/* ==========================================================================
   General Site Styling
   ========================================================================== */

/* Cheat sheet color codes
   ========================================================================== 
Color name: #0000
Color name: #0000
*/

/* Fonts
   ========================================================================== */
/* ----- Imported fonts -----*/

@font-face {
	font-family:"Asap";
	font-style: normal;
	font-weight: 300;
	src: url("/customfonts/Asap-Light.ttf") format("truetype");
}

@font-face {
	font-family:"Asap";
	font-style: normal;
	font-weight: 400;
	src: url("/customfonts/Asap-Regular.ttf") format("truetype");
}

@font-face {
	font-family:"Asap";
	font-style: normal;
	font-weight: 500;
	src: url("/customfonts/Asap-Medium.ttf") format("truetype");
}

@font-face {
	font-family:"Asap";
	font-style: normal;
	font-weight: 600;
	src: url("/customfonts/Asap-SemiBold.ttf") format("truetype");
}

@font-face {
	font-family:"Asap";
	font-style: normal;
	font-weight: 700;
	src: url("/customfonts/Asap-Bold.ttf") format("truetype");
}


@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://fonts.parttrap.com/Icons/material-icons-round.woff2") format("woff2"), url("https://fonts.parttrap.com/Icons/material-icons-round.woff") format("woff");
}



/* ----- Body fonts ----- */

body {
    font-family: "Asap", Sans-serif;
    font-size: 17px;
    font-weight: 400;	
	color: #212121;
}


/* ----- Headings -----*/

h1, h1.page-header, h2, h2.page-header, .page-header, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Asap", Sans-serif;
  	text-transform: none!important;
  	color: #212121;
  	margin-top: 0;
}
h1, h1.page-header {
    font-size: 2.6em;
  	font-weight: 400;
}
h2, h2.page-header, .heading-text p {
    font-size: 2.1em;
  	font-weight: 400;
}
h3 {
    font-size: 1.3em;
  	font-weight: 600;
}
h4 {
    font-size: 1.7em;
  	font-weight: 600;
}
h5 {
    font-size: 1em;
  	font-weight: 600;
}


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

	h1, h1.page-header {
    	font-size: 2.2em;
	}
  
	h2, h2.page-header {
    	font-size: 1.8em;
      	white-space: break-spaces;
	}

  	h3 {
    	font-size: 1.3em;
	}

  	h4 {
    	font-size: 1.5em;
	}

  	h5 {
    	font-size: 1em;
	}
}


@media screen and (min-width:768px){
.shortened-text-width p {
    width: 70%;
}
}


.small-quote {
    font-size: 1.2em;
    width: 70%;
}


/* ----- Material Icons Rounded ----- */

.material-symbols-rounded {
	font-family: "Material Icons Round";
}

/*---- Links ------*/
/* Body links */

.cd-main-content p > a:not(.btn) {
    color: #623781;
  	transition: color 0.2s ease-in-out;
  	font-weight: 700;
}
.cd-main-content p > a:not(.btn):hover {
    color: #f48643;
  	text-decoration:none;
}


.cd-main-content p > strong > a:not(.btn) {
    color: #1FC9A4;
  	transition: color 0.2s ease-in-out;
}
.cd-main-content p > strong > a:not(.btn):hover {
    color: #FEB58E;
  	text-decoration:none;
}


.section_ProductDetail_Description ul > li > a {
    color: #8349ab;
}

.section_ProductDetail_Description ul > li > a {
    color: #8349ab;
    transition: color 0.3s ease-in-out;
}

.section_ProductDetail_Description ul > li > a:hover {
    color: #f48643;
    text-decoration: none;
}


/*---- Breadcrumb ------*/

.section.section_BreadCrumb {
	padding-bottom: 0;
}

.section_BreadCrumb .container {
	display: block;
	margin: 0;
	padding: 0;
}

.breadcrumb > li + li:before {
	content: '/';
}

.section_BreadCrumb a {
	transition: color 0.2s ease-in-out;
	color:#29627A;
}

.section_BreadCrumb a:hover {
	text-decoration: none;
	color:#8DBFF1;
}

/*Fix for insight pages*/
.breadcrumb-fix-row > .col-sm-12 {
	display:flex;
	flex-wrap:wrap;
}

.breadcrumb-fix-row > .col-sm-12 >.section{
	display:flex;
	align-items:center;
	padding:0;
}


.breadcrumb-fix-row .section_BreadCrumb ol > li:last-of-type {
	display:none;
}

.breadcrumb-fix-row .section_BreadCrumb > .container {
	width: unset;
}

.breadcrumb-fix-row .section_ProductDetail_Description p {
	font-size: 12px;
	margin:0;
}

.breadcrumb-fix-row .section_ProductDetail_Description p::before {
	Content: '/';
	margin-left:5px;
	margin-right:7px;
	color: #ccc;
	font-weight: 400;
}

/* Buttons
   ========================================================================== */
/* ----- Buttons general ----- */

.btn {
	transition: all 0.3s ease-in-out;
  	margin-top:15px;
  	padding: 4px 26px;
  	font-size: 1em;
  	font-weight: 600;
	border-width: 2px;
  	border-radius: 50px;
}

.btn, .btn:focus, .btn:active { 	
  	text-transform: none; 	
    background: transparent;
    border-color: #212121;
    color: #212121;;
}

.btn:hover {
    background:#EEFF94;
    color: #212121;
}

.hero-container .btn:hover {
	color: #212121;
}

.btn:focus, .btn:active {
    background: #8dbff1;
}


/*CTA buttons */

.cta-btn .btn, .cta-btn .btn:focus, .cta-btn .btn:active, .cta-btn.btn, .cta-btn.btn:focus, .cta-btn.btn:active {
	border-color: #1FC9A4;
	background: #1FC9A4;
}

.cta-btn .btn:hover, .cta-btn.btn:hover  {
	background: #72E9CF;
	border-color: transparent;
}


/*CTA button header*/

.header .cta-btn .btn, .header .cta-btn.btn {
    background: linear-gradient(342deg, #8dbff1, #1fc9a4, #eeff94, #feb58e, #d0b9e1);
    background-size: 1000% 1000%;
    border-color: transparent;
    -webkit-animation: CtaColorAnimation 20s ease infinite;
    -moz-animation: CtaColorAnimation 20s ease infinite;
    animation: CtaColorAnimation 20s ease infinite;
}

@-webkit-keyframes CtaColorAnimation {
    0%{background-position:0% 52%}
    50%{background-position:100% 49%}
    100%{background-position:0% 52%}
}
@-moz-keyframes CtaColorAnimation {
    0%{background-position:0% 52%}
    50%{background-position:100% 49%}
    100%{background-position:0% 52%}
}
@keyframes CtaColorAnimation {
    0%{background-position:0% 52%}
    50%{background-position:100% 49%}
    100%{background-position:0% 52%}
}

.header .cta-btn .btn:hover, .header .cta-btn.btn:hover  {
	background: #72E9CF;
	border-color: transparent;
}



/*.btn.btn-ptOrange, #btnConfirm.btn, .btn.btn-ptOrange:focus, #btnConfirm.btn:focus, .btn.btn-ptOrange:active, #btnConfirm.btn:active  {
    background:;
    border-color:;
    color:;
}
.btn.btn-ptOrange:hover, #btnConfirm.btn:hover {
    background:;
    border-color:;
    color:;
}*/

/* Alertify buttons */
/*.alertify-button, .alertify-button:hover, .alertify-button:focus, .alertify-button:active {
    background-color:;
  	border-color:;
  	color:;
}
.alertify-button-ok, .alertify-button-ok:hover, .alertify-button-ok:focus, .alertify-button-ok:active {
    background-color:;
  	border-color:;
  	color:;
}*/

/* Notifier Container
   ========================================================================== */
.alertify-log {
    background:;
    border-color:;
    border-radius:;
}

/* Custom Page Width
   ========================================================================== */
@media screen and (max-width:767px) {
    .header.main-header >.container, .header.rc-header > .container  {
    	width: 100%;
    }
}
@media screen and (min-width:768px) {
    .content>.container, .hero-container>.container, .footer>.container   {
    	width:;
    }
}
@media screen and (min-width:992px) {
    .content>.container, .hero-container>.container, .footer>.container   {
    	width:;
    }
}
@media screen and (min-width:1200px) {
    .content>.container, .hero-container>.container, .footer>.container>.row>div, .desktop-main-navigation .cd-primary-nav .cd-secondary-nav, .header.main-header >.container, .header.rc-header > .container   {
       width: 1180px;
    }
}
@media screen and (min-width:1300px) {
    .content>.container, .hero-container>.container, .footer>.container>.row>div, .desktop-main-navigation .cd-primary-nav .cd-secondary-nav, .header.main-header >.container, .header.rc-header > .container   {
       width: 1280px;
    }
}
@media screen and (min-width:1400px) {
    .content>.container, .hero-container>.container, .footer>.container>.row>div, .desktop-main-navigation .cd-primary-nav .cd-secondary-nav, .header.main-header >.container, .header.rc-header > .container   {
       width: 1380px;
    }
}

@media screen and (min-width:1500px) {
    .content>.container, .hero-container>.container, .footer>.container>.row>div, .desktop-main-navigation .cd-primary-nav .cd-secondary-nav, .header.main-header >.container, .header.rc-header > .container   {
       width: 1480px;
    }
  	
}


@media screen and (min-width:1600px) {
    .content>.container, .hero-container>.container, .footer>.container>.row>div, .desktop-main-navigation .cd-primary-nav .cd-secondary-nav, .header.main-header >.container, .header.rc-header > .container   {
       width: 1580px;
    }
  	
}


/* General Page Styling
========================================================================== */
.padding-bottom-0{
	padding-bottom:0px !important;
}


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

.cd-main-content {
	background: #FBFBFB;
}
.cd-main-content > .content {
    padding-bottom: 0;
}

.cd-main-content>.content>.container>.row {
  	margin-bottom:20px;
}


.bg-gray {
	background-color:#EEE;
	border-radius:15px;
	padding:30px;
	margin-bottom:30px;
	margin-left:0px;
	margin-right:0;
}

.bg-black {
    background-color: black;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0;
    color: white;
}

.bg-black h2, .bg-black h1, .bg-black h3, .bg-black h4 {
	color: white;
}


.bg-black .btn {
	border-color: white;
	color: white;
}

.bg-black .btn:hover {
	color: black;
	border-color:#EEFF94;
}


.bg-jordy-dark-blue {
    background-color: #092949;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0;
    color: white;
}

.bg-jordy-dark-blue h2, .bg-jordy-dark-blue h1, .bg-jordy-dark-blue h3, .bg-jordy-dark-blue h4 {
	color: white;
}


.bg-jordy-dark-blue .btn {
	border-color: white;
	color: white;
}

.bg-jordy-dark-blue .btn:hover {
	color: black;
	border-color:#EEFF94;
}



.bg-lightgray-left-col {
	background: #EEEEEE;
	padding: 30px;
	border-radius: 15px;
}

@media screen and (min-width: 768px) {
	.bg-lightgray-left-col {
		margin-right: 20px;
		}
}

/* Images
   ========================================================================== */
/*Image border radius*/
.cd-main-content img {
	border-radius: 15px;
}

/* Paddings & Margins & Alignment
   ========================================================================== */
.no-side-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-side-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.centered-content {
    text-align: center !important;
}
.section + .section, .content section {
    padding-bottom: 20px;
}
.minus-margin-top {
    margin-top: -30px;
}

.no-padding-bottom{
	padding-bottom: 0 !important;
}

/* Flex classes
   ========================================================================== */
@media screen and (min-width: 768px) {
    /* Set flex on container */
    .flex-container {
        display: flex;
    }
    /* Center flex child vertically */
    .flex-align-center {
        align-self: center;
    }
  
  .flex-container-center {
		display:flex;
		align-items:center;
	}
}


/* Hero rows 
========================================================================== */
/* Hero row */
.hero-row {
	margin-top: -30px;
  	margin-left: 0;
  	margin-right: 0;
}


.hero-row>.col-sm-12 {
	padding: 0;
}

.hero-row>.col-sm-12>.section_ContentDataUnit {
	padding-bottom:0;
}

/* Hero row full behind header */

.hero-row.hero-row-full {
	margin-top:-100px;
}

.hero-row.hero-row-full>.col-sm-12>.section_ContentDataUnit {
	margin-top:-5px;
}



/* Header
   ========================================================================== */

/* ----- General header styling -----*/
header {
 	z-index: 559; 
}

.header.main-header {
	background: #FBFBFB;
  	padding:0!important;
	z-index:666;
  	height:65px;
	display:flex;
	align-items: center;
	/*transition: height 0.3s ease-in-out;*/ /*removed to see if it prevents the header to glitch*/
}


/*.header.main-header >.container {
	width:100%;
	margin-left: 3%;
	margin-right: 3%;
}*/

.header.main-header  > .container > .col-sm-12, .header.main-header > .container > .col-sm-12 > div > .col-sm-12,
.header.rc-header > .container > .col-sm-12, .header.rc-header > .container > .col-sm-12 > div > .col-sm-12{
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.header.main-header .col-sm-12 {
	padding:0;
}

.header.main-header .section, .header p {
	padding-bottom:0;
	margin-bottom:0;
	margin-top:0
}

.header.main-header .btn {
	margin-top:0;
}


.header-icon-row>.col-sm-12>.section {
	padding-left:30px;
}

.header-icon-row>.col-sm-12>.section.cta-btn {
	padding-left:80px;
}

/* ----- Login ----- */
/* Login general */

/* @ Login mobile <-767px */
@media screen and (max-width:767px) {
    
}

/* ----- Logo ----- */
/* Logo general */
.header-logo {
	max-width:150px;
}

.header .header-logo img {
	max-height:35px;
}

.header.sticky-header.header-transparent .header-logo.logo-white  {
	display: none;
}

.header.sticky-header.header-transparent .header-logo.logo-black {
	display: block;
	visibility: visible;
} 

.header-transparent .header-logo.logo-white {
	display: block;
	visibility: visible;
}

.header:not(.header-transparent) .header-logo.logo-black{
	display: block;
	visibility: visible;
}


/* @ Logo mobile <-767px */
@media screen and (max-width:767px) {
    
}

/* ----- Cart ----- */
/* Cart general */

/* @ Cart tablet <-1199px */
@media screen and (max-width: 1199px) {
    
}
/* @ Cart mobile <-767px */
@media screen and (max-width:767px) {
    
}

/* ----- Search -----*/
/* Search general */

.header-search {
	display:flex;
	align-items:center;
	cursor:pointer;
}

.header-search {
	font-size:16px;
}

.header.header-transparent:not(.sticky-header) {
	color:white;
}

.header .search-icon {
	font-size: 25px;
  	margin-right:5px;
}

.header.header-transparent .search-icon {
	color: white;
}

.header.sticky-header .search-icon {
	color: #212121;
}

/* Search container */
.search-container {
  	z-index: 1000;
  	position: fixed;
    top: 0;
    width: 100%;
    left: 0;
  	height: 0px;
    visibility: hidden;
    background: transparent;
    transition: background 0.2s ease-in-out;
    border: none;
}
.search-container.active-search {
    transition: background 0.2s ease-in-out;
    height: 65px;
    visibility: visible;
    background: #f2f2f2;
}
.active-search-btn {
	background: #EEFF94 !important;
}
.search-container .container {
    width: 100%;
    height: 100%;
}
.search-container .btn {
    transition: background 0.3s ease-in-out !important;
}
.search-container > .container > div {
    height: 100%;
  	display: flex;
    justify-content: space-between;
}
.search-container .catalogsearchbox {
    border-radius: 15px !important;
    box-shadow: none;
    width: 700px;
    height: 40px;
    font-size: 1em;
    border: 2px solid #262626;
}
.search-container .fa.fa-search:before {
    content: '\e8b6';
    font-family: 'Material Icons Round';
    font-size: 25px;
}
.search-container img {
    max-height: 35px;
}
.search-container .input-group-btn {
    position: relative;
    padding: 0;
}
.search-container .input-group-btn .btn {
    padding: 4px 8px !important;
    border-radius: 15px;
    height: 40px;
    margin-left: 5px;
  	margin-top: 0;
}
.search-container .search-close-btn:before {
    content: '\e5cd';
    font-family: 'Material Icons Round';
    font-size: 25px;
    margin-right: 5px;
}
.search-container .search-close-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
  	padding: 0 !important;
}
.search-container .search-close-btn p {
    margin: 0;
    font-weight: 500;
}
.search-container .header-input {
    margin: 0;
}
.search-container .catalogsearchboxbutton span:before {
    content: 'Find now' !important;
    font-family: 'asap', sans-serif !important;
    font-size: 0.9em !important;
    font-weight: 600;
}
[lang="fi"] .search-container .catalogsearchboxbutton span:before {
    content: 'Hae' !important;
}
[lang="sv"] .search-container .catalogsearchboxbutton span:before {
    content: 'Hitta nu' !important;
}
[lang="da"] .search-container .catalogsearchboxbutton span:before {
    content: 'Søg nu' !important;
}

.search-container .input-group-btn {
    font-size: unset;
}
.search-container .catalogsearchboxbutton span:after {
    content: '\e5c8';
    font-family: 'Material Icons Round';
    margin-left: 3px;
}
.search-container .catalogsearchboxbutton span {
    display: flex;
    align-items: center;
}
ul.ui-autocomplete {
    display: none !important;
}

/* ----- Language Picker -----*/
/* Language Picker general */

.section_LanguagePicker .top-bar-link>a {
	padding: 0;
	font-size: 16px;
	display:flex;
	align-items:center;
	border:none;
}
.sticky-header #languagepicker {
    top: 43px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.sticky-header #languagepicker a {
    color: #212121;
}
.header.header-transparent #languagepicker a {
    color: #212121;
}
.section_LanguagePicker .top-bar-link>a:hover, .section_LanguagePicker .top-bar-link>a:focus {
	background: transparent;
}
.header #languagepicker {
    background: #E9E9E9;
    padding: 10px 20px;
    border-radius: 15px;
}
.header.header-transparent .section_LanguagePicker .top-bar-link>a {
	color: white;
}
.header.sticky-header .section_LanguagePicker .top-bar-link>a {
	color: #212121;
}
.section_LanguagePicker .nav-pills>.top-bar-link>a::before {
	content: '\e894';
	font-family: "Material Icons Round";
	font-size:25px;
	padding-right:5px;
}
.section_LanguagePicker .flag {
	display:none;
}

