

strong {
	font-weight: bolder;
}

button {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button {
	overflow: visible;
}

button {
	text-transform: none;
}

[type=button],button {
	-webkit-appearance: button;
}

[data-whatinput=mouse] button:focus {
	outline: 0;
}

.icon {
	display: inline-block;
}


.icon--close-black:before {
	background-position: 0 -128.8125em;
	width: 1.125em;
	height: 1.125em;
}

.icon--info-gold:before {
	width: .875em;
	height: .875em;
}

button[type=button] {
	cursor: pointer;
}

.btn {
	background-color: #222;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: proxima-nova,sans-serif;
	font-size: .8rem;
	font-weight: 500;
	line-height: 1.125rem;
	letter-spacing: 1px;
	padding: .9375rem 1.5625rem;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: font-size .4s ease-in-out,padding .4s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
	transition: font-size .4s ease-in-out,padding .4s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;
}

.btn:disabled {
	cursor: default;
	opacity: .5;
}

.btn-icon {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;    margin-left: 0;
}

.tooltip__triangle-wrapper {
	position: absolute;
	top: 100%;
	right: 0;
}

.tooltip__content {
	position: absolute;
	bottom: calc(100% + 19px);
	right: 0;
	width: 13.25rem;
	padding: .9375rem;
	background-color: #fff;
	border: .0625rem solid #b7b7b791;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
}

.tooltip__triangle {
	width: 0;
	height: 0;
	border-left: .625rem solid transparent;
	border-right: .625rem solid transparent;
	border-top: .75rem solid #fff;
}

.tooltip__triangle:before {
	content: "";
	width: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(49.4deg);
	transform: rotate(49.4deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	height: .0625rem;
	background-color: #b7b7b7;
}

.tooltip__triangle:after {
	content: "";
	width: 1rem;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(-49.4deg);
	transform: rotate(-49.4deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	height: .0625rem;
	background-color: #b7b7b7;
}

.icon--close-black{
	position: absolute;
}

.pv-flavor-profile__column {
	background: #f6f5f3;
	border-radius: .3125rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 1.0625rem 1.0rem;
	margin-bottom: 0;
}

.pv-flavor-profile__details-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: proxima-nova,sans-serif;
	font-size: .8rem;
	font-weight: 700;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	letter-spacing: .5px;
	line-height: 1.125rem;
	margin-bottom: .625rem;
	text-transform: uppercase;
}

.pv-flavor-profile__block-heading-wrapper {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.0625rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: .75rem;
}

.pv-flavor-profile__block-heading {
	font-family: proxima-nova,sans-serif;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: .75px;
	text-transform: uppercase;
	margin: 0;
}

.pv-flavor-profile .progress-bar {
	margin-bottom: 1rem;
}

.pv-flavor-profile .progress-bar:last-child {
	margin-bottom: 0;
}

.pv-flavor-profile .tooltip__toggle {
	font-size: 1rem;
	margin-left: .3125rem;
}

.progress-bar {
	width: 100%;
}

.progress-bar__bar {
	position: relative;
	width: 100%;
	height: .1875rem;
	background-color: #d8d8d8;
}

.progress-bar__progress {
	position: absolute;
	height: .1875rem;
	top: 0;
	left: 0;
	background-color: #f38b3e;
}

.progress-bar__progress:after {
	content: "";
	position: absolute;
	right: -.28125rem;
	top: -.1875rem;
	width: .5625rem;
	height: .5625rem;
	border-radius: 50%;
	background-color: #f38b3e;
}

.progress-bar__labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: .375rem;
}

.progress-bar__label {
	margin: 0;
	font-size: .8rem;
	line-height: 1.25rem;
	text-transform: capitalize;
	color: #5e5e5e;
}

.tooltip {
	position: relative;
}

.tooltip__content {
	position: absolute;
	bottom: calc(100% + 19px);
	right: 0;
	width: 13.25rem;
	padding: .9375rem;
	background-color: #fff;
	border: .0625rem solid #b7b7b7;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
	z-index: 999;
}

.tooltip__content.active {
	opacity: 1;
	visibility: visible;
}

.tooltip__toggle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: none;
	border: none;
	cursor: pointer;
}

.tooltip__close {
	position: absolute;
	top: .3125rem;
	right: .3125rem;
	background: none;
	border: none;
	cursor: pointer;
}

.tooltip__copy {
	margin: 0;
	text-transform: none;
}

.icon--close-black {
	position: absolute;
	top: 0;
	right: 0;
}