@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&family=Shadows+Into+Light+Two&display=swap');


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section     */
/***********************************************/

/*! 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;
}
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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


:root{
     --color-orange: #FB8D0D;
     --color-white: #ffffff;
     --color-dark-blue: #002D62;
     --color-dark-orange: #FF6633;
     --color-light-black: #373F41;
     --color-grey: #7C878E;
  
     --color-title: var(--color-dark-blue);
     --color-body: var(--color-grey);
     --color-link: var(--color-dark-orange);
     --color-link-hover: var(--color-orange);
      
    --page-width: 1440px;
    --page-width-smaller: 1115px;
    --corner-radius: 10px;
    
    /* default vars for elements */
    --color-text: var(--color-body);
}

 



*{
    box-sizing: border-box;
}

.color-turquoise {
    color: var(--color-dark-orange);
}

.dgrid,
.dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dflex:before,
.dflex:after,
.dgrid:before,
.dgrid:after{
    content:none;
}

.dgrid{
    display: grid;
}

.vtop,
.cm.vtop >.page-center {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.vcenter,
.cm.vcenter >.page-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.vbottom,
.cm.vbottom >.page-center {
    -webkit-box-align: end;
       -ms-flex-align: end;
     align-items: flex-end;
}

.vstretch,
.cm.vstretch >.page-center {
    -webkit-box-align: stretch;
       -ms-flex-align: stretch;
          align-items: stretch;
}

.acenter,
.cm.acenter >.page-center {
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
}

.aspace,
.ajustify,
.cm.aspace >.page-center,
.cm.ajustify >.page-center {
         -webkit-box-pack: justify;
            -ms-flex-pack: justify;
    justify-content: space-between;
}

.aend {
    justify-content: flex-end;
}


body{
    font-size:  1.0rem;
    font-family: 'Raleway', sans-serif;
    line-height: 1.5625rem;
    color: var(--color-body);
    font-weight: 400;
    letter-spacing: 0.3px;
}

p {
    margin-top: 0;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Raleway', sans-serif;
    color: var(--color-title);
    font-weight: 500;
    margin: 1em 0 15px;
    letter-spacing: 0.3px;
}

h1 {
    font-size: 2.5rem;
    line-height: 2.8125rem;
    margin-top: 0;
    margin-bottom:  1.4375rem;
    letter-spacing: 0.2px;
}

.special-font h1,
.special-font h2.h1 {
    font-family: 'Shadows Into Light Two', sans-serif;
    font-size: 3.4375rem;
    line-height: 3.875rem;
    letter-spacing: 0.221505px;
}

h2 {
    font-size: 2.0rem;
    line-height: 2.25rem;
    letter-spacing: 0.1px;
}

h3 {
    font-size: 1.625rem;
    line-height: 2.3125rem;
    font-weight: normal;
}

h4{
    font-size: 1.125rem;
    line-height: 1.25rem;
}

h5{
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: var(--color-grey);
    margin-top: 0;
}

h6{
    margin-bottom: 0.625rem;
    margin-top: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.0rem;
}

.intro-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.3px;
}

@media (min-width: 768px) { 
  .intro-text {
      font-size: 1.375rem;
  }
  
  h1 {
      font-size: 3.0rem;
      line-height: 3.0rem;
  }

  .special-font h1,
  .special-font h2.h1{
      font-size: 3.75rem;
      line-height: 4.5rem;
  }

  h2 {
      font-size: 2.25rem;
      line-height: 2.5rem;
  }
 

}

@media (min-width: 1025px) {  
  .special-font h1,
  .special-font h2.h1{
      font-size: 5.0rem;
      line-height: 5.75rem;
  }
}

.small-font-size {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.legal-consent-container {
}

.legal-consent-container .hs-richtext { 
    font-size: 0.75rem;
    line-height: 1.25rem;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
    font-size: 0.875rem;
}

.legal-consent-container .hs-richtext p:first-child {
    margin-top: 0;
}

a{
    color: var(--color-link);
    font-weight: bold;
    transition: .4s;
    text-decoration: underline;
}
a:hover{
    color: var(--color-link-hover);
}



hr {
    border-top: 1px solid #C9C9CA;
}

img{
    max-width: 100%;
    height: auto;
}


ol {
    list-style: none;
    counter-reset: li;
    padding-left: 2rem;
}

ol li {
    counter-increment: li;
    padding-bottom: 10px;
}

ol li::before {
    content: counter(li)'.';
    color: var(--color-black);
    display: inline-block;
    width: 1.75em;
    margin-left: -1.75em;
    font-weight: bold;
}


@media (min-width: 768px) {
  ol {
      padding-left: 3rem;
  }
  
}


blockquote {
    color: var(--color-body);
    margin: 1.5rem 0;
    padding-left: 0;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.5px;
    position: relative;
    font-weight: 300;
}


.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.col-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 3;
}

.border-bottom {
  position: relative;
  border-bottom: 1px solid #D0D3D4;
}


div[data-hs-responsive-table] {
 width: 100% !important; 
}

.table-content-wrapper {
  max-width: 100%;
  overflow: auto;
}

@media(max-width: 450px) {
  .table-content-wrapper {
    position: relative; 
    padding-top: 40px;
  }
  
  .table-content-wrapper:before {
      content: "*Swipe on the table to scroll across.";
      position: absolute;
      top: 0;
      /* margin-top: 40px; */
      font-size: 12px;
  } 
}

table {
    border-radius: 16px;
    overflow: hidden;
    width: 100% !important;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #D0D3D4 !important;
    overflow: hidden;
    border-collapse: separate !important;
    border-spacing: 0;
    margin-bottom: 20px;
}

table tr th {
    text-align: left;
    padding: 15px 20px;
    min-width: 150px;
}
.table-content-wrapper table {
    height: auto !important;
}


tr {
height: auto !important;
}
td {
    padding: 15px 20px !important;
    border: 0 !important;
    height: auto !important;
}

tr:nth-child(odd) { 
   background: rgba(237, 237, 237, 0.5);;
}

tr:first-child {
    background: #002D62;
    border-color: transparent;
}

tr:first-child td {
    border-left: 0;
}

table span.icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-content-wrapper   {
    margin-bottom: 96px;
}



/* filters */
.filter-hubdb-wrapper {
    margin-bottom: 4rem;
    margin-top: 2rem;
}

.filter-hubdb-wrapper form {
   position: relative;
}

.filter-hubdb-wrapper form button {
   position: absolute;
    right: 15px;
    bottom: 8px;
    background: transparent;
    border: 0;
    margin-top: 0;
    padding: 0;
    color: #3b3b3b;
}

.filter-hubdb-wrapper .select-filters {
    grid-template-columns: repeat(auto-fill,minmax(270px,1fr));
    grid-gap: 30px;
    margin-top: 2rem;
}

@media(min-width: 500px) {
  .filter-hubdb-wrapper .select-filters {
      grid-template-columns: repeat(auto-fill,minmax(350px,1fr));
  }
}

.reset-link.link-text {
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 0;
  letter-spacing: normal;
}

