*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 0;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@media (max-width: 1240px) {
  .widget-type-rich_text .hs_cos_wrapper,
  .widget-type-header .hs_cos_wrapper_type_header {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
}

  /* =============== fonts =============== */
  
  a .fa, a .fas, a .fab {
    color: #cfcfcc;
  } 
  
  /* =============== Base =============== */
  
  *, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  }
  
  html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
  }   
  
  html {
    font-size: 16px;
  } 
  body {   
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    color: #6f6f6f;
    font-family: Arial, sans-serif;
    font-size: 16px; 
    line-height: 1.6; 
  }
  #site-wrapper {
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
  } 
  /* Highlighted Text */
  ::-moz-selection {
    background: #3399ff;
    color: #fff;
    text-shadow: none;
  }
  ::selection {
    background: #3399ff;
    color: #fff;
    text-shadow: none;
  }
  .hs-navigation .hs-cta-img {
    width: 100%;
    height: auto;
  }

  /* Basic text */
  p {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1rem;
  } 
  
  img{
    vertical-align:middle;
  }
  strong {
    font-weight: 700;
  }

  code {
    vertical-align: bottom;
  }

  sup,sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup { top: -0.5em; }
  sub { bottom: -0.25em; }
  
  /* Headings */
  h1,h2,h3,h4,h5,h6 {
    color: #006272;
    font-family: 'Arial Narrow', Arial, Sans-serif;
    font-weight: bold;
    line-height: 1.5; 
  } 
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
  
  h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 8px;
  }
  h1 {
    font-size: 1.75rem; 
    line-height: normal;
  }
  
  h2 {
    font-size: 1.75rem; 
    line-height: normal;
  }
  .hs_cos_wrapper_type_rich_text h2 {
    font-family: Satisfy, Arial, Sans-serif;
    font-weight: normal;
  }  
  h3 {
    font-size: 1.25rem; 
  } 
  h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  h4 { 
    font-size: 1.125rem; 
  }
  
  h5 {
    font-size: 1rem; 
  }
  
  h6 {
    font-size: 1rem; 
  }
  
  /* Anchor Links */
  a {
    color: #bab33f;
    font-weight: bold;
    text-decoration: none;
    font-size: 1rem;
  }
  a:hover, a:focus {
    color: #f15736;
    text-decoration: underline;
  }

