






.news-img {
  object-fit: cover;
  width: 100%;
  display: block;
  height: 240px;
}

:root {
  --font-clr: #232323;
  --footer-clr: #ffffff;
  --footer-bg: var(--secondary);
  --black: #232323;
  --blue: #50a1ff;
  --indigo: #6610f2;
  --purple: #926dde;
  --pink: #e83e8c;
  --red: #ff4954;
  --yellow: #ffba00;
  --green: #3cd458;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;

  --primary: #e94e1b;
  --secondary: #00262e;
  --dark-blue: #004955;
  --light-green: #00978f;
  --dark-grey: #bfbfc1;
  --light-grey: #e9eae8;
  --orange: #f08100;
  --lighter-blue: #F6F9FC;
  --primary-btn: var(--primary);
  --secondary-btn: var(--secondary);
  --tertiary-btn: var(--light-green);;
  --blue-btn: #00d4ff;
  --lighter-text: #d8e2f3;

  --success: #3cd458;
  --info: #926dde;
  --warning: #ffba00;
  --danger: #ff4954;
  --light: #f8f9fa;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --ff-body: 'Montserrat', sans-serif;
  --ff-heading: 'Montserrat', sans-serif;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.logo-footer {
  max-height: 200px;
}

.bg-lighterblue {
  background-color: var(--lighter-blue);
}

.lighter-text {
  color: var(--lighter-text);
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;

  border-bottom: 5px solid black;
}

/*.skew {
position: relative;
width: 100%;
}

.skew:after {
position: absolute;
width: 100%;
height: 100%;
background: #222;
z-index: -1;
bottom: 0;
content: '';
}

#test {
transform-origin: left bottom;
transform: skewY(-10deg);
}*/


.header h1 {
  font-size: clamp(2em,5vw,3em);
}

.footer {
  position: relative;
  z-index: 1;
}

.bg-darkblue.img-bg {
  background: var(--primary);
  position: relative;
  z-index: 0;
}

.bg-darkblue.img-bg::before {
  background: inherit;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 40px;
  z-index: -1;
  top: 40px;
}

/*.footer:before, 
.footer:after {
background: inherit;
content: '';
display: block;
height: 75%;
left: 0;
position: absolute;
right: 0;
z-index: -1;
}

.footer:before {
top: 0;
transform: skewY(-4deg);
transform-origin: 0% 0;
}

.footer:after {
bottom: 0;
transform: skewY(0deg);
transform-origin: 100%;
}*/


.s-div {
  position: relative;
  width: 100%;
  min-height: 400px;
  background: #fff;
}

.s-div:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: #0A2540;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: bottom right;
  transform: skewY(-7deg);
}

.s-div:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: bottom right;
  transform: skewY(0);
}

.t-skew-div {
  width: 100%;
  position: relative;

}
.test-skewed-div {
  background: #0A2540;
  color: #fff;
  /*position: relative;*/
  z-index: 10;
  /*  width: 100%;*/
}

.test-skewed-div:after {
  transform-origin: left bottom;
  transform: skewY(-7deg);
  background: #0A2540;
}
.he-120 {
  height: 100px !important;
}

.footer-bg {
  background: var(--footer-bg) !important;
  color: var(--footer-clr);
}

.hero-skew-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
  height: 30px;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  /*-webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);*/
  -webkit-transform: skewY(-7deg);
  transform: skewY(-7deg);
  z-index: 0;
}

.primary-clr {
  color: var(--primary);
}

.bg-img-center {
  background-position: center !important;
}

.text-darkblue {
  color: #152235 !important;
}

.text-blue {
  color: #1080f2 !important;
}
.bg-white {
  background: #fff !important;
}

.nav.flex-column .nav-link {
  font-size: 0.9375rem !important;
}

body {
  font-family: var(--ff-body);
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  color: var(--black);
  overflow-x: hidden;
}
.btn-info {
  background: #152235 !important;
  border-color:  #152235;
  color: #fff;
}
/* same as btn-primary? */
.btn-info:hover {
  background-color: #1080f2 !important;
  opacity: .9;
  color: white;
  border-color: #1080f2;
  border:0 px solid #1080f2;
  box-shadow: 0 0px 0px rgba(000,000,000,0);
}

.border-dark {
  border: 1px solid #1080f2;
}
.team-3 img {
  max-width: 210px !important;
  border-radius: 0;
}

.team-1 img {
  border-radius: 0;
}

.jumbotron {
  min-height: 50vh;
  margin-bottom: 0;
}

.text-white p {
  color: rgba(255, 255, 255, 1) !important;
}
.blog-list #email-925a74a5-fb14-4c51-b034-8368a37d82f7 {
  color: rgba(255, 255, 255, 1) !important;
}

