/* TABLET LAYOUT
====================================================================== */

@media screen and (max-device-width: 1022px), screen and (max-width: 1022px) {

	.tn_container, .popper, .tooltip, .tn_container p, .tn_container ul li, .tn_container ol li, .tn_container th, .tn_container td {
		font-size: 14px;
		line-height: 22px;
	}

	/* MAIN LAYOUT AND STYLING
	====================================================================== */

	.tn_content {
		padding: 0 24px;
	}

	.tn_mainToolContent {
		padding: 24px 0;
	}

	.tn_container h1 {
		font-size: 36px;
		line-height: 44px;
	}

	.tn_container h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.tn_container h3 {
		font-size: 18px;
		line-height: 22px;
	}

	p.tn_utilityText {
		font-size: 12px;
		line-height: 16px;
	}

	.tn_subheadBar {
		height: auto;
	}

	.tn_subheadBar h2 {
		padding-top: 16px;
		padding-bottom: 10px;
	}

	.tn_subheadButtonArray {
		position: static;
		padding-bottom: 16px;
	}

	/* BUTTONS
	====================================================================== */

	a.tn_capsuleButton {
		min-width: 120px;
		padding: 10px 14px;
		font-size: 16px;
		line-height: 20px;
	}

	a.tn_capsuleButtonSolid {
		padding-top: 11px;
	}

	a.tn_capsuleButtonOpen {
		padding-top: 10px;
	}


	/* SPLASH PAGE
	====================================================================== */

	ul.tn_splashSolutionsArray li {
		font-size: 18px;
	}


	/* QUESTIONS AND ANSWERS
	====================================================================== */

	.tn_answerText {
		padding-top: 2px;
	}

	.tn_answerInfo a {
		top: -10px;
	}

	/* RESULTS
	====================================================================== */

	p.tn_resultsIntro {
		font-size: 18px;
		line-height: 24px;
	}


	.tn_resultsSectionHeader h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.tn_resultsArrayImage img {
		width: 120px;
		height: 86px;
	}
/*
	.tn_resultsArrayProduct a {
		font-size: 14px;
		line-height: 20px;
	}
*/
	.tn_resultsApplianceImage {
		flex: 0 0 240px;
		max-width: 240px;
	}

	/* .tn_resultsApplianceImage img {
		width: 240px;
		height: 40px;
	}

	.tn_resultsApplianceText {
		margin-left: 270px;
	} */

	/* LIGHTBOXES
	====================================================================== */

	.tn_lightBoxWindow {
		width: 680px;
		margin-left: -340px;
		padding: 24px;
	}

	.tn_lightBoxProductImage {
		flex: 0 0 212px;
		max-width: 212px;
	}

	.tn_lightBoxProductImage.small-photo {
		flex: 0 0 124px;
		max-width: 124px;
	}

	.tn_lightBoxProductContent h3 {
		margin-right: 36px;
	}

}


/* PHONE LAYOUT
====================================================================== */

