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

*, *: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;
}

/* Base
This is where global styles go
*/

@font-face {
  font-family: "Orientation";
  src:  url('https://pathways.suitable.co/hubfs/Pathways%202024/fonts/Orientation-Bold-Web.woff') format('woff2'),
        url('https://pathways.suitable.co/hubfs/Pathways%202024/fonts/Orientation-Bold-Web.woff2') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Sharp-Sans-No1";
  src: url("https://pathways.suitable.co/hubfs/Pathways%202024/fonts/Sharp%20Sans%20No1%20-%20Medium.otf") format("opentype"); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sharp-Sans-No1";
  src: url("https://www.suitable.co/hubfs/fonts/Sharp%20Sans%20No1%20-%20Semibold.otf") format("opentype"); 
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Sharp-Sans-No1";
  src: url("https://www.suitable.co/hubfs/Fonts/Sharp%20Sans%20No1%20-%20Bold.otf") format("opentype"); 
  font-weight: bold;
  font-style: normal;
}

/* @font-face {
  font-family: "Sharp-Sans-No1";
  src: url("https://www.suitable.co/hubfs/2309634/Fonts/Sharp%20Sans%20No1%20-%20Book%20Italic.otf") format("opentype"); 
  font-style: italic;
  font-style: normal;
} */

body {
  font-size: 16px;
  color: var(--text);
  background: var(--bg-dark);
  font-family: var(--body-font);
}

@media (max-width: 640px) {
  body {
    word-break: break-all;
    word-break: break-word;
  }
}

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

/* ========================================================================== */
/*  1. DND                                                   #dnd             */
/* ========================================================================== */
/* This is active only on the page editor. Purpose is to lower the header to allow DnD */
/* hover and dragging to the top of the page, behind where the header normally sits */
.hubspot-disable-focus-styles .header {
  top: 30px;
}

/* container */
.content-wrapper,
.dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0 var(--body-padding);
  max-width: var(--container-width);
}

.body-wrapper {
  width: 100%;
}

.dnd-section .dnd-column,
.dnd-section .content-wrapper,
.dnd-section[class*="body_dnd_area-row"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.dnd-section {
  margin: 0 0 var(--vertical-section-spacer);
}

/* used to center content */
.inner-container {
  max-width: 1400px;
  margin: 0 auto;
}

/* set custom padding for fixed header */
.row-number-1.dnd-section {
  padding-top: 104px;
}

.dnd-section[class*="force-full-width-section"] .dnd-column,
.dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 640px) {
  .row-number-1.dnd-section {
    padding-top: 120px;
  }
}

@media (min-width: 1409px) {
  .content-wrapper,
  .dnd-section > .row-fluid {
    padding: 0;
  }

  .dnd-section {
    margin: 0 0 var(--vertical-section-spacer);
  }
}


/* ========================================================================== */
/*  DEFAULT HUBSPOT LAYOUT                                                    */
/* ========================================================================== */



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

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .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));
    }
  
}
.content-wrapper {
  max-width: var(--container-width);
  margin: 0 auto;
  /* padding: 0 1rem; */
}

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

.dnd-section {
  margin: 0 0 64px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: var(--container-width);
}

.dnd-section .dnd-column {
  /* padding: 0 1rem; */
}

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

  .dnd-section {
    margin: 0 0 48px;
  }
}

@media (max-width: 640px) {
  .dnd-section {
    margin: 0 0 32px;  
  }
}

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

body {
  line-height: 1.4;
  overflow-wrap: break-word;
  font-size: 18px;
  font-family: var(--body-font);
}

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


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  /* text-wrap: balance; */
  white-space: wrap;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  margin: 0 0 1.4rem;
}

h1, .heading-display-1 {
  font-family: var(--heading-font);
  font-size: 96px;
  letter-spacing: -0.1px;
  line-height: 81px;
}

h2, .heading-display-2 {
  font-family: var(--heading-font);
  font-size: 94px;
  letter-spacing: -0.1px;
  line-height: 81px;
}

h3, .heading-display-3 {
  font-family: var(--heading-font);
  font-size: 64px;
  letter-spacing: -0.06px;
  line-height: 1;
}

