/* ******************************************************************************
*********************************************************************************
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;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
/* ******************************************************************************
*********************************************************************************
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 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.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.6;
  letter-spacing: 0;
  direction: ltr;
  overflow-x: hidden;  
  background: url(https://9379435.fs1.hubspotusercontent-na1.net/hubfs/9379435/raw_assets/public/RFI_May2021/images/body_bg.png);
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}

*::selection {
  color: #fff;
  background: #000;
}

::-webkit-scrollbar-track {
  background-color: white;
}

::-webkit-scrollbar-thumb {
  background: 0 0;
  background-color: rgba(48,48,48,0.25);
  border: 2px solid transparent;
  border-radius: 10px;
  background-clip: padding-box;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

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

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
header,footer {
  font-weight: 400;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  font-family: Lato, sans-serif;
}
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}
.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  
  text-decoration: none;
  white-space: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 16px 30px;
  border-radius: 30px;
  border: 1px solid;
  outline: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: white;
  background-color: black;
  transition: background-color .25s;
  letter-spacing: 2px;
}

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

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

.form-title {
  padding: 15px;
}
.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

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

.hs-input,
.hs-search-field__input,
form input[type="password"] {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-family: Arial,Helvetica,sans-serif; 
  border: none;
  outline: none;
  padding: 8px 0;
  border-bottom: 2px solid black;
}

.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;
  min-height: 0;
}

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
.hs-search-field__input:focus,
form input[type="password"]:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
@media (min-width: 768px) {
  form {
	 max-width: 500px;  
  }
}
/* ******************************************************************************
*********************************************************************************
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: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: 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.
*********************************************************************************
****************************************************************************** */
.dnd-section[class*="force"]>div {
  padding: 0;
  width: 100%;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.child-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  width: 40px;
  cursor: pointer;
  display: none;
}

.header_top {
  background-color: #666867;
  height: 30px;
}

.header_middle .container {
  margin: 25px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.head_logo {
  float: left;
  width: 175px;
  height: 75px;
}

.head_logo img {
  vertical-align: middle;
  max-width: 255px;
  max-height: 65px;
  width: auto !important;
}

.head_search {
  float: right;
  width: 426px;
  margin-top: 14px;
  display: inline-block;
  height: 50px;
}

.head_search form {
  height: 100%;
  border: 0px solid #000000;
  border-radius: 0px;
  background-color: #f3f3f3;
  border-radius: 5px;
  width: 250px;
  float: right;
  position: relative;
}

.head_search button {
  font: inherit;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px;
  border: 0px;
  background: #f3f3f3;
  color: #a8845c;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0px;
  float: right;
  height: 100%;
  width: 40px;
}

.head_search button i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  margin-bottom: 7px;
  color: #073674;
}

.head_search button i:before {
  content: "";
}

.head_search form input[type="search"] {
  font: inherit;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  width: calc(100% - 75px);
  height: 100%;
  padding: 0px;
  padding-left: 20px;
  -webkit-appearance: textfield;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #2c2c2c;
  position: relative;
  vertical-align: top;
  background-color: transparent;
  border: none;
  height: 50px;
  padding-right: 55px;
  outline: none;
}

.header_bottom {
  background-color: #2d2d2d;
  height: 45px;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

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

.header_top .left ul {
  line-height: 33px;
  display: flex;
}

.header_top .left ul li {
  font-size: 10px !important;
}

.header_top .left ul li a {
  line-height: normal;
  height: auto;
  text-transform: uppercase;
  padding: 7px 10px;
  display: inline-block;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #fff;
}

.header_top .left ul li:after {
  content: "| ";
  color: #fff;
}

.header_top .left ul li:last-child:after {
  display: none;
}

.header_top .container {
  display: flex;
  justify-content: space-between;
}

.header_top .right ul {
  line-height: 36px;
}

.header_top .right ul li a {
  line-height: normal;
  height: auto;
  text-transform: uppercase;
  padding: 7px 10px;
  display: inline-block;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 10px;
  color: #fff;
}

.header_top .right ul li:after {
  content: "|";
  margin-right: 3px;
  color: #e0dad6;
}

.header_top .right ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  bottom: 3px;
  font-weight: 400;
}

