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

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


/*Test Tablet layout Ingrid og Lisa 13.09*/
/*@media (max-width: 899px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid .span6 {
    display: block;
    float: none;
    width: 100% !important;
    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: 1px;
    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%;
  }
}

/*testlayout tablet 13.09 Ingrid og Lisa*/
/*@media (min-width: 900px) and (max-width: 1139px) {
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
}*/


@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: 1px;
    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%;
  }
}

/* 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 ;
  }
}
.content-wrapper,
.dnd-section > .row-fluid{
  margin: 0 auto;
}

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


@media (max-width:1024px){
  .content-wrapper,
  .dnd-section > .row-fluid{
    max-width:1024px;
  }
}


@media (max-width:767px){
  .content-wrapper,
  .dnd-section > .row-fluid{
    max-width:767px;
  }

  .dnd-section .dnd-column {
    padding: 0;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200..900;1,200..900&display=swap');

html{
  overflow-x:hidden;
}

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height:1.25;
  font-family:Sans-serif;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}




@font-face { 
  font-family: eicons;
  src: url("https://25993666.fs1.hubspotusercontent-eu1.net/hubfs/25993666/Brandrgruppen_August2022/fonts/eicons.eot") format("eot"),
    url(https://25993666.fs1.hubspotusercontent-eu1.net/hubfs/25993666/raw_assets/public/Brandrgruppen_August2022/fonts/eicons.woff2) format("woff2"),
    url(https://25993666.fs1.hubspotusercontent-eu1.net/hubfs/25993666/raw_assets/public/Brandrgruppen_August2022/fonts/eicons.woff) format("woff"),
    url(https://25993666.fs1.hubspotusercontent-eu1.net/hubfs/25993666/raw_assets/public/Brandrgruppen_August2022/fonts/eicons.ttf) format("truetype"),
    url(https://25993666.fs1.hubspotusercontent-eu1.net/hubfs/25993666/raw_assets/public/Brandrgruppen_August2022/fonts/eicons.svg) format("svg");  
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Paragraphs */

p {
  margin-top:0;
  margin-bottom: 0.9rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h3,
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, h2 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #004650;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote p:first-child {
  font-family: 'Source Serif Pro', Georgia, serif;
}

/* Horizontal rules */



img {
  vertical-align: middle;
  display: block;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}






@media (max-width:767px){
  form{
    margin-bottom: 40px;
  }

  body{
    line-height:1.38888888889;
  }
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0,0);
  }

  100% {
    transform: translate(3em,0);
  }
}