h4, .heading-display-4 {
  font-family: var(--heading-font);
  font-size: 36px;
  letter-spacing: -0.04px;
  line-height: 36px;
}

h5, .heading-display-5 {
  font-family: var(--heading-font);
  font-size: 24px;
  letter-spacing: -0.02px;
  line-height: 40px;
}

h6, .heading-display-6 {
  font-family: var(--heading-font);
  font-size: 16px;
  letter-spacing: -0.02px;
  line-height: 24px;
}



p, a, ul, ol {
  font-family: var(--body-font);
}

/* Paragraphs */

p {
  font-size: 16px;
  margin: 0 0 1.4rem;
  font-weight: 400;
  line-height: 24px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  color: var(--red);
}

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

ol li {
  margin-bottom: 12px;
}

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

/* ========================================================================== */
/*  UTILITIES                                                                 */
/* ========================================================================== */

/* alignment */
.text-center {
  text-align: center;
}

/* sizing */
.text-lg {
  font-size: 24px;
}


/* font styles */
.text-heading :is(h1, h2, h3, h4, h5, h6) {
  font-family: var(--heading-font);
}

.subtitle {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--heading-font);
  font-weight: bold;
  letter-spacing: -0.02px;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-bold {
  font-weight: bold;
}

.text-semibold {
  font-weight: 500;
}

/* colors */
.text-highlight {
  color: var(--orange);
}

.text-orange {
  color: var(--orange);
}

.text-purple {
  color: var(--purple);
}

.text-green {
  color: var(--green);
}

.text-red {
  color: var(--red);
}

/* line heights */
.leading-3 {
  line-height: 1.3;
}


/* ========================================================================== */
/*  SECTION HEADERS                                                           */
/* ========================================================================== */

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

/* ========================================================================== */
/*  RESPONSIVE                                                                */
/* ========================================================================== */

@media (max-width: 768px) {
  h1, .heading-display-1 {
    font-size: 48px;
    line-height: 1.1;
  }
  
  h2, .heading-display-2 {
    font-size: 48px;
    line-height: 1.1;
  }
  
  h3, .heading-display-3 {
    font-size: 48px;
    line-height: 40px;
  }
  
  h4, .heading-display-4 {
    font-size: 36px;
    line-height: 36px;
  }
  
  h5, .heading-display-5 {
    font-size: 24px;
    line-height: 40px;
  }
  
  h6, .heading-display-6 {
    font-size: 16px;
    line-height: 24px;
  }
}
button,
.button,
.hs-button,
.btn {
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--heading-font);
  font-weight: bold;
  text-align: center;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 12px 48px;
  border-radius: var(--border-radius);
  border: 2px solid var(--text);
  color: var(--text);
  transition: all 150ms ease;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .btn {
    display: block;
    width: 100%;
    white-space: normal;
  }
}



/* ========================================================================== */
/*  VARIANTS                                                                  */
/*=========================================================================== */

/* primary */
.btn--primary {
  background: var(--bg);
}

.btn--primary:hover {
  background: var(--bg-dark);
}

/* yellow */
.btn--yellow {
  background: var(--yellow);
}

.btn--yellow:hover {
  background: var(--yellow-dark);
}

/* purple */
.btn--purple {
  background: var(--purple);
}

.btn--purple {
  background: var(--purple-dark);
}

/* green */
.btn--green {
  background: var(--green);
}

.btn--green:hover {
  background: var(--green-dark);
}

/* white */
.btn--white {
  background: var(--white);
}


@media (hover: hover) {
  .btn--secondary-clear:hover {
    color: var(--secondary-600);
    border-color: var(--secondary-600);
  }
}

.btn--sm {
  padding: 4px 24px;
}

/* ========================================================================== */
/*  ICONS                                                                     */
/*=========================================================================== */

.btn--has-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-icon--start {
  flex-direction: row-reverse;
}

.btn--has-icon svg,
.btn--has-icon img {
  max-height: 15px;
}

.btn--primary.btn--has-icon svg {
  fill: var(--primary-base);
}

.btn--secondary-clear.btn--has-icon svg {
  fill: var(--secondary-base);
}