.section_LanguagePicker b.caret {
	display: none;
}
.section_LanguagePicker #languagepicker>ul.nav>li>a {
	padding-top:5px;
}
.sticky-header #languagepicker {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid #ccc;
}
.section_LanguagePicker > #languageCode {
    position: relative;
}
.section_LanguagePicker > #languageCode > #languagepicker {
    left: 50%;
    transform: translatex(-50%);
}
@media screen and (max-width: 767px) {
 .section_LanguagePicker > #languageCode > #languagepicker {
  	top: 45px; 
 }
}

/* ----- Header transparent -----*/
/* Header transparent */

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

/* ----- Sticky header -----*/

@media screen and (min-width:768px) {
	.header.sticky-header, .header.header-transparent.sticky-header{
		position:fixed;
		width:100%;
		left:0;
		z-index:999;
		padding:5px 0!important;
    	background:#f5f5f5;
	}
  
	.header.sticky-header {
		height:50px;
	}
}

/* ==========================================================================
   Navigation
   ========================================================================== */

/* Main navigation
   ========================================================================== */
/* ----- Main navigation general ----- */

/* ----- Main navigation desktop 1200px -> ----- */
@media screen and (min-width: 1200px) {
    
}
/* ----- Main navigation mobile <-1199px ----- */
@media screen and (max-width: 1199px) {
      
}

/* Sidebar navigation
   ========================================================================== */
/* ----- Sidebar navigation general ----- */

.sidebar-nav .sidebar-nav-items a {
	font-family: "Asap", Sans-serif;
	font-size:16px;
}

/*Sidebar nav in progress*/

.section_Menu:not(.sub-toggle-nav) .sidebar-nav .node-expanded>.toggle-panel {
	display:block!important;
}

.section_Menu:not(.sub-toggle-nav) .sidebar-nav .node-expanded .toggle-sign {
	display:none;
}

.section_Menu:not(.sub-toggle-nav) .sidebar-nav .node-expanded>.toggle-btn {
	pointer-events:none;
	margin-top:30px;
}

.section_Menu:not(.sub-toggle-nav) .sidebar-nav .node-expanded>.toggle-btn>a {
	font-weight:600;
	font-size:18px;
}

.section_Menu:not(.sub-toggle-nav) .sidebar-nav {
	background: #EEEEEE;
	padding: 35px 30px 5px 20px;
	border-radius:15px;
}

.section_Menu:not(.sub-toggle-nav) .sidebar-navigation div.sidebar-item {
	padding:0;
	margin:0;
	border:none;
}

.section_Menu:not(.sub-toggle-nav) .sidebar-nav li.toggle-item {
	padding:0;
}

.section_Menu:not(.sub-toggle-nav) .sidebar-nav-items li {
	border:none;
}


.section_Menu:not(.sub-toggle-nav) .sidebar-nav-items li a, .section_Menu:not(.sub-toggle-nav) .sidebar-nav-items li>.toggle-btn> a{
	padding-top:5px;
	padding-bottom:5px;
}

.section_Menu:not(.sub-toggle-nav) .sidebar-nav-items li a.active {
	color:#337A99;
}

.section_Menu:not(.sub-toggle-nav) .sidebar-nav-items .toggle-btn.sidebar-item>a {
	display:flex;
	align-items:center;

}

.section_Menu:not(.sub-toggle-nav) .sidebar-nav-items .toggle-btn.sidebar-item>a>.toggle-sign {
	top:0px;
	font-size:20px;
	line-height:27px;
	font-weight:bold;
}

.section_Menu:not(.sub-toggle-nav) .sidebar-nav-items .toggle.toggle-lvl-one>li {
	padding-left:15px;
}

.section_Menu:not(.sub-toggle-nav) .sidebar-nav-items li.toggle-item:not(.node-expanded)>.toggle-panel>.toggle.toggle-lvl-two>li.toggle-item{
	padding-left:15px;
}

.section_Menu:not(.sub-toggle-nav) .sidebar-nav-items li.toggle-item:not(.node-expanded)>.toggle-panel>.toggle.toggle-lvl-two>li.toggle-item>div>a {
	font-weight:400;

}
.section_Menu:not(.sub-toggle-nav) .sidebar-nav-items li a {
	transition: color 0.2s ease-in-out;
}

.section_Menu:not(.sub-toggle-nav) .sidebar-nav-items a:hover, .section_Menu:not(.sub-toggle-nav) .sidebar-nav-items a:hover>span {
	color:#337A99;
}

.section_Menu .sidebar-nav li.node-toggle-visible .toggle-sign {
    display: block!important;
}

.section_Menu .sidebar-nav li.node-toggle-visible .toggle-panel.is-active-toggle-panel {
    padding-left: 15px;
}

@media screen and (min-width:992px) {
.section_Menu:not(.sub-toggle-nav) .sidebar-nav > .sidebar-nav-items {
  position: sticky;
  position: -webkit-sticky;
  top:70px;
}
}

.ext-link-icon>div>ul>li>div>a:before/*, .ext-link-icon > a:before */{
content:'\e89e';
font-family:"Material Icons Round";
margin-right:10px;
}

.ext-link-icon>div>ul>li>div>a, .ext-link-icon > a  {
display:flex;
align-items:center;
}

.ext-link-icon > a:after{
    content: '\e89e';
    font-family: "Material Icons Round";
    margin-right: 10px;
	display:inline!important;
	margin-left:5px;
	position:relative;
	top:3px;
}


li.see-all-arrow>div>a:after {
    transition: background 0.3s ease-in-out;
    border-radius: 50px;
    content: '\e5c8';
    font-family: "Material Icons Round";
    display: inline;
    position: relative;
    top: 3px;
}

li.see-all-arrow>div>a:hover:after{
    background: #FFD285;
    border-radius: 50px;
    transition: background 0.3s ease-in-out;
}

/*Highlighted link*/
li.highlight-link>a {
background:#E0E0E0;
border-radius:15px;
display:inline-block;
padding:5px 15px!important;
transition: all 0.3s ease-in-out;
}


li.highlight-link>a:after {
    content: '\e5c8';
    font-family: "Material Icons Round";
    display: inline;
    position: relative;
    top: 3px;
}

li.highlight-link>a:hover {
background:#EEFF94;
}


/*Hide sub nodes class*/
li.hide-sub-nodes span.toggle-sign, li.hide-sub-nodes > div.toggle-panel {
display:none!important;
}



/*----- Sidebar navigation mobile <-767px ----- */
@media screen and (max-width: 767px) {
    
}

/* Footer navigation
   ========================================================================== */
/* ----- Footer navigation general ----- */

/*----- Footer navigation mobile <-767px ----- */
@media screen and (max-width: 767px) {
    
}

/*Footer
   ========================================================================== */
.footer {
    background: #FBFBFB;
  	padding-bottom: 0;
  	text-transform: unset;
    font-size: 16px;
}
.footer > .container.footer-page-row {
    width: 100%;
    padding: 0;
}
.footer>.container>.row>div {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}
.footer-newsletter-row {
    background: #D0B9E1;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(/en/image/getthumbnail/1190);
    background-position: center 60%;
    background-size: cover;
}
.footer-main-row {
    background: #0E1005;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-main-row a {
    color: #fff;
    text-transform: none;
}
.footer-main-row p {
    text-transform: none;
    color: #f5f5f5;
}
.footer-main-row h5 {
    font-size: 1.2em;
}
.footer-newsletter-row > div > div {
    display: flex;
    align-items: center;
}
.footer-newsletter-row h4 {
    color: #fff;
}
.footer-newsletter-row h5 {
    margin-bottom: 2px;
}
.footer .content-block-text * {
    color: #000;
}
.footer-privacy-row {
    font-size: 0.85em;
}
@media screen and (max-width: 767px){
    .footer-content-row {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-content-row > .col-sm-3 {
        width: 50%;
    }
  .footer-content-row .section_Content {
    margin-bottom: 30px;
}
}


.footer-privacy-row {
	padding-top:50px;
}

.footer-main-row {
	padding-bottom:15px;
}

.footer a {
	transition: color 0.2s ease-in-out;
}

.footer a:hover {
	text-decoration:none;
	color:#feb58e;
}

/*Footer cert*/
.footer-cert-row {
margin-top:30px;
text-align:center;
}

.footer-cert-row  .footer-cert-flex-col  {
display:flex;
margin-top:15px;
justify-content: center;
}

.footer-cert-row  .footer-cert-flex-col > .section{
max-width: 100px;
font-size:10px;
margin-right:15px;
}

.footer-cert-row  .footer-cert-flex-col > .section:last-of-type {
margin-right:0;
}

.footer-cert-row .content-block-text-bottom {
text-align:center!important;
padding:0!important;
}



.row.footer-main-row {
margin-top: 30px;
}
/* ==========================================================================
   Modal
   ========================================================================== */

#ptmodal .modal-dialog {
  width: 80vw;
}

@media screen and (max-width: 991px){
  #ptmodal .modal-dialog {
    width: 90vw;
  }
}

.modal-dialog .contact-card img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

#ptmodal .modal-dialog .modal-content {
  border-radius:15px;
}

#ptmodal .modal-dialog .multiple-contact-cards a:hover{
  text-decoration: none;
}


/* ==========================================================================
   Section Styling
   ========================================================================== */
/* ----- Section name ----- */
/* Section desktop */

/* Section mobile */


/* ----- section_ContentBannerDataUnit ----- */

.section.section_ContentBannerDataUnit, .section.section_ContentBannerDataUnit .banner-wrapper-main {
    padding-bottom: 0;
}

.section.section_ContentBannerDataUnit .carousel {
    box-shadow: none;
}

.section.section_ContentBannerDataUnit .slick-dots li.slick-active button:before { 
color: #a97ec8;
}

.section.section_ContentBannerDataUnit .slick-dots li button:before { 
font-size: 12px;
}

.section.section_ContentBannerDataUnit ul.slick-dots {
    bottom: 20px;
}

.section.section_ContentBannerDataUnit #default-carousel {
    background:#eee;
    border-radius: 15px;
}


@media screen and (max-width:767px){
    .section.section_ContentBannerDataUnit .carousel{
        margin:0;
    }
}



/* ----- Product list ----- */

#productlist .product-nav, #productlist .field-stockcode, #productlist .hover-product-hover-bg, #productlist .pt-list-attribute-item .attr-description  {
display: none;
}

#productlist .pt-list-attribute-item {
padding: 0px 15px 30px;
margin-top:-30px;
}


#productlist .product-grid {
margin-top:0;
}

#productlist>.product-grid>ul {
display:flex;
flex-wrap:wrap;
position:relative;
}

#productlist>.product-grid>ul>li.product  {
transition: all 0.3s ease-in-out;
}
#productlist .product-grid li.product>.pt_product {
    height: 100%;
}
#productlist>.product-grid>ul>li.product .hover-product-image-wrapper {
    position: static !important;
}
#productlist .product-grid li.product>.pt_product {
background:#EEEEEE;
border-radius:15px;
display:flex;
flex-direction:column;
flex-grow:1;
}

#productlist .product-grid li.product img {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
box-shadow: none;
border: none;
}

#productlist .product-grid li.product:hover {
transform: scale(1.02);
}

#productlist .product-grid h3 {
font-size: 1.1em;
font-weight:700;
padding: 30px 15px;
padding-top:0;
height:unset;
margin-bottom:0;
}
@media screen and (max-width: 499px){
    #productlist>.product-grid>ul>li.product {
        width: 100%;
      	padding-left: 0 !important;
      	padding-right: 0 !important;
    }
}


/* ----- Ribbon attribute ----- */

/*General*/
.ribbon span::before {
display:none;
}

.ribbon span {
text-shadow:none;
box-shadow:none;
margin:0;
border-radius:15px;
padding:5px 15px;
}

/*Prod list*/

li.product .ribbon {
right:0;
}

li.product .ribbon span::before {
display:none;
}

li.product .ribbon span {
text-shadow:none;
box-shadow:none;
margin:0;
border-radius:15px;
padding:5px 15px;
}


/*ribbon colors*/
.ribbon .ribbon-value-3.ribbonText {
	background:#C9E0F8;
	color:#212121;
}

.ribbon .ribbon-value-4.ribbonText , .ribbon .ribbon-value-5.ribbonText {
    background: #F5FFC2;
    color: #212121;
}

.ribbon .ribbon-value-2.ribbonText{
    background: #FFD285;
    color: #212121;
}


.ribbon .ribbon-value-112.ribbonText{
    background: #72E9CF;
    color: #212121;
}


.ribbon > .ribbonText.ribbon-value-114, .ribbon > .ribbonText.ribbon-value-6, .ribbon > .ribbonText.ribbon-value-116, .ribbon > .ribbonText.ribbon-value-115, .ribbon > .ribbonText.ribbon-value-134{
    background: #E2D4ED;
    color: #212121;
}


.ribbon > .ribbon-value-136 {
background:#72E9CF;
color:#212121;
}


/* ----- Slick Slider product list ----- */
.section_ProductNodeList #productlist .slick-slider .product {
    padding:3px;
    transition: padding 0.1s ease-in-out;
}

.section_ProductNodeList #productlist .slick-slider .product:hover {
    padding:0;
}



