*, *: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;
    }
}

@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%;
    }
}

@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;
  padding:0 15px;
}

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

.Banner-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}

.dnd-section[class*="full-width-section"] {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: ETmodules; 
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/modules.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap; 
}

@font-face { 
  font-family: "Open Sans";
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVI.woff2) format("woff2");
  font-style: normal;
  font-weight: 300; 
  font-stretch: normal; 
  font-display: swap;
}

@font-face {
  font-family: "Open Sans"; 
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%; 
  font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { 
  font-family: "Open Sans"; 
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexoMUdjFXmQ.woff) format("woff");
  font-style: italic; 
  font-weight: 400;
  font-stretch: 100%; 
  font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { 
  font-family: "Overpass";
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/qFda35WCmI96Ajtm83upeyoaX6QPnlo6G_TbMJqK.woff2) format("woff2");
  font-style: normal; 
  font-weight: 700;
  font-display: swap;
}

@font-face { 
  font-family: "Overpass"; 
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/qFda35WCmI96Ajtm83upeyoaX6QPnlo6fPTbMJqK.woff2) format("woff2"); 
  font-style: normal;
  font-weight: 800; 
  font-display: swap;
}

@font-face { 
  font-family: "Open Sans";
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVI.woff2) format("woff2");
  font-style: normal; font-weight: 600;
  font-stretch: normal;
  font-display: swap;
}
@font-face { 
  font-family: "Open Sans"; 
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");
  font-style: normal; 
  font-weight: 700;
  font-stretch: 100%; 
  font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { 
  font-family: "PT Serif";
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/EJRVQgYoZZY2vCFuvAFYzr8.woff2) format("woff2"); 
  font-style: normal;
  font-weight: 400; font-display: swap;
}

@font-face { 
  font-family: "PT Sans";
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/jizfRExUiTo99u79B_mh0OCtLQ.woff2) format("woff2");
  font-style: normal; 
  font-weight: 700; 
  font-display: swap;
}

@font-face { 
  font-family: "ETmonarch";
  src: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/fonts/monarch.ttf) format("truetype"); 
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  line-height: 1.4;
  word-break: break-word;
  background-color:#fff;
  line-height: 1.7em;
  font-weight: 500;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;
}

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

/* Paragraphs */

p {

  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}

a:hover{
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.2em;
  padding-bottom: 10px;
}

/* 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;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  white-space: normal;
  font-size: 20px;
  line-height: 20px;
  font-family: Open Sans;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  text-decoration: none !important;

}

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

}

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: 18px;
}

/* Labels */

form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Open Sans;
  font-size: 15px;
}
/* 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;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  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 {
  display: block;
  margin: 0.7rem 0;
}

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

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

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

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

ul.no-list.hs-error-msgs {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

ul.no-list.hs-error-msgs li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin: 0;
}

ul.no-list.hs-error-msgs li label{
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  color: #f2545b;
}


/* Submit button */

