@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root{

 /* Font variants */
  --base-font-family-primary: 'Inter';
  /* Font weight */
  --base-font-weight-regular: 400;
  --base-font-weight-semibold: 600;
  --base-font-weight-bold: 700;

  /* Colors */
  --base-color-white: #FFFFFF;
  --base-color-black: #000000;
  --base-color-light-blue: #E5F3FA;
  --base-color-light-gray: #D9D9D9;
  --base-colorless:rgba(255,255,255,0);
  --base-color-shadow:#eabaea;
  /* Primary variations*/
  --base-color-primary-25: #F2F9FD;
  --base-color-primary-50: #E5F3FA;
  --base-color-primary-100: #C9E5F5;
  --base-color-primary-200: #94CCEB;
  --base-color-primary-300: #5EB2E1;
  --base-color-primary-400: #0D8BD1;
  /* Identical as --base-color-primary-800, */
  --base-color-primary-500: #0085CF;
  --base-color-primary-550: #006CA6;
  /* Brand/Med blue */
  --base-color-primary-600: #00B8E4;
  --base-color-primary-650: #006CA6;
  --base-color-primary-700: #0D5A83;
  /* Brand/Blue */
  --base-color-primary-800: #0085CF;
  --base-color-primary-800-alt: #0D415D;
  --base-color-primary-900: #0D2736;
  --base-color-primary-950: #0D1D25;
  /* Secondary variations */
  --base-color-secondary-500: #0D1D25;
  /* Success variations */
  --base-color-success-50: #ECFDF3;
  --base-color-success-200: #ABEFC6;
  --base-color-success-500: #17B26A;
  --base-color-success-700: #067647;
  /* Warning variations */
  --base-color-warning-300: #FEC84B;
  /* Gray variations*/
  --base-color-gray-25: #FCFCFD;
  --base-color-gray-50: #F9FAFB;
  --base-color-gray-100: #F2F4F7;
  --base-color-gray-200: #EAECF0;
  --base-color-gray-250: #d1d6dc;
  --base-color-gray-300: #D0D5DD;
  --base-color-gray-350: #ced4db;
  --base-color-gray-400: #98A2B3;
  --base-color-gray-500: #667085;
  --base-color-gray-600: #475467;
  --base-color-gray-700: #344054;
  --base-color-gray-800: #1D2939;
  --base-color-gray-900: #101828;
  --base-color-gray-950: #0C111D;
  --base-color-primary-25: #F2F9FD;

  /* Purple */
  --base-color-purple-500: #7B61FF;
  --base-color-purple-600: #9747FF;
  /* Yellow */
  --base-color-yellow-500: #FFB652;
  /* Blue */
  --base-color-blue-500: #00B8E4;
  --base-color-blue-600: #0788F5;
  --base-color-blue-700: #0074D6;
  /* Green */
  --base-color-green-100: #D3F8DF;
  --base-color-green-800: #095C37;
  /* Brand/Dark Blue */
  --base-color-blue-950: #0B1C2D;
  --base-color-cyan-50: #ebeff3;
  /* Brand Colors */
  --brand-color-med-blue: var(--base-color-primary-600, #00B8E4);
  --brand-color-blue: var(--base-color-primary-800, #0085CF);
  --brand-color-dark-blue: var(--base-color-blue-950, #0B1C2D);

  /* Background styles */
  --bColor-section-white: var(--base-color-white, #FFFFFF);
  --bColor-section-dark: var(--base-color-secondary, #0D1D25);
  --bColor-section-footer: var(--base-color-gray-950, #0C111D);
  --section-storyBlock-white: var(--base-color-white, #FFFFFF);
  --section-storyBlock-gray: var(--base-color-gray-50, #F9FAFB);
  --section-storyBlock-accent: var(--base-color-primary-50, #E5F3FA);
  --section-img-gray: var(--base-color-light-gray, #D9D9D9);

  --gradient-primary-hero: linear-gradient(90deg, #011129 0.03%, #001432 99.96%);
  
  /* Icon styles */
  --icon-nav-blue:var(--base-color-primary-550, #006CA6);
  --blue-icon:var(--base-color-primary-500, #0085CF);
  --gray-icon:var(--base-color-gray-700, #344054);
  --gray400-icon: var(--base-color-gray-400, #98A2B3);
  --blueBrand-icon: var(--brand-color-med-blue, #00B8E4);
  --blue-icon-background: rgba(0, 133, 207, 0.50);
  --icon-gray-500: var(--base-color-gray-500);

  /* Button styles */
  --gradient-blue-button: linear-gradient(63.44deg, var(--base-color-primary-500, #0085CF) 16.72%, var(--brand-color-med-blue, #00B8E4) 83.39%);
  --yellow-button: var(--base-color-yellow-500, #FFB652);
  --primary50-button: var(--base-color-primary-50, #E5F3FA);
  --gradient-dark-button: linear-gradient(76.24deg, var(--base-color-gray-900, #101828) 9.84%, var(--base-color-dark-blue, #0D415D) 90.17%);
  --blue-button-500: var(--base-color-primary-500,#0085CF);
  --blue-button-550: var(--base-color-primary-550,#006CA6);
  --light-blue-button: var(--base-color-primary-200,#94CCEB);
  --dark-blue-button: var(--base-color-blue-950,#0B1C2D);
  --light-blue-button-50: var(--base-color-primary-50, #E5F3FA);
  
  /* Text Styles */
  --text-blue500: var(--base-color-primary-500, #0085CF);
  --text-brandBlue: var(--base-color-primary-500, #0085CF);
  --text-brandMedBlue: var(--brand-color-med-blue, #00B8E4);
  --text-primary800: var(--base-color-dark-blue,#0D415D);
  --text-blue950: var(--base-color-blue-950,  #0B1C2D);
  --text-primary700: var(--base-color-primary-700, #0D5A83);
  --text-primary600: var(--base-color-primary-550, #006CA6);
  --text-darkgray950: var(--base-color-gray-950, #0C111D);
  --text-darkgray900: var(--base-color-gray-900, #101828);
  --text-lightgray300: var(--base-color-gray-300, #D0D5DD);
  --text-lightgray600: var(--base-color-gray-600, #475467);
  --text-lightgray500: var(--base-color-gray-500, #667085);
  --text-lightgray700: var(--base-color-gray-700, #344054);
  --text-lightgray200: var(--base-color-gray-200, #EAECF0);
  --text-lightgray50: var(--base-color-gray-50, #F9FAFB);
  --text-primary25: var( --base-color-primary-25,#F2F9FD);
  --text-primary100: var(--base-color-primary-100, #C9E5F5);
  --text-white: var(--base-color-white, #FFFFFF);
  --text-yellow: var(--base-color-yellow-500, #FFB652);
  --text-gray300: var(--base-color-gray-300, #D0D5DD);
  --text-primary50: var(--base-color-light-blue, #E5F3FA);
  --text-gray400: var(--base-color-gray-400, #98A2B3);


  /* Border Styles */
  --border-main-color: var(--base-color-primary-700, #0D5A83);
  --border-main-style: solid;
  --border-blue-300:var( --base-color-primary-300, #5EB2E1);
  --border-blue-500: var(--base-color-primary-500, #0085CF);
  --border-blue-550: var(--base-color-primary-550, #006CA6);
  --border-light-blue-color: var(--base-color-primary-200, #94CCEB);
  --border-darkBlue: var(----base-color-primary-100,#C9E5F5);

  /* Custom Styles */
  --header-color-gray-100: var(--base-color-gray-100, #f2f4f7);
  --header-color-white: var(--base-color-white, #fff);
  --header-color-lightgray50: var(--text-lightgray50, #f9fafb);
  --gradient-primary-hero: #011129;

  /* Hero Custom Styles */
  --hero-onboarding-card-blue: #9EEAFF;
}


.inter-font-semiBold{
    font-family: var(--base-font-family-primary, 'Inter');
    font-weight: var(--base-font-weight-semibold, 600);
  }

  .inter-font-regular{
    font-family: var(--base-font-family-primary, 'Inter');
    font-weight: var(--base-font-weight-regular, 400);
  }


.mobile-only {
  display: block !important;
}
.desktop-only {
  display: none !important;
}

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

  .desktop-only {
    display:block !important;
  }
}

.header__search-box-custom {
  display: none;
}
.header__search-box-custom-show {
  display: flex;
}
a {
  font-family: var(--base-font-family-primary);
  color: var(--base-color-primary-400);
  text-decoration: none;
  transition: all .2s ease-in-out;
}
a:hover,
a:active {
  font-family: var(--base-font-family-primary);
  color: var(--base-color-primary-600);
  text-decoration: underline;
  transition: all .2s ease-in-out;
}

h1, h2, h3, h4, h5, h6, p, span, b, i {
  font-family: var(--base-font-family-primary);
}
*, *: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;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}
.foley-modules-gap {
  display: flex;
  flex-direction: column;
}
.foley-modules-faq-gap {
  display: flex;
  flex-direction: column;
}
.conatainer-faq-forms {
  margin-bottom: 64px;
}

#hs_cos_wrapper_Blog_Articles-module-5 a,
#hs_cos_wrapper_Blog_Articles-module-9 a,
#hs_cos_wrapper_Blog_Articles-module-13 a,
#hs_cos_wrapper_Blog_Articles-module-17 a,
#hs_cos_wrapper_Blog_Articles-module-22 a,
{
  padding-left: 33px !important;
}
/* Desktop layout */
.desktop-subway-only {
  display: none;
}
.container-faq-main {
  gap: 53px;
  display: flex;
  flex-direction: column;
  margin-top: -32px;
}
.hero-search-page .search-form-custom{
  padding: 0px 24px 0px;
  margin: 0px 33px;
  display: flex;
  align-items: center;
}
.hero-search-page-section {
  margin-top: 79px;
}
#main-content .hero-search-page .hero-text-content .hero-text-description {
  margin-bottom: 31px;  
}
.container-faq-main-hero #hs_cos_wrapper_hero-module-2 .hero-text-description{
  margin-bottom: 30px;
}
.container-hero-about {
  gap: 51px;
  display: flex;
  flex-direction: column;
}
.container-hero-about .case__study--container-img.case__study--container-img-mobile {
  margin-bottom: 5px;
}
.container-hero-about .case__study--container-content {
  gap: 24px;
}
.container-hero-about .case__study--content-body * {
  font-size: 18px;
  line-height: 28px;
  display: flex;
}
.container-subway-item {
  overflow: hidden;
}
.foley-resources-container-main .calendar--container-mobile .calendar--card--container-link {
  height: 55px;
  margin-top: 7px;
}
.foley-resources-container-main .calendar--container-mobile .calendar--card--container-link a,
.foley-resources-container-main .calendar--container-mobile .calendar--card--container-link:hover a{
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; 
}
.foley-resources-container-main .calendar--container-mobile .calendar--card--container-link span {
  width: 32px;
  height: 32px;
}
.foley-resources-container-main .calendar--container-mobile .navigation__tab--carousell-container {
  padding: 24px 0 16px;
}
.container-forms-pricing {
  margin-bottom: 104px;
}
.container-pricing-hero .hero-text-button {
  display: flex;
  width: 100%;
}
.foley-resources-container-main .hero-text-button {
  display: block;
  width: 100%;
}
.foley-resources-container-main .hero-search-resources-main {
  display: block;
  width: 100%;
  margin-top: 56px;
}
.hero-search-resources-main .search-form-custom {
  z-index: 1;
}
.foley-main-industries .container-subway-item .dnd-section:last-child > div > div > .row-fluid-wrapper.dnd-row,
.foley-modules-faq-gap .container-subway-item .dnd-section:last-child > div > div > .row-fluid-wrapper.dnd-row { 
  margin-bottom: 64px;
}
.foley-main-industries .container-subway-item .dnd-section:last-child > div > div > .row-fluid-wrapper.dnd-row:last-child,
.foley-main-industries .container-subway-item .dnd-section:last-child > div > div > .row-fluid-wrapper.dnd-row:last-child,
.foley-modules-faq-gap .container-subway-item .dnd-section:last-child > div > div > .row-fluid-wrapper.dnd-row:last-child {
  margin-bottom: 0px;
}


@media (min-width: 768px) {
  #hs_cos_wrapper_Blog_Articles-module-5 a,
  #hs_cos_wrapper_Blog_Articles-module-9 a,
  #hs_cos_wrapper_Blog_Articles-module-13 a,
  #hs_cos_wrapper_Blog_Articles-module-17 a,
  #hs_cos_wrapper_Blog_Articles-module-22 a,
  {
    padding-left: 0px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
  
  .container-pricing-hero .hero-text-button,
  .foley-resources-container-main .hero-search-resources-main,
  .foley-resources-container-main .hero-text-button {
    display: none;
  }
  .container-hero-about .case__study--container-content {
    gap: 0px
  }
  .container-form-success-three-tile .tile-carousel__item__image-container {
    margin-bottom: 17px;
  }
  .container-form-success-three-tile .tile-carousel__item__description{
    margin-bottom: 1px;
  }
  .container-form-success-three-tile {
    margin-bottom: 4px;
  }
  .container-hero-about .case__study--content-body * {
    font-size: 14px;
    line-height: 20px;
    display: flex;
  }
  .container-hero-about {
    gap: 0px;
    display: flex;
    flex-direction: column;
  }
  .container-faq-main-hero #hs_cos_wrapper_hero-module-2 .hero-text-description{
    margin-bottom: 16px;
  }
  .hero-search-page-section {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .systems-page--search-results {
    max-width: 1440px;
    width: 100%;
  }
  .hero-search-main {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .hero-search-main > div {
    width: 100%;
    max-width: 1440px;
  }
  .hero-search-main .hs-search-field--initialized {
    margin-left: 114px;
  }
  .hero-search-page .hero-text-container {
    padding: 64px 0 3px 112px;
  }
  .hero-search-page .search-form-custom{
    width: 488px;
    margin: 0;
    padding-left: 12px;
    padding-right: 18px;
  }
  .hero-search-page .search-form-custom-show .search-custom-results-list {
    width: 488px;
  }
  .hero-search-page .navigation__tab--container-content {
    justify-content: flex-start;
  }
  .hero-search-page .navigation__tab--content-title {
    margin-top: 90px;
  }
  .hero-search-page .search-custom-button.desktop-only {
    margin-right: 6px;
  } 
  .hero-search-page .navigation__tab--content-body {
    margin-top: 20px;
  }
  .hero-search-page-section {
    margin-top: 70px;
  }
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .foley-modules-faq-gap {
    gap: unset;
  }
  .container-hero-safely .hero-text-container,
  .container-hero-about .hero-text-container,
  .container-getting-started-hero .hero-text-container,
  .foley-modules-faq-gap .hero-text-container{
    padding: 46px 0 64px 112px;
  }
  .container-pricing-hero .pricing-package__item__text {
    margin-bottom: 8px;
  }
  .container-pricing-hero .pricing-package__container {
    padding-bottom: 16px;
  }
  .container-pricing-hero .hero-text-container {
    padding: 46px 0 37px 112px;
  }
  .foley-pricing-container-main .navigation__tab--light .navigation__tab--container {
    padding: 34px 0px;
  }
  .foley-pricing-container-main .navigation__tab--light .navigation__tab--content-title * {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
  .foley-main-industries .container-subway-item .dnd-section > div > div > .row-fluid-wrapper.dnd-row,
  .container-forms-pricing {
    margin-bottom: 160px;
  }
  .container-pricing-case-study .case__study--container-body {
    gap: 137px;
  }
  .container-pricing-case-study .case__study--container-star {
    margin-top: 7px;
  }
  .container-pricing-case-study .case__study--content-info {
    margin: 33px 0;
    margin-bottom: 40px;
  }
  .foley-pricing-container-main .navigation__tab--title {
    display: none;
  }
  .container-resoruces-hero .hero-text-container {
    padding: 46px 0 54px 112px;
  }
  
  .foley-resources-container-main .container-subway-item .dnd-section > div > div > .row-fluid-wrapper.dnd-row {
    margin-bottom: 104px;
  }
  .foley-resources-container-main .tile-carousel__item.swiper-slide.swiper-slide-active,
  .foley-resources-container-main .tile-carousel__item.swiper-slide.swiper-slide-fully-visible {
    width: 308px !important;
  }
  .foley-resources-container-main .swiper-backface-hidden .swiper-slide {
    width: 308px !important;
    opacity: 1;
  }
  .foley-resources-container-main .navigation__tab--content-direction-row-reverse {
    margin-left: 0;
  }
  .foley-resources-container-main .with__subway-menu .navigation__tab--subtitle {
    display: flex;
  }
  .foley-resources-container-main .navigation__tab--title {
    width: 100%;
    padding: 0 110px 17px 112px;
  }
  .foley-resources-container-main .container-subway-menu {
    margin: 8px 60px 0 83px;
  }
  .foley-resources-container-main .navigation__tab--content-title * {
    line-height: 28px;
  }
  .foley-resources-container-main .with__subway-menu .navigation__tab--content-body  *{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    display: flex;
  }
  .container-subway-main {
    margin-bottom: 160px;
  }
  .foley-resources-container-main .navigation__tab--container-link a {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    --custom-link-font-size: 14px;
    text-decoration: none;
  }
  .foley-resources-container-main .custom-link__icon-circled-arrow {
    width: 32px;
    height: 32px;
  }
  .foley-resources-container-main .with__subway-menu .navigation__tab--content-direction-row-reverse.navigation__tab--container-body .navigation__tab--container-img img {
    height: 355px;
  }
  .foley-resources-container-main .with__subway-menu.foley-container,
  .foley-resources-container-main .tile-carousel__content-container__carousel {
    padding-left: 0px;
  }
  .foley-resources-container-main > .container-subway-main .with__subway-menu.foley-container {
    padding-top: 8px;
    padding-left: 8px;
  }
  .foley-resources-container-main > .container-subway-main {
    margin-bottom: 8px;
  }
  .foley-resources-container-main .tile-carousel__item__title {
    margin-bottom: 6px;
    margin-top: 32px;
    --tile-carousel__tile__padding: 28px;
  }
  .foley-resources-container-main #CaseStudies .tile-carousel__item__title {
    margin-top: 14px;
  }
  .foley-resources-container-main #CaseStudies .tile-carousel__item__image-container {
    margin-bottom: 19px;
  }
  .foley-resources-container-main .tile-carousel__item__description {
    --tile-carousel__tile__padding: 28px;
    margin-bottom: 2px;
  }
  .foley-resources-container-main .tile-carousel__item__link {
    --tile-carousel__tile__padding: 28px;
  }
  .foley-resources-container-main .tile-carousel__control-container {
    margin-top: 41px;
  }
  .foley-resources-container-main .with__subway-menu .tile-carousel__container {
    max-width: 1006px;
  }
  .foley-resources-container-main .sing--up__container {
    margin-top: 32px;
  }
  .foley-resources-container-main .case__study--container-subway-menu .case__study--title {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
  .foley-resources-container-main  .case__study--container-subway-menu .case__study--title {
    padding: 0 0 11px;
  }
  .foley-resources-container-main .case__study--container-star {
    margin-bottom: 16px;
  }
  .foley-resources-container-main .case__study--container-subway-menu .case__study--content-body {
    margin: 15px 0 0;
  }
  .foley-resources-container-main .case__study--container-img {
    justify-content: flex-start;
  }
  .foley-resources-container-main .case__study--auth {
    font-size: 15px;
    line-height: 12px;
    margin-bottom: 7px;
  }
  .foley-resources-container-main .case__study--content-info {
    margin: 20px 0;
    margin-bottom: 12px;
  }
  .foley-resources-container-main .calendar--header {
    padding: 2px 0px;
  }
  .foley-resources-container-main .calendar--tap-container {
    padding: 12px 9px 40px;
  }
  .foley-resources-container-main .calendar--container--cards {
    padding: 0 0px 61px;
  }
  .foley-resources-container-main .calendar--card--container-link a,
  .foley-resources-container-main .calendar--card--container-link:hover a {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 15px;
    text-decoration: none;
  }
  .container-getting-started-hero .form_container {
    padding-top: 50px;
  }
  .container-getting-started-case-study .case__study--container{
    padding: 48px 0;
    padding-bottom: 17px;
    margin-bottom: 40px;
  }
  .container-getting-started-case-study .case__study--title{
    padding: 0px 121px 34px;
  }
  .container-getting-started-case-study .case__study--container-body {
    gap: 138px;
  }
  .container-getting-started-case-study .case__study--container-star {
    margin-top: 17px;
  }
  .container-getting-started-case-study .case__study--content-info {
    margin-top: 32px;
    margin-bottom: 45px;
  }
  .container-getting-started-logo-band {
    margin-bottom: 203px;
  }
  .container-hero-about .case__study--container {
    padding: 37px 0;
  }
  .container-hero-about .case__study--title {
    padding: 4px 120px 43px;
  }
  .container-hero-about .case__study--content-info {
    margin: 15px 0;
    margin-bottom: 37px;
  }
  .container-hero-about .case__study--container-body {
    margin-bottom: 3px;
  }
  .container-about-feature .feature__resources--container > div:last-child {
    padding-bottom: 242px;
  }
  .container-about-page-tab .navigation__tab--container{
    margin-bottom: 4px;
  }
  .container-hero-safely .navigation__tab--content-direction-row .navigation__tab--container-content {
    margin-right: 111px;
  }
  .container-hero-safely .navigation__tab--container {
    padding: 24px 0;
  }
  .safety-calendar-container {
    margin-top: 9px;
    margin-bottom: 8px;
  }
  .safety-calendar-container .calendar-alt--content-info {
    gap: 48px;
  }
  .foley-modules-gap.foley-modules-about-us-gap {
    gap: 0;
  }
  .foley-modules-about-us-gap > div {
    margin-bottom: 160px;
  }
  .foley-modules-about-us-gap > div:nth-child(2) {
    margin: 0;
  }
  .conatainer-faq-forms {
    margin-bottom: 160px;
  }
  .container-subway-main {
      width: 100%;
      display: flex;
      justify-content: center;
  }
  .container-subway-max {
    max-width: 1440px;
    width: 100%;
    display: flex;
  }
  .container-subway-menu {
    margin: 0 60px 0 80px;
  }
  .container-subway-faq-menu {
    margin: 5px 98px 0 80px;
  }
  .container-subway-max > div {
    position: sticky;
    top: 115px;
    align-self: flex-start;
    z-index: 1;
  }
  .foley-modules-gap > .container-fluid:last-child {
    margin-bottom: 104px;
  }
  .container-faq-main {
    gap: 63px;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .container-faq-main .collapse-faq__title {
    padding: 0 0 35px;
  }
  .container-faq-main .container-subway-main:first-child .collapse-faq__title {
    padding: 0 0 51px;
  }
  .container-faq-main .container-subway-main:first-child .collapse-faq__content {
    padding-bottom: 10px;
  }
  .container-faq-main .collapse-faq__content {
    padding-bottom: 9px;
  }
  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

.body-wrapper .container-fluid {
  padding: 0px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

/* Blog Landing page */
.foley-blog-landing .container-resoruces-hero .hero-text-container {
  padding-bottom: 0;
  padding-top: 0;
}
.foley-blog-landing .container-resoruces-hero .hero-text-container .hero-text-description {
  margin-bottom: 0 !important;
}
.foley-blog-landing .subway-menu--container-main.desktop-only {
  display: none !important;
}
.foley-resources-container-main.foley-blog-landing .hero-search-resources-main {
  display: none;
}
.foley-blog-landing .navigation__tab--container {
  padding-top: 0;
}
.foley-blog-landing .with__subway-menu .navigation__tab--container-img {
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 32px;
}
.foley-blog-landing .with__subway-menu .navigation__tab--content-body,
.foley-blog-landing .with__subway-menu .navigation__tab--content-body * {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.foley-blog-landing .with__subway-menu .navigation__tab--content-body {
  margin-bottom: 0;
}
.foley-blog-landing .navigation__tab--title h2 {
  margin-bottom: 8px;
}
.foley-blog-landing .with__subway-menu .navigation__tab--subtitle {
  display: block;
  font-size: 18px;
}
.foley-blog-landing .form_container {
  padding-top: 18px;
}

.form_container .hs-form-field label>span {
  margin-top: 10px;  
}


@media (min-width: 768px) {
  .foley-blog-landing.foley-resources-container-main .container-subway-menu {
    margin: 8px 22px 0 112px;
  }
  .foley-blog-landing.foley-resources-container-main .sing--up__container {
    margin-top: 4px;
  }
  .foley-blog-landing.foley-resources-container-main>.container-subway-main {
    margin-bottom: 42px;
  }
  .foley-blog-landing .with__subway-menu .navigation__tab--content-direction-row-reverse.navigation__tab--container-body .navigation__tab--container-content {
    max-width: 380px;
    width: 100%;
    margin-top: 20px;
  }
  .foley-blog-landing .container-resoruces-hero .hero-text-container {
    padding-top: 30px;
    padding-bottom: 12px;
  }
  .foley-blog-landing .with__subway-menu .navigation__tab--title {
    padding-bottom: 16px;
  }
  .foley-blog-landing .with__subway-menu .navigation__tab--content-direction-row-reverse.navigation__tab--container-body,
  .foley-blog-landing .with__subway-menu .navigation__tab--content-direction-row.navigation__tab--container-body {
    max-width: 1004px;
    margin-bottom: 64px;
  }
  .foley-blog-landing .navigation__tab--content-title,
  .foley-blog-landing .navigation__tab--content-title * {
    font-size: 24px;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: flex;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: '\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #fff;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #fff;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #ef6b51;
}

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.hs-error-msg {
  color: #ef6b51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
:root {
  --foley-container__max-width: 1440px;
}
.foley-container {
  width: 100%;
  max-width: var(--foley-container__max-width);
  margin-left: auto;
  margin-right: auto;
}


/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}
.header {
  min-height: 126px;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) { 
  .header {
    min-height: auto;
  }
}
/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
  padding: 11.5px 113px;
  width: 100%;
  align-items: center;
  padding-top: 18px;
}


.header__container.content-wrapper {
  max-width: none;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__navigation--toggle.hide {
    display: none;
  }
  .header__container {
    padding: 10px 0px 20px;
    border-bottom: 1px solid var(--base-color-gray-200);
    max-height: auto;
  }
  .header__container .header__column {
    width: 100%;
  }
  .header__column {
    position: absolute;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  max-width: 200px;
}

.header__logo__desktop {
  display: block;
}
.header__logo__mobile {
  display: none;
}
@media (max-width: 767px) {
  .header__logo {
    padding-top: 0;
    margin: 0 auto 0 17px;
    width: 100%;
  }
  .header__logo__desktop {
    display: none;
  }
  .header__logo__mobile {
    display: block;
  }
  .header__container > .header__logo--main {
    padding-top: 14px;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding: 0px;
}



/* Search bar */

.header__search {
  padding: 9px 8px 6.4px 8px;
  margin-left: auto;
  width: auto;
}
.header__search-custom {
  margin-left: 19px;
}





.header__search .hs-search-field__input {
  
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-position: center right 15px;
    background-repeat: no-repeat;
  
  height: 45px;
  padding: 0 0.7rem;
}




.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #fff;
  border: 2px solid #d1d6dc;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #d1d6dc;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (max-width: 767px) {
  .main-header-content-event-open {
    position: sticky;
    top: 0;
    margin-bottom: 0px;
    z-index: 7;
  }
  .main-header-content-event-open-scroll {
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
  }
  .main-header-content-event-open-scroll .header {
    min-height: 80px;
    transition: all 0.3s ease;
  }
  .main-header-content-event-open-scroll header.header__dark-blue_sticky.header {
    background: var(--gradient-primary-hero);
    --base-color-gray-600: var(--base-color-primary-25);
    border-bottom: none;
    transition: all 0.3s ease;
  }
  .main-header-content-event-open-scroll .header__dark-blue_sticky .header_button_icon_search, 
  .main-header-content-event-open-scroll .header__dark-blue_sticky .header_button_icon_search.header_button_icon_search_white {
    display: none;
  }
  .main-content-event-open-scroll {
    margin-top: 40px;
  }
  .header__dark-blue_mobile.header .header__navigation.open, 
  .header__light_mobile.header, 
  .header__light_mobile.header .header__navigation.open {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 68px;
  }
  body.header__navigation-open {
    overflow: hidden;
  }
}

@media (min-width: 767px) {
  .main-header-contentr__dark-blue {
    background: var(--gradient-primary-hero);
  }
  .main-header-content-event-open {
    position: sticky;
    top: 0;
    margin-bottom: 0px;
    z-index: 7;
  }
  .main-header-content-event-open-scroll {
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
  }
  .main-header-content-event-open-scroll .header {
    min-height: 80px;
    transition: all 0.3s ease;
  }
  .main-header-content-event-open-scroll header.header__dark-blue_sticky.header {
    background: var(--gradient-primary-hero);
    --base-color-gray-600: var(--base-color-primary-25);
    border-bottom: none;
    transition: all 0.3s ease;
  }
  .main-header-content-event-open-scroll .header__logo__desktop {
    display: none;
  }
  .main-header-content-event-open-scroll .header__logo_sticky {
    display: block;
  }
  .main-header-content-event-open-scroll .header__dark-blue_sticky .header_button_icon_search {
    display: none;
  }
  .main-header-content-event-open-scroll .header__dark-blue_sticky .header_button_icon_search.header_button_icon_search_white {
    display: block;
  }
  .main-content-event-open-scroll {
    margin-top: 40px;
  }
  .main-header-content-event-open-scroll .header__container {
    padding: 6px 113px 28px;
    transition: all 0.3s ease;
  }

  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
  .header__logo__desktop span {
    display: flex;
    width: 124px;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #ced4db;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
  content: "";
  display: block;
  height: 0;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #ced4db;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: var(--base-color-white);
    display: block;
    left: 0;
    min-height: 100vh;
    position: absolute;
    right: 0;
    top: 36px;
    z-index: 7;
    margin-top: 12px;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }
  .header__navigation--toggle {
    background-image: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/foley-hubspot-theme/images/icons/burger-menu-light.svg);
    background-size: cover;
    height: 25px;
    width: 25px;
    top: 6px;
  }
   .header__dark-blue.header__light_mobile .header__navigation--toggle {
    background-image: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/foley-hubspot-theme/images/icons/burger-menu-light.svg);
  }
  .main-header-content-event-open .header__dark-blue.header__light_mobile .header__navigation--toggle {
    background-image: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/foley-hubspot-theme/images/icons/burger-menu-dark.svg);
  }
  .header__dark-blue .header__navigation--toggle {
    background-image: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/foley-hubspot-theme/images/icons/burger-menu-dark.svg);
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/foley-hubspot-theme/images/icons/close-menu-dark.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
    height: 25px;
    margin: 0 19px;
    top: 4px;
    width: 25px;
  }

  .header__dark-blue.header__light_mobile .header__close--toggle {
    background-image: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/foley-hubspot-theme/images/icons/close-menu-light.svg);
  }
  .main-header-content-event-open .header__dark-blue.header__light_mobile .header__close--toggle {
    background-image: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/foley-hubspot-theme/images/icons/close-menu-dark.svg);
  }
  .header__dark-blue .header__close--toggle {
    background-image: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/foley-hubspot-theme/images/icons/close-menu-dark.svg);
  }

  .header__close--toggle.show {
    display: block;
  }
}

.header__column {
  width: 100%;
}

.body-wrapper .header {
  border-bottom: 1px solid var(--header-color-gray-100);
  background: var(--header-color-white);
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
:root {
  --custom-link-bg-arrow-circle-color: rgba(0, 133, 207, 0.50);
  --custom-link-bg-arrow-color: transparent;
  --custom-link-transition: .2s ease-in-out;
  --custom-link-circled-arrow-bg-color: rgba(0, 133, 207, 0.50);
  --custom-link-transparent: transparent;
  /* 
  Note: These variables are not used because
  in figma only use desktop version
  --custom-link-font-size: 14px;
  --custom-link-line-height: 20px;
  --custom-link-icon-width: 32px;
  --custom-link-icon-height: 32px;
  */
  /* Mobile variables */
  --custom-link-font-size: 16px;
  --custom-link-line-height: 24px;
  --custom-link-icon-width: 48px;
  --custom-link-icon-height: 48px;
}
/* Normalize link */
a.custom-link__light,
a.custom-link__light-gray,
a.custom-link__dark {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: var(--custom-link-icon-height);
}
a.custom-link__light,
a.custom-link__light-gray,
a.custom-link__dark,
a.custom-link__light:hover,
a.custom-link__light-gray:hover,
a.custom-link__dark:hover {
  font-family: var(--base-font-family-primary);
  font-size: var(--custom-link-font-size);
  line-height: var(--custom-link-line-height);
  font-weight: var(--base-font-weight-bold);
  transition: all var(--custom-link-transition);
  text-decoration: none;
}
/*
  Color variations
*/
/* Light */
a.custom-link__light {
  color: var(--base-color-primary-700);
  background-color: var(--custom-link-transparent);
}
a.custom-link__light:hover {
  color: var(--base-color-primary-950);
}
/* Light Gray */
a.custom-link__light-gray {
  color: var(--base-color-gray-600);
  background-color: var(--custom-link-transparent);
}
a.custom-link__light-gray:hover {
  color: var(--base-color-gray-400);
}
/* Dark */
a.custom-link__dark {
  color: var(--base-color-primary-50);
  background-color: var(--custom-link-transparent);
}
a.custom-link__dark:hover {
  color: var(--base-color-gray-25);
}

/* Icon Normalization */
.custom-link__icon-circled-arrow,
.custom-link__icon-arrow {
  width: var(--custom-link-icon-width);
  height: var(--custom-link-icon-height);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: background-size var(--custom-link-transition);
}
.custom-link__icon-circled-arrow::before,
.custom-link__icon-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 67%;
  transform: translate(-50%, -50%);
  transition: background-size var(--custom-link-transition);
}
/* Hover actions */
.custom-link__light:hover .custom-link__icon-circled-arrow::before,
.custom-link__light-gray:hover .custom-link__icon-circled-arrow::before,
.custom-link__dark:hover .custom-link__icon-circled-arrow::before,
.custom-link__light:hover .custom-link__icon-arrow::before,
.custom-link__light-gray:hover .custom-link__icon-arrow::before,
.custom-link__dark:hover .custom-link__icon-arrow::before {
  background-size: 100%;
}
/*
  Icon Variations
*/
/* Circled Arrow */
.custom-link__icon-circled-arrow {
  background-color: var(--custom-link-circled-arrow-bg-color);
}
.custom-link__icon-circled-arrow::before {
  background-image: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/foley-hubspot-theme/images/icons/custom-links/circle-arrow.svg);
}
/* Arrow */
.custom-link__icon-arrow::before {
  background-image: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/foley-hubspot-theme/images/icons/custom-links/arrow-right.svg);
}

@media (min-width: 381px) {
  :root {
    /* Desktop view variables */
    /* --custom-link-font-size: 16px;
    --custom-link-line-height: 24px;
    --custom-link-icon-width: 48px;
    --custom-link-icon-height: 48px; */
  }
}
/* Basics custom color buttons */
.customButton__blue-500,
.customButton__blue-500:hover,
.customButton__blue-500:focus {
    background-color: var(--blue-button-500);
    color: var(--text-white);
    border: 1px solid var(--border-blue-500);
}
.customButton__darkBlue,
.customButton__darkBlue:hover,
.customButton__darkBlue:focus {
    background-color: var(--dark-blue-button);
    color: var(--text-primary100);
    border:  1px solid var(--border-darkBlue);
}
.customButton__blue-550,
.customButton__blue-550:hover,
.customButton__blue-550:focus {
    background-color: var(--blue-button-550);
    color: var(--text-white);
    border: 1px solid var(--border-blue-550);
}
.customButton__lightBlue,
.customButton__lightBlue:hover,
.customButton__lightBlue:focus{
    background-color: var(--light-blue-button);
    color: var(--text-white);
    border: 1px solid var(--border-light-blue-color);  
}
.customButton__lightBlue-50,
.customButton__lightBlue-50:hover,
.customButton__lightBlue-50:focus{
    background-color: var(--light-blue-button);
    color: var(--text-white);
    border: 1px solid var(--border-light-blue-color);  
}

/* Color less variation */
/* Removing background color & border */
.customButton__colorless,
.customButton__colorless:hover,
.customButton__colorless:focus {
    background-color: var(--base-colorless);
    border: none;
}

/* Set text color */
.customButton__colorless__text-white,
.customButton__colorless__text-white:hover,
.customButton__colorless__text-white:focus {
    color: var(--text-white);
}
.customButton__colorless__text-primary-25,
.customButton__colorless__text-primary-25:hover,
.customButton__colorless__text-primary-25:focus {
    color: var(--text-primary25);
}
.customButton__colorless__text-lightBlue,
.customButton__colorless__text-lightBlue:hover,
.customButton__colorless__text-lightBlue:focus {
    color: var(--text-primary100)
}
.customButton__colorless__text-blue-500,
.customButton__colorless__text-blue-500:hover,
.customButton__colorless__text-blue-500:focus {
    color: var(--text-blue500);
}
.customButton__colorless__text-blue-700,
.customButton__colorless__text-blue-700:hover,
.customButton__colorless__text-blue-700:focus {
    color: var(--text-blue700);
}
.customButton__colorless__text-blue-800,
.customButton__colorless__text-blue-800:hover,
.customButton__colorless__text-blue-800:focus {
    color: var(--text-blue800);
}
.customButton__colorless__text-yellow,
.customButton__colorless__text-yellow:hover,
.customButton__colorless__text-yellow:focus {
    color: var(--text-yellow);
}
.customButton__colorless__text-gray,
.customButton__colorless__text-gray:hover,
.customButton__colorless__text-gray:focus {
    color: var(--text-gray300);
}

/*Buttons Fonts*/

/* Font */
.customButton_font{
    font-family: var(--base-font-family-primary);
    font-weight: var(--base-font-weight-semibold);
}

.customButton__fontSizeS,
.customButton__small{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}

.customButton__fontSizeML,
.customButton__medium,
.customButton__large {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    width: 89px;
    height: 24px;
}

/* Button */
.customButton{
    padding: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Size Buttons */

.customButton__small{
    width: 162px;
    height: 36px;
    top: 16px;
    left: 16px;
    padding: 8px 14px;
    border-radius: 8px;
    gap: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.customButton__medium{
    width: 181px;
    height: 44px;
    top: 16px;
    left: 286px;
    padding: 10px 18px;
    border-radius: 8px;
    gap: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.customButton__large{
    width: 185px;
    height: 48px;
    top: 16px;
    left: 598px;
    padding: 12px, 20px;
    border-radius: 8px;
    gap: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* icons */
.icon__arrow-narrow-right-white{
    width: 20px;
    height: 20px;
    padding: 5px, 3.33px, 5px, 3.33px;
    display: block;
    background-image: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/foley-hubspot-theme/images/icons/custom-buttons/arrow-narrow-right-white.svg);
}

.icon__arrow-narrow-right-lightBlue{
    width: 20px;
    height: 20px;
    padding: 5px, 3.33px, 5px, 3.33px;
    display: block;
    background-image: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/foley-hubspot-theme/images/icons/custom-buttons/arrow-narrow-right-lightBlue.svg);
}

.icon__arrow-narrow-right-blue700{
    width: 20px;
    height: 20px;
    padding: 5px, 3.33px, 5px, 3.33px;
    display: block;
    background-image: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/foley-hubspot-theme/images/icons/custom-buttons/arrow-narrow-right-blue700.svg);
}

.icon__arrow-narrow-right-blue800{
    width: 20px;
    height: 20px;
    padding: 5px, 3.33px, 5px, 3.33px;
    display: block;
    background-image: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/foley-hubspot-theme/images/icons/custom-buttons/arrow-narrow-right-blue800.svg);
}

.icon__arrow-narrow-right-gray{
    width: 20px;
    height: 20px;
    padding: 5px, 3.33px, 5px, 3.33px;
    display: block;
    background-image: url(//5403312.fs1.hubspotusercontent-na1.net/hubfs/5403312/raw_assets/public/foley-hubspot-theme/images/icons/custom-buttons/arrow-narrow-right-gray.svg);
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}