/* ----- Search autocomplete dropdown ----- */
#ui-id-1 li {
    border-bottom: 1px solid #eee;
}
#ui-id-1 li:last-of-type {
    border-bottom: none;
}
#ui-id-1 .ui-state-active {
    background: #eee;
    border: none;
}
#ui-id-1 li a div:first-of-type {
    margin-right: 8px;
}

/* ---- Document ---- */
.document-container .document-text{
    margin-top:15px;
}
.document-container .btn.open,
.document-container .btn.download{
    font-size: 0px;
}
.document-container .btn.open:before,
.document-container .btn.download:before{
    font-size: 16px !important;
}
[lang="FI"] .document-container .btn.open:before{
    content:"Avata";
}
[lang="FI"] .document-container .btn.download:before{
    content:"Ladata";
}
[lang="EN"] .document-container .btn.open:before{
    content:"Open";
}
[lang="EN"] .document-container .btn.download:before{
    content:"Download";
}
[lang="DA"] .document-container .btn.open:before{
    content:"Åben";
}
[lang="DA"] .document-container .btn.download:before{
    content:"Hent";
}
[lang="SV"] .document-container .btn.open:before{
    content:"Öppna";
}
[lang="SV"] .document-container .btn.download:before{
    content:"Ladda ner";
}
/* ==========================================================================
   Section Styling custom class
   ========================================================================== */
/* --- js-video-iframe.. --- */
.js-video-iframe-youtube p,
.js-video-iframe-vimeo p{
    visibility: hidden;
}

/* --- ul orange-check ---*/
ul.orange-check {
	padding-left:20px;
}
ul.orange-check>li::before {
	content:'\e92d';
	font-family: "Material Icons Round";
	margin-right:5px;
	color: #feb58e;
}

ul.orange-check>li {
	display:flex;
	align-items: center;
	padding-bottom:5px;
}

ul.orange-check>li::marker {
	display:none!important;
}

/* ----- Menu tree .sub-toggle-nav-row > .col-sm-12 > .sub-toggle-nav ----- */

/*visibility*/
@media screen and (max-width:991px) {
  .sub-toggle-nav-row {
  	display: none;
  }
}

/*Background colors*/
.sub-toggle-nav .sidebar-navigation>ul>li:nth-of-type(1) {
	background: #8DBFF1;
}

.sub-toggle-nav .sidebar-navigation>ul>li:nth-of-type(2) {
	background: #EEFF94;
}

.sub-toggle-nav .sidebar-navigation>ul>li:nth-of-type(3) {
	background: #D0B9E1;
}

.sub-toggle-nav .sidebar-navigation>ul>li:nth-of-type(4) {
	background: #FEB58E;
}


.sub-toggle-nav .sidebar-navigation>ul>li:nth-of-type(5) {
	background: #72E9CF;
}

.sub-toggle-nav .sidebar-nav-items li {
	border:none;
}


/*Background colors on hover*/

.sub-toggle-nav .sidebar-navigation>ul>li:nth-of-type(1) .toggle-lvl-two>li>div.sidebar-item:hover {
	background: #B6D6F6;
}

.sub-toggle-nav .sidebar-navigation>ul>li:nth-of-type(2) .toggle-lvl-two>li>div.sidebar-item:hover {
	background: #F8FFD6;
}

.sub-toggle-nav .sidebar-navigation>ul>li:nth-of-type(3) .toggle-lvl-two>li>div.sidebar-item:hover {
	background: #D9C6E7;
}

.sub-toggle-nav .sidebar-navigation>ul>li:nth-of-type(4) .toggle-lvl-two>li>div.sidebar-item:hover {
	background: #FECAAE;
}

.sub-toggle-nav .sidebar-navigation>ul>li:nth-of-type(5) .toggle-lvl-two>li>div.sidebar-item:hover {
	background: #A7F1E1;
}


/*spearhead*/
.sub-toggle-nav  .sidebar-navigation>ul>li.menu-by-product .toggle-lvl-two>li.toggle-item {
display:none;
}

.sub-toggle-nav  .sidebar-navigation>ul>li.menu-by-product .toggle-lvl-two>li.toggle-item.spearhead-product {
  display:block;
}


/*Text translations*/

[lang="en"] .sub-toggle-nav .sidebar-navigation>ul>li.toggle-item>.toggle-btn>a>span:first-of-type:before {
	content: 'Find offering:';
}

[lang="fi"] .sub-toggle-nav .sidebar-navigation>ul>li.toggle-item>.toggle-btn>a>span:first-of-type:before {
	content: 'Löydä tarjooma:';
}

[lang="sv"] .sub-toggle-nav .sidebar-navigation>ul>li.toggle-item>.toggle-btn>a>span:first-of-type:before {
	content: 'Hitta utbud efter:';
}

[lang="da"] .sub-toggle-nav .sidebar-navigation>ul>li.toggle-item>.toggle-btn>a>span:first-of-type:before {
	content: 'Find løsning:';
}


/*First toggle btn and main*/
.sub-toggle-nav .sidebar-nav-heading {
	display: none;
}

.sub-toggle-nav .sidebar-nav-items {
	border: none;
	margin: 0;
}

.sub-toggle-nav-row {
	padding-bottom: 30px;
}

.sub-toggle-nav {
	position: absolute;
	width: 100%;
	z-index: 666;
	left: 0;
  	top: -60px;
  	
}

.sub-toggle-nav .sidebar-navigation>ul {
	display: flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: center;
}

.sub-toggle-nav .sidebar-navigation>ul>li {
	flex: 1;
	background: #EEEEEE;
	margin: 10px;
	padding: 0;
	border-radius:15px;
}

.sub-toggle-nav .sidebar-navigation>ul>li.toggle-item>.toggle-btn {
	border: 0;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub-toggle-nav .sidebar-navigation>ul>li.toggle-item>.toggle-btn>a {
	display: flex;
	align-items: center;
	justify-content:space-between;
	padding: 15px;
	font-size: 20px;
	font-weight: 700;
}

.sub-toggle-nav .sidebar-navigation>ul>li.toggle-item>.toggle-btn>a>span:first-of-type:before {
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 14px;
}

.sub-toggle-nav .sidebar-navigation>ul>li.toggle-item>.toggle-btn>a>.toggle-sign {
	position: relative;
	right: unset;
	top: unset;
	line-height: unset;
	font-size: 25px;
}

/*Dropdown*/

.sub-toggle-nav .sidebar-nav-items li.toggle-item {
	border: none;
	padding-top: 0;
}

.sub-toggle-nav .toggle-lvl-one div.sidebar-item {
	margin: 0;
	padding: 0;
	border: none;
}

.sub-toggle-nav .toggle-lvl-two>li>div.sidebar-item {
	transition: background 0.3s ease-in-out;
}

.sub-toggle-nav .toggle-lvl-two>li.toggle-item:last-of-type>div.sidebar-item{
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}


.sub-toggle-nav .toggle-lvl-two a {
	padding-left: 15px;
	padding-top:8px;
	padding-bottom:8px;
}

.sub-toggle-nav .toggle-lvl-two>li.toggle-item:last-of-type>div.sidebar-item a {
	padding-bottom: 10px;
}

/*Sub toggle nav with one level*/

.sub-toggle-nav-one-level {
	margin-top:25px;
}

.sub-toggle-nav-one-level a {
    text-align:center;
    padding:20px;
    transition: background 0.3s ease-in-out;
    border-radius: 15px;
}



.sub-toggle-nav-one-level .sidebar-navigation>ul>li:nth-of-type(1) a:hover {
	background: #B6D6F6;
}

.sub-toggle-nav-one-level .sidebar-navigation>ul>li:nth-of-type(2) a:hover {
	background: #F5FFC2;
}

.sub-toggle-nav-one-level .sidebar-navigation>ul>li:nth-of-type(3) a:hover {
	background: #D9C6E7;
}

.sub-toggle-nav-one-level .sidebar-navigation>ul>li:nth-of-type(4) a:hover {
	background: #FECAAE;
}

.sub-toggle-nav-one-level .sidebar-navigation>ul>li:nth-of-type(5) a:hover {
	background: #A7F1E1;
}

.sub-toggle-nav-one-level .sidebar-navigation>ul>li.active a:hover {
	background: unset;
}

/* ==========================================================================
   Page Styling
   ========================================================================== */
/* Index page
   ========================================================================== */

.cd-main-content>.content>.container>.row.latest-news-row {
margin-top:30px;
margin-bottom: 0;
}



.row.latest-news-row .section_ProductNodeList, .row.latest-news-row .section_ProductNodeList section.products  {
padding-bottom:0;
}


/* New index page*/

@media screen and (min-width:1200px) {
    .see-all-right-link {
    position: absolute;
    right: 0;
    top: 0;
}
}

.section.see-all-right-link {
    padding-bottom: 0!important;
}
.see-all-right-link .btn {
    margin-top: 0;
}

@media screen and (min-width: 1200px) {
.index-page-first-row .content-block-text-bottom {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}
}


.slider-customer-case-row .product .hover-product-image-wrapper {
    position: static!important;
}


.slider-customer-case-row .slick-slider .hover-product {
margin: 15px;
}


.row.slider-customer-case-row {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 0!important;
}

.row.slider-customer-case-row >.col-sm-12, .container.slider-customer-case-row {
    margin-top: -15px;
}

.row.slider-customer-case-row .section, .row.slider-customer-case-row .section section {
    padding-bottom: 0!important;
}

.row.start-page-heading-customer-cases {
    margin-bottom: 0!important;
    margin-top: 30px;
}


.row.index-page-first-row {
margin-top: 30px;
}


/* News
   ========================================================================== */
/* ----- News archive page ----- */

/* ----- News detail page ----- */

/* Industry and Solution pages
   ========================================================================== */

.products-and-solutions-row > .col-sm-12 {
display:flex;
  flex-wrap:wrap;
}

.products-and-solutions-row > .col-sm-12 > .section {
width:23.5%;
}

.products-and-solutions-row > .col-sm-12 > .section:nth-of-type(odd) {
margin-right:2%;
margin-left:2%;
}

.products-and-solutions-row > .col-sm-12 > .section:first-of-type, .products-and-solutions-row > .col-sm-12 > .section:nth-of-type(5), .products-and-solutions-row > .col-sm-12 > .section:nth-of-type(9), .products-and-solutions-row > .col-sm-12 > .section:nth-of-type(13) {
margin-left:0;
}


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

.products-and-solutions-row > .col-sm-12 > .section {
width:49%;
}


.products-and-solutions-row > .col-sm-12 > .section:nth-of-type(odd) {
margin-right:2%;
margin-left:0;
}


}

@media screen and (max-width: 499px){
    .products-and-solutions-row > .col-sm-12 > .section {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}


.products-and-solutions-row.three-grid > .col-sm-12 > .section:nth-of-type(odd) {
	margin:0;
}


.products-and-solutions-row.three-grid  > .col-sm-12 > .section {
	width:32%;
}

.products-and-solutions-row.three-grid > .col-sm-12 > .section:nth-of-type(3n+2) {
	margin-left:2%;
	margin-right:2%;
}

/* Contact us
   ========================================================================== */

/*Contact card row styling*/

@media screen and (min-width:992px) {
	.contact-card-row > .col-sm-12 {
		display:flex;
		flex-wrap:wrap;
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.contact-card-row > .col-sm-12 > .section {
		width:49%;
	}


	.contact-card-row > .col-sm-12 > .section:nth-of-type(odd) {
		margin-right:2%;
	}
}

@media screen and (min-width:1200px) {
	.contact-card-row > .col-sm-12 > .section {
		width:32%;
	}

	.contact-card-row > .col-sm-12 > .section:nth-of-type(3n+1) {
		margin-right:2%;
	}


	.contact-card-row > .col-sm-12 > .section:nth-of-type(3n+3) {
		margin-left:2%;
	}
}

/*four contact cards*/
@media screen and (min-width:1300px) {
.contact-card-row.contact-card-row-four > .col-sm-12 > .section {
width:23.5%;
}

.contact-card-row.contact-card-row-four  > .col-sm-12 > .section:nth-of-type(1n+1) {
margin-right:2%;
margin-left:0;
}

.contact-card-row.contact-card-row-four  > .col-sm-12 > .section:nth-of-type(4n+4) {
margin:0;
}

.contact-card-row.contact-card-row-four a {
font-size:1em!important;
margin-bottom:10px!important;
}

.contact-card-row-four .contact-card a::before {
font-size:1em!important;
margin-right:5px!important;
}

.contact-card-row-four .contact-card .contact-card-info {
padding:15px!important;
}
}


.contact-main-info-contact p {
	display:flex;
	align-items:center;
	font-size:1.2em;
	color: #0B473A;
}

.contact-main-info-contact strong {
	margin-right:10px;
}

.contact-main-info-contact span {
	margin-right:10px;
}

.contact-main-row {
margin-bottom:30px;
}

.contact-main-row > div, .contact-main-info-row > div {
display:flex;
padding:0;
}

.contact-main-info-row > div {
align-items: center;
}

.contact-main-info-row > div > div {
width:50%;
}

.contact-main-info-row  {
background:#eee;
border-radius:15px;
padding:30px;
display:flex;
align-items:center;
}

.contact-main-row .row {
margin:0!important;
}

.contact-main-row .row.contact-main-info-row {
margin-right:30px!important;
}

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

.contact-main-info-row > div {
align-items: center;
flex-direction:column;
}

.contact-main-info-row > div > div {
width:100%;
}
.contact-main-info-row .section_Image {
margin:0 auto;
max-width:50%;
}

.contact-main-contact-row  > div {

display:flex;
flex-direction:column;
align-items:center;
}

.row.contact-main-row > div > div {
width:50%;
}

}


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

.contact-main-row > div {
flex-wrap:wrap;
}
.row.contact-main-row > div > div {
width:100%;
}

.contact-main-image-row {
display:none;
}

.contact-main-row .row.contact-main-info-row {
margin-right:0!important;
margin-bottom: 30px!important;
}

.contact-main-contact-row > div {
align-items:flex-start;
}
}

@media screen and (min-width:1200px) {
	.contact-main-info-row {
		width:66.666%;
	}

	.contact-main-form-row {
		width:33.3333%;
	}
}


/*Contact by expert btns*/




.expert-solution-btns .btn {
	margin-right: 10px;
	padding:15px 20px;
}

@media screen and (max-width: 576px){
    .expert-solution-btns .btn{
        padding: 7px 10px;
        font-size: 3.3vw;
    }
}

.expert-solution-btns .btn::after {
    content: '\e5c8';
    font-family: "Material Icons Round";
    display: inline;
    position: relative;
    top: 3px;
    margin-left:6px;
}

/* About us
   ========================================================================== */

/* Our Story
   ========================================================================== */

/*[data-pageid="107"] .content-block-full-img {
height:unset;
min-height:780px;
padding:10%;
}

[data-pageid="107"] .content-block-full-img .content-block-text-box {
width:80%;
max-width:unset;
position:static;
}

[data-pageid="107"] .content-block-text-box.content-block-text-right {
margin-left:auto;
} */



/* Login page
   ========================================================================== */
.pt-page-login {
    background-image: url('/en/image/getthumbnail/1013');
}


/* Customer Cases
   ==========================================================================*/
.client-images-col{
    display: flex;
    flex-wrap: wrap;
    gap:15px;
}
.client-images-col section{
    width: calc(20% - 15px);
    display: flex;
    align-items: center;
    justify-content: center;
    background:#fff;
    border-radius: 15px;
    padding-bottom: 0px !important;
    min-height: 150px;
}
@media screen and (max-width: 1199px){
    .client-images-col section {
        width: calc(33% - 15px);
        min-height:100px;
    }
}
.client-images-col img{
    padding:30px;
    max-height:150px;
}
/*	Partner Page
	=================================================*/
