







/* 1a. Containers */









/* 1b. Colors */







/* 1c. Typography */





























/* 1d. Buttons */








































.button--secondary:hover {
  background: var(--secondary) !important;
}

/* 1e. Forms */































.cta_subscribe_banner_module form .hs-richtext a {
  color: #fff;
  text-decoration: underline;
}

/* 1f. Icons */
















/* 1g. Cards */











/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */









/* Core Brand Colour Variables */
:root {
    --white: #fff;
    --black: #000;

    --grey: #B3B6C5;
    --light-grey: #F2F3FA;

    --primary: #0016A3;
    --secondary: #000A3C;

    --teal: #08B5C4;
    --pink: #D73096;

    --green: #80B9B6;
    --light-pink: #E296A0;

    --regular: 400;
    --semi-bold: 600;
    --bold: 900;
    --bolder: bolder;

}






/* Drag and drop layout styles */

.dnd-section {
    padding: 40px 20px;
}

@media screen and (max-width: 767px) {
    .dnd-section {
        padding: 40px 20px;
    }
    
    .content-wrapper {
        padding: 0 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .dnd-section {
        padding: 50px 50px;
    }

    .content-wrapper {
        padding: 0 50px;
    }
}

/* Padding on blog post sections */

.blog-post-section {
    padding: 40px 0;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
    max-width: 1168px;
    width: 100%;
}





html {
    font-size: 16px;
}

/**
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
}

/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}


body {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: #ffffff;
    color: #231f20;
    font-size: 16px;
}

main#main-content{
    margin-top: -90px;
}

@media screen and (max-width: 767px) {
    main#main-content{
        margin-top: -100px;
    }
}
/* Paragraphs */

p {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #0016A3;
}

a:hover,
a:focus {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #415239;
}

a:active {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #91a289;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

h1,.h1, h1 a {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #231f20;
    font-size: 52px;
    text-transform: none;
}

h2,.h2, h2 a {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #231f20;
    font-size: 32px;
    text-transform: none;
}

h3,.h3, h3 a {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #231f20;
    font-size: 28px !important;
    text-transform: none;
}

h4.large {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #231f20;
    font-size: 28px;
    text-transform: none;
}

h4,.h4, h4 a {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #231f20;
    font-size: 24px;
    text-transform: none;
}

h5,.h5, h5 a {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #231f20;
    font-size: 20px;
    text-transform: none;
}

h6,.h6, h6 a {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #231f20;
    font-size: 16px;
    text-transform: none;
}

@media screen and (min-width: 768px) {
    h1,.h1, h1 a {
        font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
        color: #231f20;
        font-size: 66px;
        text-transform: none;
    }

    h2,.h2, h2 a {
        font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
        color: #231f20;
        font-size: 32px;
        text-transform: none;
    }

    h3,.h3, h3 a {
        font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
        color: #231f20;
        font-size: 28px;
        text-transform: none;
    }

    h4.large {
        font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
        color: #231f20;
        font-size: 28px;
        text-transform: none;
    }

    h4,.h4, h4 a {
        font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
        color: #231f20;
        font-size: 24px;
        text-transform: none;
    }

    h5,.h5, h5 a {
        font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
        color: #231f20;
        font-size: 20px;
        text-transform: none;
    }

    h6,.h6, h6 a {
        font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
        color: #231f20;
        font-size: 16px;
        text-transform: none;
    }
}

@media screen and (min-width: 1280px) {
    h1,.h1, h1 a {
        font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
        color: #231f20;
        font-size: 80px;
        text-transform: none;
    }

    h2,.h2, h2 a {
        font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
        color: #231f20;
        font-size: 52px;
        text-transform: none;
    }

    h3,.h3, h3 a {
        font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
        color: #231f20;
        font-size: 36px;
        text-transform: none;
    }

    h4.large {
        font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
        color: #231f20;
        font-size: 32px;
        text-transform: none;
    }

    h4,.h4, h4 a {
        font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
        color: #231f20;
        font-size: 25px;
        text-transform: none;
    }

    h5,.h5, h5 a {
        font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
        color: #231f20;
        font-size: 18px;
        text-transform: none;
    }

    h6,.h6, h6 a {
        font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
        color: #231f20;
        font-size: 16px;
        text-transform: none;
    }
}

/* Blockquotes */

blockquote {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    border-left-color: #000A3C;
    color: #231f20;
    font-size: 24px;
}

blockquote > footer {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    font-size: 16px;
}

/* Horizontal rules */

hr {
    border-bottom-color: #D73096;
}





/* Primary button */

button,
.button,
.hs-button {
    border: 1px solid #D8309B;

    padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 30px;

    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(216, 48, 155, 1.0)

;
    border-radius: 50px;
    color: #ffffff;
    fill: #ffffff;
    font-size: 18px;
    text-transform: none;
}

@media screen and (max-width: 1024px) {
    button,
    .button,
    .hs-button {
        padding: 8px 30px;
        font-size: 16px;
    }
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
    border: 1px solid #000a3c;

    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 10, 60, 1.0)

;
    color: #ffffff !important;
    fill: #ffffff;
}

button:active,
.button:active,
.hs-button:active {
    border: 1px solid #000a3c;

    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(80, 90, 140, 100);
    border-color: #ff80eb;
    color: #ffffff;
    fill: #ffffff;
}

/* Secondary button */

.button.button--secondary {
    border: 1px solid #ffff;

    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-radius: 50px;
    color: #0016A3;
    fill: #0016A3;
    text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
    border: 1px solid #000a3c;

    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 10, 60, 1.0)

;
    color: #ffffff;
    fill: #ffffff;
}