@media (hover: hover) {
  .btn--secondary-clear.btn--has-icon:hover svg {
    fill: var(--secondary-600);
  }
}

@media (max-width: 640px) {
  .btn--has-icon {
    justify-content: center;
  }
}

/* ========================================================================== */
/*  LAYOUT                                                                    */
/*=========================================================================== */

.btn-group {
  display: flex;
  gap: 12px;
}

@media (max-width: 767px) {
  .btn-group {
    flex-direction: column;
  }
}

.btn-group .btn + .btn {
  margin-left: 7px;
}

@media (max-width: 767px) {
  .btn-group .btn + .btn {
    margin-top: 8px;
    margin-left: 0;
  }
}

.btn-group--center {
  justify-content: center;
}

.btn-group--right {
  justify-content: flex-end;
}

/* ========================================================================== */
/*  Hubspot Default Code                                                      */
/* ========================================================================== */
button:disabled,
.button:disabled,
.hs-button:disabled {
  opacity: .5;
}

button:disabled:hover,
.button:disabled:hover,
.hs-button:disabled:hover {
  cursor: not-allowed;
}

/* 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 {
  position: relative;
  margin-bottom: 24px;
}

/* Labels */

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

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

.pw-form.pw-form--horizontal .hs-form-field {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pw-form.pw-form--horizontal .input {
  width: 100%;
}

.pw-form.pw-form--horizontal label {
  flex: 0 0 auto;
  width: 12%;
  font-size: 1rem;
  font-weight: 500;
}

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: 1.125rem;
  font-weight: 500;
  padding: 21px 16px;
  width: 100%;
  border: 2px solid var(--border);
  border-radius: 6px;
  transition: all 250ms ease;
}

form textarea {
  resize: vertical;
}

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

input:focus,
textarea:focus,
select:focus {
  border: 2px solid var(--purple) !important;
  outline: none;
  box-shadow: none;
}

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

/* Inputs - select */
form select {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}

form .hs-fieldtype-select .input:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

/* 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_error_rollup {
  display: none;
}

.hs-form-required,
.error-message {
  color: var(--red);
}

.hs-input.invalid.error,
.reg-form input.error {
  border-color: var(--red);
}

.pw-form.pw-form--horizontal .hs-error-msgs {
  position: absolute;
  left: 14%;
  bottom: -26px;
  margin-top: 0.35rem;
  line-height: 1;
}

.pw-form.pw-form--horizontal .hs-error-msg {
  font-size: 0.75rem;
  color: var(--red);
  white-space: nowrap;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  position: relative;
  left: 13%;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background: var(--green);
}

form input[type=submit]:hover,
form .hs-button:hover {
  background: var(--green-dark);
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

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


@media (max-width: 768px) {
  .pw-form.pw-form--horizontal .hs-form-field {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .pw-form.pw-form--horizontal label {
    width: 100%;
    margin-bottom: 0;
  }

  .hs-form-field {
    margin-bottom: 12px;
  }

  form .hs-button, form input[type=submit] {
    width: 100%;
    left: 0;
  }

  form .hs-fieldtype-select .input:after {
    top: 66%;
  }

  .pw-form.pw-form--horizontal .hs-error-msgs {
    position: static;
    margin-top: 0;
    left: 0;
  }

  .pw-form.pw-form--horizontal .hs-error-msgs li {
    margin-top: 0;
  }
}


/* ========================================================================== */
/*  ONE-OFF FORMS                                                             */
/* ========================================================================== */

/* speaker proposal form */
.hs_pathways___speaker_video.hs-pathways___speaker_video.hs-fieldtype-file.field.hs-form-field {
  display: flex;
  flex-direction: column;
}

.hs_pathways___speaker_video.hs-pathways___speaker_video.hs-fieldtype-file.field.hs-form-field label {
  width: 100%;
}

.hs_pathways___speaker_video.hs-pathways___speaker_video.hs-fieldtype-file.field.hs-form-field {
  font-size: 1rem;
}

.hs_pathways___speaker_video.hs-pathways___speaker_video.hs-fieldtype-file.field.hs-form-field input::file-selector-button {
  background-color: var(--text);
  color: var(--white);
  padding: 12px;
  border-radius: 6px;
  border: none;
  margin-right: 8px;
  transition: all 200ms ease;
} 

