/* BANNER */

.banner .intrisinc-container {
	overflow-y: hidden;
	height: 0;
	padding-bottom: 30%;
	position: relative;
}

.banner .intrisinc-container img {
	width: 100%;
}

.banner .intrisinc-container.flex-video {
	overflow-y: hidden;
	height: 0;
	padding-bottom: 40%;
	position: relative;
}

.banner .intrisinc-container.flex-video .button-wrap {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 30px;
	width: 250px;
	height: 50px;
	margin-left: -125px;
}

.banner .intrisinc-container.flex-video .button-wrap a {
	margin: 0;
}

/* VIDEOHEADER */

/* 	editmode */
.videoheader .video-thumbnails-edit {
	text-align: center;
}

.videoheader .video-thumbnails-edit ul {
border: 1px dotted orange;
text-align: center;
display: inline-block;
}

.videoheader .video-thumbnails-edit li {
 width: 150px;
 height: 100px;
 font-size: 12px;
 text-align: center;
}
.videoheader .video-thumbnails-edit li img {
 width: 100px;
 height: 100px;
 margin: 0 auto;
}
/* 	editmode */

.videoheader .progress {
	position: relative;
	height: 3px;
	margin: 5px 10px;
	background: white;
}

.videoheader .progress:before {
	position: absolute;
	height: 2px;
	content: " ";
	top: 0.5px;
	left: 0;
	right: 0;
	background: #dedede;
}

.videoheader .progress .progress-meter {
	background: #f11c28;
}

.videoheader video {
	width: 100%;
}

.videoheader .intrisinc-container {
	overflow-y: hidden;
	height: 0;
	padding-bottom: 40%;
	position: relative;
}

