













































		
		
		
		
		
		
		
		
		












		
		
		
		
		
		
		
		
		






 





		
		
		
		
		
		
		
		
		












		
		
		
		
		
		
		
		
		





































*, *: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;
}

/* Embed */

iframe {
	width: 100%;
}
/* Remove Sidebar iFrame Bestill Ekspressfrakt*/
.outerCon{
    overflow:hidden;
    height:850px;
    width:600px;
}

.outerCon iframe{
    width:inherit;
    height:inherit;
    overflow-x: hidden;
    overflow-y: scroll;
}

.outerCon iframe::-webkit-scrollbar {
 display: none;
}

/* iFrame Embed Sertifisert Partner websider */
.embSEP{
	  display: block;
	  overflow:hidden;
	  width:100%;
    height:auto;
    text-align: center;
}

.embSEP iframe{
    position: relative;
		top;0;
		left:0;
		width:100%;
		height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}




/* Responsive Grid */

.row-fluid {
	width: 100%;
	*zoom: 1;
}

.row-fluid:before, .row-fluid:after {
	display: table;
	content: "";
}

.row-fluid:after {
	clear: both;
}

.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 28px;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846382977%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.dnd_area-row-0-padding .row-fluid [class*="span"] {
	min-height: 0;
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}

.row-fluid .span12 {
	width: 99.99999998999999%;
	*width: 99.94680850063828%;
}

.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.4361702036383%;
}

.row-fluid .span10 {
	width: 82.97872339599999%;
	*width: 82.92553190663828%;
}

.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.4148936096383%;
}

.row-fluid .span8 {
	width: 65.95744680199999%;
	*width: 65.90425531263828%;
}

.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.3936170156383%;
}

.row-fluid .span6 {
	width: 48.93617020799999%;
	*width: 48.88297871863829%;
}

.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.3723404216383%;
}

.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.8617021246383%;
}

.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.3510638276383%;
}

.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.8404255306383%;
}

.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.329787233638298%;
}

.container-fluid {
	*zoom: 1;
}

.container-fluid:before, .container-fluid:after {
	display: table;
	content: "";
}

.container-fluid:after {
	clear: both;
}

@media (max-width: 767px) {
	.row-fluid {
		width: 100%;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: none;
		width: auto;
		margin-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 1139px) {
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}

	.row-fluid:before, .row-fluid:after {
		display: table;
		content: "";
	}

	.row-fluid:after {
		clear: both;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 28px;
		margin-left: 2.762430939%;
		*margin-left: 2.709239449638298%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 99.999999993%;
		*width: 99.9468085036383%;
	}

	.row-fluid .span11 {
		width: 91.436464082%;
		*width: 91.38327259263829%;
	}

	.row-fluid .span10 {
		width: 82.87292817100001%;
		*width: 82.8197366816383%;
	}

	.row-fluid .span9 {
		width: 74.30939226%;
		*width: 74.25620077063829%;
	}

	.row-fluid .span8 {
		width: 65.74585634900001%;
		*width: 65.6926648596383%;
	}

	.row-fluid .span7 {
		width: 57.182320438000005%;
		*width: 57.129128948638304%;
	}

	.row-fluid .span6 {
		width: 48.618784527%;
		*width: 48.5655930376383%;
	}

	.row-fluid .span5 {
		width: 40.055248616%;
		*width: 40.0020571266383%;
	}

	.row-fluid .span4 {
		width: 31.491712705%;
		*width: 31.4385212156383%;
	}

	.row-fluid .span3 {
		width: 22.928176794%;
		*width: 22.874985304638297%;
	}

	.row-fluid .span2 {
		width: 14.364640883%;
		*width: 14.311449393638298%;
	}

	.row-fluid .span1 {
		width: 5.801104972%;
		*width: 5.747913482638298%;
	}
}

@media (min-width: 1280px) {
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}

	.row-fluid:before, .row-fluid:after {
		display: table;
		content: "";
	}

	.row-fluid:after {
		clear: both;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 28px;
		margin-left: 2.564102564%;
		*margin-left: 2.510911074638298%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 100%;
		*width: 99.94680851063829%;
	}

	.row-fluid .span11 {
		width: 91.45299145300001%;
		*width: 91.3997999636383%;
	}

	.row-fluid .span10 {
		width: 82.905982906%;
		*width: 82.8527914166383%;
	}

	.row-fluid .span9 {
		width: 74.358974359%;
		*width: 74.30578286963829%;
	}

	.row-fluid .span8 {
		width: 65.81196581200001%;
		*width: 65.7587743226383%;
	}

	.row-fluid .span7 {
		width: 57.264957265%;
		*width: 57.2117657756383%;
	}

	.row-fluid .span6 {
		width: 48.717948718%;
		*width: 48.6647572286383%;
	}

	.row-fluid .span5 {
		width: 40.170940171000005%;
		*width: 40.117748681638304%;
	}

	.row-fluid .span4 {
		width: 31.623931624%;
		*width: 31.5707401346383%;
	}

	.row-fluid .span3 {
		width: 23.076923077%;
		*width: 23.0237315876383%;
	}

	.row-fluid .span2 {
		width: 14.529914530000001%;
		*width: 14.4767230406383%;
	}

	.row-fluid .span1 {
		width: 5.982905983%;
		*width: 5.929714493638298%;
	}
}


/* Maps */

.maps iframe,
.maps .hs-embed-wrapper,
.maps .hs-embed-content-wrapper > div {
	width: 100% !important;
  height: 500px !important;
	max-width: 100% !important;
	max-height: 500px !important;
}

/* Clearfix */

.clearfix {
	*zoom: 1;
}

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

.clearfix:after {
	clear: both;
}

/* Visibilty Classes */

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.hidden {
	display: none;
	visibility: hidden;
}

/* Responsive Visibilty Classes */

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

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

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

@media (max-width: 767px) {
	.visible-phone {
		display: inherit !important;
	}

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

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

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

@media (min-width: 768px) and (max-width: 1139px) {
	.visible-tablet {
		display: inherit !important;
	}

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

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

	.visible-desktop {
		display: none !important;
	}
}
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url("https://use.typekit.net/smv3yxn.css");
html {
  font-size: 18px;
}

/* What happends to fonts on different screens */


/* Body font */


body {
  font-family: 'Source Sans Pro'; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0d3b66;
  line-height: 1.4;
  word-break: normal;
	overflow-wrap: anywhere;
}

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

/* Paragraphs */

p {
  font-size: 18px;
  margin: 0 0 1.4rem;
	word-break: normal;
	overflow-wrap: anywhere;
  line-height: 1.5;
  font-family: 'Source Sans Pro'; font-style: normal; font-weight: normal; text-decoration: none;
}

small {
  font-size: 12px;
}

strong {
  font-weight: 700;
}


/* Anchors / Links color/action*/

a {
  color: #0d3b66;
  cursor: pointer;
  text-decoration: none;
	word-break: normal;
	overflow-wrap: anywhere;
  transition: all 210ms linear;
  font-size: 18px;
}
main.body-container-wrapper.blog h1{ font-size:40px!important;}
main.body-container-wrapper.blog h2{ font-size:30px!important;}
main.body-container-wrapper.blog h3{ font-size:24px!important;}
main.body-container-wrapper.blog h4{ font-size:20px!important;}
main.body-container-wrapper.blog h5{ font-size:18px!important;}

	.widget-span ul a:not(.header-main__cta):not(.cta_button):not(.button):before,
  .widget-span p a:not(.header-main__cta):not(.cta_button):not(.button):before,
  .widget-span ol a:not(.header-main__cta):not(.cta_button):not(.button):before {
		background: #ffb636;
    transition: all 300ms ease-in-out;
      bottom: 2px;
      content: "";
      height: 1px;
      left: 0;
      position: absolute;
      transition: width .2s ease-in-out;
   
      visibility: hidden;
      width: 0;
    transform: none;
	}

	.widget-span ul a:not(.header-main__cta):not(.cta_button):not(.button):hover::before,
  .widget-span p a:not(.header-main__cta):not(.cta_button):not(.button):hover::before,
  .widget-span ol a:not(.header-main__cta):not(.cta_button):not(.button):hover::before {
    width: 100%;
    right: 0;
    visibility: visible;
}
/* 	.widget-span ul a:not(.header-main__cta):not(.cta_button):not(.button):hover,
  .widget-span p a:not(.header-main__cta):not(.cta_button):not(.button):hover,
.widget-span ol a:not(.header-main__cta):not(.cta_button):not(.button):hover{
font-weight: 400 !important;
} */

  .widget-span ul a:not(.header-main__cta):not(.cta_button),
  .widget-span p a:not(.header-main__cta):not(.cta_button),
	.widget-span ol a:not(.header-main__cta):not(.cta_button) {
		position: relative;
	}

	.widget-span ul a:not(.header-main__cta):not(.cta_button):hover:before,
  .widget-span p a:not(.header-main__cta):not(.cta_button):hover:before,
	.widget-span ol a:not(.header-main__cta):not(.cta_button):hover:before {
		width: 84%;
		opacity: 1;
	}

/* 
a:hover {
color:  ;
  cursor: pointer;
  text-decoration: none;
  transition: all 210ms linear;
font-size: ;
} */

a:focus {
	color: #00002a;
  outline: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0d3b66;
  font-family: Montserrat;
  font-weight: 700;
	word-break: normal;
	overflow-wrap: anywhere;
  margin: 0 0 1.4rem;
  -moz-osx-font-smoothing: greyscale;
  -webkit-font-smoothing: antialiased;

}

h1 {
  font-family: Montserrat; font-style: normal; font-weight: 600; text-decoration: none;
  color: #0d3b66;
  font-size: 45px;
	line-height: 1.2;
  word-break: 0;
}

h2 {
  font-family: Montserrat; font-style: normal; font-weight: 600; text-decoration: none;
  color: #0d3b66;
  font-size: 40px;
  line-height: 1.2;
  word-break: 0;
}

h3 {
  font-family: Montserrat; font-style: normal; font-weight: 600; text-decoration: none;
  color: #0d3b66;
  font-size: 30px;
  word-break: 0;
}

h4 {
  font-family: Montserrat; font-style: normal; font-weight: 600; text-decoration: none;
  color: #0d3b66;
  font-size: 24px;
  word-break: 0;
}

h5 {
  font-family: Montserrat; font-style: normal; font-weight: 600; text-decoration: none;
  color: #0d3b66;
  font-size: 18px;
  word-break: 0;
}

/* Section-title Subheadings */
/* Only applies to h6 */
h6,
.section-title__subheading {
  font-family: Montserrat; font-style: normal; font-weight: 600; text-decoration: none;
  color: rgba(153, 153, 153, 1);
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-title__subheading {
  display: block;
}

/* Headings overrides h */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
}

/* Lists */

ul,
ol {
	margin: 0 0 1.5rem 1.5rem;
	list-style-position: inside;
	padding: 0;
	line-height: 1.5;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

.widget-type-rich_text li {
	line-height: 2;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.4rem 0;
	padding: 0;
	border-left: 2px none #fdfdfd;
	font-size: 34px;
	font-style: italic;
	font-weight: 400;
}

/* Horizontal rules */

hr {
  background-color: rgba(0,0,0,0.12);
  border: none;
  color: rgba(0,0,0,0.12);
  height: 2px;
	margin: 0 0 1.234rem 0;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
	width: 100%;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 80px 15px;
  position: relative;
}

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

.dnd-section > .row-fluid, .centered {
  margin: 0 auto;
  max-width: 1240px;
	position: relative;
	z-index: 4;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

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

.overlay-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}

.top-bar {
  transition: all 210ms ease-out;
}

.top-bar p {
  margin: 0;
}

.top-bar input {
  border: 0px;
  padding: 0px 0 0 21px;
  font-size: 12px;
  display: inline-block;
  text-align: left;
  background: 0px center;
  border-radius: 0px;
  transition: all 434ms ease;
  width: 120px;
  position: relative;
  z-index: 1;
}

.top-bar input:focus {
  outline: none;
  background: rgba(0,0,0,.07);
  border: none;
  width: 100%;
}

.top-bar form svg {
  position: absolute;
  right: 21px;
  z-index: 2;
  opacity: 0.21;
  cursor: text;
}

.top-bar form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .text-right {
  position: relative;
}

.top-bar * {
  font-size: 12px;
}

.top-bar a:not(:first-of-type) {
  padding: 0 12px;
}

.top-bar a:first-of-type {
  padding-right: 12px;
}

.top-bar a:hover,
.top-bar a:focus {
  color: #0d3b66;
}
a.header-main__mobile-menu-btn.hide-on-desktop {
    display: none;
}
@media (max-width: 767px) {
  .top-bar {
    display: none;
  }
}

header:not(.sticky-menu-on) {
	position: absolute;
}

header.sticky-menu-on {
	position: fixed;
}

header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  transition: all ease-in-out 400ms;
}

.header-main--landing {
	position: absolute;
}

.header-main--white-no-navigation {
  position: unset;
}

.header-main__logo img {
  transition: all 123.4ms linear;
  height: auto;
}

.header-main__logo {
  padding: 0;
  display: flex;
  align-items: center;
}

.header-main__logo--fixed {
	left: 2.134vw;
	position: absolute;
	top: 1.234vw;
}

.header-main__logo > a {
	display: inline-flex;
}

/* Landing Pages Header */

.header-main--no-navigation {
	padding: 21px;
}

.header-main--no-navigation .header-main__logo {
	display: inline-block;
}

/****************************************************
 * Menu
 ***************************************************/
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
	line-height: 1.4;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

@media (min-width: 767px) {
	.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
		left: -9999px;
		opacity: 0;
		position: absolute;
	}

}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: inline-block !important;
  white-space: nowrap;
  width: 100% !important;
  line-height: unset;
}