.button.button--secondary:active {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(80, 90, 140, 100);
    border: 1px solid #000a3c;

    border-color: #ffff;
    color: #ffffff;
    fill: #ffffff;
}


/* Third button */

.button.button--third {
    border: 1px solid #0016A3;

    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
    border-radius: 50px;
    color: #0016A3;
    fill: #0016A3;
    text-transform: none;
}

.button.button--third:hover,
.button.button--third:focus,
.button.button--third:active {
    border: 1px solid #0016A3;

    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 22, 163, 1.0)

;
    color: #ffffff;
    fill: #ffffff;
}

.button.button--third:active {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(80, 102, 243, 100);
    border: 1px solid #0016A3;

    border-color: #5066f3;
    color: #ffffff;
    fill: #ffffff;
}

/* Simple button */

.button.button--simple {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #0016A3;
    fill: #0016A3;
}

.button.button--simple:hover,
.button.button--simple:focus {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #415239;
    fill: #415239;
}

.button.button--simple:active {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #91a289;
    fill: #91a289;
}

/* Button sizing */

.button.button--small {
    padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

    font-size: 14px;
}

.button.button--large {
    padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

    font-size: 18px;
}





/* Form */

form {
    border: 1px none #f2f3fa;

    padding: 45px;

    background-color: 

  
  
    
  


  rgba(242, 243, 250, 1.0)

;
    border-radius: 0px;
}

@media screen and (max-width: 767px) {
    form {
        padding: 25px;
    }
}

.form-no-styles {
  border: none;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

/* Form title */

.form-title {
    border: 1px none #0016A3;

    padding: 25px;

    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 22, 163, 1.0)

;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #ffffff;
    font-size: 36px;
    text-transform: ;
}

/* Labels */

form label {
    padding-top: 6px;
padding-right: 0px;
padding-bottom: 6px;
padding-left: 0px;

    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #231f20;
    font-size: 16px;
}

/* form label span {
  color: #ffffff;
}
form label span p {
  color: #231f20;
} */

/* Help text */

form legend {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #231f20;
    font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
    border: 1px none #D73096;

    padding: 15px;

    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(224, 225, 235, 1.0)

;
    border-radius: 3px;
    color: #231f20;
    font-size: 15px;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
    color: #000000;
}

::-moz-placeholder {
    color: #000000;
}

:-ms-input-placeholder {
    color: #000000;
}

:-moz-placeholder {
    color: #000000;
}

::placeholder {
    color: #000000;
}

/* Form fields - date picker */

form .hs-dateinput:before {
    right: 15px;
}

form .pika-table thead th {
    background-color: 

  
  
    
  


  rgba(0, 22, 163, 1.0)

;
    color: #ffffff;
}