@media (min-width:768px) {
  p {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }   
  h1 {
    font-size: 2.375rem; 
  }
  h2 {
    font-size: 2.75rem; 
  }
  h3 {
    font-size: 1.5rem; 
  } 
  h4 { 
    font-size: 1.25rem; 
  }
  h5 {
    font-size: 1.125rem; 
  }
  h6 {
    font-size: 1rem; 
  }
  a {
    font-size: 1.25rem;
  }
}

  
  ul,ol {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  ul li,
  ol li {
    list-style: none;
  }
  ul ul,ol ul,ul ol,ol ol {
    margin-top: 0;
    margin-bottom: 0;
  }
  .widget-type-rich_text ul li,
  .hs_cos_wrapper_type_inline_rich_text ul li {
    background: url(https://202695.fs1.hubspotusercontent-na1.net/hubfs/202695/raw_assets/public/InVerveMarketing_July2020/assets/images/bullet.png) no-repeat 0px 4px;
    padding: 0px 0px 10px 20px;
    list-style-type: none;
  }

  /* Block Quotes */ 
  blockquote {
    border-left: 2px solid #A9A9A9;
    line-height: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; 
    padding-left: 15px;
  }
  blockquote p {}
  blockquote small {}
  
  
  /* Horizontal Rules */
  hr {
    background-color: rgba(0,0,0,.1);
    border: 0 none; 
    height: 1px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  
  :focus {
    outline: auto;
    outline-color: #3399ff;
  }
  
  .disable-focus-styles :focus {
    outline: none;
  }

  form { 
    border-width: 1px;
    border-style: solid;
    font-family: Arial, Sans-serif; 
    max-width: 500px;
    padding: 5px;
  } 
  
  .hs-richtext {
    color: inherit;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 3px;
  }
  .hs-richtext hr {
    margin-left: 0;
    text-align: left;
    width: 91%;
  } 
  .grecaptcha-badge {
    margin: 0 auto;
  } 
  .email-correction, 
  .email-validation {
    font-size: 14px;
    padding-top: 3px;
  }
  .email-correction a,
  .email-validation a {
    cursor: pointer;
  }
  ul.no-list {
    list-style: none;
  }  
  .inputs-list {
    margin: 0 0 5px;
    padding: 0;
    width: 100%;
  }
  .inputs-list > li {
    display: block;
    padding: 0;
    padding-top: 0;
    width: 100%;
  }
  .inputs-list label {
    display: block;
    float: none;
    font-weight: normal;
    line-height: 18px;
    padding: 0;
    text-align: left;
    white-space: normal;
    width: auto;
  }
  .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;
  } 
  
  
  body .hs-search-field__suggestions,
  .blog .blog-sidebar .hs-search-field__suggestions,
  body .inputs-list {
    list-style: none;
    margin: 0;
    padding: 0
  }
  .one-column .body-container form {
    width: 50% !important;
  }
  #email-prefs-form .email-edit { 
    max-width: 100%  !important;
  }
  div#comment-form input.hs-button.primary {
    margin-top: 20px;
  }
  
  .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-field-desc {
    color: inherit;
    font-size: 14px;
    margin: 0px 0px 6px;
  } 
   
  .hs-form label {
    color: ;
    display: block;
    float: none;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 20px;   
    margin: 0 0 4px;
    padding: 0;
    text-align: left;
    width: auto; 
  }
  
  .hs-form-required {
    color: #f15736;
  }
  
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select { 
    background-color: #f5f8fa;
    border: 1px solid #cbd6e2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; 
    color: #33475b;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: normal;
    height: 40px;
    letter-spacing: normal;
    line-height: 22px;
    margin:0 0 18px 0 !important;
    min-height: 27px;
    outline:0 none;
    padding:6px 15px;
    position:relative;
    transition: border 0.2s linear;
    width: 100% !important; 
  } 
  .hs-input[type=checkbox],
  .hs-input[type=radio] {
    border: none;
    cursor: pointer;
    height: auto;
    line-height: normal;
    margin: 3px 18px 3px 0px;
    padding: 0;
    width: auto;
  }
  .hs-input[type=file] {
    background-color: #fff;
    border: initial;
    box-shadow: none;
    line-height: initial;
    padding: initial;
  } 
  textarea.hs-input {
    height: auto;
  } 
  select[multiple].hs-input {
    height: inherit;
  } 
  input.hs-search-field__input {
    margin: 0 !important;
  }  
  input[type="text"]:focus,
  input[type="password"]:focus, 
  input[type="datetime"]:focus, 
  input[type="datetime-local"]:focus, 
  input[type="date"]:focus, 
  input[type="month"]:focus, 
  input[type="time"]:focus, 
  input[type="week"]:focus, 
  input[type="number"]:focus, 
  input[type="email"]:focus, 
  input[type="url"]:focus, 
  input[type="search"]:focus, 
  input[type="tel"]:focus, 
  input[type="color"]:focus,
  input[type="file"]:focus,
  textarea:focus,
  select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: none;
  }
  
  textarea {}
  textarea:focus {}
  select {}
  select:focus {}
  
  form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
  }
  form.hs-form .hs-form-field ul.inputs-list li input {}
  input[type="radio"] {}
  input[type="checkbox"] {}
  
  input:focus:required:invalid, 
  textarea:focus:required:invalid, 
  select:focus:required:invalid {}
  
  input:focus:required:invalid:focus, 
  textarea:focus:required:invalid:focus, 
  select:focus:required:invalid:focus {}
  
  
  .hs-error-msgs label{ 
    color: #f15736 !important; 
    display: block;
    float: none;  
    text-align: left;
    white-space: normal;
    width: auto;
  }  
  
  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: ; */
  }
  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: ; */
  } 
  .submitted-message {
    border-width: 1px;
    border-style: solid;
    padding: 5px;
  }
  
  ::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
  }
  /* Webkit Browsers */
  :-moz-placeholder {
    color: inherit;
    opacity: 1;
  }
  /* Firefox 18- */
  ::-moz-placeholder { 
    color: inherit;
    opacity: 1;
  }
  /* Firefox 19+ */
  :-ms-input-placeholder { 
    color: inherit;
    opacity: 1;
  } 
  
  .hs-form fieldset.form-columns-1 {}
  .hs-form fieldset.form-columns-1 .hs-form-field {}
  .hs-form fieldset.form-columns-2 {}
  .hs-form fieldset.form-columns-2 .hs-form-field {}
  .hs-form fieldset.form-columns-3 {}
  .hs-form fieldset.form-columns-3 .hs-form-field {}
  
  fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
    width: 100% !important;
  } 
  
  form.hs-form .hs-form-field ul.inputs-list li input {}
  
  input[type="radio"] {}
  input[type="checkbox"] {}
  form.hs-form fieldset { 
    max-width: none; 
  }
  form.hs-form fieldset .hs-form-field {
    padding: 0 10px 0 0;
  }
  form.hs-form fieldset[class*="form-columns"] .input {
    margin-right: 0; 
  }
  form.hs-form fieldset[class*="form-columns"] .hs-input { 
    width: 100%;
  }
  form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto;
  }
  form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.33%; 
  }
  
  @media (max-width: 400px) {
    form.hs-form fieldset .hs-form-field { 
      padding: 0;
    }
    form.hs-form fieldset.form-columns-3 .hs-form-field,
    form.hs-form .form-columns-2 .hs-form-field .hs-input, 
    form.hs-form .form-columns-3 .hs-form-field .hs-input { 
      width: 100%;
    }
    form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { 
      width: auto; 
    }
  }
  
  @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;
    }
  }
  
  .actions {
    margin-top: 18px;
    margin-top: 0px;
    margin-bottom: 18px;
    padding: 17px 0px;
    text-align: left;
  } 
  
  .hs-button,
  .hs-button.primary,
    input[type="submit"],
  input[type="button"] {  
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: inherit; 
    border: 1px solid inherit;
    border-radius: 0px;
    color: inherit; 
    cursor: pointer;
    display:inline-block;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1;
    margin:0; 
    outline:0 none;
    padding: 12px 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s linear;
    vertical-align:middle;
    white-space:normal;
  } 
  
  .hs-button:hover,
  .hs-button.primary:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover { 
    background-color: inherit;
    border-color: inherit; 
    color: inherit;  
    text-decoration: none;
  }
  
  .hs-button:focus,
  .hs-button.primary:focus,
  input[type="submit"]:focus,
  input[type="button"]:focus { 
    background-color: inherit;
    border-color: inherit; 
    color: inherit;  
  
  }  
  .hs-button:active,
  .hs-button.primary:active,
  input[type="submit"]:active,
  input[type="button"]:active {  
    background-color: inherit;
    border-color: inherit;  
  }   
  



  /* =============== Form Module Button =============== */
  
  .hs_cos_wrapper_type_form .hs-button.primary.large {}
  .hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
  .hs_cos_wrapper_type_form .hs-button.primary.large:focus {}
  
  .hs-recaptcha { 
    max-width:250px;
  
  }  

  /* =============== Google Search Button =============== */
  
  .widget-type-google_search .hs-button.primary {}
  .widget-type-google_search .hs-button.primary:hover {}
  .widget-type-google_search .hs-button.primary:focus {}
  @media (max-width: 400px){
    .hs-recaptcha { 
      max-width:250px;
     
    }   
  }
  

  

  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;
  }
  
