@charset "UTF-8";

/* ---------------------------------------------------

	Second Page - Campaign - Redirect

--------------------------------------------------- */
.com-zipcodecheck-wrap.floating { display: none; }

.com-redirect {
	background-color: rgba(255, 255, 255, 1);
	margin: 0 auto;
	box-sizing: border-box;
	}
	/* Title Area */
	.com-rdt-ttlarea { text-align: center; }
		.com-rdt-ta-ttl { color: rgba(30, 172, 75, 1); }
		.com-rdt-ta-txt {}
		.com-rdt-ta-bnr {
			border: 1px solid rgba(255, 255, 255, 1);
			display: block;
			margin: 0 auto;
			overflow: hidden;
			box-shadow: 5px 5px 15px rgba(0, 0, 0, .15);
			}
	/* Timer */
	.com-rdt-timer {
		background-color: rgba(0, 0, 0, .1);
		margin: 0 auto;
		text-align: center;
		border-radius: 100px;
		}
		.com-rdt-timer p {
			display: inline-block;
			text-align: left;
			}
			#countTxt {
				color: rgba(30, 172, 75, 1);
				font-size: 200%;
				}
/* ------------------------------------------------ */
@media screen and (min-width: 751px) {
.com-redirect {
	max-width: 800px;
	padding: 30px;
	border-radius: 20px;
	}
	/* Title Area */
	.com-rdt-ttlarea {}
		.com-rdt-ta-ttl { font-size: 40px; }
		.com-rdt-ta-txt { font-size: 15px; }
		.com-rdt-ta-bnr {
			margin-bottom: 30px;
			margin-top: 20px;
			width: 80%;
			border-radius: 30px;
			}
	/* Timer */
	.com-rdt-timer {}
	  	.com-rdt-timer p {
	  		font-size: 18px;
	  		padding: 5px 20px;
	  		}
}
/* ------------------------------------------------ */
@media screen and (max-width: 750px) {
.com-redirect {
	margin: 0 15px;
	padding: 20px;
	border-radius: 15px;
	}
	/* Title Area */
	.com-rdt-ttlarea {}
		.com-rdt-ta-ttl { font-size: 20px; }
		.com-rdt-ta-txt { font-size: 15px; }
		.com-rdt-ta-bnr {
			margin-bottom: 20px;
			margin-top: 20px;
			border-radius: 15px;
			}
	/* Timer */
	.com-rdt-timer {}
		.com-rdt-timer p {
			font-size: 13px;
			line-height: 1.35;
			padding: 5px 20px 15px;
	    	}
}

/* ---------------------------------------------------	

	Thanks

--------------------------------------------------- */
.com-thanks { text-align: center; }
	.com-thx-ttl { color: rgba(30, 172, 75, 1); }
	.com-thx-txt {}
		.com-thx-txt p {
			display: inline-block;
			line-height: 1.85;
			}
/* ------------------------------------------------ */
@media screen and (min-width: 751px) {
.com-thanks { padding: 0 30px 30px; }
	.com-thx-ttl { font-size: 35px; }
	.com-thx-txt { margin-top: 20px; }
		.com-thx-txt p {
			font-size: 17px;
			text-align: center;
			}
}
/* ------------------------------------------------ */
@media screen and (max-width: 750px) {
.com-thanks { padding: 0 20px 30px; }
	.com-thx-ttl { font-size: 23px; }
	.com-thx-txt { margin-top: 20px; }
		.com-thx-txt p {
			font-size: 14px;
			text-align: left;
			}
}
