html,
body {
	padding: 0;
	margin: 0;
}

#nestlehtc-quiz,
#nestlehtc-result,
article.full-page-width {
	background: #fff url(https://www.nestlebabyandme.com.au/sites/default/files/generic_image/htc-css-result-bg_d.jpg) center top no-repeat;
	background-size: 100% auto;
}
#nestlehtc-quiz {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
	overflow-y: auto;
}
#nestlehtc-quiz #nestlehtc-form {
	width: 100%;
    height: auto;
	min-height: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 30px 0;
}
#nestlehtc-loading .nloading-loader svg {
	animation: rotate 1s steps(1) infinite;
}
@keyframes rotate { 
	0%   { transform: rotate(0);}
	12.5%  { transform: rotate(45deg);}
	25%  { transform: rotate(90deg);}
	37.5%  { transform: rotate(135deg);}
	50%  { transform: rotate(180deg);}
	62.5%  { transform: rotate(225deg);}
	75%  { transform: rotate(270deg);}
	87.5%  { transform: rotate(315deg);}
	100%  { transform: rotate(360deg);}
}
@keyframes tickAnswer {
	0% {
		display: none;
		opacity: 0;
		transform: scale(0);
	}

	1% {
		display: block;
		opacity: 0;
		transform: scale(0);
	}
	50% {
		display: block;
		opacity: 1;
		transform: scale(1.4);
	}
	100% {
		display: block;
		opacity: 1;
		transform: scale(1.0);
	}
}


/* Overall */
#nestlehtc {
	font-family: "Foco", arial, sans-serif;
}
.nhtcq-title,
.ninterest-title,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #00369D;
}
h2 {
    font-size: 34px;
    letter-spacing: 2.5px;
    line-height: 38px;
}
h5 {
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 20px;
    font-weight: bold;
}
form input {
    width: 100%;
    border: 1px solid #bfd9f1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    font-size: 16px;
    line-height: 20px;
    height: 46px;
    letter-spacing: 1px;
    color: #050b4c;
    padding: 12px;
    font-weight: 300;
    background-color: #FFFFFF;
    font-family: "Nunito",Arial,Helvetica,sans-serif;
	margin: 0;
	overflow: visible;
	outline: none;
}
.nhtcr-title {
	font-weight: bold !important;
	color: #3C3F48;
}
.nhtcr-footerbody,
.nhtcr-prodheader,
.ninterest-text,
.nhtcr-headerbody {
	color: #3C3F48;
}
.ninterest-text {
	font-size: 14px;
}
.nhtcq-info a {
	color: #00369D;
	text-decoration: underline;
}
.button.button-default,
.nhtcq-btn input {
	position: relative;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    font-family: "Foco", arial;
    font-weight: bold;
    color: #ffffff;
    background-color: #00369d;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2em;
    transition: background-color 0.3s ease-in-out;
	text-decoration: none;
	font-size: 18px;
    padding: calc(23 * 1em / 18) 4em;
	height: auto;
	width: auto;
	min-width: 255px;
}
.button.button-outlined {
	position: relative;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    font-family: "Foco", arial;
    font-weight: bold;
    color: #00369d;
    border: 1px solid #00369d;
    cursor: pointer;
    border-radius: 2em;
    transition: background-color 0.3s ease-in-out;
	text-decoration: none;
	font-size: 18px;
    padding: calc(23 * 1em / 18) 4em;
	height: auto;
	width: auto;
	min-width: 255px;
}
.button.button-small {
	font-size: 16px;
    padding: calc(12 * 1em / 16) 1em;
	min-width: 0;
}
.nhtcr-prodheader,
.nhtcr-serving,
.nhtcr-footerbody,
.nhtcr-headerbody,
.nhtcq-popupcontent {
	font-family: "Trade Gothic", arial, sans-serif;
}


.heroes-back {
	display: none !important;
}
#nestlehtc > div {
	display: none;
}
#nestlehtc p {
	margin-bottom: 20px;
}
#nestlehtc hr {
	margin: 20px 0;
}
.nhtcq-btn {
	display: none;
	margin-top: 15px;
}
.nhtcq-btn input {
	cursor: pointer;
}

/* Loading */
#nestlehtc #nestlehtc-loading {
	display: block;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
}
#nestlehtc-loading .nloading-text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#nestlehtc-loading .nloading-match {
	display: none;
}
#nestlehtc-loading .nloading-loader {
	margin: 0 auto;
	width: 140px;
}