.blog-posts a.read-more {
  text-decoration: none;
  position: relative;
  color: ;
}

.blog-posts a.read-more:after {
  border-radius: 1em;
  border-top: .1em solid ;
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  left: 0;
  transition: right .4s cubic-bezier(0,.5,0,1);
}

.blog-posts a.read-more:hover:after {
  right: 0;
}

.single-blog-post .hs-button {
  border-radius: 10rem;
  background: ;
  color: #fff;
}

.single-blog-post .hs-button:hover {
  background: transparent;
  border-color: ;
  color: ;
}

.follow-section ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.follow-section :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.follow-section ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.single-blog-post #email-925a74a5-fb14-4c51-b034-8368a37d82f7 {
  background: transparent;
  border: 1px solid #fff;
}

.form-container {
  padding: 1.5rem;
  background: #f4f4f4;
}


.logo-dark {
  width: /*auto;*/ 200px;
  height: /*55px;*/ auto;
  /* Fjernet 24.09.19 - TS */
  /* display: block !important;*/
}



.dropdown {
  position: static !important;
}

@media all and (min-width: 992px) {
  .navbar{ padding-top: 0; padding-bottom: 0; }
  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; padding:20px;  }
  .navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
}

.navbar {
  background: #fff;
}

.nav-mega .nav-link {
  color: /*#232323 !important;*/ /*#fff !important;*/
}
/*---------- HERO SECTION  ----------*/
.header {
  padding-top: 80px;
}

.hero-header {
  font-size: 54px;
  line-height: 1.2;
  /*color: #fff;*/
}

.hero-header-wrapper .fa .fa-play {
  font-size: 1.5rem;
}

.hero-sub-header {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}


.btn-lg {
  font-size: 1.1rem !important;
}

/* ---------- SEARCH BAR ---------- */
.nav__search-trigger {
  font-size: 16px;
  display: inline-block;
  width: 14px;
  color: #fff;
}

.nav-item-search__search-box {
  width: 400px;
  position: absolute;
  right: 0;
  top: 100%;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 5px;
  display: none;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.nav-item-search .fa-times {
  font-size: 20px;
  position: relative;
}

.hs-search-field__input {
  margin-bottom: 20px;
  padding: 10px;
}

.nav-item-search__search-box .hs-search-field__input {
  margin-bottom: 0;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
  border: 1px solid #ddd !important;
  border-top: 0 !important;
}

/*---------- SECTION FONTS  ----------*/
.section-header{
  font-size: 30px;
  color: ;
}

.section-header-big {
  font-size: 40px;
  color: ;
}

.intro-header {
  font-size: 14px;
  color: #f5f7f6;
  text-transform: uppercase;
  font-weight: 600;
}

.text-white a:not(.btn):not(.dropdown-item) {
  color: rgba(255, 255, 255, 1);
}

.text-white .btn-outline-light {
  color: rgba(255, 255, 255,1) !important;
  border-color: rgba(255,255, 255,1) !important;
}

/*---------- QUOTES ----------*/
.quote-header {
  font-size: 45px;
  color: #fff;
}

.quote-person {
  font-size: 14px;
  color: ;
}

.quotes-section .avatar-xl {
  height: 230px;
  width: 230px;
}

/*---------- MISC ----------*/



h1, .h1, h2, .h2, h3,.h3, h4, .h4, h5, .h5 {
  font-family: var(--ff-heading);
  font-weight: 700;
  font-style: normal;
}

a {
  color: var(--black); /*var(--dark-blue);*/
}

a:hover {
  color: #6e6e6e; 
}

.italic {
  font-style: italic;
}

.text-muted-color {
  text-transform: uppercase;
  color: #1080f2
}

.feature-1 .feature-icon {
  color: #34a99f;
}

/*------ navigation links ------*/
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.0625rem;
  line-height: 1;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-radius: .5rem;
  margin-right: 0 !important;
}

.hamburger-button {
  background: transparent !important;
  border: 1px solid transparent !important;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1) !important;
}

.nav-pills .nav-link.active {
  color: #fff;
  background: #1080f2;
}
.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}


/*---------- NAVBAR ----------*/

.mobile-nav.nav-navbar .nav {
  background-color: transparent !important;
}
.navbar {
  top: 0;
  min-height: 105px; 
}

.navbar-dark .nav-navbar>.nav-item>.nav-link {
  color: #43425d;
}


.nav-navbar .nav-link {
  letter-spacing: 0px;
  word-spacing: 1px;
  text-transform: unset;
  font-weight: 600 !important;
}


.navbar-scrolled [data-navbar="fixed"] {
  /*box-shadow: 0 5px 40px 0 rgba(0,0,0,.1);
  min-height: 80px;*/
  transition: min-height 0.5s ease-out;
  overflow: hidden;
}