.partner-col{
    display: flex;
    flex-wrap: wrap;
    gap:15px;
}
.partner-col section{
    width: calc(20% - 15px);
    display: flex;
    align-items: center;
    justify-content: center;
    background:#fff;
    border-radius: 15px;
    padding-bottom: 0px !important;
    min-height: 150px;
}
@media screen and (max-width: 1199px){
    .partner-col section {
        width: calc(33% - 15px);
        min-height:100px;
    }
}
.partner-col img{
    padding:10px;
    max-height:150px;
}
.partner-col .content-block-image-top{
    height: 100%;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.partner-col .content-block-image{
    margin-bottom:0px;
}
.partner-col .content-block-image-top a:after{
    display: none;
}


/* Shaping the future of Manufacturing page 321
   ========================================================================== */

[data-pageid="321"] .hero-container {
    height:600px;
}

[data-pageid="321"] .section_ProductNodeList .slick-slider {
    padding: 25px;
}


[data-pageid="321"] .section_ProductNodeList .slick-prev {
   left:0;
}

[data-pageid="321"] .section_ProductNodeList .slick-next {
    right:0;
}

[data-pageid="321"] .section_ProductNodeList .slick-prev:before, [data-pageid="321"] .section_ProductNodeList .slick-next:before {
    color:black;
}


/* Product Pages Styling
   ========================================================================== */

/* Catalog landing page (3)
   ========================================================================== */

/* List pages for product content
========================================================================== */

/* ----- Hero row ----- */

.hero-row-catalog{
	background-position-x: center;
	background-position-y: center;
	background-repeat:no-repeat;
	background-size:cover;
}


.hero-content {
	margin:0;
}

.hero-row-catalog > .container {
	height:100%;
	display:flex;
	align-items:flex-end;
}

.hero-row-catalog-content {
	padding-bottom:6%;
	margin:0;
}

.hero-container .hero-content {
	max-width:40%;
  	display: flex;
	flex-direction: column;
  	padding-bottom: 6%;
}


@media screen and (max-width:1199px) {
	.hero-container {
		height: 460px;
	}
  
  .hero-container .hero-content{
		max-width: 60%;
	}
}

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

  .hero-container .hero-content{
		max-width: 80%;
	}
}

@media screen and (max-width:767px) { 
  
  .hero-container .hero-content {
		max-width: 95%;
    	padding-bottom: 30px;
	}
}

/* ----- Pre-header ----- */
.hero-catalog-content {
	display:flex;
	flex-direction:column;
}

.hero-catalog-content h3 {
	color: #1FC9A4!important;
    font-weight: 400;
}

.hero-catalog-content > .section:not(.section_Content) {
	order:1;
}


.hero-catalog-content > .section {
	padding:0;
}



/* ----- Background for insights ----- */

.hero-row-insights {
	background-image: url('/en/image/getthumbnail/1716');
}


/* PDP (19)
========================================================================== */

/* VPDP (23)
========================================================================== */

/* IPDP Content types - General styling
========================================================================== */
/*Date on IPDP*/

.date-section dt {
	display:none;
}

.date-section dl.dl-horizontal {
	margin-bottom: 0;
}

.date-section dl.dl-horizontal, .date-section dd {
	display: flex;
}

.date-section dd:after {
	content: '.';
}

.date-section dd:last-of-type:after {
	content: '';
}

.main-intro-col {
	display: flex;
	flex-direction: column;
}

.main-intro-col .date-section {
	order: -1;
}

/* IPDP Blog Post Page (20)
========================================================================== */

/*Quote*/
blockquote, .quote-text p, .quote-text h5 {
  font-size: 1.4em;
  border-left:none;
  padding: 40px 0px 0 30px!important; 
font-weight:500!important;
}


blockquote::before, .quote-text p::before, .quote-text h5::before {
  content: "\201C";
  font-size: 4em; 
  line-height: 0; 
color:#29627A;
display:flex;
}

.quote-person {
padding-left:30px!important;
font-size:0.9em;
}

.quote-person p::before {
content: '- ';
}
/*End*/

.blog-post-col .section, .blog-post-col .section+.section {
	padding-bottom:5px;
}

.blog-post-col > .row {
	padding-bottom:30px;
}

.blog-post-col h2 {
	font-size: 1.6em;
	font-weight: 600;
	margin-bottom:0;
}
.blog-post-col h3 {
    margin-top: 30px;
}

.blog-post-col .blog-image {
	font-size:0.7em;
}

/* Sticky sidebar */
.blog-sidebar.sticky-sidebar {
    position: sticky;
    top: 90px;
  	transition: top 0.3s ease-in-out;
}
.blog-sidebar {
  	top: 0;
  	transition: top 0.3s ease-in-out;
}


.blog-post-col .embed-container{
	margin-bottom:20px;
}

/* Blog sidebar */
.blog-sidebar .active-title p {
	font-weight: bold;
}
.blog-sidebar p:hover {
	cursor: pointer;
}
@media screen and (max-width: 991px){
    .blog-sidebar {
        display: none;
    }
    .blog-post-col {
        width: 100%;
    }
}

.blog-sidebar .active-title {
	transition: background 0.2s ease-in-out;
}

.blog-sidebar .active-title > .row {
	background: #EEFF94;
	border-radius: 15px;
}

.blog-sidebar [class*="blog-subtitle-"] > .row {
	padding-top:8px!important;
}

.blog-sidebar [class*="blog-subtitle-"] {
	padding-bottom: 15px!important;
}

[class*="blog-subtitle-"] h2 {
    margin-top:50px;
}

/*Hide sidebr when form is active*/
.blog-sidebar.active-hubspot-form>.section {
	display:none;
}

/* Blog hero */
.blog-hero-row {
	border-radius: 15px;
	background-size: cover;
	margin-bottom: 0px !important;
}
.blog-hero-row hr {
	display: none;
}
.blog-hero-row .slider-for.main a {
    height: 640px;
    display: block;
}
.blog-hero-row .slider-for.main a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.blog-hero-row .section {
    padding: 0;
}
.blog-hero-row .product-slider-section {
    padding-bottom: 5px;
}
@media screen and (max-width: 991px){
    .blog-hero-row .slider-for.main a {
        height: 350px;
    }    
}
@media screen and (max-width: 767px){
    .blog-hero-row .slider-for.main a {
        height: 275px;
    }    
}


/* IPDP Podcast Page (254)
========================================================================== */

.row.podcast-video-top-row {
margin:0;
}

.podcast-video-top-row > .col-sm-12 {
background:#E0E0E0;
border-radius:15px;
padding:40px;
}


.podcast-video-top-row .section_Content, .podcast-video-row .section_ProductDetail_Description {
padding-bottom:0!important;
}

.podcast-video-row {
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}

.podcast-video-row > .col-sm-6 {
width:48%;
padding:0;
}

.podcast-call-box {
background:#193D4D;
display:flex;
align-items:center;
padding:30px!important;
border-radius:15px;
color:white;
}

.podcast-col a:not(.btn){
color: #1FC9A4;
    transition: color 0.2s ease-in-out;
}
.podcast-col a:not(.btn):hover{
color: #FEB58E;
    text-decoration: none;
}


.podcast-col .toggleButton::after {
font-size:30px;
}

.podcast-video-top-row .btn {
color:white;
border-color:White;
}

.podcast-video-top-row .btn:hover {
color:#212121;
}


@media screen and (max-width:991px) {
	.podcast-video-row > .col-sm-6 {
		width:100%;

	}
	.podcast-video-row > .col-sm-6:first-of-type {
		margin-bottom:30px;
	}
}

/* IPDP Product Pages
========================================================================== */

/*Make first node "active"*/

[data-pageid="71"] .product-page-row .section_Menu .sidebar-navigation > ul > li:first-of-type a, [data-pageid="90"] .product-page-row .section_Menu .sidebar-navigation > ul > li:first-of-type a, [data-pageid="95"] .product-page-row .section_Menu .sidebar-navigation > ul > li:first-of-type a, [data-pageid="96"] .product-page-row .section_Menu .sidebar-navigation > ul > li:first-of-type a, [data-pageid="97"] .product-page-row .section_Menu .sidebar-navigation > ul > li:first-of-type a, [data-pageid="98"] .product-page-row .section_Menu .sidebar-navigation > ul > li:first-of-type a, [data-pageid="99"] .product-page-row .section_Menu .sidebar-navigation > ul > li:first-of-type a, [data-pageid="100"] .product-page-row .section_Menu .sidebar-navigation > ul > li:first-of-type a, [data-pageid="101"] .product-page-row .section_Menu .sidebar-navigation > ul > li:first-of-type a, [data-pageid="102"] .product-page-row .section_Menu .sidebar-navigation > ul > li:first-of-type a, [data-pageid="103"] .product-page-row .section_Menu .sidebar-navigation > ul > li:first-of-type a, [data-pageid="181"] .product-page-row .section_Menu .sidebar-navigation > ul > li:first-of-type a, [data-pageid="182"] .product-page-row .section_Menu .sidebar-navigation > ul > li:first-of-type a, [data-pageid="183"] .product-page-row .section_Menu .sidebar-navigation > ul > li:first-of-type a, [data-pageid="204"] .product-page-row .section_Menu .sidebar-navigation > ul > li:first-of-type a, [data-pageid="224"] .product-page-row .section_Menu .sidebar-navigation > ul > li:first-of-type a, [data-pageid="269"] .product-page-row .section_Menu .sidebar-navigation > ul > li:first-of-type a, [data-pageid="366"] .product-page-row .section_Menu .sidebar-navigation > ul > li:first-of-type a {
	font-weight: bold;
	color:#337A99;
}

/*Parttrap ONE:71
Logia WMS: 90 */

/* ----- General styling ----- */
.product-page-row {
	display: flex;
  	display: -webkit-flex;
  	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  	width: 100%;
}
.product-page-row .section_Menu, .product-page-row .section_Menu .sidebar-nav {
	height: 100%;
}

.row.product-page-row > .col-sm-3 {
    flex: 1;
}

@media screen and (max-width:767px){
    .row.product-page-row > .col-sm-3{
        width:100%;
    }
    .product-page-row .sidebar-nav-toggle:after{
        content: "\e5cf";
        font-family: 'Material Icons Round';
        font-size: 18px;
        float: right;
        transition: 0.2s;
    }
    .product-page-row .section_Menu:not(.sub-toggle-nav) .sidebar-nav{
        padding:8px 25px 4px 25px;
    }
}


/* Search result (4)
========================================================================== */
.section_ProductSearchList .product-nav {
    display: block !important;
    margin-bottom: 10px;
    border: none;
}
.section_ProductSearchList .product-nav .form-inline {
    display: none;
}
.section_ProductSearchList .product-nav .product-nav-pagination .pull-right:last-of-type span:hover {
    background: none;
}
.section_ProductSearchList .product-nav .product-nav-pagination .pull-right:last-of-type span {
    background: none;
}
.section_ProductSearchList .product-nav .product-nav-pagination {
    padding-right: 0;
}

/* CTA PAGE
========================================================================== */

.page[data-pageid="92"] {
background-image: url('/en/image/getthumbnail/2590');
background-size:cover;
background-repeat:no-repeat;
}

.page[data-pageid="92"] .cd-main-content {
background: transparent;
}

.page[data-pageid="92"] .cd-main-content > .content > .container >.row {
background:#eee;
padding:3%;
border-radius:15px;
}

.page[data-pageid="92"] .row.footer-page-row, .page[data-pageid="92"] .row.footer-newsletter-row {
display:none;
}
.page[data-pageid="92"] .footer {
padding-top:0;

}

.page[data-pageid="92"] .row.footer-main-row {
  margin-top:0;
}


.contact-main-row-new .contact-main-form-row {
    width: 100%;
}


/* Authors
   ==========================================================================
Sofia Moretti
*/


/*Product list with name change in progress*/
.prod-name-change #productlist li.product p.product-description-text {
display:block;
    font-size: 1.1em;
    font-weight: 700;
    padding: 30px 15px;
    padding-top: 0;
    height: unset;
    margin-bottom: 0;
}


.prod-name-change #productlist li.product .hover-product-additonal-details {
font-size:0;
}

.prod-name-change #productlist li.product h3.hover-product-title {
font-size:0;
padding: 0;
}

/*Slick slider*/
.prod-name-change #productlist .slick-slider .product p.product-description-text {
display:block;
    font-size: 1.1em;
    font-weight: 700;
    padding: 30px 15px;
    padding-top: 0;
    height: unset;
    margin-bottom: 0;

}


.prod-name-change #productlist .slick-slider .product .hover-product-additonal-details {
font-size:0;

}

.prod-name-change #productlist .slick-slider .product h3.hover-product-title {
font-size:0;
padding: 0;
}


.prod-name-change #productlist .slick-slider .product  .hover-product-image {
border: none;
box-shadow:none;
}


