/***************************************************/
/* Main stylesheet which is included in all 
 * templates and contains all other stylesheets        
/**************************************************/



/***************************************************/
 /* CSS methodology example:
    more info: https://css-tricks.com/bem-101
  
   Block component 
    .btn {}

  Element that depends upon the block 
    .btn__price {}

  Modifier that changes the style of the block 
    .btn-orange {} 
    .btn-big {}


/**************************************************/

/***************************************************/
/* How to use var.css
           
  Example: 
/**************************************************/



#bg-image.lazy {
   background-image: none!important;
   background-color: #F1F1FA;
}


/* keySheets */ 

/**********************************************************/
/* Stylesheet for common elements/classes        
Index:
1. Common Tags
2. Common Classes
3. Colors
4. Buttons
5. Typography
6. Tags
7. Selects
8. Spacing
/*********************************************************/



/**********************************************************/
/* 1. Common Tags
/**********************************************************/
html {
	overflow: scroll;
	overflow-x: hidden;
}

a{
	color: #414549;
	text-decoration: none;
}
a:hover{
	color: #23a5e6;
	text-decoration: none;
}
button {
	cursor: pointer;
}
iframe{
	width: 100% !important;
}
select::-ms-expand {
	display: none;
}
p{
	font-size: 18px;
	line-height: 24px;
}
/**********************************************************/
/* 2. Common Classes
/**********************************************************/
.remove-border{
	border:none;
}
@media (min-width: 992px){
	.uk-sticky-placeholder{
		min-heigth: 96px;
	}
}
.uk-modal{
	z-index: 3100;
	top: 60px;
}
.wrapper-m{
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}


.uk-container .wrapper-m{
	max-width: 100%;
	padding: 0 ;
}


@media (max-width: 991px){
	.wrapper-m{
		padding: 0 15px;
	}
}
.wrapper-m-herobanner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0px;
}
@media (max-width:1440px) {
	.wrapper-m-herobanner{
		max-width: 1315px;
		padding: 0px;
	}
}
.wrapper-l{
	max-width: 1440px;
	margin: 0 auto;
}
@media (max-width: 1439px){
	.wrapper-l{
		max-width: 1260px;
	}
}
.wrapper-spacing{
	margin: 50px auto;
}
.wrapper-spacing-bottom-small{
	margin: 50px auto 30px auto;
}

.item-container {
	margin-left: -20px;
}
.item-container-limit li{
	display:none;
}
.item-box{
	padding: 0 0 20px 20px;
}

.item-container-detail{
	margin-left: -80px;
}

@media (min-width: 992px){
	.item-container-detail{
		flex-wrap: nowrap;
	}
}
.item-box-detail{
	padding: 0 0 40px 80px;
}
@media (max-width: 767px){
	.item-container-detail{
		margin-left: 0;
	}
	.item-box-detail{
		padding: 0 0 40px 0;
	}
}
@media (min-width: 992px){
	.item-box-detail.uk-width-3-4\@m{
		
	}
	.item-box-detail.uk-width-1-4\@m{
		min-width: 390px;
		max-width: 390px;
	}
	.item-box-detail.uk-width-1-4\@m .card{
		max-height: 310px;
		min-height: 310px;
	}
}

.align-self-center{
	align-self:center;
}
.gfk-sales-item{
	margin-bottom: -25px;
}
.text-clamp{
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 20px;
}
.text-hyphen{
	overflow-wrap: break-word;
	hyphens: auto;
}
.divider{
	border-bottom: 1px solid #D9DADB;
	padding: 22px 0;
	margin-bottom: 25px;
}
.hidden{
	display: none;
}
@media (max-width: 991px) {
	.shown-m {
		display: none;
	}
}
@media (min-width: 992px) {
	.hidden-m {
		display: none;
	}
}
@media (min-width: 768px) {
	.hidden-s {
		display: none;
	}
}
.borderBox{
	box-sizing: border-box;
}


#loadingOverlay{
	background: white;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
#loadingOverlay > div {
	padding: 100px 15px;
	text-align: center;
}
.active_item a{
	color: #23a5e6 !important;
}
.active_item button{
	color: #23a5e6 !important;
}
.icon_link svg{
	margin-right: 5px;
	min-width: 12px;
}
.icon_link svg path{
	fill: #23a5e6;
}
.search_box-l{
	padding: 20px 0;
	border-top: 1px solid #D9DADB;
	border-bottom: 1px solid #D9DADB;
	background: #ECECEC;
}
@media (max-width: 991px){
	.search_box-l{
		padding: 15px;
	}
}
.border-top{
	border-top: 1px solid #D9DADB;
}
.border-bottom{
	border-bottom: 1px solid #D9DADB;
}
.box-shadow{
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.hs-search-highlight{
	color: #23a5e6;
}


.share_box{
	overflow: hidden;
	min-height: 31px;
	max-height: 31px;
	min-width: 170px;
	max-width: 170px;
	position: relative;
	padding: 0 !important;
	font-size: 13px !Important;
	border: 1px solid #ECEDED;
	padding: 5px 10px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
	cursor:pointer;
	transition: all .4s ease;

}
.share_box:hover{
	min-width: 220px;
	max-width: 220px;
}
.share_box .share_box-share{
	transition: all .2s ease;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1;

}
.share_box .share_box-share .hs_cos_wrapper_type_icon{
	padding: 0 8px 0 5px;
}
.share_box:hover .share_box-share{
	top: -20px;
}

.share_box .social_sharing_icons .share_icon{
	transition: all .2s ease;
	position: absolute;
	top: 150%;
	transform: translate(0, -50%);
	left: 16px;
}
.share_box .social_sharing_icons .share_icon.share_icon-twitter{
	transition-delay: 0s;
	left: 72px;
}
.share_box .social_sharing_icons .share_icon.share_icon-email{
	transition-delay: 0s;
	left: 128px;
}
.share_box .social_sharing_icons .share_icon.share_icon-copyPaste{
	transition-delay: 0s;
	left: 185px;
}
.share_box:hover .social_sharing_icons .share_icon.share_icon-copyPaste{
	transition-delay: .6s;
}
.share_box:hover .social_sharing_icons .share_icon.share_icon-email{
	transition-delay: .4s;
}
.share_box:hover .social_sharing_icons .share_icon.share_icon-twitter{
	transition-delay:.2s;
}
.share_box:hover .social_sharing_icons .share_icon{
	top: 50%;
}
.share_icon.share_icon-copyPaste svg > path{
	fill: white !important;
}
.social_sharing_icons span svg g path{
	fill: #B3B5B6 !important
}
.social_sharing_icons span svg g path{
	fill: #B3B5B6 !important
}
.social_sharing_icons span:hover svg g path{
	fill: #23a5e6 !important
}
#sm_menu_ham{
	z-index:100000;
}

/**********************************************************/
/* 3. Colors 
1. background
2. color
/*********************************************************/


/* 1. background */
.background-white{
	background: #fff;
}
.background-orange{
	background: #23a5e6;
}
.background-gray{
	background: #414549;
}
.background-gray-light{
	background: #ECEDED;
}
.background-gray-20{
	background: #D9DADB;
}
.background-transparent{
	background: transparent !important;
}


/* 2.color */
.color-white {
	color: white;
}
.color-black {
	color: black;
}
.color-white path {
	fill: white;
}
.color-gray {
	color: #414549 !important;
}
.color-gray60 {
	color: #8D8F92 !important;
}
.color-gray80 {
	color: #676A6D !important;
}
.color-orange {
	color: #23a5e6 !important;
}
.color-orange path{
	fill: #23a5e6 !important;
}

.wrapper-m .hs_cos_wrapper_type_inline_rich_text a, .wrapper-m .hs_cos_wrapper_type_rich_text a {
	color: #23a5e6;
	text-decoration: none;
}

.wrapper-m .hs_cos_wrapper_type_inline_rich_text a:hover, .wrapper-m .hs_cos_wrapper_type_rich_text a:hover {
	color: #414549;
}

/* Hover Effects */
.hover-box:hover{
	cursor: pointer;
}
.hover-box:hover .hover-item-orange{
	color: #23a5e6 !important;
}
/**********************************************************/
/* 4. Buttons 
/**********************************************************/
a.cta_button.btn, a.cta_button {
	font: normal 16px 'Lato', sans-serif !important; 
}

.btn-lowercase{
	text-transform: none;
}


.btn {
	padding: 15px 24px;
	border: none;
	text-transform: uppercase;
	font: normal 16px 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	transition: all .4s ease;
}

#eventsList a{
	display: none;
}


.btn-icon span.hs_cos_wrapper_type_icon{
	margin-right: 15px;
}
.btn-icon svg {
	width: 18px;
}
.btn-icon svg path{
	fill: white;
}
.btn:hover{
	box-shadow: 4px 8px 6px rgba(0, 0, 0, 0.2);
}
.btn-grey{
	background: #414549;
	color: white;
}
.btn-grey:focus {
	outline:none;
	outline-color: none;
	outline-style: none;
	outline-width: 0px;
}

.btn-primary {
	background: #23a5e6;
	color: white !important;
}

.btn-primary svg path{
	fill: white;
}

.btn-secondary{
	background: #414549;
	color: white;
}
.btn-secondary.active{
	background: #23a5e6;
}
.btn-tertiary{
	background: #414549;
	color: white;
	font-size: 12px;
	line-height: 14px;
}
.btn-tertiary.btn-icon svg {
	width: 12px;
}
.btn-primary-outlined{
	background: transparent !important;
	border: 1px solid #23a5e6;
	color: #414549 !important;
}
.btn-secondary-outlined{
	background: white;
	border: 1px solid #414549;
	color: #414549;
}
.btn-primary-outlined:hover{
	color: white !important;
	background: #23a5e6 !important;
}
.btn-primary-outlined:hover span{
	color: white !important;
}
.btn-secondary-outlined:hover{
	color: white;
	background:#414549;
}
.submitButtonText{
	border: none;
	background: transparent;
	font: normal 16px 'Lato', sans-serif;
	text-align: left;
	padding: 0;
}
.submitButtonText:hover{
	color: #23a5e6
}
.btn-supplier{
	font-size: 12px;
	padding: 8px 20px;
	max-height: 50px;
}
.btn-supplier.btn-icon svg {
	width: 12px;
}
.btn-supplier.btn-icon span.hs_cos_wrapper_type_icon{
	margin-right: 10px;
}
@media (max-width: 767px){
	.btn-mobile100{
		width: 100%;
	}
}

