@font-face {
	font-family: 'Andes';
	src: url('../fonts/andesbold.woff2') format('woff2'),
		url('../fonts/andesbold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Andes';
	src: url('../fonts/andesmedium.woff2') format('woff2'),
		url('../fonts/andesmedium.woff') format('woff');
	font-weight: medium;
	font-style: normal;
}
.quiz-bg {
	background: url(/content/dam/pringles/en_GB/images/quiz/bg-70.png) center/100% no-repeat;
    background-color: #009e80;
	background-size: cover;
	padding:40px 0px 40px 0px;
}

body .fullWidth .fullWidth-content.questions{
	max-width: 65vw;
}

#ques {
	padding:0 2vw;
	position:relative;
}
#ques .form-control{
	height:47vw;
}
#ques .counter{
	color: white;
	font-family: 'Andes';
}
#ques h3{
	font-family: 'Andes';
	line-height: 1.3;
	font-size: 1.7vw;
	height:6vw;
}
#ques .form-control div.inactive {
	background: #fff;
	padding: 9px 10px;
	border-radius: 5px;
	margin-bottom: 15px;
	text-align: left;
	position: relative;
	cursor: pointer;
	pointer-events: auto;
	line-height:1.1;
}
#ques .form-control div.inactive label{
	display: block;
}
#ques .form-control div.inactive:last-of-type{
	margin-bottom: 26px;
}
#ques .form-control div input{
	display:inline;
	text-indent: -99999999999em;
	height:0;
	width:0;
	visibility:hidden;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
#ques .form-control div.active {
	background:#fed141;
}
#ques .form-control div.active:after {
    content: "";
    width: 23px;
    height: 22px;
    background:transparent url("/content/dam/pringles/en_GB/images/quiz/tick.svg") no-repeat;
    top: 28%;
    right: -35px;
    position: absolute;
    display: inline-block;
}
#ques .form-control div.inactive span{
	display: inline-block;
}
#ques .form-control div.inactive span:first-of-type{
	padding: 8px 14px;
	background: #00856c;color: #fff;
	font-size: 1.7vw;
	border-radius: 5px;
	margin-right: 15px;
	font-family: 'Pinup';
	}
#ques .form-control div.inactive span:nth-of-type(2){
	max-width:90%;
	vertical-align: middle;
}
#ques .form-control .hide-this{
	display: none;
}
.refresh {
	font-size: 1.1vw;
    line-height: 3.4vw;
    color: white;
    font-weight: bold;
    font-family: Pinup;
	text-decoration: none;
	margin-top: -15px;
}
a.refresh:hover, p a.refresh:hover{
	color: #f5d21e;
}
.refresh img {
	vertical-align: baseline;
    width: 12px;
    margin-left: 5px;
}

/* Result Page */
.result {
	background: url(/content/dam/pringles/en_GB/images/quiz/bg-70.png) center/100% no-repeat;
    background-color: #FFD222;
	background-size: cover;
	min-height: 47vw;
}
.question-section{
	min-height: 47vw;
}
.result h2 {
	/* text-transform:uppercase; */
}
.result .pre-heading {
	margin-bottom:20px;
}
.result .disc {
	font-size:14px;
	margin-bottom:40px;
}