/* Temp menu */
/* General */
@media screen and (min-width: 1200px){
    .header .cd-secondary-nav {
        border-radius: 15px;
    }
    .header .menu-offering > .cd-secondary-nav {
        padding: 0;
        display: flex;
        border: none;
    }
    .header .menu-offering > .cd-secondary-nav > li {
        margin: 0;
    }
    .header .menu-by-industry {
        background: #F8F8F8;
        padding: 30px;
        flex: 1;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .header .menu-by-solution {
        background: #F8F8F8;
        padding: 30px;
        flex: 1;
    }
    .header .menu-by-product {
        background: #E9E9E9;
        padding: 30px;
        flex: 2;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .header .menu-by-product > ul {
        display: flex;
        flex-wrap: wrap;
    }
    .header .menu-by-product > ul > li {
        flex: 0 0 50%;
        background: white;
        border-radius: 15px;
        padding: 10px;
        margin-bottom: 5px;
        display: none;
    }
    .header .menu-by-product > ul > li.spearhead-product {
        display: block;
      	position: relative;
    }
    .header .menu-by-product > ul > li > a {
        font-weight: 700;
        position: absolute;
        width: 100%;
        height: 100%;
      	line-height: 20px;
    }
    .header .menu-by-product > ul > li > div {
        color: #000;
        font-size: 0.8em;
        margin-top: 20px;
    }
    .header .spearhead-product.menu-see-all-node {
        background: none;
        padding: 0;
        margin-top: 5px;
    }    
}
.desktop-main-navigation .cd-main-header {
    background: none;
}
.desktop-main-navigation .cd-primary-nav > li > a {
    color: #fff;
  	font-weight: 500;
}
.desktop-main-navigation .cd-primary-nav > li > a:before,
.desktop-main-navigation .cd-primary-nav > li > a:after {
    display: none;
}
.desktop-main-navigation .menu-by-product {
    overflow-y: hidden !important;
}
.sticky-header .desktop-main-navigation .cd-primary-nav > li > a {
    color: #000;
}
.sticky-header .desktop-main-navigation .cd-secondary-nav {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.sticky-header .desktop-main-navigation .menu-by-industry {
    border-top-left-radius: 0;
}
.sticky-header .desktop-main-navigation .menu-by-product {
    border-top-right-radius: 0;
}
.desktop-main-navigation .cd-primary-nav > li > a.selected {
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 15px;
    text-decoration: none;
}
.sticky-header .desktop-main-navigation .cd-primary-nav > li > a.selected {
    font-weight: 500;
    border: 2px solid #000;
    border-radius: 15px;
    text-decoration: none;
}
.desktop-main-navigation .cd-primary-nav > li > a {
    border: 2px solid transparent;
    padding-left: 20px !important;
    padding-right: 20px !important;
    height: 33px;
}
.header:not(.header-transparent) .desktop-main-navigation .cd-primary-nav > li > a {
    color: #000;
}
.header:not(.header-transparent) .desktop-main-navigation .cd-primary-nav > li > a.selected {
    border: 2px solid #000;
}
.megamenu-wrap {
    display: flex;
    flex: 1;
}
.column-layout .megamenu-wrap {
    flex-direction: column;
}
.megamenu-content {
    flex: 1;
    position: relative;
}
.megamenu-wrap > li > a:before,
.megamenu-wrap > li > a:after{
    display: none;
}
.megamenu-wrap > li > a {
    font-weight: bold;
    font-size: 1em !important;
}
.menu-offering .megamenu-wrap > li > a {
    cursor: unset;
    text-decoration: none !important;
}
.megamenu-content {
    margin-left: 30px;
}
.column-layout .megamenu-wrap {
    justify-content: center;
}
.megamenu-content .node-class {
    display: none;
}
.megamenu-content .image-container {
    border-radius: 15px;
    overflow: hidden;
}
.megamenu-content .image-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.megamenu-content-inside {
    background: white;
    width: 60%;
    position: absolute;
    border-radius: 15px;
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.megamenu-content-inside > * {
    width: 100%;
}
.megamenu-content h4 {
   font-size: 0.8em;
margin-bottom: 3px;
}
.megamenu-content h3 {
    margin-bottom: 5px;
}
.megamenu-content p {
    font-size: 0.9em;
    margin-bottom: 15px;
  	color: #000;
}
.megamenu-content .btn {
    width: auto;
    padding: 0px 26px !important;
    border-bottom: 2px solid #000 !important;
}
.desktop-main-navigation .cd-secondary-nav {
    display: flex;
}
.megamenu-wrap > li {
    flex: auto;
}
.column-layout .megamenu-wrap > li {
    flex: unset;
}
.menu-content-insights .megamenu-wrap > .see-all {
    display: block;
}
.menu-content-insights .megamenu-wrap > .see-all a:before {
    content: 'See all ' !important;
    font-family: 'asap', sans-serif !important;
 	display: inline;
}


[lang="sv"] .menu-content-insights .megamenu-wrap > .see-all a:before {
    content: 'Se alla ' !important;
}

[lang="da"] .menu-content-insights .megamenu-wrap > .see-all a:before {
    content: 'Se alle ' !important;
}

[lang="fi"] .menu-content-insights .megamenu-wrap > .see-all a:before {
    content: ' ' !important;
}



.desktop-main-navigation .cd-secondary-nav {
    padding: 25px;
}
.menu-content-insights .megamenu-wrap > .see-all a:after {
    content: '\e5c8';
    font-family: "Material Icons Round";
    display: inline;
    position: relative;
    top: 3px;
    margin-left: 5px;
}
.menu-see-all-node a:after {
    content: '\e5c8';
    font-family: "Material Icons Round";
    display: inline;
    position: relative;
    top: 3px;
}
.header .menu-by-product > ul {
    margin-top: 5px;
}
.desktop-main-navigation .cd-primary-nav .cd-secondary-nav {
    top: 50px;
  	border-top: 1px solid #ccc;
}
.sticky-header .desktop-main-navigation .cd-primary-nav .cd-secondary-nav {
    top: 43px;
}
.header:not(.header-transparent) .cd-primary-nav .cd-secondary-nav,
.header:not(.header-transparent) .cd-primary-nav .cd-secondary-nav .menu-by-product,
.header:not(.header-transparent) .cd-primary-nav .cd-secondary-nav .menu-by-industry {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.megamenu-wrap li.active > a {
color:#199F82;
font-weight:bold;
}
.header .menu-by-product > ul > li.spearhead-product.menu-see-all-node {
    position: static;
}
.header .menu-by-product > ul > li:hover {
    background: rgba(255, 255, 255, 0.8);
}
.header .menu-by-product > ul > li:hover a {
    text-decoration: none;
}
.header .menu-by-product > ul {
    justify-content: space-between;
    margin-top: 15px;
}
.header .menu-by-product > ul > li {
    flex: 0 0 49%;
    margin-bottom: 12px;
}
.header .menu-offering .megamenu-wrap > li{
    padding: 30px 50px;
}
.header .menu-by-product > ul > li {
    padding: 10px 20px;
}
.header .menu-by-product > ul > li > div {
    margin-top: 20px;
}
.header .menu-by-product > ul > li.menu-see-all-node > a {
    width: unset;
    height: unset;
}
.menu-content-about .megamenu-wrap {
    padding: 5px 25px;
}
.column-layout .megamenu-wrap {
    padding: 5px 25px;
}
.column-layout .megamenu-wrap > li > a {
    margin-bottom: 10px;
}
.menu-content-insights .megamenu-wrap > .see-all a:hover {
    color: #000 !important;
}
.menu-content-insights .megamenu-wrap > .see-all a {
    display: inline;
}
.menu-content-insights .megamenu-wrap > .see-all {
    order: 2;
}
.header .menu-by-product > ul > li.menu-see-all-node > a:hover {
    text-decoration: none;
}
.header .menu-by-product > ul > li.menu-see-all-node > a:hover:after {
    background: #FFD285;
    border-radius: 50px;
    transition: background 0.3s ease-in-out;
}
.header .menu-by-product > ul > li.menu-see-all-node > a:after {
    transition: background 0.3s ease-in-out;
    border-radius: 50px;
}
.header .menu-by-product > ul > li:hover {
    background: #EEFF94;
  	transition: all 0.3s ease-in-out;
}
.header .menu-by-product > ul > li {
  	transition: all 0.3s ease-in-out;
}
.menu-content-insights .megamenu-wrap > .see-all a:hover:after {
    background: #FFD285;
    border-radius: 50px;
    transition: background 0.3s ease-in-out;
}
.menu-content-insights .megamenu-wrap > .see-all a:after {
    transition: background 0.3s ease-in-out;
    border-radius: 50px;
}
.megamenu-wrap a:hover {
    text-decoration: none;
}
.desktop-main-navigation .cd-primary-nav > li > a:hover,
.desktop-main-navigation .cd-primary-nav > li > a:focus {
    text-decoration: none;
}
.megamenu-wrap > li > ul a:hover {
    font-weight: 600;
}
.header .desktop-main-navigation .cd-primary-nav .cd-secondary-nav {
    left: 50%;
    transform: translatex(-50%) !important; 
}
.header .desktop-main-navigation .cd-primary-nav, .header .desktop-main-navigation .cd-main-header, .header-nav-row > div {
    transform: unset !important;
    position: unset !important;
}

/* Dark text header temp */
.main-header.dark-text-header .desktop-main-navigation .cd-primary-nav > li > a {
    color: #000;
}
.main-header.dark-text-header .desktop-main-navigation .cd-primary-nav > li > a.selected {
    font-weight: 500;
    border: 2px solid #000;
    border-radius: 15px;
    text-decoration: none;
}
.main-header.dark-text-header .header-logo.logo-black {
    display: block;
    visibility: visible;
}
.main-header.dark-text-header .header-logo.logo-white {
    display: none;
}
.main-header.dark-text-header .search-icon {
    color: #212121;
}
.main-header.dark-text-header .header-search-text {
    color: #000;
}
.main-header.dark-text-header .section_LanguagePicker .top-bar-link>a {
    color: #212121;
}
.main-header .header-search-text {
    font-weight: 500;
}
.section_LanguagePicker .top-bar-link>a {
    font-weight: 500;
}
#floatingBarsG {
    display: none !important;
}
@media screen and (max-width: 1199px){
    .search-container .catalogsearchbox {
        width: 100%;
        min-width: 400px;
    }
}
@media screen and (max-width: 1199px) {
 	.mobile-menu-toggle p:before {
	    content: '\e5d2';
	    font-family: "Material Icons Round";
	    font-size: 25px;
	    margin-right: 5px;
	}
	.mobile-menu-toggle p {
	    display: flex;
	    align-items: center;
	    cursor: pointer;
	} 
	.mobile-menu-top-flex > div {
		display: flex;
		justify-content: space-between;
	}
	.mobile-main-navigation .sidebar-nav-toggle {
	    display: none;
	}
	.mobile-main-navigation .sidebar-nav-items {
	    display: block !important;
	}
	.mobile-main-navigation .section_Menu .sidebar-nav {
	    background: none;
	    padding: 0;
	    margin-top: 15px;
	}
	.mobile-main-navigation .toggle-lvl-one > li > div > a {
	    font-size: 1.5em;
	}
	.mobile-menu-close p:before {
	    content: '\e5cd';
	    font-family: "Material Icons Round";
	    font-size: 25px;
	    margin-right: 5px;
	}
	.mobile-menu-close p {
	    display: flex;
	    align-items: center;
	}
	.mobile-main-navigation {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 9999;
	    background: white;
	    overflow: scroll;
	}
	.mobile-menu-top-flex img {
	    max-height: 35px;
	}
	.mobile-menu-top-flex > div {
	    padding: 0;
	}
	.mobile-menu-top-flex .section {
		padding-bottom: 0 !important;
	}
	.mobile-menu-top-flex .cta-btn a {
		margin-top: 0;
	}
	.mobile-menu-top-flex .cta-btn {
		padding-bottom: 0;
	}
	.mobile-main-navigation .sidebar-nav-items {
	    border: none;
	}
	.mobile-main-navigation .toggle-lvl-two > li {
	    padding-left: 0 !important;
	}
	.mobile-main-navigation > div, .mobile-main-navigation > div > div {
	    padding: 0;
	}
	.mobile-main-navigation {
	    padding: 20px !important;
	}
	.mobile-main-navigation .toggle-lvl-one > li > div.toggle-panel {
	    display: block !important;
	}
	.mobile-main-navigation .menu-offering {
	    background: #c9e0f8;
	    border-radius: 15px;
	    margin-bottom: 15px;
	    padding: 5px 15px !important;
	}
	.mobile-main-navigation .menu-offering .toggle-lvl-three {
	    background: #dbebfb;
	    margin-top: 10px;
	    margin-bottom: 10px;
	    border-radius: 15px;
	    padding: 10px 20px;
	}
	.mobile-main-navigation .menu-content-insights {
	    background: #f5ffc2;
	    border-radius: 15px;
	    margin-bottom: 15px;
	        padding: 5px 15px !important;
	}
	.mobile-main-navigation .menu-content-about {
	    background: #e2d4ed;
	    border-radius: 15px;
	    margin-bottom: 15px;
	    padding: 5px 15px !important;
	}
	.mobile-main-navigation .menu-content-contact {
	    background: #ffe9c2;
	    border-radius: 15px;
	    padding: 5px 15px !important;
	}
	.mobile-main-navigation .toggle-lvl-one > li > .toggle-btn > a {
	    pointer-events: none;
	    font-size: 1em !important;
	    color: #000;
	    font-weight: bold;
	}
	.mobile-main-navigation .toggle-lvl-one > li > .toggle-btn > a .toggle-sign {
	    display: none;
	}
	.mobile-main-navigation .toggle-lvl-one a {
	    color: #000 !important;
	}
	
	.header #languageCode > .nav a {
        font-size: 0;
    }
    .header .header-search .header-search-text {
        font-size: 0;
    }
    .header .header-search .search-icon {
        margin-right: 0;
    }
    .header-icon-row > div .mobile-menu-toggle {
        order: 2;
    }
    .header-icon-row > div .mobile-menu-toggle p {
        border: 2px solid #212121;
        padding: 0px 10px;
        border-radius: 15px;
    }
    .header-icon-row > div.col-sm-12 > .section {
        padding-left: 15px;
    }
    .search-container > .container > div {
        padding-right: 0;
    }
    .search-container .section_Image {
        display: none;
    }
    .search-container .catalogsearchbox {
        min-width: unset;
    }
    .search-container .section_CatalogSearchBox {
        flex: 8;
    }
    .search-container .search-close-btn {
        flex: 1;
        text-align: center;
        justify-content: center;
    }
    .search-container .search-close-btn p {
        display: none;
    }
	.search-container .catalogsearchbox {
	    font-size: 0.8em;
	}
	.mobile-main-navigation .toggle-sign:before {
    content: '\e5cf';
    font-family: "Material Icons Round";
    font-size: 25px;
}
.mobile-main-navigation .toggle-sign {
    font-size: 0 !important;
}
.mobile-main-navigation .toggle-lvl-two .toggle-btn.active .toggle-sign:before {
    content: '\e5ce';
}
.mobile-main-navigation .toggle-lvl-two li {
	padding-top: 0;
}
.mobile-main-navigation .toggle-lvl-two li a {
	padding-top: 0;
}
.mobile-main-navigation .sidebar-item a {
	padding-top: 0 !important;
  	padding-bottom: 10px !important;
}
}
@media screen and (max-width: 1199px){
    .mobile-main-navigation {
        width: 400px;
        right: 0;
        left: unset;
    }
    .mobile-main-navigation > .container {
        width: 100%;
    }
    .mobile-main-navigation .sidebar-nav-heading {
        display: none;
    }
    .mobile-main-navigation .section_Menu {
        margin-top: 55px;
    }
  .sticky-header .header-icon-row > div .mobile-menu-toggle p {
    border-color: #212121;
}
  .mobile-main-navigation .menu-by-product .toggle-item {
    display: none;
}
.mobile-main-navigation .menu-by-product .toggle-item.spearhead-product {
    display: block !important;
}
  .header-transparent.dark-text-header .header-icon-row > div .mobile-menu-toggle p {
    border-color: #212121;
    color: #212121;
}
  .mobile-main-navigation .section_Menu:not(.sub-toggle-nav) .sidebar-nav-items a:hover>span {
    color: #000;
}
  
}
@media screen and (max-width: 767px){
    .mobile-main-navigation .section_Menu {
        margin: 0;
    }
  	.mobile-main-navigation {
        width: 100%;
        right: 0;
        left: unset;
    }
}

.open-positions-container li {
    list-style: none;
    margin-bottom: 15px;
    position: relative;
}
.open-positions-container ul {
    padding: 0;
    margin-top: 15px;
}
.open-positions-container p {
    display: none;
}
.open-positions-container a {
    width: 100%;
    display: block;
    padding: 15px;
    border: 2px solid #000;
    border-radius: 15px;
}
.open-positions-container i {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 5px;
}
.open-positions-container i:before {
    content: '\e5cc';
    font-family: 'Material icons round';
}
@media screen and (max-width: 767px){
    .footer-newsletter-row > div > .row > div {
        width: 100%;
    }
    .footer-newsletter-row > div > .row {
        flex-wrap: wrap;
    }
}
.header-transparent .header-icon-row > div .mobile-menu-toggle p {
    border-color: #fff;
}
.mobile-main-navigation .menu-content-about .toggle-lvl-three {
    background: #ECE2F3;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 10px 20px;
}
.mobile-main-navigation .toggle-lvl-two li a:hover {
    font-weight: 600 !important;
}
.scroll-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scroll-to-top-container {
    background: #0E1005;
    display: none;
}

.office-locations-row > div > .row > div {
    display: flex;
    flex-wrap: wrap;
}
.office-locations-row .section {
    width: 50%;
    padding-left: 40px;
    position: relative;
}
.office-locations-row .section:before {
    content: '\e0c8';
    font-family: 'Material icons round';
    color: #1FC9A4;
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 35px;
}
.heading-no-icon:before {
    display: none;
}
.heading-no-icon {
    padding-left: 0 !important;
}
@media screen and (min-width: 768px){
    .office-locations-row .col-sm-6:last-of-type {
    padding-left: 0;
    } 
}
.office-locations-container  {
    border: 2px solid #eee;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 20px !important;
    margin-left: 15px;
    margin-right: 15px;
}
.office-locations-container.col-sm-6 {
    width: calc(50% - 30px);
}
.office-locations-container.col-sm-12 {
    width: calc(100% - 30px);
}
@media screen and (max-width: 767px){
    .office-locations-container.col-sm-6 {
    	width: calc(100% - 30px);
	}
  	.content-block-text a.btn {
    white-space: break-spaces;
}
  .content-block-text h2 {
    word-break: break-word;
}
}
.row.product-page-row {
    margin: 0;
}
.contact-mail a {
    white-space: break-word;
    word-break: break-all;
}
@media screen and (max-width: 499px){
    .blog-hero-row .slider-for.main a {
        height: auto;
    }
}
.desktop-main-navigation .menu-by-product .spearhead-product.menu-see-all-node:hover {
    background: transparent;
}
.desktop-main-navigation .menu-by-product .spearhead-product.menu-see-all-node {
    padding-left: 20px;
}

[data-pageid="246"] .cd-main-content > .hbspt-form {
    display: none;
}
.gated-form-placeholder p {
    display: none;
}
/* End temp */

/*Admin logged in info*/
.admin-login-info {
position:fixed;
top:100px;
right:0;
z-index:999;
}

.admin-login-info .col-sm-12 {
left:unset!important;
transform:none!important;
width:unset!important;
max-width:200px;
}
.admin-login-info .section {
background: #EEFF94;
padding:20px;
border-radius:15px;
color:black;
}

.admin-login-info .section p {
margin:0;
}

.admin-login-info .section h5 {
color:black;
}

.admin-login-info .section .btn:hover {
background:black;
color:#EEFF94;
}

/*Login page*/
.pt-page-login .cd-main-content {
background-image: url('/en/image/getthumbnail/1755');
background-size: cover;
background-repeat: no-repeat;
}

.pt-page-login .login-row img {
border-radius:0;
}

.pt-page-login .login-row {
border-radius:15px;
}

/*Insights Filter*/
.section_ProductFilter .form-group>label.control-label {
display:none;
}

.section_ProductFilter .filterinputbutton {
margin-top:0;
margin-right:10px;
margin-bottom:10px;
}

.section_ProductFilter .filterinputbutton > input {
margin-top:0;
font-size:14px;
padding:5px 14px;
}

.section_ProductFilter .clearAllFilter {
    text-transform: none;
    background: #212121;
    border-color: #212121;
    color: white;
    border: 2px solid;
    border-radius:15px;
    padding:10px 20px;
    font-weight:600;
    font-size:15px;
}

[data-pageid="5"] .cd-main-content>.content>.container>.row {
margin-bottom:0;
}

.section_ProductFilter .filterinputbutton .selected {
background:#1FC9A4;
color: black;
}

/*hr*/
hr {
display:none;
}

/*Toggle Content*/

.toggleContent {
display:none;
}

.toggleButton {
display:inline-flex;
align-items:center;
justify-content:center;
  cursor:pointer;
}

.toggleButton::after {
content: "\e5cf";
    font-family: 'Material Icons Round';
font-size:20px;
}

.toggleButton.active-filter::after {
content: "\e316";
}

.header .section_CatalogSearchBox .show-all-results-button {
    display: none;
}
.header .section_CatalogSearchBox .sectionId-catalog-search-box {
    display: none;
}

/*New startpage test*/
[data-pageid="322"] .hero-container h1 {
font-size: 55px;
}

[data-pageid="322"] .hero-container .hero-content-wrapper>.hero-content {
max-width: 70%;
padding-top:70px;
}




/* ROIMA  COMMUNITY */
/*roima community */ 
/* -------------------------------------------------*/

/**** Navigation****/

.header.rc-header{
  background: #eee;
}

.rc-logo p>a{
    text-decoration: none;
    letter-spacing: 1.5px;
}

.rc-header .user-profile-page-link span:not(.user-profile-name){
    display: none;
}

.rc-header .user-profile-page-link a,
.rc-header .user-log-out-link a{
    border: none;
}

.rc-hero-text .section_LoginStatus a{
    pointer-events: none;
    cursor: copy;
} 

.menu-content-community{
    background: #c2ffd2;
    border-radius: 15px;
    padding: 5px 15px !important;
}

.desktop-main-navigation.rc .cd-primary-nav .cd-secondary-nav{
    top: 43px;
}

.menu-content-community .section_Content p{
    font-weight: 600;
    font-size: 14px !important;
}

.menu-content-community .section_Menu:not(.sub-toggle-nav) .sidebar-nav-items .toggle.toggle-lvl-one>li{
    padding-left: 0;
}

.menu-content-community .section_Menu:not(.sub-toggle-nav) .sidebar-nav-items .toggle.toggle-lvl-one>li a{
    font-size: 16px;
}


/**** Index page ****/ 

/* News grid */
.rc-news-grid .section_NewsList .news-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.rc-news-grid .section_NewsList .post, .pt-page-content .section_NewsList .post{
    width: 100%;
}

.rc-news-grid .section_NewsList .post:first-child{
    grid-area: 1 / 1 / 3 / 3;
}

.rc-news-grid .section_NewsList .post:first-child .post-body{
    display: block;
}

.rc-news-grid .section_NewsList .post .post-body{
    display: none;
}

.rc-news-grid .section_NewsList .post .media-body{
    width: 100%;
}

.rc-news-grid .section_NewsList .post .media > a{
    position: relative;
    width: 100%;
    border-radius: 20px;
  	margin-bottom: 5px;
}

.rc-news-grid .section_NewsList .post .media > a > img{
    max-width: 100%;
}

.rc-news-grid .section_NewsList .post:first-child .media > a{
    height: 400px;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.rc-news-grid .section_NewsList .post:first-child .media > a > img{
    position: absolute;
    top: 50%;
  	left: 50%;
    transform: translate(-50%, -50%); 
    width: auto;
    max-width: unset;
    height: 400px;
    object-fit: cover;
}

@media screen and (max-width: 1200px){
    .rc-news-grid .section_NewsList .news-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .rc-news-grid .section_NewsList .post:first-child{
        grid-area: 1 / 1 / 3 / 3;
    }

    .rc-news-grid .section_NewsList .post:first-child .media > a{
        height: 300px;
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 20px;
    }

    .rc-news-grid .section_NewsList .post:first-child .media > a > img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); 
        width: auto;
        max-width: unset;
        height: 300px;
        object-fit: cover;
    }
}

/*user community login*/
.row:has(.rc-login) .rc-login{
    margin: auto; 
    float: none;
    margin-bottom: 40px;
}

.rc-login .no-border img{
    border-radius: 0;
}

.rc-login .section_ForgotPassword h3{
    pointer-events: none;
}

.rc-login .section_ForgotPassword button{
    margin-top: 0;
    margin-left: 5px !important;
    width: 90px;
}


/* Hero content */
.content:has(.rc-hero-content){
    padding-top: 0;
}

.rc-hero-content{
    position: relative;
    max-height: 410px;
    overflow: hidden;
    margin-bottom: 30px;
}

.rc-hero-content img{
    position: absolute;
    border-radius: 0;
    width: 100%;
    left: 0;
    top: 0;
}

.rc-hero-text{
    padding: 100px 50px;
}

@media screen and (max-width: 768px){
  .rc-hero-text{
    padding: 20vw 15px;
  }
}

.rc-hero-text h2,
.rc-hero-text h1,
.rc-hero-inner-text > div *{
    color: white;
}

.rc-hero-inner-text > div{
    display: flex;
}

.rc-hero-text-welcome h3, 
.rc-hero-text .user-profile-name {
    font-size: 20px;
    margin: 0;
    line-height: 1.2;
    font-weight: 500;
}

.rc-hero-text-welcome h3::after{
    content: " ";
    display: inline-block;
}

.rc-hero-text .user-log-out-link{
    display: none;
}

.rc-hero-text .user-profile-sep,
.rc-hero-text .user-profile-customer{
    display: none;
}

.rc-hero-text .rc-hero-text-welcome, 
.rc-hero-text .section_LoginStatus{
    display: inline-block;
    padding: 0;
}

.rc-hero-text .section_LoginStatus a{
    border: none;
    padding: 0;
}

.rc-dash-blocks .row{
    margin-bottom: 30px;
}

.rc-dash-blocks .row > .col-sm-12 {
    background: #eee;
    border-radius: 15px;
    padding: 30px;
}

.rc-notifications-page .post-body{
  display: none;
}

/* ----- Document list ----- */
.rc .section_DocumentCategories ul,
.rc .section_ProductDocuments ul {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-left: 0;
}
.rc .section_DocumentCategories ul li a,
.rc .section_ProductDocuments ul li a {
    width: 100%;
    display: inline-block;
    padding: 13px 20px;
    color: #333;
    font-size: 15px;
}
.rc .section_DocumentCategories ul li a:after,
.rc .section_ProductDocuments ul li a:after {
    content: '\f01a';
    font-family: fontawesome;
    position: absolute;
    right: 30px;
    font-size: 20px;
    color: #555;
}
.rc .section_DocumentCategories ul li a:before,
.rc .section_ProductDocuments ul li a:before {
    content: '\f1c1';
    font-family: fontawesome;
    color: #333;
    margin-right: 8px;
}

.rc .section_DocumentCategories ul li a:hover:after,
.rc .section_ProductDocuments ul li a:hover:after {
    color: #feb58e;
}

.rc .section_DocumentCategories ul li a:hover,
.rc .section_ProductDocuments ul li a:hover {
    text-decoration: none;
}
.rc .section_DocumentCategories li:nth-child(odd),
.rc .section_ProductDocuments li:nth-child(odd){
    background: #f1f1f1;
}
.rc .section_DocumentCategories img,
.rc .section_ProductDocuments img {
    display: none;
}

.rc .doc-list button{
    cursor: pointer;
    display: flex;
}

.rc .doc-list button::after{
    content: "\e5cf";
    font-family: "Material Icons Round";
    font-weight: 400;
    margin-left: 10px;
    transition: .5s;
    transform: rotate(0deg);
}

.rc .doc-list:has(.doc-btn) .documentlist li{
    display: none;
}

.rc .doc-list button.selected-doc::after{
    transform: rotate(-180deg);
}

.rc .doc-list h3:has(.selected-doc) + .documentlist li{
    display: block;
}

.rc .doc-list .doc-btn{
    background: none;
    outline: none;
    border: none;
}

.rc .doc-list .doc-btn:focus-visible{
    outline: 2px solid black;
}


/*News archive list for Upcoming and past events */
.pt-page-newsarchive .roima-community-events  .section_NewsList .news-list, 
.pt-page-content .roima-community-events .section_NewsList .news-list{
    justify-content: flex-start;
    gap: 15px;
}

/* PDF - Roima community */
@media print {
  body * {
    visibility: hidden;
    height: 0px;
  }
  .pdf-print-container, .pdf-print-container * {
    visibility: visible;
    height: auto;
   
  }
  .pdf-print-container {
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .pdf-print-container .pdf-print-button{
  	display: none;
  }
}


.pt-page-passwordresetfail .row.row-wrapper {
    width: 1000px;
    margin: auto;
    padding: 20px;
    background: #eeeeee;
    border-radius: 15px;
}

@media screen and (max-width: 1199px){
    .pt-page-passwordresetfail .row.row-wrapper {
        width: 90vw;
        padding: 15px;
    }
}/* ==========================================================================
   General Site Styling
   ========================================================================== */
/*Search and list style*/
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(3),
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) {
    width: 100%;
}
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2) {
    width: 100%;
}
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2) .input-group,
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2) .input-group,
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) .input-group {
    width: 100%;
}
@media screen and (max-width: 991px) {
    #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
    #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2),
    .pt-page-quotesearch #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3){
        margin-top: 20px;
    }
}
@media screen and (min-width: 992px){
    #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
    #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2),
    .pt-page-quotesearch #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) {
        width: 30%;
    }
    #searchandlist > .row:first-of-type > .col-md-6 {
        width: 70%;
    }
    .pt-page-invoicesearch #searchandlist .form-control.js-searchlistbox {
        margin-top: 25px;
    }
    .pt-page-invoicesearch #searchandlist .js-pageQuerySearch.pt-btn-search {
        margin-top: 25px;
    }
}
 #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(3) .checkbox,
 #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) .checkbox {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 20px;
}
#searchandlist > .row:first-of-type .selected-user-wrapper {
    margin-left: 20px;
}
#searchandlist > .row:first-of-type .form-group .checkbox {
    float: left;
}

