/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * 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 0;
}

.banner-section .dnd-section,
.banner-section .row-fluid {
  padding: 0 !important;
  width: 100% !important;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 15px;
  padding-right: 15px;
}

@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: "icons-blank-theme";
  src: url("https://2535496.fs1.hubspotusercontent-na1.net/hubfs/2535496/raw_assets/public/ClickSafety_November2020/fonts/Blank-Theme-Icons.woff2") format("woff2"), 
  url("https://2535496.fs1.hubspotusercontent-na1.net/hubfs/2535496/raw_assets/public/ClickSafety_November2020/fonts/Blank-Theme-Icons.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://2535496.fs1.hubspotusercontent-na1.net/hubfs/2535496/raw_assets/public/ClickSafety_November2020/fonts/opensans-700.woff2") format("woff2"), 
  url("https://2535496.fs1.hubspotusercontent-na1.net/hubfs/2535496/raw_assets/public/ClickSafety_November2020/fonts/opensans-700.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://2535496.fs1.hubspotusercontent-na1.net/hubfs/2535496/raw_assets/public/ClickSafety_November2020/fonts/opensans-600.woff2") format("woff2"), 
  url("https://2535496.fs1.hubspotusercontent-na1.net/hubfs/2535496/raw_assets/public/ClickSafety_November2020/fonts/opensans-600.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("https://2535496.fs1.hubspotusercontent-na1.net/hubfs/2535496/raw_assets/public/ClickSafety_November2020/fonts/opensans-400.woff2") format("woff2"), 
  url("https://2535496.fs1.hubspotusercontent-na1.net/hubfs/2535496/raw_assets/public/ClickSafety_November2020/fonts/opensans-400.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.33333333333;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}

a:hover, a:focus {
  outline: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.1;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 19px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 1px solid #d1d1d1;
  padding-left: 15px;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-style: italic;
  line-height: 1.42857143;
  font-size: 1.4rem;
}

/* 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;
}

.disable-focus-styles :focus {
  outline: none;
}

img {
  max-width: 100%;
}
/* ******************************************************************************
*********************************************************************************
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;
  margin-bottom: 15px;
  display: block;
}

.hs-button {
  display: inline-block;
  margin: 15px 0;
  cursor: pointer;
  border: 1px solid #4a89bf;
  text-align: center;
  padding: 12px 24px;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  line-height: 1.6rem;
  text-transform: uppercase;
}

.hs-button:hover, 
.hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

.hs-search-module .field > label,
.inputs-list label,
.hs-form-field label {
  color: #33475b;
  display: block;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.42857143;
}

.hs-error-msgs label {
  margin: 7px 0;
  font-size: 14px;
  font-weight: 400;
  color: #f15623 !important;
}

#hs-pwd-widget-password,
.hs-search-field__input,
.hs-input {
  color: #33475b;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #d1d3d4;
  border-radius: 0;
  padding: 0;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
}

.systems-page input.email-edit.hs-input {
  padding: 0 !important;
  font-size: 14px !important;
}

#hs-pwd-widget-password {
  height: 32px !important;
  margin: 0 0 15px !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

#hs-pwd-widget-password:focus,
.hs-search-field__input:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

textarea.hs-input {
  height: auto;
}

.hs-form-field textarea {
  min-height: 100px;
  padding: 9px 10px;
}

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;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.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;
  padding-left: 0;
}

.systems-page .hs-form-field,
.field {
  margin-bottom: 25px;
}

#hs_cos_wrapper_my_password_reset > .hs-form-field > .hs-error-msgs,
#hs_cos_wrapper_my_register > .hs-form-field > .hs-error-msgs,
#hs_cos_wrapper_my_login > .hs-form-field > .hs-error-msgs,
#hs_cos_wrapper_my_password_reset_request > .hs-form-field > .hs-error-msgs {
  display: none;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, 
.email-validation {
  padding-top: 3px;
  font-size: 12px;
}

.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

.hs-input[type=checkbox],
.hs-input[type=radio],
.hs-input[type=checkbox] + label,
.hs-input[type=radio] + label,
.hs-input[type=checkbox] + span,
.hs-input[type=radio] + span {
  display: inline-block;
  vertical-align: middle;
}

.hs-input[type=checkbox] + label,
.hs-input[type=radio] + label,
.hs-input[type=checkbox] + span,
.hs-input[type=radio] + span {
  margin: 0;
}

@media screen and (max-width: 767px){

  
  form {
    max-width: 100%;
  }

  .hs-button, .button--primary {
    white-space: normal;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-wrapper li {
  width: 100%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.site-header .container {
  display: flex;
  padding: 30px 30px 0 20px;
  position: relative;
}

.site-header {
  position: relative;
  border-bottom: 1px solid #d1d3d4;
  z-index: 9;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}

.logo {
  display: flex;
  justify-content: center;
  width: max-content;
  margin-right: 52px;
  height: 65px;
}

.logo a {
  max-width: 50%;
  position: relative;
  z-index: 5;
  min-width: 263px;
  display: flex;
  bottom: 6px;
}

.menu-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.header-links {
  display: flex;
  width: max-content;
  margin-left: auto;
  position: relative;
  left: 12px;
}

.header-links .hs-menu-wrapper ul li {
  width: auto;
}

.header-links .hs-menu-wrapper ul li a {
  color: #77787b;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  display: flex;
  position: relative;
}

.header-links .hs-menu-wrapper ul li:nth-child(3)>a:before {
  content: url("https://2535496.fs1.hubspotusercontent-na1.net/hubfs/2535496/raw_assets/public/ClickSafety_November2020/images/cart_icon_grey.svg");
  margin-right: 6px;
  vertical-align: top;
}

.header-links .hs-menu-wrapper ul li:nth-child(2):before {
  content: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIGhlaWdodD0iMTgiIHdpZHRoPSIxNS44MDQ4NzgwNDg3ODA2NjUiPjxkZWZzPjxyZWN0IGlkPSJyZWN0LTItbG9naW4iIG9wYWNpdHk9IjEiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNS44MDQ4NzgwNDg3ODA0ODgiIGhlaWdodD0iMTgiLz48aW1hZ2UgaWQ9IjcxMDU4ZDhjLTgzYzctNDlhMS1iZjc4LTIyYzc2NjgxOGRlOSIgb3BhY2l0eT0iMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjM2IiBoZWlnaHQ9IjQxIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUNRQUFBQXBDQVlBQUFCZG5vdEdBQUFBR1hSRldIUlRiMlowZDJGeVpRQkJaRzlpWlNCSmJXRm5aVkpsWVdSNWNjbGxQQUFBQXlocFZGaDBXRTFNT21OdmJTNWhaRzlpWlM1NGJYQUFBQUFBQUR3L2VIQmhZMnRsZENCaVpXZHBiajBpNzd1L0lpQnBaRDBpVnpWTk1FMXdRMlZvYVVoNmNtVlRlazVVWTNwcll6bGtJajgrSUR4NE9uaHRjRzFsZEdFZ2VHMXNibk02ZUQwaVlXUnZZbVU2Ym5NNmJXVjBZUzhpSUhnNmVHMXdkR3M5SWtGa2IySmxJRmhOVUNCRGIzSmxJRFV1Tmkxak1UUTFJRGM1TGpFMk16UTVPU3dnTWpBeE9DOHdPQzh4TXkweE5qbzBNRG95TWlBZ0lDQWdJQ0FnSWo0Z1BISmtaanBTUkVZZ2VHMXNibk02Y21SbVBTSm9kSFJ3T2k4dmQzZDNMbmN6TG05eVp5OHhPVGs1THpBeUx6SXlMWEprWmkxemVXNTBZWGd0Ym5NaklqNGdQSEprWmpwRVpYTmpjbWx3ZEdsdmJpQnlaR1k2WVdKdmRYUTlJaUlnZUcxc2JuTTZlRzF3UFNKb2RIUndPaTh2Ym5NdVlXUnZZbVV1WTI5dEwzaGhjQzh4TGpBdklpQjRiV3h1Y3pwNGJYQk5UVDBpYUhSMGNEb3ZMMjV6TG1Ga2IySmxMbU52YlM5NFlYQXZNUzR3TDIxdEx5SWdlRzFzYm5NNmMzUlNaV1k5SW1oMGRIQTZMeTl1Y3k1aFpHOWlaUzVqYjIwdmVHRndMekV1TUM5elZIbHdaUzlTWlhOdmRYSmpaVkpsWmlNaUlIaHRjRHBEY21WaGRHOXlWRzl2YkQwaVFXUnZZbVVnVUdodmRHOXphRzl3SUVORElESXdNVGtnS0UxaFkybHVkRzl6YUNraUlIaHRjRTFOT2tsdWMzUmhibU5sU1VROUluaHRjQzVwYVdRNlFqTTNNekkwTkVKRk4wSTVNVEZGT1RrMlEwRkdRalJGUTBNNU1FVTNOME1pSUhodGNFMU5Pa1J2WTNWdFpXNTBTVVE5SW5odGNDNWthV1E2UWpNM016STBORU5GTjBJNU1URkZPVGsyUTBGR1FqUkZRME01TUVVM04wTWlQaUE4ZUcxd1RVMDZSR1Z5YVhabFpFWnliMjBnYzNSU1pXWTZhVzV6ZEdGdVkyVkpSRDBpZUcxd0xtbHBaRHBDTXpjek1qUTBPVVUzUWpreE1VVTVPVFpEUVVaQ05FVkRRemt3UlRjM1F5SWdjM1JTWldZNlpHOWpkVzFsYm5SSlJEMGllRzF3TG1ScFpEcENNemN6TWpRMFFVVTNRamt4TVVVNU9UWkRRVVpDTkVWRFF6a3dSVGMzUXlJdlBpQThMM0prWmpwRVpYTmpjbWx3ZEdsdmJqNGdQQzl5WkdZNlVrUkdQaUE4TDNnNmVHMXdiV1YwWVQ0Z1BEOTRjR0ZqYTJWMElHVnVaRDBpY2lJL1BoWFFvbkVBQUFHaFNVUkJWSGphN0pqUmJZTkFESWJoRmlnamRJQldKUnVRQ2NvR2FTYUltS0RKQk0wR2xBM0lCR1dEWE5VT2NDUFFEZnE3TWhWQ1NYUEhtWUFxTEZsK0NHZSsyTEhQVGhqMGtQZVB6MXVZRlBvSVRUb2ZWOUFEdEh5NHZ6T3V2c01lTUZ1WVo4dkhkNERhRGdJRWtBam1EUm83ZmdjTlhRS3NGZ1B5Z0hHR1VwWU9jdytZZ00vbUloRkNkQktPam9SUWxDcmZDRzBDT2RsSXBDd1ZCRXE5Z0RoZG9uTEpwd29tSmpPUUw1QVo0SjJtTnhCZmpwSlE1dEtGYTVPeVFoQ29rUGdON2FHMUFFek52dnlBK0VKY0N3Q3R4UzVYT0NwaE1rK1lVclRzNFhEUGthb2QwMFF3cjRQMElYYThnTnE4NE9kWkY1aGVJMnhuYUtQTGt1YnJHK2hYcTgrVXRoUGlMR0piQjFJUzgwQVZkOFpYU2dWVnpPRmM1ZUJzc3lLUmpUcXpOVTJNQmM1cUt5RGV1ZklUKzlaZmxhUmJzM05rZWE3aUNqUm5nUUR6QlBQaTRGU2llMmZ0U2d3N01QbElQNTNmWGhXMjBuUzhZbVJPUllwNmxsR3R2U3Nhc2JpaUpqc2hWOU54SWxXL29BaXRKdFNHVnNxaHZLOGhpZkxjMmFVbG50ZWdHZWhmQXVrSjhXZ0MyazBJS0ZNOFpDMUhqbFR6cDJqMUxjQUEwZWQ4QVJEN3lPRUFBQUFBU1VWT1JLNUNZSUk9Ii8+PHBhdHRlcm4gaWQ9InBhdHRlcm4tMi1sb2dpbiIgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgcGF0dGVyblVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHVzZSB4bGluazpocmVmPSIjNzEwNThkOGMtODNjNy00OWExLWJmNzgtMjJjNzY2ODE4ZGU5IiB0cmFuc2Zvcm09InNjYWxlKDAuNDM5MDI0MzkwMjQzOTAyNDQsMC40MzkwMjQzOTAyNDM5MDI0NCkiLz48L3BhdHRlcm4+PC9kZWZzPjxnPjx1c2UgeGxpbms6aHJlZj0iI3JlY3QtMi1sb2dpbiIgZmlsbD0idXJsKCNwYXR0ZXJuLTItbG9naW4pIi8+PC9nPjwvc3ZnPg==);
  margin-right: 6px;
}

.custom-menu-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-menu-container {
  display: flex;
  align-items: baseline;
  margin-top: 13px;
  margin-right: -8px;
}

.header-search-container {
  cursor: pointer;
  position: relative;
  top: 4px;
}

.header-search-container a {
  display: block;
}

.header-search-container a svg {
  width: 28px;
  margin-bottom: auto;
}

.header-search-container.mobile,
.mobile-trigger {
  display: none;
}

.header-links .hs-menu-wrapper ul li:nth-child(2)> a:hover {
  color: #f15623;
}

@media (min-width: 1024px) {

  .header-links .hs-menu-wrapper ul li:nth-child(1) {
    margin-right: 50px;
  }

  .header-links .hs-menu-wrapper ul li:nth-child(2) {
    display: flex;
  }

  .header-links .hs-menu-wrapper ul li:nth-child(3) {
    padding: 0 7.5px 0;
    margin-left: 11px;
  }

  .header-links .hs-menu-wrapper ul li:nth-child(1)>a {
    color: #009de1;
    font-size: 13px;
    top: 2px;
  }

  .custom-menu-primary {
    width: 100%;
    margin-left: -20px;
  }

  .custom-menu-primary nav {
    position: relative;
    z-index: 3;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-menu-primary nav>ul {
    display: flex;
    font-family: IBM Plex Sans, sans-serif;
  }

  .custom-menu-primary nav>ul>li {
    padding-bottom: 20px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
  }

  .custom-menu-primary nav>ul>li>a {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
  }

  .custom-menu-primary ul ul {
    position: absolute;
    min-width: 230px;
    padding: 15px 0;
    padding-top: 15px;
    padding-bottom: 10px;
    border: 1px solid #d1d1d1;
    border-top: 4px solid #f15623;
    background-color: #f6f6f6;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .15);
    z-index: 10;
    top: 39px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    display: block !important;
  }

  .custom-menu-primary .has-submenu:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .custom-menu-primary ul ul li {
    position: relative;
  }

  .custom-menu-primary nav>ul ul a {
    color: #000;
    font-weight: 400;
    background: 0 0;
    font-size: 13px;
    padding: 8px 15px;
    display: block;
  }

  .custom-menu-primary nav>ul ul li:not(:first-child):after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    height: 1px;
    width: 87%;
    border-top: 1px solid #d3d3d3;
  }

  .custom-menu-primary nav>ul ul li:hover>a {
    font-weight: 700;
  }

  .custom-menu-primary nav>ul ul li>a:hover {
    color: #f15623;
  }

  .custom-menu-primary ul ul li.has-submenu>a:after {
    content: '>';
    font-size: 13px;
    margin-left: -1px;
    position: relative;
    top: 0;
  }

  .custom-menu-primary ul ul ul {
    left: 100%;
    top: 0;
  }

  .custom-menu-primary nav>ul>li:nth-child(4)>ul ul {
    left: auto;
    right: 100%;
  }
}

@media (max-width: 1023px) {
  .menu-wrapper .header-search-container {
    display: none;
  }

  .menu-wrapper {
    display: block;
    width: 100%;
    position: fixed;
    height: calc(100vh - 100px);
    background: #f6f6f6;
    margin-left: 0;
    box-shadow: none;
    top: 100px;
    z-index: 99999;
    left: -100%;
    transition: left .3s;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .header-links {
    left: 0;
    margin-left: 0;
    width: auto;
    display: block;
  }

  .mobile-open .menu-wrapper {
    left: 0;
  }

  .header-links .hs-menu-wrapper ul {
    display: block;
  }

  .site-header .container {
    justify-content: center;
    padding: 22px 30px 13px 20px;
  }

  .logo {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
  }

  .logo a {
    justify-content: center;
    bottom: 0;
    max-width: none;
    min-width: unset;
  }

  .logo a svg {
    height: 60px;
  }

  .mobile-trigger {
    display: block;
    position: absolute;
    padding: 26px 20px 32px;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 14;
    font-size: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: #000;
    font-weight: 700;
    height: 100px;
    width: 68px;
  }

  .mobile-trigger:before {
    text-align: center;
    overflow: hidden;
    content: '\e609';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
  }

  .header-search-container.mobile {
    display: block;
    top: 0;
    position: absolute;
    right: 0;
    padding: 33px 20px 34px;
    z-index: 14;
  }

  .header-search-container a svg {
    width: 34px;
  }

  .header-links .hs-menu-wrapper ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    height: 50px;
    align-items: center;
    width: 100%;
    padding-bottom: 2px;
  }

  .header-links .hs-menu-wrapper ul li {
    border-bottom: 1px solid #c8c8c8;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 26px;
  }

  .header-links .hs-menu-wrapper ul li:nth-child(2):before {
    margin-right: 10px;
    margin-left: 2px;
  }

  .header-links .hs-menu-wrapper ul li:nth-child(1):before {
    content: url(data:image/svg+xml;base64,PHN2ZyBhbHQ9IkNsaWNrIFNhZmV0eSBDb250YWN0IE51bWJlciIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjIwIiB3aWR0aD0iMjAiPgogIDxkZWZzPgogICAgPHJlY3QgaWQ9ImNsaWNrLXBob25lLWljb24taGVhZGVyIiBvcGFjaXR5PSIxIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiLz4KICAgIDxpbWFnZSBpZD0iMzNkYmE4NmQtMGM5Mi00YjZkLTk1NTgtYTBlY2YxNjVhNjAyIiBvcGFjaXR5PSIxIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTQ0IiBoZWlnaHQ9IjE0NCIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFKQUFBQUNRQ0FZQUFBRG5SdUs0QUFBQUdYUkZXSFJUYjJaMGQyRnlaUUJCWkc5aVpTQkpiV0ZuWlZKbFlXUjVjY2xsUEFBQUF5aHBWRmgwV0UxTU9tTnZiUzVoWkc5aVpTNTRiWEFBQUFBQUFEdy9lSEJoWTJ0bGRDQmlaV2RwYmowaTc3dS9JaUJwWkQwaVZ6Vk5NRTF3UTJWb2FVaDZjbVZUZWs1VVkzcHJZemxrSWo4K0lEeDRPbmh0Y0cxbGRHRWdlRzFzYm5NNmVEMGlZV1J2WW1VNmJuTTZiV1YwWVM4aUlIZzZlRzF3ZEdzOUlrRmtiMkpsSUZoTlVDQkRiM0psSURVdU5pMWpNVFExSURjNUxqRTJNelE1T1N3Z01qQXhPQzh3T0M4eE15MHhOam8wTURveU1pQWdJQ0FnSUNBZ0lqNGdQSEprWmpwU1JFWWdlRzFzYm5NNmNtUm1QU0pvZEhSd09pOHZkM2QzTG5jekxtOXlaeTh4T1RrNUx6QXlMekl5TFhKa1ppMXplVzUwWVhndGJuTWpJajRnUEhKa1pqcEVaWE5qY21sd2RHbHZiaUJ5WkdZNllXSnZkWFE5SWlJZ2VHMXNibk02ZUcxd1BTSm9kSFJ3T2k4dmJuTXVZV1J2WW1VdVkyOXRMM2hoY0M4eExqQXZJaUI0Yld4dWN6cDRiWEJOVFQwaWFIUjBjRG92TDI1ekxtRmtiMkpsTG1OdmJTOTRZWEF2TVM0d0wyMXRMeUlnZUcxc2JuTTZjM1JTWldZOUltaDBkSEE2THk5dWN5NWhaRzlpWlM1amIyMHZlR0Z3THpFdU1DOXpWSGx3WlM5U1pYTnZkWEpqWlZKbFppTWlJSGh0Y0RwRGNtVmhkRzl5Vkc5dmJEMGlRV1J2WW1VZ1VHaHZkRzl6YUc5d0lFTkRJREl3TVRrZ0tFMWhZMmx1ZEc5emFDa2lJSGh0Y0UxTk9rbHVjM1JoYm1ObFNVUTlJbmh0Y0M1cGFXUTZSVVl6TmtZd1FVWkdNamczTVRGRk9Ua3hORUZCTnpGRlJrTkRSRFZEUVVRaUlIaHRjRTFOT2tSdlkzVnRaVzUwU1VROUluaHRjQzVrYVdRNlJVWXpOa1l3UWpCR01qZzNNVEZGT1RreE5FRkJOekZGUmtORFJEVkRRVVFpUGlBOGVHMXdUVTA2UkdWeWFYWmxaRVp5YjIwZ2MzUlNaV1k2YVc1emRHRnVZMlZKUkQwaWVHMXdMbWxwWkRwRlJqTTJSakJCUkVZeU9EY3hNVVU1T1RFMFFVRTNNVVZHUTBORU5VTkJSQ0lnYzNSU1pXWTZaRzlqZFcxbGJuUkpSRDBpZUcxd0xtUnBaRHBGUmpNMlJqQkJSVVl5T0RjeE1VVTVPVEUwUVVFM01VVkdRME5FTlVOQlJDSXZQaUE4TDNKa1pqcEVaWE5qY21sd2RHbHZiajRnUEM5eVpHWTZVa1JHUGlBOEwzZzZlRzF3YldWMFlUNGdQRDk0Y0dGamEyVjBJR1Z1WkQwaWNpSS9Qak5NS1NNQUFBYTdTVVJCVkhqYTdKMzljZUpJRU1WbktRZWd5NEROQUdjZ01wQWpPSWdBRThHYUNGaEhnRFlDc3hHc2lHQngzZjJQbkFFaEhGMDNVMGZwQUV0b1pycDc5RjZWcXJZd0N5UHB4K3ZYbzY4djczLzliU0RSR3ArV3hXa3A3TDlKZTd2c1RrdDFXbXF1d1gwQlFLSTFPeTJiRnU4N1dwQjJGcXdxMWdBZnNJL1V3MFBLckVNVlo2ODFnVHJDZ1laVnRnNmVQek5JMllNRHlkUzNBSjg1c2N2TVo5bURBOGxUWnQwblkvanV6bVVQRGlReisyUk0zNTNicFhYWmd3UEowK0dzWFpjbUFtaDFXa3Izd2dqN1M1UUt3ZkM0Y0UrZDRTL25rZ0JJbGhaS3hwbTdLUVlBSk92WG5TdHp5eHdBcGQyNkIzZE1BQ1NuZFM4VWpoc09oTmE5SC9nQUNPRzVsd0FRV25jQUJQY0JRR2pkQVJBMGtOWWRBS0YxOTZZS0FLRjFod01oUEFNZ3RPNEFDQnFhKzV4VUF5QzA3bjMwQVlEUXVxT0VvWFZIQ1VQckRvQ2dBWVZucHlNQVF1dmVSM3NBQlBlNTIzMFFvdEc2OTNJZkFJVFdIUTZFMXAxTjd3QUlyVHRLR01Jem0yb0FGRjZUQkZ0M09GQmtnSktGQndERmFkOEJFTlIvUTZmWWdRR2c4S3JnUUZBZjBXUmJtZklQQXdDRjE4b0V1a2V6aExJTWdNS3JQaTNUaENDcUFCRFByL1pySXFGNkI0RDQ4dEJqQXBrSURzU3MrV2xaS25iU0l3RGkxM2VsdWFocXZnQ0FlSGZHVkZrdTJnRWdlU1dCSU5vcUdlOFdBTWtNMTArMnJLbUNCd0RKMHRJR2JLbTVhQWVBNUtzVUhLN2hRSXB5a2JSSlJ4cExEWUIwNVNKSms0NC9ydjBCQU1tV2xFbkhMUURTSys1Sng2dmxDd0RwVVdWYmZWSGxDd0RwVWk2dGZBRWdQYUlMRXhkTThOUUFTTCtlRGMvVnJUOC9ld01BZ3Z2Y21rb29BUkRjNTE2VmJkNEVnR1JyYlBodURmTUtnUFNMQzU3cXMvQU1nSFMwN1RQSjdnT0FaR3ZOOUwyMTZYQ0NHd0NTRzV5NTd1eXg2dkptQUlUZzNHemR0d0JJZituaXVpWGVxK2w0MEJZQXlWSmgrRzdJU2VCMFBpOGJBTWtSdWM2Rzhmczd1dzhBa3FVM3h0SjFsL3NBSUZsZFY2N05mUUNRREUwTTM1eFBML2NCUU1nOXZkd0hBTWxvMlRsdkJWeWZscGMrSHdDQWVIUFBqSGtNcTc0ZkFJQjRsRFBuSGxKbFBGeDNCb0I0UXZPYmdIRjR1ZDRNQVBHRVp1Nm45NUR6N0FHUVB2MHkvTS9QT0JxUFY3c0NvSGphR0JrUFgxa2FqMWU1QXFCNDhNd0VqTU5MY0FaQWNiVVdBZys1enR6M2h3S2dzQ0p3bm9XTWhXYWNhd0NrQzU2TmtMRlE2WG9KOGNFUEFqYzhCYzNjdHJxMTZYQ0pDZUNKVjdxa0FaVFpqVTZYOEk2di9JTG1Ta0JhQ3lwYnBGWEk3Y1lORU1GQ0o1QVg1dmJrR2puU2J5UC94dHhTdWkwbk9rRSs2TzJEdVRJUUFVT1RhZ2ZUL3JucW1mMC9ZOEREWDdvNEhPaXpNdFgyTTk2TXJGdmhPckNsUGFINUtjWTJpdUZBWS92clBOaDgwTmRCdU0vZ2E0NUZJandyRStsNXJTRWRxTEJ1a3dmcWNqNUN0YVl0bFJ2ZUUrR2p0K3d4SENpekhjakJidHc4NE5oZCtPYlFzM1VlYWZEVUp2TE5PSDA1VU50dUtrUndyU04yWnBtUmMyamlVbWlPa250OEFoU3lUSFVKMVk4Uk50ekV5RG1pZmtsTGppbU8wWjA3TFZhWmF1dCtvYy93by9YOUxSZ2VDczBseHhlUE91NG9uOTJVNzBBYjR0Q0JhOUhYUnE1S3ptYWlEVUQzVFBweGFPWTVteFIyblhQQjhGREptbk1PWUtTa1RIVUoxWDNMakN1SmI0Si9MQTZlS2ZjZ1JvcktWRnYxT2R6aHNrNGhmQjFySTJRMmZ0UW9BZExMVkpmT3JNczY1QmFjdFlKMVoyblhQd05vWnVTY3YrS3o1VzVicmlRZWpyZ0dqNmd6RWtablpTczFGVGU2azh6KzdhQ2dYSW1GaDBRVGlRdVRycjdadkZBMm1vT0Zzakl0RWg0SFVHSFMxdHBDbENzRVJ6UThEcUJ4NGdDNXlVQ05FZzNQcFRZZUFqeWRBZHBqWDRsVHJRRWVBQ1JUdEQ4ZXRld1hBbWlIZlNZS0hrbm5lN2NDcU1KK0U2SFN4RG12eVR0QXRiWkJKeWc2bjJldWNlQ3VDNE1MOFhWYUJNNkwxaFZ3QUNFSDhYVmFwZWFWR0oyRk55aWV0cG82TFpRd2VYbEh6T2tZdmdBQ1JISHl6bFJ6M3ZrTUlPU2dzQ1hyYTRvLzBuT0FrSVBDdU00eXBaTFYxQU5LV0RCVlJzOU5zYnc0MEJFdTVOVjFwcW5EMHdRSVpjeVA2MUI3L24wb0s5d0VDRUg2ZnRlWkQ4VjFiZ0dFSE5SZHBlMnd5aUd1ZkJPZzJ1REFhdGR5TlIveU5odGQyVERRZGRWbjVXcndtZkVTUU1oQjEzUE9hc2psNnBJdTNXQUtuZGovd1htMW5SWEtld3VBVU1JQVRpK0FIRVE1d0FFNDkyU2dvZVlnRjQ3L01QOGVNUWM4UFJ4b1NEbW9zbzZ6QlE1K1MxanFaYW8wZ1I3Q0JvRCtPN0E2U1d4OXlXVitvZzBQRDVCSkNDQmFqeDhXSHJoTlJJQW9TTThBRFhRdlFOcHkwTlpDRDJpRUFGVGJaU3pZWmFvemFDQmhBSkhvMk05R0lEQ1Z3VHlOQ29Db1cvblR4SitWM3R2bC9Rd2NTQ0ZBcENmclFyN3ZwZWltQ281bm9OUUdCM09UQThqZDJKcGN5RDNhS2J2aEhNZEdqdnBvWkNxY3ZKK1EvaEZnQUJsZHFXYlh6c0FxQUFBQUFFbEZUa1N1UW1DQyIvPgogICAgPHBhdHRlcm4gaWQ9InBhdHRlcm4tMi1waG9uZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgcGF0dGVyblVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+CiAgICAgIDx1c2UgeGxpbms6aHJlZj0iIzMzZGJhODZkLTBjOTItNGI2ZC05NTU4LWEwZWNmMTY1YTYwMiIgdHJhbnNmb3JtPSJzY2FsZSgwLjEzODg4ODg4ODg4ODg4ODksMC4xMzg4ODg4ODg4ODg4ODg5KSIvPgogICAgPC9wYXR0ZXJuPgogIDwvZGVmcz4KICA8Zz4KICAgIDx1c2UgeGxpbms6aHJlZj0iI2NsaWNrLXBob25lLWljb24taGVhZGVyIiBmaWxsPSJ1cmwoI3BhdHRlcm4tMi1waG9uZSkiLz4KICA8L2c+Cjwvc3ZnPg==);
    height: 20px;
    width: 20px;
    margin-right: 6px;
  }

  .mobile-open .mobile-trigger:before,
  .mobile-open .mobile-trigger:after {
    position: absolute;
    left: 30px;
    top: 34px;
    content: ' ';
    height: 20px;
    width: 3px;
    background-color: #000;
    display: block;
  }

  .mobile-open .mobile-trigger:before {
    transform: rotate(45deg);
  }

  .mobile-open .mobile-trigger:after {
    transform: rotate(-45deg);
  }

  .header-links .hs-menu-wrapper ul li:nth-child(3)>a:before {
    width: 20px;
    height: 16px;
    margin-left: -1px;
    top: -1px;
  }

  .header-links .hs-menu-wrapper ul li>a:before {
    position: relative;
  }

  .header-links .hs-menu-wrapper ul li:nth-child(3)>a {
    padding-bottom: 0;
  }

  .header-menu-container {
    margin: 0;
    display: block;
  }

  .custom-menu-primary nav>ul>li {
    border-top: 1px solid #d2d2d2;
    position: relative;
    font-size: 1.6rem;
  }

  .custom-menu-primary nav>ul>li>a {
    font-weight: 400;
    padding: 4px 55px 4px 25px;
    text-transform: none;
    line-height: 36px;
    display: block;
    font-size: 15px;
    color: #000;
    font-family: IBM Plex Sans, sans-serif;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .child-trigger {
    cursor: pointer;
    background: url("https://2535496.fs1.hubspotusercontent-na1.net/hubfs/2535496/raw_assets/public/ClickSafety_November2020/images/arrow-orange.svg") no-repeat center;
    width: 46px;
    height: 20px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 14px;
    background-size: 30%;
    display: block;
  }

  .custom-menu-primary nav>ul>li:hover>a,
  .header-links .hs-menu-wrapper ul li:hover>a {
    color: #f15623;
  }

  .custom-menu-primary ul ul {
    font-weight: 600;
    background-color: #bdbdbd;
    display: none;
  }

  .child-open>.child-trigger {
    transform: rotate(180deg);
  }

  .custom-menu-primary ul ul li {
    border-top: 1px solid #fff;
    position: relative;
  }

  .custom-menu-primary ul ul a {
    padding: 8px 15px 8px 30px;
    display: block;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 36px;
    font-weight: 400;
  }

  .custom-menu-primary ul ul ul a {
    padding: 7px 5px 7px 50px;
  }
}

@media (max-width: 479px) {
  .site-header .container {
    padding: 22px 35px 13px;
  }

  .mobile-trigger {
    padding: 30px 10px;
    width: 48px;
  }

  .mobile-open .mobile-trigger:before,
  .mobile-open .mobile-trigger:after {
    left: 20px;
  }

  .header-search-container.mobile {
    padding: 33px 10px 35px;
  }

  .logo {
    padding-left: 0;
  }

}

.header-expandable-search {
  display: flex;
  background-color: #f2f2f2;
  height: 0;
  transition-property: height;
  transition-duration: .2s;
  transition-timing-function: ease-in;
  transform-origin: top;
  z-index: -1;
  overflow: hidden;
  margin-top: -1px;
}

.header-expandable-search .container {
  width: 100%;
  margin: auto;
}

.header-expandable-search .block-content {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .15);
  height: 36px;
}

.header-expandable-search form {
  max-width: 100%;
  margin: 0;
  width: 100%;
  display: flex;
}

.header-expandable-search .field.search {
  width: 100%;
  margin: 0;
}

.header-expandable-search .control {
  padding: 0 0 25px;
  position: relative;
  z-index: 99;
  min-height: 36px;
}

.amsearch-wrapper-input {
  width: 100%;
  position: relative;
}

.amsearch-wrapper-input #search {
  background: #fff;
  background-clip: padding-box;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  padding-right: 35px;
  position: relative;
  margin: 0;
  left: 0;
  height: 36px;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  padding-left: 18px;
}

.header-expandable-search input::placeholder {
  color: #77787b;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 10px;
  font-style: italic;
  line-height: inherit;
  padding-top: 4px;
  position: relative;
  top: -2px;
  opacity: 1;
}

.header-expandable-search input:focus {
  border: none;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .17);
  padding-left: 18px
}

.header-expandable-search .action.search {
  padding: 0;
  width: 40px;
  height: 36px;
  position: relative;
  left: 0;
  opacity: 1;
  background-color: #f15623;
  display: block;
  border: none;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  outline: 0;
  cursor: pointer;
}

.header-expandable-search .action.search svg {
  height: 20px
}

.header-expandable-search .actions {
  height: 36px;
  min-width: 40px;
  cursor: pointer
}

.header-expandable-search.show {
  border-top: 1px solid #d1d3d4;
  height: 92px;
  z-index: 2;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.site-footer {
  line-height: 1.42857143;
  font-size: 1.4rem;
}

.site-footer .container {
  padding: 45px 25px;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.footer-col {
  width: 25%;
}

.footer-col.footer-menu {
  width: 50%;
}

.site-footer h2 {
  text-transform: capitalize;
  line-height: 23px;
  color: #f15623;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.site-footer p {
  font-size: 13px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.copyright-wrap {
  display: flex;
  font-size: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.copyright {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 12px;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links ul {
  display: flex;
  flex-wrap: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-links ul li+li {
  padding-left: 12px;
}

.footer-links ul li {
  margin: 1rem 0;
}

.footer-menu .hs-menu-wrapper>ul>li {
  width: 50%;
  display: flex;
}

.footer-menu .hs-menu-wrapper>ul>li>a {
  display: none;
}

.footer-menu .hs-menu-wrapper>ul ul {
  display: block;
}

.footer-menu .hs-menu-wrapper>ul ul li {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 8px;
  width: 130%;
}

.footer-menu .hs-menu-wrapper>ul ul li a {
  font-size: 13px;
  line-height: 20px;
}

.social-links ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.social-links ul li {
  margin-right: 8px;
}

.social-links {
  margin-top: 20px;
}

.footer-form {
  display: flex;
  padding: 10px;
}

.footer-form h3.form-title {
  display: none;
}

.footer-form form {
  margin: 0;
  display: flex;
  align-items: center;
  max-width: unset;
  position: relative;
}

.footer-form form input.hs-button {
  margin: 0;
  white-space: pre-wrap;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #009de1;
  border: none;
  height: 36px;
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-form form input.hs-button:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}

.footer-form form .hs-form-field>label {
  display: none;
}

.footer-form form .hs-form-field {
  margin: 0;
}

.footer-form form .hs_email {
  flex-grow: 1;
}

.footer-form form .hs_email input[type=email] {
  width: 100%;
  height: 36px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 13px;
  padding: 1px 17px 0;
  border-radius: 4px;
  border: 0;
}

.footer-form form .hs_error_rollup {
  display: none !important;
}

.footer-form form .hs-error-msgs {
  width: 100%;
  font-size: 13px;
  position: absolute;
  max-width: 220px;
  top: 30px;
  line-height: 1;
}

.footer-form form .hs-error-msgs label {
  font-size: inherit;
  font-family: IBM Plex Sans, sans-serif;
  line-height: 1;
  margin: 10px 0 0;
}

.footer-form form .hs_email .input {
  height: max-content;
  min-height: 36px;
  margin-left: auto;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .28);
  border-radius: 4px 0 0 4px;
  color: #000;
}

.footer-form form .hs_email input[type=email]:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}

.footer-form input.hs-input::placeholder {
  font-weight: 200;
  color: #77787b;
  opacity: 1
}

@media (max-width: 1023px) {
  .footer-form form {
    max-width: 333px;
    width: 100%;
  }
}

@media (max-width: 767px) {

  .footer-col,
  .footer-col.footer-menu,
  .footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
    display: block;
  }

  .footer-menu .hs-menu-wrapper>ul ul li {
    width: auto;
  }

  .footer-form form {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-form {
    display: block;
  }

  .footer-col.footer-widget {
    padding-top: 20px;
  }

  .social-links ul {
    justify-content: center;
  }

  .copyright-wrap {
    display: block;
    text-align: center;
  }

  .footer-links ul {
    justify-content: center;
  }

  .site-footer .container {
    padding: 35px 30px;
  }

  .social-links {
    margin-top: 30px;
  }

  .footer-row {
    margin-bottom: 37px;
  }

  .social-links ul li:last-child {
    margin-right: 0;
  }

  .site-footer .footer-contact-info p {
    margin-bottom: 20px;
  }

}

@media (max-width: 479px) {
  .footer-links ul {
    flex-wrap: wrap;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */
.blog-comments {
  max-width: 100%;
  margin: 0 auto;
}

.blog-comments form {
  max-width: 100%;
  padding-top: 30px;
  margin-top: 30px;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  margin: 0;
  padding: 0px 24px;
  color: #000;
  box-shadow: none !important;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #000;
}

.blog-comments .grecaptcha-badge {
  margin: 0;
  max-width: 100%;
}

.blog-comments .grecaptcha-badge .grecaptcha-logo {
  overflow: auto hidden;
  max-width: 100%;
}

.blog-comments .comment-date {
  display: block;
  margin-bottom: 8px;
}

.banner {
  padding: 0px 20px;
  height: 330px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #00386c;
}

.banner .container {
  width: 100%;
  padding: 10px;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}

.banner-title {
  text-align: center;
  margin: 10px auto;
  max-width: 90%;
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.banner-sub_title {
  text-align: center;
  margin: 0 auto 1rem;
  max-width: 800px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.breadcrumbs {
  padding: 15px 0;
}

.breadcrumbs ul {
  padding: 0 20px;
  list-style: none;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs .item {
  color: #000;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
  vertical-align: top;
}

.breadcrumbs .item a {
  display: inline-block;
}

.breadcrumbs strong {
  color: #77787b;
  font-weight: 400;
}

.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.blog-container-wrapper {
  padding-top: 10px;
}

.blog-container-wrapper>.container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  padding-right: 25px;
}

.blog-sidebar {
  width: 31%;
}

.blog-content {
  max-width: 100%;
  margin-left: 25px;
  width: 100%;
  position: relative;
  top: -68px;
  bottom: auto;
}

.categories .block>h3 {
  display: none;
}

.categories h3 {
  color: #000;
  font-family: "IBM Plex Sans", serif;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  border-bottom: 1px solid #d1d3d4;
  pointer-events: none;
  margin: 0;
}

.categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.categories ul li {
  margin: 10px 0;
}

.categories ul li a {
  font-family: "IBM Plex Sans", serif;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
}

.categories ul .active a,
.categories ul li a:hover {
  text-decoration: none;
  color: #f15623;
}

.blog-listing-wrap {
  background-color: #fff;
}

.amblog-container-list {
  display: flex;
  flex-direction: column;
}

.amblog-post-container {
  position: relative;
  display: flex;
  border-bottom: 1px solid #d1d3d4;
  border-radius: 0;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-family: IBM Plex Sans, sans-serif;
}

.amblog-post-container:first-child {
  display: flex;
  flex-direction: column;
  padding: 27px 40px 25px;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .15);
  border-top: 13px solid #f15623;
  border-bottom: 0;
  margin-bottom: 35px;
}

.amblog-post-container:first-child:before {
  content: 'FEATURED BLOG';
  color: #f15623;
  font-family: "IBM Plex Sans", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 7px;
}

.amblog-post-container .amblog-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.amblog-post-container .amblog-title {
  color: #000;
  font-family: "IBM Plex Sans", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 4px;
  text-transform: initial;
}

.amblog-post-container:first-child .amblog-title {
  font-size: 35px;
  line-height: 39px;
}

.amblog-post-container .amblog-headline {
  color: #333;
}

.amblog-post-container .amblog-shot {
  font-size: 16px;
  margin: 10px 0 0;
  overflow: hidden;
  order: 3;
}

.amblog-post-container:first-child .amblog-shot {
  max-width: 100%;
  margin: 15px 0 0;
}

.amblog-post-container .amblog-shot>p {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
}

.amblog-post-container .amblog-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}

.amblog-post-container .amblog-date {
  font-size: 10px;
  line-height: 15px;
}

.amblog-post-container .amblog-read {
  background-color: #00386c;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  border: 2px solid #00386c;
  padding: 10px 58px;
  white-space: nowrap;
}

.amblog-post-container:first-child .amblog-more {
  min-width: 23%;
}

.amblog-post-container .amblog-read:hover {
  text-decoration: none;
  background-color: #fff;
  color: #00386c;
}

.amblog-post-container .amblog-read:active {
  box-shadow: inset 0 0 7px grey;
  text-decoration: none;
  background-color: #fff;
  color: #00386c;
}

.amblog-post-container .amblog-headline:hover {
  text-decoration: none;
  color: #f15623;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination .page-numbers {
  line-height: 40px;
  letter-spacing: normal;
  margin-right: 2px;
  display: block;
  padding: 0 4px;
  font-size: 16px;
  height: 35px;
  position: relative;
}

.pagination .page-numbers.current {
  font-weight: 700;
  color: #009de1;
  border-bottom: 2px solid #009de1;
}

.pagination .nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.pagination .nav-links li {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
}

.pagination .nav-links .fa {
  display: none;
}

.pagination .page-numbers.prev:after,
.pagination .page-numbers.next:after {
  border: solid #000;
  border-radius: 2px;
  border-width: 2px 2px 0 0;
  content: none;
  height: 8px;
  position: absolute;
  top: calc(50% - 1px);
  width: 8px;
  box-sizing: content-box;
}

.pagination .page-numbers.next:after {
  content: ' ';
  transform: rotate(45deg);
  right: 0;
}

.pagination .page-numbers.prev:after {
  content: ' ';
  left: 0;
  transform: rotate(224deg);
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  width: 12px;
}

.pagination .page-numbers.next {
  margin: 0;
}

.hs-blog-post .blog-container-wrapper {
  padding: 0;
}

.blog-post-wrap {
  margin-top: -4px;
}

.blog-post-wrap h1 {
  color: #000;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 8px;
}

.blog-post-wrap .date {
  width: 100%;
  color: #000;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 10px;
  line-height: 15px;
  margin-right: 0;
  margin-bottom: 25px;
  padding-bottom: 17px;
  border-bottom: 1px solid #d1d3d4;
}

.featured_image_wrap {
  margin-bottom: 25px;
}

.featured_image_wrap img {
  width: 100%;
  padding-bottom: 20px;
}

.amblog-popup-button {
  color: #000;
  font-family: "IBM Plex Sans", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  height: 56px;
  background-color: #f6f6f6;
  order: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 0 40px;
}

.blog-comments form:before {
  content: 'Comments';
  text-transform: uppercase;
  position: relative;
  padding: 40px 0;
  color: #f15623;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 43px;
  text-align: center;
  display: block;
}

.amblog-social-container {
  padding: 15px 0;
}

.amblog-social-container .amblog-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.amblog-social-container ul li {
  color: #000;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.amblog-social-container .amblog-icon {
  width: 25px;
  height: 25px;
  margin: 0 15px 5px 0;
  border-radius: 50%;
  background-color: #888;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.amblog-social-container .amblog-icon.-twitter {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuODMyIDEyLjMwMmguMTk2Yy4xMzQgMCAuMjgxLS4wMzMuMzM0LS4wMzZhOC4zNjMgOC4zNjMgMCAwIDAgMS42My0uMjY5YzEuNzI2LS40NDcgMy4xNjUtMS4yODkgNC4zMTYtMi41NiAxLjQyLTEuNTU3IDIuMTg2LTMuNDAxIDIuMjYzLTUuNDZ2LS41MDFjMC0uMTA4LjAzOS0uMjg3LjIxMS0uNDEyLjI1LS4xNjEuNDgtLjM1OC42OS0uNTU1LS4yNDkuMDUzLS40NzkuMDktLjcxLjEwN2EuNDAzLjQwMyAwIDAgMS0uNDAyLS4yMzMuMzMuMzMgMCAwIDEgLjE1NC0uNDExYy4yODctLjE4LjUzNy0uMzc2Ljc0OC0uNjA5LS4zNDYuMTI1LS42OS4yMTUtMS4wNTUuMjg2YS41NTcuNTU3IDAgMCAxLS40OTktLjE0M0MxMi4wMzcuODggMTEuMjMxLjYzIDEwLjI3Mi43MDFhMi44ODIgMi44ODIgMCAwIDAtMS41OTIuNjQ0Yy0uNjMzLjUyLS45NTkgMS4xNDYtMS4wMTYgMS45MTYtLjAyLjI1IDAgLjUwMS4wNTcuNzE2YS4zNTYuMzU2IDAgMCAxLS4wOTYuMzc2LjQyNi40MjYgMCAwIDEtLjM2NC4xMDdoLS4wMzljLS41MTctLjAzNi0uOTk3LS4wOS0xLjQxOS0uMTc5QTkuNTAyIDkuNTAyIDAgMCAxIC41ODYgMS41NiAyLjU3OSAyLjU3OSAwIDAgMCAuNDkgMy4wODJjLjE3My42OC41NTYgMS4yMzUgMS4yMDggMS42ODMuMTM1LjA5LjE5Mi4yNS4xMzUuNDExYS40MS40MSAwIDAgMS0uMzY1LjI1MWMtLjM0NSAwLS42OS0uMDcyLTEuMDM1LS4xOC4wOTUuNDQ5LjI4Ny44NDIuNTk0IDEuMi40NDEuNTAyLjk3OC44MjQgMS42ODguOTg1YS4zNS4zNSAwIDAgMSAuMjg4LjM0YzAgLjE2MS0uMTE1LjMwNS0uMjg4LjM1OGE0LjA5IDQuMDkgMCAwIDEtLjk0LjEyNmMuNTE4Ljg1OSAxLjM0MyAxLjMwNyAyLjQ5NCAxLjM5NmEuNDE0LjQxNCAwIDAgMSAuMzQ1LjI1Yy4wNTcuMTQ0IDAgLjI4Ny0uMTM0LjM5NWE3LjE1MiA3LjE1MiAwIDAgMS0yLjQzNiAxLjE0NSA4LjY2NCA4LjY2NCAwIDAgMS0xLjE1MS4yMTUgOC4zMDIgOC4zMDIgMCAwIDAgMS42MTEuNDg0Yy40Ni4wOS44NjMuMTYgMS4yNjYuMTZoMS4wNjJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}

.amblog-social-container .amblog-icon.-facebook {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDggMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNjk4NzQgMC4wMDMxMjFMNS43Nzk5MSAwQzMuNjI0MTYgMCAyLjIzMTAyIDEuNDQ4OTIgMi4yMzEwMiAzLjY5MTUyVjUuMzkzNTZIMC4zMDE3MTlDMC4xMzUwMDQgNS4zOTM1NiAwIDUuNTMwNTcgMCA1LjY5OTU3VjguMTY1NjNDMCA4LjMzNDYzIDAuMTM1MTU4IDguNDcxNDkgMC4zMDE3MTkgOC40NzE0OUgyLjIzMTAyVjE0LjY5NDFDMi4yMzEwMiAxNC44NjMxIDIuMzY2MDMgMTUgMi41MzI3NCAxNUg1LjA0OTkzQzUuMjE2NjUgMTUgNS4zNTE2NSAxNC44NjMgNS4zNTE2NSAxNC42OTQxVjguNDcxNDlINy42MDc0NkM3Ljc3NDE3IDguNDcxNDkgNy45MDkxOCA4LjMzNDYzIDcuOTA5MTggOC4xNjU2M0w3LjkxMDEgNS42OTk1N0M3LjkxMDEgNS42MTg0MyA3Ljg3ODI0IDUuNTQwNzEgNy44MjE3NCA1LjQ4MzI5QzcuNzY1MjUgNS40MjU4NiA3LjY4ODI4IDUuMzkzNTYgNy42MDgyMyA1LjM5MzU2SDUuMzUxNjVWMy45NTA3MkM1LjM1MTY1IDMuMjU3MjMgNS41MTQ2NyAyLjkwNTE4IDYuNDA1ODIgMi45MDUxOEw3LjY5ODQ0IDIuOTA0NzJDNy44NjUgMi45MDQ3MiA4IDIuNzY3NyA4IDIuNTk4ODZWMC4zMDg5NzlDOCAwLjE0MDI4OSA3Ljg2NTE1IDAuMDAzNDMzMSA3LjY5ODc0IDAuMDAzMTIxWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}

.amblog-social-container .amblog-icon.-linkedin {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDcuOTdWMTNoLTIuNzg2VjguMzA3YzAtMS4xNzktLjQwMy0xLjk4My0xLjQxMi0xLjk4My0uNzcgMC0xLjIyOC41NDItMS40MyAxLjA2Ni0uMDczLjE4OC0uMDkyLjQ0OS0uMDkyLjcxMVYxM0g0LjQ5M3MuMDM3LTcuOTQ4IDAtOC43NzJINy4yOHYxLjI0NEw3LjI2IDUuNWguMDE5di0uMDI4Yy4zNy0uNTk3IDEuMDMxLTEuNDUgMi41MTEtMS40NUMxMS42MjUgNC4wMjIgMTMgNS4yNzYgMTMgNy45N3pNMS41NzcgMEMuNjI0IDAgMCAuNjU1IDAgMS41MTVjMCAuODQyLjYwNiAxLjUxNyAxLjU0IDEuNTE3aC4wMTljLjk3MiAwIDEuNTc2LS42NzUgMS41NzYtMS41MTdDMy4xMTcuNjU1IDIuNTMxIDAgMS41NzcgMHpNLjE2NiAxM2gyLjc4NlY0LjIyOEguMTY2VjEzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}

.amblog-social-container .amblog-social {
  display: block;
  width: 25px;
  height: 25px;
}

.amblog-social-container .amblog-icon:hover {
  background-color: #585858;
}


@media (min-width: 768px) {
  .amblog-post-container .amblog-more {
    min-width: 41%;
    text-align: right;
  }

  .amblog-post-container .amblog-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }

  .amblog-post-container:first-child .amblog-footer {
    margin-top: 15px;
  }

  .amblog-post-container .amblog-content {
    padding-right: 100px;
  }

  .amblog-post-container:first-child .amblog-content {
    padding-right: 0;
    margin: 0;
  }

  .amblog-close,
  .amblog-popup-button {
    display: none;
  }
}

@media (min-width: 1024px) {
  .amblog-post-container .amblog-more {
    min-width: 30%;
  }
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 44px;
    line-height: 48px;
    max-width: 98%;
  }

  .blog-sidebar {
    width: 100%;
    display: none;
  }

  .blog-content {
    width: 100%;
    margin-left: 0;
  }

  .amblog-post-container {
    text-align: center;
  }

  .amblog-post-container .amblog-date {
    margin: 0 auto;
  }

  .breadcrumbs ul {
    justify-content: center;
  }

  .breadcrumbs {
    padding: 20px 0;
  }

  .blog-content {
    top: -65px;
  }

  .amblog-post-container:first-child .amblog-read {
    margin: 0 auto;
    width: auto;
  }

  .amblog-post-container:first-child .amblog-footer {
    position: static;
    margin: 14px auto 0;
  }

  .amblog-post-container {
    flex-direction: column;
  }

  .amblog-post-container .amblog-read {
    margin: 14px auto 28px;
    width: auto;
  }

  .amblog-post-container .amblog-footer {
    position: static;
    margin: 0 auto;
  }

  .amblog-post-container:first-child {
    order: 0;
  }

  .amblog-post-container {
    order: 2;
  }

  .pagination {
    order: 3;
  }

  .blog-container-wrapper>.container {
    flex-direction: column;
  }

  .blog-sidebar {
    display: block;
  }

  .categories {
    position: fixed;
    z-index: 1000;
    top: 0;
    display: none;
    height: 100vh;
    padding-top: 20px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 98, 176, .1);
    overflow-y: auto;
    left: 0;
    padding: 22px 30px 40px;
    background-color: #f6f6f6;
    width: 100%;
  }

  .categories h3 {
    font-size: 20px;
    line-height: 26px;
    border: none;
  }

  .categories ul li a {
    display: block;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 16px;
    line-height: 21px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .15);
    margin: 18px 0 0;
    padding: 15px 20px;
    position: relative;
  }

  .categories ul li.active>a:before {
    content: ' ';
    position: absolute;
    right: 19px;
    top: 16px;
    width: 13px;
    height: 13px;
    border: solid 1px #f15623;
    border-radius: 50%;
    background-color: #f15623;
    box-sizing: unset;
  }

  .categories ul li a:after {
    border: solid 1px #77787b;
    border-radius: 50%;
    content: ' ';
    position: absolute;
    right: 15px;
    top: 12px;
    height: 21px;
    width: 21px;
    box-sizing: unset;
  }

  .amblog-close {
    margin: 0 0 25px 15px;
    padding-right: 0;
    position: absolute;
    margin-bottom: 0;
    margin-left: auto;
    height: 20px;
    width: 14px;
    right: 30px;
    margin-top: 7px;
    cursor: pointer;
  }

  .amblog-close:after,
  .amblog-close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    width: 2px;
    height: 13px;
    background: #333;
  }

  .amblog-close:before {
    transform: rotate(45deg);
  }

  .amblog-close:after {
    transform: rotate(-45deg);
  }

  .categories.show {
    display: block;
  }
}

.blog-comments .hs-button {
  border-width: 2px;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 12px;
}

.blog-comments .hs-button:hover {
  text-decoration: none;
  background-color: #fff;
  color: #00386c;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 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: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.systems-page input.email-edit.hs-input {
  width: 100% !important;
  max-width: 500px !important;
}

#hs_cos_wrapper_subscription_preferences #email-prefs-form {
  max-width: 100%;
}

@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100%;
  }
  .error-page[data-error="404"] {
    max-width: 100%;
  }
    
  #hs_cos_wrapper_backup_unsubscribe h1,
  #hs_cos_wrapper_subscription_preferences h1,
  #hs_cos_wrapper_subscriptions_confirmation h1 {
    font-size: 33px;
  }

  #hs_cos_wrapper_subscription_preferences h2, 
  #hs_cos_wrapper_subscriptions_confirmation h2 {
    font-size: 25px;
  }
}