form input[type=submit],
form .hs-button {
  white-space: normal;
  font-size: 20px;
  line-height: 20px;
  font-family: Open Sans;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  margin:30px 0;
  text-decoration: none !important;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media(max-width:767px){
  form input[type=submit],
  form .hs-button {
    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 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header.header {
  position: fixed;
  line-height: 23px;
  font-weight: 500;
  top: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
  z-index: 99999;
  font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
}

span.mobile_menu_bar.mobile_menu_bar_toggle:before {
  color: #000 !important;
  font-weight: 500;
  opacity: 1;
}

.header .container {
  text-align: left;
  position: relative;
  z-index: 99;
}

.header .header-logo {
  height: 100%;
  position: absolute;
  transition: all .4s ease-in-out;
  width: 100%;
  top: 18px;
  padding-left: 4px;
}

.header .header-logo a img {
  display: inline-block;
  float: none;
  height: auto;
  margin-bottom: 0;
  max-height: 54%;
  max-width: 100%;
  -webkit-transform: translateZ(0);
  transition: all .4s ease-in-out;
  vertical-align: middle;
  width: 208px!important;
}

.header .custom-menu-primary .navigation-primary>ul>li.has-submenu>a {
  padding-right: 20px;
}

.header .custom-menu {
  padding-left: 237px;
  transition: all .4s ease-in-out;
  font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;
  float: right;
  font-weight: 600;
  transition: 1.5s ease;
  transform: translateY(0%);
}

.header .custom-menu-primary .navigation-primary>ul>li,
.header .et_top_search,
.header .header-button{
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
  position: relative;
  line-height: 1em;
}



.header .custom-menu-primary .navigation-primary>ul>li>a {
  padding-bottom: 33px;
  font-size: 18px;
  transition: all .4s ease-in-out;
  text-decoration: none;
  display: block;
  position: relative;
}

.header .custom-menu-primary .navigation-primary>ul>li>a:before {
  background: #245263;
  bottom: 50%;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 100%;
  z-index: -2;
}

header.header a {
  font-weight: inherit;
  text-decoration: none;
}

.header .custom-menu-primary .navigation-primary>ul>li.has-submenu>a:after {
  content: "3";
  font-family: ETmodules;
  font-size: 16px;
  font-weight: 800;
  position: absolute;
  right: 0;
  top: 0;
}

.header .custom-menu-primary .navigation-primary>ul>li>ul {
  position: absolute;
  padding: 20px 0;
  z-index: 9999;
  width: 240px;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #2ea3f2;
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -webkit-transform: translateZ(0);
  text-align: left;
  border-color: #f7d35a;
}

.header  span#et_search_icon {
  float: right;
  margin:3px 0 0 26px;
  position: relative;
  display: block;
  width: 18px;
}

.header  span#et_search_icon:before {
  speak: none;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #245263;
  content: "U";
  direction: ltr;
  font-family: ETmodules!important;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  left: 0;
  line-height: 1;
  position: absolute;
  text-shadow: 0 0;
  text-transform: none;
  top: -14px;
}

.header .custom-menu-primary .navigation-primary>ul>li:nth-child(7) {
  padding-right: 0 !important;
}

.header .header-button {
  margin-left: 60px;
  padding-right: 0;
}

.header .header-button a {
  background-color: #245263;
  border-radius: 1px;
  padding: 10px 30px 10px 30px !important;
  line-height: 1em;
  font-size: 18px;
  transition: all .4s ease-in-out;
  display: block;
  position: relative;
  border: 0;
  font-weight: 600;
  font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;
}

.header .header-button a.button:hover {
  background-color: #072837;
}

.header .et_top_search {
  padding-right: 27px;
}

.header .custom-menu-primary .navigation-primary>ul>li:hover ul {
  transition: all .2s ease-in-out;
  visibility: visible;
  opacity: 1;
}

.header .custom-menu-primary .navigation-primary>ul ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 2em;
}

.header .custom-menu-primary .navigation-primary>ul ul li a {
  font-weight: 600;
  color: #245263;
  width: 240px;
  padding: 6px 10px;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .4s ease-in-out;
  display: block;
  position: relative;
  word-break: initial;
}

.header .et_search_outer {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 999;
}

.header .search-container {
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  height: 80px;
  z-index: 1;
}

.header form.et-search-form {
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
  right: 30px;
  max-width: 1169.55px;
}

.header label.da11y-screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: normal;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 1em;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
}

.header input#et_pb_search_module_input_0 {
  width: 80%;
  right: 100px;
  border: 1px solid #000;
  color: #000 !important;
  background-color: #fff;
  margin: 20px 0 20px 0px;
  font-size: 18px;
  position: absolute;
  top: 0;
  background: transparent;
  bottom: 0;
  outline: none;
}

.header button.da11y-screen-reader-text {
  height: 40px;
  width: 50px;
  clip: auto;
  left: 90%;
  top: 20px;
  background-color: #5d5d5d;
  color: #fff;
  border-width: 6px;
  border-radius: 1px;
  border-color: #5d5d5d;
  border-style: solid;
  font-weight: normal;
  font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;
  position: absolute !important;
  padding: 0;
  font-size: 1em;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}

.header span.et_close_search_field {
  display: block;
  width: 30px;
  height: 30px;
  z-index: 99999;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}

.header span.et_close_search_field:after {
  font-family: ETmodules;
  content: "M";
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #245263;
}

.active .header .et_search_outer {
  transform: translateY(0px);
}
.header .et_search_outer {
  transform: translateY(-100px);
  transition: 1s linear;
}

.active .header .custom-menu {
  transform: translateY(-100%);
}


@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%);
  }
}

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%);
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%);
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%);
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%);
  }
}


@media (min-width: 981px){
  .header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .mobile-menu {
    display: none;
  }

  header.header,
  .header-wrapper {
    min-height: 80px;
  }
ul.submenu.level-3 {
    position: absolute;
    left: 100%;
    display: none;
    top: 0;
}
.header span#et_search_icon {
    cursor: pointer;
}
.header .custom-menu-primary .navigation-primary>ul>li>ul>li:hover ul {
    display: block;
}

.header .custom-menu-primary .navigation-primary>ul ul li {
    position: relative;
}
}


@media screen and (max-width: 1450px) and (min-width: 1341px){
  .header .header-button a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .header .header-button {
    margin-left: 10px;
  }
}

@media screen and (min-width: 1341px){
  .header .custom-menu-primary {
    padding-top: 21px;
  }


}