@media (min-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    display: block;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    top: 100%;
  }

  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 100%;
    opacity: 1;
    top: 0;
  }
	
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children.right-menu:hover > .hs-menu-children-wrapper {
    left: auto;
    opacity: 1;
    display: block;
		right: 0;
  }
 .top-bar--mobile {
    display: none !important;
}
}

.hs-menu-wrapper {
  display: inline-flex;
	transition: all 300ms ease-out;
}

.search-open .header-main__menu-nav-wrapper {
  white-space: nowrap;
}

.header-main__menu-nav-wrapper .hs-menu-item {
  display: flex;
}

.header-main__menu-nav-wrapper .hs-menu-item a span {
  color: #fff;
	background: #0d3b66;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 3px;
	font-size: 12px;
	margin-left: 4px;
}

@media (min-width: 767px) {
  .body-container-wrapper:before {
    height: 210px;
    width: 100%;
    top: 0;
    position: absolute;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    display: none;
    content: "";
    z-index: 5;
  }
}

.header-main__container {
  position: relative;
  padding: 1.5rem 0;
}

@media (min-width: 767px) {
	.header-main__container--white-with-navigation,
	.header-main__container--white-no-navigation {
		padding: .43rem 0 .43rem 0;
	}
}

@media (max-width: 767px) {
  .header-main__container {
    padding: .4rem 0;
  }
	
	.header-main__container--white-with-navigation,
	.header-main__container--white-no-navigation {
	  padding: .43rem 0 .4rem 0;
	}
}

.header-main__container * {
  z-index: 2;
}

.header-main__menu-nav-container {
  align-items: center;
  display: flex;
}

.header-main--fixed .header-main__container:before {
  display: none;
}

.body-wrapper--mobile-menu:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.12);
	position: absolute;
	z-index: 1;
}

@media (min-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    box-shadow: 0 12px 34px rgba(0,0,0,0.12);
  }
	
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper:not(.menu--wide) {
    min-width: 210px;
	}
	
  /* Level 3+ */

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-menu-item.hs-menu-depth-2.right-menu:hover > .hs-menu-children-wrapper {
    left: auto !important;
    top: 0 !important;
		right: 100% !important;
  }
	
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper ul {
    left: 100%;
    top: 0;
  }
	
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper ul:after {
    right: 100%;
    left: unset;
    margin-top: -5px;
    top: 21px;
  }
}

.hs-item-has-children:hover {
	z-index: 1234 !important;
}

/**************************************************
 * Mobile Menu
 **************************************************/

@media (min-width: 767px) {
  .submenu-plus {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-main__mobile-menu-btn {
    background: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    position:relative;
  }
	
  .body-wrapper--landing .header-main__mobile-menu-btn,
	.body-wrapper--white-no-navigation .header-main__mobile-menu-btn {
		display: none;
	}

.header-main__mobile-menu-btn span{
 background-color: #000; 
}
  .header-main__mobile-menu-btn span {
    position: absolute;
    height: 2px;
    border-radius: 4px;
    background: #000;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
  }

  .header-main__mobile-menu-btn span:first-of-type {
    width: 32px;
    top: 14px;
    left: 14px;
  }

  .header-main__mobile-menu-btn span:nth-of-type(2) {
    width: 32px;
    top: 25px;
    left: 14px;
  }

  .header-main__mobile-menu-btn span:nth-of-type(3) {
    width: 32px;
    top: 36px;
    left: 14px;
  }

  .header-main__mobile-menu-btn--close span:first-of-type {
    width: 40px;
    top: 26px;
    left: 10px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .header-main__mobile-menu-btn--close span:nth-of-type(2) {
    width: 0;
    left: 33px;
  }

  .header-main__mobile-menu-btn--close span:nth-of-type(3) {
    width: 40px;
    top: 26px;
    left: 10px;
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }

  html, body {
    transition: transform 700ms ease;
  }
  
  .body-wrapper--mobile-menu {
    transform: translate(-80vw);
  }
  
  .header-main__menu-nav-container {
    display: none !important;
    background: #fff;
    position: fixed;
    width: 80vw;
    left: 100%;
    top: 0;
    z-index: 1234;
    opacity: 1;
    transition: all 700ms ease;
    height: 100vh;
    overflow-y: scroll;
  }
  
  .body-wrapper--mobile-menu .header-main__menu-nav-container:before {
		content: "Kompa AS";
    display: block;
    padding: 21px 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: .4;
    border-bottom: 1px solid #bbb;
    background: #efefef;
  }
  
  .body-wrapper--mobile-menu .header-main__menu-nav-container {
    display: block !important;
    opacity: 1;
  }
  
  .body-wrapper--mobile-menu .footer {
    display: none;
  }
  
  .body-wrapper--mobile-menu .body-container-wrapper {
    height: 100vh;
    overflow-y: hidden;
  }
  
  .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li > a:not(.header-main__cta),
  .header-main__menu-nav-wrapper .hs-menu-item {
    color: #0d3b66;
    display: block;
    width: 100%;
  }
	
	.header-main__menu-nav-wrapper .hs-menu-item a {
		height: 50px;
		line-height: 50px;
	}
	
  .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li > a:not(.header-main__cta) {
    border-bottom: 1px solid rgba(13, 59, 102, 0.21);
  }

  .header-main__menu-nav-wrapper .hs-menu-wrapper {
    display: block;
    transition: all 400ms linear;
  }

  .header-main__cta.button {
    display: block;
    max-width: 210px;
    margin: 25px auto;
    text-align: center;
  }
  
  .submenu-plus i, .submenu-plus i:after {
    width: 10px;
    height: 1px;
    background-color: #0d3b66;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
  }
  
  .submenu-plus i:after {
    -webkit-transform: rotate(-90deg) translate(0,-5px);
    -ms-transform: rotate(-90deg) translate(0,-5px);
    transform: rotate(-90deg) translate(0,-5px);
    content: "";
  }
  
  .submenu-plus--active i:after {
    display: none;
  }
  
  .submenu-plus {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px;
    padding: 0;
    border-left: 1px dotted rgba(13, 59, 102, 0.21);
    height: 50px;
  }
  
  .submenu-plus.active-menu i:after {
    display: none;
  }
  
  .header-main__menu-nav-wrapper .hs-item-has-children a {
    position: relative;
  }
  
  .header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li > a:not(.header-main__cta):hover {
    color: #0d3b66;
  }
  
  .header-main__menu-nav-wrapper .hs-menu-children-wrapper a {
    border-bottom: 1px solid rgba(13, 59, 102, 0.21);
    text-indent: 12px;
  }
  
  .header-main__menu-nav-wrapper .hs-item-has-children > a:hover,
  .header-main__menu-nav-wrapper .hs-item-has-children > a:focus,
  .header-main__menu-nav-wrapper .hs-item-has-children > a:active,
  .header-main__menu-nav-wrapper .hs-item-has-children > a.active-menu {
    background: #fdfdfd;
  }
  
  .header-main__menu-nav-wrapper .hs-item-has-children > a:hover .submenu-plus i:after {
    display: none;
  }
  
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    transition: opacity 400ms ease;
    position: relative;
    display: none;
  }
  
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper.open-menu-list {
    left: 0;
    opacity: 1;
    display: block;
  }
}

@media (max-width: 767px) {
  .submenu-plus i:after {
    -webkit-transform: rotate(-90deg) translate(1px,-5px);
    -ms-transform: rotate(-90deg) translate(1px,-5px);
    transform: rotate(-90deg) translate(1px,-5px);
    content: "";
  }
}


/**************************************************
 * Language Switcher
 **************************************************/

.header-main__language-switcher {
	display: inline-flex;
	align-items: baseline;
	padding-left: 12px;
	height: auto;
	color: inherit;
	width: auto;
	justify-content: center;
	position: relative;
	margin: 0 7px;
}

.header-main__language-switcher-label {
	display: flex;
	align-items: center;
}

.header-main__language-switcher-label > div > span {
	display: block;
}

.header-main__language-switcher .lang_switcher_class {
  display: inline-block;
  padding-right: 0;
}

.header-main__language-switcher .globe_class,
.header-main__language-switcher #hs_cos_wrapper_header_language_switcher {
	background: none;
  position: relative;
  width: 21px;
  height: 21px;
  z-index: 1234;
}

.header-main__language-switcher svg {
  position: relative;
  z-index: 1;
  margin-left: -16px;
}

.header-main__language-switcher-label-current {
  padding-left: 5px;
  line-height: 2;
}

.header-main__language-switcher .lang_list_class li {
	border: none;
	background: #fff;
	width: 10rem;
	font-size: .75rem;
}

.header-main__language-switcher .lang_list_class li:first-child,
.header-main__language-switcher .lang_list_class li:last-child {
  border-top: none;
}

.header-main__language-switcher .lang_list_class {
  box-shadow: 0 21px 21px rgba(0,0,0,0.12);
  overflow: hidden;
}

.header-main__language-switcher .lang_list_class li a {
  color: #0d3b66;
  display: block;
}

.header-main__language-switcher .lang_list_class li a:hover {
	color: #0d3b66;
  background: #fdfdfd;
}

.header-main__language-switcher .lang_list_class li:last-child,
.header-main__language-switcher .lang_list_class:before {
  border: 0;
}

.header-main__language-switcher .lang_list_class li {
  padding: 0 14px 6px;
}

@media (min-width: 767px) {
	.header-main__language-switcher:before {
		content: "";
		display: block;
		height: 50%;
		position: absolute;
		background: rgba(255,255,255,0.43);
		top: 50%;
		left: 0;
		width: 1px;
		transform: translateY(-50%);
	}
  .top-bar--mobile {
    display: none !important;
}
}

@media (max-width: 767px) {
/* 	.header-main__language-switcher-label-current {
		display: none;
	}
   */
  .header-main__language-switcher .lang_switcher_class {
    display: block;
    position: absolute;
    top: 21px;
    right: 21px;
  }
  
  .header-main__language-switcher .lang_list_class {
    right: 0;
    left: unset;
    -webkit-transform: translateX(12%);
    transform: translateX(12%);
  }
  
  .header-main__language-switcher .lang_list_class:after,
  .header-main__language-switcher .lang_list_class:before {
    right: 12px;
    left: unset;
  }
  
  .header-main__language-switcher .lang_list_class li {
    padding: 12px;
  }
}