.dnd-section .hs-button {
  font-size: 42px;
  font-family: 'Satisfy',sans-serif;
  font-weight: normal;
  cursor: pointer;
  text-transform: none;
  color: #006272;
  background: #fff;
  padding: 13px 88px 7px 24px;
  margin: 0;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  border-radius: 3px;
  text-shadow: none;
  box-shadow: none;
  line-height: 1;
  position: relative;
}
.dnd-section .hs-button:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  padding-left: 5px;
  position: absolute;
  font-size: 32px;
  background: #c9c541;
  padding: 15px 24px 15px 24px;
  border-radius: 0 3px 3px 0;
  top: 0;
  right: 0;
  color: #fff;
}

.dnd-section .hs-button:hover {
  background: #f15736;
  color: #ffffff;
  text-decoration: none;
  box-shadow: none;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
@media (max-width: 568px){
  .hs-button,
  .dnd-section .hs-button {
      font-size: 20px;
    }
    .hs-button:after,
    .dnd-section .hs-button:after {
      font-size: 10px;
    }
}

  .hs-button2,
  .hs-submit .hs-button {
    font-size: 1.25rem;
    font-family: 'Arial',sans-serif;
    font-weight: bold;
    cursor: pointer;
    text-transform: none;
    color: #6f6f6f;
    background: #fff;
    padding: 14px 24px 12px 24px;
    margin: 0;
    border: 5px solid #C9C541;
    white-space: nowrap;
    display: inline-block;
    border-radius: 3px;
    text-shadow: none;
    box-shadow: none;
    line-height: 1;
    position: relative;
    text-decoration: none;
  }
  .hs-button2:hover,
.hs-submit .hs-button:hover {
    background: #f15736;
    color: #ffffff;
    text-decoration: none;
    border: 5px solid #f15736;
  }
  
    
  .hs-navigation+hr { 
    border: 0;
    background-color: initial;
    background-image: linear-gradient(to right, rgba(0,79,94,0.3), rgba(0,79,94,1), rgba(0,79,94,0.3));
    height: 4px;  
  }

  
  body.show-search {
    overflow: hidden;
  }
  
  
  .dot {
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 5px 10px;
  }
  .custom-header {
    background-color: transparent;
    left:0;
    padding: 0;
    position: relative; 
    top:0;  
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: 100% !important;
    z-index: 999;
  }
  
 
  .with-banner .custom-header {
    position:absolute;
  }
  .teal-bar {
    background-color: #006272;
    height: 22px;
    width: calc(100% - 350px);
  }
  .header__container { 
    margin: 0 auto;  
  }   
  .hs-trigger-wrapper{
    float: right;
    position: relative;
    text-align: right;
    top: -22px;
    width: 380px;
  }    
  .custom-logo {
    position: relative;
  }
  .custom-logo a{
    display:inline-block;
    text-decoration:none;
    vertical-align:middle;
  }
  .custom-logo img{
    margin: 0 auto;
    max-width: 332px;
    width: 100% !important;
  }   
  .market-img {
    display: none;
    height: auto;
    max-height: 156px;
    max-width: 362px;
    position: absolute;
    right: 204px;
    top: 74px;
    width: 100%;
  }
  .market-img img {
    max-width: 100%;
  }
  .hs_cos_wrapper_type_rich_text img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  a.search-trigger,
  a.search-trigger:hover { 
    background-color: #006272;
    border: 1px solid transparent;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 26px;
    height: 54px;
    line-height: 1;
    margin: 0 0 0 4px;
    padding: 12px;
    vertical-align: top;
    width: 52px;
  } 
  a.search-trigger i.fas.fa-search {
    color: inherit;
  } 
  .search-overlay {
    background: #000;
    height: 100vh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1040;
  } 
  .show-search .search-overlay {
    opacity: .5;
    pointer-events: all;
    visibility: visible;
  }  
  
  .hs-header-search form {
    padding: 0;
    max-width: 100%;
  }
  .hs-header-search {
    border-radius: 3.8px;
    bottom: auto;
    height: auto;
    left: 0;
    margin: 0 auto;
    max-width: 499.5px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 29.5%;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
    visibility: hidden;
    width: 90%;
    z-index: 9999;
    height: auto;
    display: flex;
    align-items: center;
    padding: 1.75rem 0;
    /* min-height: calc(100% - 3.5rem); */
  }
  .hs-header-search-inner {
    background-color: rgba(255,255,255,1.0);
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.2);
    border-image: initial;
    border-radius: .3rem;
    z-index: 9999999;
    overflow: hidden;
    overflow-y: auto;
    max-height: 100%;
  }
  
  .show-search .hs-header-search {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
    visibility: visible;
  }
  .search-header {
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
    position: relative;
  } 
  .search-header h2.title {
    color: #006272;
    font-family: 'Arial Narrow',sans-serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    text-transform: uppercase;
  }
  .search-close {
    color: #000;
    cursor: pointer;
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    opacity: .5;
    padding: 16px;
    position: absolute;
    right: 0;
    text-shadow: 0 1px 0 #fff;
    top: 0;
    width: auto;
  } 
  .search-close:hover {
    opacity: 0.7;
  }
  .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
    padding: 14px;
  }
  .hs-header-search-inner .hs-search-field--open ul.hs-search-field__suggestions {
      margin-top: 10px;
      max-height: 200px;
      overflow-y: auto;
  }
  
  
  .hs-search-field--open ul.hs-search-field__suggestions {
    padding: 14px;
  }
  .hs-search-field--open .hs-search-field__suggestions {
    border: 1px solid #000;
  
    background: #fff;
  }
  .hs-search-field--open .hs-search-field__suggestions li a {
    padding: 3px 10px;
    text-decoration: none;
  }
  
  .search-body {
    padding: 11px 16px 14px;
  }
  .search-body form#search-block-form {
    background-color: rgba(255,255,255,0.0);
    border: 0px solid rgba(204,204,204,1.0);
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
  .hs-search-field__bar button span {
    display: none;
  }
  .hs-search-field__bar button:after {
    content: "Submit";
  }
  .search-body form#search-block-form input#edit-keys,
  .header input.hs-search-field__input{
    font-family: Arial;
    font-size: 16px; 
    font-weight: 400;
    border-radius:0;
  }
  
  input#edit-keys,
  .header input.hs-search-field__input{
    -webkit-appearance: textfield;
    -webkit-appearance: none;
    -webkit-rtl-ordering: logical;
    background-color: #fff;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    color: -internal-light-dark-color(black,white);
    cursor: text;
    display: inline-block;
    font: 400 13.3333px Arial;
    font-family: inherit;
    font-size: inherit;
    height: 31px;
    line-height: inherit;
    margin: 0 !important;
    min-height: 1px;
    overflow: visible;
    outline-offset: -2px;
    padding: 1px;
    letter-spacing: normal;
    -webkit-writing-mode: horizontal-tb;
    text-align: start;
    text-indent: 0px;
    text-rendering: auto;
    text-transform: none;
    word-spacing: normal;
    text-shadow: none;
    width: 100%;
    font: 400 16px Arial;
    padding: 0 5px;
  }
  
  .header input.hs-search-field__input:focus{
    border-radius:2px;
  }
  a.form-submit,
  .hs-search-field__bar button{
    background: transparent;
    border: 0;
    border-radius: 3px 0 0 3px;
    box-shadow: none;
    color: #006272;
    cursor: pointer;
    display: inline-block;
    font-family: 'Satisfy',sans-serif;
    font-size: 42px;
    font-weight: normal;
    line-height: 1;
    margin: 18px 0 2px 0;
    max-width: 300px;
    padding: 13px 24px 7px 24px;
    text-decoration: none;
    text-shadow: none;
    text-transform: capitalize;
    width: auto;
  }
  
  a.form-submit:hover,
  .hs-search-field__bar button{
    background: #f15736;
    color: #ffffff;
  }
  .search-footer {
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #dee2e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 12px;
  }
  .search-close-btn{
    background-color: #6c757d;
    border: 1px solid #6c757d;
    border-radius: .25rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 4px;
    padding: 6px 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    text-transform: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    vertical-align: middle;
  }
  .search-close-btn:hover,  {
    background-color: #5a6268;
    border-color: #545b62;
    color: #fff;
    text-decoration: none;
  } 
  .search-close-btn:focus {
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130,138,145,.5);
    color: #fff;
    outline: 0;
    text-decoration: none;
  } 
  .search-close:hover{
    opacity: .7;
  }
  
  

  @media (max-width: 1199px){
    .header-container-wrapper-no-nav .custom-logo {
      padding: 0 15px;
    }
  }
  
  @media (min-width: 1025px){}
  @media (max-width: 1024px){}
  
  @media (min-width: 992px){
    .market-img {
      display: block;
    }  
  }
  @media(max-width:991px){ 
  
  }
  @media(max-width:767px){
    .market-img { 
      right: 15px;
    }
    .hs-header-search-inner .hs-search-field--open .hs-search-field__suggestions li a {
      display: block;
      line-height: 1.4;
      font-size: 19px;
    }
    .header-container-wrapper.header-container-wrapper-no-nav .header__container.container .col-12 {
      -ms-flex: 0 0 50.5%;
      flex: 0 0 50.5%;
      max-width: 50.5%;
     }
  }
  
  @media (max-height: 600px) { 

    .show-search .hs-header-search {
      opacity: 1;
      pointer-events: all;
      -webkit-transform: translate(0,0px);
      transform: translate(0,0px);
      visibility: visible;
      height: 100%;
  }
  .show-search .hs-header-search {
      opacity: 1;
      pointer-events: all;
      -webkit-transform: translate(0,0px);
      transform: translate(0,0px);
      visibility: visible;
      top: -50%;
      transform: translateY(50%);
  }
  }
  
  @media (min-width: 576px) { 
    .custom-logo img{
      margin: 40px auto;
    }
  }
  @media (max-width: 575px) { 
    .hs_cos_wrapper_type_inline_rich_text img {
      width: 100%!important;
      height: auto;
    }        
    .header__container .row.align-items-center {
      margin-right: 0;
      margin-left: 0;
      width: 100%;
    }
    .market-img {
      max-width: 200px; 
    }
    .header-container-wrapper-no-nav .custom-logo {
      padding: 54px 0 0 0;
  }
  }
  @media (max-width: 479px) { 
    .teal-bar { 
      width: calc(100% - 280px); 
    } 
    .market-img {
      margin: 0 0 0 auto;
      max-width: 170px;
      padding-right: 15px; 
    }
  }

  
  @media (max-width:374px) {
    .header-container-wrapper.header-container-wrapper-no-nav .header__container.container .col-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .header-container-wrapper-no-nav .custom-logo {
        padding: 121px 0 0 0;
    }
    .market-img { 
      position: static;
    }
  
  } 
 
  .custom-footer-wrapper {}
  .top-footer-divider {
    background: transparent url(https://202695.fs1.hubspotusercontent-na1.net/hubfs/202695/raw_assets/public/InVerveMarketing_July2020/assets/images/footer-top.png) no-repeat center center /cover;
    height: 263px;
    width: 100%;
  }
  .custom-footer {}
  
  .footer {
    background-color: #006272; 
    font-size: 1.25rem;
    margin-bottom: -25px;
  }
  .footer__container { 
    margin: 0 auto;
  }
.hs-footer-marketing-img img {
  width: 100%!important;
}
  .hs-footer-top{} 
  .hs-inner-footer {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .hs-footer-contact-box {
    background-color: #006d7c;
    border-radius: 10px; 
    margin: 10px;
    min-height: 140px;
    padding: 30px 30px;
    position: relative;
    text-align: center;
    vertical-align: middle; 
  } 
  
  .hs-footer-contact-box .fas { 
    bottom: 46px;
    color: #fff;
    display: block;
    font-size: 30px; 
    position: relative;
  }
  .hs-footer-contact-box .fas:before {
    background-color: #006272;
    padding: 20px;
    border-radius: 50px;
  }
  .hs-footer-contact-box a{
    background-color: transparent;
    color: #c3bf41;
    display: inline-block;
    display: inline;
    font-family: Arial,sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.25;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
  }
  .hs-footer-contact-box a:hover{
    color: #b4b6b8;
    text-decoration:underline; 
  }   
  .custom-footer h6 {
    color: rgba(111,111,111,1.0);
    font-weight: normal;  
  }   
  .custom-copyright{
    position: relative;
  }
  .custom-copyright p { 
    font-size: 16px;
    margin: 0 0 0 0;  
    padding:0px;
    position: relative;  
  }   
  
  .bottom-footer-divider { 
    background: transparent url(https://202695.fs1.hubspotusercontent-na1.net/hubfs/202695/raw_assets/public/InVerveMarketing_July2020/assets/images/footer-bottom.png) no-repeat center center /cover; 
    height: 350px;
    width: 100%;
  } 
  .footer-subtext-wrap {
    vertical-align: top;
    font-size: 1.25rem;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 370px;
    padding: 0 20px;
    color: #ffffff;
  }
  .footer-subtext-wrap h2 {
    color: #ffffff;
  }
  .footer-2nd-row {
    margin-top: 40px;
  }
  .footer-container-wrapper ul {
    list-style: square inside;
  }
  .footer-container-wrapper ul,
  .footer-container-wrapper ul li {
    line-height: 40px;
    list-style: square inside;
    color: #c9c541;
    font-size: 36px;
    vertical-align: top;      
  }

  .footer-container-wrapper ul li a {
    font-size: 1.25rem;
    vertical-align: top;
    margin-left: -20px;
  }
  .footer-container-wrapper ul {
    margin-left: 0;
    padding-left: 4px;
  }
  

  .social-icons-wrap {
    padding: 230px 30px 10px 30px;
  }
  .social-icons-wrap .fab, .social-icons-wrap a {
    color: #006272;
  }
  .custom-copyright {
    padding-left: 30px;
    color: #006272;
  }
  .market-grow-logo-footer {
    position: absolute;
    margin-top: 92px;
    display: none;
  }
  
  
  @media (min-width: 992px){
    .market-grow-logo-footer {
      display: block;
      left: 58%;
    }
  }
  @media (min-width: 1350px){
    .market-grow-logo-footer {
      left: 70%;
    }
  }
  
  

  @media (max-width: 1199px){
    .footer__container.container img {
      max-width: 100%;
    }
    .span6 .hs-cta-wrapper img.hs-cta-img {
      width: 100%;
      height: auto;
      max-width: 531px;
    }
    .span4 .hs-cta-wrapper img.hs-cta-img {
      width: 100%;
      height: auto;
      max-width: 300px;
    }
    .span5 .hs-cta-wrapper img.hs-cta-img {
      width: 100%;
      height: auto;
      max-width: 400px;
    }    
  }

  
  @media(max-width:991px){ 
    .footer__container.container .hs-footer-marketing-img img {
      max-width: 390px; 
      width: 100%;
    } 
  }
  @media(max-width:568px){ 
    .hs-cta-wrapper img {
      width: 100%;
      height: auto;
    }
  }
  .widget-type-form {
    background-color: #ededed;
    padding: 30px;
  }
  .widget-type-form h3 {
    font-family: Arial, Sans-serif;
    font-size: 2rem;
    text-align: center;;
  }
  form {
    border-width: 0;
    border-style: none;
    font-family: Arial, Sans-serif;
    max-width: 600px;
    padding: 20px;
    background-color: #ededed;
  }
.hs-header-search form {
  background-color: transparent;
}

form .hs-submit .actions {
  text-align: center;
}
form .hs-recaptcha {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 100%;
}

form input[type=checkbox] {
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
}


.container-fluid {
    *zoom: 1;
    width: initial;
    padding-right: initial;
    padding-left: initial;
    margin-right: initial;
    margin-left: initial;  
}


/* Landing Page css */

  .landing-type-one-header .teal-bar {
    background-color: #006272;
    height: 22px;
    width: 100%;
  }
  
  .landing-type-one-header .custom-logo {
    position: initial;
    text-align: right;
    margin-right: 20px;
  }
  .landing-type-one-banner .bottom-subpage-header-divider {
    margin-bottom: 0;
  }
  .hs-landing-page h2 {
    font-family: 'Arial Narrow',sans-serif;
  }
  
  .landing-type-one-main .span6.widget-type-cell {
    padding-right: 30px;
  }
  .landing-type-one-main .span6.main-section-column-2-vertical-alignment {
    padding-right: 0;
    padding-left: 30px;
  }
  .hs-landing-page .custom-copyright p {
    top: 250px;
  }
  
  /* Landing Page Two css */

  .landing-wrap-two .widget-type-rich_text ul li {
    background: url(https://202695.fs1.hubspotusercontent-na1.net/hubfs/202695/raw_assets/public/InVerveMarketing_July2020/assets/images/bullet.png) no-repeat 0px 4px;
    padding: 0px 0px 10px 20px;
    list-style-type: none;
  }

  .landing-type-two-footer .footer-logo-wrap {
    text-align: center;
    margin-bottom: 100px;
  }
  
  .landing-type-two-footer .hs-footer-contact-box {
    background-color: #f2f2f2;
  }
  .landing-type-two-footer .hs-footer-contact-box .fas {
    color: #006272;
  }
  .landing-type-two-footer .hs-footer-contact-box .fas:before {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 50px;
  }
  .landing-type-two-footer .custom-copyright {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .landing-type-two-footer .custom-copyright p {
    top: 100px;
    padding-bottom: 40px;
    font-size: 1.25rem;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }

  @media (min-width: 768px) {
    .landing-wrap-two .widget-type-form {
      z-index: 999;
      position: relative;
      top: -160px;
    }
  }   
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page--search-results {
  max-width: 100%;
}

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form input[type='submit'] {
  margin: 0.625rem 0;
  display: block;
}

/* Search pages */

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Password prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 3px;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.625rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */

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

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Membership pages */
#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}