form td.is-today .pika-button {
    color: #231f20;
}

form .is-selected .pika-button {
    background-color: #000A3C;
    color: #231f20;
}

form .pika-button:hover {
    background-color: #0016A3 !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #231f20;
}

form .hs-richtext a {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #231f20;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #231f20;
    font-size: 14px;
}

/* Submit button */



form input[type='submit'],
form .hs-button {
    border: 1px solid #D8309B;

    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(216, 48, 155, 1.0)

;
    border-radius: 50px;
    color: #ffffff;
    text-transform: none;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
    border: 1px solid #000a3c;

    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 10, 60, 1.0)

;
    color: #ffffff;
}

form input[type='submit']:active,
form .hs-button:active {
    border: 1px solid #000a3c;

    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(80, 90, 140, 100);
    border-color: #ff80eb;
    color: #ffffff;
}





form input[type='submit'],
form .hs-button {
    padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 30px;

    font-size: 18px;
}



form .hs_recaptcha.hs-form-field {
  margin-bottom: 40px;
}
form .legal-consent-container {
  padding-bottom: 20px;
}
.lp-template-2023 form .legal-consent-container {
  padding-bottom: 0px;
}
/* Inline thank you message */

.submitted-message {
    border: 1px none #f2f3fa;

    padding: 45px;

    background-color: 

  
  
    
  


  rgba(242, 243, 250, 1.0)

;
    border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
    padding: 15px;

    background-color: 

  
  
    
  


  rgba(8, 181, 196, 1.0)

;
}

.icon svg {
    fill: #ffffff;
    height: 16px;
    width: 16px;
}

/* Light icon */