.innovator.hide,
.charmer.hide,
.altruist.hide,
.zen.hide,
.enthusiast.hide,.hide-quiz,.hide-questions{
	display:none!important;
}
.innovator p > img,
.charmer p > img,
.altruist p > img,
.zen p > img,
.enthusiast p > img{
	width:80%
}
.arrowimage  image{
	margin-left: 5px;
}
.show-quiz{
	display: block;
}
.result p .refresh{
	margin-top: 0;
    color: #000;
}
.result p a.refresh:hover,
.result a.refresh:hover{
		color: #EA002A;
}
.result p .refresh img{
	vertical-align: baseline;
    width: 12px;
}
.show-mobile{
	display:none;
}
.hide-mobile{
	display:block;
}
#ques p a.button img{
		margin-left: 5px;		
		vertical-align: inherit;
}
.result .vertical-center-container .padding-top{
	padding-left:0;
}
 @media only screen and (max-width: 999px) {
	 body .fullWidth .fullWidth-content.questions{
		 max-width:unset;
	 }
	 #ques{
		 padding:0;
	 }
	 #ques .form-control{
	height:unset;
	}
	 .show-mobile{
	display:block;
	}
	.hide-mobile{
	display:none;
}
	 .quiz-bg{
		 padding: 40px 0px 40px 0px;
	 }
	#ques h3{
		text-align: left;
		font-size: 6vw;
		line-height: 1.2;
		margin-bottom: 30px;
		height:unset;
		}
	#ques .form-control div.inactive span:first-of-type {
	font-size: initial;
	padding: 8px 12px;
	}
	#ques .form-control div.inactive span:nth-of-type(2){
		max-width: 82%;
		font-size: 4.3vw;
		line-height: 1.2;
		vertical-align: inherit;
	}
	#ques .form-control div.inactive{
		padding: 8px;
		line-height: 1;
		text-align: left;
	}
	#ques .form-control label{
		vertical-align: top;
	}
	.refresh{
		font-size: initial;
		margin-top: 0;
	}
	#ques .form-control div.active:after{
		display:none;
	}
	#ques p a.button{
		display: block;
		width: 100%;
		margin-bottom: 20px;
		float: unset;
	}	
	#ques p a{
		display: block;
		float: unset;
	}
	.result p a.button{
		width: 100%;
		text-align:center;
	}
	#ques p a.refresh{
		float:right;
	}
	.innovator p >img,
	.charmer p > img,
	.altruist p > img,
	.zen p > img,
	.enthusiast p > img{
		width:100%
	}
.question-section,
.result{
	min-height: unset;
}	
 }
 /*fade out transition*/

.fade-out-text {
  margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    font-family: 'Pinup';
    font-size: 5.9vw;
    color: black;
}

@keyframes fadeOut {
	50%  { opacity:1; }
	100% { opacity:0; }
}

@-moz-keyframes fadeOut {
	50%  { opacity:1; }
	100% { opacity:0; }
}

@-webkit-keyframes fadeOut {
	50%  { opacity:1; }
	100% { opacity:0; }
}

@-o-keyframes fadeOut {
	50%  { opacity:1; }
	100% { opacity:0; }
}

@-ms-keyframes fadeOut {
	50%  { opacity:1; }
	100% { opacity:0; }
}
#fade-text{
	position: fixed;
	background: url(/content/dam/pringles/en_GB/images/quiz/bg-70.png) center/100% no-repeat;
    background-color: #FFD222;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;	
  animation: fadeOut linear 5s;
  -webkit-animation: fadeOut linear 5s;
  -moz-animation: fadeOut linear 5s;
  -o-animation: fadeOut linear 5s;
  -ms-animation: fadeOut linear 5s;
}
.activefadeText{
	display:block!important;
}
@media only screen and (max-width: 999px) {
.fade-out-text{
	font-size: 15vw;
}
}
/*progress bar*/
.move-right{
	text-align: right;
	padding-top: 5vw;
}
.move-right .progress{
	height: 10px;
	/* width: 300px; */
}
.move-right .progressbar{
	width: 3.5vw;
	height: 10px;
	display: inline-block;
	background-color: #00856C;
	margin-right: 2px;
}
.move-right .progressbar.inactive{
	background-color: #fff;
}
.move-right .progressbar.active{
	background-color: #FFD222;
}
.move-right span:first-of-type{
	background-color: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.move-right span:last-of-type{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
 @media only screen and (max-width: 999px) {
.move-right{
	margin-right: 0;
	padding-top: 6vw;
}
.move-right .progress{
	width: 100%;
	margin: 0 auto 20px;
}
.move-right .progressbar{
	width: 12vw;
	}
 }
 
 /*share this*/
  .kstl-add-this .addthis_button_compact {
	 background: transparent url(/content/dam/europe/kelloggs_it/images/icon-share.png) 0 0 no-repeat;
 }
 /** add this**/
.kstl-add-this {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 20px 0;
}
.kstl-add-this div.addthis_toolbox, .kstl-add-this div.kstl-rich-text {
    display: flex;
    vertical-align: middle;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    padding: 0 10px;
    height: 53px;
    align-items: flex-start;
    margin: 0;
}
.kstl-add-this div.kstl-rich-text p{
	margin:0;
}
.kstl-add-this div.addthis_toolbox {
    align-items: flex-end;
}
.kstl-add-this .addthis_text {
    cursor: pointer;
    color: #2c2c2c;
    line-height: 53px;
}
.kstl-add-this .addthis_button_compact {
    width: 53px !important;
    height: 53px !important;
    content: '';    
    margin: 0;
}
.kstl-add-this .addthis_button_compact .at-icon-wrapper {
    display: none;
}