/****************************************************
 * MENU IN TWO COLUMNS
 ***************************************************/
@media (min-width: 767px) {
	.menu--wide {
		min-width: 430px;
	}
  
	.menu--wide > li {
    float: left;
    width: 50%;
  }

  .menu--wide > li > a {
    white-space: normal !important;
  }
	
	.menu--wide > li:nth-of-type(2n+1) {
		clear: left;
	}
}


/****************************************************
 * TOP BAR ON MOBILE
 ***************************************************/
.top-bar--mobile a,
.top-bar--mobile p {
	display: block;
	text-align: center;
}

.top-bar--mobile form input {
	width: 100%;
	background: rgba(13, 59, 102, 0.07);
	border: 1px solid rgba(13, 59, 102, 0.21);
	padding: 7px;
}

.top-bar--mobile p {
	margin-bottom: 0;
}



/****************************************************
 * HEADER FOR UTILITY PAGES
 ***************************************************/

.header-main--no-navigation .header-main__logo img {
	max-height: 65px;
	width: auto !important;
}

.header-main--no-navigation .header-main__logo .logo-company-name	{
	font-size: 25px;
}
	
.header-main--no-navigation .header-main__logo .logo-company-name:after {
	content: "To add your logo, from the HubSpot dashboard go to Settings > Website > Pages > Branding";
	display: block;
	font-size: 12px;
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: normal; text-decoration: none;
}
button,
.button,
.cta_button {
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  padding: 10px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
	font-size: 18px;
	font: {font=Source Sans Pro, font_set=GOOGLE, styles={font-family='Source Sans Pro', font-style=normal, font-weight=normal, text-decoration=none}, size=18, size_unit=px, color=#0d3b66, variant=null, fallback=null, style=font-family: 'Source Sans Pro'; font-style: normal; font-weight: normal; text-decoration: none, css=color: #0d3b66;font-size: 18px;font-family: 'Source Sans Pro';}700;
	color: #0a9396;
}

@media (max-width: 500px) {
	button,
	.button,
	.cta_button {
		margin-right: auto !important;
		margin-left: auto !important;
		display: block;
	}
}

.button--primary,
.cta_button {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 2px solid #0a9396;
  color: #0a9396;
	font-size: 18px;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.button--primary:hover,
.button--primary:focus,
button:hover,
button:focus,
.cta_button:hover,
.header-main__cta:hover {
  background-color:  ;
  border: ;
	border-color: ;
  color: ;
  text-decoration: none;
	outline: none;
}

.cta_button:focus {
	color: inherit;
}

.button--primary:focus,
.header-main__cta:focus {
	color: #0a9396;
}

.button:active {
  transform: scale(.98);
}

.header-main__cta {
  padding: 12px 21px;
  background: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 2px solid #0a9396;
  border-radius: 8px;
  color: #0a9396;
  transition: all 0.15s linear;
	word-break: normal;
}

@media (min-width: 1200px) {
  .header-main__cta {
    margin-left: 12px;
  }
}

.button--outline {
  border: 1px solid 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  background: none;
  color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.button--outline:hover {
  background: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #0a9396;
  border: 1px solid 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.button--white {
  background: #fff;
  color: #0d3b66;
  border: 1px solid #fff;
}

.button--white:hover {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.button--outline-white {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}

.button--outline-white:hover {
  background: #fff;
  color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #fff;
}

div .button:not(:last-of-type) {
  margin-right: 1.02rem;
	margin-bottom: 1.02rem;
}


.button--secondary {
	color: #0d3b66;
	background: 

  
  
    
  


  rgba(255, 182, 54, 0.0)

;
	border: 2px solid #0d3b66;
	border-radius: 8px;
	font-size: 18px;
	padding: 10px 40px;
}



.button--secondary:hover,
.button--secondary:focus {
	color: ; /*changed*/
}
.button--secondary:hover {
	background-color: ; 
	border-color:  
}



.Button--tertiary {
background-color: 

  
  
    
  


  rgba(153, 153, 153, 0.0)

;
font: {font=Source Sans Pro, font_set=GOOGLE, styles={font-family='Source Sans Pro', font-style=normal, font-weight=normal, text-decoration=none}, size=18, size_unit=px, color=#0d3b66, variant=null, fallback=null, style=font-family: 'Source Sans Pro'; font-style: normal; font-weight: normal; text-decoration: none, css=color: #0d3b66;font-size: 18px;font-family: 'Source Sans Pro';};
color: #ffb636;
font-weight: {font=Source Sans Pro, font_set=GOOGLE, styles={font-family='Source Sans Pro', font-style=normal, font-weight=normal, text-decoration=none}, size=18, size_unit=px, color=#0d3b66, variant=null, fallback=null, style=font-family: 'Source Sans Pro'; font-style: normal; font-weight: normal; text-decoration: none, css=color: #0d3b66;font-size: 18px;font-family: 'Source Sans Pro';}700;
border: 2px solid ;
border-radius: 10px;
padding: 10px 40px;
size: 18px;
}



.button--tertiary:hover,
.button--tertiary:focus {
background-color: ;
font: ;
color: ;
font-weight: ;
border: ;
border-radius: ;
padding: ;
size: ;
}
/* Form */
form {
  font-family: Source Sans Pro, sans-serif;
}
.hs-form-field {
  margin-bottom: 0,75rem;
}

/* Labels */
form label {
  color: #0d3b66;
  display: inline-block;
  padding-top: 0rem;
  margin-bottom: 0rem;
  text-align: left;
  width: auto;
}
form label,
.hs-form-field a {
  font-size: 0.875rem;
}
.blog-listing__subscribe label {
  display: inline;
}

/* Help text - legends */
form legend {
  color: #0a9396;;
  font-size: 0.875rem;
}
.form-input-validation-message,
.email-prefs .item p {
  opacity: .7;
}

/* Inputs */
.input {
  position: relative;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #fafafa;
  border: 0px solid #0a9396;
  border-radius: 10px;
  color: #0A9396;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%!important;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
  max-width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  display: inline-block;
  border: 0,5px;
  border-color: #0A9396;
}

fieldset {
  max-width: 100% !important;
}

textarea {
  min-height: 100px;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0.7rem;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

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


/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

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

.fn-date-picker td.is-selected .pika-button {
  background: #0d3b66;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #0d3b66 !important;
  border-radius: 0 !important;
  color: #FFF;
}


/* Inputs - file picker */

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


/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100%;
}

form .header {
  background-color: transparent;
  border: none;
}

form .hs-richtext p a {
  font-size: inherit;
}



/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display>span {
  font-size: 0.75rem !important;
  margin-left: 2px !important;
  padding-top: 1rem !important;
}
.legal-consent-container .hs-form-booleancheckbox-display p{
  font-size: 0.85rem !important;
}

.hs-form-booleancheckbox-display
{    
  display: flex;    
  align-items: center;
}


/* Validation */

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

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}


/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 2px solid #0a9396;
  border-radius: 8px;
  color: #0a9396;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: semibold !important;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 10px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
} 

form input[type=submit]:hover,
form .hs-button:hover {

}

form input[type=submit]:focus,
<!--- form .hs-button:hover {
  background-color: rgba(215, 215, 215, 0.0);
  border-color: #006b6e;
  color: #0a9396;
  outline: none;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: #32bbbe;
  color: #0a9396;
}


/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form,
.submitted-message {
  font-family: 'Source Sans Pro'; font-style: normal; font-weight: normal; text-decoration: none;
}


/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #0d3b66;
}


/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #0d3b66;
}

/* Form Styling */
#hs_cos_wrapper_module_168570829095911 input[type='text'],
#hs_cos_wrapper_module_168570829095911 input[type='email'] {
  border-radius: 0;
}
#hs_cos_wrapper_module_168570829095911 input[type="email"] {
  border-width: 0 !important;
}

/* Banner Form / Overlapping */

@media (min-width: 1200px) {
  .body-container--banner-form .span12 > .row-depth-1 .widget-type-form {
    position: absolute;
  }

  .body-container--banner-form .row-number-2 > .row-fluid {
    z-index: 12;
  }
}

.body-container--banner-form .span12 > .row-depth-1 .widget-type-form,
.boxed-form {
  width: 100%;
  top: 0;
  border-radius: 12px;
  /* 	background: #fff; */
  padding: 0 43px 43px 43px;
  /* 	box-shadow: 0 12px 70px rgba(0,0,0,0.21); */
  z-index: 999;
  background-color: transparent !important;
  box-shadow: none !important;
}

.body-container--banner-form .span12 > .row-depth-1 .widget-span {
  position: relative;
}

.body-container--banner-form .span12 > .row-depth-1 .form-title,
.boxed-form .form-title {
  text-align: center;
  font-size: 24px;
  margin:0px;
  padding:0px;
  margin-left: -43px;
  background: #0d3b66;
  background: -moz-linear-gradient(270deg, #ffb636 0%, #0d3b66 100%);
  background: -webkit-linear-gradient(270deg, #ffb636 0%, #0d3b66 100%);
  background: linear-gradient(270deg, #ffb636 0%, #0d3b66 100%);  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d3b66",endColorstr="#ffb636",GradientType=1);
    color: #fff;
    width: calc(100% + 86px);
    border-radius: 12px 12px 0 0;
    padding: 4%;
    }
.customized-form .customized-form__title {
  padding: 0 !important;
  margin: 0;
}
.topbar .customized-form__title {
  display: none;

}
.topbar .hs_cos_wrapper.form-title {
  background: none !important;
}

/* Membership */

.hs-membership-loader {
  padding: 2rem 0;
}
/* Table */

table {
  border: 1px solid #0d3b66;
  margin-bottom: 1.4rem;
  background-color: 

  
  
    
  


  rgba(253, 253, 253, 1.0)

;
}

tbody + tbody {
  border-top: 2px solid #0d3b66;;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(253, 253, 253, 1.0)

;
  border-bottom: 2px solid #0d3b66;
  color: #0d3b66;
  vertical-align: bottom;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(253, 253, 253, 1.0)

;
  color: #0d3b66;
}
/* Blog background */

.body-container--blog-index,
.body-container--blog-post {
  background: #fdfdfd;
}

/* Subscribe form */

.blog-listing__subscribe {
  margin-top: 15px;
}

.blog-listing__subscribe svg {
  fill: #0d3b66;
}

.blog-listing__subscribe .hs-form-required {
  display: none;
}

.blog-listing__subscribe .hs-button {
  padding: 12px 21px;
  width: 100%;
}


/* Topics */

.blog-listing__tags li{
  list-style-type: none;
  border-top: 1px solid #e4e4e4;
}

.blog-listing__tags ul {
  padding: 0;
  margin:0;
}

.blog-listing__tags a{
  display: block;
  padding: 5px 0;
}


/* Popular posts */

.popular-posts__image {
  height: 70px;
  min-width: 70px;
  background-size: cover;
  margin-right: 12px;
  border-radius: 4px;
  max-width: 70px;
}

.popular-posts__item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 12px;
  align-items: center;
}


/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
  width: 100%;
}

.blog-pagination__link {
  border-radius: 4px;
  color: #0d3b66;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 .2rem;
  padding: 0.5rem 0.9rem;
  text-decoration: none;
  background: #fff;
  font-size: 14px;
}

.blog-pagination__link--active {
  opacity: .5;
  color: #0d3b66;
  cursor: default;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  opacity: .5;
  cursor: default;
  pointer-events: none;
  color: #0d3b66;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #0d3b66;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #0d3b66;
  opacity: .5;
}


/* Blog Listing Page */







.body-container--blog-index .banner--blog {
  
  background-color: #fdfdfd;
  
}

.banner--blog .banner__inner * {
  color: rgba(255, 255, 255, 1.0);
}

.banner--blog:before {
  background: rgba(16, 18, 29,
    0.5);
}



/* Blog Post */

.body-container--blog-post .banner {
  background-position: center center;
}

.banner--blog {
  padding: calc(6% + 90px) 0 6% 0;
  position: relative;
  overflow: hidden;
}

.banner--blog:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.banner--blog .banner__inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.banner--blog p a {
  font-size: 21px;
}

.blog-post,
.blog-comments {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

.
svg {
  fill: #0d3b66;
  opacity: .7;
}

.blog-comments {
  margin: 2rem auto;
}

.blog-post__share a {
  height: 35px;
  width: 35px;
  border: 0px;
  border-radius: 8px;
  border-color:#fff;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  margin: 5px;
  background-color:transparent;
}

.blog-post__share a:hover svg {
  fill: #fff;
}

.blog-post__share svg {
  transition: all 210ms ease;
}

.blog-post__share-twitter svg { fill: #fff; }
.blog-post__share-twitter { border: 0px solid #fff; }
.blog-post__share-twitter:hover { background: #1da1f2; }

.blog-post__share-linkedin svg { fill: #fff; }
.blog-post__share-linkedin { border: 0px solid #fff; }
.blog-post__share-linkedin:hover { background: #007bb5; }

.blog-post__share-facebook svg { fill: #fff; }
.blog-post__share-facebook { border: 0px solid #fff; }
.blog-post__share-facebook:hover { background: #1877f2; }

.blog-post__share-mail svg { fill: #fff; }
.blog-post__share-mail { border: 0px solid #fff; }
.blog-post__share-mail:hover { background: #1877f2; }

/* Blog comments */

.blog-comments .comment-reply-to:hover {
  background-color: #0d3b66;
  color: #fff;
}

.blog-comments .comment-reply-to {
  padding: 12px 17px 12px 12px;
  color: #0d3b66;
  border: 1px solid #0d3b66;
  font-size: 14px;
  background: none;
}

.blog-comments .comment-from h4 {
  font-size: 17px;
  margin-bottom: 12px;
}

.blog-comments .comment {
  background: #fdfdfd;
  padding: 21px;
  border-radius: 7px;
  margin-bottom: 1rem;
}

.blog-comments .comment-reply-to:before {
  content: "\261D";
  display: inline-block;
}

.blog-comments .comment.depth-0 {
  padding-top: 21px;
  margin-top: 0;
}

.blog-comments .comment.depth-1 {
  margin-left: 4%;
}

.blog-comments #comments-listing {
  margin-bottom: 2rem;
}

.blog-listing__tags a:before {
  display: none !important;
}


/* post with sidebar */
.blog-post-with-sidebar .content-wrapper.dnd-section {
  display: flex;
  flex-wrap: wrap;
}

.blog-post-with-sidebar article.blog-post {
  max-width: 100%;
}

.blog-search {
  margin-bottom: 21px;
}
.blog-search button.hs-search-field__button {
  display: none; 
}
.blog-post-with-sidebar form input[type=submit], .blog-post-with-sidebar form .hs-button {
  margin-top: 15px;
  width: auto;
}

.blog-post-with-sidebar .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 15px 0px;
}
.blog-post-with-sidebar .legal-consent-container .hs-form-booleancheckbox-display>span {
  padding-top: 0px !important;
}
.blog-post-with-sidebar .blog-post__tags {
  margin-top: 2rem;
}
.blog-post-with-sidebar .blog-post__links svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.blog-post-with-sidebar .blog-post__links {
  margin-top: 25px;
}

.blog-post-with-sidebar .blog-post__tags span.label {
  padding-right: 7px;
}
.blog-post-with-sidebar .blog-post__tags  svg {
  margin-right: 3px;
}
.blog-post-with-sidebar .about-author-sec.row-fluid {
  margin-bottom: 25px;
}
.blog-post-with-sidebar .about-author-sec {
  display: flex;
  flex-warp: wrap;
}

.blog-post-with-sidebar .author-image {
  width: 80px;
  margin-right: 20px;
}
.blog-post-with-sidebar .author-desc {

}
.blog-post-with-sidebar .about-author-sec img {
  border-radius: 100%;
  width: 100%;
  height: auto;
  max-width: 80px;
}
.blog-post-with-sidebar .about-author-sec p {
  margin-bottom: 5px;
  font-size: 16px;
}
.blog-post-with-sidebar .about-author-sec .span10 {
  font-size: 16px;
}
.blog-post-with-sidebar form .hs-error-msg,
.blog-post-with-sidebar form .hs-error-msgs label{
  color: #EF6B51 !important;
  margin: 0;
}

.blog-post-with-sidebar ul.no-list.hs-error-msgs.inputs-list {
  line-height: normal;
  padding-left: 0px;
  padding-right: 0px; 
  padding-bottom: 0px;
}
.blog-post-with-sidebar .white-item-shadow {
  padding-left: 20px;
  padding-right: 20px;
}

.blog-more {
  padding: 2rem 0;
}
.blog-more-posts {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0;
}
.blog-index__post-wrapper, .blog-more-posts__post-wrapper {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 24px;
}
.blog-index__post, .blog-more-posts__post {
  border: 0.5px solid rgba(100,146,253,.2);
  border-radius: 9px;
  box-shadow: 0 11px 30px rgb(154 161 177 / 20%);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.blog-index__post-image, .blog-more-posts__post-image {

  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-bottom: 63%;
}
.blog-index__post-content, .blog-more-posts__post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 30px;
}
.blog-index__post-preheader, .blog-more-posts__post-preheader {
  color: #4678ee;
  display: block;
  font-family: Inter,sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 0.75rem;
}
.blog-index__post-content h3, .blog-more-posts__post-content h3 {
  margin: 0 0 1rem;
}
.blog-more-posts__post-content h3 a, .blog-more-posts__post-content h3 a:hover {
  color: #000;
}
.blog-index__post-meta, .blog-more-posts__post-meta {
  color: #c6c6c6;
  display: flex;
  font-size: .75rem;
  margin: 32px 0 0;
  text-transform: uppercase;
}
.blog-index__post-meta span, .blog-more-posts__post-meta span {
  display: inline-block;
}
.blog-index__post-date, .blog-more-posts__post-date {
  margin-left: 54px;
}

.blog-sidebar--blog_post_sidebar form .hs-input {
  color: #0d3b66;
}
.blog-sidebar .additional-sec .image-sec {
  position: relative;
}

.blog-sidebar .additional-sec .image-sec .btn-warp {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  padding-left: 10px;
  padding-right: 10px;
}
.blog-post-with-sidebar article.blog-post img {
  margin-bottom: 15px;
}

.blog-sidebar .additional-sec .image-sec img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
}

.blog-sidebar .additional-sec .image-sec .btn-warp a {
  font-weight: 600;
}
.body-container--blog-post .content-wrapper.dnd-section {
    padding-top: 30px !important;
}
.post-sidebar .post-sidebar-1 {
    position: sticky;
    top: 100px;
}
/* Blog tag CSS */

 .blog-post__tags a {
    background: #0d3b66;
    color: #fff;
    margin-bottom: 10px;
    width: auto;
    padding: 2px 10px;
    display: block;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #0d3b66;
    border-radius: 7px;
    
}
  .blog-post__tags a:hover {
    background: #fff;
    color: #0d3b66;
}  
  .blog-post__tags {
    align-items: center;
    justify-content: center;
}
  .blog-post__tags {
    display: flex; 
    flex-wrap: wrap; 
    padding-top: 40px;
    }

  .blog-post__tags div, .blog-post__tags span {
    padding: 0px 0px !important; 
    
}
 .blog-post__tags span#hs_cos_wrapper_ {
    margin-right: 10px;
}
.blog-post__tags span#hs_cos_wrapper_ {
    margin-right: 0px;
}
.blog-post__tags svg {
    display: none;
}
main.body-container-wrapper.blog h1{ font-size:40px!important;}
main.body-container-wrapper.blog h2{ font-size:30px!important;}
main.body-container-wrapper.blog h3{ font-size:24px!important;}
main.body-container-wrapper.blog h4{ font-size:20px!important;}
main.body-container-wrapper.blog h5{ font-size:18px!important;}
@media screen and (min-width: 768px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: 50%;
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: 33.33333%;
  }
}
@media (min-width: 768px) {
  .blog-post-with-sidebar .about-author-sec.row-fluid {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 15px;
  }

  .blog-post-with-sidebar .blog-post-content {
    width: 70%;
    padding-right: 15px;

  }
  .blog-post-with-sidebar .blog-post-content.with-border {
    border-right: 1px solid #d3d3d3;
  }
  .blog-post-with-sidebar .post-sidebar {
    width: 30%;
    padding-left: 15px;
  }

}


@media (max-width: 991px) and (min-width: 768px) {
  .blog-post-with-sidebar .blog-post-content {
    width: 70%;
  }
  .blog-post-with-sidebar .post-sidebar {
    width: 30%;
  }
  .blog-post-with-sidebar .white-item-shadow {
    padding: 30px 18px;
  }
  .blog-post-with-sidebar .item-with-image {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-post-with-sidebar .blog-recent-posts .item-with-image__inner-content h5 a{
    font-size: 16px;
  }


}

@media (max-width: 767px) {
  main.body-container-wrapper.blog * {
    word-break: break-word;
}
  .blog-post-with-sidebar .blog-post-content {
    margin-bottom: 30px;
  }
  .blog-post-with-sidebar .content-wrapper.dnd-section {
    display: block;
  }
  .blog-post-with-sidebar .blog-more-posts__post-wrapper {
    padding: 0;
  }
  .blog-recent-posts .content-wrapper {
    padding: 0;
  }
  .blog-post-with-sidebar .blog-post .hs_cos_wrapper_type_rich_text img {
    float: none !important;
  }
  .blog-post-with-sidebar .blog-post .hs_cos_wrapper_type_rich_text h2 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .blog-post-with-sidebar .about-author-sec.row-fluid {
    flex-direction: column;
  }

  .blog-post-with-sidebar .author-image {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 12% auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field {
  max-width: 750px;
}

.hs-search-field input[type=text] {
  padding-right: 48px;
}
.hs-search-field__bar {
  position: relative;
}

.hs-search-field__bar:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 19a8 8 0 100-16 8 8 0 000 16zM21 21l-4-4' stroke='%23C6C6C6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}


.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(8px);
  border-radius: 9px;
  width: 100%;
}

.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  padding: 8px 16px;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #dedede !important;
}

.hs-search-results {
  margin-top: 1.4rem;
}

.hs-search-results__featured-image {
  margin-bottom: 1rem;
}

.hs-search-results__featured-image img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.hs-search-results__title {
  color: ;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
}

.hs-search-results__title:hover, .hs-search-results__title:focus {
  color: #0d3b66;
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
  margin: 0 0 2.5rem;
}

.hs-search-results__pagination a {
  color: ;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}


ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-highlight {
  font-weight: bold;
}



/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

.backup-unsubscribe {
	text-align: center;
}
footer.footer.text-wrapped.footer--no-nav .flex-container {
  display: block;
}
footer.footer.text-wrapped.footer--no-nav .flex-container .footer__copyright span#hs_cos_wrapper_footer_no_navigation_copyright_ p {
  width: fit-content;
  margin: 0 auto;
}
header.header-main.header-main--no-navigation.text-wrapped .header-main__logo {
  display: none;
}

/* Global */
img {
max-width: 100%;
}  
::selection {
color: #fff;
  background: #0d3b66;
}

/* Text */  
.text-right {
text-align: right;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-italic {
font-style: italic;
}

/* Spacing classes */
.space-between {
display: flex;
flex-direction: row;
justify-content: space-between;
}

@media (max-width:  767px) {
::not(.header-main) .space-between {
  flex-direction: column;
}
}

.margin-0 { margin: 0; }

.mb-s { margin-bottom: 0.5rem; }
.mb-m { margin-bottom: 1rem; }
.mb-l { margin-bottom: 2rem; }
.mb-xl { margin-bottom: 4.3rem; }

.mt-s { margin-top: 0.5rem; }
.mt-m { margin-top: 1rem; }
.mt-l { margin-top: 2rem; }
.mt-xl { margin-top: 4.3rem; }

.margin-auto {
  margin-right: auto;
  margin-left: auto;
}

.no-spacing {
  margin: 0 !important;
  padding: 0 !important;
}


/* Utilities */

.hide {
display: none;
}

.show {
display: block;
}

@media (min-width: 767px) {
.hide-on-desktop {
  display: none;
}
}

@media (max-width:  767px) {
.hide-on-mobile {
  display: none;
}
}

.hide-text {
text-indent: -9999px;
  display: inline-block;
}

.fixed-background {
background-attachment: fixed;
}


/* Layout */

.flex-container {
display: flex;
}

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

.flex-container > div {
display: unset;
vertical-align: top;
  margin-right: 21px;
  margin-left: 21px;
}

.flex-container > div:first-of-type,
.flex-container--two-col > div:nth-of-type(3n),
{
  margin-left: 0;
}

.flex-container--two-col > div:nth-of-type(2n+1) {
  margin-left: 0 !important;
}

.flex-container > div:last-of-type {
  margin-right: 0;
}

@media (max-width:  767px) {	
  .flex-container > div {
    margin-right: 0;
    margin-left: 0;
  }
}

.flex-container--center {
  justify-content: center;
}

.flex-container--vertical {
  align-items: center;
}

.flex-container--wrap {
  flex-wrap: wrap;
}

.flex-container--two-col > div {
  flex: 0 calc(46% - 16px);
  margin-bottom: 43px;
}

.flex-container--3-col > div {
  flex: 0 29%;
}

.flex-container--3-col > div {
  margin-bottom: 43px;
}

.flex-container--width-even > div {
  flex: 1 1 0px;
}



/* Animations */
  [data-aos] {
    body[data-aos-easing="custom"] &,
    &[data-aos][data-aos-easing="custom"] {
      transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    }
  }

  
    .animation-delay-1 {
      
      animation-delay: 0.1s;
    }
  
    .animation-delay-2 {
      
      animation-delay: 0.2s;
    }
  
    .animation-delay-3 {
      
      animation-delay: 0.3s;
    }
  
    .animation-delay-4 {
      
      animation-delay: 0.4s;
    }
  
    .animation-delay-5 {
      
      animation-delay: 0.5s;
    }
  
    .animation-delay-6 {
      
      animation-delay: 0.6s;
    }
  
    .animation-delay-7 {
      
      animation-delay: 0.7s;
    }
  
    .animation-delay-8 {
      
      animation-delay: 0.8s;
    }
  
    .animation-delay-9 {
      
      animation-delay: 0.9s;
    }
  
    .animation-delay-10 {
      
      animation-delay: 1.0s;
    }
  


  @keyframes fxFadeUp {
    0% {
      opacity: 0;
      transform: translateY(33px);
    }

    100% {
      opacity: 1;
      transform: none;
    }
  }

  .fx-fade-up {
    animation-name: fxFadeUp;
    animation-fill-mode: both;
    animation-duration: 1.3s;
    animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
  }

  @keyframes fxFadeDown {
    0% {
      opacity: 0;
      transform: translateY(-33px);
    }

    100% {
      opacity: 1;
      transform: none;
    }
  }

  .fx-fade-down {
    animation-name: fxFadeDown;
    animation-fill-mode: both;
    animation-duration: 1s;
  }

  @keyframes fxFadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .fx-fade-in {
    animation-name: fxFadeIn;
    animation-fill-mode: both;
    animation-duration: 1.5s;
  }



/* White content box + image */

.item-with-image {
padding: 0 43px 21px 43px;
transition: all 210ms linear;
border-radius: 7px;
/* 	box-shadow: 0 43px 70px rgba(0,0,0,0.07); */
background: #fff;
margin-top: 120px;
}



@media (max-width:  767px) {
  .item-with-image {
    margin-bottom: 21px;
    padding: 0 21px 21px 21px;
  }
div#blog_post_recent {flex-direction: column;}
div#blog_post_recent .item-with-image {margin-right: 0px;margin-left: 0px;}
}

.item-with-image--tiny {
  padding: 21px 27px 21px 27px;
}

.item-with-image__image {
display: block;
width: 100%;
margin: -106px auto 21px auto;
background-size: cover;
min-height: 170px;
border-radius: 7px;
transition: all 210ms ease-in;
text-indent: -9999px;
}

@media (min-width: 767px) {
  .item-with-image__image {
    max-width: 700px;
  }
}

.item-with-image__image--profile-photo {
  max-width: 210px;
}

.item-with-image:hover {
transform: translateY(-3px);
}

.item-with-image__text a, 
.item-with-image__text {
  font-size: 14px;
}
  
.item-with-image__inner-content h5 a {
  color: #0d3b66;
  font-size: 21px;
}
  
.item-with-image--no-image {
  margin-top: 21px;
}

.item-with-image__inner-content h5 a:hover {
  color: #0d3b66;
}

.item-with-image__share a:hover {
color: #fff;
background: #0d3b66;
}

.item-with-image__share a {
height: 24px;
width: 24px;
line-height: 1.2;
display: inline-flex;
text-align: center;
border-radius: 3px;
justify-content: center;
align-items: center;
border: 1px solid #0d3b66;
}

.item-with-image__share a:before {
  visibility: hidden;
}

@media (max-width: 767px) {
.item-with-image__share a {
  height: 48px;
  width: 48px;
}
}

.item-with-image__share a svg {
fill: #0d3b66;
}

.item-with-image__share a:hover svg {
fill: #fff;
}

.item-with-image__share a span {
  position: absolute;
}

.item-with-image__inner-content small {
opacity: .7;
}


/* White content box basic */

.white-item-shadow {
  padding: 43px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 43px 70px rgba(0,0,0,0.07);
  margin-bottom: 21px;
}

@media (max-width:  767px) {
  .white-item-shadow {
  padding: 21px;
  }
}


/* Banners */

.banner {
  background-size: cover;
}

.banner__inner p {
  font-size: 21px;
}
.get-started-btn .text-center.fx-fade-up.animation-delay-4 {
  width: 250px;
  margin: 0 auto;
  text-align: center;
}
.get-started-btn .text-left.fx-fade-up.animation-delay-4 {
  width: 250px;
  margin: 0px;
  text-align: left;
}
.get-started-btn .text-right.fx-fade-up.animation-delay-4 {
  width: 250px;
  margin: 0px;
  text-align: end;
  float: right;
}

/* Pulled items - overlapping content */

.pulled-item {
  margin-top: -113px;
  background: #fff;
  padding: 4%;
}


/* Rounded items */

.rounded iframe,
.rounded {
  border-radius: 21px;
}


/* Sliders */

.glide__bullets {
display: flex;
justify-content: center;
}

.glide__bullet {
display: inline-flex;
width: 12px;
margin: 4px;
height: 12px;
border-radius: 12px;
transition: all 210ms ease;
opacity: .7;
cursor: pointer;
}

.glide__bullet--active, .glide__bullet:hover {
opacity: 1;
}

.glide__bullet--active {
width: 21px;
border-radius: 7px;
}

@media (max-width:  767px) {
.glide__slides, .glide__track {
  overflow: visible;
}
}


/* Counter */
.counter__number,
.counter__type {
margin-bottom: 1.4rem;
font-size: 48px;
}

.counter {
padding: 21px 21px 12px 21px;
border-radius: 12px;
transition: all 210ms linear;
}

.counter__item p {
opacity: .8;
}


/* Overlay */

.section-overlay {
height: 100%;
width: 100%;
z-index: -1;
position: absolute;
bottom: 0;
left: 0;
}

.section-decoration {
height: 400px;
width: 400px;
border: 43px solid #fdfdfd;
position: absolute;
}

.overlay-wrapper {
  position: relative;
  z-index: 1;
}


/* Logos of customers */

.logos-of-customers div {
display: inline-block;
margin: 21px;
  position: relative;
  float: center;
  text-align: center;
}

.logos-of-customers {
text-align: center;
}

.logos-of-customers img {
   float: center;
  width:  250px;
  height: 250px;
  background-size: cover;
  text-align: center;
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
}


/* Features */

.feature {
transition: all 210ms linear;
}

.feature p:last-of-type {
  margin-bottom: 0;
}

.feature__icon {
display: inline-block;
padding-bottom: 1.4rem;
}


/****************************************************
 * Landing Pages
 ***************************************************/

/* Columns with full height */

@media (min-width: 767px) {
  .body-container--lp-columns .row-depth-1.row-number-1 .span6 {
    min-height: 100vh;
  }

  .body-container--lp-columns .row-depth-1.row-number-1 .span6 > .row-fluid-wrapper > .row-fluid {
  max-width: 500px;
    margin: 0 auto;
  }
}

.body-container--lp-columns .row-depth-1.row-number-1 .span6 {
  padding: 102px 21px;
}

@media (max-width: 767px) {
  .body-container--lp-columns .row-depth-1.row-number-1 .span6:first-of-type {
    padding-top: 120px;
  }
}

/* Banner Form */

.body-container--banner-form .row-depth-1.row-number-1 > .row-fluid {
  z-index: 999;
  position: relative;
}


/* Ovelap content */

.overlap-content .row-depth-1.row-number-2 {
margin: -13% auto 80px auto;
  border-radius: 15px;
  box-shadow: 0 1px 6px 0 rgb(13 12 84 / 2%), 0 6px 22px 0 rgb(13 12 84 / 4%);
  background: #ffffff;
  max-width: 920px;
  z-index: 5;
  padding: 73px 70px;
}

.overlap-team-member .row-depth-1.row-number-2 {
margin: -480px auto 140px auto;
  border-radius: 15px;
  box-shadow: 0 1px 6px 0 rgb(13 12 84 / 2%), 0 6px 22px 0 rgb(13 12 84 / 4%);
  background: #ffffff;
  max-width: 920px;
  z-index: 5;
  padding: 37px 70px 73px 70px;
}

@media (max-width: 500px) {
.overlap-content .row-depth-1.row-number-2,
  .overlap-team-member .row-depth-1.row-number-2  {
  padding-left: 45px;
    padding-right: 45px;
  }
}

@media (max-width: 768px) {
  .overlap-content .row-depth-1.row-number-2 {
  max-width: 100%;
    margin: -13% auto 80px auto;
  }
}

.overlap-content .button {
transition: all 400ms ease-in-out;
}

.overlap-content .button:hover {
transform: scale3d(0.97, 0.97, 1.01);
}


/* Animate links */

.animate-link {
  position: relative;
  padding-left: 25px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.animate-link:before {
  height: 1px;
  width: 17px;
  top: 54%;
  left: 0;
  background: #0d3b66;
  transform: translateY(-50%);
  display: block;
  content: "";
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.animate-link:hover {
  padding-left: 44px;
}

.animate-link:hover:before {
width: 35px;
}


/* Download landing page */

@media (max-width: 768px) {
  .download-lp .dnd_area-row-0-background-image {
  padding-top: 160px;
  }
}

/* accordian */
.accordion--widget_1662708080177 .accordion__open {
  background: rgba(238, 238, 238, 1.0);
  border-radius: 10px;
  border: 1px solid transparent;
}

/* Project Details page */

.project-overlap .row-fluid-wrapper.row-depth-1.row-number-5.dnd_area-row-2-padding.dnd-section {
  padding: 50px 56px;
  background-color: #fff;
  max-width: 1240px;
  margin: -69px auto 82px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  margin-top: 0px;
  margin-bottom: 0px;
}

.divider.wider {
margin-top: 0px;
  margin-bottom: 50px;
}


@media (max-width:  767px) {
  .project-overlap .fixed-background {
  background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}


/* Modal */

.glightbox-clean .gslide-title, .glightbox-modern .gslide-title {
font-family: Montserrat;
margin-bottom: .4rem;
}

.glightbox-clean .gslide-desc, .glightbox-modern .gslide-desc {
font-family: Source Sans Pro;
}

/* template style */
.grid.blog-content {
  display: flex;
  grid-gap: 30px;
}
.grid-item.block {
  flex: 0 0 calc(46%);
  margin-bottom: 43px;
  max-width: calc(46% );
  margin: 0 16px;
}
.grid-item.block:nth-of-type(odd) {
  margin-left: 0!important;
}
.blog_column_box {
display: block;
  width: 100%;
  margin-bottom: 46px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 43px 70px rgb(0 0 0 / 7%);
  margin-top: 120px;
  padding: 0 43px 21px;
  transition: all .21s linear;
  min-height: 247px;
}
.blog-index__post-content h2 span {
  font-size: 13px;
  font-weight: normal;
  margin-right: 10px;
  display: inline-block;
}
.filters > ul {
  margin: 0;
  display: flex;
  list-style: none;
  grid-gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.filters > ul li:first-child, .filters > ul li a{
  background: #fff;
  padding: 10px 32px;
  border-radius: 5px;
  font-size: 16px;
  display: block;
  line-height: 24px;
}

.filters > ul li.active:first-child,
.filters > ul li a:hover,
.filters > ul li.active a {background: #0a9396;color: #fff;}

.blog_column_box .blog-index__post-image {min-height: 180px;object-fit: cover;margin: -106px auto 21px;border-radius: 7px;}
.blog-index__post-content h2 {margin-bottom: 10px;line-height: 21px;}
.blog-index__post-content h2 a { color: #494a52; font-size: 21px;}
.blog-index__post-content h2 a:hover{color:#0a9396;}
.blog-index__post-content p {font-size: 14px;margin: 0;line-height: 1.5;}

.hs-blog-listing .body-container--blog-post{background: #f5f9fb;}
.main_l_r_section {display: flex;flex-wrap: wrap;grid-gap: 3%;margin: 0 auto;max-width: 1240px;position: relative;padding: 80px 15px;}
.section-shape svg {bottom: -1px;position: relative; }
/* 12.2.2023 added*/
/* 22.2.2023 added */
/* .banner.lazy {box-shadow: 0 18px 31px rgb(154 161 177 / 95%);} */
.banner.lazy .content-wrapper { position: relative; z-index: 1;}
.book_main.banner.lazy .content-wrapper { transform: none;}
.book_main.banner.lazy { transform: none; box-shadow: none;}
/* menu bar designing 22.2.2023*/
.hs-menu-wrapper>ul >li >a:hover::before, 
.blog-listing__tags ul li a:hover::before, div#hs_menu_wrapper_header_>ul >li >a:hover::before {width: 100%; right: 0; visibility: visible;}
.hs-menu-wrapper>ul >li >a::before, 
.blog-listing__tags ul li a::before,div#hs_menu_wrapper_header_ ul >li >a::before {background-color: #ffb636; bottom: 2px; content: ""; height: 2px; left: 0; position: absolute;transition: width .2s ease-in-out;
visibility: hidden; width: 0;}
.header-main__menu-nav-wrapper .hs-menu-wrapper>ul > li > a{ position: relative; padding: 12px 0px !important; font-weight: 600; font-size: 19px !important;}
.blog-listing__tags ul li a{position: relative;}
.header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li { padding: 0px 12px;}
/* footer changes 22.2.2023*/
.footer__main { width: 100%; flex: auto !important;}
/* header changes 23.2.2023 */
.top-bar{height: auto !important; padding: 10px 0px;}
.top-bar a { font-size: 16px;}
.top-bar .span3.text-right svg { fill: #b3acac; opacity: 1; cursor: pointer;}
.top-bar form { width: 100%;}
.top-bar .span3.text-right input { font-size: 16px;  width: 240px; display: inline-block !important; background-color: #fdfdfd;  border-left: 1px solid #fbfbfb38; color: #808080; border-radius: 10px;}
.top-bar .span3.text-right input.menuinput { width: 100% !important;}
.top-bar .span3.text-right input::placeholder { color: #808080;}
.header-main__cta {padding: 10px 25px;border: 2px solid #0d3b66;border-radius: 10px;color: #0d3b66; font-weight: 500;background-color: #0d3b66; color: #fff;}
.header-main__cta:hover {background-color: transparent; color:#0d3b66; transform: scale(0.96); }
input#search-site::-webkit-search-cancel-button {position: relative; right: 20px; -webkit-appearance: none; height: 20px; width: 20px; border-radius: 10px;}
.hs-search-field__input { padding: 8px 12px; box-shadow: none; outline-offset: unset; border: 1px solid #d3d3d3;}
button.hs-search-field__button { border: 0px;  padding: 0px;}
header.header-main.header-main--default .hs-menu-wrapper ul li a:hover { color: #ffb636 !important; opacity: 1 !important;}
.button--outline-white:hover {color: #0d3b66;}
.link-main a::before {content: ""; position: absolute; bottom: 0; left: 0; background-color: #ffb636;  height: 2px; transition: 0.3s ease-in-out 0s; width: 0;}
.link-main a:hover::before { right: 0;  width: 100%;}
.hs-form-field .input input:focus, .hs-fieldtype-textarea.hs-input:focus { outline: none; box-shadow: 0 3px 3px #0000001a;}
/* 24.2.2023 */
a.cta_button, a.button--secondary, a.button.button--primary {border: 2px solid #0d3b66; color: #0d3b66; font-weight: 600; padding: 10px 18px;}
a.cta_button:hover, a.button.button--primary:hover{background-color: #0d3b66; color: #fff;}
.hs_submit.hs-submit { margin-right: 8px;}
.legal-consent-container .hs-form-booleancheckbox-display>span{padding-top: 0px !important;}
.hs_submit.hs-submit .actions input.hs-button.primary.large {border-color: #0d3b66 !important;border-radius: 10px !important; color: #0d3b66 !important;font-weight: bold !important;}
.legal-consent-container p {margin: 12px 0px!important;}
.legal-consent-container .hs-richtext { margin-bottom: 0px;}
.hs-search-field__bar button.hs-search-field__button { display: none !important;}
.hs-search-field__input { border-radius: 10px;}
.hs-search-field__bar { margin-bottom: 30px;}
p a {display: inline-block;  font-weight: 600;}
.hs-form-field .input input, .hs-fieldtype-textarea.hs-input {color: #0d3b66 !important; font-size: 16px !important; line-height: 20px !important;padding-left: 15px !important;}
.banner__inner .text-center { text-align: left;}
.hs-custom-form .hs-richtext.hs-main-font-element {margin: 0px;}
.hs-custom-form .hs-richtext.hs-main-font-element h3 {margin: 12px 0px !important;}
.customized-form .legal-consent-container .hs-richtext { padding: 0px 8px;}
.hs-form-private form .inputs-list {padding: 0px; text-align: left;}
.top-bar p img {width: 23px !important;padding: 5px 5px;position: relative; top: 7px;}
/* 27.2.2023 */
div#hs_menu_wrapper_footer_main_ ul li a {font-size: 16px;position: relative; padding: 0px 0px 6px 0px;}
div#hs_menu_wrapper_footer_main_ ul li {padding: 0px 16px;}

/* 27.2.2023 */
.item-with-image__image--profile-photo{background-position: center center;}
#hs_cos_wrapper_module_167719439665911 input[type="submit"]:hover{color: #fff !important;}
div#hs_form_target_form_584906885 .hs-form-private h5 { margin: 25px 0px 12px 0px;}
.hs-search-field input { background-color: #fafafa; border-radius: 10px; display: inline-block; font-size: 0.875rem; padding: 0.7rem; width: 100%!important; max-width: 100%; color: #0d3b66 !important; font-size: 16px !important; line-height: 20px !important; padding-left: 15px !important;}
.social-icon-main h3 a svg, p.footer__logo img {transition: 0.3s ease-in-out 0s;transform: scale(1);}
.social-icon-main h3 a:hover svg {transform: scale(0.75);}
.social-icon-main h3 a{font-size: unset !important;}
.hs_cos_wrapper_type_form form h5 {margin: 10px 0px 0px 0px;}
.input ul.inputs-list { padding-left: 0px;}
.widget-type-custom_widget.dnd-module .widget-type-form { margin-bottom: 40px;}
.main_l_r_section .blog-post,
.main_l_r_section .blog-comments { max-width: 100%;}
.footer__legal-menu ul li:first-child a { padding-left: 0px;}
.footer__main {text-align: center;}
.footer__text { margin: auto;}
p.footer__copyright-text{margin: 0px;}
p.item-with-image__share a::before { display: none !important;}
.hs_submit.hs-submit {margin-top: 20px;}
.header-main__logo img:hover, p.footer__logo img:hover {transform: scale(0.88);}
.top-bar a:hover {color: #fff !important; transform: translateX(-2px);}
.footer__text p span {font-size: 16px;}
.blog-post__share a:hover { background-color: #0d3b66;}
.blog-post__share a svg {fill: #0d3b66;}
.blog-post__share a { border: 1px solid #0d3b66 !important;}
a.button--secondary:hover {background-color: #0d3b66;color: #fff;transform: scale(0.96);}
.footer__main .footer__legal-menu ul {align-items: center; justify-content: center;}
.tabber-wrapper-module ul.tab-lists a::before {display: none;}
.tabber-wrapper-module ul.tab-lists a:hover {font-weight: 600 !important; transform: scale(1) !important;}
.legal-consent-container .hs-richtext p {font-size: 14px;}
/* label#label-TICKET\.onsket_fagomrade-e6ba1644-5a0e-41ee-991a-5f77d935ca08_9446 {display: none;} */
/* .hs-fieldtype-checkbox.field.hs-form-field { display: none;} */
.body-container--blog-post .banner {
  background-position: center center;
  background-position: center center;
  min-height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 162px;
}
div#hs_cos_wrapper_footer_main::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  width: 100%;
  height: 30px;
  background-color: #0d3b66;
  z-index: 8;
}
div#hs_cos_wrapper_footer_main{
  position: relative;
}
a.blog-post__share-twitter svg {
  width: 15px;
}
.banner a.button {
  display: block;
  text-align: center;
}
.two-column-text-and-image {
  overflow: unset !important;
}
.hs_TICKET\.onsket_partner.hs-TICKET\.onsket_partner.hs-fieldtype-select.field.hs-form-field .input {
  margin-top: 20px;
}
.header-main__logo {
  font-size: 0px;
}

.header-main__cta:focus {
  color: #0d3b66;
  border-color: #0d3b66;
}
form legend.hs-field-desc {
  padding: 0px 0px 8px 12px;
}
form .hs-richtext.hs-main-font-element h4 {
  margin: 20px 0px 0px !important;
}

.customized-form--dnd_area-module-5 .customized-form__title {
  margin: 0px;
  width: 100% !important;
  padding: 22px 0px 0px !important;
}
.hs_TICKET\.standard_v_skeanalyse___500_ml_hdpe_flaske.hs-TICKET\.standard_v_skeanalyse___500_ml_hdpe_flaske.hs-fieldtype-number.field.hs-form-field span{
  margin-bottom: 15px !important;
  display: inline-block !important;
}
.new-customized fieldset.form-columns-1 .hs-fieldtype-number label {
  margin: 0px !important;
  line-height: normal;
}

a.cta_button:hover, a.button.button--primary:hover {
  background-color: #0d3b66 !important;
  color: #fff !important;
}
button, .button, .cta_button{
transition: none !important;
}
.blog_content_module--button a{
display: inline-block;
}
form.hs-custom-form fieldset label#label-TICKET\.onsket_partner-cd105cf8-91c8-4d6c-955e-b54bd0bfdcf6_6049 {
  padding-left: 14px;
}
form.hs-custom-form .hs_error_rollup .hs-error-msgs.inputs-list {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* Form Styling */
.customized-form h5 {
margin-top: 16px !important;
}
.customized-form .hs-form-field label {
  display: none;
}
.customized-form .hs-form-field .input label {
  display: block;
}
.customized-form .hs-form-field .input {
  margin-top: 0 !important;
}
.customized-form .hs-form-field .hs-input,
.hs-form-private .hs-form-field .hs-input,
.hs-search-field .hs-search-field__bar input[type='text'] {
border-radius: 0;
border-width: 0 !important;
background: none;
box-shadow: none;
border-bottom-width: 1px !important;
border-bottom-color: #ccc !important;
padding-left: 0 !important;
padding-right: 0;
transition: all ease.3s;
}
.customized-form fieldset select {
  color: #808080;
}
#hs_cos_wrapper_module_168570447928217 .hs-search-field__bar form .hs-search-field__input {
padding-left: 0 !important;
padding-right: 25px !important;
background-color: transparent !important;
border: 0;
border-bottom: 2px solid #999 !important;
border-radius: 0 !important;
transition: all ease.3s;
}
.form-block .hs-form-private .hs-form-field .hs-input {
  border-bottom-color: #999 !important;
}
#hs_cos_wrapper_module_168570447928217 .hs-search-field__bar form .hs-search-field__input:focus,
.customized-form .hs-form-field .hs-input:focus,
.hs-form-private .hs-form-field .hs-input:focus,
.hs-search-field .hs-search-field__bar input[type='text']:focus,
#hs_cos_wrapper_module_168570447928217 .hs-search-field__bar form .hs-search-field__input:hover,
.customized-form .hs-form-field .hs-input:hover,
.hs-form-private .hs-form-field .hs-input:hover,
.hs-search-field .hs-search-field__bar input[type='text']:hover {
border-color: #0d3b66 !important;
box-shadow: none;
}
.post-sidebar .hs-form-field .hs-input,
.post-sidebar .hs-form-field .hs-input:focus,
.post-sidebar .hs-form-field .hs-input:hover {
  border-bottom-color: #fff !important;
  color: #fff !important;
}
.post-sidebar .hs-form-field .hs-input::-webkit-input-placeholder {
color: #fff;
}
.post-sidebar .hs-form-field .hs-input::-moz-placeholder {
color: #fff;
}
.post-sidebar .hs-form-field .hs-input:-ms-input-placeholder {
color: #fff;
}
.post-sidebar .hs-form-field .hs-input:-moz-placeholder {
color: #fff;
}
.hs-search-field .hs-search-field__bar input[type='text']:focus-visible {
outline: none;
}
.hs-search-field .hs-search-field__bar input[type='text'] {
padding-right: 40px;
}
#hs_cos_wrapper_module_168570447928217 .hs-search-field__bar:after {
right: 0;
}
#hs_cos_wrapper_module_168570447928217 .hs-search-field__bar form .hs-search-field__input:focus,
.customized-form .hs-form-field .hs-input:focus {
outline: none;
}
.customized-form .hs-form-field .hs-error-msgs,
.hs-form-private .hs-form-field .hs-error-msgs,
.hs-form-private .hs-error-msgs {
  text-align: left;
  padding-left: 0;
  padding-bottom: 0;
}
.customized-form .hs_submit.hs-submit .actions input.hs-button,
.tab-form .hs_submit.hs-submit .actions input.hs-button {
border-radius: 5px !important;
padding: 15px 20px !important;
}
#hs_cos_wrapper_module_168570528108310 .hs-form input[type='submit']:hover,
.customized-form .hs_submit.hs-submit .actions input.hs-button:hover,
.hs_submit.hs-submit .actions input.hs-button.primary.large:hover,
.tab-form .hs_submit.hs-submit .actions input.hs-button:hover {
background: #0d3b66;
color: #fff !important;
}
.tab-content-sequence form label {
  display: none;
}
.tab-content-sequence .hs-form-field .input {
  margin-top: 0 !important;
}
.tab-content-sequence fieldset h5 {
  margin: 25px 0 0;
}
.tab-content-sequence .hs-form-private .hs-form-field .hs-input {
  padding: 8px 12px 12px;
}
.tab-content-sequence .hs-form-private .hs-form-field .hs-input:focus-visible {
  outline: none;
}
.tab-content-sequence form fieldset textarea,
.blog-post-content fieldset textarea,
textarea {
  min-height: auto;
}
.tab-content-sequence form fieldset .hs-error-msgs li label {
  display: block;
  margin-top: 0;
}
 .hs-form .hs_TICKET\.hvordan_onsker_du_a_delta_.hs-TICKET\.hvordan_onsker_du_a_delta_.hs-fieldtype-radio.field.hs-form-field span.hs-form-required {
   display: none !important;
}
.hs_cos_wrapper_type_form form.hs-form h5 span{
   color: #7b7573;
    font-size: 15px;
    position: relative;
    top: -3px;
}

/* Media Query Start */

@media(max-width: 1400px){
 .cell_16832937853273-padding {
  padding-bottom: 0px !important;
}
}
@media only screen and (min-width:768px){
.main_l_r_section .content-wrapper{flex: 0 0 67%;max-width: 67%;width: auto;padding: 0;}
.main_l_r_section .blog_sidebar{flex:0 0 30%;max-width:30%;}
}

@media only screen and (max-width:767px){
.main_l_r_section {padding: 0px 0;}
.filters > ul li:first-child, .filters > ul li a {padding: 10px 20px;}
.grid-item.block {flex: 0 0 calc(100%);max-width: calc(100% );margin: 0 0;}
.blog_column_box {margin-bottom: 30px;padding: 0 16px 20px;}
/*   global fonts  */
.banner__inner { padding: 70px 0px;}
h1 { font-size: 26px;}
h2{  font-size: 24px;}
h3{  font-size: 20px;}
h4{  font-size: 18px;}
.item-with-image { margin-right: 0px; margin-left: 0px;}
.footer__social-link a { height: 40px;  width: 40px;  line-height: 40px;  margin-right: 3px;  border-radius: 50px;}
div#hs_menu_wrapper_footer_main_ ul li a { padding: 12px 0px;  font-size: 14px;}
div#hs_menu_wrapper_footer_main_ ul li { display: block !important;}
.quotes .glide__slide:before {left: -28px; top: 0;}
.hs-menu-wrapper>ul >li >a::before, div#hs_menu_wrapper_header_ ul >li >a::before {display: none !important;}
/* header responsive fixes */
.submenu-plus { border: 0px;}
.header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li > a:not(.header-main__cta) { border: 0px;}
.header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li > a:not(.header-main__cta) { border: 0px; line-height: 24px;}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a { border: 0px; padding: 0px;} 
.feature--widget_1677230348455 { flex-direction: column;}
.social-icon-main h3 a {display: inline-block;}
.social-icon-main h3 svg { width: 22px;}
.header-main__menu-nav-wrapper .hs-menu-wrapper>ul > li > a{font-size: 14px !important;}
.header-main__menu-nav-wrapper .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {font-size: 14px!important; height: 28px;line-height: 28px;}
.header-main__cta { font-size: 14px;}
.flex-container.reverse-column {flex-direction: column-reverse;}   
.banner.lazy .content-wrapper{display: inline-block !important; padding: 0px;} 
.body-container--blog-post .banner {min-height: 490px;margin-top: 64px; padding: 0px;}
/*     landing page html 11.6.2023 */
  #hs_cos_wrapper_module_16832937853278 { padding: 0px;}
  div.cell_16832937853273-padding {padding-bottom: 0px !important;}
  .customized-form.customized-form--widget_1678093609676 { padding: 0px 20px 40px;}
  div#hs_form_target_form_918783917 fieldset h5 {margin: 0px;padding: 22px 0px 2px;font-size: 22px !important;}
  div#hs_form_target_form_918783917 fieldset label {padding-left: 16px;}
  div#hs_form_target_form_918783917 .customized-form__title {
  padding: 0px !important;
}
}

@media(max-width: 1200px){
div#blog_post_recent {flex-direction: row;}
.item-with-image {padding: 0 15px 21px 15px;margin-right: 10px !important; margin-left: 10px !important;}
div#blog_post_recent > div {margin-right: 15px;margin-left: 15px;}
.header-main__menu-nav-wrapper .hs-menu-wrapper > ul > li {padding: 0px 6px;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{font-size: 14px;}
.header-main__cta {font-size: 14px; padding: 12px 16px;}
.customized-form.customized-form--dnd_area-module-5 { padding: 0 12px 30px;}
.banner.lazy { display: inline-block; z-index: 4; width: 100%; background-attachment: unset !important;}
}
@media(max-width: 767px){
div#blog_post_recent {flex-direction: column !important;}
.submenu-plus i {right: 20px; left: auto;}
/*     .header-main__menu-nav-wrapper .hs-menu-wrapper ul li span { width: 100%;} */
.header-main__menu-nav-container ul.active-branch li ul.hs-menu-children-wrapper li span {
  width: 25px;
  height: 24px;
  right: 20px;
  top: 3px;
}
  .header-main__menu-nav-container ul.active-branch li ul.hs-menu-children-wrapper li span i {
  right: 0;
}
  article.blog-post h2 {
  font-size: 26px;
}
.blog_feeds_section .blog-post__share a, .item-with-image p.item-with-image__share a {
  height: 24px !important;
  width: 24px !important;
}
.tab-content-sequence .tab_content_box {
  padding: 0 10px !important;
}
}

/* Layout */
.footer-container > div:not(.footer__main) {
	flex: 1 1 0px;
}

@media (min-width: 1200px) {
	.footer__main {
		padding-right: 34px;
	}
}

/* Social Links */
.footer__social-link a {
  height: 50px;
  width: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
  margin-right: 7px;
}

.footer__social-link a svg {
  height: 43%;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  fill: #fff;
  top: 50%;
}

.footer__social-link {
  margin-bottom: 43px;
}


/* Footer Text */

.footer__left * {
  font-size: 14px;
}

.footer__text,
.footer__copyright-text,
footer .hs-menu-depth-2 a,
.footer__legal-menu a {
  opacity: .7;
}

@media (min-width: 1200px) {
  .footer__text {
    max-width: 270px;
  }
}


/* Footer navigation */


.footer__menu .hs-menu-wrapper li {
  text-align: left;
	display: block;
	width: 100%;
}

.footer__menu .hs-menu-wrapper li a {
  display: block;
}

.footer__menu a {
  font-size: 14px;
}

footer a:not(.cta_button):hover {
  opacity: 1;
  color: inherit;
}

.footer__menu .hs-menu-wrapper {
  width: 100%;
}

.footer__menu .hs-menu-wrapper ul {
  justify-content: space-between;
	width: 100%;
}

.footer__menu .hs-menu-depth-2 a {
  font-weight: 300;
  padding: 4px 0 12px 0;
}

.footer__legal-menu a {
  text-transform: none;
  font-size: 14px;
  margin-right: 12px;
  display: inline-block;
  font-weight: 300;
}

@media (max-width: 767px) {
  .footer__menu .hs-menu-item,
  .footer__menu .hs-menu-flow-horizontal {
    display: block;
    width: 100%;
  }
  
  .footer__menu .hs-menu-depth-1 > a, 
  .footer__menu .hs-menu-depth-2 > a,
  .footer__legal-menu a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    margin-bottom: 0;
    display: block;
  }
  
  .footer__menu .hs-menu-depth-1 {
    margin-bottom: 2rem;
  }
}

.footer__menu {
	margin-top: 1.2rem;
}

/* Fluid / Full width footer */

.footer-container--wide {
	padding: 0 5%;
}
  
/* Footer on landing pages */

.footer--no-nav {
	background: 

  
  
    
  


  rgba(13, 59, 102, 1.0)

;
	padding: 2.134vw;
}
  
.footer__copyright p {
	margin: 0;
}


		@media screen and (max-width: 480px) {
			html {
				font-size: px;
			}
		}

		@media screen and (max-width: 480px) {
			body {
				font-family: , sans-serif;
				color: ;
			}
		}

		/* Paragraphs */
		@media screen and (max-width: 480px) {
			p {
				font-size: px;
				line-height: ;
			}
		}

		/* Headings */
		@media screen and (max-width: 480px) {
			h1 {
				font-family: , sans-serif;
				font-size: ;
				color: ;
				font-style: ;
				font-weight: ;
				text-decoration: ;
			}
		}

		@media screen and (max-width: 480px) {
			h2 {
				font-family: , sans-serif;
				font-size: ;
				color: ;
				font-style: ;
				font-weight: ;
				text-decoration: ;
			}
		}

		@media screen and (max-width: 480px) {
			h3 {
				font-family: , sans-serif;
				font-size: ;
				color: ;
				font-style: ;
				font-weight: ;
				text-decoration: ;
			}
		}

		@media screen and (max-width: 480px) {
			h4 {
				font-family: , sans-serif;
				font-size: ;
				color: ;
				font-style: ;
				font-weight: ;
				text-decoration: ;
			}
		}

		@media screen and (max-width: 480px) {
			h5 {
				font-family: , sans-serif;
				font-size: ;
				color: ;
				font-style: ;
				font-weight: ;
				text-decoration: ;
			}
		}

		@media screen and (max-width: 480px) {
			h6 {
				font-family: , sans-serif;
				font-size: 15;
				color: ;
				font-style: ;
				font-weight: ;
				text-decoration: ;
			}
		}




		@media screen and (max-width: 767px) {
			html {
				font-size: px;
			}
		}

		@media screen and (max-width: 767px) {
			body {
				font-family: , sans-serif;
				color: ;
			}
		}

		/* Paragraphs */
		@media screen and (max-width: 767px) {
			p {
				font-size: px;
				line-height: ;
			}
		}

		/* Headings */
		@media screen and (max-width: 767px) {
			h1 {
				font-family: , sans-serif;
				font-size: ;
				color: ;
				font-style: ;
				font-weight: ;
				text-decoration: ;
			}
		}

		@media screen and (max-width: 767px) {
			h2 {
				font-family: , sans-serif;
				font-size: ;
				color: ;
				font-style: ;
				font-weight: ;
				text-decoration: ;
			}
		}

		@media screen and (max-width: 767px) {
			h3 {
				font-family: , sans-serif;
				font-size: ;
				color: ;
				font-style: ;
				font-weight: ;
				text-decoration: ;
			}
		}

		@media screen and (max-width: 767px) {
			h4 {
				font-family: , sans-serif;
				font-size: ;
				color: ;
				font-style: ;
				font-weight: ;
				text-decoration: ;
			}
		}

		@media screen and (max-width: 767px) {
			h5 {
				font-family: , sans-serif;
				font-size: ;
				color: ;
				font-style: ;
				font-weight: ;
				text-decoration: ;
			}
		}

		@media screen and (max-width: 767px) {
			h6 {
				font-family: , sans-serif;
				font-size: 15;
				color: ;
				font-style: ;
				font-weight: ;
				text-decoration: ;
			}
		}

		@media screen and (max-width: 767px) {
			html {
				font-size: px;
			}
		}





		@media screen and (min-width: 1080px) {
			body {
				font-family: , sans-serif;
				color: ;
			}
		}

		/* Paragraphs */
		@media screen and (min-width: 1080px) {
			p {
				font-size: px;
				line-height: ;
			}
		}

		/* Headings */
		@media screen and (min-width: 1080px) {
			h1 {
				font-family: , sans-serif;
				font-size: ;
				color: ;
				font-style: ;
				font-weight: ;
				text-decoration: ;
			}
		}

		@media screen and (min-width: 1080px) {
			h2 {
				font-family: , sans-serif;
				font-size: ;
				color: ;
				font-style: ;
				font-weight: ;
				text-decoration: ;
			}
		}

		@media screen and (min-width: 1080px) {
			h3 {
				font-family: , sans-serif;
				font-size: ;
				color: ;
				font-style: ;
				font-weight: ;
				text-decoration: ;
			}
		}

		@media screen and (min-width: 1080px) {
			h4 {
				font-family: , sans-serif;
				font-size: ;
				color: ;
				font-style: ;
				font-weight: ;
				text-decoration: ;
			}
		}

		@media screen and (min-width: 1080px) {
			h5 {
				font-family: , sans-serif;
				font-size: ;
				color: ;
				font-style: ;
				font-weight: ;
				text-decoration: ;
			}
		}

		@media screen and (min-width: 1080px) {
			h6 {
				font-family: , sans-serif;
				font-size: 15;
				color: ;
				font-style: ;
				font-weight: ;
				text-decoration: ;
			}
		}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}



/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: .4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader .8s infinite linear;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none;
	padding: 0 0 0 4px;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 33px;
  height: 33px;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: .1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}




/*Skin */

.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose,
    .glightbox-modern .gprev,
    .glightbox-modern .gnext,
    .glightbox-modern .gclose {
  background-color: rgba(0, 0, 0, 0.12);
}

.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover,
.glightbox-modern .gprev:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gclose:hover {
  background-color: rgba(0, 0, 0, 0.20);
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path,
.glightbox-modern .gprev path,
.glightbox-modern .gnext path,
.glightbox-modern .gclose path {
  fill: #fff;
}

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: none;
}

.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: .7;
  background-position: -59px 2px;
}

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 20px;
}

.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1;
}




/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn .5s ease;
  animation: gfadeIn .5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  animation: gfadeOut .5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  animation: gslideOutLeft .3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  animation: gslideInLeft .3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  animation: gslideOutRight .3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  animation: gslideInRight .3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  animation: gzoomIn .5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  animation: gzoomOut .5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
	.glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, .92);
  }
  .glightbox-clean .gslide-media,
	.glightbox-modern .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
	.glightbox-clean .description-right .gdesc-inner,
	.glightbox-modern .description-left .gdesc-inner,
	.glightbox-modern .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
	.glightbox-modern .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext,
	.glightbox-modern .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose,
	.glightbox-modern .gclose {
    top: 54px;
    right: 54px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.cm_postal .career-item__position {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items:center;
}

.cm_postal .career-item__position_right {
  width: calc(100% - 110px);
  padding-right:20px;
}
.cm_postal .career-item__position_left {
  width: 90px;
  margin-right: 20px;
}

.cm_postal .career_item_cat {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cm_postal .career_item_cat span {
  padding: 3px 0px;
  position: relative;
  display: block;
  padding-left: 26px;
}
.cm_postal  .hs-search-field  [type="checkbox"],
.cm_postal  .hs-search-field [type="radio"] {
  display: inline-block;
  width: auto !important;
}
.cm_postal .career_item_cat span:before {
  content: '✓';
  width: 10px;
  height: 10px;
  background: #0d3b66;
  display: flex;
  padding: 8px;
  position: absolute;
  left: 0;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: white;
  top: 10px;
} 

.cm_postal .hs-search-field__bar:after{
  top:auto;
  bottom: 55px;

}
.cm_postal  .acco-map-info {
  width: 100%;
}

.left-right-sec-outer .img-sec-layout img {
  max-width: 385px;
  width: 100%;
  margin-top: 25px;
}
.career-item__open.hs_partner.Bronse .career-item__position_right a {
  pointer-events: none;
  cursor: text;
}
.career-item__open.hs_partner.Bronse .btn {
  display: none !important;
}
.career-item__open.hs_partner *, .career-item__open.hs_partner h4 {
  color: #202020 !important;
}

.left-right-sec-outer .span5.widget-span.widget-type-cell.cell_16750726578365-vertical-alignment.dnd-column.aos-init.aos-animate * {
  color: #202020;
}

.career-item__position_left img {
    width: 100%;
    transform: scale(1.8);
    vertical-align: middle;
}

a.cta_button:hover, a.button.button--primary:hover {
    background-color: #0d3b66 !important;
    color: #fff !important;
   
}
  body * {
    word-break: break-word;
}
main.body-container-wrapper.blog h1{ font-size:40px!important;}
main.body-container-wrapper.blog h2{ font-size:30px!important;}
main.body-container-wrapper.blog h3{ font-size:24px!important;}
main.body-container-wrapper.blog h4{ font-size:20px!important;}
main.body-container-wrapper.blog h5{ font-size:18px!important;}
.input select {
    appearance: none!important;
  -o-appearance: none!important;
}
.hs-form-field .input input, .hs-form-field .input select:placeholder {
color:#0d3b66 !important;
}
/* 13/01/2024 CSS Starts Here */
.commit-form.customized-form .hs_cos_wrapper {
  opacity: 1;
}
/* 13/01/2024 CSS Ends Here */

/*12-01-2024 css start here*/
/*header css satrt here*/
/*  */

  #hs_cos_wrapper_module_170403126625111 input[type="submit"]:hover {
    color: #fff !important;
}



@media only screen and (max-width: 991px) and (min-width: 768px)  {
 header .hs-menu-wrapper {
    display: block;
}
}
/*header css end here*/


@media only screen and (max-width: 1024px) and (min-width: 768px)  {
  
  /*home css start here*/
.span4.widget-span.widget-type-cell {
    width: 48%;
}

.span4.widget-span.widget-type-cell:nth-child(odd) {
    margin-left: 0px;
}
  
  .row-fluid-wrapper.row-depth-1.row-number-19.dnd-section.dnd_area-row-6-hidden .row-fluid {
    flex-wrap: wrap;
}
  div.standard-module-wrapper .slider_and_taglist .slider_outer {
    float: unset;
    width: 100%;
}
  div.standard-module-wrapper .slider_and_taglist .taglist {
    width: 100%;
    float: unset;
    margin-left: 0px;
}
  div.standard-module-wrapper .bottom-section .blog-feed {
    width: 100%;
}
  .standard-module-wrapper .bottom-section .card h2 a {
    font-size: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
  
  .span6.widget-span.widget-type-cell.dnd-column.aos-init.aos-animate {
    width: 100%;
}
  .row-fluid-wrapper.row-depth-1.row-number-33.dnd-row .row-fluid {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
  
   /*home css end here*/
  
 /* nettverk page css start here */ 
  .left-right-sec-outer .main_wrapper > div {
    width: 100% !important;
}
  
  div.banner__inner {
    max-width: 100% !important;
    padding-top: 140px;
}
  
  .span4.widget-span.widget-type-cell.dnd-column.aos-init.aos-animate:nth-child(even) {
    margin-left: 0px;
}
  .span6.widget-span.widget-type-cell.dnd-column.aos-init.aos-animate {
    margin-left: 0px;
}
  .row-fluid-wrapper.row-depth-1.row-number-15.dnd-section {
    padding-top: 0px;
}
  
  div.blog_feeds_section .item-with-image {
    width: 47%;
}
  
  /* nettverk page css end here */ 
/*12-01-2024 css end here*/
  
  
/* 15/01/2024 CSS Starts Here */
div.blog_feeds_section .item-with-image {
  width: 100%;
}
  

.top_icon_text .feature__inner {
  padding: 0px !important;
}
.dnd-section .span8.widget-span.widget-type-cell.dnd-column.aos-init.aos-animate {
  width: 100%;
}
.hs_submit.hs-submit.actions input.hs-button.primary.large:hover {
  color: #fff !important;
}
.pillar-fixed-menu {
  min-width: 180px !important;
}
.blog_feeds_section .item-with-image {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.blog_feeds_section .item-with-image__image {
  min-height: 143px !important;
}
.header-main__menu-nav-wrapper .hs-menu-wrapper>ul > li > a {
  padding: 12px 0px !important;
  font-size: 14px !important;
}
.header-main__menu-nav-wrapper {
  display: flex;
}
.header-main__cta {
  font-size: 14px !important;
  padding: 12px 11px;
}
#hs_cos_wrapper_module_17041093259196 h2 {
  font-size: 30px !important;
}
div.blog_feeds_section .item-with-image__image {
  min-height: 380px !important;
}
  

/* 15/01/2024 CSS Ends Here */

/*16/01/2024 css  */
.one-team-member .one-team-member__image {
    width: 100% !important;
    min-width: unset !important;
    min-height: 160px !important;
    margin-bottom: 0px !important;
}

.one-team-member {
    padding: 20px 16px !important;
}

.one-team-member__content {
    margin-top: 0px !important;
}

.one-team-member .flex-container > div {
    margin: 0px !important;
}
.one-team-member.team-card {
    padding: 0px !important;
}
  
.one-team-member .one-team-member__content {
    margin: 0 !important;
}
  

/*16/01/2024 --ends here  */

/*19/01/2024 --ends here  */
.hs-form-660dee5c-c4f6-43a3-84e4-7931922de5b5_d4db57e0-7445-4ffa-8b6f-ca3b0bb9926c fieldset {
        padding: 8px;
}
  /*19/01/2024 --ends here  */
}



.customized-form .hs-form-field .hs-input, .hs-form-private .hs-form-field .hs-input, .hs-search-field .hs-search-field__bar input[type='text'] {box-shadow:none!important;}