@media (max-width: 1340px) and (min-width: 981px){
  .custom-menu-primary {
    display: none;
  }

  span.mobile_menu_bar.mobile_menu_bar_toggle {
    padding-bottom: 24px;
    position: relative;
    display: block;
    line-height: 0;
    z-index: 99;
    opacity: 1;
    text-align:right;
  }

  span.mobile_menu_bar.mobile_menu_bar_toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    speak: none;
    position: relative;
    left: 0;
    cursor: pointer;
    font-family: inherit !important;
    font-size: 15px;
    padding: 0px 0px 2px 0px;
    content: "Meny";
    top: -10px;
    color: #000;
    letter-spacing: 0;
    font-weight:400;
  }

  .header .custom-menu {
    padding-top: 33px;
  }

  span.mobile_menu_bar.mobile_menu_bar_toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    speak: none;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    font-family: "ETmodules" !important;
    font-size: 32px;
    content: "a";
    color: #000;
    font-weight: 400;
  }

  .header .header-logo a img {
    width: 232px !important;
  }

  .header .header-logo {
    top: 20px;
  }

  .mobile-menu{
    background: #fff;
    border-color: #2ea3f2 #000 #000;
    border-top: 3px solid #000;
    box-shadow: 0 2px 5pxrgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    left: -30px;
    right: -30px;
    padding: 5.3%;
    position: absolute;

    z-index: 9999;
    max-height: calc(100vh - 73px);
    overflow-y: auto;
    display:none;

  }
  .header .custom-menu {
    width: 100%;
  }

  .mobile-menu .navigation-primary>ul>li>a {
    font-size: 14px;
    transition: all .2s ease-in-out;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #245263;
    padding: 10px 18px 10px 18px;
    font-weight: 700;
  }

  .mobile-menu .navigation-primary>ul>li:first-child>a,
  .mobile-menu .navigation-primary>ul>li:nth-child(7)>a {
    font-weight: 400;
  }

  .child-trigger {
    background-color: rgba(0,0,0,0);
    border-width: 0px 0px 0px 0px;
    border-color: rgba(0,0,0,.59);
    border-radius: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 5px;
    width: auto;
    height: auto;
    border-style: solid;
    cursor: pointer;
    transition: all .5s;
    right: 0;
  }

  .child-trigger:before {
    font-family: "ETmodules";
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    speak: none;
    display: block;
    z-index: 999;
    top: 10px;
    right: 13px;
    font-weight: 900;
    text-align: center;
    content: "C";
    font-size: 14px !important;
    color: rgba(0,0,0,.6) !important;
  }

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

  .mobile-menu .navigation-primary ul.submenu.level-2 {
    padding-left: 10px;
  }

  .mobile-menu .navigation-primary>ul>li:nth-child(2) {
    background-color: rgba(0,0,0,.04);
  }

  .mobile-menu .navigation-primary>ul>li ul.submenu.level-2 li,
  .mobile-menu .navigation-primary>ul>li:nth-child(2) ul.submenu.level-2 li {
    padding-left: 5%;
  }

  .mobile-menu .navigation-primary>ul>li ul.submenu.level-2 li a,
  .mobile-menu .navigation-primary>ul>li:nth-child(2) ul.submenu.level-2>li>a {
    padding: 10px 18px 10px 18px;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.03);
    transition: all .2s ease-in-out;
    font-size: 14px;
    color: #245263;
  }

  .mobile-menu .navigation-primary>ul>li ul.submenu.level-2 li a{
    font-weight:400;   

  }

  .mobile-menu .navigation-primary ul.submenu.level-2 {
    background-color: #fff;
  }

  .mobile-menu .navigation-primary>ul>li:nth-child(2) ul.submenu.level-2 {
    background-color: #f5f5f5;
    z-index: 999;
  }

  .mobile-menu .navigation-primary>ul>li:nth-child(2) ul.submenu.level-3 li a {
    padding: 10px 18px 10px 18px;
    border-bottom: 1px solid rgba(0,0,0,.03);
    display: block;
    color: #245263;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 400;
  }

  .mobile-menu .navigation-primary>ul>li:nth-child(2) ul.submenu.level-3 {
    padding-left: 10px;
  }

  .mobile-menu .navigation-primary ul ul {
    display: none;
  }

  .Header_mobile_search {
    padding: 10px 18px 10px 18px;
    border-bottom: 1px solid rgba(0,0,0,.03);
    display: block;
    font-size: 14px;
    transition: all .2s ease-in-out;
  }

  .Header_mobile_search .Header_mobile_search-inner {
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
  }

  .Header_mobile_search form.et_pb_searchform {
    position: relative;
  }

  .Header_mobile_search form.et_pb_searchform>div {
    display: flex;
  }

  .Header_mobile_search label.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    line-height: normal;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 1em;
    font-weight: 600;
    -webkit-font-smoothing: subpixel-antialiased;
  }

  .Header_mobile_search input.et_pb_s {
    margin: 0;
    font-size: 14px;
    line-height: normal !important;
    border: none;
    -webkit-appearance: none;
    background: transparent;
    display: inline-block;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    min-width: 0;
    padding-right: 53px;
    border: 0;
    padding-bottom: 8px;
  }

  .Header_mobile_search input.et_pb_searchsubmit {
    background-color: #5d5d5d;
    color: #fff;
    padding: 0.715em;
    margin: 0;
    font-size: 14px;
    line-height: normal;
    border: none;
    font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;
    border-radius: 0;
  }
  .header-button-mobile {
    background-color: #245263;
    padding: 0;
    border-radius: 1px;
    border-bottom: 1px solid rgba(0,0,0,.03);
  }

  .Header_mobile_search input.et_pb_searchsubmit:hover {
    background-color: #424242;
    color: #fff;
    opacity: .7;
  }

  .header-button-mobile a {
    font-weight: 400;
    background-color: #245263;
    color: #fff !important;
    width: 200px;
    text-align: center !important;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 18px;
    border: 0;
    border-radius: 1px;
    padding: 10px 18px 10px 18px;
    font-size: 14px;
    transition: all .2s ease-in-out;
    display: block;
  }

  .mobile-menu .navigation-primary>ul li a:hover {
    color: #000 !important;
    background: transparent !important;
    opacity: .7;
  }

  .open-menu span.mobile_menu_bar.mobile_menu_bar_toggle:after {
    content: "M";
  }

  .open-menu span.mobile_menu_bar.mobile_menu_bar_toggle:before {
    content: "Lukk";
    font-family: inherit !important;
    font-size: 15px;
    padding: 0px 0px 2px 0px;
    color: #072837;
  }

}
@media screen and (max-width: 1348px){
  .header .header-button {
    margin-left: 0;
  }
  .mobile-menu .navigation-primary>ul>li:nth-child(2) {
    background: #fff !important;
  }

  .mobile-menu .navigation-primary>ul>li:nth-child(2) ul.submenu.level-2 {
    background-color: #fff !important;
  }


}