/** Text selection colors **/
::-moz-selection{
    background-color: var(--color-dark-orange);
    color: var(--color-white);
}
::-webkit-selection{
    background-color: var(--color-dark-orange);
    color: var(--color-white);
}
::selection{
    background-color: var(--color-dark-orange);
    color: var(--color-white);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Raleway', sans-serif;
   color: var(--color-dark-blue);
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Raleway', sans-serif;
    color: var(--color-dark-blue);
  font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Raleway', sans-serif;
    color: var(--color-dark-blue);
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
    font-family: 'Raleway', sans-serif;
    color: var(--color-dark-blue);
  font-size: 14px;
}

input,
select,
textarea{
    font-family: 'Raleway', sans-serif;
    border: none;
    outline-color: rgba(147, 147, 147, 0.33);
    padding: 0.75rem 1.1875rem;
    font-size: 1.0rem;
    transition: .4s;
    background: rgba(124, 135, 142, 0.05);
    border-radius: 10px;
}

textarea {
    width: 100% !important;
}

input:not([type=radio]):not([type=checkbox]):not([type=date]):not([type=submit]),
select{
    min-height: 40px;
    width: 100%;
    
}

select {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5293 1.65686L7.18615 7.31371L12.843 1.65686' stroke='%23C3CBCD' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 17px
}

select:invalid, select option[value] {
   color: var(--color-dark-orange);
}

textarea {
    min-height: 165px;
    resize: none;
}

input:focus,
select:focus,
textarea:focus{
    outline: none;
    box-shadow: 0 0 0 3px rgba(147, 147, 147, 0.33);
    border: solid 1px #939393;
}

input[type=radio],
input[type=checkbox]{
    -webkit-appearance: none;
    width: 20px !important;
    height: 20px;
    margin-right: .9rem;
    margin-top: 5px;
    background: #000;
}
input[type=checkbox]{
  background: #fff;
  border: 2px solid var(--color-dark-blue);
  border-radius: 5px;
} 

input[type=radio]:checked {
   background: var(--color-dark-orange);
}

input[type=radio]{
    border-radius: 50%;
    border: 6px solid #e8e8e8;
    background: #e8e8e8;
}

.hs-fieldtype-radio > label,
.hs-fieldtype-checkbox > label {
    font-weight: bold;
    font-style: normal;
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;
}

input[type=checkbox]:checked:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 5px;
    height: 10px;
    border: solid var(--color-dark-blue);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.hs-form-checkbox > label {
    display: flex;
    margin-bottom: 10px;
}

.hs-form-field{
    margin-bottom: 1.25rem
}

form {
  color: var(--color-grey);
}

label{
    font-size: 1.0rem;
    color: var(--color-grey);
}

.hs-fieldtype-booleancheckbox label {
    color: var(--color-body);  
}

.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display,
.hs-form-radio-display {
    font-style: normal;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    margin: 9px 0 10px;
}

.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display > input,
.hs-form-radio-display > input {
    flex: 0 0 20px;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 0 !important;
}

form .hs-error-msgs li label {
    font-style: normal;
    font-size: 1.0rem;
    color: var(--color-dark-orange);
}

fieldset {
    max-width: 100% !important;
}

fieldset.form-columns-1 .hs-input:not([type="checkbox"]) {
    width: 100% !important;
}

@media(max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  fieldset input, 
  fieldset select, 
  fieldset textarea {
      width: 100% !important;
  }
}

.buttons-group {
    margin-top: 3.75rem
}


.cta_button,
button,
input[type=submit],
.hs-button,
.custom-button{
    background: var(--color-dark-orange);
    color: var(--color-dark-blue);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    padding:18px 2rem;
    cursor: pointer;
    transition: .4s;
    border: 2px solid var(--color-dark-orange);
    width: auto;
    display: inline-block;
    margin-top: 1rem;
    text-align: center;
    border-radius: 30px;
    min-width: 147px;
    outline: none;
    text-decoration: none;
}

.custom-button ~ .custom-button {
  margin-left: 20px;
}

.button-white {
  background: var(--color-white);
  color: var(--color-dark-orange);
  border: 1px solid var(--color-white);
}

input[type=submit] {
  white-space: normal;  
}

button:active,
.hs-button:active,
.cta_button:active,
.custom-button:active,
button:hover,
.hs-button:hover,
.cta_button:hover,
.custom-button:hover{
    color: var(--color-white);
    background: var(--color-orange);
    border-color: var(--color-orange);  
}

.button-dark-blue {
  border-color: var(--color-dark-blue);  
  background: var(--color-dark-blue);  
  color: var(--color-white)
}

.button-dark-blue:hover,
.button-dark-blue:active{
     background: var(--color-dark-orange);
   border-color: var(--color-dark-orange);  
}

.button-turquoise-border {
    background: transparent;
    color: var(--color-dark-orange);
    border-color: var(--color-dark-orange);  
}

.button-turquoise-border:hover,
.button-turquoise-border:active{
    background: var(--color-white);
    color: var(--color-orange);
    border-color: var(--color-orange);  
    
}


.button-transparent:not(:hover) {
  background: transparent;
}

.cta_button.cta_image_wrapper,
a.cta_button:not([title]){
    background: none !important;
    padding: 0 !important;
    border: none !important;
}

.cta_button.cta_image_wrapper .hs-cta-img{
    position: relative;
}

@media(max-width: 767px) {
  .custom-button {
    margin: 10px 10px 10px 0 !important;
  }
}

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


form .invalid,
form .error{
    border-color: rgba(236, 32, 39, 0.48);
}

.page-center,
.row-fluid .page-center,
.header-container {
    width: var(--page-width);
    width: calc(var(--page-width) + (1.5rem * 2) );
    max-width: 100%;
    margin: auto;
    margin-left: auto !important;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}

.row-fluid .page-center.page-center-smaller {
   width: var(--page-width-smaller);
   width: calc(var(--page-width-smaller) + (1.5rem * 2) );
}

@media(min-width: 768px) {
  .page-center,
  .row-fluid .page-center,
  .header-container {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
  }
}

.header-container {
    position: relative;
}


/** default widgets inside flex columns centered as if they have .page-center **/
.hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget > .hs_cos_wrapper_widget {
    display:block;
    width: calc( var(--page-width) );
    margin: auto;
    max-width: 100%;
}


/* common classes */
.padTB5 { padding: 5px 0;}
.padTB10 {    padding: 10px 0;}
.padTB15 {    padding: 15px 0;}
.padTB20 {    padding: 20px 0;}
.padTB25 {    padding: 25px 0;}
.padTB30 {    padding: 30px 0;}
.padTB35 {    padding: 35px 0;}

.noPadT {
  padding-top: 0 !important;
}

.noPadB {
  padding-bottom: 0 !important;
}

.padTB40, .padTB45, .padTB50, .padTB55, .padTB60, .padTB65, .padTB70 { padding: 35px 0;}
.padTB75, .padTB80, .padTB85, .padTB90, .padTB95  { padding: 40px 0;}
.padTB100, .padTB120, .padTB150 {   padding: 65px 0;}