/**********************************************************/
/* 5. Typography 
/**********************************************************/
h1{
	font-size: 2.625rem;
	line-height: 60px;
}
h2{
	font-size: 44px;
	line-height: 48px;
}
h3{
	font-size: 35px;
	line-height: 40px;
}
h4{
	font-size: 28px;
	line-height: 36px;
}
h5{
	font: bold 16px 'Lato', sans-serif;
	font-size: 22px;
	line-height: 28px;
}
h6{
	font: bold 16px 'Lato', sans-serif;
	font-size: 18px;
	line-height: 24px;
}
@media (max-width: 991px){
	h1{
		font-size: 35px;
		line-height: 40px;
	}
	h2{
		font-size: 28px;
		line-height: 36px;
	}
	h3{
		font-size: 22px;
		line-height: 28px;
	}
	h4{
		font-size: 18px;
		line-height: 24px;
	}
}


.text-large{
	font-size: 22px;
	line-height: 28px;
}
.text-medium{
	font-size: 18px;
	line-height: 24px;
}
.text-small{
	font-size: 16px;
	line-height: 20px;
}
.text-xSmall{
	font-size: 14px;
	line-height: 20px;
}
.font-bold{
	font: bold 16px 'Lato', sans-serif;
	font-weight: bold !important;
}
.font-underline{
	text-decoration:underline;
}

/**********************************************************/
/* 6. Tags 
/**********************************************************/
.tag{
	padding: 9px 16px;
	font-size: 12px;
	line-height:12px;
	text-transform: uppercase;
	margin: 6px 6px;
	border-radius: 3px;
	color: black;
	box-sizing: border-box;
}
.tag-primary{
	background: #D9DADB;
}
.tag-secondary {
	color: white;
	background: black;
}
.tag-tertiary{
	color: white;
	background: #414549;
}
.tag-quaternary{
	color: white;
	background: #842915;
}
.tag-alternate{
	background: white;
	color: #E55A00;
	border: 1px solid #DDE2E5;
}

.tag-search {
	font-size: 15px;
	color: #676A6D;
	margin: 0 15px 0 0;
	cursor: pointer;
	display: flex;
	align-items:center;
	display: none;
	line-height: 23px;
}
.tag-search img{
	max-width: 18px;
	margin-left: 5px;
}
.tag-search:before{
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 12px;
	min-width: 15px;
	min-height: 15px;
	text-align: center;

}
.tag-search:after {
	color: #676A6D;
	font-size: 9px;
	margin-left: 6px;
	font-weight: bold;
	border: 1px solid ;
	padding: 2px 4px;
	border-radius: 100px;

	width: 15px;
	height: 15px;
	padding: 0;
	right: 0;
	position: absolute;
}
.tag-press {
	background: white;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.102);
	border-radius: 27px;
	width: 48px;
	height: 48px;
	box-sizing: border-box;
	padding: 12px;
}
.tag-press img {
	width: 100%;
}
.tag-blog{
	background: white;
	border-radius: 200px;
	width: 60px;
	height: 60px;
	padding: 15px 0;
	text-align: center;
	margin-top: -10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ECEDED;
}
.tag-blog-listing{
	margin: 0 2px;
	align-self: center;
}


@media (max-width: 991px) {
	#insights-detail h1{
		font-size: 32px;
		line-height: 32px
	}
	#insights-detail h2{
		font-size: 28px;
		line-height: 32px
	}
	#insights-detail h3{
		font-size: 24px;
		line-height: 32px
	}
}
#insights-detail .ce-contact-jumper{
	display: none;
}
/**********************************************************/
/* 7. Selects 
/**********************************************************/
.select-border{
	position: relative;
}
.select-border select{
	padding: 10px 15px 10px 10px;
	border: 1px solid #414549 ;
	box-shadow: none;
	border-radius: 0;
	background-color: transparent;
	-webkit-appearance: none;
	width: auto;
	font: normal 16px 'Lato', sans-serif;
	min-width: 220px;
}
.select-border:after{
	content: "";
	border-right: 2px solid #414549;
	border-bottom: 2px solid #414549;
	height: 6px;
	width: 6px;
	position: absolute;
	right: 15px;
	top: 4px;
	transform: rotate(45deg);
	z-index: -1;
}
.select-border:before{
	content: "";
	border-right: 1px solid #414549;
	position: absolute;
	right: 35px;
	width: 20px;
	height: 20px;
	top: 0px;
	z-index: -1;
}
/**********************************************************/
/* 8. Spacing
/**********************************************************/
.about_us_site h1{
	font-size: 44px;
	line-height: 48px;
}


@media (max-width: 767px){
	.mobile_overflow form{
		overflow: scroll;
	}
}


#sm_menu_ham{
	z-index: 98999999999 !important;
}
#redirect-modal{
	height: auto; 
}



/* components*/
/***************************************************/
/* Stylesheet für Module Styling   

* Index:
* 1. header-navigation
*   1.1 header-mobile
* 2. footer-navigation
* 3. About us
+  3.1 About us - leadership_team
* 4. Anchor with progress
* 5. Text Modules
* 6. Carrers Slider
/**************************************************/


/* 1. header-navigation */
#gfk-header .hs_cos_wrapper_type_module, #gfk-header .hs_cos_wrapper_type_module #headerNav > ul{
  width: 100%;
  margin: auto 0;
}
#gfk-header #headerNav > .hs_cos_wrapper_type_menu{
  padding-right: 17px;
}
#gfk-header #headerNav .gfk-header-icon svg{
  min-width: 24px;
  min-height: 24px; 
  max-width: 24px; 
}

#gfk-header #headerNav ul.headerNav-main_navigation{
  padding: 0px 20px 0 45px;
  margin: 0;
  display: flex; 
  list-style: none;
}
@media(max-width: 991px){
  #gfk-header #headerNav ul.headerNav-main_navigation{
    display: flex; 
    flex-direction: column;
    padding: 0;
  }
}
@media(max-width: 1199px){
  #gfk-header #headerNav ul.headerNav-main_navigation{
    padding: 0 20px 0 20px;
  }
}
#gfk-header #headerNav ul.headerNav-main_navigation > li{
  list-style: none;
  padding-left: 30px;
  font-size: 18px;
}
@media(max-width: 1199px){
  #gfk-header #headerNav ul.headerNav-main_navigation > li{

    font-size: 16px;
  } 
}
#gfk-header #headerNav ul.headerNav-main_navigation > li:last-child {
  font-size: 16px;
  line-height: 20px;
  margin-left: 17px;
}


#gfk-header #headerNav ul.headerNav-main_navigation > li:nth-last-child(2) {
  margin-left: auto;
  font-size: 16px;
  line-height: 20px;
}
#gfk-header.landingpage_header #headerNav ul.headerNav-main_navigation > li:nth-last-child(2){
  list-style: none;
  padding-left: 30px;
  font-size: 18px;
  margin-left: 0;
  font-size: 18px;
}
#gfk-header.landingpage_header #headerNav ul.headerNav-main_navigation>li:last-child{
  list-style: none;
  padding-left: 30px;
  font-size: 18px;
  margin-left: 0;
  font-size: 18px;
}
@media(max-width: 960px){
  #gfk-header#headerNav ul.headerNav-main_navigation > li:nth-last-child(2) {
    margin-left: 0; 
  }
}
#gfk-header .gfk-header-mobile img {
  max-width: 100px;
}
#gfk-header #headerNav .headerNav-main_navigation li.active .headerNav__link{
  color: #E55A00;
}
/* 1.1 header - mobile */


/* 2. footer-navigation */
#gfk-footer .footer__nav .hs_cos_wrapper{
  width: 75%; 
}
@media(max-width: 991px){
  #gfk-footer .footer__nav .hs_cos_wrapper{
    width: 100%; 
  }
}

#gfk-footer .hs-menu-wrapper ul {
  padding: 0; 
  list-style: none;
  font-size: 14px;
}
#gfk-footer .hs-menu-wrapper > ul {
  display: flex;
}
@media(max-width: 991px){
  #gfk-footer .hs-menu-wrapper > ul {
    display: flex;
    flex-flow: row wrap;

  }
}
#gfk-footer .hs-menu-wrapper > ul > li{
  width: 33.33%;
  border-right: 1px solid #414549;
  margin-right: 50px;
}
@media(max-width: 991px){
  #gfk-footer .hs-menu-wrapper > ul > li:nth-child(2n){
    border-right: none; 

  }
}
@media(max-width: 991px){
  #gfk-footer .hs-menu-wrapper > ul > li:last-child{ 
    padding-top: 32px;
  }
}
@media(max-width: 991px){
  #gfk-footer .hs-menu-wrapper > ul > li{
    width: 49%;
    margin-right: 0px;
    text-align: center;
  }

}
@media(max-width: 991px){
  #gfk-footer .hs-menu-wrapper > ul > li{
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #414549;
    margin-right: 0px;
    margin-bottom: 50px;
    text-align: center;
  }
}
@media(max-width: 767px){
  #gfk- .hs-menu-wrapper > ul > li:last-child{ 
    padding-top: 0;
  }
}
#gfk-footer .hs-menu-wrapper > ul > li > a{
  font-weight: bold;
}
#gfk-footer .hs-menu-wrapper > ul > li > a{
  color: #414549 
}
#gfk-footer .hs-menu-wrapper > ul > li ul{
  margin-top: 20px;  
}
#gfk-footer .hs-menu-wrapper > ul > li ul li{
  margin-bottom: 15px; 
}
@media(max-width: 991px){
  #gfk-footer .gfk-subscribe-container{
    width: 100%;
  }
}
@media(max-width: 991px){
  #gfk-footer .gfk-subscribe-container{
    margin-bottom: 32px; 
  }


}