@media (max-width: 980px){
  .custom-menu-primary {
    display: none;
  }

  .header .custom-menu {
    width: 100%;
  }

  .header .container {
    max-width: 1200px;
    margin: auto;
    width: 80%;
  }

  .child-trigger.child-open:before {
    transform: rotate(180deg);
  }

  span.mobile_menu_bar.mobile_menu_bar_toggle {
    padding-bottom: 24px;
    position: relative;
    display: block;
    line-height: 0;
    z-index: 99;
    opacity: 1;
    text-align:right;
  }
  .mobile-menu .navigation-primary>ul li a {
    color: #000 !important;
  }

  span.mobile_menu_bar.mobile_menu_bar_toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    speak: none;
    position: relative;
    left: 0;
    cursor: pointer;
    font-family: inherit !important;
    font-size: 15px;
    padding: 0px 0px 2px 0px;
    content: "Meny";
    top: -10px;
    color: #072837;
    letter-spacing: 0;
    font-weight:400;
  }

  .header .custom-menu {
    padding-top: 24px;
    display: block;
  }

  span.mobile_menu_bar.mobile_menu_bar_toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    speak: none;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    font-family: "ETmodules" !important;
    font-size: 32px;
    content: "a";
    color: #000;
    font-weight: 400;
  }
  .header .header-logo {
    top: 20px;
  }


  .header-wrapper.lp .custom-menu {
    display: none;
  }

  .header-wrapper.lp .header .container {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .header-wrapper.lp .header .header-logo {
    position: static;
    top: auto;
  }

  .header-wrapper.lp header.header {
    display: flex;
  }

  .mobile-menu .navigation-primary>ul>li>a {
    font-size: 14px;
    transition: all .2s ease-in-out;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #245263;
    padding: 10px 18px 10px 18px;
    font-weight: 700;
  }

  .mobile-menu .navigation-primary>ul>li:first-child>a,
  .mobile-menu .navigation-primary>ul>li:nth-child(7)>a {
    font-weight: 400;
  }

  .child-trigger {
    background-color: rgba(0,0,0,0);
    border-width: 0px 0px 0px 0px;
    border-color: rgba(0,0,0,.59);
    border-radius: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 5px;
    width: auto;
    height: auto;
    border-style: solid;
    cursor: pointer;
    transition: all .5s;
    right: 0;
  }

  .child-trigger:before {
    font-family: "ETmodules";
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    speak: none;
    display: block;
    z-index: 999;
    top: 10px;
    right: 13px;
    font-weight: 900;
    text-align: center;
    content: "C";
    font-size: 14px !important;
    color: rgba(0,0,0,.6) !important;
  }

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

  .mobile-menu .navigation-primary ul.submenu.level-2 {
    padding-left: 10px;
  }

  .mobile-menu .navigation-primary>ul>li:nth-child(2) {
    background-color: rgba(0,0,0,.04);
  }

  .mobile-menu .navigation-primary>ul>li ul.submenu.level-2 li,
  .mobile-menu .navigation-primary>ul>li:nth-child(2) ul.submenu.level-2 li {
    padding-left: 5%;
  }

  .mobile-menu .navigation-primary>ul>li ul.submenu.level-2 li a,
  .mobile-menu .navigation-primary>ul>li:nth-child(2) ul.submenu.level-2>li>a {
    padding: 10px 18px 10px 18px;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.03);
    transition: all .2s ease-in-out;
    font-size: 14px;
    color: #245263;
  }

  .mobile-menu .navigation-primary>ul>li ul.submenu.level-2 li a{
    font-weight:400;   

  }

  .mobile-menu .navigation-primary ul.submenu.level-2 {
    background-color: #fff;
  }

  .mobile-menu .navigation-primary>ul>li:nth-child(2) ul.submenu.level-2 {
    background-color: #f5f5f5;
    z-index: 999;
  }

  .mobile-menu .navigation-primary>ul>li:nth-child(2) ul.submenu.level-3 li a {
    padding: 10px 18px 10px 18px;
    border-bottom: 1px solid rgba(0,0,0,.03);
    display: block;
    color: #245263;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 400;
  }

  .mobile-menu .navigation-primary>ul>li:nth-child(2) ul.submenu.level-3 {
    padding-left: 10px;
  }

  .mobile-menu .navigation-primary ul ul {
    display: none;
  }

  .Header_mobile_search {
    padding: 10px 18px 10px 18px;
    border-bottom: 1px solid rgba(0,0,0,.03);
    display: block;
    font-size: 14px;
    transition: all .2s ease-in-out;
  }

  .Header_mobile_search .Header_mobile_search-inner {
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
  }

  .Header_mobile_search form.et_pb_searchform {
    position: relative;
  }

  .Header_mobile_search form.et_pb_searchform>div {
    display: flex;
  }

  .Header_mobile_search label.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    line-height: normal;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 1em;
    font-weight: 600;
    -webkit-font-smoothing: subpixel-antialiased;
  }

  .Header_mobile_search input.et_pb_s {
    margin: 0;
    font-size: 14px;
    line-height: normal !important;
    border: none;
    -webkit-appearance: none;
    background: transparent;
    display: inline-block;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    min-width: 0;
    padding-right: 53px;
    border: 0;
    padding-bottom: 8px;
  }

  .Header_mobile_search input.et_pb_searchsubmit {
    background-color: #5d5d5d;
    color: #fff;
    padding: 0.715em;
    margin: 0;
    font-size: 14px;
    line-height: normal;
    border: none;
    font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;
    border-radius: 0;
    font-weight:400;
  }

  .header-button-mobile {
    background-color: #245263;
    padding: 0;
    border-radius: 1px;
    border-bottom: 1px solid rgba(0,0,0,.03);
  }

  .Header_mobile_search input.et_pb_searchsubmit:hover {
    background-color: #424242;
    color: #fff;
    opacity: .7;
  }

  .header-button-mobile a {
    background-color: #245263;
    border: 0;
    border-radius: 1px;
    color: #fff!important;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 18px;
    margin-top: 10px;
    padding: 12px 24px;
    text-align: center!important;
    transition: all .2s ease-in-out;
    width: 200px;
    font-weight: 400 !IMPORTANT;
    padding-bottom: 11px;
  }

  .mobile-menu {
    padding: 5% 5% 5% 5%;
    border-color: #f7d35a !important;
    border-width: 3px 0px 0px 0px !important;
    border-style: solid;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 10%);
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    display:none;
  }

  header.header {
    position: absolute;
    top: 0;
  }

  .mobile-menu .navigation-primary>ul li a:hover {
    color: #000 !important;
    background: transparent !important;
    opacity: .7;
  }

  .open-menu span.mobile_menu_bar.mobile_menu_bar_toggle:after {
    content: "M";
  }

  .open-menu span.mobile_menu_bar.mobile_menu_bar_toggle:before {
    content: "Lukk";
    font-family: inherit !important;
    font-size: 15px;
    padding: 0px 0px 2px 0px;
    color: #072837;
  }

  .header .header-logo {
    top: 19px;
  }



  span.mobile_menu_bar.mobile_menu_bar_toggle:before {
    top: 0;
  }

  .header .header-logo a img {
    width: 213px!important;
    max-width: 50%;
  }
  .header .custom-menu {
    padding-left: 0;
  }
  span.mobile_menu_bar.mobile_menu_bar_toggle {
    position: relative;
    line-height: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: 58px;
    justify-content: flex-end;
    align-items: center;
  }

  header.header,
  .header-wrapper {
    min-height: 82px;
  }

  .header-button-mobile {
    background: transparent;
  }
  .header-button-mobile a:hover {
    background-color: #072837 !important;
    opacity: .7;
  }
}