/* Customer information page */
.pt-page-usercustomerinformation .form-uppercase-label label {
    text-transform: none;
}
.pt-page-usercustomerinformation .control-label-static {
    margin-top: 0;
}

/* Quickshop */
.row.quickshopcontent {
    margin-left:  0px;
    margin-right: 0px;
    margin-top: 15px;
}
.quickshopcontent h4 {
    margin-top: 8px;
    text-transform: initial;
}
.quickshopcontent #quickHeader {
    padding-left: 0;
    padding-right: 0;
}
.quickshopcontent .col-sm-2.col-xs-2 {
    padding-right: 0;
}
.quickshopcontent .col-sm-2.col-xs-2 .btn {
    float: right;
    width: 100%;
    font-size: 0;
    height: 33px;
}
.quickshopcontent .col-sm-2.col-xs-2 .btn:after {
    content: '\f07a';
    font-size: 15px;
    font-family: fontawesome;
}
@media screen and (min-width: 992px){
    .quickshopcontent .col-sm-6.col-xs-6 {
        width: 58.33333%;
    }
    .quickshopcontent .col-sm-2.col-xs-2 {
        width: 8.33333%;
    }
}
@media screen and (max-width: 991px) {
    .quickshopcontent > div.col-sm-6.col-xs-6 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-4 {
        width: 50%;
        padding-right: 5px;
        padding-left: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-2 {
        width: 50%;
        padding-left: 5px;
        padding-right: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-2 .btn {
        width: 100%;
    }
    .quickshopcontent #quickHeader {
        padding-left: 0;
    }
}

/*Content banner*/
.section_ContentBanner .banner-wrapper-main {
padding-bottom:0;
}

.section_ContentBanner .slick-dotted.slick-slider {
margin-bottom:0;
}

.section_ContentBanner .carousel {
box-shadow:none;
}

.section_ContentBanner .slick-dots {
bottom:25px;
}

.section_ContentBanner .slick-dots li button:before {
font-size:10px;
opacity:0.6;
}

.slick-dots li.slick-active button:before {
opacity:1;
}

/* Login page */
.pt-page-login label {
    text-transform: none;
}
.pt-page-login .section_Image {
    margin-top: 20px;
    text-align: center;
}
.pt-page-login .section_Login input {
    height: 35px;
}
.section_Login {
    padding-bottom: 0 !important;
}
.section_Login h3 {
    display: none;
}
.section_Login .col-md-5 {
    width: 100%;
}
.section_Login .col-md-5 .col-sm-8 {
    width: 100%;
}
.section_Login .col-md-2.top37 {
    margin: 0;
    width: 100%;
}
.section_Login .col-md-5:first-of-type .col-sm-8:before {
    content: '\f007';
    font-family: fontawesome;
    font-size: 18px;
    position: absolute;
    top: 6px;
    left: 25px;
}
.section_Login .col-md-5:nth-of-type(2) .col-sm-8:before {
    content: '\f13e';
    font-family: fontawesome;
    font-size: 18px;
    position: absolute;
    top: 6px;
    left: 25px;
}
.section_Login input {
    padding-left: 32px;
}
.pt-page-login .section_ForgotPassword > h3.sub-header {
    border-bottom: none;
    text-transform: none;
    font-size: 1em;
    margin-top: 10px;
}
.pt-page-login .section_ForgotPassword > h3.sub-header:hover {
    cursor: pointer;
    text-decoration: underline;
}
.pt-page-login .section_ForgotPassword > h3.sub-header:after {
    content: '?';
}
.pt-page-login .section_ForgotPassword > p,
.pt-page-login .section_ForgotPassword > form {
    display: none;
}
.pt-page-login {
    background-size: cover;
    background-repeat: no-repeat;
}
.section_ForgotPassword {
    padding-bottom: 0 !important;
}
.section_SignUp h3 {
    text-transform: none;
    border-bottom: 0;
    margin-bottom: 5px;
}
.section_SignUp {
    border-top: 1px solid #eee;
    padding-top: 20px !important;
}
.section_SignUp .btn {
    width: 100%;
}
.section_Login #login-response-msg-holder {
    margin-top: 2px;
    font-size: 13px;
}
.pt-page-login .content > .container:first-of-type {
    background: #fff;
    max-width: 400px;
    margin: 10vh auto;
}
.modal .section_ForgotPassword h3 {
    text-transform: none;
    border: none;
    margin-bottom: 5px;
}
/* Account details */
@media screen and (min-width: 992px) {
    .section_AccountDetail > form > .row > .col-md-6 {
        width: 75%;
    }
}
.pt-page-accountdetail .form-uppercase-label label {
    text-transform: none;
}