.nav-navbar .nav .nav-link {
  font-weight: 600 !important;
  text-transform: none;
  padding-top: .25rem;
  padding-bottom: .25rem;
  letter-spacing: 0;
  /*color: rgba(255, 255, 255, 0.8);*/
  color: var(--font-clr);
}

.nav-navbar .nav {
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #fff;;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.04);
  box-shadow: 0 3px 29px rgba(0,0,0,0.08);
  border-radius: 6px;
}

.nav-navbar .nav h6 {
  font-weight: 600;
}

.nav-navbar.mobile-nav .nav .nav-link {
  color: #fff !important;
  background-color: var(--dark-blue) !important;
  font-size: 1.1rem;
}

.navbar-open .navbar .nav-navbar > .nav-item:hover > .nav-link {
  color: var(--primary) !important;
}

.navbar-open .navbar-expand-xl .navbar-mobile {
  background: var(--dark-blue);
  color: var(--primary);
}

.text-lightblue {
  color: var(--light-blue) !important;
}
.navbar-open .navbar .nav-navbar>.nav-item>.nav-link, .navbar-open .navbar .nav-navbar>.nav-link {
  color: #fff; /*#333*/
  font-size: 20px !important;
  padding-top: .3rem !important;
  padding-bottom: .3rem !important;
}

.navbar-open .navbar .nav-navbar>.nav-item>.nav-link:hover, .navbar-open .navbar .nav-navbar>.nav-link:hover {
  color: white;
}

.navbar-open .nav-navbar .nav .nav-link {
  /*font-size: 16px !important;*/
}

.navbar-dark .nav-navbar>.nav-item:hover>.nav-link {
  color: black;
}

.nav-navbar .nav .nav-link:hover {
  /*color: white;*/
}

.stick .nav__search-trigger {
  color: white;
}

.nav__search-trigger {
  color: black;
}

.navbar-light .nav__search-trigger {
  color: white;
}

.navbar-dark .hamburger__top-bun, .navbar-dark .hamburger__bottom-bun {
  background: black;
}

.stick .hamburger__top-bun, .stick .hamburger__bottom-bun {
  background: #fff;
}

.navbar-light .nav-navbar>.nav-item.show>.nav-link, .navbar-light .nav-navbar>.nav-item:hover>.nav-link, .navbar-light .nav-navbar>.nav-link.show, .navbar-light .nav-navbar>.nav-link:hover, .navbar-stick-light.stick .nav-navbar>.nav-item.show>.nav-link, .navbar-stick-light.stick .nav-navbar>.nav-item:hover>.nav-link, .navbar-stick-light.stick .nav-navbar>.nav-link.show, .navbar-stick-light.stick .nav-navbar>.nav-link:hover {
  /*color: var(--dark-blue);*/
}

.open .hamburger__top-bun, .open .hamburger__bottom-bun {
  background: white;
}

.navbar-light .navbar-toggler, .navbar-stick-light.stick .navbar-toggler {
  color: #fff;
}

.hamburger {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 40px;
  transition: all 0.25s;
}

.hamburger__top-bun,
.hamburger__bottom-bun {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  width: 30px;
  height: 2px;
  background: #fff;
  transform: rotate(0);
  transition: all 0.25s;
  top: 20px;
}

.hamburger:hover [class*="-bun"] {
  background: #999;
}

.hamburger__top-bun {
  top: 15px;
  transform: translateY(-3px);
}

.hamburger__bottom-bun {
  bottom: 30px;
  transform: translateY(3px);
}

.open {
  transform: rotate(90deg);
}

.open .hamburger__top-bun {
  transform: 
	rotate(45deg) 
	translateY(0px);
}

.open .hamburger__bottom-bun {
  transform: 
	rotate(-45deg) 
	translateY(0px);
  top: 15px;
}

.card-img-top {
  height: 276px;
  object-fit: cover;
}

.hs_contact_form #label-email-c1f2a060-8f76-4adc-ba26-cf5123899416_278 {
  display: none !important;
}

h1.system-error {
  font-family: Open Sans-condensed, sans-serif;
  font-size: 6vw;
  background-image: url('https://www.arexa.no/hubfs/Hero-frontbilde.jpg');
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  background-position: bottom;
  color: transparent !important;
  text-transform: uppercase;
}

h1.system-error-500 {
  font-family: Open Sans-condensed, sans-serif;
  font-size: 6vw;
  background-image: url('https://www.arexa.no/hubfs/Hero-frontbilde.jpg');
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  background-position: bottom;
  color: transparent !important;
  text-transform: uppercase;
}

/*.team-2 img {
max-height: 250px;
}*/


.loginform-wrapper {
  min-height: initial;
  padding: 3vw;
  max-width: 650px;
  margin: auto;
  border: 1px solid #ccc;
  background: #f9f9f9;
}