.header_top .right ul li:last-child:after {
  display: none;
}

.header_top .right ul li:last-child>a {
  padding-left: 7px;
  padding-right: 0;
}

.header_top .right ul li:last-child>a:after {
  content: "\f07a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  padding-left: 7px;
}

.header_top .right ul li:nth-child(2):after {
  margin-right: 0px;
}

.header_top .right ul li:first-child:after {
  display: none;
}

.header_top .right ul li:first-child a {
  height: auto;
  text-transform: uppercase;
  padding: 7px 10px;
  display: inline-block;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  line-height: 13px;
  font-size: 10px;
  color: black;
  position: relative;
  bottom: 3px;
  float: left;
}

.header_top .right ul li:first-child {
  font-size: 10px;
  background: center;
  background-color: #f9a225;
  padding: initial;
  position: relative;
  top: 10px;
  width: 129px;
  height: 18px;
  border-radius: 4px;
  text-align: center;
}

.nav-search-input-reset, .site-search-input-reset {
  display: none;
  position: absolute;
  top: 0px;
  right: 20%;
  width: 30px;
  cursor: pointer;
  font-size: 15px;
  padding: 9px;
  padding-right: 5px;
  background: #fff;
  right: 45px;
  height: 100%;
  background-color: transparent;
}





@media (min-width: 992px) {
  .head_logo img {
	 height: auto;
	 margin: 0px;
	 display: block;
  }

  .header-sidebar-toggle-wrapper {
	 display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
	 display: flex;
	 justify-content: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
	 padding-left: 1%;
	 padding-right: 1%;
	 -webkit-transition-duration: 0.2s;
	 transition-duration: 0.2s;
	 -webkit-transition-timing-function: ease;
	 transition-timing-function: ease;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 text-decoration: none;
	 cursor: pointer;
	 display: block;
	 position: relative;
	 color: #6b6b6b;
	 color: white;
	 border: none;
	 text-transform: uppercase;
	 line-height: 47px;
	 -webkit-transition-duration: 0.3s;
	 transition-duration: 0.3s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
	 font: normal normal normal 14px/1 FontAwesome;
	 font-size: inherit;
	 text-rendering: auto;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 content: "";
	 position: relative;
	 bottom: 5px;
	 -webkit-transition-duration: 0.2s;
	 transition-duration: 0.2s;
	 line-height: 60px;
	 float: right;
	 margin-left: 5px;
	 display: inline;
	 font-size: 12px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>div {
	 position: absolute;
	 top: 45px;
	 min-height: 0;
	 text-align: left;
	 -webkit-box-shadow: 0 6px 12px rgb(48 48 48 / 18%);
	 box-shadow: 0 6px 12px rgb(48 48 48 / 18%);
	 left: 0;	
	 min-width: 310px;
	 max-height: 0;
	 overflow: hidden;
	 -webkit-transition-duration: 0.2s;
	 transition-duration: 0.2s;
	 z-index: 9;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>div>ul {
	 border-top: 5px solid #d8d8d8;
	 padding: 0 15px;
	 border-bottom: 1px solid #c3c3c3;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(-n+3) {
	 position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>div>ul>li {
	 padding-left: 10px;
	 padding-right: 10px;
	 border-bottom: 1px solid #beb8b8;
	 width: 100%;
	 display: table;
	 float: left;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>div>ul>li>a {
	 text-transform: uppercase;
	 text-decoration: none;
	 font-weight: 600;
	 border-bottom: 1px solid transparent;
	 padding: 5px 0;
	 pointer-events: auto;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>div {
	 max-height: 100vh;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:after {
	 -webkit-transform: rotate(180deg);
	 -ms-transform: rotate(180deg);
	 -o-transform: rotate(180deg);
	 transform: rotate(180deg);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>div>ul>li:last-child,
  .custom-menu-primary .hs-menu-wrapper>ul>li>div>ul>li:last-child>a {
	 border: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>div,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>div,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>div,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>div,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>div { 
	 margin: auto;
	 right: -10px;
	 width: max-content;
	 display: flex;
	 flex-direction: row;
	 padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>div,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>div,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>div { 
	 right: auto;
   left: auto;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>div>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>div>ul {
	 display: flex;
	 flex-direction: row;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>div>ul>li,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>div>ul>li {
	 float: left;
	 width: fit-content;
	 padding-right: 10px;
	 padding-bottom: 10px;
	 border-right: 1px solid #c3c3c3;
	 padding-left: 10px;
	 display: block;
	 border-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>div>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>div>ul>li>a {
	 text-transform: uppercase;
	 text-decoration: none;
	 font-weight: 600;
	 border-bottom: 1px solid #e4e4e4;
	 padding: 5px 0;
	 pointer-events: auto !important;
	 margin-bottom: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>div>ul>li>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>div>ul>li>ul>li>a {
	 -webkit-transition-duration: 0.2s;
	 transition-duration: 0.2s;
	 -webkit-transition-timing-function: ease;
	 transition-timing-function: ease;
	 border-bottom: none;
	 margin-bottom: 0px;
	 padding: 5px 0;
	 font-weight: 400;
	 font-size: 13px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>div>ul>li>ul>li>a:hover, 
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>div>ul>li>ul>li>a:hover {
	 padding-left: 0;
	 transform: translateX(0.25rem);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>div>ul>li:last-child,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>div>ul>li:last-child {
	 border-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>div>ul>li>a, .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>div>ul>li>a {
	 border-color: transparent !important;
  }
}
@media (max-width: 991px) {
  body:not(.no-banner) header.header {
	 margin-bottom: 20px;
  }

  .header_top .right ul li:not(:last-child) {
	 display: none;
  }

  .header-sidebar-toggle-wrapper {
	 position: relative;
	 top: -56px;
	 margin: 19px 15px 4px 0;
	 float: left;
  }

  .header-sidebar-toggle-wrapper button {
	 color: inherit;
	 font: inherit;
	 margin: 0;
	 padding: 0;
	 border: 0;
	 text-align: center;
	 margin-left: -10px;
	 width: 44px;
	 height: 31px;
	 background: transparent;
	 padding-left: 10px;
  }

  .header_top .left ul {
	 display: none;
  }

  .header-sidebar-toggle-wrapper button i {
	 padding-top: 16px !important;
	 display: inline-block;
	 font: normal normal normal 14px/1 FontAwesome;
	 font-size: inherit;
	 text-rendering: auto;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 margin: 0 0 1px 0;
	 font-size: 12px !important;
	 color: #fff;
  }

  .header-sidebar-toggle-wrapper button i:before {
	 content: "";
  }

  .head_logo img {
	 width: auto;
	 height: auto;
	 max-width: 100%;
	 max-height: 49px;
	 float: left;
	 margin: 0px;
	 margin-top: 8px;
  }

  .head_logo {
	 width: 210px;
	 height: auto;
	 max-height: 49px;
  }

  .header_middle .container {
	 width: calc(100% - 100px);
	 margin: 21px auto 11px;
	 padding: 0;
	 float: left;
	 display: block;
  }

  header.header {
	 border-bottom: 1px solid #d8d8d8;
  }

  .header_middle:after {
	 display: table;
	 content: " ";
	 clear: both;
  }

  .header_middle {
	 padding: 0px 15px 0;
  }

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

  .header_bottom {
	 height: auto;
  }

  .custom-menu-primary.mobile {
	 display: block;
	 position: fixed;
	 top: 0;
	 bottom: 0;
	 left: -246px;
	 width: 246px;
	 background-color: #2d2d2d !important;
	 z-index: 10;
	 height: 100vh;
	 overflow: hidden;
  }

  .header_middle {
	 display: block;
  }

  .head_search {
	 width: auto;
	 margin-top: 10px;
  }

  .head_search form input[type="search"] {
	 height: 46px;
  }

  .head_search form {
	 height: 46px;
  }

  .body-wrapper {
	 -webkit-transition: -webkit-transform 400ms ease;
	 -moz-transition: -moz-transform 400ms ease;
	 -o-transition: -o-transform 400ms ease;
	 transition: transform 400ms ease;
	 min-height: 100%;
	 height: auto;
	 width: 100%;
  }

  .mobile-open .body-wrapper {
	 -webkit-transform: translate(246px, 0);
	 -ms-transform: translate(246px, 0);
	 -o-transform: translate(246px, 0);
	 transform: translate(246px, 0);
	 height: 100%;
	 width: 100%;
	 position: fixed;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>a {
	 font-size: 13px;
	 font-weight: 400;
	 padding: 15px;
	 background-color: #2d2d2d;
	 line-height: 19px;
	 border-bottom: 1px solid #232323;
	 text-align: left;
	 padding-right: 15px;
	 display: block;
	 color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li {
	 padding: 0;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul:first-child {
	 padding-bottom: 18px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
	 font: normal normal normal 14px/1 FontAwesome;
	 font-size: inherit;
	 text-rendering: auto;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 display: inline;
	 font-size: 12px;
	 color: #fff;
	 float: right;
	 line-height: 17px;
	 content: "";
  }

  .body-wrapper:after {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 0;
	 height: 0;
	 z-index: 1001;
	 background-color: #303030;
	 opacity: 0;
	 -webkit-transition: opacity 600ms ease;
	 -o-transition: opacity 600ms ease;
	 transition: opacity 600ms ease;
	 content: '';
  }

  .mobile-open .body-wrapper:after {
	 width: 100%;
	 height: 100vh;
	 opacity: 0.3;
  }

  .mobile_link {
	 margin-right: 5px;
	 height: 55px;
	 line-height: 52px;
	 padding: 0 15px;
	 display: block;
  }

  .mobile_link a {
	 position: relative;
	 min-width: 44px;
	 height: 44px;
	 line-height: 44px;
	 color: #fff !important;
	 font-size: 13px;
	 text-transform: uppercase;
	 display: inline-block;
	 padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
	 border-top: 1px solid #e4e4e4;
	 border-bottom: 1px solid #e4e4e4;
	 color: #fff;
	 font-size: 13px;
	 text-transform: uppercase;
	 position: absolute;
	 overflow-y: auto;
	 overflow-x: hidden;
	 top: 0;
	 max-height: calc(100vh - 54px);
	 left: 0;
	 width: 100%;
  }

  /*   .custom-menu-primary.mobile .hs-menu-wrapper:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  background: #e4e4e4;
  height: 1px;
  top: 301px;
  transition: all 200ms;
} */

  .custom-menu-primary.mobile .hs-menu-wrapper {
	 position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.dl-back>a:before {
	 margin-right: 13px;
	 font: normal normal normal 14px/1 FontAwesome;
	 font-size: inherit;
	 text-rendering: auto;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 display: inline;
	 color: white;
	 font-size: 12px;
	 content: "";
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>a:hover {
	 color: #fff;
	 background: #606060;
  }

  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper {
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 position: absolute;
	 top: 0;
	 width: 100%;
	 -webkit-transform: translate3d(100%,0,0);
	 -moz-transform: translate3d(100%,0,0);
	 -ms-transform: translate3d(100%,0,0);
	 -o-transform: translate3d(100%,0,0);
	 transform: translate3d(100%,0,0);
	 -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
	 transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
	 -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
	 -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
	 -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
	 -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
	 transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }    
  .custom-menu-primary .hs-menu-wrapper > ul.dl-menuopen {
	 -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
	 transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
	 -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
	 -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
	 -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
	 -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
	 transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }    
  .custom-menu-primary .hs-menu-wrapper > ul.go-left {
	 -webkit-transform: translate3d(-100%,0,0);
	 -moz-transform: translate3d(-100%,0,0);
	 -ms-transform: translate3d(-100%,0,0);
	 -o-transform: translate3d(-100%,0,0);
	 transform: translate3d(-100%,0,0);
  }    

  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper.active {
	 z-index: 2;
	 -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);
  }

  .header_middle .container:before,.header_middle .container:after {
	 display: table;
	 content: " ";
  }

  .header_middle .container {
	 display: grid;
	 grid-template-columns: 0 1fr 1fr 0;
  }
}
@media (max-width: 970px) {
  .header_middle {
	 padding-left: 20px;
	 padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .header-sidebar-toggle-wrapper {
	 top: -60px;
  }
}
@media (max-width: 600px) {
  .header_middle .container {
	 width: 100%;
  }

  .header_middle {
	 width: 100%;
  }

  .header-sidebar-toggle-wrapper {
	 position: absolute;
	 top: -24px;
  }
}

@media (max-width: 510px) {
  .head_search form {
	 width: 100%;
  }
  .head_logo {
	 width: 50%;
  }
  .head_search {
	 width: 50%;
  }
  .header_middle .container {
	 display: block;
  }
  .head_logo img {
	 max-width: 210px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.ftr_col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 50%;
}

.ftr_col:last-of-type {
  padding-right: 0px;
}

.ftr_col:first-of-type {
  padding-left: 0px;
}

.ftr_content_row {
  display: flex;
  flex-wrap: wrap;
}

.ftr_col h4 {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  font-family: inherit;
  line-height: inherit;
}

.ftr_col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ftr_col ul li a {
  font-size: 13px;  
  display: inline;
}

.ftr_col:last-of-type h4 {
  padding-bottom: 10px;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

.ftr_col form {
  max-width: 100%;
}

.ftr_col .form_container {
  display: inline-block;
  width: 85%;
  padding: 0 5px;
}

footer.footer .container {
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.ftr_col.ftr_col5 {
  display: flex;
  justify-content: center;
}

.ftr_col form .hs-form-field {
  margin: 0;
}

.ftr_col form label {
  margin: 0 0 10px;
  color: inherit;
  font-family: inherit;
  font-size: 13px;
  line-height: inherit;
  font-weight: normal;
}

.ftr_col form label .hs-form-required {
  display: none;
}

.ftr_col form {
  padding-top: 10px;
}

.ftr_col form .hs-input {
  font: inherit;
  line-height: normal;
  height: 44px;
  vertical-align: top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  padding: 10px 0;
  margin-bottom: 15px;
  background: #ffffff;
  border: 1px solid #bdbdbd;
  font-weight: 300;
  font-size: 13px;
  padding-left: 10px;
}

.ftr_col form .hs-input::-webkit-input-placeholder {
  color: #000;
}

.footer .hs-error-msgs label {
  background-color: #fdf0f2;
  border: 1px solid #f1ced1;
  border-radius: 4px;
  line-height: 1.2;
  padding: 5px 10px;
  font-size: 13px;
  display: block;
}

.ftr_col form input.hs-button.primary.large {  
  width: auto;
  min-width: auto;
  margin: 0;
  font: inherit;
  margin-bottom: 10px;
  margin-right: 10px;
  min-height: 44px;
  vertical-align: bottom;
  background: #161616;
  color: #fff;
  font-weight: 400;
  border: 1px solid #161616;
  border-radius: 3px;
  text-transform: none;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  padding: 10px 15px;
  font-size: 13px;
  background-color: #f9a022;
  color: black;
  border-color: #000;
}

.back-to-top {
  background: #232323;
  border-top: 1px solid #4e4e4e;
  display: block;
  text-align: center;
  padding-bottom: 15px;
}

.back-to-top a {
  color: #ebebeb;
  font-size: 11px;
  text-transform: uppercase;
}

.back-to-top i {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 0 0;
  display: block;
  color: white;
  font-size: 12px;
}

.icon-angle-up:before, .facets-faceted-navigation-facet-group-expander-icon:before, .facets-faceted-navigation-item-category-facet-group-expander-icon:before, .facets-faceted-navigation-item-color-facet-group-expander-icon:before, .facets-faceted-navigation-item-range-facet-group-expander-icon:before, .facets-faceted-navigation-item-facet-group-expander-icon:before, .global-views-back-to-top-icon:before, .acordion-head-toggle-icon:before, .accordion-toggle-icon:before, .list-header-expander-icon:before, .facets-facet-browse-list-header-expander-icon:before, .list-header-view-filter-button-icon:before, .cart-summary-expander-toggle-icon:before, .cart-summary-expander-toggle-icon-promocode:before, .quick-order-expander-toggle-icon:before, .accordion-toggle-icon-secondary:before, .quantity-pricing-expander-toggle-icon:before, .faqs-container a.go-top i:before {
  content: "";
}

.ftr_col.ftr_col1 ul li a {
  font-size: 13px;
}

.ftr_col.ftr_col1 ul li .icon-phone,.ftr_col.ftr_col1 ul li .icon-envelope {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 7px;
  border-radius: 100%;
  background-color: #f9a022;
}

.ftr_col.ftr_col1 ul li span {
  vertical-align: top;
  display: inline-block;
  margin-top: 4px;
}

.icon-phone i:before {
  content: "";
}

.icon-envelope i:before {
  content: "";
}

.ftr_col.ftr_col1 ul li a i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white !important;
  font-size: 12px !important;
}

.ftr_col form .hs-input.error.invalid {
  outline-color: #c47279;
}

.ftr_col form .hs-input.error.invalid:hover,.ftr_col form .hs-input.error.invalid:focus {
  outline: none;
  color: red;
}


@media (min-width: 768px) {
  .back-to-top {
	 display: none;
  }

  .ftr_col {
	 width: 16.66666667%;
  }

  .ftr_col:last-of-type,
  .ftr_col:first-of-type {
	 width: 25%;
  }
}
@media (max-width: 1199px) {
  .ftr_col.ftr_col1 ul li span {
	 margin-top: 1px;
  }
}
@media (max-width: 991px) {
  .ftr_col1 ul {
	 font-size: 13px;
  }
  .ftr_col.ftr_col1 ul li .icon-phone, .ftr_col.ftr_col1 ul li .icon-envelope {
	 width: 20px;
	 height: 20px;
	 margin-right: 1.6px;
  }
}
@media (max-width: 767px) {
  .ftr_col:not(:last-child) {
	 padding-bottom: 35px;
  }

  .ftr_col.ftr_col5 {
	 width: 100%;
	 display: block;
	 padding-left: 0;
	 padding-right: 0;
  }

  .ftr_col .form_container {
	 width: 100%;
  }

  .ftr_col:nth-child(3), .ftr_col:first-of-type {
	 padding-left: 0px;
  }

  .ftr_col form input.hs-button.primary.large {
	 min-height: 40px;
	 margin-bottom: 16px;
  }

  .ftr_col form .hs-input {
	 height: 40px;
  }

  .ftr_col:nth-child(3),.ftr_col:first-of-type {
	 padding-left: 0px;
  }

}

@media (max-width: 480px) {
  .ftr_col form input.hs-button.primary.large {
	 width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */
.cats_wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: left;
}

.cats_wrap ul li {
  display: inline;
}

.cats_wrap ul li a {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  color: #303030;
}

.cats_wrap ul .breadcrumb-divider {
  padding: 0 5px;
}

.cats_wrap ul .breadcrumb-divider span:before {
  content: "";
}

.cats_wrap ul .breadcrumb-divider span {
  color: #fff;
}

.title_wrap h1 {
  margin: 0;
  color: white;
  text-transform: none;
  letter-spacing: 0px;
  padding: 15px;
  font-size: 25px;
}

.title_wrap p {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0;
  color: #303030;
  margin-top: 0;
  margin-bottom: 0;
  color: white;
  padding: 15px;
}

.post_item {
  width: 98%;
  text-align: left;
  display: flex;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #B1B1B1;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  margin: 0 auto;
}

.post_item_inner {
  padding: 20px 0px 20px 0px;
}

.initial-info-new {
  float: left;
  width: 60%;
}

.img-news {
  width: 40%;
  float: right;
  margin-top: 3%;
}

.post_item_inner>p {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0;
  color: #303030;
  margin-top: 0;
  margin-bottom: 0;
  float: left;
  width: 60%;
  color: black;
  text-align: justify;
  padding-right: 15px;
}

.date-facet {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0;
  color: black;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}

.name-facet {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0;
  color: #303030;
  margin-top: 0;
  margin-bottom: 0;
}

.name-facet a {
  font-weight: bold;
  color: #271588;
}

.no-image .initial-info-new,.no-image .post_item_inner>p {
  width: 100%;
  float: none;
}

.filter_wrap select {
  font: inherit;
  margin: 0;
  background-image: url("data:image/svg+xml;utf8,<svg width='2000px' height='2000px' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M1075 352q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z'/></svg>");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: block;
  border: 1px solid #000;
  padding: 10px;
  padding-right: 30px;
  margin-bottom: 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 100% 100%;
  color: #000;
  font-size: 15px;
  background-position-y: 17px;
  border: none;
}

.filter_wrap {
  padding-top: 40px;
  display: flex;
}

.post_item.no-image {
  display: block;
}

.blog-pagination a {
  -webkit-appearance: button;
  cursor: pointer;
  color: black !important;
  background-color: #f9a225;
  text-align: center;
  margin-bottom: 40px;
  height: 39px;
  width: 210px;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.blog-pagination {
  text-align: center;
  margin: 45px 0 40px;
}


.hs-blog-post .title_wrap h1 {
  text-transform: none;
  color: white;
  letter-spacing: 0px;
  padding: 35px;
  font-size: 25px;
}

.hs-blog-post .title_wrap {
  margin: 20px 0px 20px 0px;
  display: inline-block;
  width: 100%;
}

.blog-post__body {
  color: rgba(0, 0, 0, 0.9);
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: rgb(255, 255, 255);
}

.article-date p {
  margin: 0;
}

.blog-comments form {
  max-width: 100%;
  padding: 20px 0;
}

.year_filter h3,.year_filter ul {
  display: none;
}

.filter_wrap select#tinynav1 {
  max-width: 75px;
}

.cats_wrap ul li.active {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-weight: 600;
  color: #303030;
}

@media (max-width: 992px) {
  .blog_wrap .container {
	 padding-left: 15px;
	 padding-right: 15px;
  }

  .cats_wrap ul {
	 padding: 0 5px;
  }

  .hs-blog-post .blog_wrap .container {
	 padding-left: 20px;
	 padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .post_item_inner>* {
	 width: 100%;
  }

  .post_item_inner>p {
	 width: 100%;
	 text-align: justify;
	 padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 200px 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: #EFEFEF;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 400px  ;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  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;
}
.hs-form-field {
  margin: 0 0 10px;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form#email-prefs-form input[type="email"] {
  width: 100% !important;
}
.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.hs-form-field label {
  margin-bottom: 8px;
  display: inline-block;
}
label:empty {
  display: none !important;
}
input#hs-pwd-widget-password {
  height: 40px !important;
}
.subs form#email-prefs-form {
  max-width: 100%;
}
@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
  .blog-post img {
  float: none !important;
  margin: 0 !important;
  max-width: 100%;
}
}
.error-page {
  position: relative;
  z-index: 2;
}
.comment-date, .comment-from {
  display: block !important;
}
.grecaptcha-badge {
  max-width: 100%;
  overflow: auto hidden;
  margin: 0;
}
h3:empty {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
span.replying-to {
  display: block;
  padding-bottom: 30px;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding: 20px;
}

/* To center the form within its module and applying a max-width */
form.hs-form,
.hs_cos_wrapper .form-title {
max-width: 600px;
display: block;
margin: 0 auto;
}

/* To center the form title within a form module */
.hs_cos_wrapper .form-title {
text-align: center;
}

/* To center the form submit button */
.hs_submit {
    text-align: center;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children {
    position: initial;
} 

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-vertical li a {
    width: 100%;
}

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
    position: unset;
}