.thx-meal-container {
	display: block;
	position: relative;
	font-family: 'Arial', 'Circular Std Book', sans-serif;
	max-width: 1593px;
	margin-left: auto;
	margin-right: auto;
}

.thx-meal-container h1,
.thx-meal-container h2,
.thx-meal-container h3 {
	color: #62430d;
}

.thx-meal-container h1,
.thx-meal-container h2 {
	text-align: center;
}

.thx-meal-container .banner img {
	width: 100%;
	height: auto;
	position: relative;
}

.top-banner {
	padding: 2% 0;
	background-image: url('/media/editorial/whats_good/central/thx_heating/img/header_large.jpg');
	background-repeat: no-repeat;
	background-size: contain;
}

.print-container img {
	height: 1.5em;
	vertical-align: text-bottom;
	margin-right: .2%;
}

.print-container .print-btn {
	all: unset;
	text-decoration: underline;
	
	cursor: pointer;
}

.main-content {
	display: flex;
}

.main-content ul {
	list-style-type: none;
	padding: 0;
}

.main-content #tips li {
	margin-bottom: 2%;
}

.main-content .sidebar {
	padding-right: 9%
}

.main-content .steps-container {
	flex: 1 0 66%;
}

.main-content .step {
	display: flex;
	justify-content: flex-end;
}

.main-content .time-container {
	flex: 1 0 30%;
	text-align: right;
	padding-right: 3%;
}

.main-content .time {
	color: #cd5c0a;
	font-weight: bold; 
}

.main-content img.time-placeholder {
	max-width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
}

.main-content .steps-instruction {
	flex: 0 0 66%;
	width: 66%;
	padding-left: 4%;
	display: block;
	position: relative;
}

.main-content .step-circle {
	flex: 1 0 20px;
	height: auto;
	position: relative;
	background: linear-gradient(to right, white 33%, #cd5c0a 33%, #cd5c0a 66%, white 66%, white 100% );
}

.main-content .step-circle img {
	width: 100%;
	height: auto;
}

.main-content .steps-instruction h3 {
	margin: 0;
}

.main-content .steps-instruction p {
	margin-top: 5px;
}

.small-screen-img {
	display: none;
}

/*_______________Print Page_______________*/
@media print {
	* {
		-webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
		color-adjust: exact !important;                 /* Firefox 48 – 96 */
		print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
	}
	
	.thx-meal-container h1 {
		font-size: 16px;
	}

	.thx-meal-container h2 {
		font-size: 13px;
	}

	.banner.btm-banner {
		display: none;
	}
}

/*_______________Responsive_______________*/
/* container width */
@media screen and (max-width: 1593px) {
	.top-banner {
		background-size: cover;
	}
	.thx-meal-container h1 {
		font-size: 2vw;
		margin: 0;
	}
	.thx-meal-container h2 {
		font-size: 1.5vw;
	}
} 

/* medium/tablet width */
@media screen and (max-width: 992px) {
	.thx-meal-container h1 {
		font-size: 2.5vw;
	}
	.thx-meal-container h2 {
		font-size: 1.7vw;
	}
	
	.main-content .time {
		font-size: 2vw;
	}
	
}
@media screen and (max-width: 768px) {
	.small-screen-img {
		display: block;
	}
	
	.large-screen-img {
		display: none;
	}
	
	.top-banner {
		padding: 5% 0;
		background-size: cover;
		background-image: url('/media/editorial/whats_good/central/thx_heating/img/header_small.jpg');
	}
	
	.top-banner h1,
	.top-banner h2 {
		text-align: left;
		width: 60%;
	}
	
	.top-banner h1 {
		font-size: 6vw;
	}
	.top-banner h2 {
		font-size: 3.25vw;
	}
	
	.main-content {
		display: block;
	}
	
	.main-content .time {
		font-size: 2.6vw;
	}
}