.loginform-wrapper #hs-pwd-widget-password {
  width: 100%;
  padding: 8px 26px 6px;
  height: unset !important;
}

.loginform-wrapper .hs-button {
  display: block;
  border-radius: 10rem;
  font-size: 15px;
  padding: 8px 26px 6px;
  text-transform: uppercase;
  width: 100%;
  background: var(--dark-blue);
  color: #fff;
}

.main-nav .navbar .navbar-dark .navbar-expand-xl .navbar-stick-light .hamburger__top-bun, .main-nav .navbar .navbar-dark .navbar-expand-xl .navbar-stick-light .hamburger__bottom-bun {
  background: black !important;
}


.accordion .card {
  border: 1px solid #f4f4f4 !important;
}
.accordion .card-title {
  background-color: #f4f4f4;
}

.bg-lightgrey .border-bottom {
  border-bottom: 1px solid #b5b2ac !important;
}

.offcanvas {
  background-color: #02081f;
}
/*
.customer-logos .customer-logo-img {
  height: 50px;
}
*/
.nav-bold-links {
  font-weight: 600 !important;
  font-size: 1rem !important;
}

.nav-navbar .nav-mega .nav {
  min-width: 35rem !important;
}

/*---------- BUTTONS ----------*/

@keyframes videopulse {

  0% {
	box-shadow: 0 0 0 0 rgba(110,255,211,.7), 0 0 0 0 rgba(110,255,211,.6);
  } 

  40% {
	box-shadow: 0 0 0 10px transparent, 0 0 0 0 rgba(110,255,211,.6);
  }

  80% {
	box-shadow: 0 0 0 10px transparent, 0 0 0 10px transparent;
  }

  100% {
	box-shadow: 0 0 0 0 transparent, 0 0 0 10px transparent;
  }
}





/*.avatar {
border-radius: unset !important;
}*/

.btn-pulse {
  animation: videopulse 3s linear infinite;
}

.btn-pulse:hover {
  animation: none;  
}

.btn-primary {
  background-color: var(--primary-btn); 
  color: #fff;
  border: 1px solid var(--primary-btn);
}

.btn-primary:hover {
  background-color: transparent;
  border: 1px solid var(--primary-btn);
  color: var(--primary-btn);
}

.btn-outline-primary {
  border: 1px solid var(--primary-btn);
  color: var(--primary-btn);
}

.btn-outline-primary:hover {
  background-color: var(--primary-btn);
  border: 1px solid var(--primary-btn);
  color: #fff;
}

.btn-secondary {
  background-color: var(--secondary-btn) !important;
  color: #fff !important;
}

.btn-secondary:hover {
  background-color: #fff !important;
  opacity: 0.9;
  color:  !important;
  border-color: ;
}

.btn-tertiary {
  background-color: var(--tertiary-btn) !important;
  color: #fff !important;
}

.btn-tertiary:hover {
  background-color: transparent !important;
  opacity: 1;
  color: var(--tertiary-btn) !important;
  border-color: var(--tertiary-btn) !important;
}

.btn-outline-tertiary {
  border: 1px solid var(--tertiary-btn) !important;
  color: var(--light-blue) !important;
}

.btn-outline-tertiary:hover {
  background-color: var(--tertiary-btn);
  border: 1px solid var(--tertiary-btn) !important;
  color: var(--dark-blue) !important;
}

.navbar-stick-dark .stick .btn-primary {
  background-color: ; 
  color: black;
  border: 1px solid ;
}
.navbar-stick-dark.stick.btn-primary:hover {
  background-color: ;
  border: 1px solid #fff;
  opacity: 0.9; 
  color: white;
}

.border-right {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 2px;
  border-style: solid;
  border-width: 0;
  border-color: #f5f6fa;
  border-color: rgba(245,246,250,1);
}

.btn-circle.btn-lg {
  border-radius: 50% !important;
}

.video-bg {
  background: #fff;
  padding: 10px;
}



/*----- FOOTER LINKS -----*/

.footer a {
  position: relative;
  display: inline-block;
  color: var(--footer-clr);
  text-decoration: none;
}

.footer {
  background: var(--footer-bg);
  color: var(--footer-clr);
}

.footer hr {
  border-top-color: unset;
  border-top: 1px solid #c6c6c6;
}

.footer a:hover {
  opacity: 1;
}