.hs_pathways___speaker_video.hs-pathways___speaker_video.hs-fieldtype-file.field.hs-form-field input::file-selector-button:hover {
  background-color: var(--purple);
}

.hs-richtext .helper-text {
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 640px) {
  .hs_pathways___speaker_video.hs-pathways___speaker_video.hs-fieldtype-file.field.hs-form-field label {
    margin-bottom: 8px;
  }
}

/* speaker proposal form video input V2 */

.hs_pathways___speaker_video_url.hs-pathways___speaker_video_url.hs-fieldtype-text.field.hs-form-field {
  display: flex;
  flex-direction: column;
}

.hs_pathways___speaker_video_url.hs-pathways___speaker_video_url.hs-fieldtype-text.field.hs-form-field label {
  width: 100%;
}

.hs_pathways___speaker_video_url.hs-pathways___speaker_video_url.hs-fieldtype-text.field.hs-form-field {
  font-size: 1rem;
}

@media (max-width: 640px) {
  .hs_pathways___speaker_video_url.hs-pathways___speaker_video_url.hs-fieldtype-text.field.hs-form-field label {
    margin-bottom: 8px;
  }
}

.hs_pathways___speaker_video_url.hs-pathways___speaker_video_url.hs-fieldtype-text.field.hs-form-field button {
  background-color: var(--text);
  color: var(--white);
  padding: 12px;
  border-radius: 6px;
  border: none;
  margin-right: 8px;
  transition: all 200ms ease;
  text-transform: none;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: var(--body-font);
} 

.hs_pathways___speaker_video_url.hs-pathways___speaker_video_url.hs-fieldtype-text.field.hs-form-field button:hover {
  background-color: var(--purple);
}


/* ========================================================================== */
/* RESPONSIVE                                                                 */
/* ========================================================================== */

@media (max-width: 640px) {
  .pw-form.pw-form--horizontal .hs-form-field {
    flex-direction: column;
    gap: 4px;
  }
  .pw-form.pw-form--horizontal label {
    width: 100%;  
  }
}
.icon-wrapper,
.icon-wrapper svg {
  display: block;
}

.linkedin-icon {
  display: inline-block;
  border: 2px solid var(--border);
  padding: 8px;
  border-radius: 12px;
  background-color: var(--purple-dark);
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 21px 0;
  background-color: var(--bg);
  border-bottom: 2px solid var(--border);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* ========================================================================== */
/*  NAVIGATION                                                                */
/* ========================================================================== */

.header-menu .hs-menu-wrapper > ul {
  gap: 21px;
}

.header-menu .hs-menu-item {
  cursor: pointer;
  padding: 6px 0;
}

.hs-menu-depth-1.hs-item-has-children a:hover .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  visibility: visible;
}

.header-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  top: 100%;
  left: 0;
  /* visibility: hidden; */
}

.header-menu .hs-menu-item > a {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  color: var(--text);
  font-family: var(--heading-font);
  transition: all 150ms ease;
}

.header-menu .hs-menu-item:hover > a {
  color: var(--red-dark);
}


.header-menu .hs-item-has-children:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 10px;
}

.header-menu .hs-menu-children-wrapper {
  background: var(--white);
  border: 2px solid var(--border);
  transition: all 150ms ease;
  padding: 16px;
  border-radius: var(--border-radius);
}

@media (max-width: 1023px) {
  .header-menu {
    display: none;
  }
}


@media (max-width: 640px) {
  .header-logo img {
    max-width: 135px;
  }
}



