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

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/**
  Custom normalize resets/defaults
 */
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html {
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    word-break: break-word;
  }
  
  address {
    font-style: normal;
    color: inherit;
  }
  
  a[href]:focus:not(:focus-visible),
  button:focus:not(:focus-visible),
  [tabindex="0"]:focus:not(:focus-visible) {
    outline: 2px solid transparent;
    box-shadow: none;
  }
  
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
    -webkit-text-fill-color: var(--black) !important;
  }
  
  input:-webkit-autofill::first-line {
    font-size: var(--16px);
    letter-spacing: normal;
    font-family: var(--font);
  }
  
  h1, h2, h3, h4, h5, h6, p, q {
    margin: 0;
  }
  
  ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  button {
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    background: none;
    box-shadow: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  
  input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="file"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
  }
  
  figure, blockquote {
    margin: 0;
  }
  
  img {
    vertical-align: top;
  }
  
  hr {
    border:0;
    margin:0;
    height:1px;
    background-color: rgba(0,0,0,0.3);
  }
  
  article p ~ br {
    content:" ";
    display: block;
    margin: 30px 0 0;
  }
  
  table, td {
    padding: 0;
    margin: 0;
  }
  
  fieldset {
    width: 100%;
    padding: 0;
    margin: 0;
    border-width: 0;
    background-color: transparent;
  }
  
  legend {
    padding: 0;
  }
  
  abbr[title] {
    text-decoration: none;
  }
  
  pre {
    overflow: auto;
  }
  
  code {
    vertical-align: bottom;
  }
  
  mark {
    background-color: #fffb00;
  }
  
  blockquote {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
  }
  
  /* Image alt text */
  
  img {
    color: inherit;
    font-size: inherit;
    word-break: normal;
  }

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

.hs-tools-menu {
    display: none !important;
}

html, body {
    font-size: 18px;
    line-height: 1;
}

html { 
    scroll-behavior: smooth;
    height: 100%;

    @media (prefers-reduced-motion: reduce) {
      scroll-behavior: auto;
    }
}

body {
    font-family: 'PT Sans', sans-serif;
    position: relative;
    background-color: white;
    color: #282828;
    margin: 0;
    width: 100%;
    height: 100%;
    transform-origin:top center;
    word-break: break-word;
    transition: opacity 0.2s ease 0s; /*, background-color 0.2s ease*/
}

@font-face {
    font-family: 'Lato';
    src: url('https://4848352.fs1.hubspotusercontent-na1.net/hubfs/4848352/Lato-Regular-subset.woff2') format("woff2");
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

/* ::selection {
    background-color: var(--black);
} */

a[href]:-moz-focusring,
button:-moz-focusring,
[tabindex="0"]:-moz-focusring {
    outline: none;
    box-shadow: 0 0 0 2px white, 0 0 0 4px #074B78;
}

a[href]:focus-visible,
button:focus-visible,
[tabindex="0"]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px white, 0 0 0 4px #074B78;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  width: 100%;
  min-height: 100%;
  padding-top: 56px;
  padding-bottom: 70px;
}

main#main-content {
  width: 100%;
  flex: 1 1 auto;
  z-index: 1;
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  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: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

/* General */

.content {
  width: 100%;
  max-width: 64ch;
  padding: 26px 30px;
  margin: 0 auto;
}

.thin-content {
  width: 100%;
  max-width: 64ch;
  padding: 25px 8px;
  margin: 0 auto;
}

@supports (color: var(--)) {
  .content {
    padding: 26px calc(30px + env(safe-area-inset-right)) 26px calc(30px + env(safe-area-inset-left));
  }
  .thin-content {
    padding: 21px calc(16px + env(safe-area-inset-right)) 21px calc(16px + env(safe-area-inset-left));
  }
}

.map-container {
  margin-top: 30px;
  margin-right: env(safe-area-inset-right);
  margin-bottom: 30px;
  margin-left: env(safe-area-inset-left);
}

@media (orientation: portrait), (min-width: 1024px) {
  .map-container {
    margin-top: 108px;
    margin-bottom: 108px;
  }
}

.map-image {
  width: 100%;
}

.small-container {
  padding: 25px 9px;
}

.big-container {
  padding: 25px 14px;
  width: 100%;
}

.wrapper{
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
}

.wrapper p, .wrapper h1 {
  margin: 0;
  line-height: 1; 
}

.heading {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #282828;
  font-family: 'Lato', sans-serif;
}

.line-height-none {
  line-height: 0;
}

.text-dark-gray {
 color: #282828;
}

.text-black{
  color: #000000;
}

.text-10{
  font-size: 0.625rem;
}

.text-12{
  font-size: 0.75rem; 
}

.text-13 {
  font-size: 0.813rem;
} 

.text-14 {
  font-size: 0.875rem;
} 

.text-18 {
  font-size: 1.125rem;
} 

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semi-bold{
  font-weight: 600;
}

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

.font-lato {
  font-family: 'Lato', sans-serif;
}

.col {
  display: flex;
  flex-direction: column;
}

.row{
  display: flex;
  flex-direction: row;
}
.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 1rem;
}

@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;
  word-break: break-word;
}

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