@media (min-width: 992px){
  #footer-social-icons {
    margin-top: 60px; 
  }
}
#footer-social-icons {
  color: rgba(65, 69, 73, 0.52);  
}
#footer-social-icons a span svg {
  width: 25px;
}
#footer-social-icons a span svg path {
  fill: rgba(65, 69, 73, 0.6);
}
#footer-social-icons a span svg path:hover{
  fill: #E55A00;
}


/********* 3. About us *************************/
/********  3.1 About us - leadership_team ******/

.leadership-team svg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}
.leadership-team .content{
  padding: 18% 45px;
}
@media(max-width: 992px){
  .leadership-team .content{
    padding: 18% 15px;
  }

}
.leadership-team .content > div > div{

}
.leadership-team h2{
  padding: 20px 0;
}
.leadership-team .content .person-name{
  font-size: 18px;
}
.leadership-team .content .person-jt{
  font-size: 20px;
}
.leadership-team .content .jt{
  font-size: 14px;
  font-weight:200;
}
.leadership-team .content .description > div {
  font-size: 14px;
  font-weight:300;
  line-height: 20px;
  box-sizing: border-box;
  padding: 12px;
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(max-width: 767px){
  .leadership-team .content .description > div {
    min-width: 100%;
  }}
.leadership-team .content .item{
  min-height: 160px;
}
.leadership-team .content .item-hidden{
  position: absolute;
  bottom: -135%;
  transition: all .4s ease;
}
.leadership-team .content > div > div:hover .item-hidden{
  bottom: 0;	
}


.aboutUs_hover .content .aboutUs_hover__box:hover .item-hidden{
  bottom: 0;	
}
/********* 4. Anchor with progress *************************/
#scrollBox .item-box > .hs_cos_wrapper_type_module{
  height: 100%;
}
.stickyBox{
  padding-top:15px;
}
.stickyBox ul{
  list-style: none;
  padding: 0;
}
.stickyBox ul .uk-accordion-content{

}
.stickyBox ul li.scrollItem{
  padding: 15px 20px;
}
.stickyBox ul li.scrollItem ul li{
  padding: 5px 20px;
}
.stickyBox-mobile ul{
  margin: 0;
  min-height: 50px;
}
.stickyBox-mobile ul li{
  display: none;
  text-align: center;
}
.stickyBox-mobile ul li.current{
  display:block
}
.stickyBox ul li.current a{
  font-weight: bold;
}
.stickyBox-mobile{
  background: white;
}
.stickyBox .progress-container{
  background: #ECEDED;
  position:absolute;
  left:0;
  top:0;
}
.stickyBox .progress-container .progress-bar{
  background: #E55A00;

}

.stickyBox-desktop .progress-container{
  height: 100%;
  width: 3px;
}
.stickyBox-mobile .progress-container{
  width: 100%;
  height: 3px;
}
.stickyBox-desktop .progress-container .progress-bar{
  height: 0%;
  width: 3px;
}
.stickyBox-mobile .progress-container .progress-bar{
  width: 0%;
  height: 3px;
}
/********* 5. Text Modules*************************/
/********* 5.1 Secondary Headline*************************/
.text_module-secondary_headline h3{
  padding-left: 20px;
  border-left: 3px solid #E55A00;
}
.text_module-secondary_headline > div{
  padding-left: 23px;
}
.text_module-secondary_headline .secondary_headline__extra_points{
  padding-left: 25px
}

/********* 6. Carrers Slider*************************/
.carrers_slider .uk-slider-items li{
  opacity: 0.4;
}
.carrers_slider .uk-slider-items li.uk-active{
  opacity: 1;
}
.carrers_slider .uk-slider-items li .carrers_slider__text{
  transition: all .3s ease;
  opacity: 0;
}
.carrers_slider .uk-slider-items li.uk-active .carrers_slider__text{
  opacity: 1;	
}




#about-us-h1, #about-us-knowledge {
  font-size: 44px;
  line-height: 48px;
}

@media (max-width: 991px) {
  #about-us-h1, #about-us-knowledge {
    font-size: 28px;
    line-height: 36px;
  }
}

/* Image text with card */

.image-text-card-link-slide ul.uk-slider-items li:before {
  display: none
}
.globe_class {
	background-image: url(https://6710488.fs1.hubspotusercontent-na1.net/hubfs/6710488/Dev%20Images/Header%20Icons/LangGrey.svg);
	width: 30px;
	height: 32px;
}
.globe_class:hover {
	background-image: url(https://6710488.fs1.hubspotusercontent-na1.net/hubfs/6710488/Dev%20Images/Header%20Icons/Lang.svg);
}
.lang_list_class{
	transform: translateX(-80%);
	min-width: 200px;
	left: 0;
}
.lang_list_class:after{
	left: 170px;
	border-bottom-color: #414549;
}
.lang_list_class:before{
	left: 170px;
	border-bottom-color: #414549;
}
.lang_list_class li{
	background: #414549;
	border-left: 1px solid #414549;
	border-right: 1px solid #414549;
	color: white;
	padding: 20px 0px;
}
.lang_list_class li:first-child{
	border-top: 1px solid  #414549;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.lang_list_class li:hover:first-child{
	border-top: 1px solid  #E55A00;
}
.lang_list_class li:last-child{
	border-bottom: 1px solid  #414549;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.lang_list_class li:hover:last-child{
	border-bottom: 1px solid  #E55A00;
}
.lang_list_class li:hover{
	background: #E55A00;	
	border-left: 1px solid #E55A00;
	border-right: 1px solid #E55A00;
	color: white;
}
.lang_list_class li:hover a, .lang_list_class li a{
	color: #D9DADB;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#gfk-header #headerNav ul.headerNav-main_navigation>li:last-child{
	margin-top: 0;
}
/* MOBILE HEADER */
.gfk-header-mobile{
}
.sm_menu_outer{
	top: 70px;
}
.sm_menu_outer .mobile_menu .submenu{
	display: flex;
	flex-direction:column;
}

@media(max-width: 991px){
  #gfk-footer{
   padding: 15px 0;
  }
}
#gfk-footer .footer__nav{
  margin-left: -50px; 
}
#gfk-footer .footer__nav ul {
  padding: 0 0 0 50px; 
  list-style: none;
  font-size: 14px;
  border-right: 1px solid rgba(65, 69, 73, 0.22);
  margin: 0;
  height: 100%;
}
#gfk-footer .footer__nav  ul > li{
   margin-bottom: 15px;
}
#gfk-footer .footer__nav  ul > li:nth-child(1){
  font-weight: bold;
  margin-bottom: 20px;
}
@media(max-width: 991px){
  #gfk-footer .footer__nav > ul{
    border: none;
    margin: 0 0 50px 0;
  }
  #gfk-footer .footer__nav ul > li{
    width: 100%;
    margin: 0 !important;
  }
  #gfk-footer .footer__nav ul > li ul{
     padding: 0;
    border: none;
  }
  #gfk-footer .footer__nav ul > li ul li{
    margin-bottom: 15px !important;
  }
}
#gfk-footer .footer__nav .footer__nav__ctabox{
 padding-left: 50px; 
}
@media(max-width: 991px){
  #gfk-footer .footer__nav .footer__nav__ctabox{
     text-align: center;
  }
  #gfk-footer .footer__nav .footer__nav__ctabox .nav__ctabox__address{
    margin: 25px 0 !important; 
  }
} 
#gfk-footer .footer__nav .footer__nav__ctabox .nav__ctabox__address ul{
  padding: 0;
  border: 0;
}
#gfk-footer .footer__nav .footer__nav__ctabox .nav__ctabox__address li{
  font-weight: normal;
  margin-bottom: 5px;
}

#gfk-footer .footer__nav .uk-accordion .uk-accordion-title{
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid rgba(65, 69, 73, 0.22);
  padding: 15px 0;
  color: #414549;
}
#gfk-footer .footer__nav .uk-accordion .uk-accordion-title:hover{
  color: #414549;
}
#footer-social-icons a:hover span svg path{
		fill: #E55A00 !important;
}
#gfk-footer .footer__nav .uk-accordion .uk-accordion-title span:after{
  content: '';
  width: 10px;
  height: 10px;
  border-left: 3px solid #E55A00;
  border-bottom: 3px solid #E55A00;
  transform: rotate(-45deg);
  position: absolute;
  right: 5px;
  top: 20px;
  border-radius: 1px;
}
#gfk-footer .footer__nav .uk-accordion a{
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  color: ;
}
/******************************************************/
/* Styling for the card Element

* Index:
* 1. Common
* 2. Insight
* 3. Press
* 4. Contact
* 5. Background Text    

/*****************************************************/



/***************************************************/
/* 1. Common     
/**************************************************/
.card{
	border: 1px solid #D9DADB;
	box-sizing: border-box;
}
.card p{
	font-size: 16px;
	line-height: 20px;
}


/***************************************************/
/* 2. Insight     
/**************************************************/
.card-insight{
	padding: 24px;
	position: relative;
	display: flex;
	flex-flow: column

}
@media (min-width: 768px){
	.card-insight{
		min-height: 310px;
		max-height: 310px;
	}
}
.card-insight h5{
	margin: 16px 0 12px 0;
	max-height: 84px;
	overflow: hidden;
	min-height: 64px;
}
.card-insight p{
	margin: 0;
}
.card-insight > div:first-child{
	min-height: 24px;
}
.card-insight > p{
}
.card-insight > div > p{
    max-height: 100px;
}
.card-insight a{
	color: #E55A00;
	margin-top: auto;
	font-size: 16px;
	line-height: 20px;
}
.card-insight .card__content{
	max-height: 195px;
	overflow: hidden; 
}
.card-insight .card__content p{

}
.card-insight .card__link{
	color: #E55A00;
	margin-top: auto;
	font-size: 16px;
	line-height: 20px;
	padding-top:20px;
}
/***************************************************/
/* 3. Press     
/**************************************************/
.card-press{
	display: flex;
	flex-direction: column;
	position: relative;
	padding-bottom: 120px;
	overflow: hidden;
}
.card-press > img{
	min-height: 300px;
}
.card-press h5 {
	margin: 0;
	font: bold 16px 'Lato', sans-serif;
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #414549;
}
.card-press  p {
	margin: 0 0 15px;
}
.card-press .card-press__image{
	padding-bottom: 220px;
}
.card-press .card-press__text{
	padding: 0 25px 25px;
	height: 120px;
	transition: all .5s ease;

	width: 100%;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	background: white;
	display: flex;
	flex-flow: column;
}

