/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media(max-width:35.9rem){
  .dnd-section>.row-fluid,
  .content-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


html {
  scroll-behavior: smooth;
  font-family: Montserrat;
  line-height: 1.15;
  text-size-adjust: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52; 
  line-height: 2em;
}

p {
  margin:1em 0;
  font-family: Lato, serif;
}

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li { 
}

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


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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  font-family:inherit;
  color:inherit;
}
/* ******************************************************************************
*********************************************************************************
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: 767px;
  font-family: Lato, sans-serif;
}
h3.form-title {
  margin: 0;
  padding: 15px 10px; 
  font-weight: 700;
  margin-top: 0px;
}

fieldset {
  margin: auto !important;
  max-width: unset !important;
}

@media (min-width: 62em){
  h3.form-title {
    line-height: 2.5rem;
    font-size: 1.75rem;
  }
}


form {
  margin: auto;
  padding: 20px;
}


.hs-button { 
  cursor: pointer;
  display: inline-block; 
  text-align: center;
  transition: all 0.15s linear; 
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration:none!important;
  margin:30px 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.15;
  white-space: normal;
}

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

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


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

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

.hs-input,
input#hs-pwd-widget-password{
  line-height: 1.15;
  border: 1px solid;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: rgb(121, 127, 143);
  padding: calc(0.625rem + 1px);
  width:100%;

}

.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:-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 ,
input#hs-pwd-widget-password:focus{
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  outline: auto 5px -webkit-focus-ring-color;

}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field ,
.hs-form-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;
}

.hs-error-msgs label {
  font-family: Montserrat;
  font-size: 0.75rem;
  line-height: 1.25;
}

.hs-button:focus {
  outline: none;
}

input#hs-pwd-widget-password {
  height: auto !important;
}

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

input.email-edit.hs-input {
  font-size: 1rem !important;
  width: 767px !important;
  max-width: 100%;
  padding: calc(0.625rem + 1px) !important;
}

input#hs-register-widget-email {
  background: #fff;
}


.submitted-message {
  padding: 15px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
.hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header{min-height:91px!important;}
.custom-menu-primary> .hs_cos_wrapper { width: 63.5%; }
.custom-menu-primary form{background:none;margin:0;      padding: 0;  position: relative;}
.custom-menu-primary form .hs-search-field__input{ font-family: 'Lato', sans-serif;font-weight:400;width: 231px; border-width:1px;border-radius: 9999px;  padding: .625rem;   font-size: 1rem;line-height: 1.5rem; padding-right: 3rem;--border-opacity: 1; border-color: #1b365d; color:#1b365d;border-color: rgba(27,54,93,var(--border-opacity));}
.custom-menu-primary form .header-search{position: absolute; padding-right: .3125rem; display: flex; align-items: center;  top: 0;bottom:0;right:0;}
.header-search-btn{--bg-opacity: 1;    border: 0; border-radius: 9999px;height: 2rem;width: 2rem;display: flex;align-items:center;justify-content:center;background-color: #fbe122; background-color: rgba(251,225,34,var(--bg-opacity));}
.header-search-btn svg{   width: 1em;}
li.signup-list {width:auto; list-style: none; }
li.signup-list button { border-radius:50%;height: 3rem; border:1px solid #000;   width: 3rem;display: flex;align-items:center;justify-content:center; background: 0; }
.custom-menu-primary .searchinput-wrap { width: auto;display: flex; align-items: center; }
.custom-menu-primary>div { width: 61%; }
.custom-menu-primary ul ul>.submenu_wrpr>li>a{color:#4c5569!important}
.custom-menu-primary ul ul>.submenu_wrpr>li>a:hover {text-shadow: 0px 0px 0.6px #1b365d;}
.custom-menu-primary .hs-menu-wrapper ul ul li a:hover{color: #1b365d!important; }
.custom-menu-primary form .hs-search-field__input:-moz-placeholder {color: #1b365d;}
.custom-menu-primary form .hs-search-field__input::-webkit-input-placeholder {color: #1b365d;}
.head_inner .page-center.submenu_wrpr { max-width: 100%!important; flex-wrap: nowrap; width: 100%;margin-bottom:1px; }
.body-wrapper {overflow-x:hidden;}
.custom-menu-primary ul ul ul{position:relative;}
.custom-menu-primary ul ul ul:before { position: absolute; content: ""; height: 100%; width: 200vw; left: 0; top: 0; background: #fff; transform: translateX(-50%); }
.custom-menu-primary ul ul ul li{position:relative;}
.head_inner {
  display: block;
  box-shadow: 0 1px 3px 0 rgb(31 42 68 / 10%), 0 1px 2px 0 rgb(31 42 68 / 6%); 
  height: 80px;
  z-index:99999;
}

.head_inner .page-center {
  display: flex;
  height: 80px;
  align-items: center;
  flex-wrap: wrap;
}

.cstm_logo {  
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999; 
}

.cstm_hd_rght {
  width: auto;
}

.cstm_logo img {
  width: 114px !important;
  max-width: 100%;
}


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


.cstm_hd_rght {
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-around;
  display: flex;
  height: 100%;
  -webkit-box-flex: 2;
  flex-grow: 2;
  margin: 0px;
  background-color:#fff;
  padding-left:4px;
}

.cstm_logo img {
  vertical-align: middle;
}

.cstm_logo a {
  display: inline-block;
  margin-top: -4px;
}


.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  flex-grow: 1;
  height: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li > a {
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  line-height:20px;
  font-weight: 700;
  /*   text-transform: uppercase; */
  text-align: center;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  padding-top: 2px;
  align-items: center;
  font-family: 'Lato', sans-serif;
  color:#1b365d!important;
  padding-bottom:1px;
} 
.custom-menu-primary .hs-menu-wrapper>ul>li > a:hover{color:#1b365d;}
.seperator_sctn:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 58%;
  top: 22%; 
  border-radius: 1.25rem;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.findabusiness>a {
  border-radius: 80px; 
  transition: background 0.12s ease-in-out 0s;
  text-decoration: none;
  text-transform: uppercase;
  line-height: initial;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  height: auto;
  font-family: Montserrat;
  font-size: 0.75rem;
  font-weight: 700; 
  padding: 0.3125rem 2rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
} 
.custom-menu-primary .hs-menu-wrapper>ul>li.cart >a {
  font-size: 0;
  display: flex;
  border-width: 3px;
  padding: 0px 0px 0px 1.25rem;
  border-radius: 40px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.cart >a img {
  width: 26px;
  display: block;
  vertical-align: middle;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.signin {
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.signin > a {
  text-transform: uppercase;
  line-height: initial;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer; 
  height: 40px;
  font-weight: 700;
  font-size: 0.75rem;
  white-space: nowrap; 
  border-image: initial;
  background: transparent;
  margin: 0rem;
  padding: 0rem 16px 0rem 0rem;
  border-radius: 80px;
  transition: background 0.12s ease-in-out 0s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.signin > a svg {
  margin-right: 0.625rem;
  height: calc(100% + 2px);
  width: auto;
  position: relative;
  left: -1px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.signup  > a {
  position: relative;
  font-family: Montserrat;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  flex-grow: 1;
  white-space: nowrap;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
}

.custom-menu-primary {
  -webkit-box-align: center;
  align-items: center;
/*   justify-content: space-around; */
  justify-content: space-between;
  display: flex;
  height: 100%;
  -webkit-box-flex: 2;
  flex-grow: 2;
  margin: 0px;
}

.custom-menu-primary > * {
  width: 100%;
}

.custom-menu-primary > div,.custom-menu-primary > div> span,.custom-menu-primary .hs-menu-wrapper {
  width: 100%;
  height: 100%;

}

.rght_col_btn_grp {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-around;
  display: flex;
  height: 100%;
  -webkit-box-flex: 2;
  flex-grow: 2;
  margin: 0px; 
}

.custom-menu-primary .hs-menu-wrapper>ul>li.seperator_sctn {
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  flex-grow: 1;
  position: relative;
  margin: 0px 1.25rem;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item > a:after,
.custom-menu-primary .hs-menu-wrapper>ul>li.signup>a:after{
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  bottom: 15px;
  width: 0px;
  left: 0;
  right:0;
  border-radius: 1.25rem; 
  transition: width 0.2s ease 0s, left 0.2s ease 0s;
  margin: 0 auto;

}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item > a:hover:after ,
.custom-menu-primary .hs-menu-wrapper>ul>li.signup>a:hover:after{
  width: 73%;
}

.custom-menu-primary .hs-menu-wrapper >ul > li> ul {
  display: flex !important;
  justify-content: left;
  position: absolute;
  padding-bottom:0;
  bottom: -2px;
  left: 0px;
  right: 0px; 
  z-index:-1;
  transform: translateY(-100%); 
  transition: transform 0.2s ease 0s;
  width: 100%; 
} 
.submenu_wrpr.page-center {
/*   padding-top: 1.25rem; */
  position: relative;
  height: auto;
  -webkit-box-pack: start;
  justify-content:center; 
}

.custom-menu-primary .hs-menu-wrapper >ul > li:hover> ul{ 
  transform: translateY(100%);
}

.custom-menu-primary ul ul >  .submenu_wrpr  > li {
/*   margin-top: 1.25rem;
  margin-bottom: 1.25rem; */
  line-height: 1rem;
/*   padding-left: 25px;
  padding-right: 25px; */
      position: relative;
}

.custom-menu-primary ul ul ul {
/*   opacity: 1;
  visibility: visible;
  position: static;
  pointer-events: all; */
  background: rgb(255, 255, 255);transition:transform 0.3s ease;
   height: 0; opacity: 0; transform: translateY(-10px);min-width:350px;position:absolute;
}
.custom-menu-primary ul ul>.submenu_wrpr>li:hover ul{ display: block;transition:transform 0.3s ease;height: auto; opacity: 1; transform: translateY(0);}

.head_inner {
  position: relative;
}

.custom-menu-primary ul ul>.submenu_wrpr >li > a {
  font-size: 16px;
  line-height:20px;
  font-family: 'Lato',sans-serif;
  color:#1b365d;
  font-weight: 700;
/*   margin: 0px 0px 1.25rem; */
  cursor: pointer;
  text-decoration: none;
  display: block;
  font-weight:400;
  padding-left: 3rem; padding-right: 3rem;padding-top: 1.25rem; padding-bottom: 1.25rem;text-align:center;
}

.custom-menu-primary ul ul ul li{padding:0px 3rem 1.25rem;}
.custom-menu-primary ul ul ul li a {
  display: block;
  font-size: 16px; line-height: 20px;
  text-transform: none;
      font-family: 'Lato',sans-serif;
  margin: 0px;
  text-decoration: none;
  color:#1b365d;
  font-weight:400;display: flex; align-items: center;
}

.custom-menu-primary ul ul ul li a  img{margin-right:.625rem}

.custom-menu-primary ul ul ul li a:hover{  color:#1b365d;}
.submenu_wrpr.page-center {
  align-items: flex-start;
}

.custom-menu-primary ul ul>.submenu_wrpr>li>a:empty {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.findabusiness >a:after {
  display: none;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.aboutyellow .submenu_wrpr.page-center  {
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-left: 225px; 
}

@media (min-width: 48em){
  .custom-menu-primary .hs-menu-wrapper>ul>li.resources .submenu_wrpr.page-center {
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding-left: 180px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.aboutyellow .submenu_wrpr.page-center  {
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding-left: 225px; 
  }
  
  .custom-menu-primary ul ul>.submenu_wrpr>li>a{padding-left: 1rem; padding-right: 1rem;}
  .custom-menu-primary ul ul ul li { padding: 0px 1rem 1.25rem;}
   .head_inner .page-center{width:100%;max-width:768px;padding-left: .625rem; padding-right: .625rem;}

}

@media (min-width: 55em){
   .head_inner .page-center{width:100%;max-width:732px;padding-left: .625rem; padding-right: .625rem;}
}

@media (min-width: 62em){
  .submenu_wrpr.page-center {
    -webkit-box-pack: start;
    justify-content: center;
/*     padding-left: 135px; */
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.resources .submenu_wrpr.page-center {
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding-left: 245px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.aboutyellow .submenu_wrpr.page-center  {
    padding-left: 350px;

  }
  .head_inner .page-center{max-width:960px;width:100%;padding-left: .625rem; padding-right: .625rem;}
   .cstm_hd_rght {padding-left: 7px;}
  
    .custom-menu-primary ul ul>.submenu_wrpr>li>a{padding-left: 3rem; padding-right: 3rem;}
  .custom-menu-primary ul ul ul li { padding: 0px 3rem 1.25rem;}

}

@media (min-width: 75em){
  .submenu_wrpr.page-center {
/*     padding-left: 155px; */
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.resources .submenu_wrpr.page-center {
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding-left: 275px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.aboutyellow .submenu_wrpr.page-center  {
    padding-left: 405px;

  }
  
  .head_inner .page-center{max-width:1142px;width:100%;padding-left: .625rem; padding-right: .625rem;}
    .cstm_hd_rght {padding-left: 32px;}
  
  body .custom-menu-primary .hs-menu-wrapper>ul>li.aboutyellow .submenu_wrpr.page-center {
    padding-left: 441px;
  }
  
  .custom-menu-primary>.hs_cos_wrapper{
     width:61%;
  }
}



@media (min-width: 90em){
/*   .submenu_wrpr.page-center {
    padding-left: 170px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.resources .submenu_wrpr.page-center{
    padding-left:322px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.aboutyellow .submenu_wrpr.page-center {
    padding-left: 485px;
  } */
  
  .head_inner .page-center{max-width:1336px;width:100%;padding-left: .625rem; padding-right: .625rem;}
  .cstm_hd_rght {padding-left: 50px;}
  .custom-menu-primary>.hs_cos_wrapper {
    width: 63%;
}
}


img.drop_icon {
  position: absolute;
  top: 86px;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  display:none;
}

.custom-menu-primary .hs-menu-wrapper > ul >li:hover img.drop_icon {
  display: none;
}


@media(max-width:1199px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0 5px;
/*     font-size: 0.6rem; */
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.signup>a {
    padding: 0 5px;
    font-size: 0.6rem;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul>li.seperator_sctn {
    margin: 0 5px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.signin>a {
    font-size: 0.6rem;
    padding: 0rem 10px 0rem 0rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.findabusiness>a {
    font-size: 0.6rem;
    padding: .3125rem 1rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.signin>a svg {
    margin-right: 4px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item>a:hover:after, .custom-menu-primary .hs-menu-wrapper>ul>li.signup>a:hover:after {
    width: 100%;
    left: 0;
  }

}

@media(min-width:768px){
  .mob_header ,
  .sidebr_menu{
    display:none;
  }
}

@media(max-width:767px){
  .head_inner {
    display:none;
  }
  .sidebr_menu{
    display:block;
  }

  .mob_header {
    position: fixed;
    z-index: 20;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    box-shadow: rgb(31 42 68 / 10%) 0px 4px 6px -1px, rgb(31 42 68 / 6%) 0px 2px 4px -1px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }

  .mob_trgger {
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 10px;
  }

  .mob_cart_icon a img {
    height: 2rem;
    margin-right: 0.625rem;
    vertical-align: middle;
  }

  .cstm_logo_mob img {
    height: 2rem;
    margin-right: 0.625rem;
    width: 76px !important;
    vertical-align: middle;
    margin-top: -5px;
  }

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

  .sidebr_menu {
    box-shadow: rgb(231, 231, 231) 1px 0px;
    position: fixed;
    z-index: 10;
    width: 280px;
    left: -280px;
    top: 30px;
    bottom: 0px;
    overflow-x: hidden;
    font-size: 0.75rem;
    text-transform: uppercase;
    transform: translate(0px);
    background: rgb(255, 255, 255);
    padding: 0px 0.625rem;
    transition: transform 0.3s ease 0s;
  }

  .mobile-open .sidebr_menu {
    transform: translate(280px);
  }
  
  #hs_cos_wrapper_mob_menu .hs-menu-wrapper ul ul ul li { background-color: rgb(243, 245, 248)}
  #hs_cos_wrapper_mob_menu .hs-menu-wrapper ul ul ul li a{display:flex;align-items:center;font-size: 14px;font-family: 'Lato',sans-serif;padding-left: 1.25rem;margin:0;border-bottom:1px solid #d2d4da;}
  #hs_cos_wrapper_mob_menu .hs-menu-wrapper ul ul ul li:last-child a{border-bottom:none;}
  #hs_cos_wrapper_mob_menu .hs-menu-wrapper ul ul ul li a img{margin-right: .625rem;}

  #hs_cos_wrapper_mob_menu .hs-menu-wrapper > ul {
    padding-bottom: 0.625rem;    padding-top: 7px;
/*     border-bottom: 1px solid rgb(231, 231, 231); */
    margin-block-start: 1em;
    margin-block-end: 1em;
  }

/*   #hs_cos_wrapper_mob_menu .hs-menu-wrapper > ul > li {
    margin: 0px 0.625rem;
  } */

  #hs_cos_wrapper_mob_menu .hs-menu-wrapper > ul > li > a {
    color: #1b365d;
    display: block;
    line-height:53.2px;
    text-decoration:none;
    font-family: 'Lato',sans-serif;font-weight: 700;
    text-transform: none;font-size:16px;
  }

  #hs_cos_wrapper_mob_menu .hs-menu-wrapper > ul ul li a {
    display: block;
    margin-left: calc(1.25rem - 0.625rem);
    padding: 0.688rem 0px;
    color: rgb(31, 42, 68);
    text-decoration: none;
    font-size: 16px; font-family: 'Lato',sans-serif;
    text-transform: initial;
    line-height: 1.25;
  }

  #hs_cos_wrapper_mob_menu .hs-menu-wrapper > ul ul {
    display: none;    border-top: 1px solid #d2d4da;
  }
/*   .child-trigger {
    font-weight: 400;
    user-select: none;
    text-transform: uppercase;
    line-height: initial;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: rgb(31, 42, 68);
    transition: background 0.12s ease-in-out 0s;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    text-decoration: none;
    border-radius: 80px;
    width: 48px;
    height: 48px;
    transform: none;
    padding: 0px;
    background: url(//23623022.fs1.hubspotusercontent-na1.net/hubfs/23623022/raw_assets/public/Yellow_HN2022/images/child_trigger.svg) center center / 16px no-repeat;
    position: absolute;
    right: 0;
    top: 0;

  } */

  .child-trigger { font-weight: 400; user-select: none; text-transform: uppercase; line-height: initial; display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; text-align: center; cursor: pointer; font-size: 16px; color: #1f2a44; transition: background .12s ease-in-out 0s; border-width: 1px; border-style: solid; background-color: #f3f5f8; border-image: initial; text-decoration: none; border-radius: 80px; width: 32px; height: 32px; transform: none; padding: 0px; background: #f3f5f8 url(//5250769.fs1.hubspotusercontent-na1.net/hubfs/5250769/raw_assets/public/Yellow_July2020/images/child_trigger.svg) center center / 10px no-repeat; position: absolute; right: 0; top: 11px; border: none; transform: rotate( 0.25turn ); /* transition: all 0.5s ease; */ }
  #hs_cos_wrapper_mob_menu .hs-menu-wrapper>ul>li {
    position: relative;    border-bottom: 1px solid rgb(210, 212, 218);
  }

  .child-trigger.child-open {
    transform: rotate(0.999turn);
  }

  #hs_cos_wrapper_mob_menu .hs-menu-wrapper>ul ul li a{
   padding:6px 0;
}

#hs_cos_wrapper_mob_menu .hs-menu-wrapper>ul ul li .child-trigger.child-open {
    background: #f3f5f8 url(https://5250769.fs1.hubspotusercontent-na1.net/hubfs/5250769/Yellow_July2020/Images/minus-black.svg) center center / 7px no-repeat;
}

#hs_cos_wrapper_mob_menu .hs-menu-wrapper>ul ul li .child-trigger {
    background: #f3f5f8 url(https://5250769.fs1.hubspotusercontent-na1.net/hubfs/5250769/Yellow_July2020/Images/plus-black.svg) center center / 7px no-repeat;
}

#hs_cos_wrapper_mob_menu .hs-menu-wrapper>ul ul li.hs-menu-depth-2.hs-item-has-children>a{
   padding: .688rem 0px;
}
  #hs_cos_wrapper_mob_menu .hs-menu-wrapper ul ul ul { margin-top: 5px; }
/*   #hs_cos_wrapper_mob_menu .hs-menu-wrapper>ul ul li .child-trigger{background: #f3f5f8 url(https://5250769.fs1.hubspotusercontent-na1.net/hubfs/5250769/Yellow_July2020/Images/plus-black.svg) center center / 8px no-repeat;}
  #hs_cos_wrapper_mob_menu .hs-menu-wrapper>ul ul li .child-trigger.child-open{background: #f3f5f8 url(https://5250769.fs1.hubspotusercontent-na1.net/hubfs/5250769/Yellow_July2020/Images/minus-black.svg) center center / 8px no-repeat;}
   */
  
  #hs_cos_wrapper_mob_menu .hs-menu-wrapper>ul>li.findabusiness >a {
    border-radius: 1.25rem;
    background: rgb(251, 225, 34);
    line-height: normal;
    position: relative;
    color: rgb(121, 127, 143);
    font-weight: 700;
    padding: 6px 16px;
    display: inline-block;
  }

  #hs_cos_wrapper_mob_menu .hs-menu-wrapper>ul>li.findabusiness {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  
  #hs_cos_wrapper_mob_menu .hs-menu-wrapper>ul ul li { position: relative; }
  .mob_meta_btns ul li button {
    color: rgb(31, 42, 68);
    transition: background 0.12s ease-in-out 0s;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    text-decoration: none;
    border-radius: 80px;
    text-transform: initial;
    line-height: initial;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    height: 48px;
    font-weight: 400;
    font-size: 16px;
    background: transparent;
    margin: 0rem;
    padding: 0rem 16px 0rem 0rem;
    width: 100%; text-align: left; justify-content: flex-start;
  }

  .mob_meta_btns ul li button svg,.mob_meta_btns ul li button img,.mob_meta_btns ul li a svg {
    margin-right: 10px;
    height: 32px;
    width: auto;
    position: relative;
    left: 0px;
    top: -1px;
    border: 1px solid #1b365d; border-radius: 50%;
  }

  .mob_meta_btns ul li a {
    line-height: 48px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(31, 42, 68);
    text-decoration: none;
    font-size:16px;text-transform: initial;
  }

  .mob_meta_btns ul li a img {
    padding-right: 1.25rem;
    width: 50px;
    vertical-align: middle;
  }

  .mob_meta_btns ul li:not(:first-child) {
    margin-top: -16px;
  }
  .mob_meta_btns ul li:nth-of-type(2){margin-left:1px;}

  .mob_meta_btns ul {
    margin: -1em 0 0;
    padding: 0;
    list-style: none;
  }

/*   .mob_meta_btns ul li {
    margin: 0px 1.25rem;
  } */

  
  .mob_hd_social h3 {
    font-size: 0.75rem;
    font-weight: 400;
    margin: 1em 0;
    text-transform: uppercase;
    font-family: Montserrat;
    line-height: 1.25;display:none;
  }

/*   .mob_hd_social {
    margin: 0px 1.25rem;
  } */

  .mob_hd_social img {
    max-width: 100%;
    width: auto !important;
  }

  .mob_hd_social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
  }

  .mob_hd_social ul a {
    display: flex;
    width: 2rem;
    height: 2rem;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;border: 1px solid #1b365d!important; border-radius: 50%;
  }

  .mob_hd_social {
    margin-bottom: 50px;
    margin-top:3px;
  }
}

@media(max-width:767px){
  .lp_hdr .mob_header {
    display: flex;
    justify-content: center;
  }
  .lp_hdr .cstm_logo_mob {
    margin-left: -7px;
  }
}


/* .header .custom-menu-primary .hs-menu-wrapper ul li:nth-child(2n) .hs-menu-children-wrapper .submenu_wrpr.page-center{
display:block;
}

.header .custom-menu-primary .hs-menu-wrapper ul li:nth-child(3n) .hs-menu-children-wrapper .submenu_wrpr.page-center{
display:block;
} 

.header .custom-menu-primary .hs-menu-wrapper ul li:nth-child(2n) .hs-menu-children-wrapper .submenu_wrpr.page-center li a{
display: block;
margin: 0px 0px -10px;
font-size: 0.75rem;
color: rgba(31,42,68,1.0);
font-weight: normal;
text-transform: none;
font-family: Montserrat;
}

.header .custom-menu-primary .hs-menu-wrapper ul li:nth-child(2n) .hs-menu-children-wrapper .submenu_wrpr.page-center li a:hover{
color: rgba(165,170,180,1.0);
}

.header .custom-menu-primary .hs-menu-wrapper ul li:nth-child(3n) .hs-menu-children-wrapper .submenu_wrpr.page-center li a{
display: block;
margin: 0px 0px -10px;
font-size: 0.75rem;
color: rgba(31,42,68,1.0);
font-weight: normal;
text-transform: none;
font-family: Montserrat;
}

.header .custom-menu-primary .hs-menu-wrapper ul li:nth-child(3n) .hs-menu-children-wrapper .submenu_wrpr.page-center li a:hover {
color: rgba(165,170,180,1.0);
} */

@media (min-width: 75em){
  
}

@media(max-width:767px){
  .cart-image img{
    height: 2rem;
    margin-right: 0.625rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent; 
  background-color: rgb(0, 61, 165) !important;
} 


#hs_cos_wrapper_btm_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#hs_cos_wrapper_btm_menu {
  float: right;
  clear: right; 
  -webkit-box-pack: end;
  justify-content: flex-end;
  display: flex;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 48em){
  #hs_cos_wrapper_btm_menu {
    float: right;
    clear: right;
    width: 50%;
  }
}


#hs_cos_wrapper_btm_menu span,#hs_cos_wrapper_btm_menu span div {
  display: flex;
  width: 100%;
}

#hs_cos_wrapper_btm_menu ul {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

#hs_cos_wrapper_btm_menu ul li:not(:last-child):after {
  content: "|";
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.copyright {
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  clear: both; 
  margin-top: 1.25rem;
  display: flex;
}

#hs_cos_wrapper_copyrght {
  width: 50%;
}


.footer .page-center {
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.375rem;
}

.top_ftr {
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: flex;
  padding-bottom: 1.25rem;
  padding-top: 2rem;
  margin: 0px auto;
}

.top_ftr .hs-menu-wrapper > ul {
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: flex;
}

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

.top_ftr > div {
  width: 100%;
}

.top_ftr .hs-menu-wrapper > ul > li {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.top_ftr .hs-menu-wrapper > ul > li > a {
  font-size: 1rem;
  font-weight: 700;
  margin: 1em 0;
  font-family: Montserrat;
  text-transform: uppercase;
  display: block;
  cursor: text;
  text-decoration: none;
}

.top_ftr .hs-menu-wrapper > ul ul li a {
  font-size: 0.75rem;
  display: block;
  padding-top: 0.75em;
}


.mid_ftr {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  width: 90%;
  align-items: flex-start;
  margin: 0px auto 0px 20px;
  margin-right: 0px;
  margin-left: auto;
  width: 400px;
}

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

.ftr_cnct {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 95%;
  margin: 0px;
}

.ftr_cnct > div,.ftr_cnct > div span {
  width: 100%;
}

.mid_ftr ul {
  padding-left: 0px;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
}

.mid_ftr ul li {
  text-align: left;
  margin-left: -20px;
}

.mid_ftr ul li:first-child a,
.mid_ftr ul li:nth-child(2) a {
  display: inline-block;
  background-image: url(//23623022.fs1.hubspotusercontent-na1.net/hubfs/23623022/raw_assets/public/Yellow_HN2022/images/footer_phone.svg);
  padding-left: 24px;
  font-size: 1rem;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  padding-left: 45px;
  margin-left: 32px;
}

.mid_ftr ul li:nth-child(2) a {
  background-image: url(//23623022.fs1.hubspotusercontent-na1.net/hubfs/23623022/raw_assets/public/Yellow_HN2022/images/footer_email.svg);
  padding-left: 58px;
  margin-left: 20px;
}

.ftr_social {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  width: unset; 
  padding: 2em 0px;
}


.ftr_social > div:not(:last-child) {
  margin-right: 0.3125rem;
}

.ftr_social img {
  width: auto !important;
  max-width: 100%;
  vertical-align: middle;
}

#hs_cos_wrapper_fllw_us span {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 2rem;
}

.ftr_social a {
  display: inline-block;
  text-decoration: none;
}

.ftr_social>div:first-child {
  margin-right: 0;
  flex-shrink: 0;
}

@media(max-width:1200px){
  #hs_cos_wrapper_btm_menu {
    width: auto;
  }

  #hs_cos_wrapper_copyrght {
    width: auto;
  }

  .copyright {
    flex-wrap: wrap;
    justify-content: space-between;
  } 
}

@media(max-width:991px){
  #hs_cos_wrapper_btm_menu {
    padding: 0;
    width: 100%;
  }
}


#hs_cos_wrapper_mob_top_menu {
  display: none;
}


@media(max-width:767px){
  #hs_cos_wrapper_btm_menu ul {
    justify-content: flex-start;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .mid_ftr {
    margin-left: unset;
    display: flex;
    flex-direction: column;
    width: 90%;
    align-items: flex-start;
    margin: 0px auto 0px 20px;
  }
  #hs_cos_wrapper_fllw_us {
    display: none;
  }
  .ftr_social {
    border: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0;
    padding-bottom: 0;
    border:none !important;
  }
  .top_ftr .hs-menu-wrapper>ul>li {
    width: 100%;
  }
  .top_ftr .hs-menu-wrapper>ul {
    flex-wrap: wrap;
  }
  #hs_cos_wrapper_top_menu {
    display: none;
  }
  #hs_cos_wrapper_mob_top_menu {
    display: block;
  }
  .top_ftr {
    padding: 0;
    padding-top: 2rem;
  }
}

.footer.lp_ftr {
  padding-top: 10px;
}
h1.blog-header__title {     color: rgb(0, 61, 165);line-height: 1.2em; font-size: 2.5rem; font-weight: 500; margin: 0px; }
.curve-background-wrap{          padding: 54px 0.625rem; text-align: center; background-color: rgb(244, 244, 244);}
.curve-imagebg{box-sizing: content-box; padding-top: 0.625rem; padding-bottom: 0.625rem; background-image: url(https://5250769.fs1.hubspotusercontent-na1.net/hubfs/5250769/Blog%202020/download.svg); background-size: cover; background-repeat: no-repeat; height: 6vw; background-position: center bottom; position: relative; top: -2px;}
.curve-header-group { position: relative; margin-top: -39px; }
.curve-background-wrap .blog-header__inner p{       margin: 0; line-height: 1.25;color: rgb(121, 127, 143);font-size:16px;}
.curve-header-group .blog-header { max-width: 1353px; margin: 0 auto; }

.resource-list-flex{font-size: 0.75rem; line-height: 1.5em; list-style: none; padding: 102px 0.625rem 40px; text-align: center;}
.resource-list-flex .blog-index__post { background-color: rgb(255, 255, 255); box-shadow: rgba(0, 107, 167, 0.1) 0px 4px 15px; cursor: pointer; padding: 2rem; border-radius: 0.625rem; line-height: 2em; font-size: 0.75rem; -webkit-box-flex: 1; display: flex; flex-flow: column nowrap; -webkit-box-pack: justify; justify-content: space-between; margin-bottom: 2rem; }
.resource-list-flex .blog-index__post img { margin-left: auto; margin-right: auto; max-width: 100%; width: 100%; height: auto; }
.resource-list-flex .blog-index__post h3 { font-family: Lexend Deca; font-weight: 500; font-size: 1.5rem; margin: 0px 0px 1.25rem; }
.resource-list-flex .blog-index__post h3 a:active{    color: #003da5;}
.resource-list-flex .blog-index__post a.read-more { display: inline-block;font-family: Lexend Deca; font-size: 1rem; font-weight: 500; color: rgb(0, 173, 237); text-decoration: none; text-transform: none; margin-top: 1.25rem; }
.resource-list-flex .blog-index__post h3 a,.resource-list-flex .blog-index__post a.read-more{text-decoration:none;    outline: 0px;}
.ias-trigger,.ias-spinner { display: block; width: 100%; }
.ias-trigger a{font-weight: 400; user-select: none; text-transform: normal; transition: background 0.12s ease-in-out 0s; border: 1px solid transparent; text-decoration: none; line-height: initial; border-radius: 80px; display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; text-align: center; cursor: pointer; padding: 1.25rem 3rem; font-size: 16px; background: rgb(251, 225, 34); color: rgb(31, 42, 68);}
.ias-trigger a:hover{background: #003da5; color: rgb(255, 255, 255);}


.resource-list-flex .blog-index__post { width: 30%; margin-right: 5%; margin-bottom: 3rem; }
.resource-list-flex .blog-index__post:last-child{margin-right:0;}
.resource-list-flex .blog-index__post:nth-of-type(3n){margin-right:0;}



.postdetail-title-features{  padding-top: 0px;padding-left: 0rem;padding-right: 0rem; text-align: center;}
.postdetail-title-features h1 { font-size: 1.75rem; font-weight: 500; margin: 0px auto; padding-bottom: 1.25rem; padding-top: 1.25rem; padding-left: 0.625rem; padding-right: 0.625rem; text-align: left; }
.postdetail-title-features img { display: block; margin: auto; max-width: 100%; height: auto; max-height: 100%; }


.post-lr-flex { display: flex;  padding-top: 1.25rem; padding-bottom: 92px;   padding-left: 0.625rem;padding-right: 0.625rem;flex-wrap: wrap;padding-bottom: 80px; }
.blog-post__body{width: 70%; padding-right: 25px;}
.post-sidebar{width:30%;background-color: #f4f4f4;padding:0.625rem;}
.post-sidebar form{padding:0;     background: 0;   margin: 0;}
.post-sidebar form .hs-button{margin:0;}
.post-sidebar h3 { font-weight: 500; font-size: 22px; padding: 0; line-height: 1.25; margin-bottom: 20px; }
.post-sidebar .widget-module ul { padding: 0;    margin: 0; list-style: none; }
.post-sidebar span.filter-link-count{display:none;}
.categoried-section { margin: 50px 0px 40px; }
.post-sidebar form h3.form-title{background:0;}
.blog-recent-posts__list a { display: inline-block; }

.blog-post__body p, .blog-post__body li{   line-height:24px; color: #003da5!important; }
.blog-post__body a {color: #41B6E6 }
.blog-post__body img{width:100%;}

@media (min-width: 48em) {
.resource-list-flex{ display: flex; flex-wrap: wrap;     padding: 102px 0px 40px; -webkit-box-pack: justify;  }
}


@media (min-width: 62em){
  h1.blog-header__title { font-size: 4rem; }
  .postdetail-title-features h1 { font-size: 2.5rem; }
}


@media (max-width: 1200px){
  .resource-list-flex .blog-index__post { width: 47.5%;  }
  .resource-list-flex .blog-index__post:last-child{margin-right:0;}
  .resource-list-flex .blog-index__post:nth-of-type(3n){margin-right:5%;}
  .resource-list-flex .blog-index__post:nth-of-type(2n){margin-right:0;}

}

@media (max-width: 1023px){
  .curve-header-group {  margin-top: 0px; }
  .ias-trigger a{  padding: 1rem 2rem;}
  .blog-post__body{width: 100%; padding-right: 0px;}
  .post-sidebar{width:100%;margin-top:20px;}
  .post-sidebar { padding: 20px 20px;  }
  .postdetail-title-features{  padding-bottom: 0px;padding-top:0px;}
  .post-lr-flex { padding-bottom: 50px; }

  .resource-list-flex .blog-index__post { width: 100%;margin-right:0;  }
  .resource-list-flex .blog-index__post:nth-of-type(3n){margin-right:0;}
}


/* CUSTOM EDITS*/


  .postdetail-title-features{ 
    background-color: #ffcd00 !important;
    
  }
  @media screen and (min-width: 768px) {
  .postdetail-title-features{  
padding-top: 0px;
padding-left: 0rem;
padding-right: 0rem; 
text-align: center; 
display: flex;
flex-direction: row;
align-items: center;
margin: 0 0rem;
}
.postdetail-title-features h1 { 
font-size: 1.8rem; 
line-height: 1.2em;
font-weight: 500; 
margin: 0px auto; 
padding-bottom: 1.25rem; 
padding-right: 20px;
padding-left: 20px; 
text-align: left; 
}
.postdetail-title-features img { 

margin: auto; 
width: 70%; 
max-width: 100%; 
height: auto; 
max-height: 100%; 
    }}
 @media screen and (min-width: 1024px) {
  .postdetail-title-features h1{
    font-size: 2.2rem;
    line-height: 1.2em !important;
    padding-right: 5vw;
   }
   
   
   .blog-index {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; /* spacing between items */
  justify-content: flex-start; /* or center, depending on your design */
}

.blog-index__post {
  width: calc(33.333% - 20px); /* 3 columns with spacing */
  box-sizing: border-box;
}

/* Responsive: Stack vertically on smaller screens */
@media (max-width: 900px) {
  .blog-index__post {
    width: calc(50% - 15px); /* 2 columns */
  }
}

@media (max-width: 600px) {
  .blog-index__post {
    width: 100%;
  }
}
/*SIDEBAR*/
  
   .post-sidebar {
     width:30%;
     background-color: #ffffff !important;
     padding:0.625rem !important ;
     border-left: 1px solid #cccccc !important;
     font-size: 12px !important;}
     
 footer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #004080;
  color: white;
  height: 100px;
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center;
}
    
   
/*BUTTON*/
  .post-sidebar form .hs-button {
    background-color: rgba(255, 205, 0, 1.0);
    border-color: rgba(255, 205, 0, 1.0);
    border-radius: 0px;
    border-width: 0px;
    color: rgba(0, 61, 165, 1.0);
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
     padding-bottom: 20px;
   }
/* ******************************************************************************
*********************************************************************************
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;
  width: 767px;
  max-width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 1rem;
  color: #4F7D24;
  padding: .25rem .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;
}