/* Special CSS for Staging */
.instruction {
    max-height: 600em;
	overflow: hidden;
    -webkit-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}

.faq-answer-block {
	display: block;
}

.ptac-faq-answer {
	font-size: 14px;
	background-color: #fff;
	color: #000;
	padding: 10px;
	box-shadow: 0.2px 0.2px 0.2px 0.2px rgba(0, 0, 0, 0.2), 1px 1px 5px 2px rgba(0, 0, 0, 0.19);
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	visibility: visible;
	opacity: 1;
	display: block;
}

.right-card-column-support {
    width: 97%;
    padding-top: 15px;
}

.maincard-blank {
    min-height: 675px;
    padding: 5px 25px 5px 25px;
    margin: 10px 10px 20px 10px;
}

/* 3 image Block Hover (Grow) */
.imageSteps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	text-align: center;
	position: relative;
	z-index: 0px;
}

.imageSteps div {
	background: #d5d5d5;
	padding: 10px;
	margin-bottom: 10px;
	transition: transform .2s;
	box-shadow: 4px 4px 5px gray;
}

.imageSteps div img {
	max-width: 400px;
	height: auto;
	margin: 0 0 0;
	padding: 15px;
}

.imageSteps div:hover {
	transform: scale(1.0); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	position: relative;
	z-index: 10;
}

#mainbox {
    box-sizing: border-box;
    /* margin-left: 2%; */
    justify-content: center;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    position: relative;
}

@media only screen and (min-width: 768px)
{
	.imageSteps div {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 29%;
		flex: 0 1 29%;
		margin-bottom: 20px;
	}

	.imageSteps {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}

@media print {
	.no-print{
		display: none !important;
	}
}