@media screen and (max-device-width: 766px), screen and (max-width: 766px) {

	/* MAIN LAYOUT AND STYLING
	====================================================================== */

	.tn_content {
		padding: 0 16px;
	}

	.tn_mainToolContent {
		padding: 16px 0 32px 0;
	}

	.tn_container h1 {
		padding-bottom: 8px;
		font-size: 32px;
		line-height: 38px;
	}

	.tn_container h2 {
		font-size: 20px;
		font-weight: 300;
		line-height: 24px;
	}

	.tn_container h3 {
		font-size: 17px;
		line-height: 21px;
	}

	.tn_container hr {
		margin: 16px 0;
	}

	.tn_subheadButtonArray .tn_subheadButton {
		width: 100%;
		margin-left: 0;
		margin-bottom: 8px;
		text-align: center;
	}

	.tn_subheadButtonArray .tn_subheadButton:last-child {
		margin-bottom: 0;
	}

	.tn_subheadButtonArray a.tn_capsuleButton {
		width: 100%;
	}

	.tn_CTAButtonArrayBottom {
		position: relative;
	}

	.tn_CTAButtonArrayBottom .tn_capsuleButton {
		width: 100%;
		margin-top: 8px;
	}
	.tn_CTAButtonArrayBottom > span {
		margin-left: 0;
		margin-right: 0;
	}

	/* SPLASH PAGE
	====================================================================== */

	.tn_splash {
		margin: 0 auto;
		padding: 16px;
	}

	.tn_splashImage {
		text-align: center;
	}

	.tn_splashImage img {
		position: static;
		width: 288px;
		height: 288px;
	}

	.tn_splashContent {
		margin-top: 16px;
		margin-left: 0;
	}

	.tn_splashButton {
		padding-top: 20px;
	}

	ul.tn_splashSolutionsArray {
		width: 288px;
		flex-wrap: wrap;
	}

	ul.tn_splashSolutionsArray li {
		flex-basis: 134px;
		margin: 10px 0 10px 0;
		font-size: 16px;
		font-weight: 300;
	}

	ul.tn_splashSolutionsArray li img {
		width: 80px;
		height: 80px;
		margin-bottom: 4px;
	}


	/* QUESTIONS AND ANSWERS
	====================================================================== */

	p.tn_questionID {
		font-size: 16px;
	}

	.tn_answerBlockLeft {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.tn_answerBlockRight {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.question-1-group {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.tn_answerBlock h3 {
		margin-top: 28px;
		padding-bottom: 16px;
	}

	.tn_progressButtonArray {
		margin-top: 24px;
	}

	/* RESULTS
	====================================================================== */

	p.tn_resultsIntro {
		font-size: 16px;
		line-height: 22px;
	}

	ul.tn_resultsIntroSolutions {
		display: block;
	}

	ul.tn_resultsIntroSolutions li {
		margin: 0 0 12px 0;
	}

	ul.tn_resultsIntroSolutions li img {
		width: 60px;
		height: 60px;
		margin-bottom: 2px;
	}

	.tn_resultsSection {
		margin-bottom: 30px;
	}

	.tn_resultsSectionHeader h3 {
		font-size: 20px;
		line-height: 24px;
/*		margin-top: 14px;*/
	}

	ul.tn_resultsArray {
		display: block;
	}

	ul.tn_resultsArray li {
		margin-right: 0;
		margin-top: 16px;
		padding-bottom: 16px;
		border-bottom: 1px solid #e5e5e5;
	}

	ul.tn_resultsArray li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}

	.tn_resultsArrayImage {
		margin-bottom: 12px;
	}

	/* .tn_resultsApplianceImage {
		position: static;
		text-align: center;
	}

	.tn_resultsApplianceText {
		margin-top: 20px;
		margin-left: 0;
	} */

	.tn_resultsApplianceItem {
		flex-wrap: wrap;
		justify-content: center;
	}
	.tn_resultsApplianceText {
		padding-top: 20px;
		padding-left: 0;
	}

	/* LIGHTBOXES
	====================================================================== */

	.tn_lightBoxWindow {
		width: 288px;
		margin-left: -144px;
		padding: 16px;
	}

	.tn_lightBoxWindowProduct-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}

	.tn_lightBoxProductImage {
		margin-bottom: 16px;
	}

	/* .tn_lightBoxProductImage img {
		width: 160px;
		height: 114px;
	} */

	.tn_lightBoxProductContent {
		margin-left: 0;
	}

	.tn_lightBoxProductContent a, .tn_lightBoxSolutionContent a {
		width: 100%;
		margin-bottom: 8px;
	}

	.tn_lightBoxProductContent a:last-child, .tn_lightBoxSolutionContent a:last-child; {
		margin-bottom: 0;
	}

	.tn_lightBoxAnswersContent h2 {
		padding-bottom: 0;
	}

	.tn_lightBoxAnswersContentColumn {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-bottom: 24px;
	}

}