/* ========================================================================== */
/*  Mobile Menu                                                               */
/* ========================================================================== */
  .mobile-trigger {
    background: #a99eff;
    display: inline-block;
    padding: 3px 12px;
    border-radius: 8px;
    border: 2px solid #17213b;
    cursor: pointer;    
    display: none;
  }

  .mobile-trigger span {
    width: 28px;
    height: 4px;
    background: #17213b;
    border-radius: 2px;
    display: block;
    margin: 7px 0px;
    transition: .3s;
  }

  .mobile-trigger.active span:first-child{
    transform: translateY(11px) rotate(45deg)
  }

  .mobile-trigger.active span:nth-child(02){
    transform: scalex(0);
  }

  .mobile-trigger.active span:last-child{
    transform: translateY(-11px) rotate(-45deg)
  }

  .header-menu .hs-menu-wrapper > ul > ul > ul{
    display: none!important;
  }
  
  .header-menu .hs-menu-wrapper > ul > .hs-menu-item > a{
    padding: 4px 0;
    position: relative;
  }


@media screen and (min-width:1023px){  
  .header-menu .hs-menu-children-wrapper {
    height: auto!important;
    overflow: initial!important;
    visibility: hidden;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{
    visibility: visible;
  }
}
  
  
@media screen and (max-width:1023px){  
  .mobile-trigger {
      display: block;
  }
  .header-menu {
    display:block;
    position: absolute;
    background: #fff;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 20px;
    border: 2px solid #17213B;
    border-radius: 0px 0px 6px 6px;
    max-height: calc(100vh - 96px);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s all ease-in-out;
  }
  
  .header-menu .hs-item-has-children:after {
    position: absolute;
    top: 5px;
    right: 0px;
    padding: 4px 8px;
    z-index: 0;
    pointer-events: none;
  }
  
  .header-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    border: none;
  }
  
  .header-menu .hs-menu-item {
      padding: 0;
  }
  
  .header-menu ul ul .hs-menu-item {
      cursor: pointer;
      padding: 4px 0;
  }
  
  .header-menu .hs-menu-wrapper>ul {
      gap: 10px;
  }
  
  .header-menu.active{
    opacity: 1;
    visibility: visible;
  }
  
  .header-menu .hs-menu-children-wrapper {
    display: block!important;;
    position: static!important;  
    opacity: 1!important;
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    transition: all .3s;
  }
  
  .header-menu .hs-menu-item>a{
    display: block;
  }
}







/* ========================================================================== */
/*  BUTTONS                                                                   */
/* ========================================================================== */

.header-btn-container .btn {
  opacity: 0;
  visibility: hidden;
  padding: 8px 21px;
  font-size: 18px;
}

@media (max-width: 640px) {
  .header-btn-container .btn {
    padding: 8px 12px;
  }
}
footer {
  background: var(--bg);
  padding: 32px 0 16px;
  border-top: 2px solid var(--border);
}

footer :is(h1, h2, h3, h4, h5) {
  margin-bottom: 0;
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 32px;
}

.footer__heading,
.footer__social-links {
  margin-bottom: 13px;
}

.footer__heading {
  display: block;
  text-align: center;
  font-size: 24px;
  font-family: var(--heading-font);
  font-weight: bold;
}

.footer__cta .hs-button {
  color: var(--white);
  width: 100%;
  background: var(--secondary-base);
  border: none;
}

.footer__social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.footer__social-links a {
  padding: 15px;
  border-radius: 15px;
}

.footer__social-links a {
  display: inline-flex;
  align-items: center;
  padding: 7px;
  max-height: 30px;
  max-width: 30px;
  border: 2px solid var(--text);
  border-radius: 50%;
  transition: all 150ms ease;
}

.footer__social-links a:hover {
  border-color: var(--red-dark);
}

.footer__social-links svg {
  height: 30px;
  width: 30px;
  transition: all 150ms ease;
}

.footer__social-links svg path {
  fill: var(--text);
}

.footer__social-links a:hover > svg path {
  fill: var(--red-dark);
}

.subfooter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.footer__copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.footer__copyright :is(p, a, span) {
  font-size: 13px;
  margin-bottom: 0;
}

.footer__copyright a {
  color: var(--text);
}

.footer__copyright a:hover {
  color: var(--orange);
}

.sponsor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.sponsor__text {
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--heading-font);
  font-weight: bold;
}

.sponsor__logo {
  max-width: 200px;
}

@media (min-width: 768px) {
  .footer-container {
    flex-direction: row;
  }

  .footer__sponsor {
    flex-wrap: nowrap;
  }
}
/* 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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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%;
}

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