@media(min-width: 768px) {
  .padTB40 {    padding: 40px 0;}
  .padTB45 {    padding: 45px 0;}
  .padTB50 {    padding: 50px 0;}
  .padTB55 {    padding: 55px 0;} 
  .padTB60 {    padding: 60px 0;}
}

@media(min-width: 1025px) {
  .padTB65 {    padding: 65px 0;}
  .padTB70 {    padding: 70px 0;}
  .padTB75 {    padding: 75px 0;}
  .padTB80 {    padding: 80px 0;}
  .padTB85 {    padding: 85px 0;}
  .padTB90 {    padding: 90px 0;}
  .padTB95 {    padding: 95px 0;}
  .padTB100 {   padding: 100px 0;}
  .padTB120 {   padding: 120px 0;}
  .padTB150 {   padding: 150px 0;}
}


/* margin */
.margTB5 { margin: 5px 0;}
.margTB10 {    margin: 10px 0;}
.margTB15 {    margin: 15px 0;}
.margTB20 {    margin: 20px 0;}
.margTB25 {    margin: 25px 0;}
.margTB30 {    margin: 30px 0;}
.margTB35 {    margin: 35px 0;}

.margTB40, .margTB45, .margTB50, .margTB55, .margTB60, .margTB65, .margTB70 { margin: 35px 0;}
.margTB75, .margTB80, .margTB85, .margTB90, .margTB95  { margin: 40px 0;}
.margTB100, .margTB120, .margTB150 {   margin: 65px 0;}

@media(min-width: 768px) {
  .margTB40 {    margin: 40px 0;}
  .margTB45 {    margin: 45px 0;}
  .margTB50 {    margin: 50px 0;}
  .margTB55 {    margin: 55px 0;} 
  .margTB60 {    margin: 60px 0;}   
}

@media(min-width: 1025px) {
  .margTB65 {    margin: 65px 0;}
  .margTB70 {    margin: 70px 0;}
  .margTB75 {    margin: 75px 0;}
  .margTB80 {    margin: 80px 0;}
  .margTB85 {    margin: 85px 0;}
  .margTB90 {    margin: 90px 0;}
  .margTB95 {    margin: 95px 0;}
  .margTB100 {   margin: 100px 0;}
  .margTB120 {   margin: 120px 0;}
  .margTB150 {   margin: 150px 0;}
}

.bg-image .object-fit-image{
    position: absolute;
    top: 0;
    left: 0;
}

.object-fit-image{
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}


.link-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 2rem;
    color:var(--color-dark-orange);
    border-bottom: 1px solid var(--color-dark-orange);
    padding-bottom: 5px;
    letter-spacing: -0.25px;
    text-decoration: none;
    
}

.link-text:hover {
    opacity: 0.80;
}

.title-wrapper {
    margin-bottom: 20px;
}

.title-section h2,
.title-content h2,
.title-wrapper h2{
    margin-top: 0;
}

/* hero banners */
.hero-banner {
    position: relative;
    overflow: hidden;
}

.hero-home-banner .hero-content-wrapper {
    min-height: 450px;
}

@media(min-width: 768px) { 
  .hero-home-banner .page-center {
      min-height: 560px;
  }
}

@media(min-width: 1024px) { 
  .hero-banner:not(.hero-home-banner) .page-center {
      min-height: 560px;
  }
}

/* expanded-image */
@media(min-width: 768px) {
  .expanded-image {
      position: absolute;
      width: 44.5vw;
      height: 44.5vw;
      left: 0;
      top: 0;
      max-height: 100%;
  }


  .expanded-image .image-wrapper {
    height: 100%;
  }
  
}


/* two columns */
.two-col-section .right-content h2 {
    margin-top: 0;
}

@media(max-width: 767px) {

  .two-col-section .col {
      width: 100% !important;
  }
  
  .two-col-section .col.no-vid-image {
      display: none !important;
  }
  
  .two-col-section .col .left-content {
      margin-bottom: 20px;
  }
  
  .two-col-section .custom-button {
      margin-right: 0 !important;
      margin-left: 0 !important;
  }
  
}

/* zigzag module, image full col width */