.videoheader .poster {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.videoheader .poster.active {
	opacity: 1;
}

.videoheader .video-thumbnails {
	text-align: center;
	margin: -50px 0 0 0;
}

.videoheader .video-thumbnails p {
	margin: 8px -8px 6px -8px ;
	font-size: 10px;
}

.videoheader .video-thumbnails ul {
	display: inline-block;
	list-style: none;
	margin: 0;
}

.videoheader .video-thumbnails ul .videothumb {
	display: inline-block;
	padding: 5px;
}

.videoheader .video-thumbnails ul .videothumb > a {
	position: relative;
	display: inline-block;
	border: 2px solid white;
	width: 60px;
	height: 60px;
 transition: border .5s ease;
 overflow: hidden;
}

.videoheader .video-thumbnails ul .videothumb > a:after {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
 background: rgba(255,255,255,0.25);
 transition: background .5s ease;
}

.videoheader .video-thumbnails ul .videothumb > a img {
 transition: transform .5s ease;
}

.videoheader .video-thumbnails ul .videothumb > a:hover img {
 transform: scale(1.25);
}

.videoheader .video-thumbnails ul .videothumb.active > a {
	border: 2px solid #999999;
}

.videoheader .video-thumbnails ul .videothumb.active > a:after {
 background: rgba(0,0,0,0.1);
}

@media screen and (min-width:40em) {

	.videoheader .video-thumbnails {
		margin: -76px 0 0 0;
	}
	
	.videoheader .video-thumbnails p {
		margin: 8px -8px 6px -8px ;
		font-size: 13px;
	}
	
	.videoheader .video-thumbnails ul {
		display: inline-block;
		list-style: none;
		margin: 0;
	}
	
	.videoheader .video-thumbnails ul .videothumb {
		display: inline-block;
		padding: 5px;
	}
	
	.videoheader .video-thumbnails ul .videothumb > a {
		position: relative;
		display: inline-block;
		border: 2px solid white;
		width: 100px;
		height: 100px;
  transition: border .5s ease;
  overflow: hidden;
	}

}

/* FEATURERETTE */

.featurette .patch {
	height: 240px;
	width: 240px;
	background: silver;
	display: block;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-top-right-radius: 50%;
	margin: 50px 0;
	padding: 20px 25px;
}
.featurette .patch.light-gray {
	background: #a89f9c;
}
.featurette .patch.dark-gray {
	background: #544f4e;
}
.featurette .patch.blue {
	background: #4499d4;
}
.featurette .patch.green {
	background: #93c955;
}
.featurette .patch.turquoise {
	background: #28bca5;
}
.featurette .patch.magenta {
	background: #e8028c;
}
.featurette .patch.violet {
	background: #8d2a90;
}
.featurette .patch.no-link {
	margin: 50px 0 30px 0;
}
.featurette .patch h3 {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 40px;
	line-height: 1;
	margin: 0 0 5px 0;
}
.featurette .patch p {
	color: white;
	display: inline-block;
	font-weight: bold;
	background: linear-gradient(white, white) no-repeat;
	background-size: 100% 2px;
	background-position: 0 1.25em;
}
.featurette .patch.small h3 {
	font-size: 23px;
	margin: 16px 0 5px 0;
}
.featurette .secondary {
	text-align: left;
}
.featurette .secondary p,
.featurette .secondary li {
	font-weight: 300;
}

/* FEATUREBOX */

.feature-box .arrow {
 margin: 16px 0 0 0;
}
.feature-box .arrow-down {
 color: #f11c28;
 font-size: 14px;
}
.feature-box .title {
 margin: 0;
}
.feature-box ul {
 list-style: none;
}
.feature-box ul li {
 position: relative;
 font-weight: 300;
 font-size: 18px;
} 
.feature-box .divider {
 margin: 16px auto 22px auto;
}
.feature-box ul li::before {
 font-weight: 300;
 position: absolute;
 content: '–';
 left: -15px;
 top: 0;
}
.feature-box .box {
 padding: 0 0 30px 0;
}
.feature-box .box.has-padding {
 padding: 0 16px 30px 16px;
}
.feature-box .panel-toggle-content {
 padding: 0 16px;
}

@media screen and (min-width:50em) {
	
	.feature-box .panel-toggle-content {
/* 	  padding: 0 40px; */
	}

}

/* ACADEMY */

.sticky-wrapper {
/*  border: 1px dotted blue; */
}

.sticky-wrapper .anchor {
 margin: -70px 0 0 0;
 padding: 70px 0 0 0;
/*  border: 1px dotted blue; */
}

.sticky-wrapper .sticky-container {
/*  border: 1px dotted pink; */
}

.sticky-wrapper .sticky {
/*  border: 1px dotted aqua; */
 width: 100%;
}

.sticky-wrapper .sticky.is-stuck {
 z-index: 4;
}

.sticky-wrapper .buttongroup .active .button {
 background: black;
 color: white;
}

.sticky-wrapper .sticky .buttongroup {
/*  border: 1px dotted green; */
 background: white;
 margin: 0px auto;
 padding: 50px 0 10px 0;
}

.featurette.academy {
/*  border: 1px dotted aqua; */
 padding: 0 0 40px 0;
}

.featurette.academy .subtitle {
 font-weight: 600;
 font-size: 1.2rem;
 margin: 0 0 20px;
}

.featurette.academy.basics .divider {
 border-bottom: 2px solid #e42313;
}

.featurette.academy.leadership .divider {
 border-bottom: 2px solid #8cb03d;
}

.featurette.academy.sales .divider {
 border-bottom: 2px solid #f49600;
}

.featurette.academy.buying .divider {
 border-bottom: 2px solid #519ad4;
}

.featurette.academy h3 {
 text-transform: uppercase;
 font-weight: 700;
 font-size: 1.3rem;
 margin: 0 0 20px 0;
}

.featurette.academy h4 {
 text-transform: uppercase;
 font-weight: 700;
 font-size: 1rem;
 margin: 0 0 20px 0;
}

.featurette.academy p {
  font-size: 1.2rem;
}

.featurette.academy .statement  {
/*  border: 1px solid green; */
 max-width: 700px;
 margin: 0 auto;
}

.featurette.academy .statement.has-margin  {
 margin: 40px auto 0 auto;
}

.featurette.academy .statement .function span {
 text-transform: uppercase;
 font-weight: 700;
 margin: 0 5px 10px 0;
 font-size: 1rem;
}

.featurette.academy .statement .function i {
 margin: 0 5px 10px 0;
 font-size: 1rem;
}

.featurette.academy .featurette-box {
 background: #EFEFEF;
 padding: 30px 15px;
 text-align: center;
 margin: 0 0 50px 0;
}

.featurette.academy .featurette-box .iconwrap {
/*  border: 1px dotted aqua; */
 margin: 0 auto;
}

.featurette.academy .featurette-box .iconwrap.icon-25 {
 padding: 10px 0 0 0;
 width: 70px;
 height: 58px;
}

.featurette.academy .featurette-box .iconwrap.icon-40 {
 padding: 10px 0 0 0;
 width: 70px;
 height: 58px;
}

.featurette.academy .featurette-box .iconwrap.icon-70 {
 padding: 10px 0 0 0;
 width: 70px;
 height: 58px;
}

.featurette.academy .featurette-box .iconwrap.icon-100 {
 padding: 10px 0 0 0;
 width: 83px;
 height: 58px;
}

.featurette.academy .featurette-box .iconwrap.icon-instore {
 padding: 5px 0 0 0;
 width: 43px;
 height: 58px;
}

.featurette.academy .featurette-box .iconwrap.icon-scissor {
 padding: 1px 0 0 0;
 width: 30px;
 height: 58px;
}

.featurette.academy .featurette-box .iconwrap.icon-extern {
 padding: 1px 0 0 0;
 width: 34px;
 height: 58px;
}

.featurette.academy .featurette-box .iconwrap.icon-900 {
 padding: 10px 0 0 0;
 width: 95px;
 height: 58px;
}

.featurette.academy .featurette-box .iconwrap.icon-4099 {
 padding: 10px 0 0 0;
 width: 125px;
 height: 58px;
}

.featurette.academy .featurette-box .iconwrap.icon-150 {
 padding: 10px 0 0 0;
 width: 92px;
 height: 58px;
}

.featurette.academy .featurette-box .iconwrap.icon-340 {
 padding: 10px 0 0 0;
 width: 92px;
 height: 58px;
}

.featurette.academy .featurette-box .iconwrap.icon-40000 {
 padding: 10px 0 0 0;
 width: 153px;
 height: 58px;
}

.featurette.academy .featurette-box .iconwrap.icon-feedback {
 padding: 1px 0 0 0;
 width: 43px;
 height: 58px;
}

.featurette.academy .featurette-box .legend {
/*  border: 1px dotted pink; */
 margin: 0 auto;
 max-width: 200px;
 min-height: 40px;
}

.featurette.academy .featurette-box .divider {
 margin: 0 auto 40px auto; 
 width: 80px;
}

.featurette.academy .featurette-box p {
 line-height: 1.2; 
}

.featurette.academy .svg-holder {
/*  border: 1px dotted aqua; */
 max-width: 300px;
 margin: 0 auto 30px auto;
}

.featurette.academy .svg-holder.main {
/*  border: 1px dotted red; */
 max-width: 350px;
 margin: 60px auto 0 auto;
}

.featurette.academy .image-holder {
/*  border: 1px dotted pink; */
 max-width: 170px;
 margin: 0 auto 15px auto;
}

@media screen and (min-width: 40em){
/* medium */ 

.sticky-wrapper .anchor {
 margin: -150px 0 0 0;
 padding: 150px 0 0 0;
/*  border: 1px dotted blue; */
}

 .featurette.academy .statement  {
  max-width: 750px;
  text-align: left;
 }
 
}

@media screen and (min-width: 71.875em){
/* large */ 

 .featurette.academy .statement  {
  padding: 0 0 80px 0;
 }

 .featurette.academy .statement  {
  max-width: 900px;
  text-align: left;
  margin: 0;
 }
 
 .featurette.academy .statement.has-margin  {
   margin: 50px 0 0 0;
 }

 .featurette.academy .svg-holder {
  max-width: 300px;
  margin: 0 0 0 auto;
 }
 
 .featurette.academy .svg-holder.main {
  max-width: 400px;
  margin: 0 auto 0 0;
 }

 .featurette.academy .image-holder {
  margin: 0 auto;
 }

}

@media screen and (min-width: 78.75em){
/* xlarge */
}

@media screen and (min-width: 90em){
/* xxlarge */
}


/* SIMPLETEXT */

.simple-title .divider {
  border-bottom: 2px solid #e42313;
  width: 100px;
  height: 1px;
}

.simple-title h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  margin: 0 0 20px 0;
}