@media(max-width:980px){
  span.mobile_menu_bar.mobile_menu_bar_toggle {
    justify-content: flex-end;
    align-items: center;
  } 
}

@media (max-width: 479px){
  .header .header-logo {
    top: 22px;
    right: -1px;
  }
  .header .header-logo a img {
    max-width: 51%;
  }
}

@media (max-width: 400px){
  .header .header-logo {
    top: 25px;
    right: 0px;
  }
}

@media (max-width: 400px){
  .header .header-logo {
    top: 27px;
    right: 0px;
  }
}

@media(max-width:320px){
  .header .header-logo {
    top: 27px;
  } 
}



/* Popup Form */

.popup-form-wrp {
  opacity:0;
  pointer-events:none;
  -webkit-font-smoothing: subpixel-antialiased;
  visibility: hidden;
}



.popup-form-inn {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-x: auto;
  z-index: 16777220;
  outline: none !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  transform: scale(0.5) translateY(-100%);
  opacity: 0;
  transition: all .5s ease;
}

.open-popup .popup-form-inn {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.popup-overlay {
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  background: rgba(20,20,20,.9);
  z-index: 16777219;
  -webkit-transition: background .4s !important;
  -moz-transition: background .4s !important;
  -o-transition: background .4s !important;
  transition: background .4s !important;
  cursor: pointer;
}

.popup-top-cnt {
  background-blend-mode: multiply;
  background-color: initial;
  background-image: url(https://25395851.fs1.hubspotusercontent-eu1.net/hubfs/25395851/raw_assets/public/Framsikt_September2022/images/Framsikt-nyhetsbrev.jpg),linear-gradient(180deg,#072837 0%,#072837 17%,rgba(1,5,7,1) 58%,#000 100%);
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  max-height: 95vh;
  box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
  position: absolute !important;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  width: 60%;
  max-width: 90%;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  overflow-y: auto !important;   
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}


.popup-form-wrp:after,
.popup-form-wrp:before {
  content: "";
  display: table;
}

.popup-form-wrp:after {
  clear: both;
}

.popup-form-wrp {
  width: 100%;
}

.popup-top-cnt-inn {
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
  max-width: 80%;
  margin-top: 1.5%;
}

.popup-top-cnt-inn h2 {
  font-size: 32px;
  color: #fff !important;
  font-family: "Overpass",Helvetica,Arial,Lucida,sans-serif;
}

.popup-top-cnt-inn p {
  color: #fff;
}

.popup-top-cnt-inn p:last-child {
  margin-bottom: 0;
}

.popup-form {
  margin-bottom: 1.5%;
  padding-top: 5px;
  padding-right: 10%;
  padding-bottom: 5px;
  padding-left: 10%;
  max-width: 80%;
  color: #072837;
  margin-left: auto;
  margin-right: auto;
}

.popup-form .hs-form-field label {
  font-family: Open Sans;
  font-size: 14px;
  color: #FFFFFF;
}

.popup-form .input input {
  width: 100% !important;
}

.popup-form .input .hs-input {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

.popup-form .input .hs-input:not([type=file]) {
  background-color: #f5f8fa;
}

.popup-form fieldset.form-columns-2 > div:first-child input {
  width: 90% !important;
}

.popup-form legend.hs-field-desc {
  color: #eee;
  font-family: Open Sans;
  font-size: 12px;
  margin: 0px 0px 6px 2px;
  line-height: normal;
}

.popup-form-wrp .close-overlay {
  opacity: .6;
  cursor: pointer;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1;
  color: white;
  font-size: 35px;
}

.popup-form .input .hs-input[type=checkbox] {
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-appearance: auto;
  min-height: auto;
}

.popup-form-wrp form .inputs-list>li.hs-form-checkbox {
  margin: 0;
}

.popup-form-wrp ul.inputs-list.multi-container {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.popup-form-wrp ul.inputs-list:first-child {
  padding-top: 6px;
}

.popup-form-wrp .legal-consent-container .hs-richtext p {
  font-family: Open Sans;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.popup-form-wrp .legal-consent-container .hs-richtext {
  margin-bottom: 3px;
}

.popup-form-wrp .legal-consent-container .hs-richtext p a {
  color: #FFFFFF;
  font-weight: normal;
  text-decoration:underline;
}

.popup-form-wrp .legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0 !important;
  display: inline;
  color: inherit;
  font-size: inherit;
}

.popup-form-wrp .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: block;
  margin-left: 20px;
}

.popup-form .hs-form-field label.hs-form-booleancheckbox-display {
  font-family: Open Sans;
  color: #FFFFFF;
  font-size: 14px;
}

.popup-form-wrp .legal-consent-container .hs-form-booleancheckbox-display>span p {
  margin-left: 0 !important;
}

.popup-form-wrp ul.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.popup-form-wrp form .inputs-list>li {
  margin: 0;
}

.popup-form-wrp .grecaptcha-badge {
  margin: 0;
}


.popup-form-inn input.hs-button {
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Open Sans;
  margin: 0;
}

.popup-form-wrp .popup-form-inn .actions {
  margin-top: 18px;
  margin-bottom: 5px;
  padding: 17px 0px;
  text-align: center;
}

.popup-form-wrp a.overlay-close {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  overflow: hidden;
  border: none;
  outline: none;
  font-size: 100px;
  line-height: 60px;
  min-height: 15px;
  min-width: 15px;
  color: #fff;
  background-color: transparent;
  font-family: inherit;
  font-weight: 300;
  z-index: 999999999;
  text-decoration: none;
}

.popup-form-wrp a.overlay-close:after {
  content: " ";
  display: block;
  font-size: 70px;
  height: 25px;
  width: 25px;
  z-index: 99;
  position: relative;
  visibility: hidden;
}

.popup-form-wrp {
  position: relative;
}

.popup-form-wrp-inn {
  height: 100vh;
  padding: 30px 0;
  background-size: cover;
  background-position: 50%;
  position: fixed;
  z-index: 99999999;
  top: 0;
  width:100%;
}

.popup-form .hs_recaptcha .input {
  margin: 8px;
}

.open-popup .popup-form-wrp {
  opacity:1;
  pointer-events:auto;
  visibility: visible;
}

.popup-form .input .hs-input:not([type=file]):focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}

.popup-form .input .hs-input.error {
  border-color: #c87872;
}

@media only screen and (max-width: 1224px){

  .popup-form fieldset.form-columns-2 > div {
    width: 100% !important;
  }

  .popup-form fieldset.form-columns-2>div:first-child input {
    width: 100% !important;
  }


}

@media only screen and (max-width: 980px){

  .popup-top-cnt-inn h2 {
    font-size: 24px;
  }

  .popup-top-cnt-inn {
    margin-top: 30px;
  }

}

@media (max-width:767px) {

  .popup-top-cnt {
    padding: 4px 5px 0;
  }

}

@media (max-width:640px) {

  .popup-form-wrp .hs_recaptcha .grecaptcha-badge {
    overflow: auto;
    max-width: 100%;
  }

  .popup-form {
    padding: 5px 0;
  }

}

@media (max-width:400px) {

  .popup-top-cnt-inn {
    padding: 0;
  }

}
footer.footer {
  background-color: #072837;
}

.footer .content-wrapper {
  text-align: left;
  position: relative;
  width: 80%;
  margin: auto;
  padding:0;
}

.footer .legal-consent-container .hs-form-booleancheckbox-display>span p {
  font-weight: 400;
  position: relative;
  top: 1px;
  left: 3px;
}

.footer form .inputs-list>li.hs-form-booleancheckbox {                                              
  position: relative;
  top: 3px;
}  

.footer .footer-inner {                                                     
  padding: 6% 0 0;
}

.footer form .inputs-list>li.hs-form-booleancheckbox span.hs-form-required {
  top: -3px;
  margin-top: -8px;
  position: relative;
  left: 4px;
  color: red;
}
.footer .footer-column {
  float: left;
  color: #fff;
  font-size: 14px;
}
footer.footer a {
  font-weight: inherit;
  text-decoration: inherit;
}

.footer .footer-bottom {
  padding: 15px 0 5px;
}

.footer .copyright {
  text-align: left;
  padding-bottom: 10px;
  float: left;
  color: #fff;
  font-size: 10px;
}

.footer .copyright a {
  transition: all .4s ease-in-out;
  color: #fff;
  font-weight: 700;
}

footer.footer form {
  -webkit-font-smoothing: auto;
}


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

.footer .footer-menu .hs-menu-wrapper>ul>li{
  line-height: 1.5em;
}

.footer .footer-heading h2,
.footer  .form-title,
.footer .footer-menu .hs-menu-wrapper>ul>li>a {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  font-family: "Overpass",Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.2em;
  padding-bottom:10px;
  margin:0;
}

.footer .footer-heading, 
.footer .contact-details {
  line-height: 1.5em;
}

.footer .footer-menu .hs-menu-wrapper>ul ul li {
  padding-left: 14px;
  position: relative;
  text-decoration: underline;
  margin-bottom: 0.5em;
  font-size: 14px;
}

.footer .footer-menu .hs-menu-wrapper>ul ul li:before {
  content: "";
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: 0px;
  border-left: 0px;
  width: 6px;
  height: 6px;
  top: 52%;
  left: 0px;
  transform: translateY(-50%) rotate(-45deg);
  border-radius: 0;
}


.footer .footer-menu .hs-menu-wrapper>ul ul li a {
  color: #fff;
  font-size: 14px;
}

.footer .footer-menu .hs-menu-wrapper>ul ul li a:hover {
  color: hsla(0,0%,100%,.7);
}

.footer .contact-details p {
  padding-bottom: 1em;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
}

.footer .contact-details p a {
  color: #fff;
  font-weight: bold;
}

.footer  form input[type=email],
.footer  form input[type=text]{
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
  display: inline-block;
  background-color: #f5f8fa;
}

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

.footer form label {
  color: #fff;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}

.footer .input,
.footer form .hs-richtext {
  width: 100%;
  max-width:300px;
}

.footer form .hs-richtext,
.footer form .hs-richtext p {
  font-family: Open Sans;
  color: #FFFFFF;
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 24px;
}

.footer ul.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  padding-top: 6px;
}

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

.footer .legal-consent-container .hs-form-booleancheckbox-display p {
  font-family: Open Sans;
  color: #FFFFFF;
  font-size: 12px;
}



.footer form .hs-richtext:first-child {
  margin-top: 12px;
  margin-bottom: 12px;
}


.footer .legal-consent-container p {
  margin: 12px 0;
}


.footer form .hs-richtext p a {
  color: #98cdcf;
  text-decoration: underline;
}

.footer .legal-consent-container .hs-form-booleancheckbox-display>span,
.footer .legal-consent-container .hs-form-booleancheckbox-display>span p {
  position: relative;
  top: -2px;
  line-height: 18px;
  font-family: Open Sans;
  color: #FFFFFF;
  font-size: 12px;
}

.footer .legal-consent-container .hs-form-booleancheckbox-display>span p {
  margin-left: 0 !important;
}

.footer .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
  text-align: center;
  width: 100%;
  max-width:300px;
}

.footer  input.hs-button.primary.large {
  background: #98cdcf;
  border-color: #98cdcf;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-family: Open Sans;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
}

.footer .footer-menu .hs-menu-wrapper>ul ul li:last-child a {
  color: #68b631;
  border: 1px solid #68b631;
  height: auto;
  white-space: normal;
  word-wrap: break-word;
  padding: 0.8em 2em;
  font-size: 0.8em;
  line-height: 1.2;
  cursor: pointer;
  transition: 0.1s ease;
  background: #fff;
  display: inline-block;
}

.footer .footer-menu .hs-menu-wrapper>ul ul li:last-child {
  text-decoration: none;
}

.footer .footer-menu .hs-menu-wrapper>ul ul li:last-child a:hover {
  background: #68b631;
  color: #fff;
}

span.scroll_top {
  text-align: center;
  background: rgba(0,0,0,.4);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: -100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff;
  font-family: ETmodules;
  speak: none;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  box-sizing: border-box;
  direction: ltr;
  opacity: 1;
  opacity: 1;
  animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
  transition: .7s ease;
}

span.scroll_top:before {
  content: "2";
}

span.scroll_top.active {
  right: 0;
  transition: .7s ease;
}

.footer ul.no-list.hs-error-msgs.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  padding-top: 0;
}