@media(max-width: 767px) { 
  .full-col-image-width .page-center {
      padding: 0 !important;
  }
  
  .full-col-image-width .text-col {
      padding-top: 20px !important;
  }
  
  .full-col-image-width .right-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* row reverse */
.row-reverse-col .left-content {
    left: initial;
    right: 0;
}

@media(min-width: 768px) {
  .row-reverse-col,
  .row-reverse .page-center {
      display: flex;
      flex-direction: row-reverse;
  }
  
  
  .row-reverse-col > div,
  .row-reverse .page-center > div {
      margin-left: 0 !important;
  }
  
  .row-reverse-col > div:first-child,
  .row-reverse .page-center > div:first-child {
      margin-left: 2.127659574% !important;
  }
  
} 

@media(max-width: 767px) {
  .image-bottom-true {
      display: flex;
      flex-direction: column-reverse;
  }
  
} 
.with-corner-rad iframe,
.with-corner-rad img {
   border-radius: var(--corner-radius);
    overflow: hidden;
}

/* popup */

.popup-trigger-link {
  cursor: pointer;
}

.popup-trigger-link svg {
  vertical-align: middle;
}

.popup-details-overlay{
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background-color:rgba(0,0,0,0.7);
  display:none;
  z-index:99;
}
.popup-details-wrapper{
  width:100%;
  height:auto;
  width:1170px;
  max-width: 90vw;
  position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  z-index:100;
  background:#ffffff;
}

.popup-details-wrapper .popup-contents {
  padding:50px;
  min-height:500px;
  max-height:90vh;
  overflow:auto;
}

.popup-details-overlay.popup-active{
  display:block;
}


.popup-close{
    position: absolute;
    top: -10px;
    right: -20px;
    cursor: pointer;
    z-index: 101;
    color: #fff;
    background: var(--color-dark-orange);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Popup extended css */

.socials {
    margin-top: 10px;
}

.socials a:not(:last-child) {
    margin-right: 7px;
}


@media(min-width: 768px) {
    
  .team-bio-popup:not(.hidden) {
      display: block;
  }

  .team-bio-popup .team-bio-details {
      flex-wrap: wrap;
      flex-direction: row-reverse;
  }
  .team-bio-popup .team-bio-details > div.team-bio-wrapper {
      margin-left: 0;
  }
  
  .team-bio-popup .team-bio-details > div.team-image {
      padding-left: 20px;
  }
}

/* custom slick */
.arrow-shadow .slick-arrow {
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(196, 196, 196, 0) 100%);
    opacity: 0.8;
    height: 100%;
    left: 0;
    z-index: 2;
    display: flex !important;
    align-items: center;
    top: 0;
    padding: 20px;
    cursor: pointer;
}

.arrow-shadow .slick-arrow.next-arrow {
    right: 0;
    left: initial;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.arrow-shadow .slick-arrow.next-arrow svg {
      transform: rotate(180deg);
}

@media(max-width: 767px) {
  .arrow-shadow .slick-arrow {
      padding: 10px;
  }
  .arrow-shadow .slick-arrow svg {
      width: 35px;
      height: 35px;
  }
}

/* HEADER */
.hs-menu-wrapper ul{
    list-style: none;
    padding: 0;
    margin: 0;

}

.hs-menu-wrapper ul a {
    text-decoration: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li,
.hs-menu-wrapper.hs-menu-flow-horizontal ul li a{
    display: inline-block; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a .small {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}

.header-container-wrapper {
    width: 100%;
    z-index: 3;
    position: sticky;
    top: 0;
    transition: all .2s ease-in;
    padding-top: 1.9375rem;
    padding-bottom: 1.625rem;
    background: var(--color-white);
}

body:not(.menu_active) .header-container-wrapper.scroll-header {
    box-shadow: 0 0 25px rgb(0 0 0 / 9%);
}

.widget-type-logo a:hover {
  opacity: 50%;
}

.header-cta:last-child {
  margin-left: 10px;
}


@media(max-width: 1024px) {
  .header-container-wrapper .header-right-content .header-side-content .header-search .header-icon {
      display: none;
  }
  
  .header-container-wrapper .header-search-cta {
      display: block;
      margin-top: 30px;
  }
}

@media(min-width: 768px) {
  .desktop-hidden {
    display: none !important;
  }
}

@media(max-width: 767px) {
  .header-container-wrapper .header-right-content .header-side-content .header-cta .custom-button {
      top: -2px;
  }
  
  .header-container-wrapper .hs_cos_wrapper_type_logo {
      max-width: 220px;
      display: block;
  }
  
  .right-header {
      min-height: 0px !important;
  }
  
  .mobile-hidden {
      display: none !important;
  }
}

.header-container-wrapper .hs-menu-wrapper ul li {
    position: relative;
    display: block;
}

.header-container-wrapper .hs-menu-wrapper > ul > li {
   padding-top: 0;
   padding-bottom: 15px;
}

.hs-menu-wrapper ul li a {
  text-decoration: none;
}

.header-container-wrapper .hs-menu-wrapper ul li a {
    transition: none;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.header-container-wrapper .hs-menu-wrapper ul li a:before {
    opacity:0;
    width: 20%;
    content: "";
    height: 2px;
    background: var(--color-link-hover);
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: width 0.2s;
}

.header-container-wrapper .hs-menu-wrapper ul li > a {
    position: relative;
}

.header-container-wrapper .hs-menu-wrapper > ul > li:hover > a:before,
.header-container-wrapper .hs-menu-wrapper > ul > li.active > a:before {
    display: block;
}

.header-container-wrapper .hs-menu-wrapper ul li a:hover:before {
    opacity: 1;
    width: 100%;
}

.header-container-wrapper .hs-menu-wrapper .mobile_menu_children {
    position: absolute;
    top: 12px;
    right: 0px;
    cursor: pointer;
    padding: 0 5px;
    font-size: 1.6rem;
    font-weight: bold;
}

.header-container-wrapper .header-top-menu .hs-menu-wrapper ul li a {
    font-weight: 700;
    letter-spacing: -0.25px;
}


.hs-menu-wrapper.hs-menu-flow-horizontal ul li a { 
  color: var(--color-dark-blue);
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover { 
  color: var(--color-link-hover);
}

.header-container-wrapper .child-open > ul {
    height: auto !important;
}

.header-container-wrapper .header-menus {
    position: fixed;
    background: var(--color-dark-orange);
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    overflow-y: auto;
    max-width: 414px;
    width: 100%;
    display: inline-block;

    padding: 5.0rem 2.0rem 2rem;
    -webkit-transform: translateX(100%); /* WebKit */
    -moz-transform:translateX(100%); /* Mozilla */
    -o-transform:  translateX(100%); /* Opera */
    -ms-transform:  translateX(100%); /* Internet Explorer */
    transform: translateX(100%);
    transition: .3s;
    z-index: 99999;
}

body.menu_active .header-container-wrapper .header-menus {
    -webkit-transform: translateX(0); /* WebKit */
    -moz-transform:translateX(0); /* Mozilla */
    -o-transform:  translateX(0); /* Opera */
    -ms-transform:  translateX(0); /* Internet Explorer */
    transform: translateX(0);
}

/* mobile trigger */
.mobile_trigger {
    position: absolute;
    right: 20px;
    cursor: pointer;
    z-index: 99999;
    top: 3px;
  
}

.mobile_trigger_close {
    position: absolute;
    right: 19px;
    top: 25px;
    cursor: pointer;
}

/* submenus */
.header-container-wrapper .hs-menu-wrapper > ul li ul{
    margin-left: 1rem;
}
.header-container-wrapper .hs-menu-wrapper > ul li.hs-item-has-children ul {
    height: 0;
    overflow: hidden;
}

.header-container-wrapper .hs-menu-wrapper > ul li.hs-item-has-children ul.grand-child-open { 
    height: auto !important;
}

.header-container-wrapper .hs-menu-wrapper ul.hs-menu-children-wrapper li a {
    padding-top: 10px;
}


/* header search */
.header-container-wrapper .hs-search-field form {
    position: relative;
    display: flex;
    margin: 0;
    align-items: center;
}

.header-container-wrapper .hs-search-field form input {
    border: none;
    margin: 0 !important;
}

.header-container-wrapper .hs-search-field form button {
    background: 0;
    border: 0;
    padding: 0;
    margin: 0 0 0 10px;
    min-width: auto;
    height: 24px;
}

.header-container-wrapper .hs-search-field form button svg {
    fill: #C9C9CA;
    height: 23px;
    width: 23px;
}

.header-container-wrapper .custom-button {
   margin-right: 0 !important;;
   margin-left: 0 !important;
}


/* mobile HEADER */
@media(max-width: 1024px) {
  .header-container-wrapper .header-side-content {
      position: fixed;
      background: var(--color-white);
      top: 0;
      right: 0;
      bottom: 0;
      height: 100vh;
      overflow-y: auto;
      max-width: 414px;
      width: 100%;
      display: inline-block;
      padding: 5rem 2rem 2rem;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -o-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      transition: .3s;
      z-index: 99999;
  }
  
  body.menu_active .header-container-wrapper .header-side-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
  
  body.menu_active {
    position: relative;
    overflow: hidden;
}

  body.menu_active:before {
      content: "";
      background: rgba(77, 77, 79, 0.95);
      position: absolute;
      height: 100%;
      width: 100%;
      z-index: 3;
      bottom: 0;
      top: 0;
  }

  body.menu_active .widget-type-logo {
      z-index: -3;
      position: relative;
  }

  body.menu_active .header-container-wrapper:before {
      content: "";
      background: rgba(77,77,79,0.95);
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      right: 0;
  }
  
  .header-cta {
      margin-top: 10px;
  }
}

/* desktop HEADER */
@media(min-width: 1025px){

  .header-container-wrapper .right-header {
      margin-top: 6px;
  }
  .header-container-wrapper .header-side-content .hs-menu-wrapper > ul  {
      display: flex;
  }
  
  .header-container-wrapper .header-side-content .hs-menu-wrapper > ul > li {
      padding-bottom: 0;
  }
  
  .header-container-wrapper .header-side-content .hs-menu-wrapper > ul > li:not(:last-child) {
      padding-right: 2.0625rem;
  }
 
  .header-container-wrapper .header-side-content .hs-menu-wrapper ul li a {
      font-size: 1.0rem;
      line-height: 1.5rem;
  }
  
  .header-container-wrapper .header-side-content .header-cta .custom-button {
      margin-top: 0;
      padding: 4px 15px;
      min-width: auto;
  }

  .header-container-wrapper .header-side-content .header-search {
      margin-left: 20px;
      margin-right: 22px;
      position: relative;
      cursor: pointer;
  }
  
  .header-container-wrapper .header-side-content .header-search .header-icon {
      display: flex;
  }
  
  .header-container-wrapper .header-side-content .header-search:not(.open-search) .hs-search-field {
      display: none;
  }
  
  .header-container-wrapper .header-side-content .header-search:not(.open-search) .close-icon,
  .header-container-wrapper .header-side-content .header-search.open-search .search-icon{
    display: none;
  }
  
  .header-container-wrapper .header-side-content .header-search.open-search .close-icon {
    display: block;
  }
  
  .header-container-wrapper .header-side-content .header-search .header-search-wrapper {
      position: fixed;
      width: 100vw;
      right: 0;
      left: 0;
      top: 80px;
      background: #fff;
  }
  
   .header-container-wrapper .header-side-content .header-search .header-search-wrapper .hs-search-field {
        width: var(--page-width);
        width: calc(var(--page-width) + (1.5rem * 2) );
        max-width: 100%;
       padding: 10px 0;
        margin: 0 auto;
  }
  
  .header-container-wrapper .header-search .hs-search-field form {
      align-items: center;
  }
  
  
  .header-container-wrapper .header-search .hs-search-field form input {
      font-size: 24px;
      line-height: 24px;
      box-shadow: none;
      outline: none;
  }
  
  .header-container-wrapper .header-search .hs-search-field form button {
      background: 0;
      border: 0;
      padding: 0;
      margin: 0;
      min-width: auto;
      height: 24px;
  }

  .header-container-wrapper .header-search .hs-search-field form button svg {
      fill: #C9C9CA;
      height: 23px;
      width: 23px;
  }
 
  
  .mobile_trigger {
      top: 23px;
      display: none;
  }
  
  .mobile_trigger_close {
    display: none;
  }

}

/* --------------------------------- */
/* Global HubSpot Form Styling by Ryan at Jandal Digital      */
/* --------------------------------- */

/* General Form Container */
.one-column-form .title-wrapper {
    max-width: 775px;
    margin: 0 auto;
}

.one-column-form .title-wrapper .form-wrapper .actions {
    text-align: center;
}

.hbspt-form {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

/* Form Fields */
.hs-form-field {
    margin-bottom: 20px;
}

/* Labels */
.hs-form-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #333; /* High contrast for accessibility */
}

/* Input Fields, Textareas, and Selects */
.hs-input,
.hs-textarea,
.hs-select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333 !important; /* Force text color */
    transition: border-color 0.3s ease-in-out;
}

.hs-input:focus,
.hs-textarea:focus,
.hs-select:focus,
.hs-input:focus-visible,
.hs-textarea:focus-visible,
.hs-select:focus-visible {
    outline: 3px solid #007bff; /* Enhanced visibility */
    outline-offset: 2px;
    border-color: #007bff;
}

/* Consolidated Error Messages */
.hs-error-msg.hs-main-font-element,
.hs-form label.hs-error-msg.hs-main-font-element,
.hs_error_rollup .hs-main-font-element,
form .hs-main-font-element[style*="#FF6633"] {
    font-size: 11px !important;
    font-weight: bold;
    color: #d9534f; /* Accessible red tone */
}

/* Error List Styling */
.hs-error-msgs {
    font-size: 12px;
    list-style-type: none;
    padding: 0;
    margin-top: 5px;
    color: #d9534f;
}

/* Submit Button */
.hs-button {
    background-color: #002D62;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    transition: background-color 0.3s ease-in-out;
}

.hs-button:hover,
.hs-button:focus-visible {
    background-color: #002D62;
    border-color: #002D62;
}

/* Legal Consent (GDPR) */
.hs-dependent-field {
    margin-top: 10px;
}

/* Clean HubSpot checkbox styling - removes conflicts and improves alignment */

/* Reset and base checkbox styling */
.hs-form-booleancheckbox input[type="checkbox"] {
    /* Remove browser defaults */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    
    /* Custom checkbox styling */
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    background-color: white;
    background-image: none;
    
    /* Positioning and spacing */
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    
    /* Alignment fixes */
    vertical-align: top;
    margin-top: 2px; /* Aligns with first line of text */
    flex-shrink: 0;
    
    /* Smooth transitions */
    transition: all 0.2s ease;
}

/* Hover state */
.hs-form-booleancheckbox input[type="checkbox"]:hover {
    border-color: #9ca3af;
}

/* Focus state for accessibility */
.hs-form-booleancheckbox input[type="checkbox"]:focus {
    outline: 2px solid #002D62;
    outline-offset: 2px;
    border-color: #002D62;
}

/* Checked state */
.hs-form-booleancheckbox input[type="checkbox"]:checked {
    background-color: #002D62;
    border-color: #002D62;
}

/* Custom checkmark */
.hs-form-booleancheckbox input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Container alignment - this is key for proper layout */
.hs-form-booleancheckbox-display {
    display: flex;
    align-items: flex-start;
    gap: 16px; /* Increased gap to match radio buttons */
    line-height: 1.5;
    cursor: pointer;
}

/* Label text styling */
.hs-form-booleancheckbox-display span {
    margin: 0;
    line-height: 1.5;
    color: #374151;
}

/* Ensure checkbox stays aligned in longer text */
.hs-form-booleancheckbox-display input[type="checkbox"] {
    margin: 0;
    margin-top: 2px; /* Aligns with text baseline */
}

/* Additional specificity for HubSpot overrides */
.hs-form .hs-form-booleancheckbox input[type="checkbox"],
.hs-form-field .hs-form-booleancheckbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}

/* Remove any conflicting pseudo-elements */
.hs-form-booleancheckbox input[type="checkbox"]::after {
    display: none;
}

/* --------------------------------- */
/* Radio Button Styling */
/* --------------------------------- */

/* Universal radio button spacing - targets all radio buttons */
input[type="radio"] {
    margin-right: 15px !important;
}

/* HubSpot specific radio button spacing overrides */
.hs-form input[type="radio"] {
    margin-right: 15px !important;
    margin-left: 0 !important;
}

.hs-form-field input[type="radio"] {
    margin-right: 15px !important;
    margin-left: 0 !important;
}

/* Reset and base radio button styling */
.hs-form-radio input[type="radio"] {
    /* Remove browser defaults */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    
    /* Custom radio button styling */
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 50%; /* Circular for radio buttons */
    background-color: white;
    background-image: none;
    
    /* Positioning and spacing */
    margin: 0;
    margin-right: 15px !important; /* Force right margin for spacing */
    padding: 0;
    position: relative;
    cursor: pointer;
    
    /* Alignment fixes */
    vertical-align: top;
    margin-top: 2px; /* Aligns with first line of text */
    flex-shrink: 0;
    
    /* Smooth transitions */
    transition: all 0.2s ease;
}

/* Hover state */
.hs-form-radio input[type="radio"]:hover {
    border-color: #9ca3af;
}

/* Focus state for accessibility */
.hs-form-radio input[type="radio"]:focus {
    outline: 2px solid #002D62;
    outline-offset: 2px;
    border-color: #002D62;
}

/* Checked state */
.hs-form-radio input[type="radio"]:checked {
    background-color: #002D62;
    border-color: #002D62;
}

/* Custom radio dot */
.hs-form-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* Container alignment */
.hs-form-radio-display {
    display: flex;
    align-items: flex-start;
    gap: 20px; /* Increased gap even more */
    line-height: 1.5;
    cursor: pointer;
    margin-bottom: 12px; /* Increased space between radio options */
}

/* Additional spacing override for HubSpot */
.hs-form-radio .hs-form-radio-display {
    gap: 20px !important;
}

.hs-form-radio .hs-form-radio-display input[type="radio"] {
    margin-right: 15px !important;
}

/* Label text styling */
.hs-form-radio-display span {
    margin: 0;
    line-height: 1.5;
    color: #374151;
}

/* Additional specificity for HubSpot overrides */
.hs-form .hs-form-radio input[type="radio"],
.hs-form-field .hs-form-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    width: 18px !important; /* Override the 100% width with !important */
    height: 18px !important;
    margin-right: 15px !important; /* Force spacing */
}

/* Even more specific override for stubborn HubSpot styles */
.hs-form .hs-form-field .hs-form-radio input[type="radio"] {
    margin-right: 15px !important;
}

/* Catch-all for any radio button in HubSpot forms */
.hbspt-form input[type="radio"] {
    margin-right: 15px !important;
    width: 18px !important;
    height: 18px !important;
}

/* Remove any conflicting pseudo-elements */
.hs-form-radio input[type="radio"]::after {
    display: none;
}

/* Responsive considerations */
@media (max-width: 768px) {
    .hs-form-booleancheckbox-display,
    .hs-form-radio-display {
        gap: 14px; /* Slightly smaller gap on mobile but still comfortable */
    }
    
    .hs-form-booleancheckbox input[type="checkbox"],
    .hs-form-radio input[type="radio"] {
        width: 16px;
        height: 16px;
    }
    
    .hs-form .hs-form-radio input[type="radio"],
    .hs-form-field .hs-form-radio input[type="radio"] {
        width: 16px !important;
        height: 16px !important;
    }
    
    /* Fix mobile dropdown text color issues */
    .hs-select,
    .hs-input,
    select {
        color: #333 !important;
        -webkit-text-fill-color: #333 !important; /* iOS Safari fix */
    }
    
    /* Additional mobile select styling */
    .hbspt-form select {
        color: #333 !important;
        -webkit-text-fill-color: #333 !important;
    }
}

/* FOOTER */
.footer-container-wrapper {
    background-color: #ffffff;
    padding-bottom: 33px;
    position: relative;
   font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
}

.footer-container .top-footer {
    padding-top: 2.1875rem;
    padding-bottom: 2.0625rem;
    border-top: 1px solid #C3CBCD;
}

.footer-container .footer-menus li {
    margin-bottom: 20px;
}

.footer-container .footer-menus li a {
    font-weight: 500;
}

.footer-container .footer-menus li a:not(:hover) {
    color: var(--color-black);
}

.footer-container .footer-menus .subscribe a  {
    text-decoration: underline;
}

.footer-container .bottom-footer {
  margin-top: 0.625rem;
}

.footer-social {
    margin-bottom: 24px;
}

.footer-social a {
    margin-right: 16px;
}

.footer-social a:hover svg path[stroke] {
  stroke: var(--color-link-hover) !important;
}

.footer-social a:hover svg path[fill] {
  fill: var(--color-link-hover) !important;
}

.footer-container .bottom-footer .copy,
.footer-container .bottom-footer .copy a:not(:hover) {
  color: #C3CBCD;
}

.footer-container .bottom-footer .copy a {
  font-weight: normal;
}


.landing-page .top-footer .footer-menus {
    display: none !important;
}


@media(min-width: 768px) {
  
  .footer-container {
      padding: 0 20px;
  }
  
  .footer-container .bottom-footer .copy-menu {
      margin-top: 1.875rem;
      display: flex !important;
  } 
  
}

@media(max-width: 767px) { 
  .footer-menus {
      margin-top: 30px;
  }
}
/* GRID 3 columns */
.grid-3-cols {
    grid-template-columns: repeat(auto-fill,minmax(270px,1fr));
    grid-gap: 40px;
}

.grid-3-cols.small-gap {
    grid-gap: 20px;
}

@media(min-width: 500px) {
  .grid-3-cols {
      grid-template-columns: repeat(auto-fill,minmax(345px,1fr));
  }
 
}


@media(min-width: 1123px) {
  .grid-3-cols {
      grid-template-columns: repeat(auto-fill,minmax(23%,1fr));
  }
 
}

.grid-single-col {
    transition: .3s;
    position: relative;
    background: var(--color-white);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.grid-single-col .grid-single-col__image {
    position: relative;
    display: block;
    height: 217px;
}

.grid-single-col .grid-single-col__title-content {
    padding: 15px 24px;
    padding-right: 60px;
}

.grid-single-col .grid-single-col__title-content h6 {
   margin: 0;
   color: var(--color-grey);
}

.grid-single-col .grid-single-col__title-content h5 {
   margin-bottom: 13px;
   margin-top: 5px;
   color: var(--color-dark-blue);
}

.grid-single-col .grid-single-col__title-content p {
    margin-bottom: 0;
}

.grid-single-col .grid-single-col__title-content .grid-single-col__content {
    
}

.grid-single-col .grid-single-col__title-content .arrow-link {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--color-dark-blue);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-single-col a.full-col-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.grid-single-col:hover .grid-single-col__title-content .arrow-link {
    background: var(--color-orange);
}

/* CARD */
.card {
    position: relative;
    background: var(--color-white);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px 24px;
}



/*** BLOG ***/

/* filter */

.filter-search-wrapper {
    margin-bottom: 5rem;
}
.filter-search-wrapper .filter-select-wrapper {
    padding-top: 0.625rem;
}

.filter-search-wrapper .filter-title {
    margin-top: 0;
    margin-bottom: 2.8125rem;
}

.filter-search-wrapper .hs-search-field  {
    max-width: 775px;
    margin: 0 auto 4rem;
}

.filter-search-wrapper input,
.filter-search-wrapper select {
   padding: 10px 15px;
    min-height: 48px;
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-radius:0;
    color: var(--color-dark-orange);
}

.filter-search-wrapper select { 
  padding: 10px 22px;
      background-position: 100%;
}


.filter-search-wrapper input {
   border-bottom: 1px solid var(--color-dark-blue);
   padding: 10px 0px;
}

.filter-search-wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: var(--color-grey);
}
.filter-search-wrapper input::-moz-placeholder { /* Firefox 19+ */
    color: var(--color-grey);
}
.filter-search-wrapper input:-ms-input-placeholder { /* IE 10+ */
    color: var(--color-grey);
}
.filter-search-wrapper input:-moz-placeholder { /* Firefox 18- */
   color: var(--color-grey);
}

.filter-search-wrapper select  {
    text-align: center;
     width: 150px;
     font-weight: 700;
}

.filter-search-wrapper select.with-val {
    width: auto;
}
.filter-search-wrapper .hs-search-field form {
    position: relative;
}

.filter-search-wrapper .hs-search-field form button {
    position: absolute;
    right: 2px;
    bottom: 7px;
    background: transparent;
    border: none;
    margin-top: 0;
    padding: 0;
    min-width: auto;
}


@media(max-width: 767px) {
  .filter-search-wrapper, 
  .filter-search-wrapper .hs-search-field  {
      margin-bottom: 2rem;
  }
  
  .filter-search-wrapper .filter-wrapper {
      margin-bottom: 10px;
     
  }
  
  .filter-search-wrapper select {
     width: 100px;
  }
}

@media(max-width: 500px) {
   .filter-search-wrapper .filter-wrapper select {
      text-align: left;
  }
}

/* author - shared css */
.author-data {
    font-size: 1.0rem;
    line-height: 1.0rem;
}

.author-data .hs-author-label {
    display: block;
}

.author-data .author-link { 
    display: block;
    font-weight: bold;
    color: var(--color-grey);
}

.post-date  {
    color: var(--color-dark-blue);
    margin-bottom: 20px;
}

.author-data .blog-post-author {
    margin-bottom: 10px;
}

.hs-author-profile .hs-author-social-links a {
    display: inline-block;
    margin-right: 15px;
}


/* tags - shared css */
.blog-post__tags {
  font-weight: normal;
}

.blog-post__tags .blog-post__tag-link {
    color: var(--color-body);
    font-weight: normal;
    text-decoration: none;
}


/* listing */
.hs-blog-listing .blog-section {
    margin-top: 3.125rem;  
}
.blog-listing-wrapper.cell-wrapper {}

.blog-listing-wrapper .blog-title-filter {
    margin-bottom: 40px;
}

.blog-index {}

.blog-recent-posts__post {
    transition: .3s;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.blog-recent-posts__post .blog-recent-posts__image {
    position: relative;
}

.blog-recent-posts__post .blog-recent-posts__image a.hs-featured-image-link {
    display: block;
    height: 310px;
    border-radius: 15px;
    overflow: hidden;
}

.blog-recent-posts__post .blog-recent-posts__image a.hs-featured-image-link.with-img-rad {
      border-bottom-right-radius: 120px;
    overflow: hidden;
} 

.blog-recent-posts__post .blog-recent-posts__image .blog-post__tags {
    position: absolute;
    bottom: 0;
    background: var(--color-white);
    margin: 0;
    padding: 16px 20px 0;
}

.blog-recent-posts__post .blog-recent-posts__title-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.blog-recent-posts__post .post-title-content-wrapper {
}


.blog-recent-posts__post .post-title-content-wrapper .blog-post__title a {
    color: inherit;
    font-weight: 500;
    text-decoration: none;
}

.blog-recent-posts__post .post-title-content-wrapper .blog-recent-posts__content {
    margin-bottom: 20px;
}

.blog-recent-posts__post .post-title-content-wrapper .blog-recent-posts__content .blog-post__type  {
    margin-bottom: 0;
    margin-top: 0;
    color: var(--color-dark-orange)
}

.blog-recent-posts__post .post-title-content-wrapper .blog-recent-posts__content .blog-post__title  {
    margin-top: 10px;
}

.blog-recent-posts__post .post-title-content-wrapper .blog-recent-posts__content .blog-post__topics {
   padding-bottom: 10px;
}

.blog-recent-posts__post .post-title-content-wrapper .blog-recent-posts__content .blog-post__topics span  {
    color: var(--color-grey);
    font-weight: 700;
    padding-right: 20px;
}

.blog-recent-posts__post .post-title-content-wrapper .blog-recent-posts__content p {
    margin-bottom: 0;
}

.blog-recent-posts__post .blog-link-text { }

.blog-recent-posts__post .cta_button {
    min-width: 94px;
}

.blog-recent-posts__post a.full-col-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

@media(min-width: 768px) {
  .hs-blog-listing .blog-section {
      margin-top: 6.25rem;  
  }
}

@media(max-width: 767px) {
  .blog-recent-posts__post .blog-recent-posts__image {
      width: 100%;
  }
  .blog-recent-posts__title-content {
      margin-top: 20px;  
  }
}

/* Simple posts */
.hs-blog-listing .blog-listing-wrapper.blog-listing-simple {
    grid-template-columns: 1fr;
    padding-bottom: 5rem;
}

/* blog pagination */
.blog-pagination {
    margin-top: 5.625rem;
    margin-bottom: 1.25rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.blog-pagination .blog-pagination__hidden {
    display: none;
}

.blog-pagination a {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    color: var(--color-light-grey);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 19px;
    text-decoration: none;
}

.blog-pagination a:hover,
.blog-pagination .blog-pagination__link--active {
  color: var(--color-dark-orange);
}

.hs-blog-listing .footer-container-wrapper {
    margin-top: 5.625rem;
}

/* blog post */

.hs-blog-post {
    background-color: #fff;
}

.hs-blog-post .blog-post__type {
  color: var(--color-dark-orange);
}


.hs-blog-post .blog-section {
    padding-top: 3.125rem;
    padding-bottom: 8.75rem;
}


.hs-blog-post .author-data {
    margin-bottom: 30px;
}

.hs-blog-post .hs-author-avatar {
    width: 88px;
    height: 88px;
    border-radius: 100px;
    overflow: hidden;
    margin: 10px 0;
}

.hs-blog-post .post-social-sharing {
    margin-top: 1rem;
}

.hs-blog-post .post-body h2,
.hs-blog-post .post-body h3,
.hs-blog-post .post-body h4,
.hs-blog-post .post-body h5 {
    font-weight: 400;
}

.hs-blog-post .post-body h4 {
    color: var(--color-dark-orange);
}


@media(min-width: 768px) {
 
  .hs-blog-post .blog-post-content .post-header {
      width: 33%;
      padding-right: 2rem;
  }

  .hs-blog-post .post-body {
      width: 67%;
  }
  
  .hs-blog-post .post-body #hs_cos_wrapper_post_body h2:first-child,
  .hs-blog-post .post-body #hs_cos_wrapper_post_body h3:first-child{
      margin-top: 0;
  }
  

}

@media(max-width: 767px) {
  .hs-blog-post .blog-post-content .post-header { 
      padding-bottom: 2rem;
  }
}

.kitchen-hubdb .grey-bg  .global-centered-copy-cta {
  background: rgba(208, 211, 212, 0.2) !important;
}

/* landing page */
.landing-page.lp-no-nav .right-header {
  display: none !important;
}

/* System Pages */
.system-pages:not(.system-search-results) h1 {
    font-size: 3.4375rem;
    line-height: 4.125rem;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.system-pages.system-error h1 {
    font-size: 10rem; 
    line-height: 10rem;
}

.system-pages .system-form {
  background-color: #EEEEEE;
  padding: 2rem;
}

.system-pages form {
    margin-top: 1rem;
}

.system-pages form input.hs-input.email-edit {
  width: 100% !important;
}

.email-prefs .item p {
    margin: 5px 46px 0px;
}

.system-pages form#email-prefs-form h3 {
  font-size: 1.3125rem;
  margin-bottom: 10px;
  line-height: normal;
}

.system-pages .email-prefs .item .item-inner *:not(input) {
    background-color: initial;
}

.system-pages form input:not([type="checkbox"]) {
    margin-bottom: 1rem;
}

.system-pages .hs-search-results__listing li {
    margin: 30px 0;
    padding: 0;
}

.system-pages .system-header {
      background: #EDEDED;
}


.system-pages.system-search-results .search-results-title form {
    position: relative;
    max-width: 556px;
    margin: 0 auto;
}

.system-pages.system-search-results .search-results-title form button {
    position: absolute;
    right: 20px;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    min-width: 98px;
    top: 13px;
}


.system-pages.system-search-results .search-results-title .hs-search-field {
    max-width: 556px;
}

.system-pages.system-search-results .search-results-title .hs-search-field input {
    border: 0;
    border-radius: 32px;
    min-height: 64px !important;
    padding: 10px 32px;
}


.system-pages .hs-search-results__listing {
    max-width: 556px;
}

.system-pages .hs-search-results__listing li:not(:last-child) {
    border-bottom: 1px solid #C9C9CA;
}

.system-pages .hs-search-field--open .hs-search-field__suggestions{
    position: absolute;
    width: 100%;
    top: 38px;
    border: 1px solid #c9c9ca !important;
    background: #fff;
    padding: 10px;
}

.system-pages ul.hs-search-field__suggestions li a {
    background: none !important
}

.system-pages a.hs-search-results__title {
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
}

.search-results-title h1 {
    margin-bottom: 25px;
}

/* module css */
.cm-tabs .tab-content h3,
.cm-tabs .tab-content h4 {
    font-weight: 700;
}
.cm-tabs .accordion-tabs {
}

.cm-tabs .tabs-tab-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: none;
  grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
  grid-gap: 20px;
  display: none;
}

.cm-tabs .tabs-tab-list li {
  margin: 0;
}

.cm-tabs .tabs-trigger {
  padding: 10px 30px 10px 0;
  cursor: pointer;
  display: block;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.25px;
  border-bottom: 4px solid transparent;
  transition: none;
  height: 100%;
}

.cm-tabs .tabs-trigger:hover {
  border-bottom: none;
  color: #000;
}

.cm-tabs .tabs-trigger.is-selected, .tabs-trigger.is-selected:hover, 
.cm-tabs .tabs-trigger.is-selected:focus {
  border-bottom: 4px solid #000;
  color: #000;
}

.cm-tabs .tabs-trigger:active {
  outline: none;
}

.cm-tabs .tabs-panel {
  display: block;
  margin: 0;
  padding: 0;
}



@media(max-width: 767px) {
  .cm-tabs .tabs-panel:not(:last-child) {
    border-bottom:1px solid #C9C9CA;
  }
}

.cm-tabs .tabs-panel .content {
  padding: 0 0 20px;
}

.cm-tabs .tabs-panel.is-hidden .content {
  display: none;
}

.cm-tabs .tabs-panel:active, .tabs-panel:focus {
  outline: none;
}

.is-initialized.tabs-allowed .tabs-panel {
  display: inherit;
}

.cm-tabs .accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 15px 0;
  font-weight: bold;
      font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.25px;
}

.cm-tabs .accordion-trigger-icon {
  pointer-events: none;
}



@media (min-width: 768px) {
  .cm-tabs {
      margin-bottom:0;
  }
  .cm-tabs .tabs-tab-list {
    display: grid;
  }
  .tabs-allowed .accordion-trigger {
    display: none;
  }
  .tabs-allowed .tabs-trigger {
    display: block;
  }
  .tabs-allowed .tabs-panel {
    display: none;
  }
  .tabs-allowed .tabs-panel.is-hidden {
    display: none;
  }
  
  .tabs-allowed .tabs-tab-list {
    margin-bottom: -2px;
  }
  
  .cm-tabs .image-content-wrapper {
      width: 460px;
      height: 295px;
      max-width: 100%;
  }
  
  .cm-tabs .image-content-wrapper.right {
      float:right;
  }
  
  .cm-tabs .col-wrapper h2,
  .cm-tabs .col-wrapper h3 {
      margin-top: 0;
  }
  
  
}

.cm-tabs .accordion-trigger-icon {
  display: inline-block;
  float: right;
  width: 22px;
  height: 22px;
}

.cm-tabs .accordion-trigger-icon svg {
  margin: 0;
}

[aria-expanded="true"] .accordion-trigger-icon svg {
      transform: rotate(180deg);
}

.cm-tabs .label--open, 
.cm-tabs .label--close {
  display: block;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.cm-tabs .label--close {
  display: none;
}

.is-open .label--open {
  display: none;
}

.is-open .label--close {
  display: block;
}

@media (max-width: 767px) { 
  .cm-tabs .tab-content {
      padding: 20px 0;
  }
  
  .cm-tabs .tabs-panel .content {
      padding-bottom: 64px;
  }
}

/* search design */
.search-design form {
    position: relative;
    max-width: 556px;
    margin: 0 auto;
}

.search-design form input.search-input {
    border: 0;
    border-radius: 32px;
    min-height: 64px !important;
    padding: 10px 32px;
    border: 2px solid #EDEDED;
}

.search-design form button {
    position: absolute;
    right: 20px;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    min-width: 98px;
    top: 13px;
}


/* popup */
.popup-content:not(.active) {
  display: none !important;
}

.close-btn {
    width: 48px;
    height: 48px;
    background: var(--color-red);
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.popup-content {
    position: fixed;
    z-index: 999999;
    top: 23%;
    right: 0;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    overflow: auto;
    max-height: 80vh;
    max-width: 556px;
    border-radius: 12px;
    margin: 0 auto;
    padding: 2rem 29px;
}

/* search field css */
.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.checkbox-row input {
    position: initial;
}