


























































body .icon svg {
  fill: #08173F;
}

body .tns-nav button.tns-nav-active {
  background-color: #08173F;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #08173F;
}

body .team-member__description {
  background-color: #5D6BBC;
}





.no-scroll {
  overflow: hidden;
}

.hidden {
  display: none;
}

.p-fixed {
  position: fixed;
}

.drop-shadow {
  box-shadow: 0px 3px 15px rgba(69, 69, 69, 0.2);
}

.transition-3d-hover {
  transition: all 0.2s ease-in-out;
}

.transition-3d-hover:hover {
  transform: translateY(-3px);
  box-shadow: 0px 10px 40px 10px rgba(69, 69, 69, 0.2);
}

.shadow-lg {
    box-shadow: 0px 3px 15px rgba(140, 152, 164, 0.2);
}

.shadow-dark {
  box-shadow: 0px 3px 15px rgb(181, 181, 181);
}

.no-shadow {
  box-shadow: initial !important;
}

.auto-margin {
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.header-max-width {
  max-width: 800px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(255, 255, 255, 1.0);
  background-clip: border-box;
}

.text-subheader {
  opacity: 0.7;
}

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

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

.text-small {
  font-size: 0.8rem;
}

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

.image--rounded {
  border-radius: 50%;
}

.module-library__header {
  max-width: 800px;
  padding: 100px 20px 20px 100px;
}

.module-library__header h2 {
  font-size: 24px;
}

.module-library__header p {
  font-size: 0.9rem;
}

/*iubenda*/

body #iubenda-cs-banner .iubenda-cs-brand img {
 max-height: 46px !important;
}

/* CHATBOKS FRESHDESK STYLING */

div.chat-fc-form-outer {
  border-radius: 10px !important;
}

@media screen and (min-width: 640px) {
  div.chat-fc-form-outer {
  max-width: 384px !important;
}
}

div.chat-fc-form-outer div.fc-form {
    padding: 24px;
}

div.chat-fc-form-outer div.fc-form ul li label {
    padding: 0px 9px;
    font-size: 12px;
    font-weight: normal;
}

div.chat-fc-form-outer div.fc-form ul li input {
    padding: 12px 16px;
    border-radius: 5px;
}

div.chat-fc-form-outer div.fc-form a.fc-button {
    border-radius: 5px;
    padding: 12px 0;
}

div.chat-fc-form-outer p.fc-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 15px;
    padding: 18px 24px;
}

div.chat-fc-form-outer div.fc-form p {
    font-weight: normal;
    font-size: 14px;
}

div.fc-form {
  border-radius: 10px;
}




*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
.dnd-section {
  padding: 120px 20px;
}

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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .hs_cos_wrapper .container, .hs_cos_wrapper .container-sm, .hs_cos_wrapper .container-md, .hs_cos_wrapper .container-lg, .hs_cos_wrapper .container-xl {
    max-width: 1360px;
  }
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}








.content-wrapper {
  max-width: 1360px;
}

.dnd-section {
  padding-top: 80px;
  padding-bottom: 80px;  
}

@media (max-width: 767px) {
  .dnd-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.dnd-section > .row-fluid {
  max-width: 1360px;
}

.body-container-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
}

.body-container {
  padding: 0;
  margin: 0;
}

.body-container .dnd-section:nth-child(odd) {
  
  background-color: rgba(247, 249, 250, 1.0);
  
}
html {
  font-size: 24px;
}

body {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: aktiv-grotesk, sans-serif;
}

/* Anchor Links */

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: ;
  font-family: aktiv-grotesk, sans-serif;
  color: #08173F;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

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

/* Horizontal Rules */
hr {
  color: #ededed;
  background-color: #ededed;
  height: 1px;
  border: none;
}

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

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}











html {
  font-size: 16px;
}

body {
  color: #1C2536;
  font-family: aktiv-grotesk;
  font-size: 16px;
}

p {
  font-family: aktiv-grotesk;
}

a {
  color: #01969C;
}

a:hover,
a:focus {
  color: #5D6BBC;
  text-decoration: none; 
}

a:active {
  color: #29bec4;
}