.footer ul.no-list.hs-error-msgs.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}

.footer ul.no-list.hs-error-msgs.inputs-list li label {
  color: #f2545b;
  line-height: 18px;
  display: block;
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

span.scroll_top .active {
  animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
}

.footer input.hs-button.primary.large {
  font-weight: 900 !important;
  letter-spacing: -.4px;
  font-size: 14px;
  line-height: 14px;
  font-family: Open Sans;
}


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

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}
.footer input.hs-button.primary.large {
  font-weight: normal;
}

.footer form .inputs-list>li label {
  margin-bottom: -2px;
}
.footer .footer-menu .hs-menu-wrapper>ul ul li:hover {
    text-decoration: none;
}
@media (min-width: 981px){

  .footer .footer-column {
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .footer .footer-column {
    width: 31.333%;
  }

  .footer .footer-column:last-child {
    margin-right: 0;
  }
}

@media (max-width: 980px){
  .footer ul.et-social-icons {
    float: none;
    text-align: center;
    margin: 0 0 5px;
  }

  .footer .copyright {
    text-align: center;
    float: none;
  }

  .footer .footer-column {
    width: 53.5%;
  }

  .footer .footer-column:nth-child(2) {
    width: 46%;
  }

  .footer .footer-inner {
    padding: 8% 0;
  }
}

@media (max-width: 767px){

  .footer .footer-inner {
    padding: 10% 0;
  }

  .footer .footer-column:nth-child(2){
    width: 100%;
  }

  .footer .footer-column {
    margin-bottom: 7%;
    width: 100%;
  }

  .footer .actions,
  .footer .input,
  .footer form .hs-richtext {
    max-width: 100%;
    width: 100%;
  }
  .footer .footer-column:nth-child(1) {
    margin-bottom: 11%;
  }

}

.footer .input input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}

@media (max-width: 479px){

  .footer .footer-inner {
    padding: 12% 0;
  }

  .footer .footer-column {
    margin-bottom: 6%;
  }

  .footer .actions {
    margin-bottom: 14px;
  }

}