.footer a::after {
  content: '';
  position: relative;
  display: block;
  width: 0;
  height: 1px;
  margin-top: -3px;
  background-color: var(--footer-clr);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.footer .social a::after {
  content: '';
  position: relative;
  display: block;
  width: 0;
  height: 0px;
  margin-top: 0px;
  background-color: transparent;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.footer .nav-link {
  padding: 0;
}

.footer a:hover::after {
  width: 100%;
}



.footer a:not(.button) {
  color: var(--footer-clr);
  transition: all .2s ease-in-out;
}

/* footer test links style */
.animation {
  will-change: opacity, transform;
  opacity: 0;
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
.animation.left-to-right {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.btn-text.style4 .arrow {
  display: inline-flex;
  margin-left: 13px;
  position: relative;
  overflow: hidden;
  width: 15px;
}

.btn-text.style4 .arrow > div {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 32px;
  -moz-transform: translateX(-17px);
  -ms-transform: translateX(-17px);
  -webkit-transform: translateX(-17px);
  transform: translateX(-17px);
}

.btn-text.style4:hover .arrow > div {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.btn-text.style4 .arrow svg {
  width: 15px;
  height: auto;
}

.btn-text.style4 .arrow svg + svg {
  margin-left: 2px;
}

.btn-text.style4 .arrow svg:first-child {
  fill: #ee9982;
}

.feature-blob-section h2 {
  position: relative;
  display: inline-block;
}

.feature-blob-section h2::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 40px;
  height: 4px;
  bottom: 18px;
  right: -60px;
}

.underline-link {
  border-bottom: 2px solid;
  text-transform: uppercase;
  font-size: 14px;
}

.text-white {
  color: rgba(255,255,255,1) !important;
}

.card-footer {
  border: none;
}

.nav-link {
  /*font-size: 16px !important;*/
}

.hs-input {
  display: block;
  width: 100% !important;
  padding: .375rem .75rem;
  font-size: .9375rem;
  line-height: 1.9;
  color: var(--black);
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eaeff4;
  border-radius: 2px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.hs-input:focus {
  color: #323d47;
  background-color: #fff;
  border-color: #f1f2f3;
  outline: 0;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.045);
  box-shadow: 0 0 40px rgba(0,0,0,0.045); 
}

textarea {
  width: 100% !important;  
  height: 200px;
}

.hs-button {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid var(--primary);
  padding: .375rem .75rem;
  color: #fff;
  background-color: var(--primary);
  margin-top: 15px !important;
  outline: none;
  cursor: pointer;
  font-size: 11px;
  padding: 8px 26px 6px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  border-radius: 2px;
}

.hs-button:hover {
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; 
  background-color: #00263e; 
  border-color: #00263e; 

}

.legal-consent-container p {
  font-size: 12px;
  margin-top: 1rem;
}

.inputs-list {
  list-style: none;  
  margin-left: -35px; 
  margin-bottom: 5px; 
  margin-top: 5px; 
}

.hs-input[type="checkbox"] {
  display: inline;  
  margin-right: 10px;
}

.hs-error-msgs {
  color: red;  
}

.hs-input[type="checkbox"] {
  width: auto !important; 
}

.hs-fieldtype-checkbox {
  margin-top: 15px; 
}

.legal-consent-container {
  margin-top: 10px;
  max-width: 600px;
  margin: auto;
}

.breadcrumb {
  padding: .75rem 0rem;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.breadcrumb-item a {
  color: #44FFC6;
}

.post-date {
  color: #6c6c6c;
}

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

/*.sidebar-title, .sidebar li a {
color: white;
}*/

.sidebar-title {
  font-size: 1rem;
}


.blog-single-featured-img {
  max-height: 400px;
}


.single-blog-subscription .hs-button {

}

.fit-cover-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1;
}

.ingress {
  margin-bottom: 2rem;
}

/*.sidebar-title::after,
.sidebar .latest-blog-posts li::after {
display: block;
content: '';
width: 100%;
height: 4px;
background: -webkit-gradient(linear, left top, right top, from(#008883), to(#6effd3));
background: -webkit-linear-gradient(left, #008883, #6effd3);
background: -o-linear-gradient(left, #008883, #6effd3);
background: linear-gradient(to right, RGB(0, 136, 131), RGB(110, 255, 211));
margin-top: 3px;
}

.sidebar .latest-blog-posts li::after {
height: 1px;
}*/

.avatar-xxl {
  height: 150px;
  width: 150px;
}

/* ---------- General styling classes ---------- */
.bg-darkblue {
  background: #152235;
}

.bg-lightblue {
  background: ;
}

.bg-lightgrey {
  background: #f4f4f4;
}

.text-darkblue {
  color: #152235
}

.text-lightblue {
  color: 
}

.text-lightgrey {
  color: #f4f4f4
}

.bg-dark {
  background:  !important;
}

.label-color1 {
  background: #008883;
}

.label-color2 {
  background: #e3ffde;
}

.label-color3 {
  background: #ffded9;
}

.label-color4 {
  background: #b7ffe9;
}

.label-color5 {
  background: #93efed;
}

.label-color6 {
  background: #81b1a5;
}

.label-color7 {
  background: #cf7275;
}

.label-color8 {
  background: #f7f7f7;
}

.topbar {
  background: var(--footer-clr);
}

.topbar .nav-link {
  padding: 0 1rem;
}

/* ---------- PARTNER SECTION FRONT PAGE ---------- */
.partner img {
  margin: 0;
}
.partner-sm img {
  height: 90px;
  filter: grayscale(100%);
}

.partner-sm img {
  /*min-height: 136px;*/
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.grayscale img {
  filter: grayscale(100%); 
  -webkit-filter: grayscale(100%);  
  -moz-filter: grayscale(100%); 
}
.grayscale img:hover {
  filter: grayscale(0); 
  -webkit-filter: grayscale(0); 
  -moz-filter: grayscale(0); 
}
.bg-img {
  position: relative;
  width: 100%;
  height: 100%;
  /*background: url('https://2143683.fs1.hubspotusercontent-na1.net/hubfs/2143683/bilder_til_nettsiden/test2.png') center center no-repeat;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*.bg-img:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: linear-gradient(to bottom right,#02081f,transparent);
opacity: .6; 
}*/


.partner-img{
  height: 200px;
}

/*---------- SOLUTIONS SECTION XAIT PORTER PAGE ----------*/
.solutions-section img {
  height: 200px;
}

.solutions-section .feature-1 .feature-icon {
  margin-bottom: 0 !important;
}


/* OUR TEAM */
.our-team img.w-100 {
  width: 70% !important;
}

/* ---------- CONTACT PAGE ---------- */
.team-3 small {
  text-transform: none;
}

.xait-visions-img {
  height: 200px;
}

/*---------- BLOCKQUOTE CASE STUDY & SUCCESS STORY ----------*/
.single-study-wrapper blockquote{
  font-size: 1.4em;
  margin: 50px auto;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #82CAC9 ;
  line-height: 1.6;
  position: relative;
  background: #f7f7f7;
  text-align: left !important;
}

.single-study-wrapper blockquote::before{
  font-family: Georgia, Times, "Times New Roman", serif;
  content: "\201C";
  color: #82CAC9;
  font-size:4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

.single-study-wrapper blockquote::after{
  content: '';
}

.single-study-wrapper blockquote span{
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}
.single-study-wrapper .blockquote p::before,
.single-study-wrapper .blockquote p::after {
  content: none;
}


/*---------- CASE STUDY ----------*/
.contact-box {
  margin-top: -50px;
}

.contact-person-wrapper {
  border-radius: 50%;
  margin: 0 auto 15px;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border: 2px solid #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-study-wrapper {
  margin-top: -50px;
}

.fa-icon-set {
  font-size: 4rem;
  color: #34a99f;
}

.blog-list h2 {
  font-size: 1.52344rem !important;
}

.blog-list .btn-outline-secondary {
  color: #fff !important;
}

.blog-list .btn-outline-secondary:hover {
  color: #1080f2 !important;
}

.btn .btn-outline-secondary.ti-arrow-right {
  color: #fff;
}
.btn .btn-outline-secondary.ti-arrow-right:hover {
  color: #1080f2;
}
.hs-main-font-element {
  display: none;
}

.herobg {
  background-size: cover !important;
  background-position: center !important;
}

.header-scrolled [data-navbar="sticky"] {
  background: var(--dark-blue) !important;
}


.header-scrolled [data-navbar="sticky"] .btn-primary {
  border: 1px solid var(--primary);
}

.header-scrolled [data-navbar="sticky"] .btn-primary:hover {
  /*border: 1px solid #fff;*/
}


code {
  color: blue !important;
}

.menu-icon {
  height: 26px;
  padding-right: 6px;
}

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

  .bg-darkblue.img-bg::before {
	left: 10px;
	top: 10px;
  }

  .text-center-mobile {
	text-align: center !important;
  }

  .tab-content > .active {
	display: block; !important;
  }

  .tab-pane-imgwrapper {
	margin-right: 0 !important;
	padding: 1rem;

  }

  .customer-logo {
	padding-top: 20px;
	padding-bottom: 20px;
  }

  .hero-img {
	max-width: 400px !important;
	margin-right: auto !important;
	margin-bottom: 2rem;
	margin-left: unset !important;
  }
  .order-first-mobile {
	-webkit-box-ordinal-group: 0;
	order: -1;
  }

  .center-on-mobile {
	text-align: center!important;
  }

  .blog-list .fit-cover.position-absolute {
	position: relative !important;
  }

  .our-team .img-wrapper {
	order: -1 !important;
  }

  .solutions-section .feature-1 a.p-5 {
	padding: unset !important;
  }

  .features-section .order-last {
	order: -1 !important;
  }

  .features-section .row.my-8 {
	margin-bottom: 2rem !important;
	margin-top: 2rem !important;
  }

  .single-study-wrapper {
	margin-top: unset !important;
  }


  .single-study-wrapper blockquote {
	text-align: right !important;
  }

  .single-study-wrapper .blockquote.my-8 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
  }

  .contact-box {
	margin-bottom: 30px;
  }

  .social {
	text-align: center !important;
  }

  header .header,
  .hero-header-wrapper h1,
  .hero-header-wrapper p {
	text-align: center !important;
  }

  .team-3 {
	display: block !important;
  }

  .team-3 img {
	display: block;
	margin: auto;
	max-width: 100% !important;
  }

  .team-3 .team-body {
	padding-left: unset;
	margin-top: 2rem;
  }

  .partners-section h5 {
	text-align: center !important;
  }

}

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

  .navbar-brand {
	margin-right: 0;
	margin-left: 1rem;
  }

  .mt-8.quote-section.px-8.py-9.bg-img {
	padding-left: .75rem !important;
	padding-right: .75rem !important; 
  }

  .white {
	color: #fff;
	font-size: 30px;
  }

  .w-90 {
	width: 100% !important; 
  }

  .navbar .w-80 {
	width: 100% !important;
  }

  .header.mt-10 {
	margin-top: 105px !important; 
  }

  .hero-header {
	font-size: 42px;
  }

}

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

}

@media only screen and (max-width: 768px) {
  .hero-header-wrapper .p-7 {
	padding: 2rem !important;
  }

  .hero-header-wrapper.h-600 {
	height: 450px !important;
  }

  .customer-logos .customer-logo-img {
	height: 35px;
  }
  .ss-div {
	margin-top: 13em !important;
  }

  .logo-footer {
	max-height: 100px;
	display: block;
	margin: auto;
  }

  .header-box-grey {
	display: none !important;
  }

  .logo-dark {
	height: 25px;
	width: unset !important;
  }

  .navbar {
	min-height: 65px;
  }

  h1, .h1 {
	font-size: 2.8rem; /*2.57813rem;*/
	line-height: 1;
  }

  h2, .h2 {
	font-size: 2.275rem;
  }

  h3, .h3 {
	font-size: 1.75781rem;
  }

  h4, .h4 {
	font-size: 1.52344rem;
  }

  h5, .h5 {
	font-size: 1.23047rem;
  }

  h6, .h6 {
	font-size: 1.05469rem;
  }

  .lead, .pricing-4 .plan-price p {
	font-size: 1.17188rem;
	font-weight: 300;
  }

  .display-1 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.1;
  }

  .display-2 {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.1;
  }

  .display-3 {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.1;
  }

  .display-4 {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
  }

  .lead-3 {
	line-height: 1.4;
  }

  .hero-header-wrapper .btn {
	width: 100%;
	margin-top: 20px;
  }

  .hero-header-wrapper .btn-circle.btn-xl {
	width: 72px !important;
  }

  .hero-header-wrapper .mt-7 {
	margin-top: 1rem !important;
  }

  .feature-blob-section .order-first {
	order: -1;
  }

}




.step-icon .iconbox {
  color: #fff;
  background-color: #02081f;
  font-size: 0.9rem !important;
  text-transform: uppercase;
}
.iconbox.iconbox-lg, .step-icon .iconbox {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.25rem;
}
.step-icon::before {
  border-left: 2px dashed #02081f6e;
}

hr {
  border-top-color: var(--primary-btn);
  margin: 1.5rem auto;
}

.other-links .nav-link {
  padding: .5rem 1rem;
  font-size: 85% !important;
  font-weight: 400; 
}

.logo-light {
  width: 200px !important;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .logo-light {
	max-width: 150px;
  }

  .mt-sm-9 {
	margin-top: 4rem !important;
  }

  .mb-sm-9 {
	margin-bottom: 8rem !important;
  }

} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .feature-blob-section .order-first {
	order: 13;
  }

  .emp-title {
	min-height: 60px;
  }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .tab-content > .active {
	display: flex !important;
  }
} 


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1201px) {
  .hamburger-button {
	display: none !important;
  }

  .ss-div {
	margin-top: 12em !important;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
  }

  .feature-blob-section .order-first {
	order: 0;
  }

}