.card-press .press__text__title {
	margin: 10px 0 20px;
	max-height: 75px;
}
.card-press .card-press__text .press__text__content{
	opacity: 0;
	transition: opacity .6s ease-out;
}
.card-press .card-press__text p{
	max-height: 40px;
	min-height: 40px;
	height: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 20px;
}
.card-press .card-press__text a{
	color: #E55A00;
	margin-top: auto;
}
.card-press:hover .card-press__text{
	height: 220px;
}
.card-press:hover .card-press__text .press__text__content{
	opacity: 1;
}
.card-press .card-press__text .press__text__content h2, .card-press .card-press__text .press__text__content h3, .card-press .card-press__text .press__text__content h5 {
	display: none;
}
.card-press .card-press__text > div:nth-child(1){
	margin: -15px 0 0;
	max-height: 40px;
	min-height: 40px;
}

/***************************************************/
/* 4. Contact     
/**************************************************/
.card-contact {
	background: #F4F4F4;
	padding: 25px;
}
/***************************************************/
/* 5. Background Text     
/**************************************************/
.card-background_text .background_text{
	padding: 5px;
	font: bold 16px 'Lato', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	color: #D9DADB;
}
@media (max-width: 1230px){
	.card-background_text .background_text{
		font-size:2.5vw;
	}	
}
@media (max-width: 991px){
	.card-background_text .background_text{
		font-size:34px;
	}	
}
/***************************************************/
/* 5. Product
/**************************************************/
.card-product h5{
	margin: 20px 0 12px 0;
}
.card-product p {
    max-height: 120px !important;
}
/******************************************************/
/* Stylesheet for the hero banner

* Index:
* 1. Common 
* 2. Text 
* 3. Position
* 4. Types
*   4.1 Trapeze
* 5. Blog - Banner
* 6. Video - Banner

/*****************************************************/


/***************************************************/
/* 1. Common     
/**************************************************/
.banner .banner__background{
	background-image: url('https://6710488.fs1.hubspotusercontent-na1.net/hubfs/6710488/Dev%20Images/ff64d86e06805bac402234141eafc47c.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;

}
@media (max-width: 991px){
	.banner .banner__background{
		background: none;
		background-image: unset !important;
	}
}
@media (min-width: 992px){
	.banner .banner__background-large{
		padding-bottom: 600px;  
	}
	.banner .banner__background-small{
		padding-bottom: 400px;  
	}
}
@media (min-width: 992px){
	.banner-border-top{
		border-top: 1px solid #D9DADB;
	}

	.banner-border-bottom{
		border-bottom: 1px solid #D9DADB;
	}
	.banner-border-both{
		border-top: 1px solid #D9DADB;
		border-bottom: 1px solid #D9DADB;
	}
}

@media (max-width: 991px){
	.banner .banner__background-mobile{
		position: relative;
		padding-bottom: 300px;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		overflow: hidden;
	}
}
.banner .banner__whiteboard{
	background: white;
	position: relative;
	z-index: 3;
}
@media (min-width: 992px){
	.banner .banner__whiteboard{
		position: absolute;
		bottom: 0;
		height: 100%;
		width: 40%;
		max-width: 600px;
		background: transparent;
	}
	.banner .banner__whiteboard-large{
		max-width: 600px;
	}
	.banner .banner__whiteboard-small{
		max-width: 300px;
	}
}
.banner .banner__whiteboard > div{
	margin: auto 0;
	padding: 0px 20px 40px;
	box-sizing: border-box;
}
@media (max-width: 991px){
	.banner .banner__whiteboard > div{
		text-align: center;
		padding: 0px 20px 15px;
	}
}
@media (min-width: 992px){
	.banner .banner__whiteboard > div{
		padding: 15px 30px;
	}
}
.banner .banner__whiteboard svg{
	overflow: unset;
	height: 105%; 
	max-width: unset; 
	position: absolute; 
	bottom: -10px;
}
@media (max-width: 991px) {
	.banner .banner__whiteboard svg{
		top: -55px;
		height: 100%;
		z-index: -1;
	}
}

@media (min-width: 992px) {
	.banner .banner__whiteboard svg{
		width: calc(100% + 200px);
	}
}
.banner__background-image{
	padding-bottom: 200px;
}
.banner__background-image__background{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.banner__background-image h1{
	left: 85px;
}
@media (max-width:1440px){
	.banner__background-image h1{
		left: 25px;
	}
}
@media (max-width: 991px){
	.banner__background-image h1{
		left: 10px;
	}
}
@media (max-width: 539px){
	.banner__background-image h1{
		padding-right: 15px;
	}
}
.banner .cta_button {
	font: normal 16px 'Lato', sans-serif !important;
}
/***************************************************/
/* 2. Text     
/**************************************************/
.banner .banner__whiteboard .banner__whiteboard__text{
	color: #414549;
}
@media (min-width: 992px){
	.banner .banner__whiteboard .banner__whiteboard__text{
		position: absolute;
		top: 50%;
		left: 68px;
		transform: translate(0, -50%);
	}
	.banner .banner__whiteboard-right .banner__whiteboard__text {
		left: 55px;
		width:80%;
	}
	#slider .banner .banner__whiteboard-left .banner__whiteboard__text{

	}
}
#slider .banner .banner__whiteboard-left .banner__whiteboard__text{
	left: 0 !Important;
}

@media (max-width:1440px){
	.banner .banner__whiteboard .banner__whiteboard__text{
		left: 0px;
	}
}
@media (max-width:1440px){
	.banner .banner__whiteboard-right .banner__whiteboard__text{
		left: 35px;
		width: 100%;
	}
}
@media (max-width:1300px){
	.banner .banner__whiteboard-right .banner__whiteboard__text{
		left: 0px;
		width: 100%;
	}
}

@media (min-width: 992px){
	#insights .insights-banner .banner .banner__whiteboard .banner__whiteboard__text{
		width: 90%;       
	}
	#product .banner .banner__whiteboard .banner__whiteboard__text{
		width: 90%;       
	}
}
@media (max-width:1440px){
	.insights-banner .banner .banner__whiteboard .banner__whiteboard__text{
		width: 100%;
	}
}
.banner .banner__whiteboard .banner__whiteboard__text .whiteboard__text__category{
	color: #E55A00;
	font-size: 22px;
	margin: 15px 0;
	font: bold 16px 'Lato', sans-serif
}
.banner .banner__whiteboard .banner__whiteboard__text .whiteboard__text__category__name{

	color: #000000;
}
@media (min-width: 992px){
	.banner .banner__whiteboard.banner__whiteboard-right.banner__whiteboard-trapeze .banner__whiteboard__text{
		transform: translate(-100px,-50%);
	}
}

@media (min-width: 992px) {
	.banner .banner__background-large .banner__whiteboard.banner__whiteboard-right.banner__whiteboard-trapeze .banner__whiteboard__text{
		transform: translate(-50px,-50%);

	}
}
.banner .banner__whiteboard .banner__whiteboard__text p{
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 18px 0;
}
.banner .banner__whiteboard .banner__whiteboard__text h3.whitebooard__title{
	font-size: 35px;
}
.banner .banner__whiteboard .banner__whiteboard__text .whitebooard__title{
	font-size: 44px;
	line-height: 48px;
	margin-bottom: 18px;
	margin-top: 0;
	color: #414549;
}

@media (max-width: 1439px){
	.banner .banner__whiteboard .banner__whiteboard__text .whitebooard__title{
		font-size: 32px;
		line-height: 38px;
	}  	
}
@media (max-width: 991px){
	.banner .banner__whiteboard .banner__whiteboard__text .whitebooard__title{
		font-size: 24px;
		line-height: 29px;
	}  
}
@media (max-width: 539px){
	.banner .banner__whiteboard .banner__whiteboard__text .whitebooard__title{
		padding-top: 15px;
	}  
}



/***************************************************/
/* 3. Position     
/**************************************************/
@media (min-width: 992px){
	.banner .banner__whiteboard-right{
		right: -5px;
	}
	.banner .banner__whiteboard-right svg{
		left: -200px;
	}
	.banner .banner__whiteboard-left{
		left: -5px;
	}
	.banner .banner__whiteboard-left svg{
		transform: scale(-1, 1);
		left: -10px
	}
}

/***************************************************/
/* 4.1 Trapeze     
/**************************************************/
.banner .banner__whiteboard-trapeze > div{
	padding: 5px 25px;
}
@media (min-width: 992px){
	.banner .banner__whiteboard-trapeze > div{
		max-width: 100%;
		width: 100%;  
	}
}
@media (min-width: 992px){

	.banner  .banner__whiteboard-trapeze .banner__whiteboard__text{
		position: absolute;
		top: 60%;
		left: 70px;
		transform: translate(0, -50%);

	}
	/*   .banner .banner__background-large .banner__whiteboard-trapeze .banner__whiteboard__text{
	bottom: -10% !important;
	top: auto !important;
} 
	.wrapper-l .banner .banner__whiteboard-trapeze .banner__whiteboard__text{
	left: 0;

}*/
}
@media (max-width:1440px){
	.banner .banner__whiteboard-trapeze .banner__whiteboard__text{
		left: 8px;
	}
}
@media (min-width: 992px){
	.about-us .banner .banner__whiteboard-trapeze .banner__whiteboard__text{
		width:90%
	}
}
@media (max-width:1440px){
	.about-us .banner .banner__whiteboard-trapeze .banner__whiteboard__text{
		width:100%
	}
}


/***************************************************/
/* 5. Blog - Banner    
/**************************************************/
.banner-tag-container, .banner-blog .banner-tag-container{
	margin-top: -30px;
	z-index: 2 ;
	bottom: -7px;
	right: 15px;
}