.icon--light .icon {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.icon--light svg {
    fill: #08B5C4;
}

/* Size */

.icon--small svg {
    height: 12px;
    width: 12px;
}

.icon--small .icon {
    padding: 10px;

}

.icon--large svg {
    height: 24px;
    width: 24px;
}

.icon--large .icon {
    padding: 25px;

}





/* Table */

table {
    border: 0px solid #D73096;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

th,
td {
    border: 0px solid #D73096;

    padding: 10px;

    color: #231f20;
}

/* Table header */

thead th,
thead td {
    background-color: 

  
  
    
  


  rgba(0, 22, 163, 1.0)

;
    color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
    background-color: 

  
  
    
  


  rgba(0, 10, 60, 1.0)

;
    color: #231f20;
}





/* Header container */

.header {
    background-color: 

  
  
    
  


  rgba(0, 22, 163, 1.0)

;
}

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
    color: #231f20;
}

/* Header top bar */

.header__top {
    background-color: 

  
  
    
  


  rgba(0, 10, 60, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #231f20;
    font-size: 16px;
    text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #000000;
}

.header__language-switcher-child-toggle svg {
    fill: #231f20;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
    border-color: #D73096;
}

.header__language-switcher .lang_list_class li {
    background-color: 

  
  
    
  


  rgba(0, 22, 163, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #231f20;
    font-size: 16px;
    text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
    background-color: 

  
  
    
  


  rgba(0, 22, 163, 1.0)

;
    color: #000000;
}

.header__language-switcher .lang_list_class a:active {
    background-color: 

  
  
    
  


  rgba(0, 22, 163, 1.0)

;
}

/* Header bottom */

.header__bottom {
    background-color: 

  
  
    
  


  rgba(0, 22, 163, 1.0)

;
}

/* Logo */

.header__logo-company-name {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #231f20;
    font-size: 80px;
    text-transform: none;
}

/* Menu */

@media (max-width: 767px) {
    .header__menu--mobile {
        background-color: 

  
  
    
  


  rgba(0, 22, 163, 1.0)

;
    }
}

/* Menu items */

.header__menu-link {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    font-size: 16px;
    text-transform: none;
}

@media (max-width: 767px) {
    .header__menu-item--depth-1 {
        border-top: 1px solid #D73096;
    }
}

/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
    color: #231f20;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #000000;
}

.header__menu-item--depth-1 > .header__menu-link:active {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #505050;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #000000;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
    fill: #231f20;
}

/* Menu items - submenus */

.header__menu-submenu {
    background-color: 

  
  
    
  


  rgba(0, 22, 163, 1.0)

;
    border-color: #D73096;
}

.header__menu-submenu .header__menu-link:not(.button) {
    color: #231f20;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
    background-color: 

  
  
    
  


  rgba(0, 22, 163, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #000000;
}

.header__menu-submenu .header__menu-link:active {
    background-color: 

  
  
    
  


  rgba(0, 22, 163, 1.0)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
    color: ;
    background-color: 

  
  
    
  


  rgba(0, 22, 163, 1.0)

;
}

/* Menu icons */

.header__menu-toggle svg {
    fill: #231f20;
}





/* Footer container */

.footer {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
    color: #231f20;
}

.footer hr {
    border-bottom-color: #231f20 !important;
}

/* Footer menu */

.footer .hs-menu-wrapper a {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #231f20;
    font-size: 16px;
    text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #000000;
}

.footer .hs-menu-wrapper a:active {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #505050;
}

.footer .hs-menu-wrapper .active > a {
    font-weight: bold; text-decoration: underline; font-family: 'Titillium Web', sans-serif; font-style: normal;
    color: #000000;
}






/* Dark card */

.card--dark {
    border: 1px solid #231f20;

    background-color: 

  
  
    
  


  rgba(35, 31, 32, 1.0)

;
    border-radius: 0px;
    color: #ffffff;
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
    color: #ffffff;
}

/* Light card */

.card--light {
    border: 1px solid #D73096;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-radius: 0px;
    color: #231f20;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
    color: #231f20;
}





/* Error templates */

.error-page:before {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
}

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
    color: #231f20;
}

/* Search template */

.hs-search-results__title {
    font-size: 52px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
    font-size: 15px !important;
    padding: padding: 15px;
 !important;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    font-size: 25px;
}

.card--dark .accordion__summary:before {
    color: #ffffff;
}

.card--light .accordion__summary:before {
    color: #231f20;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-listing__post-title {
    text-transform: none;
}

.blog-listing__post-title-link {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #231f20;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #000000;
}

.blog-listing__post-title-link:active {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    color: #736f70;
}

.blog-listing__post-tag {
    color: #231f20;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
    color: #000000;
}

.blog-listing__post-tag:active {
    color: #736f70;
}

.blog-listing__post-author-name,
.blog-post__author-name {
    color: #231f20;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
    color: #000000;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
    color: #736f70;
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
    background-color: rgba(0, 101, 116, 1.0);
}

.image-gallery__close-button-icon:active {
    background-color: rgba(88, 255, 255, 1.0);
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
    background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .image-gallery__close-button-icon:active {
    background-color: rgba(255, 255, 255, 1.0);
}

/* Pagination */

.pagination__link-icon svg {
    fill: #0016A3;
    height: 16px;
    width: 16px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
    fill: #415239;
}

.pagination__link:active .pagination__link-icon svg {
    fill: #5066f3;
}

.pagination__link--active {
    border-color: #D73096
}

/* Pricing card */

.pricing-card__heading {
    background-color: #0016A3;
}

/* Social follow and social sharing */

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .social-follow {
    max-width: 100px;
  }
}

.social-follow__icon {
  margin-top: 3px;
}

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
    background-color: rgba(0, 101, 116, 1.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
    background-color: rgba(88, 255, 255, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
    background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
    background-color: rgba(255, 255, 255, 1.0);
}

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
    border-color: #231f20;
    color: #231f20;
}

/* Landing Page Tags Fix */

.hs-landing-page h6 {
  font-size: 12px !important;
  margin-left: -6px;
}
.hs-landing-page h6 span {  
  padding: 0.25rem 0.5rem !important;
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 12px !important;
  font-weight: var(--bold) !important;
  margin: 0 0.25rem !important;
}
.hs-landing-page h6 span:first-of-type {
  margin-left: 0 !important;
}

/* Form Title Amend */

form h4 {
  font-weight: 600 !important;
}
.hs-landing-page .form-title {
  background: #F2F3F9;
  color: #231f20;
  border: none;
}
.hs-landing-page h3.form-title {
  font-size: 25px;
  padding: 0 45px 0 45px;
}





.whitepaper-tag, .customers-tag { background: var(--ns_new_purple) !important; color: #fff !important; }
.pr-tag, .blog-index__post-tag.pr, .blog-tag { background: var(--ns_new_pink) !important; color: #fff !important; }
.on-demand-tag, .events-tag, .webinar-tag { background: var(--ns_dark_blue) !important; color: #fff !important; }
.video-tag, .videos-tag { background: var(--ns_green) !important; color: #fff !important; }  
  


.lp-template-2023 form,
.subscriptions-2023 form {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.lp-template-2023 form .hs-form-field,
.subscriptions-2023 form .hs-form-field{
  text-align: left;
}
.lp-template-2023 form input[type='submit'], 
.lp-template-2023 form .hs-button,
.subscriptions-2023 form input[type='submit'], 
.subscriptions-2023 form .hs-button {
  background: #FFFFFF;
  border: 1px solid #0016A3;
  border-radius: 100px;
  color: #0016A3;
  width: auto;
}
.lp-template-2023 form input[type='submit']:hover, 
.lp-template-2023 form .hs-button:hover,
.subscriptions-2023 form input[type='submit']:hover, 
.subscriptions-2023 form .hs-button:hover {
  background: #0016A3;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}




.subscriptions-2023 {
}
.subscriptions-2023 .header-content {
  padding-top: 40px;
  text-align: center;
  padding-bottom: 350px;
  background-color: rgba(0, 22, 163, 1);
}
.subscriptions-2023 .body-content {
  margin-top: -300px;
}
.subscriptions-2023 form {
  text-align: left;
}
.subscriptions-2023 .page-header {
  margin-bottom: 2rem;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
}
.subscriptions-2023 form h1,
.subscriptions-2023 form h2 {
  font-family: 'Titillium Web', sans-serif;
  color: #231f20;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0;
  padding: 0px 20px 30px 20px;
}

.subscriptions-2023 form h2 {
  font-size: 52px;
  line-height: 60px;
  font-weight: 600;
}

.subscriptions-2023 form .email-prefs,
.subscriptions-2023 form .email-prefs p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
}
.subscriptions-2023 form .email-prefs p.header {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
}
.subscriptions-2023 form .email-prefs .item .item-inner .checkbox-row {
  font-weight: 600;
}
.subscriptions-2023 form .email-prefs .item .item-inner p {
  margin-left: 22px;
}



.subscriptions-2023.confirmation .header-content {
  padding-bottom: 250px;
}
.subscriptions-2023.confirmation .body-content {
  margin-top: -200px;
}
.subscriptions-2023 .body-content .widget-type-email_subscriptions_confirmation {
  border: 1px none #f2f3fa;
  padding: 45px;
  background-color: rgba(242, 243, 250, 1.0);
  border-radius: 0px;
  text-align: center;
}



.subscriptions-2023.unsubscribe .page-header h1 {
  font-family: 'Titillium Web', sans-serif;
  color: #ffffff;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0;
  padding: 0px 20px 30px 20px;
}






.lp-template-2023.no-footer .dnd_area-row-0-background-color img {
  width: 120px;
}
.footer.footer-socials .social-follow .social-follow__link .icon {
  border-radius: 0px;
  background-color: #C8C8C8;
  margin: 0 5px;
}

.custom-video.lp-2023 {
  text-align: center;
}

.footer.footer-socials {
  background-color: #020C39;
  text-align: center;
}
.footer.footer-socials .social-follow {
  max-width:  100% !important;
}
.lp-template-2023.no-footer .dnd_area-row-2-padding .dnd_area-column-4-vertical-alignment,
.two-column-form-image,
.lp-template-2023.no-footer .two-column-form-image-gradient {
  margin-top: -180px;
  position: relative;
  z-index: 1;
  padding: 30px;
  background: linear-gradient(203.76deg, #E296A0 0.84%, #614DA2 36.64%, #0015A3 63.78%);
  border-radius: 20px;
}
.lp-template-2023.no-footer .dnd_area-row-2-padding .dnd_area-column-4-vertical-alignment .span6 img,
.lp-template-2023.no-footer .two-column-form-image .span6 img,
.lp-template-2023.no-footer .two-column-form-image-gradient .span6 img {
  width: 100% !important;
}


.lp-template-2023.no-footer form {
  border: none;
  background-color: transparent;
  padding: 0;
  padding-right: 15px;
}

.lp-template-2023.no-footer form label {
  font-size: 14px !important;
}
.lp-template-2023.no-footer form .hs-button {
  background: #D73096;
  border: 1px solid #D73096;
  border-radius: 50px;
  color: #fff;
  width: 100%;
}
.lp-template-2023.no-footer form .hs-button:hover {
  background: #ffffff;
  border: 1px solid #D73096;
  color: #D73096 !important;
}
.lp-template-2023.no-footer form input[type='text'] {
  background: #FFFFFF;
  border: 2px solid #E0E0E0;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .dnd_area-row-0-padding {
    padding-bottom: 50px !important;
  }
  .lp-template-2023.no-footer .dnd_area-row-2-padding .dnd_area-column-4-vertical-alignment,
  .lp-template-2023.no-footer .two-column-form-image {
    margin-top: 20px;
  }
}





.two-column-image-form .widget-type-linked_image img {
/*   max-width: 415px; */
  width: 415px !important;
}

.two-column-image-form h1,
.two-column-text-form h1{
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  color: #0016A3;
}
.two-column-image-form p,
.two-column-text-form p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #231F20;
}

.two-column-image-form form {
  padding-right: 0px;
  
}
.two-column-image-form form .hs-button {
  width: auto !important;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px 30px;
}

.two-column-image-form ul {
  display: flex;
  flex-direction: row;
  gap: 50px;
  list-style-type: none;
  margin-top: 0px;
}
.two-column-image-form ul li {
  position: relative;
}
.two-column-image-form ul li:before {
  content: "";
  background-image: url("https://nshift.com/hubfs/nShift/assets/img/icon-tick.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -28px;
  top: 2px;
}


.one-column-intro {
  text-align: center;
}
.one-column-intro h3 {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  color: #231F20;
}
.one-column-intro p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #231F20;
}


.two-column-text-form form {
  background: linear-gradient(203.76deg, #E296A0 0.84%, #614DA2 36.64%, #0015A3 63.78%);
  border-radius: 20px;
  padding: 40px 70px !important;
}



.two-column-form-text-image .social-follow,
.two-column-form-text-video .social-follow {
  margin-top: 30px;
  justify-content: start !important;
  display: flex;
  text-align: center;
  gap: 24px;
}
.two-column-form-text-image .social-follow .social-follow__link,
.two-column-form-text-video .social-follow .social-follow__link {
  width: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.two-column-form-text-image .social-follow .social-follow__link .social-follow__icon,
.two-column-form-text-video .social-follow .social-follow__link .social-follow__icon {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.two-column-form-text-image .social-follow .social-follow__link .social-follow__icon svg,
.two-column-form-text-video .social-follow .social-follow__link .social-follow__icon svg {
  fill: #0016A3;
}

.two-column-form-text-video .video-popup--image {
  height: 400px !important;
}



/* FORM CHECKBOX FIX */

.lp-webinaar-2023 .hs_cos_wrapper_type_form form .hs-form-booleancheckbox span:before {
  background-color: #fff;
}

.lp-webinaar-2023 label span {
  color: white;
}

.lp-webinaar-2023 .hs-button.primary.large {
  margin-top:20px;
}

.lp-webinaar-2023 label .hs-main-font-element {
  color:white;
}

.lp-webinaar-2023 form .legal-consent-container, form .legal-consent-container .hs-richtext, form .legal-consent-container .hs-richtext p {
/*   color: white !important; */
}

.lp-webinaar-2023 .two-column-image-form p, .two-column-text-form p {
  color:white;
}

.lp-webinaar-2023 form .hs-richtext a {
  color:white !important;
}

.lp-webinaar-2023 .footer.footer-socials .social-follow .social-follow__link .icon {
  background-color:#0016a3;
}

.lp-webinaar-2023 .hs-form-booleancheckbox-display span {
  color:white;font-size:1.2em;
}
  
.lp-webinaar-2023 .legal-consent-container li .hs-form-booleancheckbox  {
    display: block;
    margin: 0.7rem 0;
    background-color: white !important;
    color: black !important;
    padding: 10px;
    border-radius: 10px;

}