.simple-title .subtitle {
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0 0 20px;
}

/* VIDEO */

.video.banner .intrisinc-container {
	overflow-y: hidden;
	height: 0;
	padding-bottom: 30%;
	position: relative;
	background: white;
}

.video.banner .intrisinc-container img {
	width: 100%;
}

.video.banner .intrisinc-container.flex-video {
	overflow-y: hidden;
	height: 0;
	padding-bottom: 38%;
	position: relative;
	border: 1px solid #0A0A0A;
}

.video.banner .intrisinc-container.flex-video .button-wrap {
  margin: 0;
	position: absolute;
	z-index: 1;
	left: calc(50% - 50px);
	bottom: calc(50% - 50px);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	transition: background 0.3s;
}

.video .banner .intrisinc-container.flex-video .button-wrap a {
  border-radius: 50%;
	margin: 0;
}

.video.banner .intrisinc-container.flex-video .button-wrap:hover {
  background: white;
}

@media screen and (min-width: 1024px) {
  .video.banner {
    margin-bottom: 60px;
  }
}

/* TESTIMONIALS */

.peoplelist {
	text-align: left;
}

.peoplelist .person {
	margin-top: 60px;
	margin-bottom: 30px;
}

.peoplelist .person .portrait {
	width: 100%;
	max-width: 170px;
	display: block;
	margin: 0 auto 20px 0;
}

.peoplelist .person .name {
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 10px;
}

.peoplelist .person .position {
	display: inline-block;
}

@media screen and (min-width: 640px) {
 	.peoplelist .person .portrait {
   	margin: 0 auto 20px auto;
 	}
}

/* REGLEMENT */

.feature-box.is-reglement .box {
 padding: 10px 5px 20px 5px; 
 display: block;
}
.feature-box.is-reglement .icon img {
 max-width: 200px;
}
.feature-box.is-reglement .divider {
 border-bottom: 2px solid #111111;
 margin: -15px auto 20px auto;
}

