/* beautify ignore:start */
/* 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.
*/

/* RESET DECLARATIONS */
*,
*: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 {
  /* We set line-height using fields.json 
  line-height: 1.15; */
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/* Remove default margin in all browsers */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 
 h1 {
   font-size: 2em;
  }
*/
  


/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

/* a {
  background-color: transparent;
} */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: 700, bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* 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 */
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 * /
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* TABLE FILE RULES */
/* 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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none!important;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none!important;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}
/****************Responsive Font*****************/
@media (max-width: 767px) {
    h1{
        font-size: calc(5vw + 10px);
    }
    h2{
        font-size: calc(5vw + 5px);
    }
    h3{
        font-size: calc(5vw + 2px);
    }
    h4{
        font-size: calc(4vw + 10px);
    }
    h5{
        font-size: calc(4vw + 5px);
    }
    h6{
        font-size: calc(3vw + 10px);
    }
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row .column {
  width: 100%;
  flex: 0 0 auto;
}

@media (min-width: 576px) {
  .row .column-sm-1 {
    width: 8.3333333333%;
    flex: 0 0 auto;
  }
  .row .column-sm-2 {
    width: 16.6666666667%;
    flex: 0 0 auto;
  }
  .row .column-sm-3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .row .column-sm-4 {
    width: 33.3333333333%;
    flex: 0 0 auto;
  }
  .row .column-sm-5 {
    width: 41.6666666667%;
    flex: 0 0 auto;
  }
  .row .column-sm-6 {
    width: 50%;
    flex: 0 0 auto;
  }
  .row .column-sm-7 {
    width: 58.3333333333%;
    flex: 0 0 auto;
  }
  .row .column-sm-8 {
    width: 66.6666666667%;
    flex: 0 0 auto;
  }
  .row .column-sm-9 {
    width: 75%;
    flex: 0 0 auto;
  }
  .row .column-sm-10 {
    width: 83.3333333333%;
    flex: 0 0 auto;
  }
  .row .column-sm-11 {
    width: 91.6666666667%;
    flex: 0 0 auto;
  }
  .row .column-sm-12 {
    width: 100%;
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) {
  .row .column-md-1 {
    width: 8.3333333333%;
    flex: 0 0 auto;
  }
  .row .column-md-2 {
    width: 16.6666666667%;
    flex: 0 0 auto;
  }
  .row .column-md-3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .row .column-md-4 {
    width: 33.3333333333%;
    flex: 0 0 auto;
  }
  .row .column-md-5 {
    width: 41.6666666667%;
    flex: 0 0 auto;
  }
  .row .column-md-6 {
    width: 50%;
    flex: 0 0 auto;
  }
  .row .column-md-7 {
    width: 58.3333333333%;
    flex: 0 0 auto;
  }
  .row .column-md-8 {
    width: 66.6666666667%;
    flex: 0 0 auto;
  }
  .row .column-md-9 {
    width: 75%;
    flex: 0 0 auto;
  }
  .row .column-md-10 {
    width: 83.3333333333%;
    flex: 0 0 auto;
  }
  .row .column-md-11 {
    width: 91.6666666667%;
    flex: 0 0 auto;
  }
  .row .column-md-12 {
    width: 100%;
    flex: 0 0 auto;
  }

  .company-result__contact-card {
    flex-direction: row;
    flex: 0 0 auto;
  }
  .row .column-md-8 {
    width: 66.6666666667%;
    flex: 0 0 auto;
  }
  .row .column-md-9 {
    width: 75%;
    flex: 0 0 auto;
  }
  .row .column-md-10 {
    width: 83.3333333333%;
    flex: 0 0 auto;
  }
  .row .column-md-11 {
    width: 91.6666666667%;
    flex: 0 0 auto;
  }
  .row .column-md-12 {
    width: 100%;
    flex: 0 0 auto;
  }

  .company-result__contact-card {
    flex-direction: row;
    flex: 0 0 auto;
  }
  .row .column-md-8 {
    width: 66.6666666667%;
    flex: 0 0 auto;
  }
  .row .column-md-9 {
    width: 75%;
    flex: 0 0 auto;
  }
  .row .column-md-10 {
    width: 83.3333333333%;
    flex: 0 0 auto;
  }
  .row .column-md-11 {
    width: 91.6666666667%;
    flex: 0 0 auto;
  }
  .row .column-md-12 {
    width: 100%;
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  .row .column-lg-1 {
    width: 8.3333333333%;
    flex: 0 0 auto;
  }
  .row .column-lg-2 {
    width: 16.6666666667%;
    flex: 0 0 auto;
  }
  .row .column-lg-3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .column-lg-4 {
    width: 33.3333333333%;
    flex: 0 0 auto;
  }
  .row .column-lg-5 {
    width: 41.6666666667%;
    flex: 0 0 auto;
  }
  .row .column-lg-6 {
    width: 50%;
    flex: 0 0 auto;
  }
  .row .column-lg-7 {
    width: 58.3333333333%;
    flex: 0 0 auto;
  }
  .row .column-lg-8 {
    width: 66.6666666667%;
    flex: 0 0 auto;
  }
  .row .column-lg-9 {
    width: 75%;
    flex: 0 0 auto;
  }
  .row .col392-lg-10 {
    width: 83.3333333333%;
    flex: 0 0 auto;
  }
  .row .column-lg-11 {
    width: 91.6666666667%;
    flex: 0 0 auto;
  }
  .row .column-lg-12 {
    width: 100%;
    flex: 0 0 auto;
  }
}
.content-wrapper {
  position:relative;
  margin: 0 auto;
  z-index:10;
}

.content-wrapper.base__inner-wrapper--breadcrumb,
header .content-wrapper,
footer .content-wrapper {
    padding: 0 8px;
}
/*
.dnd-section>.row-fluid {
  margin: 0 auto;
}
*/
@media screen and (min-width: 768px) {
  .content-wrapper.base__inner-wrapper--breadcrumb,
  header .content-wrapper,
  footer .content-wrapper {
    padding: 0 16px;
  }
}

@media screen and (min-width: 1392px) {
  .content-wrapper.base__inner-wrapper--breadcrumb,
   header .content-wrapper,
  footer .content-wrapper {
    padding: 0 36px;
  }
} 




/* @media (min-width: 1440px) {
  .dnd-section .dnd-column .content-wrapper {}
} */

/* @media screen and (min-width: 1280px) {
  .content-wrapper {}
} */

/* @media screen and (min-width: 1940px) {
  .content-wrapper {}
} */

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/* body {
  line-height: 1.4;
  word-break: break-word;
} */

@font-face {
  font-family: "icomoon";
  src: url('//21384557.fs1.hubspotusercontent-na1.net/hubfs/21384557/raw_assets/public/aps-resources-portal-theme-dev/fonts/icomoon.eot');
  src: url('//21384557.fs1.hubspotusercontent-na1.net/hubfs/21384557/raw_assets/public/aps-resources-portal-theme-dev/fonts/icomoon.eot') format("embedded-opentype"), url('//21384557.fs1.hubspotusercontent-na1.net/hubfs/21384557/raw_assets/public/aps-resources-portal-theme-dev/fonts/icomoon.ttf') format("truetype"), url('//21384557.fs1.hubspotusercontent-na1.net/hubfs/21384557/raw_assets/public/aps-resources-portal-theme-dev/fonts/icomoon.woff') format("woff"), url('//21384557.fs1.hubspotusercontent-na1.net/hubfs/21384557/raw_assets/public/aps-resources-portal-theme-dev/fonts/icomoon.svg') format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  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: 15px;
} */

/* Horizontal rules */

hr {
  border: none;
  border: 1px solid var(--grey-400);
  margin: 16px 0;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  line-height: 1.4;
  margin-left:25px; /*list defaults should have margin for the :marker */
}

p+*,
ul+*,
ol+* {
  margin-top: 16px;
}

.text {
  width: auto;
}

.title {
 /* width: fit-content; overrides module alignment setting */
 display: inline-block;
 margin:0 auto;
}
.text + .base__custom-content{
  margin-top:8px;
}
/* beautify ignore:start */
/* 1d. Buttons */












[type='button'],
[type='reset'],
[type='submit'],
button,
.button {
  cursor: pointer;
  display: inline-block;
  /*
  Buttons should not be flex by default ;
  align-items: center;
  justify-content: center;
  */
  text-align: center;
  transition: all 0.15s linear;
  border: 3px solid #133080;

  padding-top: 0.5rem;
padding-right: 1.2rem;
padding-bottom: 0.5rem;
padding-left: 1.2rem;

  ;
  font-size:16px;
  color:#FFFFFF;
  background-color:#133080; 
  border-radius: 100px;
  text-transform: none;
  letter-spacing: 0.3px;
  /* height: inherit; NO! it will assume the height of the container if it has a height applied */
/*  min-height: 48px;*/
  white-space:nowrap;
  line-height:1.45;
  text-decoration: none;
  min-width: 175px;
}

.button--small{font-size:0.7rem;min-height:auto;padding:0.4rem 1rem;}
.button--large{font-size:1.5rem;padding: 0.5rem 2rem;}
.simple_link{padding:8px 40px;
	display: inline-block;
	text-decoration: underline;
}
.button img{vertical-align:middle;margin-right:8px;}

.button--outline{background-color:transparent;color:var(--primary-1);border:1px solid;}
.text-invert .button--outline{color:var(--grey-000);/*border-color:var(--grey-000);*/}
.button--text{background-color:transparent;border-color:transparent;color:var(--grey-900);}

.text-invert .button--text{color:var(--grey-900);}

[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled,
button:disabled,
.button.disabled{opacity:0.3;pointer-events:none;}

button.loading,
.button.loading{pointer-events:none;}

/* 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:1.4;margin-bottom:0;text-align:left;text-decoration:none;transition:none;}


[type='button']:focus,
[type='reset']:hover,
[type='reset']:focus,
[type='submit']:hover,
[type='submit']:focus,
button:hover,
button:focus,
.button:hover,
.button:focus{ ; background-color:#000858; border-color:#000858;}

.button--text:hover{border-color:transparent;background-color:transparent;text-decoration:underline;}

[type='button']:active,
[type='reset']:active,
[type='submit']:active,
.button--ghost:active,
button:active,
.button:active{  ; background-color: rgba(#3b58a8, 1.0); border-color: ;}

.button--ghost{background-color:transparent;color:var(--grey-000);border:1px solid var(--grey-000);}

.text-invert .button--ghost{color:var(--grey-000);border:1px solid var(--grey-000);}

.button--primary{background-color:var(--primary-2);border-color:var(--primary-2);color:#fff!important; } 
.button--primary:hover,
.button--primary:focus{color:#fff; background-color:#d86202;border-color:#d86202;}


.button--secondary{
  color: var(--primary-1);
  background-color: #fff;
  border: 1px solid var(--primary-1);
}

.button--secondary:hover,
.button--secondary:focus{
	background-color:var(--primary-1);
	color:#fff;
  border-color: var(--primary-1);
}

.button--tertiary{
  color: var(--primary-2);
  background-color: #fff;
  border: 1px solid var(--primary-2);
}

.button--tertiary:hover,
.button--tertiary:focus{
	background-color:var(--primary-2);
	color:#fff;
  border-color: var(--primary-2);
}

.button--quaternary{
  color: var(--primary-1);
  background-color: #fff;
  border-color: #fff;
}

.button--quaternary:hover,
.button--quaternary:focus{
	background-color:var(--primary-1);
	color:#fff;
  border-color: var(--primary-1);
}


.button--outline:hover,
.button--outline:focus{background-color:var(--primary-1);border-color:var(--primary-1);color:#fff;}

.button--ghost:hover,
.button--ghost:focus{background-color:rgba(255,255,255,0.2);color:#ffffff;border-color:#ffffff;}

.button--icon{position:relative;padding-left:3rem;}

.button--icon.button--icon--right{padding-left:2rem;padding-right:3rem;}

.button--icon:before{content:'';position:absolute;display:block;top:50%;transform:translateY(-50%);left:24px;width:22px;height:22px;background-repeat:no-repeat;background-position:center center;}

.button--icon.button--icon--right:before{left:auto;right:24px;}

.button--icon.button--icon-next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDQuOTk5OTlDMCA0Ljg2NzM4IDAuMDUyNjc4NCA0Ljc0MDIxIDAuMTQ2NDQ3IDQuNjQ2NDRDMC4yNDAyMTUgNC41NTI2NyAwLjM2NzM5MiA0LjQ5OTk5IDAuNSA0LjQ5OTk5SDEyLjI5M0w5LjE0NiAxLjM1Mzk5QzkuMDUyMTEgMS4yNjAxIDguOTk5MzcgMS4xMzI3NyA4Ljk5OTM3IDAuOTk5OTkxQzguOTk5MzcgMC44NjcyMTUgOS4wNTIxMSAwLjczOTg3NyA5LjE0NiAwLjY0NTk5MUM5LjIzOTg5IDAuNTUyMTA0IDkuMzY3MjIgMC40OTkzNTkgOS41IDAuNDk5MzU5QzkuNjMyNzggMC40OTkzNTkgOS43NjAxMSAwLjU1MjEwNCA5Ljg1NCAwLjY0NTk5MUwxMy44NTQgNC42NDU5OUMxMy45MDA2IDQuNjkyNDQgMTMuOTM3NSA0Ljc0NzYxIDEzLjk2MjcgNC44MDgzNkMxMy45ODc5IDQuODY5MSAxNC4wMDA5IDQuOTM0MjIgMTQuMDAwOSA0Ljk5OTk5QzE0LjAwMDkgNS4wNjU3NiAxMy45ODc5IDUuMTMwODggMTMuOTYyNyA1LjE5MTYyQzEzLjkzNzUgNS4yNTIzNyAxMy45MDA2IDUuMzA3NTQgMTMuODU0IDUuMzUzOTlMOS44NTQgOS4zNTM5OUM5Ljc2MDExIDkuNDQ3ODggOS42MzI3OCA5LjUwMDYyIDkuNSA5LjUwMDYyQzkuMzY3MjIgOS41MDA2MiA5LjIzOTg5IDkuNDQ3ODggOS4xNDYgOS4zNTM5OUM5LjA1MjExIDkuMjYwMSA4Ljk5OTM3IDkuMTMyNzcgOC45OTkzNyA4Ljk5OTk5QzguOTk5MzcgOC44NjcyMSA5LjA1MjExIDguNzM5ODggOS4xNDYgOC42NDU5OUwxMi4yOTMgNS40OTk5OUgwLjVDMC4zNjczOTIgNS40OTk5OSAwLjI0MDIxNSA1LjQ0NzMxIDAuMTQ2NDQ3IDUuMzUzNTRDMC4wNTI2Nzg0IDUuMjU5NzggMCA1LjEzMjYgMCA0Ljk5OTk5VjQuOTk5OTlaIiBmaWxsPSIjMDAwMDAwIi8+Cjwvc3ZnPgo=);filter:invert(99%) sepia(6%) saturate(18%) hue-rotate(249deg) brightness(106%) contrast(100%);}

.button--icon.button--icon-previous:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDQuOTk5OTlDMCA0Ljg2NzM4IDAuMDUyNjc4NCA0Ljc0MDIxIDAuMTQ2NDQ3IDQuNjQ2NDRDMC4yNDAyMTUgNC41NTI2NyAwLjM2NzM5MiA0LjQ5OTk5IDAuNSA0LjQ5OTk5SDEyLjI5M0w5LjE0NiAxLjM1Mzk5QzkuMDUyMTEgMS4yNjAxIDguOTk5MzcgMS4xMzI3NyA4Ljk5OTM3IDAuOTk5OTkxQzguOTk5MzcgMC44NjcyMTUgOS4wNTIxMSAwLjczOTg3NyA5LjE0NiAwLjY0NTk5MUM5LjIzOTg5IDAuNTUyMTA0IDkuMzY3MjIgMC40OTkzNTkgOS41IDAuNDk5MzU5QzkuNjMyNzggMC40OTkzNTkgOS43NjAxMSAwLjU1MjEwNCA5Ljg1NCAwLjY0NTk5MUwxMy44NTQgNC42NDU5OUMxMy45MDA2IDQuNjkyNDQgMTMuOTM3NSA0Ljc0NzYxIDEzLjk2MjcgNC44MDgzNkMxMy45ODc5IDQuODY5MSAxNC4wMDA5IDQuOTM0MjIgMTQuMDAwOSA0Ljk5OTk5QzE0LjAwMDkgNS4wNjU3NiAxMy45ODc5IDUuMTMwODggMTMuOTYyNyA1LjE5MTYyQzEzLjkzNzUgNS4yNTIzNyAxMy45MDA2IDUuMzA3NTQgMTMuODU0IDUuMzUzOTlMOS44NTQgOS4zNTM5OUM5Ljc2MDExIDkuNDQ3ODggOS42MzI3OCA5LjUwMDYyIDkuNSA5LjUwMDYyQzkuMzY3MjIgOS41MDA2MiA5LjIzOTg5IDkuNDQ3ODggOS4xNDYgOS4zNTM5OUM5LjA1MjExIDkuMjYwMSA4Ljk5OTM3IDkuMTMyNzcgOC45OTkzNyA4Ljk5OTk5QzguOTk5MzcgOC44NjcyMSA5LjA1MjExIDguNzM5ODggOS4xNDYgOC42NDU5OUwxMi4yOTMgNS40OTk5OUgwLjVDMC4zNjczOTIgNS40OTk5OSAwLjI0MDIxNSA1LjQ0NzMxIDAuMTQ2NDQ3IDUuMzUzNTRDMC4wNTI2Nzg0IDUuMjU5NzggMCA1LjEzMjYgMCA0Ljk5OTk5VjQuOTk5OTlaIiBmaWxsPSIjMDAwMDAwIi8+Cjwvc3ZnPgo=);filter:invert(99%) sepia(6%) saturate(18%) hue-rotate(249deg) brightness(106%) contrast(100%);transform:rotate(180deg) translateY(15%);transform-origin:center;top:auto;}

.btn-group{}
.btn-group > div{display:inline-block;margin:0 6px;vertical-align:middle;}
.btn-group > div:first-child{margin-left:0; margin-bottom:5px;}
.btn-group > div:last-child{margin-right:0; margin-bottom:5px;}


/* beautify ignore:end */
/* 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: var(--error-color);
  margin-left: 2px;
}

.hs-input.invalid.error {
  border-color: var(--error-color);
}

.hs-error-msgs {
  background-color: var(--error-color);
  position: absolute;
  top: 100%;
  right: 8px;
  z-index: 999;
  border-radius: 5px;
  box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 75%);
  -webkit-box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
}

.hs-error-msgs:before {
  content: '';
  position: absolute;
  left: 24px;
  top: -8px;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--error-color);
}

.hs-error-msgs li {
  padding: 8px 16px;

}

.no-list.hs-error-msgs li label,
.no-list.hs-error-msgs li label a,
.legal-consent-container .hs-error-msgs label,
.legal-consent-container .hs-error-msgs label a,
.hs-error-msgs li .hs-error-msg a,
.hs-error-msgs li .hs-error-msg {
  color: #ffffff !important;
  font-size: 0.8rem;
}

.hs_error_rollup {
  display:none;
  margin-bottom: 16px;
}

.hs_error_rollup .hs-error-msgs {
  position: relative;
  background-color: transparent;
  border: 1px solid var(--error-color);
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;

}

.hs_error_rollup .hs-error-msgs li label {
  color: var(--error-color);
}

.hs_error_rollup .hs-error-msgs:before {
  border-bottom-color: transparent;
}

.ts-control > input {
  font-size: 0.778rem;
}


@media (max-width: 767px) {
  .hs-form-field {
    flex-direction: column;
  }

  .hs-form-field>label {
    /*width: 100%;*/
    padding: 10px 0;
  }

  .hs-form-field .hs-field-desc {
    margin-left: 0;
    padding: 0;
  }

  .hs-form-field .input {
    /*width: 100%;*/
  }

}

/* dynamic forms */
.half-col {
	width:50%;
	display: flex;
	gap:16px;
}
.field-wrapper .half-col {
  /* most likely a dependancy and should be full width */
  width:100%;
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  gap:4px;
  justify-content: space-between; /* alway line up fields if label of one in row too long*/
  position: relative;
  margin-bottom:16px;
}

.input-wrapper.columns {
  flex-direction: row;
  gap:8px;
}

.input-wrapper .input-wrapper {
  margin-top:16px;
  margin-bottom:0;
}

.input-wrapper label {
	font-size: 0.9rem;
  font-weight:bold;
  color:var(--primary-1);
}

.input-wrapper fieldset{
	border:none;
	margin:0;
	padding:0;
}

input[type=radio]:not(:disabled),
input[type=checkbox]:not(:disabled),
input[type=radio]:not(:disabled) + label,
input[type=checkbox]:not(:disabled) + label{
	cursor: pointer;
}


.req:after{
	content: "*";
	color:var(--error-color);
}


@media (max-width:768px){
	.half-col{
		width:100%;
	}
}
@media (max-width:560px){
  .input-wrapper.columns{
    flex-direction:column;
  }
}
[class^=use-icomoon],
[class^=icon-],
[class*=" icon-"]{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;}
.icon-download:before{content:"\e90b";}
.icon-media-photo:before{content:"\e902";}
.icon-calendar:before{content:"\e900";}
.icon-filter:before{content:"\e901";color:#3b4157;}
.icon-keyboard_arrow_down:before{content:"\e903";}
.icon-keyboard_arrow_up:before{content:"\e904";}
.icon-navigate_before:before{content:"\e905";}
.icon-navigate_next:before{content:"\e906";}
.icon-check:before{content:"\e907";}
.icon-person_outline:before{content:"\e908";}
.icon-lock_open:before{content:"\e909";}
.icon-lock_outline:before{content:"\e90a";}

/*# sourceMappingURL=icomoon.css.map */

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
  gap: 8px;
}

.header__language-switcher--label .lang_list_class {
  width: fit-content;
  min-width: 96px;
}

/* 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%;
}
/* Shared CSS Styles used on different modules, that don't fit into buttons, forms, typography, help or utilities */



.full-width{width:100%;max-width:100vw;}
.body-wrapper{display:flex;flex-direction:column;min-height:100vh;}
.bg--unset{background:unset;}
.icon-24{width:24px;height:24px;}
.base__outer-wrapper{position:relative;}
.base__inner-wrapper{position:relative;z-index:auto;display:flex;flex-direction:column;gap:16px;}
.base__custom-content{position:relative;}
.base__bg-img{width:100%;height:100%;object-fit:cover;}
.bg-media--duotone::after{content:'';position:absolute;z-index:10;left:0;right:0;bottom:0;width:100%;height:100%;background:var(--duotone-overlay-gradient);opacity:var(--duotone-overlay-gradient-opacity);    /* OPTIONAL: */    /* mix-blend-mode: multiply; */}
.bg-media--dark-overlay::after{content:'';position:absolute;z-index:10;left:0;right:0;bottom:0;width:100%;height:100%;background:var(--grey-900);opacity:var(--duotone-overlay-gradient-opacity);    /* OPTIONAL: */    /* mix-blend-mode: multiply; */}
.bg-media--light-overlay::after{content:'';position:absolute;z-index:10;left:0;right:0;bottom:0;width:100%;height:100%;filter:brightness(160%) contrast(130%);background:var(--grey-100);opacity:0.75;}
.base__bg-video{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;z-index:0;object-fit:cover;}
.bg-media__picture{position:absolute;z-index:0;width:100%;top:0;left:0;right:0;bottom:0;height:inherit;overflow:hidden;}
.bg-media__video{overflow:hidden;}
.base__custom-content.text-right .base__cta-items-wrapper,
.text-right .base__cta-items-wrapper{margin-left:auto;justify-content:flex-end;text-align:right;}
.base__custom-content.text-center .base__cta-items-wrapper,
.text-center .base__cta-items-wrapper{margin-left:auto;margin-right:auto;justify-content:center;text-align:center;}
.text-left .base__cta-items-wrapper,
.base__cta-items-wrapper{display:flex;flex-direction:row;align-items:center;width:fit-content;gap:8px;flex-wrap:wrap;margin-top:16px;justify-content:flex-start;text-align:left;}
.title__anchor-link{
/* JTC: This is a magic number based on the size of the HubSpot icon and the associated 2em h1 size. 
It might change theme to theme. The goal is that when you hover over the title, the link icon shows.
We use display: inline instead of position absolute so the link is still accessible when moving mouse from
the title to the icon. 
*/
text-decoration:none;visibility:var(--hover-visibility);}
.title--hover-parent{--hover-visibility:hidden;}
.title--hover-parent:hover{--hover-visibility:visible;}
.title--hover-parent--anchor{margin-left:-36px;}
.menu--fixed{position:fixed;top:0px;left:0;width:100%;z-index:9999;}
.menu--full-height{height:fit-content;/*padding-top:24px;padding-bottom:24px;*/-webkit-transition:padding 0.2s;    /* Safari */transition:padding 0.2s;}
.menu--reduced-height{height:fit-content;min-height:48px;padding-top:8px;padding-bottom:8px;-webkit-transition:padding 0.2s;    /* Safari */transition:padding 0.2s;}

/*** Infinite Scroll status **/
.page-load-status{display:none;padding-top:20px;    /* border-top: 1px solid #ddd; */text-align:center;color:var(--grey-500);margin-top:20px;}
.scroller-status__message{text-align:center;color:var(--grey-500);}
.loader-ellips{font-size:20px;    /* change size here */position:relative;width:4em;height:1em;margin:10px auto;}
.loader-ellips__dot{display:block;width:1em;height:1em;border-radius:0.5em;background:var(--grey-500);    /* change color here */position:absolute;animation-duration:0.5s;animation-timing-function:ease;animation-iteration-count:infinite;}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2){left:0;}
.loader-ellips__dot:nth-child(3){left:1.5em;}
.loader-ellips__dot:nth-child(4){left:3em;}

@keyframes reveal{
	from{transform:scale(0.001);}
	to{transform:scale(1);}
}
@keyframes slide{
	to{transform:translateX(1.5em);}
}
.loader-ellips__dot:nth-child(1){animation-name:reveal;}
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3){animation-name:slide;}
.loader-ellips__dot:nth-child(4){animation-name:reveal;animation-direction:reverse;}

/* END Infinite Scroll status */

/* SWIPER */


.swiper-button-next{right:-8px!important;transform:translateX(110%);}
.swiper-button-prev{left:-8px!important;transform:translateX(-110%);}
@media screen and (max-width:1199px){
	.swiper-button-next{right:0px!important;transform:translateX(100%);}
	.swiper-button-prev{left:0px!important;transform:translateX(-100%);}
}
@media screen and (max-width:768px){
	.swiper-button-next,
	.swiper-button-prev{display:none;}
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction{position: unset;margin-top:24px;}

.swiper-slide-visible {
	z-index: 100;
}

/* HS SITE SEARCH */
.hs-search-highlight{background-color:var(--grey-200);font-weight:bold;}

/* END HS SITE SEARCH */
@media screen and (max-width:960px){
	.menu--full-height{padding:0px 0px 8px; }
	.menu-standard__outer-wrapper{width:100%;}
}
@media screen and (min-width:480px){
	.v-small{margin-top:32px;margin-bottom:32px;}
	.v-medium{margin-top:48px;margin-bottom:48px;}
	.v-large{margin-top:72px;margin-bottom:72px;}
	.v-xl{margin-top:112px;margin-bottom:112px;}

	/* .bg-media--medium-height {
			height: 500px;
	} */
}
@media screen and (min-width:1280px){
	.v-small{margin-top:32px;margin-bottom:32px;}
	.v-medium{margin-top:64px;margin-bottom:64px;}
	.v-large{margin-top:96px;margin-bottom:96px;}
	.v-xl{margin-top:120px;margin-bottom:120px;}

	/* .bg-media--medium-height {
			height: 432px;
	} */
}

	/*
	@media screen and (min-width: 1940px) {
	.v-small {
			margin-top: 32px;
			margin-bottom: 32px;
	}

	.v-medium {
			margin-top: 64px;
			margin-bottom: 64px;
	}

	.v-large {
			margin-top: 132px;
			margin-bottom: 132px;
	}

	.v-xl {
			margin-top: 200px;
			margin-bottom: 200px;
	}

	}
	*/
	/* membership form */
	.member-form {
		width:100%;
		max-width:872px;
		margin:0 auto;
		background-color: var(--grey-200);
		padding: 40px 12%;
		border: 1px solid var(--grey-300);
		border-radius: 10px;
	}
	
	.member-form .half-col {
		width:100%;
	}
	.member-form .half-col .half-col {
		width:50%;
		display: flex;
		gap:16px;
	}

	.member-form .actions-wrapper{
		padding-top: 16px;
		border-top: 1px solid var(--grey-300);
	}

	.member-form .actions-wrapper ul {
		list-style:none;
		margin:0;
		padding:0;
		display:flex;
		gap:16px 8px;
		justify-content:flex-start;
	}

	
	@media (max-width: 768px){
	
		.member-form {
			padding: 24px 6%;
		}
		.member-form .half-col .half-col {
			width:100%;
		}
	
	}
	@media (max-width: 560px){
	
		.member-form {
			padding: 24px;
		}
	
	}

	/* resources */
	

.resource-message {
  font-weight: bold;
  position:relative;
}

.resource-message__max-tickets{
  font-weight:normal;
  margin-top:16px;
}

.resource-message__notify{
  margin-top:16px;
  padding-left: 32px;
  font-size: 0.9rem
}
.resource-message__notify:before{
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:24px;
  height:24px;
  background-color:var(--primary-2);
	-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIyQzE3LjUyMjggMjIgMjIgMTcuNTIyOCAyMiAxMkMyMiA2LjQ3NzE1IDE3LjUyMjggMiAxMiAyQzYuNDc3MTUgMiAyIDYuNDc3MTUgMiAxMkMyIDE3LjUyMjggNi40NzcxNSAyMiAxMiAyMloiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEyIDhWMTIiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEyIDE2SDEyLjAxIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  -webkit-mask-size: 24px 24px;
	mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIyQzE3LjUyMjggMjIgMjIgMTcuNTIyOCAyMiAxMkMyMiA2LjQ3NzE1IDE3LjUyMjggMiAxMiAyQzYuNDc3MTUgMiAyIDYuNDc3MTUgMiAxMkMyIDE3LjUyMjggNi40NzcxNSAyMiAxMiAyMloiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEyIDhWMTIiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEyIDE2SDEyLjAxIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
	mask-size:24px 24px;
}

.resource-message__sold-out{

}

.resource-message__no-resource-found{

}

.resource-message__resource-expired{
	width:100%;
	background-color: var(--primary-2);
	color:var(--grey-000);
	padding:24px;
	margin:16px 0;
	text-align:center;
}

.mb-100 {
	margin-bottom: 100px;
}
:root{
    --hs-banner-translate-x: 0;
    --hs-banner-translate-y: 0;
}

body #hs-banner-parent #hs-eu-cookie-confirmation {
    color: white;
    width: 90%;
    max-width: 520px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transform: none!important; /*stops the banner getting cut off */
    inset: 0 0 0 0;
    position: fixed;
    border-radius: 0;
    animation: auto;
    max-height: none;
    z-index: 9998;
}
#hs-banner-parent .hs-close-button{
    min-width:auto; 
}

