
#acne-quiz {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 651px) {
  .sc__landing .sc__img-holder {
    padding-top: 100px;
  }
}

.sc__landing button, .sc__popup button, .sc__results button {
  font: 14px/40px "HelveticaNeueW01-55Roma", Helvetica, Verdana, sans-serif;
  color: #fff;
  cursor: pointer;
  background-color: #65b3ef;
  margin: 0;
  border: 0;
  border-radius: 10px;
  position: relative;
  padding: 0 35px 0 30px;
}
.sc__landing button::after, .sc__popup button::after {
  content: '';
  background-image: url("//d2s7x8xt3dmjxh.cloudfront.net/ntg-shade-finder/ui-icons_222222_256x240.png");
  background-position: -176px 0;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  top: calc(50% - 8.5px);
  position: absolute;
  right: 18px;
}

.sc__mobile-text, .sc__landscape-messsage {
  display: none;
}

@media screen and (max-width: 650px) {
  .sc__mobile-text {
    display: inline;
  }

  .sc__std-text {
    display: none;
  }
}
@media screen and (orientation: landscape) and (max-height: 560px) {
  .sc__popup, .sc__results {
    display: none;
  }

  .sc__landscape-messsage {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .sc__landscape-messsage p {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 15px;
    color: #222;
    border-radius: 4px;
    font: 16px/19px "HelveticaNeueLTStd Bd", "HelveticaNeueW01-75Bold", Arial, sans-serif;
    text-align: center;
  }
}
.sc__landing {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  max-width: 930px;
}
@media screen and (max-width: 650px) {
  .sc__landing {
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
  }
}

.sc__img-holder {
  display: inline-block;
  text-align: right;
  float: left;
	width: 35%;
  margin-right: 5%;
}
@media screen and (max-width: 975px) {
  .sc__img-holder {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .sc__img-holder {
    width: 100%;
    height: 80vw;
    position: relative;
    overflow: hidden;
  }
}
.sc__img-holder img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 650px) {
  .sc__img-holder img {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.sc__landing .sc__description {
  display: inline-block;
	width: 60%;
}
@media screen and (max-width: 975px) {
  .sc__landing  .sc__description {
    width: 45%;
  }
}
@media screen and (max-width: 650px) {
  .sc__landing  .sc__description {
    display: block;
    width: 100%;
  }
}
.sc__description button {
  display: block;
	padding: 0px 30px;
	background-color: #fa6f4c;
	border-radius: 3px;
	-webkit-box-shadow: -3px 3px 4px #BBB;
	-moz-box-shadow: -3px 3px 4px #BBB;
	box-shadow: -3px 3px 4px #BBB;
} 
.sc__description button:after {
		display:none !important;
}
@media screen and (max-width: 650px) {
  .sc__description button {
    display: inline-block;
    padding: 0.5vw 7vw;
  }
}
.sc__description button:hover,
.sc__description button:focus ,
.sc__description button:active {
  color: #fff;
  border-color: transparent;
}
.sc__landing .sc__description h3 {
  /* color: #717476; */	
  /* font: bold 52px/72px "HelveticaNeueLTStd Th", "HelveticaNeueW01-UltLt", Arial, sans-serif; */
  /* width: 310px; */
	/* margin: 0 0 10px; */
  color: #fa6f4c;
  letter-spacing: .02em;
  margin: 0 0 8px; 
  padding-top: 100px;
  font-family: 'HelveticaNeueLTStd Lt',Arial,sans-serif;
  font-size: 48px;
	line-height:56px;
  font-weight: 400;
}
@media screen and (min-width: 651px) and (max-width: 680px) {
	.sc__landing .sc__description h3 {
		font-size: 46px;
	}
}
@media screen and (max-width: 975px) {
  .sc__description h3 {
    padding-top: calc(15vw - 50px);
    font-size: calc(3vw + 25px);
    line-height: 7.3vw;
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 650px) {
  .sc__description h3 {
    padding: 0;
    font-size: 14vw;
    line-height: 18vw;
  }
}
.sc__description p {
  color: #717476;
  /* font: bold 20px/25px "HelveticaNeueLTStd Lt", "HelveticaNeueW01-45Ligh", Arial, sans-serif; */
  font:400 18px/25px "HelveticaNeueLTStd Lt", "HelveticaNeueW01-45Ligh", Arial, sans-serif;
  letter-spacing: .02em;
  max-width: 275px;
  display: inline-block;
  margin-bottom: 20px;
	margin-top:0;
}
@media screen and (max-width: 975px) {
  .sc__description p {
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .sc__description p {
    font-size: 5.2vw;
    line-height: 6vw;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: none;
  }
}

.sc__seo-content {
  clear: both;
}
.sc__seo-content > img {
  float: right;
}
@media screen and (max-width: 650px) {
  .sc__seo-content > img {
    display: none;
  }
}
.sc__seo-content p {
  color: #717476;
  padding: 120px 360px 0 50px;
  font: 20px/25px "HelveticaNeueLTStd Lt", "HelveticaNeueW01-45Ligh", Arial, sans-serif;
}
@media screen and (max-width: 975px) {
  .sc__seo-content p {
    padding-top: 80px;
  }
}
@media screen and (max-width: 650px) {
  .sc__seo-content p {
    padding: 30px 20px 20px;
    font: 16px/20px "HelveticaNeueW01-55Roma", Helvetica, Verdana, sans-serif;
  }
}

@media screen and (max-width: 975px) {
  #acne-quiz {

  }
}
@media screen and (max-width: 650px) {
  #acne-quiz.sc__popup-shown .sc__landing {
    display: none;
  }
}
.sc__popup {
  position: fixed;
  left: calc(50vw - 481.5px);
  top: calc(50vh - 292.5px);
  width: 963px;
  height: 585px;
  background-color: #fff;
  display: none;
  box-shadow: 10px 10px 48px -2px rgba(0, 0, 0, 0.75);
  z-index: 999;
}
.sc__popup .sc__question-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.sc__popup .sc__question-section.sc__active {
  visibility: visible;
}
.sc__popup .sc__questions {
	position: absolute;
	top: 110px;
	left: 20px;
	width: calc(100% - 40px);
	padding-top: 0;
}
.sc__popup .sc__questions > div {
	display:block;
	float:left;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 5px 20px 35px 20px;
	font: 22px/24px "HelveticaNeueLTStd Lt", Helvetica, Verdana, sans-serif;
	color: #fff;
	background-color: #999;
	box-sizing: border-box;
	cursor: pointer;	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	-webkit-box-shadow: -3px 3px 4px #BBB;
	-moz-box-shadow: -3px 3px 4px #BBB;
	box-shadow: -3px 3px 4px #BBB;
	text-align: center;
	position:relative;
}

.sc__popup .sc__questions > div > span {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 80%;
    margin-left: 10%;
}
.sc__popup .sc__questions:after {
	content:'';
	display:table;
	visibility:hidden;
	height:0;
	clear: both;
}

.sc__popup .sc__questions h6 {
    padding: 6% 0 8px 0;
    clear: both;
    margin: 0;
}
.sc__popup .sc__questions p {
	margin:0;
	color:#717476;
	font: 16px/18px "HelveticaNeueLTStd Roman", Arial, sans-serif;
}
.sc__popup .sc__questions > div.selected {
  background-color: inherit;
}

.sc__popup .sc__questions > div img {
	display: block;
	margin: 10px auto;
	height: 50px;
  width: auto;
}

@media screen and (max-width: 650px) {
	.sc__popup .sc__questions > div img {
		height: 10vw;
		margin: 5% auto;
		width:auto;
	}
	.sc__popup .sc__breakouts .sc__questions > div img {

	}
	.sc__popup .sc__questions p {
	  margin-bottom: 7%;
		/* font-size: 3vw;
    line-height: 3.5vw; 
		font-size: 14px;
    line-height: 16px;*/
	}
	.sc__popup .sc__preferences .sc__next-btn > div {
		    padding-bottom: 8vw;
	}
	.sc__popup .sc__preferences .sc__next-btn > div  img{
		margin: 2vw auto;
	}
	.sc__popup .sc__preferences .sc__next-btn > div  img{
		margin: 2vw auto;
	}
	
	.sc__popup .sc__breakouts .sc__questions > div img {
    margin-top: calc(5% - 2px) !important;
    margin-bottom: calc(5% - 2px) !important;
	} 
	.sc__popup .sc__breakouts-periodicity  .sc__head h3 {
		margin: 2.2vw 0;
	 }
	 
	.sc__popup .sc__skin-type  .sc__head h3	{
		margin: 2.1vw 0;
	}
	.sc__popup .sc__questions h6 {
		/* padding: 6% 0 1% 0;
    font-size: 3.6vw;
    line-height: 3.7vw; 
		font-size: 16px;
    line-height: 16px;*/
	}
}



.sc__popup .sc__skin-type  .sc__questions > div:nth-child(1) {
	background-color: #65b3ef;
}
.sc__popup .sc__skin-type  .sc__questions > div:nth-child(2) {
	background-color: #af95ff;
}
.sc__popup .sc__skin-type  .sc__questions > div:nth-child(3) {
	background-color: #ffa3b7;
}
.sc__popup .sc__skin-type  .sc__questions > div:nth-child(4) {
	background-color: #f79236;
}

.sc__popup .sc__skin-type  .sc__questions > div:nth-child(5) {
	background-color: #4bb8c5;
}
.sc__popup .sc__skin-type .sc__questions > div.selected {

}


.sc__popup .sc__breakouts  .sc__questions > div {
	background-color: transparent;
	color: #000;
	border:2px solid;
}
.sc__popup .sc__breakouts  .sc__questions > div:nth-child(1) {
	border-color: #b93375;
	color: #b93375;
}
.sc__popup .sc__breakouts  .sc__questions > div:nth-child(2) {
	border-color: #4bb8c5;
	color: #4bb8c5;
}
.sc__popup .sc__breakouts  .sc__questions > div:nth-child(3) {
	border-color: #65b3ef;
	color: #65b3ef;
}
.sc__popup .sc__breakouts  .sc__questions > div:nth-child(4) {
	border-color: #af95ff;
	color: #af95ff;
}

.sc__popup .sc__breakouts  .sc__questions > div.selected {
	color: #ffffff;
}
.sc__popup .sc__breakouts  .sc__questions > div.selected:nth-child(1) {
	background-color: #b93375;
}
.sc__popup .sc__breakouts  .sc__questions > div.selected:nth-child(2) {
	background-color: #4bb8c5;
}
.sc__popup .sc__breakouts  .sc__questions > div.selected:nth-child(3) {
	background-color: #65b3ef;
}
.sc__popup .sc__breakouts  .sc__questions > div.selected:nth-child(4) {
	background-color: #af95ff;
}


.sc__popup .sc__current-pimples  .sc__questions > div:nth-child(1) {
	background-color: #b93375;
}
.sc__popup .sc__current-pimples  .sc__questions > div:nth-child(2) {
	background-color: #4bb8c5;
}
.sc__popup .sc__current-pimples  .sc__questions > div:nth-child(3) {
	background-color: #f79236;
}
.sc__popup .sc__current-pimples  .sc__questions > div:nth-child(4) {
	background-color: #ffa3b7;
}
.sc__popup .sc__current-pimples .sc__questions > div.selected {

}


.sc__popup .sc__breakouts-periodicity  .sc__questions > div:nth-child(1) {
	background-color: #8bba5e;
}
.sc__popup .sc__breakouts-periodicity  .sc__questions > div:nth-child(2) {
	background-color: #4bb8c5;
}
.sc__popup .sc__breakouts-periodicity  .sc__questions > div:nth-child(3) {
	background-color: #af95ff;
}
.sc__popup .sc__breakouts-periodicity  .sc__questions > div:nth-child(4) {
	background-color: #f79236;
}
.sc__popup .sc__breakouts-periodicity .sc__questions > div.selected {

}

.sc__popup .sc__preferences  .sc__questions > div {
	background-color: #a8a8a8;
}
.sc__popup .sc__preferences  .sc__questions > div span {
	display:block;
}
.sc__popup .sc__preferences  .sc__questions > div.selected:nth-child(1) {
	background-color: #af95ff; /* purple */
}
.sc__popup .sc__preferences  .sc__questions > div:nth-child(1) span {
	width: 70%;
	margin-left: 15%;
}
.sc__popup .sc__preferences  .sc__questions > div.selected:nth-child(2) {
	background-color: #ffa3b7; /* pink */
}
.sc__popup .sc__preferences  .sc__questions > div.selected:nth-child(3) {
	background-color: #824b77; /* makeup purple */
}
.sc__popup .sc__preferences  .sc__questions > div.selected:nth-child(4) {
	background-color: #8bba5e; /* green */
}
.sc__popup .sc__preferences  .sc__questions > div.selected:nth-child(5) {
	background-color: #b93375; /* Maroon */
}
.sc__popup .sc__preferences  .sc__questions > div.selected:nth-child(6) {
	background-color: #4bb8c5; /* teal */
}
.sc__popup .sc__preferences  .sc__questions > div.selected:nth-child(7) {
	background-color: #f79236; /* orange */
}
.sc__popup .sc__preferences  .sc__questions > div.selected:nth-child(8) {
	background-color: #73a0cc; /* skincare light blue */
}

.sc__popup .sc__preferences .sc__next-btn img {

} 

@media screen and (min-width: 651px) {
	.sc__popup .sc__questions > div {
		width: 23.5%;
		float:left;
	}
	.sc__popup .sc__questions > div > span {
		margin-left: 5%;
		width: 90%;
	}
	.sc__popup .sc__questions > div:nth-child(4n) {
		margin-right:0;
	}
	.sc__popup .sc__questions > div:nth-child(5n) {
		clear:left;
	}
	.sc__popup .sc__skin-type  .sc__questions > div:nth-child(1) {
		margin-left: 13.75%;
	}
	.sc__popup .sc__skin-type  .sc__questions > div:nth-child(3) {
		margin-right:0;
	}
	.sc__popup .sc__skin-type  .sc__questions > div:nth-child(4) {
		background-color: #f79236;
		clear:left;
		margin-right: 2%;
		margin-left: 23.5%;
	}
	.sc__popup .sc__skin-type  .sc__questions > div:nth-child(5) {
		background-color: #4bb8c5;
		clear:none;
	}

}
@media screen and (min-width: 976px) {
	.sc__popup .sc__questions > div > span {
    width: 80%;
    margin-left: 10%;
	}
	.sc__popup .sc__preferences  .sc__questions > div {
		padding-bottom:50px;
	}
}
.sc__popup .sc__questions.sc__five {
  padding-top: calc(175px - 2.5 * 67px);
}
.sc__popup .sc__questions.sc__two {
  padding-top: calc(175px - 1 * 67px);
}
.sc__popup .sc__head {
position: absolute;
    top: 20px;
    left: 30px;
    display: inline-block;
    text-align: center;
    width: calc(100% - 80px);
}
.sc__popup .sc__head h3 {
  color: #4da7e3;
  font: 34px/34px "HelveticaNeueLTStd Th", Arial,sans-serif;
  margin: 0;
	font-weight: 600;
  letter-spacing: 1px;
}
.sc__popup h6 {
  color: #4da7e3;
  font: 18px/18px "HelveticaNeueLTStd Th", Helvetica, Verdana, sans-serif;
	margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
}
.sc__popup .sc__head  h6 {
  font: 26px/38px "HelveticaNeueLTStd Th", Helvetica, Verdana, sans-serif;
	font-weight: 600;
}

.sc__popup .sc__head > div {
  font: 19px/26px "HelveticaNeueLTStd Th", Helvetica, Verdana, sans-serif;
  color: #000;
}
.sc__popup .sc__close-popup-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background-size: 100%;
  background-image: url("//d3lxpzyvnn8ev0.cloudfront.net/acne/img/ntg-acne-quiz/close-btn.png");
  width: 25px;
  height: 35px;
  cursor: pointer;
}
.sc__popup .sc__next-btn {
	color: #fff;
	background-image: none;
	background-color: #a8a8a8;
	width: auto;
	height: auto;
	padding: 10px 20px;
	border-radius: 5px;
	width: 115px;
	text-align: center;
	left: calc(50% - 77.5px);
	display: none;
	position: absolute;
	bottom: 44px;
	opacity: 0.3;
	z-index: 4;
	cursor: pointer;
	-webkit-box-shadow: -3px 3px 4px #BBB;
	-moz-box-shadow: -3px 3px 4px #BBB;
	box-shadow: -3px 3px 4px #BBB;
	transition:background-color ease .5s;
	font: 15px/18px "HelveticaNeueLTStd Lt", Helvetica, Verdana, sans-serif;
	letter-spacing: 0.5px;
}
.sc__popup .sc__preferences .sc__next-btn {
	display:block;
}
.sc__popup .sc__preferences .sc__questions .sc__next-btn {
	display:none;
}
@media screen and (max-width: 650px) {
	.sc__popup .sc__question-section.sc__preferences {
		min-height:125vw;
	}
	.sc__popup .sc__preferences .sc__next-btn {
		display:none;
	}
	.sc__popup .sc__preferences .sc__questions .sc__next-btn {
    overflow: hidden;
    font-size: 4vw;
    line-height: 4vw;
    position: relative;
    margin-bottom: 4%;
		display:block;
		float: left;
		left: initial;
		bottom: initial;
	}
	.sc__popup .sc__preferences .sc__next-btn img {

	}
	.sc__popup .sc__preferences .sc__next-btn span {

	}
}
.sc__popup .sc__breakouts .sc__next-btn {
	display:block;
}
.sc__popup .sc__next-btn.enabled {
    background-color: #4da7e3 !important;
    opacity: 1;
}
.sc__popup .sc__progress-bar {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: 60px;
}
.sc__popup .sc__progress-bar .sc__progress-pct-holder {
	position: absolute;
	right: 0;
	height: 25px;
	width: 70px;
	top: 0px;
	text-align: center;
	padding-top: 8px;
	z-index: 5;
}

.ring-wrap {
	position: absolute;
	right: 0;
	top:-17px;
}
.ring-wrap.desktop {
	transform: rotate(-90deg);
}
.ring-wrap.mobile {
	display:none;
}
.ring-wrap.mobile .ring-wrap-inner {
	transform: rotate(-180deg);
}
.ring-wrap.mobile  .cover-bottom{
	position: absolute;
	bottom: 0;
	background: #fff;
	height: 45px;
	z-index: 4;
	width: 100%;
}
							
@media screen and (max-width: 650px) {
	.ring-wrap.desktop {
		display:none;
	}
	.ring-wrap.mobile {
		display:block;
		 top: 0;
		 margin-top: -3px;
		 right: 2%;
	}
}
.ring-wrap .progress-ring {
  width: 70px;
  height: 70px;
	fill: transparent;
  stroke-width: 15;
  stroke: #4da7e3;
	position:relative;
	z-index:3;
	transition: stroke-dashoffset 1s;
}
.progress-ring  .progress-ring__circle {
	transition: stroke-dashoffset 1s;
}
.progress-ring-bg {
	width: 70px;
	height: 70px;
	fill: transparent;
	stroke-width: 15;
	stroke: #959595;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.ring-wrap.mobile  .progress-ring,
.ring-wrap.mobile .progress-ring-bg {
  width: 80px;
  height: 80px;
}
	
.sc__popup .sc__progress-bar .sc__progress-pct-bar {
	display: inline-block;
	text-align: center;
	min-width: 30px;
	font: 11px/22px "HelveticaNeueLTStd Bd", Arial, sans-serif;
	color: #959595;
}
.sc__popup .sc__progress-bar .sc__prev-btn {
	font: 15px/15px "HelveticaNeueLTStd Lt", Helvetica, Verdana, sans-serif;
	color: #fff;
	cursor: pointer;
	width: auto;
	padding: 12px 10px 12px 24px;
	background: #959595;
	display: inline-block;
	border-radius: 1px;
	-webkit-box-shadow: -3px 3px 4px #BBB;
	-moz-box-shadow: -3px 3px 4px #BBB;
	box-shadow: -3px 3px 4px #BBB;
	letter-spacing: 0.5px;	
  margin-left: 2%;
	position:relative;
}
.sc__popup .sc__progress-bar .sc__prev-btn span {
  display: none;
}
.sc__popup .sc__progress-bar .sc__prev-btn span.sc__first-page {
  display: inline;
}
.sc__popup .sc__progress-bar .sc__prev-btn span.sc__mobile-text {
  display: none;
}
.sc__popup .sc__progress-bar .sc__prev-btn::before {
	position: absolute;
	top: 50%;
	left: 8px;
	content: '';
	margin-top: -20px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
	z-index: 3;
	margin-top: -10px;
}
	
.sc__popup .sc__progress-bar .sc__prev-btn::after {
	position: absolute;
	top: 50%;
	left: 11px;
	content: '';
	margin-top: -20px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #959595;
	z-index: 4;
	margin-top: -10px;
}
.sc__popup .sc__progress-bar .sc__prev-btn::after {

}
.sc__popup .sc__progress-bar .sc__prev-btn.sc__enabled span {
  display: inline;
}
.sc__popup .sc__progress-bar .sc__prev-btn.sc__enabled span.sc__first-page {
  display: none;
}
.sc__popup .sc__progress-bar .sc__prev-btn.sc__enabled span.sc__mobile-text {
  display: none;
}

@media screen and (max-width: 975px) {
  .sc__popup {
    width: 645px;
    left: calc(50vw - 323px);
  }
  .sc__popup .sc__head {
    left: 60px;
    width: calc(100% - 120px);
  }
  .sc__popup .sc__head h3 {
    font: 29px/32px "HelveticaNeueLTStd Th", Helvetica, Verdana, sans-serif;
		font-weight: 600;
  }
  .sc__popup .sc__question-section .sc__selection-image img {
    max-width: 100%;
  }
  .sc__popup .sc__question-section .sc__selection-image.sc__two img {
    max-width: 65%;
  }
}
@media screen and (min-width: 651px) and (max-width: 975px) {
	.sc__popup .sc__questions > div {
    font-size: 16px;
		line-height:18px; 
	}
	.sc__popup .sc__preferences .sc__questions > div {
    font-size: 13px;
		line-height:15px;
	}
	.sc__popup .sc__questions > div img {
		height: 40px;
	}
}	
@media screen and (max-width: 650px) {
  .sc__popup {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    box-shadow: none;
    z-index: auto;
  }
  .sc__popup .sc__question-section, .sc__popup .sc__head, .sc__popup .sc__questions, .sc__popup .sc__selection-image, .sc__popup .sc__progress-bar {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    /*width: 100vw;*/
		width: 100%;
  }
  .sc__popup .sc__question-section {
    display: none;
		min-height: 107vw;
  }
  .sc__popup .sc__question-section.sc__active {
    display: block;
  }
  .sc__popup .sc__selection-image {
    height: calc(100vh - 25vw - 370px);
  }
  .sc__popup .sc__selection-image img {
    max-width: calc(100vw - 20px);
  }
}
@media screen and (max-width: 650px) and (max-width: 650px) and (max-height: 520px) {
  .sc__popup .sc__selection-image {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .sc__popup .sc__breakouts .sc__selection-image {
    display: none;
  }
  .sc__popup .sc__questions {
    padding: 0 2%;
    font-size: 0;
    box-sizing: border-box;
  }
  .sc__popup .sc__questions > div {
    width: 48%;
    margin-right: 4%;
    overflow: hidden;
    font-size: 4.2vw;
    line-height: 4.2vw;
    position: relative;
    margin-bottom: 4%;
		padding: 2% 3% 9% 3%;
  }
	.sc__popup .sc__preferences .sc__questions > div {
		    padding-top: 0;
    font-size: 3.5vw;
    line-height: 3.5vw;

  }
	.sc__popup .sc__questions > div:nth-child(even) {
		margin-right: 0;
	}
  .sc__popup .sc__questions > div > span {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%; */
		bottom: 11%;
  }
  .sc__popup .sc__head {
    /* height: 25vw; */
		padding-top: 2vw;
    padding-bottom: 3vw;
		min-height: 12vw;
  }
  .sc__popup .sc__head h3 {
    font-size: 5.7vw;
    line-height: 6vw;
  }
	.sc__popup .sc__head h6 {
    padding: 0 10px;
    font-size: 5.7vw;
    line-height: 6vw;
  }
  .sc__popup .sc__head > div {
    font-size: 4.5vw;
    line-height: 4.5vw;
    padding-top: 5px;
  }
  .sc__popup .sc__on-the-go h3 {
    max-width: 100%;
    text-align: center;
  }
  .sc__popup .sc__help-icon {
    bottom: 10px;
  }
	.sc__popup .sc__next-btn {
		bottom: -38px;
    width: 75px;
    left: calc(50% - 47.5px);
    padding: 9px 10px;
	}
  .sc__popup .sc__next-btn {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
  }
  .sc__popup .sc__progress-bar {
    display: inline-block;
    width: 100%;
    text-align: left;
		overflow: hidden;
  }
  .sc__popup .sc__progress-bar .sc__progress-pct-bar {
    background-color: transparent;
  }
  .sc__popup .sc__progress-bar .sc__prev-btn::after {

  }
  .sc__popup .sc__progress-bar .sc__prev-btn span.sc__std-text {
    display: none;
  }
  .sc__popup .sc__progress-bar .sc__prev-btn span.sc__mobile-text {
    display: none;
  }
  .sc__popup .sc__progress-bar .sc__prev-btn.sc__enabled span.sc__mobile-text {
    display: block;
  }
  .sc__popup .sc__progress-bar .sc__prev-btn span.sc__first-page.sc__mobile-text {
    display: block;
  }
  .sc__popup .sc__progress-bar .sc__prev-btn.sc__enabled span.sc__first-page.sc__mobile-text {
    display: none;
  }
  .sc__popup .sc__progress-bar .sc__progress-pct-holder {
    width: 80px;
    z-index: 999;
    top: 14px;
		right: 2%;
  }
  .sc__popup .sc__close-popup-btn {
    display: none;
  }
  .sc__popup .sc__help-body {
    text-align: left;
    max-width: 85%;
  }
  .sc__popup .sc__breakouts .sc__help-icon-holder {
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 20px;
  }
  .sc__popup .sc__breakouts .sc__help-icon-holder .sc__help-btn-pointer {
    left: 35px;
    height: 46px;
    background-size: 40px 37px;
    padding: 3px 0 0 43px;
    text-align: left;
    font: 4.5vw/24px sans-serif;
    width: calc(43px + 35vw);
  }
}
@media screen and (min-width: 651px) and (max-height: 650px) {
  .sc__popup {
    max-height: 100vh;
  }
}
.sc__results {
  text-align: center;
  display: none;
}
.sc__results h2 {
  width: 100%;
  text-align: center;
  font: 35px/60px "HelveticaNeueW01-Thin", Helvetica, Verdana, sans-serif;
  color: #65b3ef;
  margin: 0 0 15px;
}
.sc__results .sc__products {
    font-size: 0;
    max-width: 1000px;
    margin: 0 auto;
}
.sc__products:after {
    content: '';
    clear: both;
    display: table;
    height: 0;
}
.sc__results .sc__product {
	display: block;
}

.sc__results ul.sc__checklist li{
	color: #4da7e3;
	font: 13px/15px "HelveticaNeueLTStd Lt", "HelveticaNeueW01-45Ligh", Arial, sans-serif;
	text-align: left;
	list-style: none;
	position: relative;
	padding-left: 20px;
    margin-bottom: 4px;
}
.sc__results ul.sc__checklist li:before {
    content: '';
    width: 14px;
    height: 11px;
    position: absolute;
    left: 0;
		background-image: url("/acne/img/ntg-acne-quiz/icons/checklist-mark.png");	
		top: 3px;
}
.sc__also-like-wrap {
  margin-top: 40px;
	width: 100%;
  overflow: hidden;
}
.sc__also-like-head {
	margin-top:60px;
}
.sc__also-like-head h3 {
	padding-bottom: 12px;
	position: relative;
	margin: 0;
	font: 18px/18px "HelveticaNeueW01-Thin", Helvetica, Verdana, sans-serif;
  font-weight: 600;
}
.sc__also-like-head h3::after {
	content:'';
	width:80px;
	height:2px;
	background-color:#ddbf39;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.sc__also-like-head p {
	margin: 8px 0 20px 0;
	font: 16px/18px "HelveticaNeueLTStd Roman", Arial, sans-serif;
}
@media screen and (max-width: 650px) {
	.sc__also-like-head h3 {
		font: 16px/16px "HelveticaNeueW01-Thin", Helvetica, Verdana, sans-serif;
	}
	.sc__also-like-head p {
			font: 14px/16px "HelveticaNeueLTStd Roman", Arial, sans-serif;
	} 
	.sc__also-like-wrap {
		margin-bottom: 40px;
	}
}
.sc__also-like-wrap:after {
	content: '';
	clear: both;
	display: table;
	height:0;
}
.sc__total {
    font: bold 20px/25px "HelveticaNeueLTStd Lt", "HelveticaNeueW01-45Ligh", Arial, sans-serif;
}
.sc__results .sc__also-like-wrap button.sc__slider-prev,
.sc__results .sc__also-like-wrap button.sc__slider-next {
	display:none;
}
@media screen and (min-width: 651px)  {
	.sc__results .sc__product {
		width:31%;
		margin-right:3.5%;			
		margin-bottom: 3.5%;
		float:left;
	}
	.sc__results .sc__also-like .sc__product {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 2.5%;
	}
	.sc__results .sc__also-like .sc__product:nth-of-type(4n) {
    margin-right: 0;
	}
	.sc__results .sc__also-like .sc__product:nth-of-type(5n) {
    clear:left;
	}
	.sc__results .sc__products .sc__product:nth-child(3n) {
			margin-right:0;
	}
	.sc__results .sc__products .sc__product:nth-child(4n) {
		clear:left;
	}

	.sc__results ul.sc__checklist {
    clear: both;
    padding: 20px 5% 0 5%;
    margin: 0 auto;
    position: relative;
    left: 5%;
    display: block;
	}
	.sc__also-like {
	  max-width: 1000px;
    margin: 0 auto;
	}
	.sc__also-like-wrap {

	}
}
	.sc__results .sc__product img {
    width: 50%;
    max-width: 125px;
}

.sc__results .sc__also-like-wrap button.sc__slider-prev::before {
    position: absolute;
    top: 50%;
    left: 1px;
    content: '';
    margin-top: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #4bb8c5;
    z-index: 3;
}
	
.sc__results .sc__also-like-wrap button.sc__slider-prev::after {
    position: absolute;
    top: 50%;
    left: 3px;
    content: '';
    margin-top: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    z-index: 4;
    background-image: none;
}
.sc__results .sc__also-like-wrap button.sc__slider-next::before {
    position: absolute;
    top: 50%;
    right: 1px;
    content: '';
    margin-top: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #4bb8c5;
    z-index: 3;
}
	
.sc__results .sc__also-like-wrap button.sc__slider-next::after {
    position: absolute;
    top: 50%;
    right: 3px;
    content: '';
    margin-top: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    z-index: 4;
    background-image: none;
}

@media screen and (max-width: 650px)  {
	.sc__product:after {
    content: '';
    clear: both;
    display: table;
    height: 0;
	}
	.sc__results {
		
	}
 .sc__results .sc__product img {
		float: left;
    padding-right: 3%;
    height: auto;
    width: 20%;
		margin-bottom:10px;
	}

	.sc__results .product-data {
		float: left;
    width: 36%;
    padding-right: 5%;
    margin-bottom: 10px;
	}
	.sc__results ul.sc__checklist {
    float: right;
    padding-left: 0;
    text-align: left;
    max-width: 34%;
    padding-right: 2%;
		margin: 0 0 10px;
	}
	.sc__results .sc__product {
		clear: both;
	}
	.sc__results .sc__also-like .sc__product {
		clear: none;
    float: left;
    width: 25%;
	}
	.sc__results .sc__also-like .sc__product img{
		width:50%;
	}
	.sc__also-like-wrap {
		position:relative;
	}
	.sc__also-like {
	   width: 200%;
		 -webkit-transition: margin 0.25s;
        -moz-transition: margin 0.25s;
        -o-transition: margin 0.25s;
        transition: margin 0.25s;
	}
	.sc__results .sc__also-like-wrap button.sc__slider-prev,
	.sc__results .sc__also-like-wrap button.sc__slider-next {
		position: absolute;
    top: 0;
    margin-top: -15px;
    right: 0;
    width: 10px;
    height: 100%;
    background: #fff;
    display: block;
    padding: 0 1.5%;
    border-radius: 0;		
		-webkit-transition: opacity 0.25s;
		-moz-transition: opacity 0.25s;
		-o-transition: opacity 0.25s;
		transition: opacity 0.25s;
		-webkit-box-shadow: -5px 0 5px #fff;
		-moz-box-shadow: -5px 0 5px #fff;
		box-shadow: -5px 0 5px #fff;
		opacity: 0.9;
	}
	.sc__results .sc__also-like-wrap button:disabled,
	.sc__results .sc__also-like-wrap button[disabled]{
		opacity:0.15;
	}
	.sc__results .sc__also-like-wrap button.sc__slider-prev {
		left:0;
		right:auto;
	}
	.sc__also-like-head {
		margin-top:30px;
	}
	div#data-recommendername-custom-carousel {
    padding: 0 4%;
    margin: 0 4%;
	}
}

.sc__results .sc__product h4 {
  position: relative;
  background-color: transparent;
  font: 18px/19px sans-serif;
  padding-left: 8px;
  color: #fff;
  box-sizing: border-box;
  letter-spacing: .02em;
  margin: 0 0 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
	text-align: left;
}
.sc__results .sc__product h4 span {
	display: block;
	margin-left: 37px;
	background-color: #b93375;
	-webkit-box-shadow: -3px 3px 4px #BBB;
	-moz-box-shadow: -3px 3px 4px #BBB;
	box-shadow: -3px 3px 4px #BBB;
	border-radius: 1px;
	padding: 5px 5px 5px 12px;
}
.sc__results .sc__product:nth-child(1n) h4 span {
  background-color: #4bb8c5;	
}
.sc__results .sc__product:nth-child(2n) h4 span {
  background-color: #b93375;	
}
.sc__results .sc__product:nth-child(3n) h4 span {
  background-color: #65b3ef;	
}
.sc__results .sc__product:nth-child(4n) h4 span {
  background-color: #f79236;	
}
.sc__results .sc__product:nth-child(5n) h4  span {
  background-color: #af95ff;	
}
.sc__results .sc__product h4::after {
  position: absolute;
  top: 0;
  left: 0px;
  content: '';
  background-image: url("/acne/img/ntg-acne-quiz/icons/dsk-checkbox-multi.jpg");
  background-color: transparent;
  border: 0;
  width: 31px;
  height: 29px;
  cursor: pointer;
  background-repeat: no-repeat;
}
.sc__results .sc__product h4.sc__checked::after {
  background-position: -31px 0;
}

.sc__results .sc__product:nth-child(2n) h4::after{
  background-position: 0 -29px;
}
.sc__results .sc__product:nth-child(3n) h4::after{
  background-position: 0 -58px;
}
.sc__results .sc__product:nth-child(4n) h4::after{
  background-position: 0 -87px;
}
.sc__results .sc__product:nth-child(5n) h4::after{
  background-position: 0 -116px;
}

.sc__results .sc__product:nth-child(2n) h4.sc__checked::after{
  background-position: -31px -29px;
}
.sc__results .sc__product:nth-child(3n) h4.sc__checked::after{
  background-position: -31px -58px;
}
.sc__results .sc__product:nth-child(4n) h4.sc__checked::after{
  background-position: -31px -87px;
}
.sc__results .sc__product:nth-child(5n) h4.sc__checked::after{
  background-position: -31px -116px;
}

.sc__results .sc__product .sc__name {
  font: 15px/17px "HelveticaNeueLTStd Roman", Arial, sans-serif;
  color: #707475;
	padding: 10px 0;
}
.sc__results .sc__product .sc__price {
	width: 47%;
	float: left;
	text-align: left;
	padding-right: 4%;
	font: 12px/22px "HelveticaNeueLTStd Bd", Arial, sans-serif;
  font-weight: 600;
  color: #707475;
}

.sc__results .sc__product button {
  background-color: #707475;
  border-radius: 2px;
  font: 10px/18px sans-serif;
  margin: 0;
  padding: 0px 5px;
  max-width: 55px;
	float: left;
  clear: left;
  min-height: 0;
}

.sc__results .sc__also-like-wrap  .sc__product {
	text-align: left;
}

.sc__results .sc__also-like-wrap .sc__reviews-stars {
	width: 33%;
	margin-left: 4%;
	float: left;
	line-height: 20px;
}
.sc__results .sc__also-like-wrap .sc__product .sc__reviews-stars img {
    width: 100%;
    max-width: 100%;
		    float: none;
				    margin-bottom: 0;
}

.sc__results .sc__also-like-wrap .sc__reviews-ratings span {
	color:#8dabbd;
	font: 13px/18px "HelveticaNeueLTStd Bd", "HelveticaNeueW01-45Ligh", Arial, sans-serif;
	padding-left:4%;
}
.sc__results .sc__also-like-wrap .sc__product .sc__price {
	clear:left;
	text-align: left;
	padding-left:4%;
	padding-top:4%;
}
.sc__results .sc__also-like-wrap .sc__product .sc__product-details:after {
    clear: both;
    content: '';
    display: table;
    height: 0;
    visibility: hidden;
}
.sc__results .sc__also-like-wrap .sc__product button.sc__details_button {
	display:none;
}

.sc__results .sc__also-like-wrap .sc__product button.sc__button.sc__addtobag_button {
	clear: both;
	width: 95%;
	display: block;
	float: none;
	max-width: 100%;
	color: #717476;
	background-color: transparent;
	padding: .5em .7em;
	cursor: pointer;
	box-sizing: border-box;
	line-height: 1em;
	min-height: 35px;
	font-family: HelveticaNeueLTStd Bd,Arial,sans-serif;
	font-weight: 700;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: .075em;
	border-radius: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s ease;
	border: 2px solid #717476;
	margin-top:10px;
}
.sc__results .sc__also-like-wrap .sc__product button.sc__button.sc__addtobag_button:hover {
	    border: 2px solid #8dabbd;
			color:#8dabbd;
}
.sc__also-like .sc__details_button,
.sc__also-like .sc__product-image,
.sc__also-like .sc__name,
.sc__also-like .sc__reviews,
.sc__results .sc__product img {
	cursor:pointer;
}
@media screen and (min-width: 651px)  {
	.sc__results .sc__product button {
		float: left;
    width: 48%;
		clear:none;
		margin-left: 2%;
	}
	.sc__results .sc__product .sc__price {
		width: 48%;
		float: left;
		text-align: right;
		padding-right: 2%;		
		font: 13px/19px "HelveticaNeueLTStd Roman", "HelveticaNeueW01-45Ligh", Arial, sans-serif;
    font-weight: 600;
	}
	.sc__results .sc__product .sc__name {
    padding: 2% 4% 4% 4%;
    min-height: 70px;
	}
	.sc__results .sc__also-like-wrap .sc__reviews-ratings {
    float: left;
		width:52%;
	}
	.sc__results .sc__also-like-wrap .sc__product img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
	}
	.sc__results .sc__also-like-wrap .sc__product button.sc__button.sc__addtobag_button {
		width: 100%;
	}
	.sc__results .sc__result-actions .button-wrap {
		display: inline-block;
	}
  .sc__results .sc__result-actions .button-wrap:not(:last-child) {
		margin-right: 2%;
	}
	.sc__results .sc__result-actions button {
    min-width: 235px;
	}
	.sc__result-actions span {
		max-width: 235px;
	}
}
@media screen and (min-width: 740px)  {
	.sc__results .sc__product .sc__name {
    min-height: 52px;
	}
}
@media screen and (min-width: 1000px)  {
	.sc__results .sc__product .sc__name {
    min-height: 35px;
	}
}

.sc__results .sc__product button::after {
  display: none;
}

.sc__results .sc__result-actions {
  font: 13px/29px "HelveticaNeueW01-55Roma", Helvetica, Verdana, sans-serif;
  margin: 30px 0 0;
}
.sc__result-actions span {
	display: block;
	clear: both;
	padding-top: 0px;
	text-align: center;
	font-family: HelveticaNeueLTStd Lt,Arial,sans-serif;
	padding: 4px 0px 12px 0px;
	font-size: 11px;
}
.sc__results .sc__result-actions img {
  height: 29px;
  vertical-align: bottom;
  margin-left: 5px;
  cursor: pointer;
}

.sc__results .sc__result-actions button {
	font: 14px/15px "HelveticaNeueW01-55Roma", Helvetica, Verdana, sans-serif;
	border-radius: 3px;
	padding: 12px 25px 12px 25px;
  margin-right: 2%;
	-webkit-box-shadow: -3px 3px 4px #BBB;
	-moz-box-shadow: -3px 3px 4px #BBB;
	box-shadow: -3px 3px 4px #BBB;
}
.sc__results .sc__result-actions button::after {
  transform: scale(0.7);
  right: 8px;
	display:none;
}
.sc__results .sc__result-actions button.sc__get-coupon {
  background-color: #4bb8c5;
	margin-right: 0;
}
@media screen and (max-width: 650px)  {
	.sc__results .sc__also-like-wrap .sc__reviews {
		display:none;
	}
	.sc__results .sc__also-like-wrap .sc__product button.sc__details_button {
		display:block;
	}
	.sc__results .sc__product .sc__name {
		padding-top: 3%;
    text-align: left;
    color: #707475;
	}
	.sc__results .sc__result-actions button {
		font: 14px/15px "HelveticaNeueW01-55Roma", Helvetica, Verdana, sans-serif;
		border-radius: 3px;
		padding: 15px 25px 15px 20px;
		margin-right: 0;
		display: block;
		margin: 0 auto;
		width: 80%;
		max-width: 400px;
	}
	
		
	.sc__results .sc__product h4 {
    margin: 0 0 2% 0;
	}
	.sc__results .sc__result-actions button.sc__get-coupon {
		margin-right: auto;
	}
	.sc__results .sc__result-actions .button-wrap:last-child span {
	  padding: 0;
    line-height: 20px;
	}
	.sc__results .sc__result-actions {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding-top: 15px;
		-webkit-box-shadow: 0px 0px 5px #EEE;
    -moz-box-shadow: 0px 0px 5px #EEE;
    box-shadow: 0px 0px 5px #EEE;
    border-top: 1px solid #eee;
	}
	.sc__results .sc__also-like-wrap .sc__reviews-stars {
		width: 90%;
	}
}

.sc__results .sc__buy-now-popup-holder {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.sc__results .sc__buy-now-popup-holder .sc__body {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 400px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}
.sc__results .sc__buy-now-popup-holder .sc__body p {
  text-align: left;
  font: 15px/18px "HelveticaNeueLTStd Lt", "HelveticaNeueW01-45Ligh", Arial, sans-serif;
  color: #222;
}
.sc__results .sc__buy-now-popup-holder .sc__body p b {
  color: #ea898d;
}
.sc__results .sc__buy-now-popup-holder .sc__body .sc__close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-image: url("//d3lxpzyvnn8ev0.cloudfront.net/acne/img/ntg-acne-quiz/close-black.svg");
  background-size: cover;
}
.sc__results .sc__buy-now-popup-holder .sc__body .sc__color-selector {
  display: none;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}
.sc__results .sc__buy-now-popup-holder .sc__body .sc__color-selector ul {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
.sc__results .sc__buy-now-popup-holder .sc__body .sc__color-selector li {
  list-style: none;
  text-align: left;
  position: relative;
  padding-left: 40px;
  font: 15px/34px "HelveticaNeueLTStd Lt", "HelveticaNeueW01-45Ligh", Arial, sans-serif;
  cursor: pointer;
}
.sc__results .sc__buy-now-popup-holder .sc__body .sc__color-selector li.sc__selected {
  color: #ea898d;
}
.sc__results .sc__buy-now-popup-holder .sc__body .sc__color-selector li.sc__selected img {
  border-color: #000;
}
.sc__results .sc__buy-now-popup-holder .sc__body .sc__color-selector li:hover {
  background-color: #b8b8b8;
}
.sc__results .sc__buy-now-popup-holder .sc__body .sc__color-selector li img {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 30px;
  width: 30px;
  border: 1px solid transparent;
}

@media screen and (max-width: 825px) {
  .sc__results h2 {
    position: relative;
    font-size: 6vw;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 6vw;
    margin: 5vw 0 0;
    padding: 0 0 6vw;
  }
  .sc__results .sc__products {
    position: relative;
    display: block;
    width: 100%;
  }

  .sc__results .sc__share-with-friends-option {
    font: 4vw/11.5vw sans-serif;
    color: #e65e62;
    text-align: center;
    padding: 4vw 0;
  }
  .sc__results .sc__share-with-friends-option img {
    width: 11.5vw;
    height: 11.5vw;
    margin: 0 1.5vw 0 0;
    cursor: pointer;
    vertical-align: bottom;
    margin: 0 0 0 1vw;
  }
}
@media screen and (max-width: 400px) {
	.sc__popup .sc__questions p {
		font: 13px/15px "HelveticaNeueLTStd Lt", Helvetica, Verdana, sans-serif;
	}
	.sc__popup .sc__questions h6 {
		font: 15px/15px "HelveticaNeueLTStd Lt", Helvetica, Verdana, sans-serif;
	}
	.sc__popup .sc__head h3 {
    font: 5.4vw/5.8vw "HelveticaNeueLTStd Lt", Helvetica, Verdana, sans-serif;
	}
}
	