/*Breadcrumb*/
.breadcrumb-wrapper {
box-shadow: none;
}

/* Sidebar navigation */
.toggle-lvl-two li:first-of-type {
    box-shadow: none;
}
.sidebar-nav .sidebar-item {
    text-transform: none;
    border-bottom: 1px solid #eee;
    margin-left: 0;
    margin-bottom: 0;
}
.sidebar-nav .sidebar-item.sidebar-nav-heading {
    border: none;
    padding-left: 0;
    margin-bottom: 15px !important;
}
.sidebar-nav li.toggle-item {
    padding-bottom: 0px;
    padding-top: 7px;
}
.toggle-lvl-one .sidebar-item {
    padding-bottom: 12px;
}
.toggle-lvl-two {
    background: none;
}
.toggle-lvl-two .sidebar-item {
    padding-left: 15px;
}
.toggle-lvl-three {
    background: none;
}
.toggle-lvl-three .sidebar-item {
    padding-left: 30px;
}
.toggle-lvl-four {
    background: none;
}
.toggle-lvl-four .sidebar-item {
    padding-left: 45px;
}
.toggle-lvl-five {
    background: none;
}
.toggle-lvl-five .sidebar-item {
    padding-left: 60px;
}
.toggle-lvl-one .active {
    font-weight: 500;
}
.sidebar-nav .sidebar-item a.active {
    font-weight: 700;
}
.sidebar-nav li.active .toggle-btn {
    font-weight: 500;
}


/* Cookie notification */
#cookieNotification {
    z-index: 9998;
}

/* Modal */
.modal {
    z-index: 9999;
}
.modal-content {
    padding: 30px;
    max-height: 90vh;
    box-shadow: none;
    border: 1px solid #999;
}
.modal-dialog {
    margin-top: 5vh;
}
.modal-content .content {
    padding-top: 0;
}
.modal-header {
    padding: 0;
    min-height: 0;
}
.modal .close {
    margin-right: 0;
    top: 5px;
    right: 10px;
    font-size: 30px;
    color: grey;
}
.modal .close:hover {
    opacity: 1;
}
.modal .content {
    padding-bottom: 0;
}

/* Cart */
@media screen and (min-width: 992px) {
    .cart:hover {
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .cart:hover {
        width: 100%;
    }
}
.cart-content {
   box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.cart:hover {
    box-shadow: none;
}

/*Buttons*/
.btn, .btn:focus, .btn:active {
outline:none!important;
}

/* Section checkout */
.section_Checkout .btn.js-updateQuantity {
    margin-top: -3px;
}
@media screen and (min-width: 768px){
    [data-loggedin="False"] .OrderSummaryShipToAddress {
        padding-left: 15px;
    }
    [data-loggedin="False"] .OrderSummaryShipToAddress .col-md-6 {
        padding-left: 0;
    }
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 .form-group > .col-sm-7 {
        margin-left: -10px;
    }
}
@media screen and (max-width: 991px){
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 {
        padding-left: 15px !important;
    }
}
@media screen and (max-width: 767px){
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 {
        margin-left: -15px;
    }
}
.section_Checkout .js-warehouse-selector {
    margin-bottom: -15px;
}
/* Section Checkout Confirmation */
.section_CheckoutConfirmation .basket-qty-input-field[readonly] {
    background: transparent;
    border: none;
}

/* Top bar links */
.top-bar .top-bar-link a, .top-bar .top-bar-link a:focus, .top-bar .top-bar-link a:active {
    background: none;
    border: none;
}

/* News list */
.pt-page-newsarchive .section_NewsList .section-heading,
.pt-page-content .section_NewsList .section-heading {
    letter-spacing: 0;
}
.pt-page-newsarchive .section_NewsList .news-list,
.pt-page-content .section_NewsList .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pt-page-newsarchive .section_NewsList .post,
.pt-page-content .section_NewsList .post {
    width: 31.33333%;
}
.pt-page-newsarchive .section_NewsList .post-body,
.pt-page-content .section_NewsList .post-body {
 	padding: 10px 0 0; 
}
.pt-page-newsarchive .section_NewsList .post .media > a,
.pt-page-newsarchive .section_NewsList .post .media > a img,
.pt-page-content .section_NewsList .post .media > a,
.pt-page-content .section_NewsList .post .media > a img {
    max-width: 100%;
}
.pt-page-newsarchive .section_NewsList .post .media > .media-body,
.pt-page-content .section_NewsList .post .media > .media-body {
    width: 100%;
}
.pt-page-newsarchive .section_NewsList .post .media-body .post-heading.media-heading,
.pt-page-content .section_NewsList .post .media-body .post-heading.media-heading {
    margin-top: 10px;
}
.pt-page-newsarchive .section_NewsList .post .media > .pull-left,
.pt-page-content .section_NewsList .post .media > .pull-left {
    margin-right: 0;
}
@media screen and (max-width: 991px){
    .pt-page-newsarchive .section_NewsList .post,
  	.pt-page-content .section_NewsList .post{
        width: 48%;
    }
}
@media screen and (max-width: 576px){
    .pt-page-newsarchive .section_NewsList .post,
  	.pt-page-content .section_NewsList .post {
        width: 100%;
    }
}

/* News menu */
.section_NewsList ul.news-menu {
    padding-left: 0;
    width: 100%;
}


/* News detail */
.section_NewsDetail .article-intro {
    margin-top: 10px;
}
.section_NewsDetail .article-date {
    margin-bottom: 10px;
}
.section_NewsDetail .article-title {
    margin-top: 0px;
    margin-bottom: 5px;
}

/* Alertify dialog */
.alertify-dialog .alertify-message {
    color: #000;
}
.alertify-dialog button,
.alertify-dialog button:hover,
.alertify-dialog button:focus,
.alertify-dialog button:active {
    border-radius: 2px;
    padding: 6px 14px;
    height: 33px;
    line-height: 1.33;
    text-shadow: none;
    background-image: none;
    box-shadow: none;
    width: 49%;
    float: left;
    margin-left: 0;
    margin-right: 1%;
    margin-bottom: 10px;
}
.alertify-dialog button:last-of-type {
    margin-right: 0;
    float: right;
}
.alertify-dialog .alertify-buttons {
    border-radius: 0;
    box-shadow: none;
    padding-top: 5px;
  	background: #fff;
	border: none;
}
#alertify {
    border-radius: 0;
    border: 1px solid #ccc;
    max-width: 400px;
    padding-top: 5px;
    padding-bottom: 10px;
    top: 100px;
}
#alertify p {
    text-align: center;
}
/* Alertify logs */
.alertify-log {
  border-radius: 0;
  text-align: center;
  text-shadow: none;
  padding: 10px;
}

/* Megamenu */
@media screen and (min-width: 1200px) {
    .cd-nav > ul {
        margin: 0;
        padding-right: 0;
        float: left;
    }
  	.cd-primary-nav > li > a {
        height: 30px;
        line-height: 30px;
    }
    .cd-primary-nav .cd-secondary-nav {
      	top: 40px;
        left: 0;
      	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    	border-top: 1px solid #ccc;
      	padding-left: 25px;
    	padding-right: 25px;
      	height: auto !important; 
    }
  	.cd-main-header {
    	border-bottom: none;
	}
  	.desktop-menu .cd-primary-nav .cd-nav-icons li:nth-child(3n), .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+3) {
    	clear: none;
	}
}

/* Megamenu mobile toggle */
@media screen and (max-width: 1199px) {
    .cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
        background: #2e3233;
        left: 0px;
        top: 0px;
        width: 28px;
    }
    .cd-nav-trigger.nav-is-visible {
        background: #e8e8e8;
        border: 5px solid #e8e8e8;
        border-radius: 0px;
        left: -35px;
        height: 40px;
        width: 45px;
    }
    .cd-nav-trigger.nav-is-visible span {
        top: 9px;
        left: 4px;
    }
    .cd-nav-trigger.nav-is-visible span::after {
        top: 15px;
    }
    .cd-main-header.nav-is-visible {
        top: 2px;
        color: transparent;
        position: fixed;
        right: 0;
        z-index: 9999;
    }
    .cd-nav-trigger span::after {
        top: 7px;
    }
    .cd-nav-trigger span {
        top: 22px;
        left: 9px;
    }
    .cd-nav-trigger span::before {
        top: -7px;
    }
    .cd-primary-nav {
        margin-top: 0 !important;
    }
  	.cd-primary-nav .has-children > a::before, .cd-primary-nav .has-children > a::after, .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after 	{
    	background: #fff;
	}
}
/* Contact us form */
.section_ContactUsForm .col-sm-offset-3.col-sm-5.send-copy-holder {
    margin-left: 0;
}
.section_ContactUsForm .col-sm-offset-3.col-sm-5.send-copy-holder .control-label-lg {
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.section_ContactUsForm .col-sm-offset-3.col-sm-5.send-copy-holder input[type="checkbox"] {
    cursor: pointer;
}
.section_ContactUsForm #ContactUsFormSubmit {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
}
.section_ContactUsForm .form-horizontal > .row > .col-sm-4 {
    float: right;
    width: 40% !important;
}
.section_ContactUsForm .form-horizontal > .row > .col-sm-5 {
    width: 60%;
    float: left;
}
@media screen and (max-width: 576px) {
    .section_ContactUsForm .form-horizontal > .row > .col-sm-4 {
        width: 100% !important;
    }
    .section_ContactUsForm .form-horizontal > .row > .col-sm-5 {
        width: 100% !important;
    }
    .section_ContactUsForm #ContactUsFormSubmit {
        width: 100%;
    }
}

/* PDF link */
.CustomPdfStylePrint .basket-total-lines {
    width: 70% !important;
}
.CustomPdfStylePrint .basket-total-lines > .row {
    width: auto; 
} 
.CustomPdfStylePrint .basket-total-lines .col-sm-7.col-xs-6 h5 {
    font-weight: bold;
}
.CustomPdfStylePrint .basket-total-lines .col-sm-5.col-xs-6 {
    width: auto;
  	float: right;
}
.CustomPdfStylePrint .basket-total-lines .col-xs-6:only-child {
    width: 100%;
}
.CustomPdfStylePrint #summaryWrapper > .row:last-of-type > .col-md-12 > fieldset > .row {
    margin-left: 0px;
}
.CustomPdfStylePrint .btn {
  	display: none;
}
/* Checkout import button move to old position */
@media screen and (min-width: 550px){
    .cartactions-container .section_BasketProductImport {
        float: left;
        margin-left: 10px;
        padding-bottom: 0;
    }
}
.cartactions-container .btn {
    height: 32px;
}
.cartactions-container #EmptyCart {
    float: left;
}

.pt-page-favoriteproducts h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
}
.section_ShopplingList .fa-small-header {
    display: none;
}
/* Checkout section */
.section_CheckoutConfirmation .basket-qty-input-field[readonly] {
    background: transparent;
    border: none;
}/* ==========================================================================
   Template styling
   ========================================================================== */

/* Form
   ========================================================================== */
.form-wrapper-div {
border-radius:15px;
background:#EEEEEE;
padding:4%;
}

/* Social icons
   ========================================================================== */
.social-media-links {
   font-size: 35px;
}
.social-media-links a:hover {
    text-decoration: none;
    transform: scale(1.1);
}
.social-media-links a:active,
.social-media-links a:focus {
 	text-decoration: none; 
}


.social-media-links {
display:flex;

}
.social-media-links a {
	transition: all 0.2s ease-in-out;
	margin-right:15px;
	font-size:45px;
}
.social-media-links a:before {
    display: none;
}
.social-media-links a {
    background: #FEB58E;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  	transition: all 0.2s ease-in-out;
}



/* Hero image/video w text and button	
   ========================================================================== */
.hero-container {
	height: 460px;
	background-size: cover;
	display: flex;
	align-items: flex-end;
  	position: relative;
    overflow: hidden;
  	background-position-y: center;
}

.image-placement-top .hero-container {
	background-position-y: top;
}

.hero-container .hero-content-wrapper>.hero-content {
	max-width:60%;
  	display: flex;
	flex-direction: column;
  	padding-bottom: 6%;
}

.pt-page-index .hero-container {
	height: 560px;
    align-items: center;
}


.pt-page-index .hero-container .hero-content-wrapper>.hero-content {
  	padding-bottom: 0;
}

.hero-content-wrapper {
    z-index: 555;
}
.hero-container h1, .hero-container h3, .hero-container p, .hero-container a:not(.cta-btn) {
	color:white;
	border-color:white;
}


.hero-container .hero-pre-heading {
	order:1;
}

.hero-container .hero-heading, .hero-container .hero-sub-heading, .hero-container .hero-buttons {
	order:2;
}

.hero-container .hero-pre-heading h3 {
	color: #1FC9A4;
	font-weight: 400;
}

.hero-container .hero-buttons .btn:not(.cta-btn) {
	margin-right: 10px;
}

.hero-container .hero-buttons .btn:not(.cta-btn):hover {
	color: #212121;
}


.hero-container .hero-buttons .btn.cta-btn:hover {
	filter: brightness(1.1);
}

@media screen and (max-width:1199px) {
	.hero-container {
		height: 460px;
	}
  
  .hero-container .hero-content-wrapper >.hero-content{
		max-width: 60%;
	}
}

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

  .hero-container .hero-content-wrapper >.hero-content{
		max-width: 80%;
	}
}

@media screen and (max-width:767px) {
  
  	.hero-container {
		align-items: flex-end;
	}
  
  .hero-container .hero-content-wrapper>.hero-content {
		max-width: 95%;
    	padding-bottom: 30px;
	}
}

.hero-video-overlay {
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 1px, transparent 1px), 
                    linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 1px, transparent 1px);
  background-size: 1px 1px; /* Adjust this for the size of the grid */
  pointer-events: none; /* Ensures the video remains clickable and interactive */
}

/* Video */
.bg-video-container video {
    width: 100%;
    height: 100%;
  	object-fit: cover;
}
.bg-video-container {
    width: 100%;
  	height: 100%;
    position: absolute;
}
@media screen and (max-width: 991px){
    .bg-video-container {
        display: none;
    }
}
.video-modal .modal-dialog {
	width: 65vw !important;
    top: 0px;
}
@media screen and (max-width: 1199px){
.video-modal .modal-dialog {
    width: 90vw !important;
}
}
.video-modal .modal-content {
    background: #0F252E;
    border-radius: 15px;
    border: none;
    padding: 25px;
}
.video-modal span {
	color: #fff;
}
.modal .close span:before {
	content: '\e5cd';
	font-family: "Material Icons Round";
	font-size: 25px;
	font-weight: 400;
}
.modal .close span {
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 5px;
}

/*Dark text boolean*/
.bg-hero-video-container.dark-text h1, .bg-hero-video-container.dark-text p {
	color: #212121;
}


.dark-text .hero-container .hero-buttons .btn:not(.cta-btn) {
	color: #212121;
	border-color: #212121;
}


/*Video on start page*/
.pt-page-index .hero-container h1 {
font-size: 5rem;
}

.pt-page-index .hero-container p {
font-size: 2rem;
}

@media screen and (max-width: 600px) {
.pt-page-index .hero-container h1 {
font-size: 3rem;
}

.hero-container .hero-pre-heading h3 {
font-size: 2rem;
}

.pt-page-index .hero-container {
height: 600px;
}

.hero-content-wrapper {
padding-top:10%;
}
.pt-page-index .hero-container p {
font-size: 1.6rem;
}
}


/* FAQ Accordion
   ========================================================================== */