@keyframes bounce {
  20%,53%,80%,from,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,0,0);
  }

  40%,43% {
    animation-timing-function: cubic-bezier(.755,.050,.855,.060);
    transform: translate3d(0,-30px,0);
  }

  70% {
    animation-timing-function: cubic-bezier(.755,.050,.855,.060);
    transform: translate3d(0,-15px,0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  50%,from,to {
    opacity: 1;
  }

  25%,75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  from,to {
    transform: scale3d(1,1,1);
  }

  50% {
    transform: scale3d(1.05,1.05,1.05);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from,to {
    transform: scale3d(1,1,1);
  }

  30% {
    transform: scale3d(1.25,.75,1);
  }

  40% {
    transform: scale3d(.75,1.25,1);
  }

  50% {
    transform: scale3d(1.15,.85,1);
  }

  65% {
    transform: scale3d(.95,1.05,1);
  }

  75% {
    transform: scale3d(1.05,.95,1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from,to {
    transform: translate3d(0,0,0);
  }

  10%,30%,50%,70%,90% {
    transform: translate3d(-10px,0,0);
  }

  20%,40%,60%,80% {
    transform: translate3d(10px,0,0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0,0,1,15deg);
  }

  40% {
    transform: rotate3d(0,0,1,-10deg);
  }

  60% {
    transform: rotate3d(0,0,1,5deg);
  }

  80% {
    transform: rotate3d(0,0,1,-5deg);
  }

  to {
    transform: rotate3d(0,0,1,0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from,to {
    transform: scale3d(1,1,1);
  }

  10%,20% {
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }

  30%,50%,70%,90% {
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }

  40%,60%,80% {
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  from,to {
    transform: none;
  }

  15% {
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }

  30% {
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }

  45% {
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }

  60% {
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }

  75% {
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  11.1%,from,to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }

  77.7% {
    transform: skewX(.390625deg) skewY(.390625deg);
  }

  88.8% {
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  20%,40%,60%,80%,from,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3,.3,.3);
  }

  20% {
    transform: scale3d(1.1,1.1,1.1);
  }

  40% {
    transform: scale3d(.9,.9,.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03,1.03,1.03);
  }

  80% {
    transform: scale3d(.97,.97,.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1,1,1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  60%,75%,90%,from,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0,-3000px,0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0,25px,0);
  }

  75% {
    transform: translate3d(0,-10px,0);
  }

  90% {
    transform: translate3d(0,5px,0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  60%,75%,90%,from,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px,0,0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px,0,0);
  }

  75% {
    transform: translate3d(-10px,0,0);
  }

  90% {
    transform: translate3d(5px,0,0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  60%,75%,90%,from,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px,0,0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px,0,0);
  }

  75% {
    transform: translate3d(10px,0,0);
  }

  90% {
    transform: translate3d(-5px,0,0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  60%,75%,90%,from,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  from {
    opacity: 0;
    transform: translate3d(0,3000px,0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0,-20px,0);
  }

  75% {
    transform: translate3d(0,10px,0);
  }

  90% {
    transform: translate3d(0,-5px,0);
  }

  to {
    transform: translate3d(0,0,0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0,-100%,0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%,0,0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%,0,0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3,.3,.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }

  to {
    transform: translate3d(0,0,0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }

  to {
    transform: translate3d(0,0,0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%,0,0);
    visibility: visible;
  }

  to {
    transform: translate3d(0,0,0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0,100%,0);
    visibility: visible;
  }

  to {
    transform: translate3d(0,0,0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}



.animated {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}

.animated.animated-slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.animated-fast {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.reverse {
  animation-direction: reverse;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

form label:not(.hs-form-booleancheckbox-display) {
  font-weight: 600;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  padding: 0.5rem 1rem;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  outline: 0;
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  outline:none;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  margin: 0.7rem 0;
}

form .inputs-list label {
  display: flex;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form .inputs-list input {
  padding: 0;
  margin: 0;
  width: 1rem!important;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.5rem;
}

form .inputs-list li label > span {
  width: 100%;
  margin-left: 0!important;
}

form .inputs-list li span p {
  top: auto!important;
  bottom: 0px!important;
  left: 0px!important;
  /*width: 100%;*/
  font-size: .875rem!important;
}

form .inputs-list label {
  width: 100%;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

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

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  /*margin-left: 1rem !important;*/
}

/* Validation */

.hs-form-required {
  color: #c82000;
}

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

.hs-error-msg,
.hs_error_rollup label{
  color: #c82000;
  margin-top: 0.35rem;
  font-size:16px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
  font-weight:600;
  white-space: normal;
  margin:20px 0;
  cursor:pointer;
}

.field .input a.hs-button {
  margin-top: 20px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width:767px){
  form{
    margin-bottom: 40px;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header{
  min-height:90px;
  position: relative;
}



.header-wrapper {
  background-color: #151e28;
  padding: 0px 20px 0px 20px;
  z-index: 199;
  position: fixed;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;
  -webkit-transition: transform 0.34s ease;
  transition: transform 0.34s ease;
}

.header-row {
  min-height: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.logo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo-wrapper a {
  height: 100%;
  width: 100%;
  display: block;
}

.logo-wrapper a img {
  width: 210px !important;
}

.custom-menu-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-menu-inner {
  width: 100%;
  margin: 0px 50px 0px 0px;
}




.mobile-menu-wrapper .social-icons span a i{
  color: #0faebb !important;
}
.mobile-menu-wrapper .social-icons.footer-social-media span a:hover{
  transform: scale(1.1);
  opacity: .9;
  color: #fff;
  animation-name: none;
}



/*.header-menu-inner .hs-menu-wrapper.flyouts .hs-item-has-children{
  position: static !important;
}*/

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  z-index: 2147483647;
}

.submenu-wrapper ul.hs-menu-children-wrapper.active-branch{
  opacity: 1 !important;
  display: flex !important;
  visibility: visible !important;
  position: static !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
  z-index: 2;
  padding: 0;
  margin: 0 auto;
}
.submenu-wrapper ul.hs-menu-children-wrapper.active-branch > li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: normal;
  padding-bottom: 20px;
}
.submenu-wrapper ul.hs-menu-children-wrapper.active-branch > li > a{
  color: #ffffff;
  fill: #151e28;
  padding: 20px 0 8px 0;
  font-size: 17px;
  font-weight: 600;
  transition: .4s;
  line-height: 20px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left:calc( 40px / 2 );
  margin-right:calc( 40px / 2 );
}

.submenu-wrapper ul.hs-menu-children-wrapper.active-branch > li:first-child > a{
  margin-left:0;
}

.submenu-wrapper ul.hs-menu-children-wrapper.active-branch > li:last-child > a{
  margin-right:0;
}


.submenu-wrapper ul.hs-menu-children-wrapper.active-branch > li > a:after{
  height: 2px;
  opacity: 0;
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.submenu-wrapper ul.hs-menu-children-wrapper.active-branch > li > a:hover:after{
  transform: scale(1);
  opacity: 1;
}

.submenu-wrapper ul.hs-menu-children-wrapper.active-branch > li.active > a:after{
  transform: scale(1);
  opacity: 1;
}

.header-search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  background: #fff;
  padding: 10px;
}

.header-search .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 10px;
}
.submenu-wrapper {
  background: rgba(19, 30, 41, .95);
  width: 100%;
  top: 100%;
  padding: 0 20px;
  padding-top: 90px;
}


.submenu-container {
  min-height: 70px;
  max-width: 1400px;
  width: 100%;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  align-items: center;
}

.header-menu-inner ul li.active >  a:after {
  opacity: 1;
}


@media (min-width: 768px){
  .logo-wrapper {
    width: 16.666%;
  }

  .custom-menu-primary {
    width: 66.666%;
  }

  .header-search {
    width: 16.666%;
  }

}

@media (min-width:1025px) and (max-width:1250px){
  .header-menu-inner ul li.hs-menu-item a {
    margin-left:14px;
    margin-right:14px;
  }
}

@media (min-width:1025px){
  .header-menu-inner .hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: flex!important;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row!important;
    width: 100%;
  }

  .header-menu-inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-width: 0;
    position: relative;
  }

  .header-menu-inner ul li a {
    color: #FFFFFF;
    fill: #FFFFFF;
    font-weight: 600;
    margin-right: 20px;
    margin-left: 20px;
    white-space: nowrap;
    padding: 13px 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    line-height: 20px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    
    /*-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
  }
  .header-menu-inner ul li.hs-menu-depth-2 a {
    margin-right: 10px;
    margin-left: 10px;    
  }
  
  /*.header-menu-inner ul>li.hs-menu-depth-1>a {
    padding: 35px 20px;
  }*/

  .header-menu-inner ul li:last-child a {
    /*margin-right: 0;*/
    padding-right: 0;
  }

  /*.header-menu-inner ul li:first-child a {
    margin-left: 0;
  }*/

  .header-menu-inner ul li a:after {
    opacity: 0;
    background-color: #FFFFFF;
    height: 2px;
    content: "";
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
  }

  .header-menu-inner ul li a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  .header-menu-inner .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children >.hs-menu-children-wrapper {
    min-width: 150px;
    background-color: #151e28;
    padding: 15px;
    /*pointer-events: none;*/
  }

  /* header-search */

  .header-search input.hs-search-field__input {
    color: #fff;
    fill: #fff;
    border-radius: 1px 1px 1px 1px;
    background-color: transparent;
    border: none;
    padding-left: 48px;
    outline:none;
    font-size: 15px;
  }
  .header-search input.hs-search-field__input:hover{
    background-color: transparent;
    color: #fff;
    fill: #fff;
  }

  .header-search .hs-search-field__bar form {
    border: solid #fff;
    border-width: 0 0 1px;
    border-radius: 1px;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    overflow: hidden;
    position: relative;
  }

  .header-search .hs-search-field__bar form button {
    position: absolute;
    top: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
    height: 100%;
    left: 16.67px;
  }

  .header-search .hs-search-field__bar form button svg{
    display:none;
  }

  .header-search .hs-search-field__bar form button i {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #fff;
    fill: #fff;
    font-size: 15px;
    opacity: .6;
  }

  .header-search .hs-search-field__bar form button i:before {
    content: "\f002";
  }

  .header-search input.hs-search-field__input::placeholder {
    line-height: 1;
    white-space: normal;
    font-size: 15px;
    color: inherit;
    font-family: inherit;
    opacity: .6;
  }

  .mobile-search {
    display: none;
  }

  .mobile-menu-wrapper {
    display: none;
  }

  .mobile-trigger {
    display: none;
  }
  .header-hide .header-wrapper{
    transform: translateY(-110px);
  }

  .header-show .header-wrapper{
    transform: translateY(0px);
  }
}

@media (max-width:1026px) and (min-width:1025px){
  .logo-wrapper a{
    padding-top: 4px;
  }
}



@media (max-width:1024px){
  .header-wrapper {
    position: relative;
  }
  .header-menu-inner {
    display: none;
  }

  .logo-wrapper a img {
    width: 100% !important;
  }

  .header-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 80px;
  }

  header.header{
    min-height:80px;
  }

  .header-search {
    display: none;
  }
  .mobile-search-input .hs-search-field--open .hs-search-field__suggestions {
    background: #fff;
    padding: 10px;
    text-align: left;
  }

  .mobile-search-input .hs-search-field--open .hs-search-field__suggestions li:not(:last-child) {
    margin-bottom: 5px;
  }
  .mobile-trigger a {
    color: #FFFFFF;
    border-color: #FFFFFF;
    font-size: 40px;
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
  }

  .mobile-trigger a i {
    transform: rotate(0deg);
    width: 1em;
    height: 1em;
    position: relative;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

  .mobile-trigger a i:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "\f0c9";
  }

  .mobile-trigger {
    margin: 0px 15px 0px 0px;
    width: 100%;
    padding-top: 11px;
  }

  .mobile-search-icon i {
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #fff;
    width: 33px;
    height: 33px;
    font-size: 21px;
  }

  .mobile-search-icon i:before {
    content: "\f002";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .mobile-search {
    cursor: pointer;
    padding-top: 3px;
  }

  .mobile-trigger a.mobile-icon:hover {
    color: #fff;
  }

  .mobile-search-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border: 0 solid transparent;
    min-height: 50px;
    background: #eceeef;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    padding: 0 15%;
    background-color: rgba(0,0,0,.8);
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  body.search-form-open .mobile-search-input {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .mobile-search-input > div {
    display: block;
    width: 100%;
  }

  .mobile-search-input input.hs-search-field__input,
  .mobile-search-input input.hs-search-field__input:focus{
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    margin: 0;
    background: none;
    border-color: #fff;
    border-width: 0 0 1px;
    border-radius: 1px;
    line-height: 1.5;
    font-size: 50px;
    text-align: center;
    padding: 0 25px 0 0;
    outline: none;
    color:#fff;
  }
  .mobile-search-input input.hs-search-field__input:hover{
    background-color: transparent;
    color: #fff;
  }

  .mobile-search-input input.hs-search-field__input::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6;
    fill: #FFFFFF;
    color: #FFFFFF;
  }

  .mobile-search-input form button {
    color: #FFFFFF;
    fill: #FFFFFF;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    font-size: 20px;
    right: 0.75em;
    margin-top: -47px;
    padding: 0.25em;
    z-index: 2;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    border: 0;
  }


  .mobile-search-input form .btn-close {
    cursor: pointer;
    position: absolute;
    font-size: 20px;
    right: 0.75em;
    margin-top: 13px;
    padding: 0.25em;
    z-index: 2;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    color: #FFFFFF;
    fill: #FFFFFF;
  }

  .mobile-search-input form .btn-close i.eicon-close {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mobile-search-input form .btn-close i.eicon-close:before {
    content: '\e87f';
  }

  .mobile-search-input form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }


  .mobile-search-input .hs-search-field {
    position: static;
  }

  .mobile-search-input form button svg {
    display: none;
  }

  .mobile-search-input form button i.eicon-close {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mobile-search-input form button i.eicon-close:before {
    content: '\e87f';
  }

  .mobile-menu-wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    /*pointer-events: all;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    display: none;;
  }


  .mobile-menu-row {
    background-color: #151D26;
    box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
    width: 640px;
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    margin: auto;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .custom-menu-wrapper-mobile {
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    min-height: 50px;
    width: 100%;
    max-width: 100vw;
    max-height: 100vh;
    padding: 0;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    align-items: flex-start;
  }

  .mobile-menu-inner {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 0px;
    position: relative;
  }

  .mobile-menu {
    max-width: 500px;
    margin: 0 auto;
  }

  .mobile-menu .hs-menu-wrapper > ul {
    padding: 10px;
    width: 100%;
    margin-bottom:20px;
    padding-bottom:0;
  }

  .mobile-menu ul li a {
    font-size: 25px;
    line-height: 1.7em;
    color: #FFFFFF;
    fill: #FFFFFF;
    text-align: center;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 13px 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-menu ul li {
    position: relative;
  }

  .mobile-menu-close-trigger {
    font-size: 30px;
    display: flex;
    top: 20px;
    margin-top: 0;
    right: 20px;
    opacity: 1;
    z-index: 9999;
    /*pointer-events: all;*/
    cursor: pointer;
    position: absolute;
    line-height: 1;
  }

  .mobile-menu-close-trigger i {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
  }

  .mobile-menu-close-trigger i:before {
    content: '\e87f';
  }

  body.mobile-navigation-open .mobile-menu-wrapper {
    display: flex;
  }

  .mobile-menu .hs-menu-wrapper>ul ul {
    display: none;
  }

  .child-trigger {
    cursor: pointer;
    position: absolute;
    top: 5px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
    right: 0;
  }
  .child-trigger:hover {
    text-decoration: none
  }
  .child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
  .child-trigger i:after {
    position: absolute;
    content: ''
  }
  .child-trigger i,.child-trigger i:after {
    width: 10px;
    height: 2px;
    background-color: #fff;
    display: block
  }
  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }
  .child-trigger i,.child-trigger i:after {
    background-color: #fff;
  }

  .submenu-wrapper {
    padding: 8px 20px;
  }

  .submenu-container {
    min-height: 60px;
  }

}


@media (max-width: 1024px) and (min-width: 768px){
  .custom-menu-primary {
    width: 65%;
    text-align: right;
  }

  .logo-wrapper {
    width: 30%;
  }

  .mobile-search {
    width: 5%;
    text-align: right;
  }

  .mobile-social-icons-wrapper .social-icons.footer-social-media span a{
    height: 62px;
    width: 49px;
  }
  .mobile-social-icons-wrapper .social-icons.footer-social-media span a i{
    font-size: 25px;
  }
  .mobile-social-icons-wrapper {
    margin-top: -5px;
  }

}


@media (max-width:767px){
  .header-wrapper {
    padding: 0px 15px 0px 15px;
    position: relative;
  }

  .logo-wrapper {
    width: 50%;
  }

  header.header{
    min-height:70px;
  }

  .header-row {
    min-height: 70px;
  }

  .custom-menu-primary {
    width: 38%;
    text-align: right;
  }

  .mobile-search {
    width: 12%;
    text-align: right;
    padding-top: 4px;
  }

  .mobile-trigger a.mobile-icon {
    font-size: 35px;
  }

  .mobile-trigger {
    padding-top: 10px;
  }

  .mobile-menu-inner {
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 30px 30px 30px 30px;
  }

  .mobile-menu ul li a {
    font-size: 20px;
    line-height: 1.5em;
  }

  .submenu-wrapper {
    padding: 0;
  }

  .submenu-container {
    min-height: 0;
    padding: 0 10px 15px 10px;
  }
  
  .submenu-wrapper ul.hs-menu-children-wrapper.active-branch>li {
    padding-bottom: 0;
  }

  .submenu-wrapper ul.hs-menu-children-wrapper.active-branch>li>a {
    font-size: 15px;
   /* padding-top: 10px;
    padding-bottom: 10px;*/
    margin-left: calc( 15px / 2 );
    margin-right: calc( 15px / 2 );
  }

  .mobile-menu-inner .social-icons.footer-social-media span a{
    height: 61px;
    width: 59px;
  }
}

@media (max-width:360px){
  .logo-wrapper a{
    padding-top: 4px;
  }
}
.footer-wrapper {
  background-color: #151e27;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 90px 20px 30px 20px;
}

.copyright-row {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.copyright-row > div:first-child {
  margin-bottom: 20px;
  width: 100%;
}

.copyright {
  text-align: center;
  width: 100%;
}

.copyright p{
  padding: 15px 0 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 3px;
}

.copyright p a {
  color: #ffffff;
}


.footer-middle-section {
  margin-bottom: 11px;
}

.safari .social-icons.footer-social-media span{
  margin:0 10px;
}

.footer-middle-divider {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

span.footer-middle-divider-separator {
  border-top: 1px solid #FFFFFF6E;
  width: 100%;
  display: block;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 20px;
  line-height: 25px;
}


.footer-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.address-inner,
.menu-inner {
  padding: 0px 0px 0px 50px;
}

.menu-inner ul {
  list-style: none!important;
  padding: 0;
  margin: 0!important;
  display: block!important;
}

.menu-inner ul li {
  margin-bottom: 25px;
}

.menu-inner ul li:last-child {
  margin-bottom: 0;
}

.menu-inner ul li a {
  color: #FFFFFF;
  fill: #FFFFFF;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
  font-weight: 600;
  line-height: 20px;
}

.footer-address-Titile,
.footer-form-Titile{
  margin-bottom: 20px;
  width: 100%;
}

.footer-address-Titile h1,
.footer-form-Titile h1{
  color: #fff;
  font-weight: 700;
  line-height: 25px;
  padding: 0;
  margin: 0;
  font-family: Source Sans Pro,Sans-serif;
  font-size: 20px;
}

.address-content p {
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
}

.address-content p a {
  color: #15afbb;
}


.footer-form form .hs-richtext {
  margin: 0 0 1.1rem;
}

.footer-form form .hs-richtext p {
  font-size: 17px;
  font-style: italic;
  color: #FFFFFF;
  line-height: 25px;
  margin: 0;
  padding-top: 2px;
}

.footer-form form .hs-richtext p span {
  background-color: transparent!important;
  text-align: inherit!important;
  font-style: inherit!important;
  color: inherit!important;
  font-size: inherit!important;
}

.footer-form form .hs-form-field > label{
  display:none;
}
.footer-form .form-title{
  display:none;
}


.footer-form form .hs_email {
  display: inline-block;
  width: 100%;
  max-width: 274px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.footer-form form input[type=email]{
  border: 0;
  border-radius: 1px;
  color: #373a3c;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  margin: 0;
  font-family: inherit;
}
.footer-form form input::-webkit-input-placeholder{
  color: inherit;
  font-family: inherit;
  opacity: .6;
}
.footer-form form .hs_email > label{
  margin: 0; 
}


.footer-form form .hs_submit {
  display: inline-block;
  vertical-align: top;
}
.footer-form form .hs_submit input[type=submit]{
  color: #151e28;
  border-radius: 1px;
  min-height: 40px;
  font-weight: 600;
  background-color: #0faebb;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  padding: 12px 24px;
  fill: #fff;
  text-align: center;
  transition: all .3s;
  width: 100%;
  margin: 0;
  /*margin-left: 9px;*/
  /*max-width: 133px;*/
  min-width: 106.4px;
  cursor: pointer;
}
.footer-form form .hs_submit input[type=submit]:hover{
  color: #ffffff;
}

.footer-form form .hs_error_rollup {
  display: none;
}

.footer-form .footer-form-Titile {
  margin-bottom: 22px;
}

.footer-no-nav .copyright-row>div:first-child{
  margin-bottom: 0;
}


.back-top-wrapper {
  position: fixed;
  z-index: 9999;
  right: 10px;
  bottom: 10px;
}

a#back_to_top {
  padding: 10px 15px 10px 15px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #00000057;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
  font-weight: 600;
  width: auto;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 15px;
}

@media (min-width:768px){
  .footer-top-form {
    width: 50%;
  }
  .back-top-wrapper{
    display:none;
  }
  .footer-top-address {
    width: 25%;
  }

  .footer-top-menu {
    width: 25%;
  }
  .footer-form form .hs_email{
    width: 60%;
  }
  .footer-form form .hs_submit{
    width: 20%;
  }
}

@media (max-width: 1025px){
  .footer-form form input[type=email]{
    max-width: 191px;
  }
  .footer-form form .hs_submit input[type=submit]{
    margin: 0 0 0 4px;
  } 
}

@media (max-width: 1024px){
  .footer-top-row{
    flex-wrap: wrap;
  }
  .footer-wrapper{
    padding: 60px 20px 30px 20px
  }
}

@media (max-width: 768px){
  .footer-form form input[type=email]{
    max-width: 140px;
  }
}


@media (max-width: 767px){
  .footer-wrapper{
    padding: 50px 15px 30px 15px;
  }
  .footer-top-form {
    width: 100%;
  }
  .footer-top-address {
    width: 100%;
  }
  .footer-top-menu {
    width: 100%;
  }
  .address-inner,
  .menu-inner{
    padding:0;
    margin-top:50px;
  }
  .menu-inner ul li a,
  .footer-address-Titile h1,
  .footer-form-Titile h1{
    font-size: 18px;
  }
  .copyright p{
    font-size: 11px;
    line-height: 25px;
    padding: 15px 0 0;
  }
  .footer-form form .hs_email,
  .footer-form form .hs_submit input[type=submit],
  .footer-form form .hs_submit{
    max-width: 100%;
    width: 100%;
  }
  .footer-form form .hs_submit input[type=submit]{
    margin-left: 0;
  }
  .footer-form form input[type=email]{
    max-width: 100%;
  }
  .footer-middle-section{
    margin-bottom: 18px;
  }
  .footer-form form{
    margin: 0;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}


@media(min-width:1025px){
  /* Horizontal menu */

  .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
    flex-direction: column;
  }

  @media (max-width: 767px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
      flex-direction: column;
    }
  }

  /* Vertical menu */

  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    flex-direction: column;
  }

  /* Flyouts */

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

  @media (max-width: 767px) {
    .hs-menu-wrapper.hs-menu-flow-vertical ul {
      display: flex;
    }
  }

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

  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    /*left: -9999px;*/
    top: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }

  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
    display: block;
    white-space: nowrap;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    /*left: 0;
    top: 100%;*/    
    opacity: 1;
    visibility: visible;
  }

  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    /*left: 100%;
    top: 0;*/
    opacity: 1;
    visibility: visible;
  }
  
}

/*@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}*/
.body-container-website .contnt-top-icon-section .title-wrapper h3 {
  font-size: 50px;
  font-weight: 600;
}
.custom-top-section .dnd-section{
  padding: 0 20px;
}

.body-container-website .contnt-top-icon-section .title-wrapper {
  text-align: center;
}

/********** BREADCRUMBS ************/

.page-breadcrumbs {
  padding: 90px 20px 0px 20px;
}

.page-breadcrumbs ul.hs-breadcrumb-menu {
  color: #6F6F6F;
  font-size: 16px;
  line-height:1.5625;
}

.page-breadcrumbs ul.hs-breadcrumb-menu > li {
  float: none;
  display: inline;
  padding: 0;
}

.page-breadcrumbs ul.hs-breadcrumb-menu > li span.hs-breadcrumb-menu-divider {
  display: none;
}

.page-breadcrumbs ul.hs-breadcrumb-menu > li:not(:last-child):after {
  content: " | ";
}

.page-breadcrumbs ul.hs-breadcrumb-menu > li a {
  color: #00818A;
}

.hva-row-1 .widget-type-header h1 {
  margin: 0;
  line-height: 1;
}

.page-breadcrumbs .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.page-breadcrumbs .content-wrapper .breadcrumbs-inner {
  width: 100%;
  margin-bottom: 30px;
}

/********** HVA GJØR VI ************/

.hva-row-3 .dnd-section h3 {
  margin: 1em 0 .5em 0!important;
}

.page-breadcrumbs .content-wrapper .hva-row-1 {
  width: 100%;
}

.hva-row-3 .dnd-section .span6 {
  width: 50%;
  margin-left: 0;
}

.hva-row-3 .widget-type-rich_text hr{
  margin:0;
}

.hva-row-3 .widget-type-rich_text p span {
  line-height:1.78571428571;
}

/********* OM OSS ***********/

.hs-about-page .page-breadcrumbs .content-wrapper .breadcrumbs-inner{
  margin: 0;
}

.hs-about-page .two-col-section h1{
  font-size: 50px;
  font-weight: 600;
  margin: 0 0 30px;
  line-height: 1;
  color: inherit; 
  font-family: inherit;
}

.hs-about-page .two-col-section p{
  margin-bottom: 25px;
}

.hs-about-page .two-col-section .row-fluid .span6{
  width: 50%;  
}
.hs-about-page .two-col-section .row-fluid > div:nth-child(2){
  margin: 0;
  padding-top: 80px;
  padding-left: 50px;
}
.hs-about-page .two-col-section .row-fluid > div:nth-child(2) .hs-responsive-embed-wrapper{
  max-width: 100% !important;
  max-height: 100% !important;
}

/******* HVORDAN JOBBER VI ********/
.hs-pillar-page .body-container-pillar {
  width: 100%;
  max-width: 100%;
}

.hs-pillar-page p,
.hs-pillar-page li,
.hs-pillar-page a {
  line-height: 1.5;
}

.hs-pillar-page .pillar-breadcrumbs {
  width: 100%;
  display: flex;
  padding: 50px 20px 0px 20px;
}

.hs-pillar-page a[data-hs-anchor="true"] {
  scroll-margin-top: 100px;
}

@media (min-width: 951px) {
  .hs-pillar-page h2 {
    font-size: 34px;
  }
}

@media (max-width: 950px) {
  .hs-pillar-page .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 950px) {
  .hs-pillar-page p {
    font-size: 18px;
  }
  
  .hs-pillar-page h1 {
    font-size: 40px;
  }
  
  .hs-pillar-page h2 {
    font-size: 26px;
  }
  
  .hs-pillar-page h3 {
    font-size: 22px;
  }
  
  .hs-pillar-page h4 {
    font-size: 18px;
  }
  
  .hs-pillar-page .dnd-section .row-fluid [class*=span]:not(:first-child) {
    width: 73%;
    float: right;
    margin-left: 2%;
    padding: 0 0 30px 0;
  }
  
  .hs-pillar-page .dnd-section .row-fluid [class*=span]:last-child {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .hs-pillar-page .pillar-breadcrumbs {
    padding: 30px 15px 0px 15px;
  }
  
  .hs-pillar-page a[data-hs-anchor="true"] {
    scroll-margin-top: 70px;
  }
} 

/******** LANDING PAGE NEW TEMPLATE **************/
.banner-section-new .dnd-section {
  padding: 50px 20px;
}

.main-content-lp-new .row-fluid [class*=span6]:nth-child(2) .span12>.widget-type-form {
  background-color: #f4f4f4;
  padding: 20px;
}

.main-content-lp-new .dnd-section>.row-fluid [class*=span12] {
  padding: 0;
}

@media (min-width: 1025px) {
  .banner-section-new .row-fluid [class*=span6]:first-child,
  .main-content-lp-new .row-fluid [class*=span6]:first-child {
    padding: 0 20px 0 0;
  }

  .banner-section-new .row-fluid [class*=span6]:nth-child(2),
  .main-content-lp-new .row-fluid [class*=span6]:nth-child(2) {
    padding: 0 0 0 20px;
  }
}

@media (max-width: 1024px) {
  .main-content-lp-new .row-fluid [class*=span6]:nth-child(2) .span12>.widget-type-form {
    padding: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .banner-section-new .row-fluid [class*=span6]:first-child,
  .main-content-lp-new .row-fluid [class*=span6]:first-child {
    padding: 0 10px 0 0;
  }

  .banner-section-new .row-fluid [class*=span6]:nth-child(2),
  .main-content-lp-new .row-fluid [class*=span6]:nth-child(2) {
    padding: 0 0 0 10px;
  }
}

@media (max-width: 767px) {
  .banner-section-new .dnd-section {
    padding: 30px 15px;
  }
  
  .main-content-lp-new .dnd-section {
    padding: 50px 15px;
  }
  
  .main-content-lp-new .dnd-section:last-child {
    padding: 50px 15px 90px 15px;
  }
}

/******** TOP TITLE SECTION *********/

.top-title-section {
  padding: 0px 20px;
}

.top-title-section .top-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-title-section  .left-section,
.top-title-section  .right-section {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-title-section .left-section .left-section-inner {
  margin: -80px 0px 0px 0px;
  padding: 50px 40px;
  background-color: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
}

.top-title-section .left-section .breadcrumbs-wrapper ul.hs-breadcrumb-menu {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  top: 2px;
  position:relative;
}

.top-title-section .left-section .breadcrumbs-wrapper ul.hs-breadcrumb-menu li {
  float: none;
  padding: 0;
  display: inline;
}

.top-title-section .left-section .breadcrumbs-wrapper ul.hs-breadcrumb-menu li span.hs-breadcrumb-menu-divider {
  display: none;
}

.top-title-section .left-section .breadcrumbs-wrapper ul.hs-breadcrumb-menu li:not(:last-child):after {
  content: " | ";
}
.top-title-section .left-section .top-title-wrapper h1 {
  padding: 0;
  margin: 0 0 20px;
  line-height: 1;
}

.top-title-section .right-section .right-section-inner {
  margin: 60px 0px 0px 60px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  background-color: #E5ECED;
}

.top-title-section .right-section .right-section-inner .arbeid-inner-right .widget-type-linked_image img {
  width: 200px !important;
}

.top-title-section .right-section .right-section-inner .arbeid-inner-right {
  width: 100%;
}
.top-title-section .left-section .top-title-wrapper p {
  margin: 0;
}

/********* ARBEID BLOG POST **********/

.arbeid-inner-row-1 .dnd-section .span6 {
  margin: 0;
  width: 50%;
}

.arbeid-inner-row-1 .widget-type-rich_text p {
  margin-bottom: 25px;
}

.main-section .hs-responsive-embed{
  max-width: 100% !important;
  max-height: 100% !important;
}

.arbeid-inner-page .widget_1659695587190-flexbox-positioning > div{
  width: 100%;
}

.body-container--blog-post .blog-post>p span:nth-child(2){
  margin-left: -1px;
}

.body-container--blog-post .blog-post>p span:nth-child(4){
  margin-left: -0.5px;
}


/* Fancybox style override css */

.fancybox-bg{
  background: rgba(0,0,0,.8) !important;
  opacity:1 !important;
}
.fancybox-toolbar {
  top: 15px !important;
  right: 10px !important;
}

.fancybox-toolbar  button.fancybox-button {
  background: none;
  cursor: pointer;
  padding: 0.25em;
  margin: 0 0.35em;
  display: inline-block;
  font-family: eicons;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  font-size: 20px;
}

.fancybox-toolbar button.fancybox-button svg {
  display: none;
}

.fancybox-toolbar button.fancybox-button.fancybox-button--fsenter:before {
  content: '\e95c';
}

.fancybox-toolbar button.fancybox-button.fancybox-button--zoom:before {
  content: '\e92e';
}

.fancybox-toolbar button.fancybox-button.fancybox-button--share:before {
  content: '\e96c';
}

.fancybox-toolbar button.fancybox-button.fancybox-button--close:before {
  content: '\e87f';
}


.fancybox-navigation button.fancybox-button {
  padding: 0;
  background: none;
  width: auto;
  height: auto;
  font-size: 25px;
  top:49%;
  color:#fff;
}

.fancybox-navigation button.fancybox-button svg {
  display: none;
}

.fancybox-navigation button.fancybox-button.fancybox-button--arrow_left:before {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e87e';
}

.fancybox-navigation button.fancybox-button.fancybox-button--arrow_right:before {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e87d';
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 130px !important;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 130px !important;
}

/********* MEDIA QUERIES ***********/

@media (max-width: 1024px) and (min-width: 768px){
  .hs-about-page .two_column-row-0-padding{
    padding: 30px 20px 60px !important;
  }
  .arbeid-inner-row-1 .dnd-section{
    padding: 60px 20px 60px !important;
  }
  .top-title-section .left-section {
    width: 60%;
  }
  .arbeid-inner-row-1 .dnd-section .span6:last-child{
    padding-left:0 !important;
    margin-top:50px;
  }
  .top-title-section .right-section {
    width: 40%;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 10% !important;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 10% !important;
  }
}

@media(max-width:1024px){
  .page-breadcrumbs {
    padding: 60px 20px 0px 20px;
  }
  
  .hva-row-3 .dnd-section .span6 {
    width: 100%;
  }
  
  .hs-about-page .two-col-section .row-fluid .span6{
    width: 100%; 
  }
  .hs-about-page .two-col-section .row-fluid>div:nth-child(2){
    padding-top: 30px;
    padding-left: 0;
  }

  .top-title-section .left-section .left-section-inner {
    margin: -50px 0px 0px 0px;
    padding: 40px 30px;
  }

  .top-title-section .right-section .right-section-inner {
    margin: 30px 0px 0px 30px;
  }

  .arbeid-inner-row-1 .dnd-section .span6{
    width:100%;
  }

  .arbeid-inner-row-1 .dnd-section > .row-fluid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: unset;
  }
}


@media(max-width:767px){

  .fancybox-navigation .fancybox-button--arrow_left {
    left: 0 !important;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: 0 !important;
  }

  .fancybox-navigation button.fancybox-button {
    padding: 10px;
    background-color: rgba(0,0,0,.5);
    opacity: 1;
    visibility: visible;
    height: 49px;
    width: 44px;
  }

  .body-container-website .contnt-top-icon-section .title-wrapper h3 {
    font-size: 34px;
  }

  .page-breadcrumbs {
    padding: 30px 15px 0px 15px;
  }

  .hs-about-page .two-col-section h1{
    font-size: 34px;
  }


  .top-title-section .left-section, .top-title-section .right-section {
    width: 100%;
  }

  .top-title-section .top-title-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-title-section .left-section .left-section-inner {
    margin: -20px 0px 0px 0px;
    padding: 30px 15px;
  }

  .top-title-section {
    padding: 0px 15px 0px 15px;
  }

  .top-title-section .right-section .right-section-inner {
    margin: 20px 0px 0px 0px;
    padding: 50px 50px 50px 50px;
  }
  .top-title-section .right-section .right-section-inner .arbeid-inner-right .widget-type-linked_image img{
    width: 150px !important;
  }

}