.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  background-color: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
}

p {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 30px;
}

a {
  color: #cf171f;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

blockquote {
  margin-bottom: 30px;
  padding: 10px 20px 10px 50px;
  border-left: 3px solid #cf171f;
  font-size: 19px;
  line-height: 30px;
  font-style: italic;
}

.sc-container {
  position: relative;
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sc-container.breadcrumb-container {
  padding-right: 10px;
  padding-left: 10px;
}

.sc-container._700-container {
  max-width: 700px;
}

.sc-container._900-container {
  max-width: 900px;
}

.sc-container.article-container {
  position: relative;
  max-width: 850px;
  padding: 55px 50px 40px;
  background-color: #fff;
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.05);
}

.sc-container._900-container {
  max-width: 900px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sc-container.cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.sc-container.cards-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.sc-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  margin-top: -40px;
  padding-top: 15px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-logo {
  position: relative;
  z-index: 2000;
  width: 100%;
  max-height: 100%;
}

.sc-navbar {
  position: static;
  height: 70px;
  background-color: #fff;
}

.sc-nav-link {
  padding-top: 25px;
  padding-bottom: 18px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  font-size: 17px;
}

.sc-nav-link:hover {
  border-bottom-color: #cf171f;
}

.sc-nav-link.w--current {
  border-bottom-color: #cf171f;
  color: #222;
}

.sc-topnav {
  position: relative;
  z-index: 1100;
  background-color: #fff;
}

.sc-nav-menu {
  position: relative;
  margin-right: 50px;
  margin-bottom: 0px;
  padding-left: 0px;
  float: right;
  list-style-type: none;
}

.sc-topnav-menu {
  float: right;
}

.sc-topnav-link {
  display: inline-block;
  margin-left: 10px;
  padding: 8px 10px;
  color: #666;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.sc-search-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  padding: 0px;
  float: right;
  border-radius: 200px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Material design iconic font', sans-serif;
  color: #cf171f;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
}

.sc-search-button:hover {
  background-color: #cf171f;
  color: #fff;
}

.sc-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1200;
  width: 100%;
  box-shadow: 0 1px 12px -1px rgba(0, 0, 0, 0.2);
}

.sc-hidden-search {
  position: absolute;
  left: 0px;
  top: 100%;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 0px;
  opacity: 1;
}

.sc-hidden-search-container {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-radius: 200px;
}

.sc-search-field {
  min-height: 50px;
  margin-bottom: 0px;
  padding-left: 30px;
  border-style: none;
  border-radius: 200px;
  background-color: #757575;
  color: #fff;
  font-size: 18px;
}

.sc-hidden-search-inner {
  display: block;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.8);
}

.sc-hidden-search-button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  padding: 0px 30px;
  background-color: transparent;
  font-family: 'Material design iconic font', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 50px;
  text-decoration: none;
}

.sc-hidden-search-button:hover {
  background-color: #cf171f;
}

.sc-aktuelt-section {
  padding: 70px 20px;
  background-color: #f5f5f5;
}

.sc-post-heading {
  margin-bottom: 15px;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.sc-post-intro {
  margin-top: 5px;
  color: #666;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.sc-center-button-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.sc-button {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #cf171f;
  border-radius: 200px;
  background-color: #cf171f;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.sc-button:hover {
  background-color: transparent;
  color: #cf171f;
}

.sc-button.ghost-button {
  border-color: #cf171f;
  background-color: transparent;
  color: #333;
}

.sc-button.ghost-button:hover {
  background-color: #cf171f;
  color: #fff;
}

.sc-button.margin-right {
  margin-right: 10px;
}

.sc-button.submit-button {
  float: right;
}

.sc-section-heading-wrapper {
  margin-bottom: 60px;
  text-align: center;
}

.sc-section-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: none;
}

.sc-section-heading.white-heading {
  color: #fff;
}

.sc-keynumbers-section {
  position: relative;
  overflow: hidden;
  min-height: 450px;
}