h1 {
  
  color: #08173F;
  font-family: aktiv-grotesk;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

@media(max-width: 1150px) {
  h1 {
    font-size: 42.5px;
  }
}

h2 {
  color: #08173F;
  font-family: aktiv-grotesk;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

@media(max-width: 1150px) {
  h2 {
    font-size: 32.3px;
  }
}

h3 {
  color: #08173F;
  font-family: aktiv-grotesk;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

@media(max-width: 1150px) {
  h3 {
    font-size: 25.5px;
  }
}

h4 {
  color: #08173F;
  font-family: aktiv-grotesk;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

@media(max-width: 1150px) {
  h4 {
    font-size: 20.4px;
  }
}

h5 {
  color: #08173F;
  font-family: aktiv-grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h6 {
  color: #08173F;
  font-family: aktiv-grotesk;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

blockquote {
  border-left: 4px solid #787F87;
  padding-top: 10px;    
	padding-bottom: 10px;
}

blockquote p {
  font-size: 24px !important;
 
  line-height: 1.8;
  font-style: italic;
  margin-left: 10px;
}

/*Custom CSS for template*/

.sub-description {
  font-size: 20px;
  padding-top: 10px;
}












































































/* Default styling */
button:disabled,
.button:disabled,
.button.button--highlight:disabled,
.button.button--highlight_outlined:disabled,
.button.button--simple:disabled,
.button.button--alternative:disabled,
.hs-button:disabled,
.hs-button.button--highlight:disabled,
.hs-button.button--highlight_outlined:disabled,
.hs-button.button--simple:disabled,
.hs-button.button--alternative:disabled{
  border: 1px solid #d0d0d0;
  color: #e6e6e6;
  pointer-events: none;
}

.button--center {
  text-align: center;
}

.button--right {
  text-align: right;
}






/* Default styling */

button,
.button, 
.hs-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1E90FF;
  border: 1px solid #1E90FF;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  fill: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #d0d0d0;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
  text-decoration: none;
}

button:active,
.button:active,
.hs-button:active {
  background-color: #50eed3;
  border-color: #50eed3;
  color: #fff;
  text-decoration: none;
}



/* Theme overrides styling */



button,
.button {
  font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(8, 23, 63, 1.0)

;
  border: 2px solid #08173F;
  border-radius: 3px;
  color: theme.colors.light.color;
  fill: theme.colors.light.color;
  font-size: 16px;
  padding: 16px 40px;
  text-transform: none;
}

button:disabled,
.button:disabled {
  background-color: ;
  color: ;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(57, 69, 101, 1.0)

;
  border: 2px solid #08173F;
  color: #F7F9FA;
  fill: #F7F9FA;
}

button:active,
.button:active {
  font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(137, 149, 181, 100);
  background-color: #8995b5;
  border: 2px solid #08173F;
  border-color: #58678f;
}




/* Default styling */

.button.button--primary_outlined
.hs-button.button--primary_outlined {
  background-color: transparent;
  border: 1px solid #1E90FF;
  color: #1E90FF;
  fill: #1E90FF;
}

.button.button--primary_outlined:hover,
.button.button--primary_outlined:focus, 
.button.button--primary_outlined:active,
.hs-button.button--primary_outlined:hover,
.hs-button.button--primary_outlined:focus,
.hs-button.button--primary_outlined:active {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
  fill: #fff;
}

/* Theme overrides styling */



.button.button--primary_outlined {
  font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(8, 23, 63, 0.0)

;
  border: 2px solid #08173F;
  border-radius: 3px;
  color: #08173F;
  fill: #08173F;
  padding: 16px 40px;
  text-transform: none;
}

.button.button--primary_outlined:hover,
.button.button--primary_outlined:focus,
.button.button--primary_outlined:active {
  font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(57, 69, 101, 1.0)

;
  border: 2px solid #08173F;
  color: #F7F9FA;
  fill: #F7F9FA;
}

.button.button--primary_outlined:active {
  font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(137, 149, 181, 100);
  border: 2px solid #08173F;
  border-color: #58678f;
  color: #ffffff;
  fill: #ffffff;
}




/* Default styling */

.button.button--highlight
.hs-button.button--highlight {
  background-color: transparent;
  border: 1px solid #1E90FF;
  color: #1E90FF;
  fill: #1E90FF;
}

.button.button--highlight:hover,
.button.button--highlight:focus, 
.button.button--highlight:active,
.hs-button.button--highlight:hover,
.hs-button.button--highlight:focus,
.hs-button.button--highlight:active {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
  fill: #fff;
}

/* Theme overrides styling */


.button.button--highlight {
  font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(1, 150, 156, 1.0)

;
  border: 2px solid #01969C;
  border-radius: 3px;
  color: #F7F9FA;
  fill: #F7F9FA;
  padding: 16px 40px;
  text-transform: none;
}

.button.button--highlight:hover,
.button.button--highlight:focus,
.button.button--highlight:active {
  font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(103, 192, 196, 1.0)

;
  border: 2px solid #01969C;
  color: theme.buttons.primary.font.font;
  fill: theme.buttons.primary.font.font;
}

.button.button--highlight:active {
  font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(183, 255, 255, 100);
  border: 2px solid #01969C;
  border-color: #51e6ec;
  color: theme.buttons.primary.font.font;
  fill: theme.buttons.primary.font.font;
}




/* Default styling */

.button.button--highlight_outlined
.hs-button.button--highlight_outlined {
  background-color: transparent;
  border: 1px solid #1E90FF;
  color: #1E90FF;
  fill: #1E90FF;
}

.button.button--highlight_outlined:hover,
.button.button--highlight_outlined:focus, 
.button.button--highlight_outlined:active,
.hs-button.button--highlight_outlined:hover,
.hs-button.button--highlight_outlined:focus,
.hs-button.button--highlight_outlined:active {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
  fill: #fff;
}

/* Theme overrides styling */

.button.button--highlight_outlined {
  font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(1, 150, 156, 0.0)

;
  border: 2px solid #01969C;
  border-radius: 3px;
  color: #01969C;
  fill: #01969C;
  padding: 16px 40px;
  text-transform: none;
}

.button.button--highlight_outlined:hover,
.button.button--highlight_outlined:focus,
.button.button--highlight_outlined:active {
  font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(1, 150, 156, 1)

;
  border: 2px solid #01969C;
  color: #FFFFFF;
  fill: #FFFFFF;
}

.button.button--highlight_outlined:active {
  font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(81, 230, 236, );
  border: 2px solid #01969C;
  border-color: #51e6ec;
  color: #ffffff;
  fill: #ffffff;
}







/* Default styling */

.button.button--alternative
.hs-button.button--alternative {
  background-color: transparent;
  border: 1px solid #1E90FF;
  color: #1E90FF;
  fill: #1E90FF;
}

.button.button--alternative:hover,
.button.button--alternative:focus, 
.button.button--alternative:active,
.hs-button.button--alternative:hover,
.hs-button.button--alternative:focus,
.hs-button.button--alternative:active {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
  fill: #fff;
}

/* Theme overrides styling */

.button.button--alternative {
  font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(247, 249, 250, 0.1)

;
  border: 2px solid #F7F9FA;
  border-radius: 3px;
  color: #F7F9FA;
  fill: #F7F9FA;
  padding: 16px 40px;
  text-transform: none;
}

.button.button--alternative:hover,
.button.button--alternative:focus,
.button.button--alternative:active {
  font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.4)

;
  border: 2px solid #F7F9FA;
  color: #FFFFFF;
  fill: #FFFFFF;
}

.button.button--alternative:active {
  font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(255, 255, 255, 40);
  border: 2px solid #F7F9FA;
  border-color: #ffffff;
  color: #ffffff;
  fill: #ffffff;
}





/* Default styling */

.button.button--simple,
.hs-button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #1E90FF;
  font-size: 15px;
  font-style: normal;
  fill: #1E90FF;
  padding: 0 !important;
  position: relative;
  text-decoration: none;
}

.button.button--simple:after,
.hs-button.button--simple:after {
  background-color: #1E90FF;
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus,
.hs-button.button--simple:hover,
.hs-button.button--simple:focus {
  background-color: transparent;
  border: none;
  color: #1E90FF;
}

.button.button--simple:active,
.hs-button.button--simple:active {
  background-color: transparent;
  border: none;
  color: #1E90FF;
}


/* Theme overrides styling */









.button.button--simple {
  font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #01969C !important;
  fill: #01969C !important;
  text-transform: none;
}



  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #5D6BBC !important;
  fill: #5D6BBC !important;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



.button.button--simple:active {
  font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #adbbff;
  fill: #adbbff;
}










/* Default styling */

.button.button--small,
.hs-button.button--small {
  font-size: 0.875rem;
}

.button.button--large,
.hs-button.button--large {
  font-size: 1.125rem;
}

.button .button__icon svg,
.hs-button .button__icon svg {
  fill: inherit;
  display: block;
  height: 1.1rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon,
.hs-button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg,
.hs-button.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg,
  .hs-button .button__icon svg {
    width: 1.1rem;
  }
}


/* Theme overrides styling */


.button.button--small {
  font-size: 14px;
  padding: 10px 20px;
}

.button.button--large {
  font-size: 18px;
  padding: 20px 48px;
}

form label {
  color: rgba(8, 23, 63, 1.0);
}

form legend {
  color: rgba(8, 23, 63, 1.0);
}

form input,
form .hs-input,
form select,
form textarea {
  border-color: rgba(231, 234, 243);
  color: #1C2536;
}

form input:focus,
form .hs-input:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(8, 23, 63, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #1C2536;
}

.hs-richtext {
  font-size: 16px;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: aktiv-grotesk;
}

.fn-date-picker td.is-today .pika-button {
  color: #08173F;
}

.fn-date-picker td.is-selected .pika-button {
  background: #01969C;
}

.fn-date-picker td .pika-button:hover {
  background-color: #01969C !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #67C0C4 !important;
    border-color: #01969C !important;
}
form {
  max-width: none;
  font-family: aktiv-grotesk, sans-serif;
  border-radius: 6px;
}

.hs-form label {
  font-size: 12px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-form p {
 font-size: 12px;
 opacity: 0.6;
  line-height: 1.8;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

/* Membership error message */
.form-input-validation-message ul {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul li {
  line-height: 1rem;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 54px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.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 {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  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;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
.inputs-list > li {
  display: contents;
  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;
  font-size: 12px;
}

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

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

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

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@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: aktiv-grotesk, sans-serif;
}










/* Forms */







.form--style-1 form {
  padding: 40px;
  background: #FFFFFF;
}

@media (min-width: 1150px) {
  .form--style-1 {
    margin-left: 80px;
  }
}

@media (max-width: 1150px) {
  .form--style-1 form {
    padding: 20px;
  }
}

@media (max-width: 1150px) {
  .form--style-1 form {
    padding: 20px;
  }
}


.form--style-1 h3 {  
  color: rgba(8, 23, 63, 1.0);  
  padding: 20px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 1.0);
}

form,
.submitted-message {
  border-color: rgba(93, 107, 188, 1.0) ;
  font-family: aktiv-grotesk;
}

/* Form Submit Button Styles */



  form input[type=submit],
  form .hs-button {
    font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(8, 23, 63, 1.0)

;
    border: 2px solid #08173F;
    border-radius: 3px;
    color: theme.colors.light.color;
    fill: theme.colors.light.color;
    padding: 16px 40px;
    text-transform: none;
  }

  form input[type=submit]:hover,
  form input[type=submit]:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(57, 69, 101, 1.0)

;
    border: 2px solid #08173F;
    color: #F7F9FA;
  }

  form input[type=submit]:active,
  form .hs-button:active {
    font-family: aktiv-grotesk, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background-color: rgba(137, 149, 181, 100);
    border: 2px solid #08173F;
    border-color: #58678f;
}





  form input[type=submit],
  form .hs-button {
    font-size: 16px;
    padding: 16px 40px;
  }


.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}






table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

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

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









th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(8, 23, 63, 1.0);
  color: rgba(8, 23, 63, 1.0);
}

thead th,
thead td {
  background-color: rgba(8, 23, 63, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(8, 23, 63, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(8, 23, 63, 1.0);
}

.footer {
  color: #08173F;
  background-color: #F8FAFC;
}

.footer__container {
  padding: 20px;
  text-align: center;
  max-width: 1360px;
  margin: 0 auto;
}

.footer__copyright {
  font-size: .7rem;
  margin: .5rem 0;
  text-align: center;
}

.footer__column {
  margin-bottom: px;
}

@media screen and (min-width: 1000px) {
  .footer__container {
    text-align: initial;
  }
  .footer__columns {
    display: flex;
    justify-content: space-evenly;
  }
  
  .footer__column {
    flex:  0 0 calc(100%/4);
    padding: 20px;
  }
}











.footer {
  background-color: rgba(#null, 0.0);
}

.footer__container {
  max-width: 1360px;
  padding-top: px;
  padding-top: px;
}

.footer .social-links__icon {
  background-color: rgba(#null, 0.0);
}

.footer .social-links__icon:hover,
.footer .social-links__icon:focus {
  background-color: rgba(#null, 0.0);
}

.footer .social-links__icon:active {
  background-color: rgba(#null, 0.0);
}

.footer .social-links__icon svg {
  fill: ;
}

.footer .social-links__icon:hover svg,
.footer .social-links__icon:focus svg,
.footer .social-links__icon:active svg {
  fill: ;
}
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header__back {
  text-align: left;
  font-size: 0.8rem;
  padding-top: 20px;
  max-width: 960px;
  margin: 0 auto;
}

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

.blog-header__back a:hover {
  text-decoration: underline;
}

.blog-header__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 40px 0;
}

.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 calc(100% - 30px);
  margin: 15px;
}
.blog-index__post--large {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e8e6e6;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc((100%/2) - 30px);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc((100%/3) - 30px);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/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 {
  padding: 1.5rem;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;  
}
.blog-index__post-content p {
  font-family: aktiv-grotesk, sans-serif;
      font-family: aktiv-grotesk,sans-serif;
    font-size: 14px;
    color: #707070;
}
.blog-index__post-content a {
  color: #494a52;
  text-decoration: none;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.blog-index__post .blog-tag__bar {
  background: #F7F9FA;
  width: 40px;
  height: 5px;
  margin: 15px 0;
}

.blog-index__post .event-tag__bar {
     background: #01969c;
    /* width: 80px; */
    /* margin: 15px 0; */
    font-size: 12px;
    padding: 10px;
 
    /* padding-left: 13px; */
    /* padding-top: 3px; */
    border-radius: 7px 7px 0 0;
    color: #fff;
    font-weight: bold;
    /* float: right; */
    /* text-align: right; */
    margin-top: -10%;
    max-width: 30%;
  border: none;
      display: flex;
    justify-content: space-around;
    align-items: center;
}
}


.body-container--blog-post .blog-tag__bar {
  background: #01969C;
  width: 60px;
  height: 5px;
  margin: 0 0 30px;
}

.datacenter-rdp {
  background: var(--outsourcing) !important;
}

.storage-backup {
  background: var(--finance) !important;
}

.e-handel {
  background: var(--ecommerce) !important;
}

.sikkerhed-kommunikation {
  background: var(--security) !important;
}

.domæner-hosting {
  background: var(--webhosting) !important;
}

.e-mail-office {
  background: var(--email) !important;
}

.blog-pagination {
  margin-top: 50px;
  display: flex;
}

.blog-pagination a {
  color: #1C2536;
  padding: 0 8px;
}

.blog-pagination a.active {
  color: #01969C;
  font-weight: bold;
}

.blog-pagination-left {}

.blog-pagination-center {
  margin: 0 10px;
}

.blog-pagination-right {}

.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: 780px;
  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: aktiv-grotesk, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #fff;
}

.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.blog-recent-posts__post {
  display: block;
  flex: 0 0 calc(100% - 30px);
  color: #494a52;
  text-decoration: none !important;
  margin: 15px;  
}
.blog-recent-posts__post-content {
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex: 0 0 calc((100%/2) - 30px);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex: 0 0 calc((100%/3) - 30px);
  }
}
.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;
  font-size: 1.25rem;
}

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









.hs-blog-listing, .hs-blog-post {
  background-color: rgba(255, 255, 255, 1.0);  
}

.blog-post__date {
  border-color: #1C2536;
}

.blog-header__back a,
.blog-tag-filter__menu-link,,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #1C2536;
}

.blog-header__back a:hover,
.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__author-name:focus {
  color: #00000e;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__author-name:active {
  color: #444d5e;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #08173F;
}

.blog-post__title {
  color: #08173F;
  font-family: aktiv-grotesk;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}


#comments-listing .comment-reply-to {
  color: rgba(1, 150, 156, 1.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(0, 110, 116, 1.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(41, 190, 196, 1.0);
}

.blog-index__post-content a {
  color: #08173F;
}

.blog-more-posts__post-content a {
  color: #08173F;
}

.blog-recent-posts__post {
  color: #08173F !important;
}



/* NYT HER */



/* Blog header */
.blog-header {
  background-color: rgba(#null, 1);
 
  /* Blog header - author listing */
}

.blog-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-header__inner {
    display: block;
  }
}

.blog-header--author {
  background-color: transparent;
}

.blog-header--author .blog-header__inner {
  justify-content: flex-start;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .blog-header--author .blog-header__inner {
    display: block;
  }
}

.blog-header__title {
  margin: 0 0 32px;
  max-width: 800px;
  flex-basis: 600px;
  flex-shrink: 0;
}

.blog-index-header {
  background: url('https://5441543.fs1.hubspotusercontent-na1.net/hubfs/5441543/raw_assets/public/Curanet/images/blog-bg.svg') no-repeat;
  background-size: cover;
  background-position: 50% 70%;
}

.blog-newsletter-signup {
  max-width: 550px;
  margin: 0 auto;
}

.blog-header-image {
  
}

.event-header-image {
  background: url('https://5441543.fs1.hubspotusercontent-na1.net/hubfs/5441543/Curanet/Website/Events/005.png') no-repeat;
  background-size: 663px;
  background-position: right center;
  padding: 40px 0;
}


.blog-header-image img {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .blog-index-header {
    background-position: 50% -50px;
  }
}

@media screen and (max-width: 768px) {
  .blog-header__inner {
    padding: 80px 10px;
    margin-bottom: 80px;
  }
  
  .blog-header__title {
    max-width: none;
  }
  .blog-header__topimage {
    display:none;
    visibility:hidden;
  }
}

.blog-header__title span {
  color: ;
}

.blog-header__preheader {
  font-weight: bold;
  display: block;
  margin: 0 0 .75rem;
}

.blog-header__image {
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .blog-header__image {
    margin: 0 auto;
    max-width: 360px;
  }
}

.blog-header__image img {
  width: 100%;
}

.blog-header__author {
  flex-basis: 720px;
}

@media screen and (max-width: 768px) {
  .blog-header__author {
    margin: 32px 0 0;
  }
}

.blog-header__avatar {
  display: block;
  height: 360px;
  width: 100%;
  margin-right: 64px;
  max-width: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100px;
}

@media screen and (max-width: 768px) {
  .blog-header__avatar {
    margin: 0 auto;
  }
}

@media screen and (max-width: 360px) {
  .blog-header__avatar {
    height: 300px;
  }
}

.blog-header__author-social-links {
  margin: 0 -8px;
}

.blog-header__author-social-links a {
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 0 8px;
  position: relative;
}

.blog-header__author-social-links svg {
  fill: ;
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-filter {
  position: absolute;
  right: 0;
  top: 0;
}

.blog-filter .btn {
  border: 2px solid transparent;
  font-weight: 500 !important;
}

.blog-filter .dropdown-item:active {
  background: transparent !important;
}

.blog-intro-header {
  position: relative;
}

.blog-tags--current {
  color: #01969c !important;
}

.blog-search {
  flex-basis: 400px;
  width: 100%;
  margin: 32px 0 0;
}

.grecaptcha-badge {
  display: none;
}

/* Blog listing */
.blog-index, .blog-more-posts {
  display: flex;
  flex-wrap: wrap;
  padding: 45px 0 80px 0;
  margin: -24px;
}

.blog-index:after, .blog-more-posts:after {
  content: "";
  flex: auto;
}

.blog-index__post-wrapper, .blog-more-posts__post-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: 24px;
}

@media screen and (min-width: 768px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 3);
  }
}

.blog-index__post, .blog-more-posts__post {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 13px rgb(0 0 0 / 16%);
  height: 100%;
  overflow: hidden;
      border-radius: 20px;
}

.blog-index__post img, .blog-more-posts__post img {
  height: auto;
  max-width: 100%;
}

.blog-index__post-content, .blog-more-posts__post-content {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
  background-color: #fff;
}

.blog-index__post-content h3, .blog-more-posts__post-content h3 {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 23px;
}

.blog-index__post-content h3 a, .blog-more-posts__post-content h3 a {
  color: ;
}

.blog-index__post-content h3 a:hover, .blog-index__post-content h3 a:visited, .blog-more-posts__post-content h3 a:hover, .blog-more-posts__post-content h3 a:visited {
  color: ;
}

.blog-index__post-preheader, .blog-more-posts__post-preheader {
  font-family: , sans-serif;
  font-size: ;
  font-weight: bold;
  color: ;
  display: block;
  margin: 0 0 .75rem;
}

.blog-index__post-meta, .blog-more-posts__post-meta {
  display: flex;
  color: #C6C6C6;
  font-size: 10px;
  text-transform: uppercase;
  justify-content: space-between;
  font-weight: 300px;
}

.blog-index__post-meta span, .blog-more-posts__post-meta span {
  display: inline-block;
}

.blog-index__post-image, .blog-more-posts__post-image {
  display: block;
  background-image: url('');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-index__author h2, .blog-more-posts__author h2 {
  margin: 32px 0 1.5rem;
}

.blog-index__author hr, .blog-more-posts__author hr {
  height: 2px;
  background-color: #DCDCDC;
}

/* Event post */
.body-container--event-post {
  margin: auto;
}
.event-wrapper {
  max-width: 1360px;
  margin: auto;
  padding: 120px 20px;
}

.event-wrapper .agenda-header {
  font-size: 30px;
  font-weight: 500;
}

.event-newsletter {
  max-width: 1360px;
  margin: auto;
  padding: 50px 20px;
}

.event-form {
  max-width: 1060px;
  margin: auto;
  padding: 70px 20px;
}

.event-wrapper .agenda-description {
  font-size: 16px;
}

.row-big {
  margin-left: -40px;
  margin-right: -40px;
}

.row-big .col {
  padding-left: 40px;
  padding-right: 40px;
}

.event-info-wrapper {
  min-height: 70px;
  position: relative;
}

.event-info {
  padding: 15px 25px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
  line-height: 1.3em;
}

  .event-info .col {
    padding: 10px 0;
  }

  @media all and (min-width: 991px) {
    .event-info {
      position: absolute;
      left: 0;
      top: 0;
      right: -350px;
      padding: 15px 50px;
    }
  }

  .event-info .event-col-header {
    font-size: 15px;
    font-weight: 600;
  }

  .event-info .event-col-info {
    font-size: 15px;
    opacity: 0.9;
  }

/* Blog post */

.body-container--blog-post {
    margin: auto;
}

.blog-header--post {
  padding: 50px 0;
  min-height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1360px;
    margin: auto;
}

.blog-post {
  margin: 0 auto;
  padding: 4.5rem 0;
}

.blog-post__meta {
  display: flex;
  align-items: center;
}

.blog-post__meta a {
  color: #C6C6C6;
  transition: color .25s ease-in;
  text-decoration: none;
      font-size: 10px;
    font-weight: 500;
}

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

.blog-post__timestamp {
  color: #C6C6C6;
  font-size: 10px;
    font-weight: 400;
}

.blog-post__divider {
  margin: 44px 0 32px;
  background-color: #ededed;
}

.blog-post__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 18px;
}

.blog-post__preheader {
  font-family: , sans-serif;
  font-size: ;
  font-weight: bold;
  color: ;
  display: block;
  margin: 0 0 1rem;
}

.blog-post__title {
  margin: 0 0 25px;
  max-width: 680px;
}

.blog-post__summary {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 2.5rem;
  max-width: 680px;
  color: #08173e96;
}

.blog-post__body th,
.blog-post__body td {
  border-color: transparent !important;
}

.blog-post__body-wrapper {
  max-width: 780px;
  margin: 0 auto;
}

.blog-post__body img {
  max-width: 100%;
}

.blog-post__tags {
  display: flex;
  flex-wrap: wrap;
}

.blog-post__tag-link {
  background-color: #01969c;
  border-radius: 3px;
  font-size: 0.75rem;
  padding: 5px 10px;
  margin: 0 8px 8px 0;
}
.blog-post__tag-link:hover {
  color: #fff;
}

/* Blog related posts */
.blog-more {
  padding: 2rem 0;
}

.blog-more--centered h2 {
  text-align: center;
}

/* Blog comments */
.blog-comments {
  margin: 0 auto;
  max-width: 780px;
}

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

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  outline: none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: ;
}


/* Custom */

.blog-link-read-more, .blog-link-read-more i {
  font-size: 14px;
  font-weight: 600;
}

.blog-header__toptext {
  text-align:left;
}

#blog-index__toptitle {
  font-size: 32px;
  padding: 0 0 20px 20px;
}

.blog-header__topimage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 540px;
}

.blog-header--left {
  text-align: left;
  padding-right: 50px;
  padding-left: 20px;
}

@media screen and (max-width: 1360px) {
  .blog-header__rightimage {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

.blog-header__rightimage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 480px;
  flex-basis: 60%;
}


.social-share-title {
  display: inline-block;
  color: #5D6BBC;
}

.social-share-icon {
  display: inline-block;
  margin-left: 20px;
  color: #5D6BBC;
}

.blog-footer {
  margin: 0;
}

/* Breadcrumb */

.bcrumb-wrapper {
  padding-bottom: 49px;
}

.bcrumb-wrapper .container {
  max-width: 1360px;
}

.bcrumb-bar {
  background: rgb(242,243,244);
  border-bottom: 1px solid #EAEEF0;
  position: fixed;
  left: 0;
  z-index: 99;
  width: 100%;
  transition: all 200ms ease;
}

@media all and (min-width: 991px) {
  .bcrumb-bar {
    background: linear-gradient(90deg, rgba(242,243,244,1) 0%, rgba(242,243,244,1) 50%, rgba(247,249,250,1) 50%, rgba(247,249,250,1) 100%);
  }
}

.navbar-hidden .bcrumb-bar {
  top: 0 !important;
}

.bcrumb {
  min-height: 48px;
  font-size: 13px;
  line-height: 1em;
}

.bcrumb .current {
  background: #f7f9fa;
  font-size: 15px;
}

.bcrumb .current-item {
  font-weight: 500;
  color: #181F39;
}

.bcrumb .current:before {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  content: " ";
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 15px solid #f2f3f4;
}

.bcrumb .current span.arrow:before {
  display: block;
  position: absolute;
  z-index: 9;
  left: 1px;
  top: 0;
  bottom: 0;
  width: 0;
  content: " ";
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 15px solid #EAEEF0;
}

.bcrumb .current {
  padding-left: 30px;
  padding-top: 17px;
  padding-bottom: 18px;
}

.bcrumb .navigation-links {
  font-size: 15px;
}

.bcrumb .bcrumb-link {
  color: #787F87;
}

.bcrumb .bcrumb-link i {
  display: none;
}

.bcrumb a {
  color: #1D2536;
}

.bcrumb .navigation-links a.active {
  color: #787F87;
  padding: 15px 0 15px 0;
  border-bottom: 2px solid #01A1D7;
}

.bcrumb .btn-wrapper-auto a.cta_button {
  padding: 8px 15px;
  height: auto;
  line-height: 1em;
  font-size: 14px;
  font-weight: 600;
}
.bcrumb .current-page {
  font-weight: 500;
  font-size: 14px;
  color: #1D2536;
}
.bcrumb .current-page:focus {
  color: #1D2536;
}

.bcrumb .dropdown-toggle i,
.bcrumb .dropdown-toggle span {
  vertical-align: middle;
}

.bcrumb .dropdown-toggle:after {
  display: none;
}

.bcrumb .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  border: none;
  box-shadow: 0 0 7px 1px rgb(0 0 0 / 10%);
  margin-top: 15px;
}

.bcrumb .dropdown-item {
  padding: 13px 16px;
  border-bottom: 1px solid #e5e7ea;
  font-size: 15px;
}

.bcrumb .dropdown-item.active {
  background: none;
  color: #01969c;
}
.bcrumb .dropdown-item {
  background: none !important;
}

@media all and (max-width: 410px) {
  .become-reseller {
    display: none !important;
  }
}

/* Dim background */
.bcrumb .dropdown:after {
  content: "";
  top: 0;
  right: 0;
  height: 100vh;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.13);
  pointer-events: none;
}
.bcrumb .dropdown.show .nav-link {
  position: relative;
  z-index: 12;
}
.bcrumb .dropdown.show:after {
  opacity: 1;
  visibility: visible;
  position: fixed;
}