h1, h2, h3, h4, h5, h6, p, q {
  padding: 0;
  margin: 0;
  word-break: keep-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 1.4rem;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 20px;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

.heading-1 { 
  position: relative;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.4px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}

.heading-1::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 260px;
  height: 7px;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%20260%207%22%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20fill%3D%22%23074B78%22%20d%3D%22M252.269.00001084h-.102C189.586.363742%20127.005.685643%2064.4242.965716c-17.6542.080024-35.303.158224-52.9466.234604-4.29129%200-4.32281%201.63679-.071%201.63679h.1262c29.7128-.1273%2059.4256-.26189%2089.1382-.40374-14.5933.29826-29.1788.61652-43.7565.95479-17.8803.41466-35.7605.86023-53.64078%201.33671-2.11408.05456-3.155362.4092-3.2263567.77475v.04911c0%20.36554%201.1280567.7311%203.2263567.80202%2015.77668.49104%2031.80578.41465%2047.70078.43102l50.0675.05456%2099.022.10912%2056.323.06547h.56c4.173-.03273%204.134-1.63679-.142-1.63679L57.6481%205.1559h-7.2573C99.125%204.00651%20147.938%203.07172%20196.83%202.35153c18.459-.2728%2036.92-.5165%2055.384-.7311%204.252-.0491%204.339-1.6367874.103-1.6367874%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%22260%22%20height%3D%227%22%20fill%3D%22%23fff%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.heading-2 { 
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.4px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}

.heading-3 {  
  position: relative;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.4px;
  font-weight: bold;
  color: #000000;
  margin-top: 17px;
  margin-bottom: 24px;
  text-align: center;
}

.heading-3::before {
    content: '';
    display: inline-block;
    clear: both;
    width: 100%;
}

.heading-3::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 7px;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2257%22%20height%3D%226%22%20viewBox%3D%220%200%2057%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%201H55.9401L10.7135%204.52217H40.2968%22%20stroke%3D%22%23074B78%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fsvg%3E');
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/* 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 {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.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: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
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 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;
}
.card-items {
  width: 100%;
/*   margin-top: 38px; */
}

.card-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #F2F2F2;
  border-radius: 5px;
  margin-bottom: 18px;
  overflow: hidden;
}

.card-item-small {
  box-shadow: 0px 0px 4px 0px #00000040;
  min-height: 120px;
}

.card-item--grey {
  background-color: #F2F2F2; 
}
.card-item--blue {
  background-color: #D3E1F9;
}
.card-item--salmon {
  background-color: #F1CBAD; 
}

.card-item-visual {
  position: relative;
  width: 43.4%;
  height: auto;
  flex: 0 0 auto;
}

@media (min-width: 375px) {
  .card-item-visual {
    width: 148px;
  }
}

.card-item-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.card-item-visual time {
  position: absolute;
  bottom: 8px;
  left: 13px;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.2px;    
  color: white;
  text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.card-item-content {
  flex: 1 1 auto;
  padding: 14px;
}

.card-item-content__h1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.card-item-content__list:last-child {
  margin-bottom: 0;
}

.card-item-content__list-item {
  position: relative;
  padding-left: 22px;
  margin-top: 8px;
}

.card-item-content__list-item a[href^=tel],
.card-item-content__list-item a[href^=mailto] {
  color: inherit;
  text-decoration: none;
}

.card-item-content__list-item i {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 16px;
  transform: translateY(-50%);
}

.card-item-content__list-item--p {
  font-size: 10px; 
  font-family: 'PT', sans-serif;
  color: #282828;
  margin-bottom: 0;
  padding-top: 7px;
}

.card-item-content__h2 {
  font-size: 14px; 
  font-family: 'PT', sans-serif;
  color: #282828;
  font-weight:700;
  padding-bottom: 8px;
}

.card-item-content__list-item--time {
  font-size: 10px;
}

p {
 margin: 0; 
}

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

.header {
  position: fixed; 
  top: 0;
  right: 14px;
  left: 14px;
  height: 56px;
  background-color: #00324B;
  border-radius: 10px;  
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
}

.header__company-logo {
  width: 160px;
  margin-right: env(safe-area-inset-right);
}

/* .header__event-logo {
  width: 119px;
  margin-left: env(safe-area-inset-left);
}
 */
.navigation {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #00324B;
  font-family: Lato, sans-serif;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  z-index: 2;
}

.navigation-item {
  width: 20%;
  max-width: 72px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.navigation-item > a { 
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0);
  padding: 3px;
  font-size: 10px;
  line-height: 1;
  text-decoration: none;
  color: white;
}

@media (min-width: 360px) {
  .navigation-item > a { 
    padding: 7px;
  }
}

.navigation-item span {
  text-align: center;
}

.navigation-item i,
.navigation-item__icon {
  display: block;
  font-size: 2.5em;
  padding-bottom: 5px;
}

.navigation-item__icon {
  height:1.25em;
}

.navigation-item i.far,
.navigation-item__icon--regular {
  color: #84A6BC;
}
.navigation-item i.fas,
.navigation-item__icon--solid {
  display: none; 
  color: #FFFFFF;
}

.navigation-item > a:hover,
.navigation-item > a:focus,
.navigation-item--active {
  background-color: rgba(255,255,255,0.1);
}

.navigation-item > a:hover i.far,
.navigation-item > a:focus i.far,
.navigation-item--active > a i.far,
.navigation-item > a:hover .navigation-item__icon--regular,
.navigation-item > a:focus .navigation-item__icon--regular,
.navigation-item--active > a .navigation-item__icon--regular {
  display: none;
}

.navigation-item > a:hover i.fas,
.navigation-item > a:focus i.fas,
.navigation-item--active > a i.fas,
.navigation-item > a:hover .navigation-item__icon--solid,
.navigation-item > a:focus .navigation-item__icon--solid,
.navigation-item--active > a .navigation-item__icon--solid {
  display: block;
}
/* 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%;
}

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

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
}

.show-on-tab-focus {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
    background-color: white;
    color: #074B78;
}

.show-on-tab-focus:focus {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: auto;
    margin: 0;
    padding: 5px;
    font-size: 20px;
    text-align: center;
    z-index: 999;
}