.sc-keynumbers-background {
  position: absolute;
  width: 100%;
  height: 130%;
  background-image: url('../images/clouds-country-cropland-974314.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.sc-keynumbers-text-wrapper {
  position: relative;
  z-index: 100;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.sc-split-section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  background-color: #fff;
}

.sc-split-section-1-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.sc-split-section-1-left {
  position: relative;
  overflow: hidden;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.sc-split-section-1-right-inner {
  max-width: 560px;
  padding-left: 60px;
}

.sc-split-section-1-left-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 170%;
  background-image: url('../images/arm-asia-bread-226615.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.sc-footer {
  padding-top: 60px;
  background-color: #333;
  text-align: left;
}

.sc-footer-heading {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sc-footer-ul {
  margin-bottom: 0px;
  padding-left: 0px;
  color: #ccc;
}

.sc-footer-ul-li {
  position: relative;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-left: 25px;
  line-height: 20px;
}

.sc-footer-li-icon {
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  font-family: 'Material design iconic font', sans-serif;
}

.sc-footer-link {
  display: block;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ccc;
  text-decoration: none;
}

.sc-footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.sc-footer-icons {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 200px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Material design iconic font', sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.sc-footer-icons:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.sc-ul {
  margin-bottom: 30px;
  padding-left: 0px;
}

.sc-ul-li {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 25px;
}

.sc-li-icon {
  position: absolute;
  left: 0px;
  top: 10px;
  display: inline-block;
  font-family: 'Material design iconic font', sans-serif;
  color: #cf171f;
  font-size: 8px;
}

.sc-subfooter {
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #222;
}

.sc-subfooter-link {
  display: inline-block;
  color: #ccc;
  text-decoration: none;
}

.sc-subfooter-link:hover {
  color: #fff;
  text-decoration: underline;
}

.sc-subfooter-link.float-right {
  float: right;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sc-subfooter-link.float-right:hover {
  color: #ccc;
  text-decoration: none;
}

.sc-subfooter-link.right {
  display: inline-block;
}

.sc-breadcrumb-wrapper {
  padding: 20px 0px 10px;
}

.sc-breadcrumb-link {
  display: inline-block;
  float: none;
  color: #333;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: none;
}

.sc-breadcrumb-link:hover {
  text-decoration: underline;
}

.sc-breadcrumb-link.active-breadcrumb {
  color: #666;
  font-weight: 400;
}

.sc-breadcrumb-divider {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  float: none;
  font-family: 'Material design iconic font', sans-serif;
  color: #333;
  line-height: 28px;
}

.sc-main-content {
  padding: 0px 0px 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sc-main-content.padded {
  padding-right: 10px;
  padding-bottom: 50px;
  padding-left: 10px;
}

.sc-artikkel-intro {
  font-size: 20px;
  font-weight: 600;
}

.sc-artikkel-intro.white-intro {
  color: #fff;
}

.sc-blockquote-site {
  display: block;
  margin-top: 25px;
  color: #cf171f;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
}

.sc-accordian-wrapper {
  margin-bottom: 50px;
}

.sc-accordian-item {
  border-bottom: 1px solid #ddd;
}

.sc-accordian-button {
  position: relative;
  display: block;
  padding: 20px 30px 20px 20px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.sc-accordian-button.active-step {
  color: #cf171f;
}

.sc-accordian-button-text {
  display: inline-block;
  padding-top: 11px;
  padding-bottom: 11px;
  float: none;
}

.sc-accordian-text-wrapper {
  display: none;
  overflow: hidden;
  height: 0px;
}

.sc-accordian-text-wrapper.open {
  display: block;
  height: auto;
}

.sc-accordian-text-wrapper-inner {
  padding: 20px;
  background-color: #fff;
}

.sc-accordian-button-arrow {
  position: absolute;
  top: 20px;
  right: 0px;
  display: inline-block;
  width: 40px;
  height: 40px;
  float: right;
  font-family: 'Material design iconic font', sans-serif;
  color: #cf171f;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

.sc-tags-wrapper {
  margin-bottom: 30px;
}

.sc-tag {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 4px 15px;
  border: 1px solid #ddd;
  border-radius: 200px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.sc-tag:hover {
  border-color: #cf171f;
  background-color: #cf171f;
  color: #fff;
}

.sc-tags-heading {
  margin-bottom: 30px;
  font-size: 16px;
}

.sc-some-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #ddd;
  text-align: left;
}

.sc-some-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #ddd;
  border-radius: 200px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Material design iconic font', sans-serif;
  color: #cf171f;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.sc-some-icon:hover {
  border-color: #cf171f;
  background-color: #cf171f;
  color: #fff;
}

.share-heading {
  display: inline-block;
  margin-right: 15px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
}

.sc-sidebar-nav {
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: none;
}

.sc-sidebar-nav-heading {
  display: block;
  padding: 20px;
  background-color: #cf171f;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.sc-sidebar-nav-link {
  position: relative;
  display: block;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.sc-sidebar-nav-link:hover {
  background-color: rgba(41, 128, 185, 0.1);
}

.sc-sidebar-nav-link.level-1 {
  border-bottom: 1px solid #ddd;
}

.sc-sidebar-nav-link.level-1.last {
  border-bottom-style: none;
}

.sc-sidebar-nav-link.active {
  border-left: 2px solid transparent;
  background-color: rgba(41, 128, 185, 0.1);
  color: #cf171f;
}

.sc-sidebar {
  margin-left: 20px;
}

.sc-sidebar-inner {
  padding: 10px 20px;
}

.sc-sidebar-nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sc-sidebar-nav-link-wrapper:hover {
  background-color: rgba(41, 128, 185, 0.09);
  color: #cf171f;
}

.sc-sidebar-nav-link-wrapper.last-sidebar-link {
  border-bottom-style: none;
}

.sc-sidebar-nav-link-wrapper.active-sidebar-link {
  background-color: rgba(41, 128, 185, 0.1);
  color: #cf171f;
}

.sc-sidebar-arrow-link {
  display: inline-block;
  float: right;
  font-family: 'Material design iconic font', sans-serif;
  color: #cf171f;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.sc-sidebar-block {
  margin-bottom: 30px;
  padding: 30px;
  border-bottom: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: none;
}

.sc-sidebar-block.arkiv-filter {
  margin-left: 20px;
  background-color: #fff;
}

.sc-sidebar-block.arkiv-filter {
  margin-left: 0px;
  background-color: #fff;
}

.sc-sidebar-heading {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.sc-sidebar-divider {
  width: 50px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: #cf171f;
}

.sc-sidebar-link {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 15px;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.sc-sidebar-link:hover {
  text-decoration: underline;
}

.sc-sidebar-link-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: 'Material design iconic font', sans-serif;
  color: #cf171f;
  font-size: 18px;
}

.sc-sidebar-contact-image {
  position: absolute;
  left: 10px;
  top: 20px;
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 200px;
}

.sc-sidebar-contact-image.alt-2 {
  left: 25px;
  top: 40px;
}

.sc-employee-name {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-left: 110px;
}

.sc-employee-title {
  min-height: 40px;
  margin-bottom: 10px;
  color: #666;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 110px;
}
.sc-employee-desc {
  min-height: 40px;
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: none;
  padding-left: 30px;
  padding-top: 15px;
}

.sc-employee-number {
  margin-bottom: 0px;
  color: #333;
  text-decoration: none;
}

.sc-sidebar-nav-level-2 {
  padding-top: 0px;
  padding-left: 30px;
  border-bottom: 1px solid #ddd;
}

.sc-sidebar-nav-level-2.hidden {
  display: none;
}

.sc-portal-hero {
  height: 400px;
  background-image: url('../images/clouds-country-cropland-974314.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sc-centered-intro {
  text-align: center;
}

.sc-portal-link-wrapper {
  margin-top: 70px;
}

.portal-main {
  padding: 60px 20px 90px;
  background-color: #f5f5f5;
}

.sc-contact-person {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 35px 15px 30px 0px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  text-decoration: none;
  min-height: 260px;
}

.sc-contact-person:hover {
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.14);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.sc-ansatt-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
}

.sc-ansatt-image-large {
  overflow: hidden;
  width: 40%;
  border-radius: 200px;
}

.sc-ansatt-meta-inner {
  min-height: 20px;
  padding-right: 19px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sc-work-meta-text {
  margin-bottom: 30px;
  font-size: 16px;
}

.sc-work-meta-text.less-margin {
  margin-bottom: 5px;
}

.sc-work-email {
  display: block;
  margin-bottom: 5px;
  color: #333;
}

.sc-topnav-dropdown-toggle {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #666;
  font-size: 13px;
  text-transform: uppercase;
}

.sc-topnav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
}

.sc-topnav-dropdown-link.active {
  background-color: rgba(41, 128, 185, 0.1);
}

.sc-topnav-dropdown.w--open {
  padding: 20px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 44px 0 rgba(0, 0, 0, 0.1);
}

.sc-sidebar-nav-level-3 {
  padding-left: 60px;
}

.sc-menu-push {
  height: 110px;
}

.sc-email-lightbox {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1400;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.sc-email-lightbox-inner {
  position: relative;
  max-width: 90%;
  min-height: 200px;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}

.sc-close-lightbox {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 200px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Material design iconic font', sans-serif;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  cursor: pointer;
}

.sc-close-lightbox:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sc-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sc-pagination-wrapper.margin-top-70 {
  margin-top: 70px;
}

.sc-pagination-wrapper.margin-top-70 {
  margin-top: 50px;
}

.sc-pagination-icon {
  margin-right: 10px;
  margin-left: 10px;
  font-family: 'Material design iconic font', sans-serif;
}

.sc-mobile-nav-link {
  display: none;
}

.sc-text-field {
  min-height: 44px;
  margin-bottom: 20px;
  padding-left: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}

.sc-text-field:focus {
  border-color: #cf171f;
}

.sc-text-field.custom-field-label {
  margin-bottom: 0px;
  border-style: none solid;
  border-radius: 0px;
}

.sc-text-field.custom-field-label:focus {
  border-top-style: solid;
  border-bottom-style: solid;
}

.sc-text-area {
  min-height: 150px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.sc-text-area:focus {
  border-color: #cf171f;
}

.sc-custom-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.sc-custom-input-text {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #eee;
  line-height: 44px;
  text-align: center;
}

.sc-checkbox-wrapper {
  margin-bottom: 20px;
}

.sc-checkbox-field {
  display: inline-block;
  margin-right: 25px;
}

.sc-radiobutton-wrapper {
  margin-bottom: 20px;
}

.sc-radiobutton-field {
  display: inline-block;
  margin-right: 25px;
}

.sc-select-field {
  margin-bottom: 20px;
}

.submit-button-wrapper {
  clear: both;
}

.cs-slide-carousel {
  width: 33.333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sc-carousel-1-content {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: url('../images/pexels-photo-1120162.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.sc-carousel-2-content {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: url('../images/Split2.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.sc-carousel-3-content {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: url('../images/split1.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.sc-stepform-wrapper {
  border-radius: 10px;
  background-color: #fff;
}

.sc-form-step {
  width: 46px;
  height: 46px;
  margin-right: 30px;
  float: left;
  border: 1px solid #ddd;
  border-radius: 200px;
  color: #666;
  line-height: 45px;
  text-align: center;
}

.sc-form-step.active-step {
  border-color: #cf171f;
  color: #cf171f;
}

.sc-step-item {
  border-bottom: 1px solid #eee;
}

.sc-divider {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 40px;
  background-color: #ddd;
}

.sc-post-4 {
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.sc-post-4:hover {
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.14);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.d-51-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 360px;
  min-width: 320px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 80px 80px 80px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.d-64-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 360px;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Split2.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Split2.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.sc-portal-link {
  display: block;
  min-height: 470px;
  margin-bottom: 20px;
  padding: 40px 40px 50px;
  border-bottom: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  text-align: center;
  text-decoration: none;
}
.page-id-17 .sc-portal-link{
    min-height: 565px;
}

.sc-portal-link:hover {
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.14);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.sc-portal-link-image {
  display: inline-block;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin-bottom: 30px;
  border-radius: 200px;
}

.sc-portal-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sc-portal-col {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33%;
  -ms-flex: 0 33.33%;
  flex: 0 33.33%;
}

.d-65-open-line {
  position: absolute;
  width: 100px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.d-65-open-line.vertical {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.demo-p.arrow {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 10px;
  font-size: 19px;
  text-align: left;
}

.demo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-2 {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
}

.instructions-wrapper {
  position: absolute;
  left: auto;
  top: -140px;
  right: auto;
  bottom: auto;
  display: none;
  margin-top: auto;
  margin-left: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.d-65-buttons-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 360px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.d-65-icon-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/about2.svg');
  background-position: 50% 20%;
  background-size: 40px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.d-65-icon-2._2 {
  background-image: url('../images/003-boat.svg');
  background-position: 50% 20%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.d-65-icon-2._3 {
  background-image: url('../images/001-tractor.svg');
  background-position: 50% 20%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.d-65-icon-2._4 {
  background-image: url('../images/002-envelope.svg');
  background-position: 50% 20%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.d-65-icon-wrapper-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  height: 170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(207, 23, 31, 0.8);
  color: #fff;
  text-decoration: none;
}

.d-65-icon-wrapper-2:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
  color: #222;
}

.d-65-icon-wrapper-2.bottom-left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.d-65-icon-wrapper-2.bottom-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.d-65-icon-wrapper-2.top-right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.d-65-background-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 10px;
  background-color: #cf171f;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.ng-feature {
  position: relative;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.ng-feature-icon {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-bottom: 1px solid #ccc;
  border-radius: 200px;
  background-color: hsla(0, 0%, 100%, 0.8);
  font-family: 'Material design iconic font', sans-serif;
  color: #cf171f;
  font-size: 25px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
}

.ng-feature-heading {
  margin-bottom: 20px;
  color: #333;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.flip-icon {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 200px;
  background-color: #fff;
  background-image: url('../images/flip2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Material design iconic font', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.card-text-wrapper {
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

.fruit-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  text-decoration: none;
}

.fruit-link-wrapper.last {
  border-bottom-style: none;
}

.fruit-image {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.small-divider {
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;
  background-color: #cf171f;
}

.sc-split-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  background-color: #fff;
}

.sc-split-section-2-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.sc-split-section-2-left-inner {
  width: 560px;
  padding-right: 60px;
}

.sc-split-section-2-right {
  position: relative;
  overflow: hidden;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.sc-split-section-2-right-inner {
  position: absolute;
  width: 100%;
  height: 150%;
  background-image: url('../images/water.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.distributors {
  padding: 70px 19px;
}

.body {
  font-family: Lato, sans-serif;
}

.pre-heading {
  color: #cf171f;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.features-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.ng-post-list-4-wrapper {
  position: relative;
  height: 480px;
  margin-bottom: 40px;
  clear: both;
}

.ng-right-image {
  width: 60%;
  height: 480px;
  float: right;
  clear: both;
  background-image: url('../images/adults-beverage-brainstorming-567633.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.ng-left-text-wrapper {
  position: absolute;
  left: 0px;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 420px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
  box-shadow: none;
}

.ng-post-heading {
  margin-top: 0px;
  font-size: 26px;
  font-weight: 400;
}

.ng-post-list-4-link {
  text-decoration: none;
}

.ng-post-list-4-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-width: 1px;
  border-color: #bbb;
  border-radius: 200px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
  font-family: 'Material design iconic font', sans-serif;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.heading-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 10px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-row-text {
  margin-right: 20px;
  color: #cf171f;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-line {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ccc;
  color: #ccc;
}

.list-unstyled {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.list-unstyled-item {
  display: inline-block;
}

.list-unstyled-item-top {
  display: inline-block;
}

.sc-post-thumb-image-2 {
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.sc-post-thumb-image-2:hover {
  opacity: 0.4;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.pagination-button-2 {
  display: inline-block;
  width: auto;
  min-width: 47px;
  margin: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #102b45;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.pagination-button-2:hover {
  background-color: #cf171f;
  color: #fff;
}

.pagination-button-2.active {
  background-color: #cf171f;
  color: #fff;
}

.pagination-button-2.forward {
  padding-right: 10px;
  color: #666;
  font-size: 15px;
}

.pagination-button-2.forward:hover {
  color: #fff;
}

.pagination-button-2.forward.last {
  padding-left: 20px;
  border-radius: 50px;
}

.pagination-button-2.back {
  padding-left: 10px;
  color: #666;
  font-size: 15px;
}

.pagination-button-2.back:hover {
  color: #fff;
}

.pagination-button-2.back.rounded {
  padding-right: 20px;
  border-radius: 50px;
}

.sc-post-intro-2 {
  margin-top: 5px;
  color: #666;
  font-size: 15px;
  line-height: 24px;
}

.sc-filter-month-2 {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.sc-filter-month-2:hover {
  background-color: rgba(41, 128, 185, 0.1);
}

.sc-filter-month-2.show-all {
  color: #cf171f;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.sc-sidebar-divider-2 {
  width: 50px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #102b45;
}

.sc-custom-col-padded-2 {
  display: inline-block;
  min-height: 20px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  float: none;
}

.sc-post-text-wrapper-2 {
  min-height: 280px;
  padding: 40px 40px 50px;
}

.sc-post-text-wrapper-2.search-list {
  min-height: auto;
}

.filter-amount-2 {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 50px;
  background-color: #f5f5f5;
  color: #666;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.sc-post-thumb-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 225px;
  background-color: #000;
}

.sc-post-5 {
  overflow: hidden;
  margin-bottom: 0px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  text-decoration: none;
}

.sc-post-5:hover {
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.14);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.sc-post-heading-2 {
  overflow: hidden;
  margin-bottom: 5px;
  color: #333;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.sc-post-meta-2 {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 5px;
  color: #666;
  font-size: 15px;
  font-style: italic;
}

.sc-historielinje-top-section-2 {
  padding: 60px 10px 40px;
  background-color: #fafafa;
}

.search-word {
  border-bottom: 5px dotted #102b45;
  color: #102b45;
}

.pagination-button-3 {
  display: inline-block;
  width: auto;
  min-width: 47px;
  margin: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #102b45;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.pagination-button-3:hover {
  background-color: #cf171f;
  color: #fff;
}

.pagination-button-3.active {
  background-color: #cf171f;
  color: #fff;
}

.pagination-button-3.forward {
  padding-right: 10px;
  color: #666;
  font-size: 15px;
}

.pagination-button-3.forward:hover {
  color: #fff;
}

.pagination-button-3.forward.last {
  padding-left: 20px;
  border-radius: 50px;
}

.pagination-button-3.back {
  padding-left: 10px;
  color: #666;
  font-size: 15px;
}

.pagination-button-3.back:hover {
  color: #fff;
}

.pagination-button-3.back.rounded {
  padding-right: 20px;
  border-radius: 50px;
}

.search-no-results {
  text-align: center;
}

.card-wrapper {
  margin: 10px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.flip-card {
  position: relative;
  width: 330px;
  height: 300px;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  cursor: default;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-card:hover {
  -webkit-transform: rotateX(0deg) rotateY(10deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(10deg) rotateZ(0deg);
}

.flip-card-front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  padding: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  cursor: pointer;
}

.flip-card-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.epost {
  color: #ccc;
  text-decoration: none;
}

.epost:hover {
  text-decoration: underline;
}

.footer-coretrek {
  color: #ccc;
  text-decoration: none;
}

.footer-coretrek:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-cms {
  color: #ccc;
  text-decoration: none;
}

.footer-cms:hover {
  color: #fff;
  text-decoration: underline;
}

.image {
  margin-bottom: -80px;
}

.column {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ng-feature-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.ng-feature-link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.flip-icon-front {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 200px;
  background-color: #fff;
  background-image: url('../images/flip2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Material design iconic font', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.distributor {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.distributor:hover {
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.14);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.dist-country {
  margin-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  color: #cf171f;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph {
  width: 33%;
  float: left;
}

.dist-text {
  margin-bottom: 0px;
  float: left;
  font-size: 15px;
  line-height: 22px;
}

.dist-name {
  margin-top: 10px;
}

.dist-column {
  width: 33%;
  padding-right: 20px;
  padding-bottom: 20px;
  float: left;
}

.dist-area {
  position: absolute;
  left: auto;
  top: 0%;
  right: -10px;
  bottom: auto;
  margin-right: 10px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  border-bottom-left-radius: 10px;
  background-color: #cf171f;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.dist-area.industrial {
  background-color: #333;
  text-transform: uppercase;
}

.dist-area.and {
  background-color: #666;
}

.content {
  padding-right: 10px;
  padding-left: 10px;
}

.uu-link {
  position: absolute;
  top: -100px;
  height: 44px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #cf171f;
  color: #fff;
  line-height: 44px;
  text-decoration: none;
}

.uu-link:focus {
  top: auto;
  z-index: 99999;
  display: block;
}

.sc-mob-nav-list {
  display: none;
  overflow: hidden;
  margin-bottom: 0px;
  padding-left: 0px;
  background-color: #444;
  list-style-type: none;
}

.sc-mob-nav-item {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
}

.sc-mob-nav-item.menu-item-has-children {
  background-color: transparent;
  background-image: url('../images/menu-arrow-down.svg');
  background-position: 99% 12px;
  background-size: 44px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  cursor: pointer;
}

.sc-mob-nav-link {
  margin: 15px;
  padding: 5px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
}

.sc-mob-nav-link:hover {
  display: inline-block;
  border-bottom-color: #fff;
}

.sc-mob-nav-link.w--current {
  border-bottom-color: #d14d42;
  color: #222;
}

.sub-menu {
  display: block;
  overflow: hidden;
  height: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  background-color: rgba(209, 77, 66, 0.6);
}

@media (max-width: 991px) {
        .sc-employee-title, .sc-employee-name, .sc-employee-desc{
        padding-left:0;
        padding-top:0;
        min-height:0px;
        margin-bottom:5px;     
    }
  .sc-container._900-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sc-logo-wrapper {
    width: 70px;
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .sc-navbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sc-nav-link {
    display: block;
    padding: 15px 30px;
    border-bottom-width: 1px;
    border-bottom-color: #eee;
    font-size: 16px;
  }
  .sc-nav-link.w--current {
    padding-left: 50px;
    background-image: url('../images/current.svg');
    background-position: 28px 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    color: #cf171f;
  }
  .sc-menu-text {
    display: inline-block;
    margin-right: 9px;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
  }
  .sc-menu-icon {
    display: inline-block;
    font-family: 'Material design iconic font', sans-serif;
    color: #cf171f;
  }
  .sc-topnav {
    display: none;
  }
  .sc-nav-menu {
    width: 100%;
    min-width: 280px;
    margin-right: 0px;
    border-top: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 22px 50px 0 rgba(0, 0, 0, 0.2);
  }
  .sc-search-button {
    position: static;
  }
  .menu-button {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #cf171f;
  }
  .sc-hidden-search {
    height: auto;
    opacity: 1;
  }
  .sc-hidden-search-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sc-split-section-1-right-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .sc-footer-content {
    margin-bottom: 50px;
  }
  .sc-subfooter {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sc-some-wrapper {
    margin-bottom: 35px;
  }
  .sc-sidebar-nav {
    display: none;
  }
  .sc-sidebar {
    margin-left: 0px;
    padding-top: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .sc-sidebar-block.arkiv-filter {
    margin-left: 0px;
  }
  .sc-sidebar-block.arkiv-filter {
    margin-left: 0px;
  }
  .sc-sidebar-contact-image.alt-2 {
    left: 15px;
    top: 20px;
    width: 60px;
    height: 60px;
  }
  .sc-portal-hero {
    height: 280px;
  }
  .sc-contact-person {
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 91px;
  }
  .sc-menu-push {
    height: 70px;
  }
  .sc-mobile-nav-link {
    display: block;
    padding: 15px 40px 15px 50px;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #333;
    text-align: left;
    text-decoration: none;
  }
  .sc-mobile-nav-link:hover {
    background-color: rgba(41, 128, 185, 0.1);
  }
  .sc-mobile-nav-link.back {
    padding-left: 20px;
    background-color: #f5f5f5;
  }
  .sc-mobile-nav-link.back:hover {
    background-color: #ddd;
  }
  .sc-mobile-nav-link.active {
    padding-left: 20px;
    color: #cf171f;
  }
  .sc-mobile-nav-link.language-mobile {
    background-color: #f5f5f5;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .sc-mobile-nav-link.language-mobile:hover {
    background-color: #ddd;
  }
  .sc-mobile-nav-icon {
    width: 20px;
    margin-right: 10px;
    float: left;
    font-family: 'Material design iconic font', sans-serif;
    font-size: 20px;
    text-align: center;
  }
  .sc-mobile-nav-arrow {
    display: inline-block;
    float: right;
    font-family: 'Material design iconic font', sans-serif;
    font-size: 20px;
  }
  .d-51-card {
    min-width: 320px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .d-64-card-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sc-portal-link-image {
    width: 100px;
    height: 100px;
  }
  .sc-portal-col {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .demo-wrapper {
    margin-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-2 {
    margin-right: 0px;
  }
  .instructions-wrapper {
    position: relative;
    left: -25px;
    top: 0%;
    display: none;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .d-65-background-2 {
    background-color: #cf171f;
  }
  .sc-split-section-2-left-inner {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .list-unstyled {
    display: none;
  }
  .list-unstyled-item {
    display: block;
  }
  .list-unstyled-item-top {
    display: block;
  }
  .sc-post-thumb-2 {
    height: 140px;
  }
  .sc-mob-nav-list {
    display: block;
    overflow: scroll;
    text-align: left;
  }
  .sc-mob-nav-item {
    display: block;
    border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  }
  .sc-mob-nav-link {
    display: inline-block;
  }
  .sc-mob-nav-link.w--current {
    border-bottom-color: #fff;
    color: #fff;
  }
  .sub-menu {
    display: block;
    background-color: rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 767px) {
  .sc-post-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .sc-section-heading-wrapper {
    margin-bottom: 40px;
  }
  .sc-section-heading {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }
  .sc-split-section-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sc-split-section-1-left {
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sc-accordian-button {
    padding-right: 0px;
  }
  .sc-accordian-button-text {
    font-size: 16px;
  }
  .sc-some-icon {
    width: 35px;
    height: 35px;
    margin-right: 0px;
    font-size: 15px;
    line-height: 35px;
  }
  .some-icons {
    margin-left: 40px;
  }
  .share-heading {
    display: inline-block;
    margin-left: 0px;
  }
  .sc-portal-hero {
    height: 200px;
  }
  .d-51-card {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sc-portal-link {
    min-height: auto;
  }
  .sc-portal-link-image {
    width: 170px;
    height: 170px;
  }
  .sc-portal-col {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .instructions-wrapper {
    margin-left: 0px;
  }
  .background-video {
    height: 550px;
  }
  .sc-split-section-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sc-split-section-2-right {
    height: 300px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .features-row {
    display: block;
  }
  .ng-left-text-wrapper {
    height: auto;
    padding: 50px 25px;
  }
  .ng-post-heading {
    font-size: 22px;
  }
  .ng-post-list-4-link {
    left: 25px;
  }
  .pagination-button-2.forward {
    display: none;
  }
  .pagination-button-2.back {
    display: none;
  }
  .sc-custom-col-padded-2 {
    padding-right: 0px;
  }
  .sc-post-text-wrapper-2 {
    padding: 25px;
  }
  .sc-post-thumb-2 {
    height: 300px;
  }
  .sc-post-heading-2 {
    font-size: 16px;
    line-height: 24px;
  }
  .pagination-button-3.forward {
    display: none;
  }
  .pagination-button-3.back {
    display: none;
  }
  .dist-column {
    width: 50%;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 17px;
  }
  h6 {
    font-size: 15px;
  }
  p {
    font-size: 15px;
    line-height: 24px;
  }
  .sc-logo-wrapper {
    padding-left: 0px;
  }
  .menu-button {
    padding-left: 10px;
  }
  .sc-section-heading {
    font-size: 25px;
    line-height: 35px;
  }
  .sc-ul-li {
    font-size: 16px;
    line-height: 22px;
  }
  .sc-subfooter-link.float-right {
    float: none;
  }
  .sc-artikkel-intro {
    font-size: 18px;
  }
  .sc-accordian-button {
    padding-right: 0px;
  }
  .sc-accordian-button-text {
    font-size: 15px;
  }
  .sc-tag {
    font-size: 14px;
  }
  .some-icons {
    margin-left: 25px;
  }
  .share-heading {
    margin-right: 10px;
  }
  .sc-sidebar-heading {
    font-size: 18px;
    line-height: 1.2;
  }
  .sc-employee-name {
    font-size: 16px;
  }
  .block-quote {
    font-size: 17px;
    line-height: 26px;
  }
  .sc-ansatt-image-large {
    width: 25%;
  }
  .sc-ansatt-meta-inner {
    padding-left: 20px;
  }
  .d-51-card {
    width: 320px;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .d-64-card-wrapper {
    width: 320px;
  }
  .demo-wrapper {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-2 {
    margin-top: 0px;
    margin-right: 0px;
  }
  .instructions-wrapper {
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .d-65-buttons-wrapper-2 {
    width: 240px;
    height: 240px;
  }
  .d-65-icon-2 {
    font-size: 16px;
  }
  .d-65-icon-wrapper-2 {
    width: 110px;
    height: 110px;
  }
  .background-video {
    height: 400px;
  }
  .distributors {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ng-post-list-4-wrapper {
    margin-right: 10px;
    margin-bottom: 63px;
    margin-left: 10px;
  }
  .ng-right-image {
    width: 100%;
    height: 200px;
    float: none;
  }
  .ng-left-text-wrapper {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
  }
  .heading-row-text {
    font-size: 12px;
  }
  .pagination-button-2.forward {
    display: none;
  }
  .pagination-button-2.back {
    display: none;
  }
  .sc-custom-col-padded-2 {
    width: 100%;
  }
  .sc-post-thumb-2 {
    height: 150px;
  }
  .pagination-button-3.forward {
    display: none;
  }
  .pagination-button-3.back {
    display: none;
  }
  .dist-country {
    margin-top: 5px;
  }
  .dist-column {
    width: 100%;
    padding-right: 0px;
    text-align: left;
  }
}

.arkiv-filter button{
    background: #cf171f;
    color: #FFF;
}
.arkiv-filter button:hover{
    opacity: 0.9;
}

@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}