.banner__background__blog{
	z-index: -1;   
}
.banner-blog .banner__whiteboard .banner__whiteboard__text{
	left: 0px;
}
.banner-blog .banner__whiteboard>div {
	padding: 15px 5px;
}
.banner-blog .banner__whiteboard .banner__whiteboard__text  h1{
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 18px;
	margin-top: 40px;
}
.banner-blog .banner__whiteboard .banner__whiteboard__text  p{
	max-height: 55px;
	height: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.banner-blog .banner__whiteboard .banner__whiteboard__text p span{
	display:inline-block;
}

.banner-blog .banner__whiteboard .banner__whiteboard__text p span:first-letter{
	text-transform: capitalize;
}
.banner-blog .banner__whiteboard{
	bottom: 0;
	height: 100%;
	width: 100%;
}

/***************************************************/
/* 5. Video - Banner    
/**************************************************/
.banner-video .banner__whiteboard{
	width: 20%;
}
.banner-video .banner__whiteboard-video{
	width: 80%;
	max-width: unset;
}
.banner-video .banner__whiteboard svg{
	width: 100%;
	left: 0;
}
.banner-video .banner__whiteboard .banner-video__whiteboard__icon svg{
	width: 50px;
	height: auto;
	left: 50%;
	top: 30%;
	max-width: 50px;
	max-height: 50px;
}
.banner-video .banner__whiteboard .banner-video__whiteboard__icon svg polygon{
	fill: #E55A00;	
}

@media (max-width: 991px){
	.banner-video .banner__background-mobile{
		padding: 0;	
	}
	.banner-video .banner__whiteboard-video, .banner-video .banner__whiteboard{
		width: 100%;
	}
	.banner-video .banner__whiteboard-video{
		padding-bottom: 100px;
	}
	.banner-video .banner__whiteboard-video > div{  
		padding: 25px;
	}
	.banner-video .banner__whiteboard svg{
		top: -100px;
		height: 200px;
	}
	.banner-video .banner__whiteboard .banner-video__whiteboard__icon svg{
		left: 75%;
		top: -40px;
		transform: translate(-50%, -50%);
	}
}

/*****Legal Templates*****/
.legal-templates .banner__background-image h1{
	left: 0px;
}
@media (max-width: 991px)
	.legal-templates .banner .banner__background {

}
@media (min-width: 992px){

	
	
}
.banner .whiteboad_logo_image{
		max-width: 180px;
	}
@media (max-width: 991px){
.banner .banner__whiteboard .banner__whiteboard__text{
		display:block;
	}
}
/**********************************************************/
/* Stylesheet for form elements/classes        
Index:
1. Conmmon Form
2 Contact Form on Contact Page
3. Blog Subscription Form

/*********************************************************/

/**********************************************************/
/* 1. Common Form
/**********************************************************/

.gfk-form form{
	width: 100%;
	box-sizing: border-box;
	background-color: transparent;
}
.gfk-form form .field{
	margin-bottom: 15px;
}
.gfk-form form .hs-form-booleancheckbox-display input[type="checkbox"]{
	margin-top: 5px;
}
.gfk-form form fieldset{
	max-width: 100%;
}
.gfk-form form input{
	box-sizing: border-box;
}
.gfk-form form ul.inputs-list{
	list-style: none;
	padding: 0;
}

.gfk-form form input[type="text"]::placeholder{
	color: #B3B5B6;
}
.gfk-form form input[type="email"]::placeholder{
	color: #B3B5B6;
}

.gfk-form form .field span{
	color: #8D8F92 ;
}
.gfk-form.gfk-form-registration form .field span{
	color: #E55A00 ;
}
.gfk-form form .input input, .gfk-form form .input textarea,.gfk-form form .input textarea{
	padding: 18px 20px;
	font-size: 15px;
	border: 1px solid #B3B5B6;
	border-radius: 3px;
	background: white;
	color: #414549;
	width: 100%;
	height: 15px;
	box-shadow: none;

}
.gfk-form form .input input[type="text"], .gfk-form form .input input[type="email"], .gfk-form .input input[type="tel"], .gfk-form form .input select, .gfk-form form .input textarea{
	padding: 18px 15px;
	font-size: 15px !important;
	border: 1px solid #B3B5B6 !important;
	border-radius: 3px !important;
	background: white !important;
	color: #414549 !important;
	width: 100% !important;
	box-shadow: none;

}
.gfk-form form .input select{

}
.gfk-form form .input select{
		padding: 10px 15px;

	font-size: 15px;
	border: 1px solid #B3B5B6;
	border-radius: 0px !important;
	background: white;
	color: #B3B5B6;;
	width: 100% !important;
	box-shadow: none;

}
.gfk-form form p{
	color: #676A6D;
	font-size:14px;
}
.gfk-form form p a {
	color: #676A6D;
}
.gfk-form form label{
	color: #8D8F92;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}
.gfk-form form label.hs-error-msg{
	color: red;
}
.gfk-form.gfk-form-search_modal form input[type="checkbox"]{
	width:auto ;
}
.gfk-form .gfk-form-registration form label{
	color: #B3B5B6;
}
.gfk-form form .input textarea{
	resize: none;
	height: 100px;
	box-sizing: border-box;
}
.gfk-form form .legal-consent-container{
	font-size: 12px;

}
.gfk-form form .hs-error-msgs{
	list-style: none;
	margin-top: 0;
	font-size: 12px;
	padding: 0;
	color: red;
}
.gfk-form form .legal-consent-container .input ul {
	list-style: none;
	margin: 15px 0;
	padding: 0;
}
.gfk-form form .hs_submit input[type=submit]{
	cursor: pointer;
	border-width: 0px;
	color: #fff;
	padding: 10px 24px;
	line-height: 1.5em;
	background: #E55A00 !important;
	border-radius: 0px;
	font-size: 16px;
	margin-top: 35px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
		transition: all .4s ease;


}
.gfk-form form .hs_submit input[type=submit]:hover{
box-shadow: 4px 8px 6px rgba(0, 0, 0, 0.2);
}
.gfk-form form fieldset.form-columns-1  input select {
	width:100%;
}
.gfk-form form .legal-consent-container .hs-form-booleancheckbox-display p{
	text-transform: none;

}
.legal-consent-container .hs-richtext p {
	margin: 0;
	font-size:14px;

}
.gfk-form form .buttonInput,.gfk-form .gfk-form__extern .buttonInput{
	display: flex;
	flex-flow: wrap;
}
.gfk-form form .buttonInput input, .gfk-form .gfk-form__extern .buttonInput input{
	width: 300px;
}
@media (max-width: 991px){
	.gfk-form form .buttonInput input, .gfk-form form .buttonInput button, .gfk-form .gfk-form__extern .buttonInput input, .gfk-form .gfk-form__extern .buttonInput button{
		width: 100%;
		margin-bottom: 10px;
	}
}
@media (min-width: 992px){
	.gfk-form form .buttonInput input, .gfk-form .gfk-form__extern .buttonInput input{
		margin-right: 10px;
	}
}
.gfk-contact-form form .input textarea {
	padding: 18px 0 !important;
}


/**********************************************************/
/*2. Contact Form on Contact Page
/**********************************************************/
.gfk-contact-form{
	background: #F4F4F4;
	padding: 15px;
}
@media (min-width: 992px){
	.gfk-contact-form{
		padding: 40px;
	}
}

.gfk-contact-form form .input input{
	padding: 20px !important;
	font-size: 16px  !important;
	line-height: 20px;
}
.gfk-contact-form form .input input.hs-input[type="checkbox"] {
	padding: 0 !important;
	width: auto;
	display: initial;
}
.gfk-contact-form form .input input.hs-input[type="email"], .gfk-contact-form form .input input.hs-input[type="textarea"], .gfk-contact-form form .input input.hs-input[type="text"] {
	width: 100% !important;
	box-sizing: border-box;
	max-width: 100%;
}
.gfk-contact-form form .hs-form-field label{
	line-height: 18px;
	margin: 0;
}
.gfk-contact-form form .input select, .gfk-contact-form form .input input, .gfk-contact-form form .input textarea{
	width: 100%;
	box-sizing: border-box;
	max-width: 100%;
}
.gfk-contact-form form label span,.gfk-contact-form form label.hs-error-msg{
	font-weight:normal;
	font-size: 12px;
	line-height: 14px;
}
.gfk-contact-form form div.hs-fieldtype-select {
	position: relative;
}
.gfk-contact-form form div.hs-fieldtype-select select{
	padding: 10px 15px 10px 10px;
	border: 1px solid #B3B5B6 ;
	box-shadow: none;
	border-radius: 3px !important;
	background-color: white;
	-webkit-appearance: none;
	width: auto;
	font: normal 16px 'Lato', sans-serif;
	min-height: 42px;
	/*min-width: 220px;*/
}

.gfk-contact-form form div.hs-fieldtype-select::before
{
	content: "";
	border-right: 1px solid #8D8F92;
	position: absolute;
	right: 42px;
	width: 20px;
	height: 25px;
	top: 27px;
}
.gfk-contact-form form div.hs-fieldtype-select::after{
	content: "";
	border-right: 2px solid #676A6D;
	border-bottom: 2px solid #676A6D;
	height: 6px;
	width: 6px;
	position: absolute;
	right: 22px;
	top: 35px;
	transform: rotate(45deg);

}
.gfk-contact-form form div.hs-fieldtype-select::before{
	content: "";
}
.gfk-contact-form form span.hs-form-required {
	color: #E55A00;
}
.gfk-contact-form form .input ::placeholder{
	color: #B3B5B6;
	font-size: 16px;
	line-height: 20px;
}
.gfk-contact-form form .hs_submit input[type=checkbox]::placeholder{
	color: white;
	background:white;
}
.gfk-contact-form form .hs_submit input[type=submit]{

	height:35px;
	text-shadow:none;
	padding: 5px 19px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.gfk-contact-form form .hs_submit input[type=submit]:hover{
	/*box-shadow: 4px 8px 6px rgba(0, 0, 0, 0.2);*/
	font-size: 16px;
}
.gfk-contact-form form fieldset.form-columns-3 .hs-form-field{
	width: 33.3%;
}

@media (max-width:1100px){
	.gfk-contact-form form fieldset.form-columns-3 .hs-form-field{
		width: 100%;
	}
}
@media (max-width: 991px){
	.gfk-contact-form form fieldset.form-columns-3 .hs-form-field{
		width: 33.3%;
	}
}
@media (max-width: 767px){
	.gfk-contact-form form fieldset.form-columns-3 .hs-form-field{
		width: 100%;
	}
}


/**********************************************************/
/*3. Blog Subscription Form
/**********************************************************/
#gfk-blog-form > div  {
	background: #202d46;
	padding: 20px;
}
#gfk-blog-form  form h1 {
	color: white;
	font-size: 28px;
	font-weight: 200;
	line-height: 1.3;
}
#gfk-blog-form form label, field {
	color: white;
	font-size: 16px;
}
#gfk-blog-form form .field span{
	color: white !important;
	font-size: 16px;
	text-transform: none;
}
#gfk-blog-form form .hs_email .field span {
	color: white;
	font-size: 16px;
	font-weight: 100;
}
#gfk-blog-form form p  {
	color: white;
	font-size: 11px;
	line-height: 13px;
}
#gfk-blog-form form .hs_submit input[type=submit]{
	font: normal 16px 'Lato', sans-serif;
	font-size: 15px;
}
.gfk-blog-form p{
	color: white !important;
}
#gfk-blog-form .gfk-form.gfk-blog-form p{
	color: white !important;
}
#gfk-blog-form .submitted-message > p{
	color: white;
}
#filter {
    background: white;
	display:none;
}
#filter .uk-drop{
	width: 400px;
}
@media (max-width: 767px) {
	#filter .uk-drop{
		width: 100vw;
		left: 0 !important;
	} 
}
#filter .filter__container {
	/**/
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
	border-top: 1px solid #D9DADB;
	background: white;
	z-index: 8;
}
@media (max-width: 991px){
	#filter .filter__container {
	    top: 76px !important;	
	}
}
#filter .filter__container.uk-sticky-fixed .filter__drop {
	top: 48px !important;
}
#filter .filter__container .filter__container__inner {
	padding: 25px 30px;
}
#filter .filter__container .filter__container__inner > li img{
	margin-right: 5px;
}
#filter .filter__container .filter__container__inner > li > div .inner__item{
	margin-right: 40px;  
	display: flex;
	align-items: center;
}
@media (max-width: 991px) {
	#filter .filter__container .filter__container__inner {
		padding: 20px 25px;
	}
	#filter .filter__container .filter__container__inner > li{
		flex-direction: column;
		align-items: flex-start;
	}
	#filter .filter__container .filter__container__inner > li a div{
		display: flex;
		align-items: center;
	}
	#filter .filter__container .filter__container__inner > li img{
		margin-right: 10px;
	}
	#filter .filter__container .filter__container__inner > li > div{
		margin-bottom: 15px;
		flex-direction: column;
		align-items: flex-start;
	}
	#filter .filter__container .filter__container__inner > li > div .inner__item{
		margin: 0 0 15px 0; 
		width: 100%;
	}
	#filter .filter__container .filter__container__inner > li > div .inner__item > button{
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #414549;
		padding: 15px 0;
	}
}