/* Question */
.nhtc-question {
	text-align: center;
}
form .nhtc-question input {
	max-width: 330px;
}
form .nhtc-question label {
	display: flex;
	align-items: center;
	cursor: pointer;
	white-space: nowrap;
}
form .nhtc-question label input {
	max-width: 50px;
	width: 50px;
	margin-right: 15px;
	cursor: pointer;
}
.nhtcq-title {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
}
.nhtcq-info {
	margin-bottom: 15px;
}
.nhtcq-answer {
	width: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.nhtc-q1 .nhtcq-answer {
	position: relative;
	max-width: 330px;
	margin: 0 auto;
}
form .nhtc-question label.nhtcq-label > input {
	opacity: 0;
    transform: scale(0);
	width: 0;
	margin: 0;
}
form .nhtc-question label.nhtcq-label {
	width: 45%;
	min-width: 200px;
	max-width: 330px;
	text-align: center;
	margin: 10px;
}
form .nhtc-question label.nhtcq-label input + span {
	background: #fff;
	padding: 5px;
	border: 1px solid #B19942;
	border-radius: 15px 0 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	min-height: 80px;
	flex-direction: column;
	position: relative;
}
form .nhtc-question label.nhtcq-label input:checked + span {
	background: #407EC9;
	color: #fff;
}
form .nhtc-q1 .nhtcq-answer:after,
form .nhtc-question label.nhtcq-label input + span:after {
	background: transparent url(https://www.nestlebabyandme.com.au/sites/default/files/generic_image/htc-css-control-checked.png) center no-repeat;
	content: "";
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 38px;
    height: 38px;
    opacity: 0;
    display: none;
}
form .nhtc-q1 .nhtcq-answer.valid:after,
form .nhtc-question label.nhtcq-label input:checked + span:after {
	opacity: 1;
    display: block;
    animation: tickAnswer 0.3s ease-out;
}
form .nhtcq-answer input:focus {
	border-color: #B19942;
}

/* Info Popup */
.nhtcq-popupwrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
	background: rgba(0,0,0,0.2);
	z-index: 9;
}
.nhtcq-popupinner {
	display: flex;
	width: 100%;
	height: auto;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 20vh;
	left: 0;
}
.nhtcq-popup {
    width: auto;
	min-width: 200px;
	max-width: 600px;
	background: #fff;
	padding: 30px;
}
.nhtcq-popupcontent {
	max-height: 60vh;
	overflow-y: auto;
}
.nhtcq-popupclose {
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}

/* Results */
#nestlehtc-result img {
	max-width: 100%;
	height: auto;
}

/* Header Body */
.nhtcr-headerbody {
	margin-top: 30px;
}

/* Interests */
.nhtcr-interestbox {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.ninterest-title {
	text-align: right;
	flex-basis: 150px;
	flex-shrink: 0;
}
.ninterest-img {
	flex-shrink: 0;
}
.ninterest-img img {
	width: 80px;
	height: auto;
	margin: 0 15px;
}
.ninterest-text {
	text-align: left;
}

/* Product */
.nhtcr-learnmore,
.nhtcr-reset,
.nhtcr-buynow {
	margin-top: 15px;
}

/* Product Header */
.nhtcr-prodheader {
	margin-top: 30px;
	color: #00369D;
}
.nhtcr-serving {
	color: #00369D;
}

/* Main Table */
.nhtcr-mainproduct {
	margin: 40px auto;
	overflow-x: auto;
}
.nhtcr-resulttable {
	width: auto !important;
	display: table !important;
}
.nhtcr-resulttable td {
	text-align: center !important;	
	line-height: 1 !important;
	vertical-align: top;
}
.nhtcr-resulttable .ntablemain-multi td {
	max-width: 350px;
	padding: 0 15px;
}
.nhtcr-resulttable .nhtcr-title {
	margin-top: 10px;
}
.nhtcr-resulttable .nhtcr-notes {
	margin-top: 20px;
}
.nhtcr-resulttable .ntable-fixed {
	width: 0;
	padding: 0 !important;
}

/* Related Table */
.nhtcr-relatedproducts {
	margin: 30px auto;
	overflow-x: auto;
}
.nhtcr-prodtable {
	width: auto !important;
	display: table !important;
}
.nhtcr-prodtable a {
	color: #3C3F48;
	text-decoration: underline;
}
.nhtcr-prodtable th {
	text-align: right !important;
	color: #3C3F48 !important;
	font-size: 14px !important;
	line-height: 1 !important;
}
.nhtcr-prodtable td {
	text-align: center !important;
	max-width: 200px;
	color: #3C3F48 !important;
	font-size: 14px !important;
	line-height: 1 !important;
	border-left: 1px solid #eaeaea !important;
}
.ntable-fixed {
	border: 0 !important;
	font-weight: 300 !important;
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
}
.ntable-fixed b {
	font-weight: bold;
}
.nhtcr-prodtable tr:nth-child(2n) td,
.nhtcr-prodtable tr:nth-child(2n) .ntable-fixed {
	background-color: #f6f6f6;
}
.nhtcr-prodtable tr:nth-child(2n-1) td,
.nhtcr-prodtable tr:nth-child(2n-1) .ntable-fixed {
    background-color: #fff;
}
@media (max-width: 575px) {
	.nhtcr-interestbox {
		flex-direction: column;
	}
	.ninterest-title {
		flex-basis: auto;
		font-weight: bold;
	}
	.nhtcr-prodtable td {
		min-width: 150px;
	}
}