/*
body #hs-banner-parent #hs-eu-cookie-confirmation-inner {
    background-color: #133080;
    height: 100%;
}

body #hs-banner-parent #hs-eu-confirmation-button {
    background-color: #ec7616;
    border-color: #ec7616;
    font-family: Gotham Medium;
    font-size: 16px;
    font-weight: 500;
    padding: .5rem 1.2rem;
    min-width: auto;
}

body #hs-banner-parent #hs-eu-decline-button {
    color: #ec7616;
    border-color: #ec7616;
    font-family: Gotham Medium;
    font-size: 16px;
    font-weight: 500;
    padding: .5rem 1.2rem;
    min-width: auto;
}

body #hs-eu-cookie-confirmation #hs-eu-close-button {
    min-width: auto;
}

body #hs-eu-cookie-confirmation #hs-eu-close-button svg {
    color: white;
}
*/

/* Utilities
Helper classes with ability to override anything that comes before it
*/


/* Utility Classes used across many different modules
* These are basic building blocks of components that are commonly used
*
 */

.dev {
  outline: 1px solid hotpink;
  padding: 24px;
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}


.text-bold {
  font-weight: bold;
}

.text-uppercase {
  text-transform: uppercase;
}

.hover-underline:hover {
  text-decoration: underline;
}

.opacity--none {
  opacity: 0;
}

.hover--opacity-100:hover {
  opacity: 1;
}

.flex-direction-row {
  /* assumes element is flex */
  flex-direction: row;
}

.flex-direction-row-reverse {
  /* assumes element is flex */
  flex-direction: row-reverse;
}

/***In page nav sticky menu*****/
.sticky {
  position: fixed;
  z-index: 100;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.filter-grayscale {
  filter: var(--filter-grayscale);
}

.responsive-table-scroll {
  overflow-x: scroll;
}

body.no-scroll {
  overflow: hidden;
}

.admin-note {
  color: var(--error-color);
  border: 1px dashed var(--error-color);
  margin: 32px auto;
  padding: 32px;
}

.admin-note * {
  color: var(--error-color);
}

.pointer-events-none {
	pointer-events: none;
	opacity: 0.2;
}


.mobile-only,
.desktop-only {
  display: none;
}

@media screen and (min-width: 1024px) {
  .desktop-only {
    display: initial;
  }
}

@media screen and (max-width: 1023px) {
  .mobile-only {
    display: initial;
  }
}

@media print {
  .no-print {
    display: none;
  }
}
/* 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;
  }
}
/* beautify ignore:end */