#filter .filter__container .filter__container__inner .container__inner__inputs{
	max-height: 250px;
	overflow: scroll; 
} 
@media (min-width: 992px){
	#filter .filter__container .filter__container__inner .uk-accordion-content {
		display: flex !important;
		margin-top: 0px !important;
	}
}
#filter .filter__button{
	font: bold 16px 'Lato', sans-serif;
	padding: 0 20px 0 0;
	position: relative;
	background: none;
	color: #414549;
}
#filter .filter__button:after{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: transparent;
	top: 4px;
	right: 5px;
	border: 2px solid #E55A00;
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
}
@media (max-width: 991px) {
	#filter .filter__button:after{
		width: 10px;
		height: 10px;
		top: 20px;
		right: 0;
	}
}
#filter .filter__drop > div{
	padding: 15px 15px 10px;  
}
#filter .filter__drop > div .filter__drop__clear_button{
	display: flex;
	align-items: center;
}
#filter .filter__drop > div .filter__drop__clear_button button{
	border: none;
	padding: 0;
	height: 20px;
	width: 10px;
	margin-left: 7px;
	background: none;
}
#filter .filter__drop > div .filter__drop__clear_button button img{
	margin-right: 0;

}
#filter .filter__checkbox {
	padding: 10px 15px;
	margin-bottom: 10px;
	border: 1px solid #D9DADB;

	display: flex;
	align-items: center;
	font-size: 16px;
	position: relative;
	justify-content: space-between;
	color: #414549 
}
#filter .filter__checkbox input{
	display: none; 
}
#filter .filter__checkbox span{
	position: relative; 
}
#filter .filter__checkbox span:before{
	content: '';
	border: 1px solid #E55A00;
	height: 24px;
	width: 24px;
	display: block;
	border-radius: 200px;
}
#filter .filter__checkbox span:after{
	opacity: 0;
	content: '';
	position: absolute;
	width: 10px;
	height: 5px;
	background: transparent;
	top: 8px;
	right: 7px;
	border: 2px solid white;
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
}

input[type=checkbox]:checked + span:before {
	background: #E55A00;
}
input[type=checkbox]:checked + span:after {
	opacity: 1 !important;
}
input[type=radio]:checked + span:before {
	background: #E55A00;
}
input[type=radio]:checked + span:after {
	opacity: 1 !important;
}
#filter .filter__select{
	position: relative; 
}
#filter .filter__select > span{
	font: normal 16px 'Lato', sans-serif;
}


#filter .filter__select select{
	padding: 5px 15px 5px 10px;
	border: none;
	box-shadow: none;
	background-color: transparent;
	-webkit-appearance: none;
	
	width: auto;
	font: bold 16px 'Lato', sans-serif;
	font-size: 14px;
}
#filter .filter__select:after{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background: transparent;
	top: 10px;
	right: 0;
	border: 2px solid #414549;
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
    pointer-events: none;
    display: inline-block;
}
@media (max-width: 991px) {
	.uk-accordion-title{
		width: 100%;
	} 
}
.uk-accordion-title:before{
	display:none;
}
@media (min-width: 992px){
	#slider{
		height: calc(100vh - 118px);
		max-height: 1000px;
	}
	#slider >div:first-child{
		height: calc(100% - 150px);
	}
	#slider > div > ul, #slider > div > ul li, #slider > div > ul li .banner, #slider > div > ul li .banner .banner__background{
		height: 100%;
	}
	#slider > div > ul li .banner .banner__background{
		padding: 0; 
	}
}
.banner__background-mobile.banner__background-mobile_position-right{
	background-position: center left;
}
.banner__background-mobile.banner__background-mobile_position-left{
	background-position: center right;
}
@media (min-width: 1440px){
	#slider >div:first-child{
		height: calc(100% - 200px);
	}
} 
#slider .uk-slideshow-items{
	min-height: auto !important;
}
@media (max-width: 539px){
	#slider .uk-slideshow-items{

	}
} 
#slider .slider__nav{
	list-style: none;
}
#slider .slider__nav.uk-grid{
	margin-left: -21px !important;
}
#slider .slider__nav.uk-grid>*{
	padding-left: 20px !important;
}
#slider .slider__nav .uk-active > div > div{
	background-color: rgba(0, 0, 0, 0.75);

}
#slider .slider__nav .uk-active > div p{
	color: #E55A00;
}
#slider .slider__nav li > div{
	border-top: 20px solid white;
}
#slider .slider__nav li {
	height: 200px;
	overflow: hidden;
}
@media (max-width: 1439px) {
	#slider .slider__nav li {
		height: 150px;
	}	
}
@media (max-width: 991px) {
	#slider .slider__nav li {
		height: 100px;
	}	
}
#slider .slider__nav li div{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#slider .slider__nav li .slider__nav__background{
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}
#slider .slider__nav li div:hover > div{
	background-color: rgba(0, 0, 0, 0.75);
}
#slider .slider__nav li div:hover p{
	color: #E55A00;
}
#slider .slider__nav p {
	font-size: 22px;
	padding: 0 50px 0 70px;
	left: calc(50% - 20px);
	text-align: center;
	width: 100%;
}
.uk-active.uk-transition-active{
	position: relative !important; 
}
.uk-dotnav>*>*{
	border:none;
	background-color: #B3B5B6;
	width: 11px;
	height: 11px;
}
.uk-dotnav>.uk-active>*{
	background-color: #E55A00;
}
#slider .uk-slidenav{
	border-radius: 200px;
	padding: 10px 15px;
	margin: 0 15px;
	transform: translate(0%, -30%);
}
#slider .uk-slidenav:focus{

}
#slider .uk-slidenav:after{
	position: absolute;
	height: 100%;
	width: 100%;
	background: #f00;
	left: 0;
	top: 0;
	opacity: 0;
}
#slider .uk-slidenav svg{
	width: 24px; 
}
#slider .uk-slidenav svg polyline{
	stroke: white;
}
#breadcrump{
	padding: 15px 0; 
}

#breadcrump p{
	margin: 0 5px 0 0;
    font-size: 16px;
    line-height: 20px;
}
#breadcrump p:last-child a{
	overflow-wrap: break-word;
    word-break: break-all;
    hyphens: auto;
	color: #23a5e6;
}
#map{
	min-height: 500px;
}
.gm-style .gm-style-iw {
	background: transparent;
	width: auto;
	box-shadow: none;
	padding: 0 0 10px 0 !important;
}    
.gm-style .gm-style-iw  button, .gm-style .gm-style-iw-t::after{
	display: none !important;
}
.gm-style div div div div div div div div {
	color: #E55A00;
	overflow: hidden !important;
	font: normal 16px 'Lato', sans-serif;
}

