/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
img{
  border:none;
  outline:none;
  max-width:100%;
  height:auto;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */


.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-center,
.content-wrapper,
.dnd-section > .row-fluid{
  padding-left:5.4%;
  padding-right:5.4%;
}
.dnd-section[class*="force-full-width-section"] > .row-fluid{
  padding-left:0 !important;
  padding-right:0 !important;
  width:100% !important;
  max-width:100% !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html, body {
  background: #fff;
  color: #2b3c43;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  line-height: 1.5;
}

/* Anchor Links */
a {

  text-decoration: none;
}
.row-fluid-wrapper .widget-type-rich_text a,
.legal-consent-container a{
  border-bottom-width:2px;
  border-bottom-style:solid;
}
a:hover{
  text-decoration: none;
}
/* Headings */
h1 { 
  font-weight:700; 
  line-height:1.125em; 
}
h2, .size2 { 
  font-weight:700; 
  line-height:1.125em; 
}
h3, .size3 { 
  font-weight:700; 
  line-height:1.25em; 
}
h4, h5, h6 { 
  font-weight:500; 
  line-height:1.25em; 
}
.widget-type-rich_text *{
  margin:0;
}
strong {
  font-weight: 500;
}

code {
  vertical-align: bottom;
}
.widget-type-rich_text *+*{
  margin:0;
  margin-top: 2.2em;
}
.widget-type-rich_text ul li, 
.widget-type-rich_text ol li {
  margin-top: 0;
  margin-bottom: 1.1em;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}
/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  border-style: solid;
  text-decoration: none;
  font-weight: 500;
  width: auto;
}




.hs-form-field > label {
  font-weight: 400;
  line-height: 1.5em;
  font-size: calc(12px + 2 * ((100vw - 320px) / 960));
}
@media screen and (min-width: 1280px){
  .hs-form-field > label{
    font-size: 14px;
  }
}

.hs-input,
.hs-search-field__input,
input[type="password"]{
  display: inline-block;
  width: 100%;
  border: none;
  background: transparent;
  font-weight: 300;
  line-height: 1.5em;
  border-bottom-style:solid;
  border-bottom-width:1px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea,
input[type="password"]{
  transition: border 0.2s linear;
}
.hs-input:focus,
.hs-search-field__input:focus,
input[type="password"]:focus{
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}



.hs-form .hs-error-msgs label {
  color: #fbbc33;
  font-size: calc(12px + 2 * ((100vw - 320px) / 960));
}
@media screen and (min-width: 1280px){
  .hs-form .hs-error-msgs label {
    font-size: 14px;
  }
}
.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-top: 2.2em;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}


.grecaptcha-badge {
  margin: 0;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
.hs-form-field> .input textarea {
  min-height: 32px;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
form .hs-button {
  margin-top: 2.2em;
}
.form textarea, .hs-form textarea {
  height: 1.5em;
}
.hs-form li {
  display: block;
  margin-bottom: 0px;
  margin-left: 0px;
}
.hs-form .hs-form-checkbox label {
  display: block;
  padding: .1em 0 .1em 2em;
  cursor: pointer;
  position:relative;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
}
.hs-form .hs-form-checkbox label > input+span:before{
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  background: url(//3990818.fs1.hubspotusercontent-na1.net/hubfs/3990818/raw_assets/public/XMLdation_ISO20022com_2023/images/checkbox.png);
  background-position:top left;
  background-repeat: no-repeat;
  background-size: 1.2em 1.2em;
  width:1.2em;
  height:1.2em;
  top: .25em;
  height: 1.25em;
}
.hs-form .hs-form-checkbox label:hover > input+span:before{
  background-image: url(//3990818.fs1.hubspotusercontent-na1.net/hubfs/3990818/raw_assets/public/XMLdation_ISO20022com_2023/images/checkbox-hover.png);
}
.hs-form .hs-form-checkbox label:hover > input:checked+span:before,
.hs-form .hs-form-checkbox label > input:checked+span:before{
  background-image: url(//3990818.fs1.hubspotusercontent-na1.net/hubfs/3990818/raw_assets/public/XMLdation_ISO20022com_2023/images/checkbox-checked.png) ;
}
.hs-form .hs-form-checkbox label>input {
  position: absolute;
  top: .25em;
  left: 0;
  width: 1.2em !important;
  height: 1.2em;
  opacity:0;
}
ul.inputs-list.multi-container{
  padding-top:0 !important;
}
.hs-form .hs-error-msgs label {
  line-height: 1.5;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin-bottom: 0;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin-bottom: 0;
}
.hs_error_rollup {
  margin-top: 2.2em;
}
.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
  color: darkred;
  font-size: 1em;
}
.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  padding-top: 0;
}

@media (max-width:989px){
  .hs-button {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .hs-form-field > .input textarea {
    min-height: 30px;
  }
  .hs-form .hs-form-checkbox label > input+span:before {
    width: 1.25em;
    height: 1.25em;
  }
}
@media (max-width:767px){
  .hs-form .hs-form-checkbox label > span {
    display: inline-block;
    margin-top: -1px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  list-style: none;
  margin:0;
  padding:0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */



th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
table th,
table td{
  text-align: left;
  border-collapse: collapse;
  padding: 15px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
table *{
  margin:0;
}
table *+*{
  margin-top: 2.2em;
}

/* Stack Table */
.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */
.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }
@media (max-width: 767px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */






/* About us Page */
.widget-type-header h2 {
  margin-top: 0;
  margin: 0 2% 1.1em;
  width: 96%;
}
.about-us-website-page {
  margin: 0 0 4.4em;
}
.about-us-website-page .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.about-us-website-page .dnd-section .widget-type-rich_text *+*{
  margin: 1.1em 0 0;
}
.about-us-website-page  .row-equal-col:last-child {
  margin-bottom: 3.3em;
}
.about-us-website-page .dnd-section .widget-type-rich_text h2+p:first-of-type {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4em;
}
@media (min-width:768px){
  .about-us-website-page  .row-equal-col .equal-col {
    width: 46%;
  }
}
.about-us-website-page .row-equal-col .equal-col {
  margin: 0 2% !important;
}
@media (max-width:1279px){
  .about-us-website-page .dnd-section .widget-type-rich_text h2+p:first-of-type {
    font-size: 20px;
  }
}
/* Contact us page */
.contact-us-website-page .dnd-section {
  padding-bottom: 0;
  padding-top: 0;
}
.contact-us-website-page .dnd-section .widget-type-form form {
  width: 66.6%;
}
.contact-us-website-page .dnd-section .widget-type-form form fieldset {
  max-width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  width: 100%;
}
.contact-us-website-page .dnd-section .widget-type-form form fieldset.form-columns-1,
.contact-us-website-page .dnd-section .widget-type-form form fieldset.form-columns-2,
.contact-us-website-page .dnd-section .widget-type-form form fieldset.form-columns-3{
  margin: 0;
}
.field {
  display: block;
}
.contact-us-website-page .dnd-section .widget-type-form form .hs-form-field > label,
.contact-us-website-page .dnd-section .widget-type-form form .hs-form-field > .input > *,
.contact-us-website-page .dnd-section .widget-type-form form .hs-form-field label:not(.hs-form-checkbox-display){
  margin: 0 6% 0 6%;
  width: 88% !important;
  display: block;
}
.contact-us-website-page .dnd-section .widget-type-form form .hs-form-field {
  width: 50%;
  flex-basis: auto;
  display: block;
}
.contact-us-website-page .dnd-section .widget-type-form form .hs-form-field > .input {
  margin-right: 0;
}
.contact-us-website-page .dnd-section .widget-type-form form input::-webkit-input-placeholder, 
.contact-us-website-page .dnd-section .widget-type-form form textarea::-webkit-input-placeholder { 
  color:transparent;
}
.contact-us-website-page .dnd-section .widget-type-form form input:-moz-placeholder, 
.contact-us-website-page .dnd-section .widget-type-form form textarea:-moz-placeholder {
  color:transparent; 
  opacity:1;
}
.contact-us-website-page .dnd-section .widget-type-form form input::-moz-placeholder, 
.contact-us-website-page .dnd-section .widget-type-form form textarea::-moz-placeholder { 
  color:transparent; 
  opacity:1; 
}
.contact-us-website-page .dnd-section .widget-type-form form input:-ms-input-placeholder, 
.contact-us-website-page .dnd-section .widget-type-form form textarea:-ms-input-placeholder { 
  color:#fff; 
}

.contact-us-website-page .dnd-section .widget-type-form form .legal-consent-container {
  margin: 2.2em 3% 0;
  font-size: 14px;
  font-weight: normal;
}

.contact-us-website-page .dnd-section .widget-type-form form .legal-consent-container p:last-child {
  margin: 0;
  padding-top: 1px;
}
.contact-us-website-page .dnd-section .widget-type-form .hs_submit.hs-submit {
  display: block;
  margin: 0 2%;
  flex-basis: 99%;
}
.contact-us-website-page .dnd-section {
  margin: 0 0 4.4em;
}

@media (max-width:1279px){
  .contact-us-website-page .dnd-section .widget-type-form form .legal-consent-container{
    font-size: calc(12px + 2 * ((100vw - 320px) / 960));
  }
}

@media (max-width:989px){
  .contact-us-website-page .dnd-section .widget-type-form form {
    width: 100%;
  }
}
@media (max-width:767px){
  .contact-us-website-page .dnd-section .widget-type-form form .hs-form-field>label, 
  .contact-us-website-page .dnd-section .widget-type-form form .hs-form-field>.input>*, 
  .contact-us-website-page .dnd-section .widget-type-form form .hs-form-field label:not(.hs-form-checkbox-display) {
    width: 100% !important;
    margin: 0 2%;
    max-width: calc(100% - 3.5%);
  }
  .contact-us-website-page .dnd-section .widget-type-form form .hs-form-field {
    flex-basis: 100%;
    display: block;
  }
}
@media (max-width:380px){
  .contact-us-website-page .dnd-section .widget-type-form form {
    padding-top: 3px;
  }
}
@media (max-width:330px){
  .contact-us-website-page .dnd-section .widget-type-form form {
    padding-top: 5px;
  }
}

/* Full Width Page */
.body-container-wrapper-website-page .dnd-section {
  margin: 2.2em auto 0;
}
.body-container-wrapper-website-page .dnd-section > .row-fluid > .dnd-module > .widget-type-rich_text > * > * {
  margin: 1.1em 2% 0;
}
.body-container-wrapper-website-page .dnd-section > .row-fluid > .dnd-module > .widget-type-rich_text h6:first-of-type{
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4em;
}
.body-container-wrapper-website-page .dnd-section > .row-fluid > .dnd-module > .widget-type-rich_text ol li,
.body-container-wrapper-website-page .dnd-section > .row-fluid > .dnd-module > .widget-type-rich_text ul li{
  display: list-item;
  margin-left: 1em;
  margin-bottom: 1.1em;
}
.body-container-wrapper-website-page .dnd-section > .row-fluid > .dnd-module > .widget-type-rich_text ol,
.body-container-wrapper-website-page .dnd-section > .row-fluid > .dnd-module > .widget-type-rich_text ul{
  padding-left: 0;
}
.body-container-wrapper-website-page .dnd-section > .row-fluid > .dnd-module{
  margin: 0 0 4.4em;
}


@media (max-width:1279px){
  .body-container-wrapper-website-page .dnd-section > .row-fluid > .dnd-module > .widget-type-rich_text h6:first-of-type{
    font-size: 20px;
  }
}
@media (max-width:767px){
  .body-container-wrapper-website-page .dnd-section > .row-fluid > .dnd-module > .widget-type-rich_text .stacktable {
    width: 95%;
  }
}
/* our location */
.our-location-website-page {
  padding-bottom: 4.4em;
}
.our-location-website-page .dnd-section .equal-col{
  margin: 0 2%;
}
.our-location-website-page .dnd-section {
  padding-top: 0;
  padding-bottom: 3.3em;
}

@media only screen and (min-width: 768px){
  .our-location-website-page .dnd-section .equal-col {
    width: 46%;
  }
}
/* Request A Demo Page */

.request-demo-website-page {
  margin: 2.2em auto 0;
}
.request-demo-website-page form .hs-main-font-element * {
  margin: 0;
}

.request-demo-website-page form fieldset+fieldset {
  margin-top: 2.2em;
}
.request-demo-website-page .dnd-section .widget-type-form form .legal-consent-container p:last-child {
  margin: 0;
  padding-top: 0;
}
.request-demo-website-page .dnd-section .widget-type-form form {
  padding-top: 0;
}



/* Solution Detail page */
.solution-detail-website-page .widget-type-section_header {
  margin-top: -.55em;
  padding-right: 33%;
  margin: 0 2% 1.1em;
  width: 96%;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.125em;
  margin-top: -.55em;
  margin-bottom: 0;
}

.solution-detail-website-page .widget-type-section_header h1 {
  font-size: 28px;
  font-weight: normal;
  display: block;
  line-height: 1.25em;
  margin: 0;
}

.solution-detail-website-page .widget-type-section_header p {
  margin: 0;
}

.solution-detail-row-one .dnd-section {
  margin-bottom: 3.3em;
}

.solution-detail-website-page .widget-type-header {
  margin: 0 2%;
  padding-right: 50%;
  margin-bottom: 1.1em;
  border-top: 1px solid #dce0e0;
  padding-top: 3.3em;
  margin-top: 3.3em;
}

.solution-detail-website-page .widget-type-header h3 {
  margin: 0;
  width: 100%;
}
.solution-detail-website-page .widget-type-rich_text *+* {
  margin-top: 1.1em;
}

.solution-detail-website-page .equal-col {
  margin: 0 2% !important;
}
.solution-detail-row-two .dnd-section[class*="background-color"] {
  padding: 2.2em 0;
  margin-top: 2.2em;
  padding-top: 4.4em;
}
.solution-detail-row-two .widget-type-rich_text p img {
  margin: 2.2em 0 0;
}
.solution-detail-row-two .dnd-section .widget-type-cta {
  padding: 0 0 2.2em;
  margin: 1.1em 2% 0;
  overflow-wrap: break-word;
}

.solution-detail-row-two .dnd-section .widget-type-cta .hs-cta-wrapper {
  margin-top: -2px;
  display: block;
}
.solution-detail-row-one .widget-type-rich_text ul {
  padding-left: 0;
  padding-left: 1em;
}
.solution-detail-row-two .widget-type-rich_text ul,
.solution-detail-row .widget-type-rich_text ul.check-box{
  list-style: none;
  padding-left: 0;
}

.solution-detail-row-two .widget-type-rich_text ul li,
.solution-detail-row .widget-type-rich_text ul.check-box li{
  list-style: none;
  background: url(//3990818.fs1.hubspotusercontent-na1.net/hubfs/3990818/raw_assets/public/XMLdation_ISO20022com_2023/images/checkmark.png) left .1em no-repeat;
  background-size: 1.3em;
  padding-left: 2.2em;
  margin-left: 0;
}
.solution-detail-row .widget-type-text {
  margin: 0 2% 1.1em;
  width: 96%;
  margin-top: -.55em;
  padding-right: 33%;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.125em;
}
@media (min-width:768px){
  .solution-detail-website-page .equal-col {
    width: 46% !important;
  }
  .solution-detail-row-two .dnd-section  .equal-col {
    margin-bottom: 1.1em !important;
  }
}

@media (max-width:1279px){
  .solution-detail-website-page .widget-type-section_header {
    font-size: calc(28px + 26 * ((100vw - 320px) / 960));
  }

  .solution-detail-website-page .widget-type-section_header h1 {
    font-size: calc(20px + 8 * ((100vw - 320px) / 960));
  }
  .solution-detail-row .widget-type-text {
    font-size: calc(28px + 26 * ((100vw - 320px) / 960));
  }
}
@media (max-width:989px){
  .solution-detail-row-two .dnd-section .widget-type-cta .hs-cta-wrapper a.cta_button{
    padding: 5px 20px !important;
  }
}
@media (max-width:809px){
  .solution-detail-website-page .widget-type-section_header {
    padding-right: 0;
    margin-top: 0;
  }

  .solution-detail-website-page .widget-type-header {
    padding-right: 0;
  }
  .solution-detail-row .widget-type-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }
}
@media (max-width:767px){
  .solution-detail-row-two .dnd-section  .equal-col {
    margin-bottom: 2.2em !important;
  }
  .solution-detail-website-page .solution-detail-row-two .widget-type-header{
    padding-bottom: 2.2em;
  }
}


/* Solution Component Page */
.solution-components-columns-wrap {
  display: flex;
  flex-flow: row wrap;
  margin-top: 2.2em;
}
.solution-right-sidebar,
.solution-left-main-content{
  flex-basis: 100%;
  margin-top: 0;
}
.solution-right-sidebar {
  margin-top: 3.3em;
}
.solution-right-sidebar .dnd-section > .row-fluid,
.solution-left-main-content .dnd-section > .row-fluid{
  max-width:100%;
  padding:0;
  width:100%;
}
.solution-left-main-content .dnd-section {
  margin: 1.1em 2% 0;
  overflow-wrap: break-word;
}
.solution-left-main-content .widget-type-header h3 {
  margin: 0;
  margin-top: 1.1em;
}
.solution-components-columns-wrap img {
  margin-top: .55em;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.solution-components-page-page {
  margin: 0 0 4.4em;
}
.solution-right-sidebar .dnd-section {
  margin: 1.1em 2% 0;
  overflow-wrap: break-word;
}
.solution-right-sidebar .widget-type-header{
  border-top: #fbbc33 8px solid;
  padding-top: .55em;
}
.solution-right-sidebar .widget-type-header h3{
  margin:0;
}
.solution-right-sidebar .hs-menu-wrapper > ul{
  font-weight: 400;
  margin: 1.1em 0 1.65em;
  font-size: calc(12px + 2 * ((100vw - 320px) / 960));
}
.solution-right-sidebar .hs-menu-wrapper > ul li{
  display: block;
  margin: 0;
}
.solution-right-sidebar .hs-menu-wrapper > ul li a{
  display: block;
  border-bottom: #dce0e0 1px solid;
  padding: .55em 0;
}
.solution-components-columns-wrap .widget-type-rich_text ul {
  padding: 0;
}
.solution-components-columns-wrap .widget-type-rich_text ul li {
  display: list-item;
  margin-left: 1em;
  margin-bottom: 1.1em;
}
.solution-components-columns-wrap .hs-responsive-embed-inner-wrapper {
  padding-bottom: 56.25% !important;
}
.solution-components-columns-wrap  .dnd-section .widget-type-form form {
  margin-top: 2.2em;
}
@media only screen and (min-width: 810px){
  .solution-right-sidebar .dnd-section {
    margin: 1.1em 6.4% 0 13.3%;
    margin-top: 2.2em;
  }
  .solution-left-main-content {
    width: 68.83%;
    flex-basis: auto;
    order: 1;
  }

  .solution-right-sidebar {
    width: 31.16%;
    flex-basis: auto;
    margin-top: 0;
    order: 2;
  }
  .solution-left-main-content .dnd-section {
    margin: 1.1em 6.0% 0 2.9%;
  }
}

@media screen and (min-width: 1280px){
  .solution-right-sidebar .hs-menu-wrapper > ul{
    font-size: 14px;
  }
}
@media (max-width:809px){
  .solution-components-columns-wrap .dnd-section .widget-type-form form .hs-form-field>label, 
  .solution-components-columns-wrap .dnd-section .widget-type-form form .hs-form-field>.input>*, 
  .solution-components-columns-wrap .dnd-section .widget-type-form form .hs-form-field label:not(.hs-form-checkbox-display) {
    width: 100% !important;
    margin: 0 2%;
    max-width: calc(100% - 3.5%);
  }
  .solution-components-columns-wrap .dnd-section .widget-type-form form .hs-form-field {
    flex-basis: 100%;
    display: block;
  }
}

/* ISO 20022 Page */
.iso020022-page .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 3.3em;
  margin-top: 2.2em;
}
.iso020022-page .dnd-section .equal-col {
  margin: 0 2% !important;
}
.iso020022-page {
  margin: 0 0 4.4em;
}
.iso020022-page .dnd-section .widget-type-rich_text *+* {
  margin-top: 1.1em;
}
.iso020022-page .dnd-section .widget-type-rich_text ul {
  padding: 0;
}
.iso020022-page .dnd-section .widget-type-rich_text ul li {
  margin-left: 1em;
}
.iso020022-page .dnd-section h4{
  font-weight:500;
}
.iso020022-page .dnd-section[class*="background-color"] {
  margin-top: 5.5em;
  padding: 2.2em 0;
  margin-bottom: 0;
}
.iso020022-page .widget-type-section_header {
  padding-top: 2.2em;
}
.iso020022-page .widget-type-section_header h1 {
  margin: 0;
  font-size: 28px;
  line-height: 1.25em;
  margin-top: 1.1em;
}
.iso020022-page .widget-type-section_header .page-header.section-header {
  flex-basis: 100%;
  margin-top: 0;
}
.iso020022-page .widget-type-section_header p {
  font-size: 28px;
  line-height: 1.4em;
  margin-top: 1.1em;
  margin-bottom: 0;
}
.iso020022-page .widget-type-cta {
  padding: 0 0 2.2em;
  margin-top: 1.1em;
  max-height: 67px;
}
.iso020022-page .dnd-section[class*="background-color"] > .row-fluid > div {
  margin: 0 2% 0;
}
@media only screen and (min-width:768px){
  .iso020022-page .dnd-section .equal-col {
    width: 46%;
  }
}
@media (max-width:1279px){
  .iso020022-page .widget-type-section_header h1 {
    font-size: calc(20px + 8 * ((100vw - 320px) / 960));
  }
  .iso020022-page .widget-type-section_header p {
    font-size: 20px;
  }
  .iso020022-page .widget-type-cta .hs-cta-wrapper {
    display: block;
    margin-top: -1px;
  }
}
.iso020022-page .dnd-section .stacktable.large-only { display: table; }
.iso020022-page .dnd-section .stacktable.small-only { display: none; }
@media (max-width: 1024px) {
  .iso020022-page .dnd-section .stacktable.large-only { display: none; }
  .iso020022-page .dnd-section .stacktable.small-only { display: table; }
}
@media (max-width:989px){
  .hs-cta-wrapper a.cta_button {
    padding: 5px 20px;
  }
}





/* Solution Page */

.solution-page .dnd-section {
  padding-bottom: 0;
  padding-top: 0;
}

.solution-page .dnd-section .widget-type-text {
  font-size: 28px;
  line-height: 1.4em;
  margin: 0 2% 0;
  border-bottom: 1px solid #dce0e0;
  padding-bottom: 2.75em;
  margin-bottom: 2.75em;
  margin-top: 0;
}

.solution-page .dnd-section .equal-col {
  margin: 0 2% !important;
}

.solution-page .widget-type-rich_text *+* {
  margin: 1.1em 0 0;
}
.solution-page {
  margin: 0 0 4.4em;
}
.solution-page .widget-type-cta {
  margin-top: 2.2em;
}

.solution-page .hs-cta-wrapper {
  display: block;
  margin-top: -2px;
}
@media (min-width:768px){
  .solution-page .dnd-section .equal-col {
    width: 46%;
  }
}
@media (max-width:1279px){
  .solution-page .dnd-section .widget-type-text {
    font-size: 20px;
  }
}



/* Home Page */
.home-page-body .website-header-menu {
  background: transparent;
}
.home-page-body  .website-header .colord-logo {
  display: none;
}

.home-page-body  .website-header .transparent-logo {
  display: block;
}

.home-page-body .header-menu-col .hs-menu-wrapper > ul > li > a,
.home-page-body .header-menu-col .hs-menu-wrapper > ul > li > a:hover {
  color: #fff;
}

.home-banner span.home-banner-btn-text {
  background-image: url(//3990818.fs1.hubspotusercontent-na1.net/hubfs/3990818/raw_assets/public/XMLdation_ISO20022com_2023/images/icon-scroll.svg);
}
.home-banner a.home-banner-video {
  background-image: url(//3990818.fs1.hubspotusercontent-na1.net/hubfs/3990818/raw_assets/public/XMLdation_ISO20022com_2023/images/icon-play.svg);
}
.home-page-lay .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 2.2em;
}

.home-page-lay  .our-soutions {
  border: none;
  margin-top: 0;
  padding-top: 0;
}

.home-page-lay .our-soutions > h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.125em;
}
.home-page-lay .page-recent-post-wrap {
  margin-top: -1em;
}
.home-page-row {
  margin-bottom: 2.2em;
}
@media screen and (min-width: 320px){
  .home-page-lay .our-soutions > h3 {
    font-size: calc(28px + 26 * ((100vw - 320px) / 960));
  }
}
@media screen and (min-width: 1280px){
  .home-page-lay .our-soutions > h3 {
    font-size: 54px;
  }
}
@media (max-width: 989px){
  .home-page-body  span.btn-menu-open {
    background: url(//3990818.fs1.hubspotusercontent-na1.net/hubfs/3990818/raw_assets/public/XMLdation_ISO20022com_2023/images/icon-menu-nega.svg) 0 0 no-repeat;
    background-size: 22px 22px;
  }
  .open-mobile-menu .home-page-body span.btn-menu-open {
    background-image: url(//3990818.fs1.hubspotusercontent-na1.net/hubfs/3990818/raw_assets/public/XMLdation_ISO20022com_2023/images/icon-close.svg);
  }
}


/* Event Detail page */
.event-detail-lay .dnd-section {
  margin: 0 0 4.4em;
  padding-top: 0;
  padding-bottom: 0;
}
.event-detail-row-two .dnd-section {
  padding: 4.4em 0 5.5em;
}

.event-detail-lay form {
  text-align: center;
}
.event-detail-lay form .hs-form-field > label{
  display:none;
}
.event-detail-lay form .hs-form-field .input > .hs-input{
  color: white;
  margin: 0 auto;
  border-bottom: #b5c5cd 1px solid;
  width: 32.5%;
  min-width: 100px;
  background:transparent;
  text-align:center;

}
.event-detail-lay form .hs-form-field .input > .hs-input:focus{
  border-color: #fbbc33;

}
.event-detail-lay form .hs-richtext {
  color: #9ba3a6;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 2.2em;
}
.event-detail-lay form .hs-richtext *:last-child{
  margin-bottom:0;
}
.event-detail-lay form .hs-richtext *{
  margin-top:0;
}
.event-detail-lay .page-header.section-header h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.125em;
  margin: 0;
}
.event-detail-lay .page-header.section-header p{
  width: 100%;
  margin: 0;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 300;
  margin-top: .55em;
}
.event-detail-lay form .hs-form-field .input > .hs-input::-webkit-input-placeholder { color:#9ba3a6; }
.event-detail-lay form .hs-form-field .input > .hs-input:-moz-placeholder { color:#9ba3a6; opacity:1; }
.event-detail-lay form .hs-form-field .input > .hs-input::-moz-placeholder { color:#9ba3a6; opacity:1; }
.event-detail-lay form .hs-form-field .input > .hs-input:-ms-input-placeholder { color:#9ba3a6; }
.event-detail-lay form  .hs-error-msgs label {
  text-align: center;
}
.event-detail-row-one .dnd-section {
  margin-top: 2.2em;
}
.event-detail-row-one .widget-type-header h2 {
  width: 96%;
  margin-bottom: .55em;
  margin-top: .55em;
  margin-left: 2%;
  margin-right: 2%;
}
.event-detail-row-one .widget-type-header h2 > span {
  font-weight: normal;
  display: block;
  font-size: 20px;
  line-height: 1.25em;
}
.event-detail-row-content .row-fluid {
  align-items: flex-start;
}
.event-detail-row-content .widget-type-rich_text > * > *{
  margin: 1.1em 2% 0;
}
.event-detail-row-content .widget-type-rich_text p:first-of-type{
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
}
.event-detail-lay .event-detail-row-two .dnd-section {
  margin-bottom: 0;
}
@media (min-width:768px){
  .event-detail-row-content .row-fluid.event-detail-column > .span4,
  .event-detail-row-content .row-fluid.event-detail-column > .span8+.span4{
    width: 31.16%;
  }
  .event-detail-row-content .row-fluid.event-detail-column > .span4~.widget-span,
  .event-detail-row-content .row-fluid.event-detail-column > .span8~.widget-span{
    margin-left:0;
  }
  .event-detail-row-content .row-fluid.event-detail-column > .span4+.span8,
  .event-detail-row-content .row-fluid.event-detail-column > .span8{
    width: 68.83%;
    margin-left: 0;
  }
  .event-detail-row-content .widget-type-rich_text > * > *{
    margin: 1.1em 2.9% 0 6.0%;
  }
}
@media (max-width:767px){
  .event-detail-lay .row-fluid.event-detail-column {
    display: flex;
    flex-direction: column-reverse;
  }

  .event-detail-lay .row-fluid.event-detail-column > .widget-span {
    width: 100%;
  }
}
@media screen and (min-width: 320px){
  .event-detail-lay form .hs-richtext {
    font-size: calc(12px + 2 * ((100vw - 320px) / 960));
  }
  .event-detail-lay .page-header.section-header h1 {
    font-size: calc(28px + 26 * ((100vw - 320px) / 960));
  }
  .event-detail-lay .page-header.section-header p,
  .event-detail-row-one .widget-type-header h2 > span,
  .event-detail-row-content .widget-type-rich_text p:first-of-type{
    font-size: calc(20px + 8 * ((100vw - 320px) / 960)); 
  }
}
@media screen and (min-width: 1280px){
  .event-detail-lay form .hs-richtext {
    font-size: 14px;
  }
  .event-detail-lay .page-header.section-header h1 {
    font-size: 54px;
  }
  .event-detail-lay .page-header.section-header p,
  .event-detail-row-content .widget-type-rich_text p:first-of-type{
    font-size: 28px;
  }
  .event-detail-row-one .widget-type-header h2 > span {
    font-size: 28px;
  }
}
@media (max-width:1279px){
  .event-detail-lay form .hs-form-field .input>.hs-input {
    width: 30%;
    min-width: 200px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.website-header {
  padding: 0 1.1em;
  font-weight: 500;
  padding-top: 39px;
}

.header-col-wrap {
  position: relative;
  z-index: 100;
}

.transparent-logo {
  display: none;
}

.header-col.col-left {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 189px;
  width: 12em;
  height: 2.2em;
  left: 1.1em;
}

.header-col.col-right {
  text-align: right;
  margin-right: 2%;
  padding-top: calc(.4em - 1px);
}

.header-menu-col {
  display: inline-block;
  vertical-align: middle;
}

.header-menu-col .hs-menu-wrapper > ul > li {
  display: inline-block;
  position: relative;
  z-index: 3;
  font-size: 18px;
}

.header-menu-col .hs-menu-wrapper > ul ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.header-menu-col .hs-menu-wrapper > ul > li > ul {
  top: 100%;
  left: 0;
}

.header-menu-col .hs-menu-wrapper > ul ul ul {
  left: 100%;
}

.header-menu-col .hs-menu-wrapper > ul ul ul ul {
  left: auto;
  right: 100%;
}

.header-menu-col .hs-menu-wrapper > ul > li > a {
  padding: 5px 10px;
}





.header-menu-col .hs-menu-wrapper > ul {
  position: relative;
  top: 1px;
}
.header-col.col-right {
  position: relative;
  z-index: 10;
}

.header-col.col-left {
  z-index: 12;
}

@media (max-width:1279px){
  .header-col.col-left {
    max-width: 188px;
  }
}

@media (min-width:990px){
  .btn-menu-open{
    display:none;
  }
  .header-menu-wrap,
  .header-menu-col .hs-menu-wrapper > ul {
    font-size: 0;
    position: relative;
    vertical-align: middle;
  }

  .header-menu-col.col-right {
    margin-left: 10px;
    font-size: 18px;
  }
  .header-menu-col .hs-menu-wrapper > ul > li:first-child{
    display:none;
  }

  .header-menu-col .hs-menu-wrapper > ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .header-menu-col .hs-menu-wrapper > ul ul {
    display:block !important;
    overflow:visible !important;
  }
  .header-menu-col .hs-menu-wrapper > ul ul {
    min-width: 200px;
    text-align: left;
  }

  .header-menu-col .hs-menu-wrapper > ul ul li a {
    padding: 8px 10px;
    display: block;
    white-space: normal;
  }
  .child-trigger{
    display:none !important;
  }
  header.website-header.website-header-lp .header-col-wrap {
    min-height: 35px;
  }
}
@media (max-width:1279px) and (min-width:990px){
  .header-menu-col.col-right, .header-menu-col .hs-menu-wrapper > ul > li {
    font-size: calc(16px + 2 * ((100vw - 320px) / 960));
  }
  .header-menu-wrap {
    font-size: 0;
  }
  .header-col.col-right {
    padding-top: calc(.4em - 2px);
  }
}
@media (max-width:989px){

  .website-header {
    padding: 0;
    padding-top: 38px;
  }

  .header-col.col-left {
    left: 7.4%;
    max-width: 182px;
  }

  span.btn-menu-open {
    z-index: 999;
    display: block;
    position: absolute;
    top: 0;
    right: 6%;
    width: 22px;
    height: 22px;
    background: url(//3990818.fs1.hubspotusercontent-na1.net/hubfs/3990818/raw_assets/public/XMLdation_ISO20022com_2023/images/icon-menu.svg) 0 0 no-repeat;
    background-size: 22px 22px;
    transition: background 1s;
    cursor: pointer;
    top: 2.2em;
  }

  span.btn-menu-open span.accessible-hidden {
    position: absolute;
    top: 0;
    left: -999px;
    height: 1px;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    white-space: nowrap;
  }
  .header-col.col-right {
    height: 100%;
    width: 0;
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #2b3c43;
    overflow-x: hidden;
    transition: width 0.5s;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.125em;
    position: relative;
    z-index: 20;
    display: block;
    padding-top: 0;
    text-align: left;
    margin-right: 0;
    position: fixed;
    max-height:100vh;
    overflow-x:hidden;
    overflow-y:auto;
  }
  .open-mobile-menu .header-col.col-right{
    width: 100%;
  }
  .open-mobile-menu span.btn-menu-open {
    position: fixed;
    background-image: url(//3990818.fs1.hubspotusercontent-na1.net/hubfs/3990818/raw_assets/public/XMLdation_ISO20022com_2023/images/icon-close.svg);
    margin-top: 0;
  }
  .header-menu-wrap {
    margin: 3.3em 25px 0;
  }

  .header-menu-col {
    display: block;
  }

  .header-menu-col .hs-menu-wrapper > ul {
    position: static;
  }

  .header-menu-col .hs-menu-wrapper > ul > li {
    display: block;
    padding: .5em 5% .25em;
  }

  .header-menu-col .hs-menu-wrapper > ul > li > a {
    color: white;
    display: block;
    padding: 0;
  }

  .header-menu-col.col-right, 
  .header-menu-col .hs-menu-wrapper > ul > li {
    font-size: 28px;
  }
  .header-menu-col.col-right {
    padding: 1.65em 5%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25em;
    padding-top: calc(1.65em - 2px);
  }

  .header-menu-col.col-right .request-demo-cta {
    padding: 10px 30px;
  }
  .header-col.col-left {
    width: 10.5em;
    max-width: 190px;
  }
  .header-col-wrap {
    position: static;
    z-index: 100;
  }
  .header-col.col-left {
    top: 2.2em;
  }
  .header-menu-col .hs-menu-wrapper > ul ul {
    position: static;
    visibility: visible;
    display: none;
    opacity: 1;
  }

  .header-menu-col .hs-menu-wrapper > ul ul li a {
    color: #fff;
  }

  .header-menu-col .hs-menu-wrapper > ul ul > li {
    padding: .5em 5% .25em;
  }
  .child-trigger {
    position: absolute;
    top: 3px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }

  .child-trigger:before,.child-trigger:after {
    content: "";
    width: 19px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .child-trigger:before {
    top: 50%;
    margin-top: -2px;
  }

  .child-trigger:after {
    top: 50%;
    transform: rotate(90deg);
    margin-top: -2px;
  }

  .child-trigger.child-open:after {
    opacity: 0;
  }
}


.with_page_title_body .website-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.website-footer {
  margin-top: 0;
  padding: 1.1em 0 3.3em;
}
@media only screen and (min-width: 990px){
  .website-footer {
    padding: 4.4em 0;
  }
}



.footer-bottom-section {
  display: flex;
  flex-flow: row wrap;
}

.social-col {
  order: 2;
  width: 16.6%;
  margin-top: 1.1em;
}
.legal-privacy-col {
  order: 1;
  width: 83.3%;
  margin-top: 2.2em;
  font-size: 14px;
}

.legal-privacy-col .hs-menu-wrapper > ul {
  padding: 0.3em 2.4% 0 42.4%;
}

.legal-privacy-col .hs-menu-wrapper > ul > li {
  display: inline;
}

.legal-privacy-col .hs-menu-wrapper > ul > li+li:before {content: " — ";}

.legal-privacy-col .hs-menu-wrapper > ul > li a {
  color: #2b3c43;
  text-decoration: none;
}

.website-footer {
  font-weight: 400;
}

.social-links p {
  margin-bottom: 0;
}

.footer-top-section {
  display: flex;
  flex-flow: row wrap;
  font-weight: 300;
}

.footer-top-col.col-left {
  width: 33.3333%;
}

.footer-top-col.col-right {
  width: calc(100% - 33.3333%);
}

.footer-top-col.col-right .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-top-col.col-right .hs-menu-wrapper > ul > li a{
  margin-left: 8%;
  margin-right: 8%;
}
.footer-top-col.col-right .hs-menu-wrapper > ul > li:nth-child(3n) a{
  margin-left: 12%;
  margin-right: 12%;
}

.footer-top-col.col-left > div {
  margin-left: 6%;
  margin-right: 6%;
  height: 1.9em;
  width: 12em;
  padding: 0 0;
}

.footer-top-col.col-left img {
  width: 192px !important;
}

.footer-top-col.col-right .hs-menu-wrapper > ul > li a {
  padding: 3px 0;
  display: block;
}

.footer-top-col.col-right .hs-menu-wrapper > ul > li > a {
  font-weight: 500;
}

.footer-top-col.col-right .hs-menu-wrapper > ul > li {
  width:37.49998125%;
}
.footer-top-col.col-right .hs-menu-wrapper > ul > li:nth-child(3n){
  width: 24.9989875005%;
}
.footer-top-col.col-right .hs-menu-wrapper > ul > li.active > a > span,
.footer-top-col.col-right .hs-menu-wrapper > ul ul > li.active > a > span{
  border-bottom-width:2px;
  border-bottom-style:solid;
}

@media (max-width:1279px){
  .legal-privacy-col {
    font-size: calc(12px + 2 * ((100vw - 320px) / 960));
  }
  .footer-top-col.col-left img {
    width: calc(100% - 10.4%) !important;
  }
}
@media (min-width:970px){
  .footer-bottom-section {
    align-items: center;
  }
}
@media (max-width:969px){
  .legal-privacy-col .hs-menu-wrapper>ul {
    margin-top: 6px;
  }
}



@media (max-width:809px){
  .footer-top-col.col-left, 
  .footer-top-col.col-right, 
  .footer-top-col.col-right .hs-menu-wrapper > ul > li,
  .footer-top-col.col-right .hs-menu-wrapper > ul > li:nth-child(3n) {
    width: 100%;
    position: relative;
  }

  .footer-top-col.col-left,
  .footer-top-col.col-right .hs-menu-wrapper > ul > li {
    margin-top: 2.2em;
  }

  .social-col {
    order: 1;
    margin-top: 1.1em;
  }

  .social-col,.legal-privacy-col {
    width: 100%;
  }

  .social-links p {
    padding: 0 2%;
  }

  .legal-privacy-col {
    order: 2;
    margin-top: 1.1em;
  }

  .legal-privacy-col .hs-menu-wrapper > ul {
    padding: 0 2%;
    margin-top: 0;
    line-height: 1.5em;
  }

  .footer-top-col.col-right .hs-menu-wrapper > ul > li a,
  .footer-top-col.col-right .hs-menu-wrapper > ul > li:nth-child(3n) a {
    margin: 0 2%;
  }
  .legal-privacy-col .hs-menu-wrapper>ul {
    margin-top: 4px;
  }
  .footer-top-col.col-left>div {
    width: 190px;
    height: auto;
    margin: 0 2%;
    padding: 0;
  }

  .footer-top-col.col-left  .widget-type-logo a img {
    width: 100% !important;
    display: block;
  }
  .footer-top-col.col-left .widget-type-logo a {
    display: block;
    padding: 3px 0;
    position: relative;
    top: -4px;
    z-index: 3;
  }
}
@media (max-width:767px){
  .footer-top-col.col-left .widget-type-logo a {
    top: -3px;
  }
}
@media (max-width:330px){
  .legal-privacy-col .hs-menu-wrapper>ul {
    margin-top: 4px;
  }
  .footer-top-col.col-left>div {
    padding: 3px 0;
  }
  .footer-top-col.col-left .widget-type-logo a {
    top: -3px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}
.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}
.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
  width:767px
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


/* Listing Page */
.blog_title-wrap {
  padding-top:7.7em
}
.blog_title-center {
  max-width: calc(1398px + 10.8%);
  padding: 0 5.4%;
  margin: 0 auto
}
.blog_sectiontitle {
  margin: 0 2%
}
.blog_sectiontitle {
  font-size: 78px;
  margin: 0 2%;
  background-size: 1em 1em;
  background-repeat: no-repeat;
  font-weight: 700;
  line-height: 1.125em;
  padding-left: 1.2em
}
.blog_topic_nav {
  padding: 0 5.4%;
  margin: 1.1em auto 4.4em;
  max-width: 1398px;
  font-weight: 500;
  position: relative;
  box-sizing:content-box;
}

.blog_topic_toggle {
  margin: 0 2%;
  padding: 0;
}
.blog_topic_nav ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.blog_topic_nav ul li{
  display: inline-block;
  margin: 0;
}
.blog-listing-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.blog-post-item {
  flex-grow: 1;
  margin-bottom: 2.2em;
  width: 100%;
  min-height: 9em;
}
.blog-post-item-in > a {
  min-height: 8em;
  margin: 0 2%;
  display: block;
  position: relative;
  z-index:3;
}
.blog-post-item-in img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.blog-post-item-in > a > *:not(img){
  margin-top: .55em;
}
.blog-post-item-meta {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
}
h3.blog-post-item-name {
  font-weight: 300;
  margin: .1em 0;
}
p.blog-post-item-summary {
  display: none;
  margin-bottom: .55em;
}
span.blog-post-item-read-more {
  border: 0;
  margin: 0;
  margin-right: 10px;
  display: none;
  margin-top: .55em;
  border-bottom: #fbbc33 2px solid;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.hs-blog-body-section {
  margin: 0 0 4.4em;
}
.blog-listing-wrapper.successstory .blog-post-item p.blog-post-item-summary,
.blog-listing-wrapper.media .blog-post-item p.blog-post-item-summary,
.blog-listing-wrapper.whitepapers .blog-post-item p.blog-post-item-summary{
  display: block;
}

.blog-listing-wrapper.successstory .blog-post-item span.blog-post-item-read-more,
.blog-listing-wrapper.media .blog-post-item span.blog-post-item-read-more,
.blog-listing-wrapper.whitepapers .blog-post-item span.blog-post-item-read-more{
  display: inline;
}
.blog-listing-wrapper.events .blog-post-item-meta{
  display:flex;
}
@media screen and (min-width: 320px){
  .blog-post-item-meta{
    font-size: calc(12px + 2 * ((100vw - 320px) / 960));
  }
}
@media only screen and (min-width: 540px){
  .blog-post-item {
    width: 50%;
    max-width: 50%;
  }
  .blog-post-item-in > a{
    margin-left: 4%;
    margin-right: 4%;
  }
}
@media only screen and (min-width: 606px){
  .blog-listing-wrapper.successstory .blog-post-item {
    width: 50%;
    max-width: 50%;
  }
  .blog-listing-wrapper.successstory .blog-post-item .blog-post-item-in>a {
    margin-right: 4%;
    margin-left: 4%;
  }
}
@media only screen and (min-width: 810px){
  .blog-post-item{
    width: 33.333333333%;
    max-width: 33.333333333%;
  }

  .blog-post-item-in > a{
    margin-left: 6%;
    margin-right: 6%;
  }
}
@media only screen and (min-width: 990px){
  .blog_topic_toggle  {
    border-bottom: #dce0e0 1px solid;
    cursor: default;

  }
  .blog_topic_toggle > span{
    display:none;
  }
  .blog_topic_nav ul{
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    margin-top: 0;
  }
  .blog_topic_nav ul li{
    display: block;
    margin-right: 5px;
  }
  .blog_topic_nav ul li.active-topic{
    border-bottom: #fbbc33 4px solid;
  }
  .blog_topic_nav ul li a{
    display: block;
    padding: .55em 1em;
  }
  .blog_title-wrap {
    padding-top:9.9em
  }
  .blog-post-item {
    margin-bottom: 4.4em;
  }
}
@media screen and (min-width: 1280px){
  .blog-post-item-meta{
    font-size: 14px;
  }
}
@media(max-width: 1279px) {
  .blog_sectiontitle {
    font-size:calc(38px + 40 * ((100vw - 320px) / 960))
  }
}
@media only screen and (max-width: 989px){
  .blog_topic_nav {
    margin: 2.2em auto 3.3em;
  }

  .blog_topic_toggle {
    border-top: #dce0e0 1px solid;
    border-bottom: #dce0e0 1px solid;
  }

  .blog_topic_toggle > span {
    display: block;
    padding: 1.1em 0;
    position: relative;
    z-index: 3;
  }

  .blog_topic_toggle > span:after {
    position: absolute;
    content: "";
    overflow: hidden;
    right: 0;
    top: 1.1em;
    height: 1.5em;
    width: 1.5em;
    background: url(//3990818.fs1.hubspotusercontent-na1.net/hubfs/3990818/raw_assets/public/XMLdation_ISO20022com_2023/images/icon-dropmenu.svg) right center no-repeat;
    background-size: 1.5em auto;
    transition: transform .25s;
  }
  .open-blog-topic-menu .blog_topic_toggle > span:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .blog_topic_nav ul {
    display: none;
  }
  .open-blog-topic-menu.blog_topic_nav ul {
    display: block;
    width: 100%;
    margin: 1.1em 0 2.2em;
  }

  .blog_topic_nav ul li {
    display: block;
    padding: .55em 0;
  }

  .blog_topic_nav ul li a {
    display: block;
    padding-left: 14px;
  }

  .blog_topic_nav ul li.active-topic a {
    border-left: #fbbc33 4px solid;
    padding-left: 10px;
  }
  .blog_topic_toggle {
    line-height: 26px;
  }
}
@media only screen and (max-width: 606px){
  .blog-listing-wrapper.successstory .blog-post-item {
    width: 100%;
    max-width: 100%;
  }
}

/* Blog post */
.without-blog-featured-image-body h1.blog-post-title {
  margin-top: 2.2em;
  margin-bottom: .55em;
}
.hs-blog-post.with-blog-featured-image-body .website-header {
  background: transparent;
}
.hs-blog-post.with-blog-featured-image-body .website-header .colord-logo {
  display: none;
}
.hs-blog-post.with-blog-featured-image-body .website-header .transparent-logo {
  display: block;
}
.hs-blog-post.with-blog-featured-image-body .website-header .header-menu-col .hs-menu-wrapper > ul > li > a,
.hs-blog-post.with-blog-featured-image-body .website-header .header-menu-col .hs-menu-wrapper > ul > li > a:hover {
  color: #fff;
}
.blog-post-banner {
  position: relative;
  padding-top: 0;
  min-height: 120px;
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 3;
}
.blog-post-banner-filter {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
}
.blog-post-body-wrapper .content-wrapper {
  margin-top: 2.2em;
  display: flex;
  flex-flow: row wrap;
}

h1.blog-post-title {
  margin: 0 2% 1.1em;
  width: 96%;
  margin-bottom: .55em;
  margin-top: .55em;
  font-size: 54px;
}

.post-body-col {
  flex-basis: 100%;
  margin-top: 0;
}
.post-body-col.col-right {
  margin-top: 3.3em;
}
.post-body-col.col-right .blog-sidebar-box{
  border-top: #fbbc33 8px solid;
  padding-top: .55em;
  margin: 1.1em 2% 0;
  overflow-wrap: break-word;
}
.post-body-col.col-right .blog-sidebar-box h3{
  margin:0;
}
.post-body-col.col-right .blog-sidebar-box ul{
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 1.1em 0 1.65em;
}
.post-body-col.col-right .blog-sidebar-box ul li{
  display: block;
  margin: 0;
}
.post-body-col.col-right .blog-sidebar-box ul li a{
  display: block;
  border-bottom: #dce0e0 1px solid;
  padding: .55em 0; 0;
}
span.blog-sidebar-link {
  margin-top: 2.2em;
  border-bottom: #fbbc33 2px solid;
}
.hs-blog-post-body-content > span > *{
  overflow-wrap: break-word;
}

.hs-blog-post-body-content{
  margin-right: 2%;
  margin-left: 2%;
}
.hs-blog-post-body-content > span > *{
  margin-top: 1.1em;
  margin-bottom: 0;
 
}
.hs-blog-post-body-content > span > p:first-of-type {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
}
.hs-blog-post-body-content > span > p:first-of-type > strong{
  font-weight: 300;
}
.hs-blog-post-body-content > span > ul {
  list-style: disc outside;
  padding-left: 0;
}
.hs-blog-post-body-content > span > ul li {
  display: list-item;
  margin-left: 1em;
  margin-bottom: 1.1em;
}
.hs-blog-post-body-content .error-page-aboutxmld {
  margin-left: 0;
  margin-right: 0;
}
.subscription-form-section {
  margin-top: 0;
  padding: 4.4em 0 5.5em;
  background: #2b3c43;
  color: white;
  text-align: center;
}
.subscription-form-section h1,
.subscription-form-section h2,
.subscription-form-section h3,
.subscription-form-section h4,
.subscription-form-section h5,
.subscription-form-section h6{
  color:inherit;
}
.subscription-form-section > div > *{
  margin-top:0;
  margin-bottom:0;
}
.subscription-form-section > div > *+*{
  margin-top: .55em;
}
.subscription-form-section h3{
  font-weight: 300;
}
.subscription-form-content {
  margin-top: 0 !important;
}
.subscription-form-content .hs-form-field > label{
  color: #778f9b;
}
.subscription-form-content .hs-form-field .input > .hs-input{
  color: white;
  margin: 0 auto;
  border-bottom: #b5c5cd 1px solid;
  width: 30%;
  min-width: 200px;
  max-width: 387px;
}
.subscription-form-content .hs-form-field .input > .hs-input::-webkit-input-placeholder { color:#9ba3a6; }
.subscription-form-content .hs-form-field .input > .hs-input:-moz-placeholder { color:#9ba3a6; opacity:1; }
.subscription-form-content .hs-form-field .input > .hs-input::-moz-placeholder { color:#9ba3a6; opacity:1; }
.subscription-form-content .hs-form-field .input > .hs-input:-ms-input-placeholder { color:#9ba3a6; }
.subscription-form-content .hs-form-field .input > .hs-input:focus {
  border-color: #fbbc33;
}
.subscription-form-content .legal-consent-container {
  color: #9ba3a6;
}
.subscription-form-content .legal-consent-container :last-child{
  width: 100%;
  margin: 0;
}
.subscription-form-content .hs-form-field > label {
  display: none;
}

.subscription-form-content .hs-form-field .input>.hs-input {
  text-align: center;
  background: transparent;
}

.subscription-form-content .legal-consent-container {
  display: block;
  margin-top: 2.2em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
}
.subscription-form-content ul.no-list.hs-error-msgs.inputs-list {
  text-align: center;
}

.subscription-form-content ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
  text-align: center;
}

.subscription-form-content .hs_error_rollup label.hs-main-font-element {
  text-align: center;
}
.blog-listing-wrapper.careers .blog-post-item-meta,
.blog-listing-wrapper.successstory .blog-post-item-meta{
  display: none;
}
.blog-listing-wrapper.successstory h3.blog-post-item-name,
.blog-listing-wrapper.whitepapers h3.blog-post-item-name,
.blog-listing-wrapper.media h3.blog-post-item-name{
  font-weight: bold;
  margin-top: .55em;
}
.blog-listing-wrapper.whitepapers .blog-post-item p.blog-post-item-summary,
.blog-listing-wrapper.media  .blog-post-item p.blog-post-item-summary{
  margin-bottom:0;
}
.blog-post-item-in.blog-post-item-without-image > a {
  border-top: #fbbc33 8px solid;
  padding-top: .55em;
}
.blog-post-item-in.blog-post-item-without-image > a > h3.blog-post-item-name {
  margin: .1em 0;
}
.blog-post-item-in > a > h3.blog-post-item-name {
  margin-top: 0;
  margin-bottom: 0;
}
.blog-post-item-meta {
  margin-bottom: 0;
}
.blog-post-comment-wrap {
  margin-bottom: 4.4em;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 12px;
  padding-left: 3px;
}

@media screen and (min-width: 320px){
  .post-body-col.col-right .blog-sidebar-box ul{
    font-size: calc(12px + 2 * ((100vw - 320px) / 960));
  }
  h1.blog-post-title{
    font-size: calc(28px + 26 * ((100vw - 320px) / 960));
  }
  .hs-blog-post-body-content > span > p:first-of-type {
    font-size: calc(20px + 8 * ((100vw - 320px) / 960));
  }
  .subscription-form-content .legal-consent-container{
    font-size: calc(12px + 2 * ((100vw - 320px) / 960));
  }
}
@media only screen and (min-width: 810px){
  .post-body-col.col-left {
    order: 2;
    width: 68.83%;
    flex-basis: auto;
  }
  .post-body-col.col-right {
    order: 1;
    width: 31.16%;
    flex-basis: auto;
    margin-top: 0;
  }
  .post-body-col.col-right .blog-sidebar-box{
    margin: 1.1em 13.3% 0 6.4%;
    margin-top: 2.2em;
  }
  .hs-blog-post-body-content{
    margin-right: 6.0%;
    margin-left: 2.9%;
  }
  .hs-blog-post-body-content > span > *{
    margin-top: 1.1em;
    margin-bottom: 0;
  }
  .hs-blog-post-body-content .error-page-aboutxmld {
    margin-bottom: 2.2em;
    margin-top: 3.3em;
  }
  .subscription-form-content .legal-consent-container{
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px){
  .post-body-col.col-right .blog-sidebar-box ul{
    font-size: 14px;
  }
  h1.blog-post-title {
    font-size: 54px;
  }
  .hs-blog-post-body-content > span > p:first-of-type{
    font-size: 28px;
  }
}

@media (max-width: 989px){
  .hs-blog-post span.btn-menu-open {
    background: url(//3990818.fs1.hubspotusercontent-na1.net/hubfs/3990818/raw_assets/public/XMLdation_ISO20022com_2023/images/icon-menu-nega.svg) 0 0 no-repeat;
    background-size: 22px 22px;
  }
  .hs-blog-post.open-mobile-menu span.btn-menu-open {
    background-image: url(//3990818.fs1.hubspotusercontent-na1.net/hubfs/3990818/raw_assets/public/XMLdation_ISO20022com_2023/images/icon-close.svg);
  }
}
/* .blog_topic_nav ul li:first-child {
  order: 1;
}

.blog_topic_nav ul li:nth-child(2) {
  order: 2;
}

.blog_topic_nav ul li:nth-child(3) {
  order: 5;
}

.blog_topic_nav ul li:nth-child(4) {
  order: 3;
}

.blog_topic_nav ul li:nth-child(5) {
  order: 4;
} */
@media only screen and (max-width: 989px){
  .open-blog-topic-menu.blog_topic_nav ul {
    display: flex;
    flex-direction: column;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: 1;
}
.error-page * {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.error-404-title .error-page_heading{
  margin-top: 2.2em !important;
}
.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
  width: 100%;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}



.error-page_heading {
  margin: 0 2% 1.1em;
  width: 100%;
  margin-top: 0;
  margin-bottom: .55em;
}
.error-page-404-body {
  padding: 2.2em 0 0;
}

.error-page-404-content {
  display: flex;
  flex-flow: row wrap;
}

.error-404-title {
  width: 100%;
}
.error-page-404-text {
  flex-basis: 100%;
  margin-top: 0;
}

.lettest-blog-post-rec {
  margin-top: 3.3em;
}
.lettest-blog-post-rec > div{
  margin: 1.1em 2% 0;
  overflow-wrap: break-word;
  border-top: #fbbc33 8px solid;
  padding-top: .55em;
}
.lettest-blog-post-rec h3{
  margin:0;
}
.lettest-blog-post-rec ul{
  font-weight: 400;
  line-height: 1.5em;
  margin: 1.1em 0 1.65em;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.lettest-blog-post-rec ul a{
  display: block;
  border-bottom: #dce0e0 1px solid;
  padding: .55em 0;
}
.error-page-404-text > p {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4em;
  margin: 1.1em 2.9% 0 6.0%;
}

.error-page-aboutxmld {
  border-top: #dce0e0 1px solid;
  border-bottom: #dce0e0 1px solid;
  padding: 25px 0 25px 15%;
  background: url(//3990818.fs1.hubspotusercontent-na1.net/hubfs/3990818/raw_assets/public/XMLdation_ISO20022com_2023/images/xmld-logo-RGB-posa-icononly.svg) 2.5% 25px no-repeat;
  background-size: 10% auto;
  margin: 1.1em 2% 0;
  overflow-wrap: break-word;
}
.error-page-aboutxmld h4{
  margin: 0;
  margin-bottom: .55em;
  font-weight: 500;
}
.error-page-aboutxmld p{
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
.error-page-aboutxmld a{
  border-bottom: 2px solid #fbbc33;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
}
.error-page-404-body {
  margin: 0 0 4.4em;
}
.lettest-blog-post-rec span.cta-link-pst {
  border-bottom: #fbbc33 2px solid;
}


@media only screen and (min-width: 810px){
  .error-page-404-text {
    order: 2;
    width: 68.83%;
    flex-basis: auto;
  }
  .lettest-blog-post-rec {
    order: 1;
    width: 31.16%;
    flex-basis: auto;
    margin-top: 0;
  }
  .lettest-blog-post-rec > div{
    margin: 1.1em 13.3% 0 6.4%;
    margin-top: 2.2em;
  }
  .error-page-aboutxmld {
    margin: 1.1em 2.9% 0 6.0%;
    margin-bottom: 2.2em;
    margin-top: 3.3em;
  }
}
@media (max-width:1279px){
  .error-page-404-text > p{
    font-size: calc(20px + 8 * ((100vw - 320px) / 960));
  }
  .error-page-aboutxmld a,
  .error-page-aboutxmld p,
  .lettest-blog-post-rec ul{
    font-size: calc(12px + 2 * ((100vw - 320px) / 960));
  }
}
@media (max-width:809px){
  .error-page-404-text>p {
    margin: 1.1em 2% 0;
    overflow-wrap: break-word;
  }
  .error-page-aboutxmld {
    margin-top: 3.3em;
  }
  .lettest-blog-post-rec {
    margin-top: 3.3em;
    flex-basis: 100%;
  }
}
.form-container form {
  max-width: 767px;
}
.form-container form .hs-form-field+.hs-form-field {
  margin-top: 2.2em;
}
.form-container ul.no-list {
  padding-left: 0;
}
.form-container .hs-form-field > label+a {
  display: block;
  clear: both;
  max-width: 130px;
}
input[type="password"] {
  height: auto !important;
  margin-top: 0 !important;
  max-width: 767px;
  display: block;
}
input.email-edit.hs-input {
  max-width: 100%;
}
@media (max-width:600px){
  .systems-page h2 {
    font-size: 21px;
  }

  .systems-page h1 {
    font-size: 30px;
  }
  form .hs-button {
    white-space: normal;
  }
}