.social-rounded a {
  border-radius: 50%;
  border: 1px solid white;
  background: white;
  color: black !important;
}

.social a {
  /*width: 40px !important;
  text-align: left;*/
  margin-right: 0;
  margin-bottom: 0;
  opacity: 1 !important;
  font-size: 1.25rem;
}

.dropdown_arrow{
  font-weight:400 !important; 
  font-size:0.6rem;
}
.dropdown_arrow_white{
  font-weight:400!important; 
  font-size:0.6rem;
  color: #fff !important;
}
.white_text{
  color: #fff !important;
}

.hs-form input[type="checkbox"]+span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 1.4rem;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hs-form input[type="checkbox"]:checked+span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid  var(--dark-blue);
  border-bottom: 2px solid var(--dark-blue);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.hs-form input[type="checkbox"]+span:not(.lever):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid var(--dark-blue);
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: .2s;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
}
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.nav-trans {
  /*background: transparent !important;*/
}


.hs-form input[type="checkbox"], .hs-form input[type="radio"] {
  width: auto !important;  
  margin-right: 8px;
  margin-bottom: 0px;
}

.hs_contact_form label {
  color: var(--black) !important;
}

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


.guest-blogger-img {
  border-radius: 10rem;
}

.mt--100 {
  margin-top: -100px;
}