.accordion-container input {
    display: none;
}
.accordion-container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.accordion-container label {
    display: block;
    cursor: pointer;
    border-bottom: 2px solid #eee;
    padding: 10px 0px;
}
.accordion-container label:after {
    content: '\f078';
    font-family: fontawesome;
    float: right;
    transform: rotate(0deg);
    transition: all 0.3s;
}
input +  label + .accordion-content {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
    transition: all 0.2s;
}
input:checked + label + .accordion-content {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
    height: auto;
    padding: 10px 0px;
}
input:checked + label {
    border-color: #000;
    color: #000;
}
input:checked + label:after {
    transform: rotate(180deg);
    transition: all 0.3s;
}

/* Video
   ========================================================================== */
.video-embed-container { 
  	position: relative; 
  	padding-bottom: 56.25%; 
  	height: 0; 
  	overflow: hidden;
  	max-width: 100%; 
} 
.video-embed-container iframe, .video-embed-container object,
.video-embed-container embed { 
  	position: absolute; 
  	top: 0; 
  	left: 0; 
  	width: 100%; 
  	height: 100%; 
}


/* Content block (image right and left)
   ========================================================================== */

.content-block-left, .content-block-right {
  	display:flex;
	border-radius:15px;
}


.content-block-left h2, .content-block-right h2 {
font-size:2em;
}

@media screen and (max-width:991px) {
  .content-block-left h2, .content-block-right h2 {
  font-size: 1.6em;
  }
}

.content-block > [class*="content-block-"] {
	display:flex;
	align-items:center;
	flex:1;
}



.content-block-right .content-block-text {
	padding-right:30px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;

}

.content-block-left .content-block-text {
	padding-left:30px;
        flex-direction: column;
 align-items: flex-start;
        justify-content: center;

}

.content-block video {
    border-radius: 15px;
}



/* Content block background image w textbox right & left
   ========================================================================== */

.content-block-full-img {
	background-position-y: center;
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
}

.content-block-full-img .content-block-text-box {
	max-width: 50%;
	background: white;
	border-radius: 15px;
	position: absolute;

}

.content-block-full-img .content-block-text-right {
	right: 10%;
}

.content-block-full-img .content-block-text-left {
	left: 10%;
}

.content-block-full-img .content-block-text {
	padding: 10%;
}

.content-block-text-box .content-block-text {
	display: flex;
	flex-direction: column;
}


.content-block-text-box .content-block-text h2 {
	font-size: 2em;
	font-weight: 700;
}

.content-block-text-box .content-block-text > * {
	order:1;
}

.content-block-text-box .content-block-text > .content-block-pre-heading {
	order: 0;
	font-size: 0.8em;
}
.content-block-full-img {
padding:10%;
}
.content-block-full-img .content-block-text-box {
width:80%;
max-width:unset;
position:static;
}
.content-block-text-box.content-block-text-right {
	margin-left:auto;
}

@media screen and (max-width:768px) {
	.content-block-full-img .content-block-text-box {
		width: 100%;
		right: unset;
		left: unset;
	}

  	.content-block-full-img {
		justify-content: center;
      	padding: 30px;
	}
}


@media screen and (min-width:768px) and (max-width:991px) {
	.content-block-left .content-block-img, .content-block-right .content-block-img{
		max-width:50%;
		width:50%!important;
      	flex: 1 !important;
	}

	.content-block-left .content-block-text, .content-block-right .content-block-text {
		max-width:50%;
		width:50%!important;
	}
}



@media screen and (max-width:767px) {
	.content-block  {
		flex-direction:column;
	}
.content-block > [class*="content-block-"] {
		flex-direction:column;
	}
	.content-block-left .content-block-img, .content-block-right .content-block-img {
		max-width: 100%;
		width: 100%!important;
		order: 0;
		padding-bottom: 30px;
	}
	
	.content-block-left .content-block-text, .content-block-right .content-block-text {
		order:1;
		padding: 0;
	}
}


.content-block-text-box ul > li::marker {
display:none;
list-style-type:none;
}

.content-block-text-box ul  {
padding:0;
}

.content-block-text-box ul > li::before {
content: '\e86c';
font-family: "Material Icons Round";
font-size:25px;
margin-right:10px;
color:#75B6D1;
}

.content-block-text-box ul > li {
display:flex;
align-items:center;
font-weight:500;
margin-bottom:5px;
}




/* Content block Customer highlight banner image left and right
   ========================================================================== */

.content-block-highlighted-case blockquote {
    padding-top: 30px!important;
font-size: 1.1em;
  margin-bottom: 5px;
}


.content-block-highlighted-case blockquote::before {
    font-size: 3em;
}


@media screen and (min-width:768px){

.content-block.content-block-highlighted-case {
    padding: 60px!important;
}
}


@media screen and (max-width: 1199px) {
    .content-block.content-block-highlighted-case {
        flex-direction: column;
    }
    
    .content-block.content-block-highlighted-case .content-block-img {
        max-width: 100%;
        width: 100% !important;
        order: 0;
        padding-bottom: 30px;
    }
    
    .content-block.content-block-highlighted-case .content-block-text {
        order: 1;
        padding: 0;
        max-width: 100%;
        width: 100% !important;
    }
}



/* Content block image top w text and link
   ========================================================================== */

.content-block-img-top-link, .content-block-img-top-link>a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.content-block-img-top-link>a {
	border-radius:15px;
	transition: background 0.3s ease-in-out;
}

.content-block-image-top {
	position: relative;
  	padding-bottom: 30px;
}


.content-block-img-top-link:hover .content-block-image {
	opacity:0.5;
}


.content-block-image-top .before-arrow-cta {
    position: absolute;
    bottom: 0;
    right: 50px;
    font-weight: bold;
    
}


.content-block-img-top-link>a::after {
	content: '\e5c8';
	font-family: "Material Icons Round";
	position: absolute;
	font-size:20px;
	bottom:10px;
	right:10px;
	height:25px;
	width:25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}


.content-block-img-top-link>a:hover {
	text-decoration: none;
	background: rgba(33,33,33,0.03);
}


.content-block-img-top-link:hover>a::after {
	background:#FFD285;
	font-size: 22px;
	height:27px;
	width:27px;
	line-height: 27px;
}


.content-block-image {
	margin-bottom: 15px;
}


.content-block-text-bottom {
	padding-left:10px;
	padding-bottom:10px;
	padding-right: 30px;
}


/* Contact card
   ========================================================================== */

.contact-card {
	background: rgb(15,37,46);
	background: radial-gradient(circle, rgba(15,37,46,1) 36%, rgba(5,12,15,1) 88%);  
	color: white;
	border-radius:15px;
  	position:relative;
  	height:100%;
}

.contact-card img {
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}

.contact-card .contact-card-info {
	padding:30px;
}
.contact-card h5 {
	font-size: 1.5em;
  	color: white;
}

.contact-card .contact-title {
	font-size:1.1em;
}

.contact-card p.contact-mail {
	margin-bottom:0;
}

.contact-card .contact-mail a::before {
	content:'\e158';
	font-family: "Material Icons Round";
	margin-right:10px;
	font-size:1.5em;
}

.contact-card .contact-phone a::before {
	content:'\e0b0';
	font-family: "Material Icons Round";
	margin-right:10px;
	font-size:1.5em;
}

.contact-card .contact-mail a, .contact-card .contact-phone a {
	font-size:0.9em;
	display:flex;
	align-items:center;
        color:#0B473A!important;
}

.contact-card .contact-mail a:hover, .contact-card .contact-phone a:hover {
color:#1FC9A4!important;
}

.contact-card .contact-card-country {
	position: absolute;
	top:15px;
	right:15px;
	background:#EEFF94;
	padding:5px 15px;
	border-radius:15px;
	font-weight:bold;
  	color: #212121;
}


/*Sort*/


.contact-card .contact-mail a, .contact-card .contact-phone a, .contact-card .contact-linkedin a {
font-size: 0.9em;
    display: flex;
    align-items: center;
    color: #b6d6f6!important; 
    font-weight: 400!important;
}


.contact-card .contact-linkedin a::before {
  content: '\f08c';
  font-family: "FontAwesome";
  margin-right: 10px;
  font-size: 1.5em;
}

.contact-card .contact-linkedin a:hover {
color: #1FC9A4!important
}

p.contact-phone {
margin-bottom:0;
}


.contact-card-btn-p {
text-align:center;
max-width:280px;
margin:0 auto;
}

.btn-contact-card {
color:white;
border-color:white;
padding:15px 25px;
display:flex;
align-items:center;
justify-content:center;
font-size:1.1em;
}

.btn-contact-card::after {
    content: '\e5c8';
    font-family: "Material Icons Round";
  margin-left:10px;
}

.contact-sales-person-button {
	color: white;
  	border-color: white;
}


.contact-card-form-person img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.contact-form-holder-hs h5 {
    font-size: 2em;
    margin-bottom: 30px;
}


.contact-card-outer .contact-card-form-holder {
    display: none;
}
.modal .contact-form-holder-hs {
	display: flex;
	gap: 30px;
}
.modal .contact-form-holder-hs > div {
	flex: 1;
}
.modal .contact-form-holder-hs .contact-card-form-person img {
 	border-radius: 15px;
    margin-bottom: 15px; 
}



[lang="sv"] .contact-sales-person-button, [lang="sv"] .contact-card-row .contact-sales-person-button {
    font-size: 0!important;
}

[lang="sv"] a.contact-sales-person-button::before {
    content: 'Kontakta mig';
    font-size: 1.7rem!important;
}

[lang="sv"] .contact-form-holder-hs .contact-form-name-label {
    font-size: 0;
}


[lang="sv"] .contact-form-holder-hs .contact-form-name-label::before {
    content: 'Kontakta';
    font-size: 3.5rem!important;
}




[lang="fi"] .contact-sales-person-button, [lang="fi"] .contact-card-row .contact-sales-person-button {
    font-size: 0!important;
}

[lang="fi"] a.contact-sales-person-button::before {
    content: 'Ota minuun yhteyttä';
    font-size: 1.7rem!important;
}

[lang="fi"] .contact-form-holder-hs .contact-form-name-label {
    font-size: 0;
}


[lang="fi"] .contact-form-holder-hs .contact-form-name-label::before {
    content: 'Ota yhteyttä';
    font-size: 3.5rem!important;
}





[lang="da"] .contact-sales-person-button, [lang="da"] .contact-card-row .contact-sales-person-button {
    font-size: 0!important;
}

[lang="da"] a.contact-sales-person-button::before {
    content: 'Kontakt mig';
    font-size: 1.7rem!important;
}

[lang="da"] .contact-form-holder-hs .contact-form-name-label {
    font-size: 0;
}


[lang="da"] .contact-form-holder-hs .contact-form-name-label::before {
    content: 'Kontakt';
    font-size: 3.5rem!important;
}


@media screen and (max-width: 991px) {
  .contact-card-form-person {
  display: none;
  }
}



/*	*Contact card multiple
=======================================*/
.multiple-contact-cards {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
column-gap: 30px;
row-gap: 30px;
}

@media screen and (min-width:1200px) {
.two-contact-card-grid .multiple-contact-cards {
grid-template-columns: 1fr 1fr;
}

.three-contact-card-grid .multiple-contact-cards {
grid-template-columns: 1fr 1fr 1fr;
}
}

@media screen and (max-width:1199px) {
.multiple-contact-cards {
grid-template-columns: 1fr 1fr 1fr;
}

.two-contact-card-grid .multiple-contact-cards {
grid-template-columns: 1fr 1fr;
}
}


@media screen and (max-width:991px) {
.multiple-contact-cards {
grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width:767px) {
.multiple-contact-cards {
grid-template-columns: 1fr;
}
}

/*Contact card class to remove flag*/

.contact-card-remove-flag .contact-card-country {
	display:none;
}

/* Video card
   ========================================================================== */
.video-card-thumbnail {
    position: relative;
}
.video-card-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
  	opacity: 0.9;
    background: rgb(217 234 223);
    border-radius: 50%;
    animation: pulsing-btn 1500ms ease-out infinite;
}
.video-card-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    transition: all 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}
span.video-card-icon {
    position: absolute;
    pointer-events: none;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
span.video-card-icon:before {
    content: '\f04b';
    color: #000;
    position: absolute;
    margin-left: 5px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 45px;
    font-family: fontawesome;
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.video-card-btn {
    font-size: 0;
    margin-bottom: 15px;
}
.video-card-btn:hover {
    cursor: pointer;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content-block .video-card-btn {
    margin-bottom: 0;
}
@keyframes pulsing-btn {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.9);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
/*	FAQ - Section
	=======================================*/
.faq-container, .faq-container .qa-container{
    border-radius: 15px;
}
.faq-container .qa-container{
    padding:10px 20px;
    margin-top:15px;
}
.faq-q:after{
    content:"\e5cf";
    font-family: 'Material Icons Round';
    font-size:24px;
    float:right;
    transition: 0.2s;
}
.faq-open.faq-q:after{
    transform: scaleY(-1);
    transition: scaley 0.2s;
}
.faq-q{
    margin:0px;
    padding:10px 0px;
    pointer-events: auto;
    cursor: pointer;
    transition: all .25s ease-in-out;
}
.faq-a, .faq-a a{
  	white-space:pre-wrap;
    margin:0px;
    line-height: 0;
    color:transparent !important;
    transition: all .25s ease-in-out;
  	pointer-events:none;
}
.faq-open + .faq-a{
    margin:10px 0px;
    line-height: 1.2;
    color:#333 !important;
    transition: all .25s ease-in-out;
}
.faq-open + .faq-a a{
    margin:10px 0px;
    line-height: 1.2;
    color:#1FC9A4 !important;
    transition: all .25s ease-in-out;
  	pointer-events:auto;
}
.faq-a p{
    margin:0px !important;
}
.faq-q:not(.faq-open) ~ .faq-a *{
    margin:0px;
}
.faq-q:not(.faq-open) ~ .faq-a table{
    height:0px !important;
}


/*	FAQ - Section - only content - no FAQ schema
	=======================================*/
.toggle-content-container, .toggle-content-container .qa-container{
    border-radius: 15px;
}
.toggle-content-container .qa-container{
    padding:10px 20px;
    margin-top:15px;
}
.faq-q:after{
    content:"\e5cf";
    font-family: 'Material Icons Round';
    font-size:24px;
    float:right;
    transition: 0.2s;
}
.faq-open.faq-q:after{
    transform: scaleY(-1);
    transition: scaley 0.2s;
}
.faq-q{
    margin:0px;
    padding:10px 0px;
    pointer-events: auto;
    cursor: pointer;
    transition: all .25s ease-in-out;
}
.faq-a, .faq-a a{
  	white-space:pre-wrap;
    margin:0px;
    line-height: 0;
    color:transparent !important;
    transition: all .25s ease-in-out;
  	pointer-events:none;
}
.faq-open + .faq-a{
    margin:10px 0px;
    line-height: 1.2;
    color:#333 !important;
    transition: all .25s ease-in-out;
}
.faq-open + .faq-a a{
    margin:10px 0px;
    line-height: 1.2;
    color:#1FC9A4 !important;
    transition: all .25s ease-in-out;
  	pointer-events:auto;
}
.faq-a p{
    margin:0px !important;
}
.faq-q:not(.faq-open) ~ .faq-a *{
    margin:0px;
}
.faq-q:not(.faq-open) ~ .faq-a table{
    height:0px !important;
}


/*	Toggle content
=======================================*/

.toggle-container {
	border-radius: 15px;
}

.toggle-text {
	display:none;
}

.toggle-heading {
	cursor:pointer;
	display: flex;
}

.toggle-heading::after {
    content: "\e5cf";
    font-family: 'Material Icons Round';
}

.toggle-heading.toggle-open::after {
    content: "\e316";
}

.toggle-container-w-bg .toggle-heading {
  justify-content: space-between;
}

.toggle-container-w-bg .toggle-heading  {
  margin-bottom:0;
}


.toggle-container-w-bg .toggle-text {
  margin-bottom:0;
  margin-top:15px;
}

.toggle-container h2.toggle-heading  {
    font-size: 1.3em;
    font-weight: 600;
}