.blog-topic-container .block span, .archive-posts p, .blog-topic-container .block p {
	margin-bottom: 10px;
	font-size: 20px;
}

.blog-topic-container .block .widget-module {
	margin-top: 10px;
}
.blog-topic-container .widget-module .filter-expand-link{
	font-size: .875rem;
	margin-right: 5px;
	padding-left: 10px;
}
.filter-expand-link{
	font-size: .875rem;
}

.blog-topic-container .block div ul, .archive-posts ul{
	list-style: none;
	padding-left: 0;
}
.blog-topic-container .block div ul > li, .archive-posts ul > li{
	position: relative;
	padding: 12px 8px 12px 35px;
	text-transform: uppercase;
	margin: 6px 6px;
	border-radius: 3px;
	color: black;
	box-sizing: border-box;
	background:#ECEDED;
	width: fit-content;
	font: bold 16px 'Lato', sans-serif;
	font-size: 13px;
	
	display: flex;
	justify-content: space-between;
	padding: 4px 8px 4px 36px;
	
}
.blog-topic-container .block div ul > li:before, .archive-posts ul > li:before {
	content: "\279E";
	position: absolute;
	top: 12px;
	
	top: 28%;
	
	left: 12px;
	color: #E55A00;
	


}
.archive-posts ul > li:before {
	content: "\279E";
	position: absolute;
	top: 12px;
	
	top: 28%;
	
	left: 5px;
	color: #E55A00;
}

.blog-topic-container .block div ul > li a, .archive-posts ul > li a{
	color: black;
	font-weight: 600;
}
.blog-topic-container .block div ul > li .filter-link-count ,.archive-posts ul > li > span, .archive-posts ul > li > a span{
	font-size: 13px;
	background: white;
	border-radius: 200px;
	padding: 6px 10px;
	margin-left: 9px;
	
	display: inline-flex;
	margin-top: auto;
	margin-bottom: auto;
	
}
.archive-posts div button {
	border: none;
}
.archive-posts div button:hover {
	color: #E55A00!important;
}
.archive-posts div button span {
	padding-right: 5px;
}
.post-body .blog-detail-top-row{
	margin-bottom: 20px;
	padding: 25px;
	border-top: 1px solid #ECEDED;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
	background:white;
	z-index:9;
}
@media (min-width: 992px){
	.post-body .blog-detail-top-row{
	    top: 84px !important;	
	}
}

.post-body .blog-detail-top-row #backLink:hover{
	cursor: pointer;
	color: #E55A00 !important;
}
.post-body .blog-detail-top-row div .share{

}
.post-body .blog-detail-top-row div .share span {
	padding-left: 5px;
}
.post-body #backLink:hover{
	cursor: pointer;
	color: #E55A00 !important;
}
.post-body .share{
	font-size: 13px;
	border: 1px solid #ECEDED;
	padding: 5px 10px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
	cursor:pointer;
}
.post-body .share span {
	padding-left: 5px;
}
@media (max-width: 767px) {
	.post-body .item-container .blog-post-image{
		height: 250px;
	}}

.post-body .recent-posts .post-title {
	padding: 20px;
	border: 1px solid #ECEDED;
	margin-bottom: 15px;

}
.post-body .recent-posts div p:first-child{
	font-weight: 200;
	font-size: 14px;
}
.post-body .recent-posts .post-title div p{
	font-weight: 400;
	font-size: 12px;
}





/******************SVG****************************/
.progress-indicator {

	position: fixed;
	top: 78px;
	right: 50%;
	width: 100px;
	height: 100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999999;
}
@media (min-width: 992px){
	 .progress-indicator { 
        top: 98px !important;	    	
	}
}
@media (max-width: 767px){
    .progress-indicator {
	    left: 150px;	
	}
}


.progress-count-blog {
	position: absolute;
	top: 20px;
	right: 24%;
	width: 60px;
	text-align: center;
	border: 1px solid #eceded;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
	border-radius: 300px;
	color: #414549;

}
.progress-indicator svg { 
	position: absolute;
}
.progress-indicator circle {
	fill: white;
}
.progress-indicator svg .animated-circle {
	fill: transparent;
	stroke-width: 43px;
	stroke: #E55A00;
	stroke-dasharray: 126;
	stroke-dashoffset: 126;
}

.blog_author_content{
	box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.05);
}
.blog_author_content .wrapper-m > .item-container{

	background: white;
	padding-top: 15px;
}
@media (max-width: 991px){

}
@media (min-width: 992px){
	.blog_author_content .wrapper-m > .item-container{
		margin-top: 250px !important;
	}
	#blog__author{
		position: fixed;
		top: 80px;
	}	
}

.blog__author_box{
	padding: 25px 0;
}
.blog__author_box .blog__author_box__icons a > div{
	height: 30px;
	width: 30px;
	background: #E55A00;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
}
.blog__author_box .blog__author_box__icons svg{
	width: 12px;
}
.blog__author_box .blog__author_box__icons svg path{
	fill: white;
}

.blog-pagination .blog-pagination__link button{
	max-height: 48px !important;
}
#archiveList > div{
	padding: 10px 20px;;
	margin: 6px 6px;
	border-radius: 3px;
	color: black;
	box-sizing: border-box;
	background:#ECEDED;
	width: fit-content;
	font: bold 16px 'Lato', sans-serif;
	font-size: 15px;
}
#archiveList > div > span{
	color: #E55A00;
	padding-right: 10px;
}
#archiveList > div > ul > a {
	font-size: 14px;
}
#archiveList > div > ul > a span {
	color: #E55A00;
	padding-right: 10px !important;
	font-size: 15px;
}

.archive-posts ul {
	margin: 0;
	margin-top: 10px;
}
.archive-posts ul > li{
	padding: 0px 8px 0px 24px;
}
.archive-posts ul > li:nth-child(4){
	margin-top: 10px;
}
.archive-posts ul > li {
	font-size: 12px;
}
.archive-posts ul > li.item-box {
	display:none;
}


#archiveList > div.widget-module{
	padding: 0;
	margin: 0; 
	opacity: 0;
}
.archive-posts div ul li:first-child{
	display: none;
} 
.archive-posts div ul{
	display: none;
}
.archive-posts div ul .open{
	display: block;
}
.archive-posts div:hover{
	cursor: pointer; 
}
.archive-posts div .open{
	display: block ! important;
}
#topicList li{
	display:none;
}
#showLess{
	display: none;
}
#searchForJobs .view-detail li{
	/*display: flex;
	align-items: flex-start;*/
	position: relative;
}
#searchForJobs .view-detail li:before{
	position: absolute;
    left: 4px;
    top: 0; /* was -3.5px */
}
#searchForJobs .view-detail li p{
	margin: 0;
	
}


@media (max-width: 991px){
	#searchForJobs .view-detail{
	overflow: scroll;
}
	#carrer h1{
		font-size: 24px;
		line-height: 29px; 
	}
	#carrer h2{
		font-size: 24px;
		line-height: 29px; 
	}
	#carrer h3 {
		font-size: 18px;
		line-height: 24px; 
	}
	
}
#carrer  .banner .banner__whiteboard .banner__whiteboard__text{
    width: 100%;
}
@media (min-width: 992px){
   #carrer .career-our-teams .banner .banner__whiteboard .banner__whiteboard__text{
    width: 100%;
     min-width:390px; 
} 
    #carrer .life-at-gfk .banner .banner__whiteboard .banner__whiteboard__text{
     width: 100%;
    min-width: 300px;
}
}


.jobs_overview{
	margin: 64px 0;
}
.jobs_overview .jobs_overview__table a:hover,.jobs_overview .jobs_overview__table a{
	color: #414549;
}

.jobs_overview .jobs_overview__table a .jobs_overview__table__item{
	border: 1px solid #D9DADB;
	border-top: none !important;
	padding: 25px;
}
.jobs_overview .jobs_overview__table a:first-child .jobs_overview__table__item{
	border-top:  1px solid #D9DADB;
}
.jobs_overview .jobs_overview__table a:hover .jobs_overview__table__item{
	background: #D9DADB;
}
@media (max-width: 991px){
	.jobs_overview .jobs_overview__table a .jobs_overview__table__item > div:first-child{
		margin-bottom: 30px;
	}
	.jobs_overview .jobs_overview__table a .jobs_overview__table__item > div:last-child{
		justify-content:left;
	}
}
.job_item{
	display:none;
}
#searchResults #hsresults li{
	display: flex;
	flex-flow: column;
    padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #D9DADB;
}
#searchResults #hsresults li a{
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 18px;
}
@media (min-width: 992px){
	#searchResults #hsresults li a{
		box-sizing: border-box;

	}
	#searchResults #hsresults li p{
		box-sizing: border-box;
		margin: 0;
	}
}
.hs-search-results__pagination{
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
	padding: 0 0 15px 0;


	display: none;
}
.hs-search-results__prev-page, .hs-search-results__next-page{
	float: none;	
	padding: 15px 24px;
	border: none;
	text-transform: uppercase;
	font: normal 16px 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	transition: all .4s ease;
	background: #E55A00;
	color: white;
	margin-left: 15px;
	box-sizing: border-box;
}
.hs-search-results__prev-page:hover, .hs-search-results__next-page:hover{
	box-shadow: 4px 8px 6px rgba(0, 0, 0, 0.2);
	color: white;
}  
@media (max-width: 991px){
	.hs-search-results__pagination{
		flex-flow: wrap;	
	}
	.hs-search-results__prev-page, .hs-search-results__next-page{
		width: 100%;	
		margin: 15px 0 0 0;
		text-align: center;
	}
}
.hs-search-field--open .hs-search-field__suggestions{
	background: #414549;
	border:none;
	border-radius: 3px;
}
.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for{
	padding: 8px 16px;
	color: white;
}
.hs-search-field__suggestions a:hover{
	color: #E55A00;
}
#contactUsPopup .uk-offcanvas-bar{
	width: 600px;
}