.mt--200 {
  margin-top: -200px;
}
@media only screen and (max-width: 992px) { 
  .mt-s-0 {
	margin-top: 20px;
  }
  #nextstep.h-fullscreen {
	height: unset !important;
  }
  .mb-mobile-100 {
	margin-bottom: 100px;
  }
}

.circle {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  display: none
}
@media only screen and (min-width:1280px) {
  .circle {
	display: block
  }
}
.circle__wrapper {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative
}
@media only screen and (min-width:540px) {
  .circle__wrapper {
	padding: 0 80px
  }
}
.circle__wrapper:after {
  width: 1200px;
  height: 1200px;
  border-radius: 100%;
  background-color: #ff6a2d;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -20%);
  transform: translate(50%, -20%);
  display: none
}
@media only screen and (min-width:1280px) {
  .circle__wrapper:after {
	display: block
  }
}
.circle--triple {
  z-index: 0
}
.circle--triple .circle__wrapper {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative
}
@media only screen and (min-width:540px) {
  .circle--triple .circle__wrapper {
	padding: 0 80px
  }
}
.circle--triple .circle__wrapper:after {
  width: 1200px;
  height: 1200px;
  border-radius: 100%;
  background-color: #ff6a2d;
  position: absolute;
  z-index: -1
}
.circle--triple .circle__wrapper:nth-child(2):after {
  width: 800px;
  height: 800px;
  border-radius: 100%;
  background-color: #ff6a2d;
  margin-top: 150px;
  z-index: 0
}
.circle--triple .circle__wrapper:nth-child(3):after {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-color: #ff6a2d;
  margin-top: 250px;
  z-index: 1
}
@media only screen and (min-width:1024px) {
  .circle--cards {
	display: block
  }
}
@media only screen and (min-width:1024px) {
  .circle--cards .circle__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
  }
}
@media only screen and (min-width:1280px) {
  .circle--cards .circle__wrapper:after {
	width: 1200px;
	height: 1200px;
	border-radius: 100%;
	background-color: #152235;
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	-webkit-transform: translate(64%, -20%);
	transform: translate(64%, -20%)
  }
}
.circle--cards .circle__wrapper img {
  width: 45%;
  position: absolute;
  right: 0;
  margin-top: 180px;
  margin-right: -100px
}
@media only screen and (min-width:1280px) {
  .circle--cards .circle__wrapper img {
	margin-right: -60px;
	margin-top: 90px;
	width: 50%;
	display: block
  }

}