.social-share-blogpost {
  margin: 0 0 50px;
}

.social-share-blogpost ul {
  margin: 0;
  padding: 0;
}


@media screen and (max-width: 770px) {
  .blog-header__rightimage {
    display: none;
  }
}

@media screen and (max-width: 430px) {
  a.button.button--small {
    margin-top: 25px;
  }
  .blog-header--left {padding-right: 20px;}
  
  .event-wrapper {
      padding: 60px 20px;
  }
  
  .agenda-header {
      padding-top: 40px;
      padding-bottom: 15px;
  }
  
  .event-form {
    padding-bottom: 30px;
  }
}
/*Primary colors*/
.cura-green {  color: #01969C;}
.net-blue {  color: #08173F;}

/*Secondary Colors*/
.contrast-purple { color: #5D6BBC;}

/*Topic colors*/


.outsourcing-green {  color: #8DC63F;}
.webhosting-blue {  color: #01A1D7;}
.email-orange {  color: #CF633E;}
.ecommerce-pink {  color: #A53275;}
.finance-yellow {  color: #DDBD39;}
.security-green {  color: #7BC8A3;}

/*Gradients*/


/*Greyscale colors*/
.midnight-black {  color: #1C2536;}
.silver-night {  color: #787F87;}
.day-light {  color: #F7F9FA;}








.gradient_contrast-purple_dark {
        background: -webkit-linear-gradient(#181F39 , #5D6BBC);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;}
/*Primary colors*/
.cura-green-bg {  background: #01969C;}
.net-blue-bg {  background: #08173F;}

/*Secondary Colors*/
.contrast-purple-bg { background: #5D6BBC;}

/*Topic colors*/


.outsourcing-green-bg {  background: #8DC63F;}
.webhosting-blue-bg {  background: #01A1D7;}
.email-orange-bg {  background: #CF633E;}
.ecommerce-pink-bg {  background: #A53275;}
.finance-yellow-bg {  background: #DDBD39;}
.security-green-bg {  background: #7BC8A3;}

/*Gradients*/


/*Greyscale colors*/
.midnight-black-bg {  background: #1C2536;}
.silver-night-bg {  background: #787F87;}
.day-light-bg {  background: #F7F9FA;}








.gradient_contrast-purple_dark-bg {
        background: -webkit-linear-gradient(#181F39 , #5D6BBC);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;}