.contactUsPopup__popup{
    z-index: 99999;
    position:absolute;
    position: fixed;
    bottom: 0;
    right: 0;
    
}
@media (min-width: 768px){
	.contactUsPopup__popup{
	    max-width: 200px;	
	}
}
@media (max-width: 767px){
   
    .contactUsPopup__popup{
      z-index: 1;
      position: relative !important;
      width: 100%;
      display: flex;
      justify-content: center;
      background: #E55A00;
    
 }
    #contactUsPopup .contactUsPopup__popup a button{
        width: 100%;
        box-shadow: none;
       
    }
    #contactUsPopup .contactUsPopup__popup a button:focus{
   outline:0;
    }
      #contactUsPopup .contactUsPopup__popup a button:active {
outline: none;
border: none;
}
    #contactUsPopup .contactUsPopup__popup .contactUsPopup__text{
        padding: 10px 0px 10px 0;
        margin-left: 16px;
        
       
    }
    #contactUsPopup .contactUsPopup__popup .contactUsPopup__text p{
         font: 14px Lato;
         line-height: 24px;
         text-align: left;
        
    }
    #contactUsPopup .contactUsPopup__popup .contactUsPopup__text p:last-child{
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        text-transform: initial;
        font-family: Lato;
    }
}
#contactUsPopup .contactUsPopup__popup button{
	min-width: 113px;
	text-align: center;
	padding: 20px 20px 15px;
    border-radius: 3px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	border: none;
}
#contactUsPopup .contactUsPopup__popup button > div p{
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
}
#contactUsPopup .contactUsPopup__container{
	padding: 20px 0;
	
}
#contactUsPopup .contactUsPopup__box{
	padding: 20px 0 20px 25px;
}
#contactUsPopup .contactUsPopup__container .container__border-left{
	border-left: 1px solid #C4C4C4;
}
#contactUsPopup .contactUsPopup__text p:first-child{
	padding-top: 0px;
}
.dp-spacing-xlarge{
    margin-top:56px;
}
.dp-spacing-large{
    margin-top:48px;
}
.dp-spacing-medium{
    margin-top:32px;
}
.dp-spacing-small{
    margin-top:24px;
}
.dp-spacing-xsmall{
    margin-top:16px;
}
.dp-spacing-70{
    margin-bottom:70px;
}
.dp-spacing-11{
    margin-top:11px;
}
.dp-spacing-13{
    margin-top:13px;
}
.dp-spacing-15{
    margin-top:15px;
}
.dp-spacing-20{
    margin-top:20px;
}
.dp-spacing-27{
    margin-top:27px;
}
.dp-join-padding{
    padding: 29px 41px 29px 37px;
}
.dp-padding-24{
    padding:24px;
}
.btn-dp{
	color: #414549;
}

.btn-dp:hover{
	color: #414549;
}
.btn-dp svg path{
	fill: #414549;
}
.card-quote{
    border: 1px solid #D9DADB;
	box-sizing: border-box;
}
.breadcrump-dividers{
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}


}
#data-partnership .dp-bullet-points ul li::before {
    content: "\2022";
    color: #414549 !important;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.dp-bullet-points span ul li::before {
    color: #414549 !important;
    
}
#data-partnership .dp-bullet-points span ul li::before {
    color: #414549 !important;
    
}
/****Newron***/
.newron-quote-wrapper{
  max-width: 800px;
    margin: 0 auto;
    padding: 60px 0 25px 0;  
}
/***********Lenovo***************/
.lenovo-related-products div ul li::before {
    content: " " !important;
}
.view-detail a{
	color: #E55A00;
}
.view-detail a:hover{
	color: #414549;

}
.view-detail a.preview-link:before{
	content: "⤓";
	margin: 0 5px 0 0;
}
.view-detail a.download-link:before{
	content: "⤓";
	margin: 0 5px 0 0;
}
.view-detail ul {
	padding-left: 20px;
	list-style: none;
}
.view-detail ul.uk-accordion{
	padding: 0;
}
.view-detail ul li::before {
	content: "\2022";
	color: #E55A00;
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}
.view-detail h1{
	font-size: 35px;
	line-height: 40px; 
}
.view-detail h2{
	font-size: 32px;
	line-height: 36px;
}
.view-detail h3{
	font-size: 28px;
	line-height: 36px;
}
.view-detail h4{
	font-size: 22px;
	line-height: 28px; 
}
.view-detail h5{
	font-size: 18px;
	line-height: 24px; 
}
.view-detail h6{
	font-size: 16px;
}
@media (max-width: 991px){
	.view-detail h1{
		font-size: 24px;
		line-height: 29px; 
	}
	.view-detail h2{
		font-size: 22px;
		line-height: 28px; 
	}
	.view-detail h3{
		font-size: 18px;
		line-height: 24px; 
	}
	.view-detail h4{
		font-size: 18px;
		line-height: 24px;  
	}
}
.view-detail p, .view-detail table tr td{
	font-size: 18px;
	line-height: 24px;

}
.view-detail ul li{
	font-size: 18px;
	line-height: 1.75;
}
.view-detail ol {
	font-size: 18px;
	line-height: 1.75;
}
.view-detail ol li {
	font-size: 18px;
	line-height: 1.75;
}
.view-detail em {
	color: #414549;
}
.view-detail p em {
	color: #414549;
}
.view-detail table{
	background: #fff;
	margin-bottom: 1.25rem;
	border: solid 1px #ddd;
	max-width: 100%;

}
.view-detail table tr td, .view-detail table tr th{
	padding: 0.5rem 0.625rem 0.625rem;
	font-size: 0.875rem;
	font-weight: bold;
	color: #222;
	display: table-cell;
	line-height: 1.125rem;
	text-align: left;
	padding-left: 0px;
}
.view-detail table thead{
	background: #f5f5f5;
}
.view-detail table tr:nth-of-type(even){
	background: #f9f9f9;
}
.view-detail .video-container{
	margin-top: 7px;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.view-detail .video-container iframe{
	position: absolute;
	width: 100%;
	height: 100%;
}

.view-detail .view-detail__product_image{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 400px;
}
@media (max-width: 991px){
	.view-detail .view-detail__product_image{
		padding-bottom: 200px;
	}
}
.view-detail .btn-primary{
	color: white !important;
	background: #E55A00 !important;
}
.view-detail .btn-primary:hover{
	background: white !important;
	color: #E55A00 !important;
	border:none;
}
/*************** Insights***************/
#insights-detail .view-detail .insights-heading {
	font-size: 35px;
	line-height: 40px;
}
#insights-detail .view-detail .insights-body h2{
	font-size: 28px;
	line-height: 36px;
}
.view-detail ul li::marker{
	color: #E55A00;
}

@media (max-width: 767px){
	.view-detail .cta_button span{
		font-size: 12px !important
	}
	.post-body.view-detail, #insights-detail .view-detail{
	overflow: scroll;
}
	.cta_button.btn{
		white-space: break-spaces;
	}
}

.epw_accordion .uk-accordion-title  {
	border-top: 1px solid #D9DADB;
	padding: 8px 25px;
}
.epw_accordion ul li:last-child {
	border-bottom: 1px solid #D9DADB;

}
.epw_accordion ul li{
	position: relative;
}
.epw_accordion .uk-accordion>:nth-child(n+2) {
	margin-top: 0px;
}

.epw_accordion ul li:before{
	content: '';
	position: absolute;
	border-right:2px solid #E55A00;
	border-bottom:2px solid #E55A00;
	width:10px;
	height:10px;
	top:15px; 
	left: 0;
	transform: rotate(-45deg);
	border-radius: 0.833333px;

}
.epw_accordion ul li.uk-open a {
	color: #E55A00;
}
.epw_accordion .uk-accordion-content{
	padding-left: 25px;
	margin-top: 16px;
	padding-bottom: 10px;
}
.epw_accordion .uk-accordion-content ul li:before{
	display: none;
}
.epw_accordion .uk-accordion-content ul li{
	border:none;
}

.epw_accordion ul li.uk-open:before{
	animation: skew 0.5s 1;
	transform:rotate(45deg);
}
@keyframes skew {
	0% {
		transform: rotate(-45deg);
	}
	100% {
		transform:rotate(45deg);
	}
}
.products_module{
	position: relative;
}
.products_module-anchor{
    top: -75px;
	position: absolute;
}
.products_module .products_module__content{
	padding: 45px 0;
}
.products_module .products_module__content.text_with_image{
	padding: 60px 0 45px;
}
.products_module .products_divider{
	border-top: 2px solid #D9DADB;
	width: 80%;
	margin: 0 auto;
}

.products_module.personalized_slider .hs_cos_wrapper_type_inline_rich_text ul li {
	list-style-image: url(https://2405078.fs1.hubspotusercontent-na1.net/hubfs/2405078/product_modules/list_bullet_point.svg); 
	margin-bottom: 10px;
}
.products_module.text_with_image {
	
}

.products_module .products-grid-text_with_image{
	margin-left: -40px;

}
.products_module .products-grid-text_with_image >* {
	padding-left: 40px;
}
@media (min-width: 1200px) {
	.products_module .products-grid-text_with_image {
		margin-left: -140px;

	}
}
@media (min-width: 1200px) {
	.products_module .products-grid-text_with_image >* {
		padding-left: 140px;
	}
}
@media (max-width: 1200px){
	.products_module .products-grid-text_with_image img{
		margin-bottom: 20px
	}
}
.prodcuts_module__slider_tabs{
	cursor: pointer;
	margin-bottom: 50px;
}
.products_module  .prodcuts_module__slider_tabs > div{
	border-bottom: 2px solid #D9DADB;
	padding-bottom: 10px;	
}
.products_module  .prodcuts_module__slider_tabs > div.uk-active{
	border-bottom: 2px solid #E55A00;
	font-weight:bold;
}

.products_module .products_module__text_with_background-image{
	margin-bottom: -100px;
}

.products_module.products_module-related_content .uk-slideshow{
	 padding: 0 50px;
	
}

.products_module.products_module-related_content .uk-slideshow .prodcuts_module__slider_tabs{
	    width: calc(100% + 100px);
    margin-left: -50px;
}

.uk-lightbox.uk-open, .uk-lightbox.uk-open.uk-active.uk-transition-active{
	position: fixed !important;
}