.text-bottom {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  height: 100%;
  color: #fff;
  z-index: 2;
  width: 100%;
}

.line svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
}

.hero-radius-img-anime {
  position: absolute;
  top: 15vh;
  right: 100px;
  height: 70vh;
  display: block;
  overflow: hidden;
  z-index: 3;
  animation: border-transform 17s linear infinite alternate forwards;
}
.hero-radius-img-anime img {
  height: 100%;
  width: auto;
  display: block;
}

.banner-bg {
  width: 50%;
  height: 120%;
  position: absolute;
  z-index: -1;
  right: -150px;
  top: -10%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 9;
  overflow: hidden;
}
[data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
[data-overlay="6"]:before {
  opacity: 0.6;
}
[data-overlay]:before {
  position: absolute;
  content: '';
  background-color: var(--dark-blue);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

}
.o-hidden {
  overflow: hidden;
}

.header .hero-text::after {
  content: '';
  display: block;
  width: 140px;
  height: 250px;
  background: #fef135;
  position: absolute;
  top: 0;
  left: -40px;
  z-index: -100;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.icon--blog-dot-grid {
  fill: #f62e8a;
  width: 387px;
  height: 512px;
  top: 0;
  left: -2.5em;
}

.icon--blog-dot-grid-grey {
  fill: #eee;
  width: 100%;
  height: 700px;
  right: -20%;
  top: 0;
  margin: 0;
  z-index: 0;
  opacity: 0;
}