/* Minification failed. Returning unminified contents.
(38,54): run-time error CSS1046: Expect comma, found '0'
(38,58): run-time error CSS1046: Expect comma, found '/'
(39,46): run-time error CSS1046: Expect comma, found '0'
(39,50): run-time error CSS1046: Expect comma, found '/'
 */
.header-spacer {
	display: none !important;
}

.header-spacer-mtd {
	height: 100px;
	width: 100%;
}


.header-tbl {
	width: 800px;
	margin: 0 auto;
	border-spacing: 0;
	border-collapse: collapse;
}

	.header-tbl > tbody > tr > td:first-child {
		width: 300px;
		text-align: center;
		padding: 20px 0;
	}

	.header-tbl > tbody > tr > td:last-child {
		text-align: left;
		font-size: 16px;
		color: white;
		padding: 20px 0;
		line-height: 23px;
	}

.sections {
	width: 100%;
	padding-top: 20px;
}

.inset-shade {
	-webkit-box-shadow: inset 0px 25px 20px -20px rgb(0 0 0 / 22%);
	box-shadow: inset 0px 25px 20px -20px rgb(0 0 0 / 22%);
}


.header-box-inner {
	margin-top: 29px !important;
}

.block-header-box {
	background-image: linear-gradient(to right, #8360c3, #2ebf91);
	font-family: Arial;
	color: white;
	font-size: 14px;
	line-height: 20px;
	display: block;
	width: 100%;
	height: 510px;
}

.MtdLogo {
	width: 80%;
}



.pageBody {
	color: #5f5f5f;
	font-size: 14px;
	font-family: Arial,sans-serif;
	line-height: 23px;
}

	.pageBody .secHeader {
		font-size: 16px;
		padding: 7px 0;
		text-align: left;
	}

h1 {
	font-size: 24px;
	line-height:38px;
	font-weight: 100;
}

h2 {
	font-weight: 100;
}

.fwidth {
	max-width: 900px;
	margin: 40px auto;
}

.kpcontainer {
	overflow: auto;
	/*border: solid 1pt #ccc;*/
}

.tbl-keypoints {
	width: 265px;
	float: left;
	margin-left: 18px;
}

	.tbl-keypoints > tbody > tr > td {
		width: 33%;
	}

	.tbl-keypoints .kpHeaders > td {
		padding: 9px 0;
		text-align: center;
	}

	.tbl-keypoints .kpIconRow > td {
		height: 140px;
		text-align: center;
	}

	.tbl-keypoints .kpBody > td {
		height: 120px;
		text-align: center;
		vertical-align: top;
	}

.kpIcon {
	width: 120px;
}

.grey_ribbon {
	width: 100%;
	padding: 12px 0;
	text-align: center;
	background-color: #efefef;
}

.shadeBlock {
	width: 100%;
	background-color: #ffffff;
	/*padding: 60px 0;*/
}

.section-divide {
	max-width: 900px;
	margin: 0 auto;
	padding: 1px 0;
	overflow: auto;
}

.bText_l {
	text-align: left;
	margin: 0 20px;
}



.bText {
	text-align: center;
	margin: 0 20px;
}

.bText_l ul,
.bText ul {
	line-height: 30px;
}


.bText_l a {
	color: #337ab7;
	text-decoration: none;
}

.ftbl {
	width: 100%;
	margin: 80px 0;
}

	.ftbl > tbody > tr > td:first-child {
		width: 400px;
		text-align: center;
	}

	.ftbl > tbody > tr > td:last-child {
		vertical-align: top;
		text-align: left;
	}

.kpBody a,
.ftbl a {
	color: #337ab7;
	text-decoration: none;
}
	.kpBody a:hover,
	.ftbl a:hover {
		text-decoration: underline;
	}

.qfFeature {
	width: 80%;
}

.qfReceipts {
	width: 140px;
}

.btnlinks a {
	display: inline-block !important;
	margin-top: 10px;
}

.btnlinks {
	padding: 15px 0;
	text-align: center;
}

.btncta {
	padding: 9px;
}

.sprint {
	font-family: Arial;
	color: #999;
	font-size: 12px;
	text-align: center;
	width: 100%;
	padding: 30px 0;
}

#btnregister_pi {
	color: white;
	font-size: 25px;
	font-family: Arial,sans-serif;
	text-align: left;
	height: 45px;
	display: none;
	margin: 32px auto;
	text-shadow: -1px 1px rgba(0,0,0,0.3);
}

	#btnregister_pi > i {
		margin-right: 7px;
	}

.btnjoin {
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	max-width: 240px;
	display: block;
	font-size: 25px;
	margin: 32px 0;
	color: #555;
	font-weight: normal;
	background-color: rgba(255,255,255,0.8);
	box-shadow: inset 0 1px white, 0 5px #3e3e42, 0 3px 5px rgba(0,0,0,.6);
	transition: background-color .25s;
	font-family: Arial,sans-serif;
	padding: 8px 0;
}

.cta_button_wrap {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	height: 60px;
}

@media ( max-width: 910px ) {


	.tbl-keypoints {
		float: none;
		margin: 30px auto;
	}

	.header-tbl {
		width: 90%;
	}

		.header-tbl > tbody > tr > td:first-child {
			width: 150px;
			text-align: center;
			padding: 20px 0;
		}

	.MtdLogo {

	}

	.fwidth {
		width: 90%;
	}
}

@media ( max-width: 720px ) {
	.ftbl > tbody > tr > td:first-child {
		width: 40%;
	}
}

@media ( max-width: 620px ) {
	.block-header-box{
		height:570px;
	}
}

	@media ( max-width: 560px ) {

		.header-spacer-mtd {
			height: 20px;
		}

		.block-header-box {
			margin: 0;
			padding-top: 60px;
			padding-bottom: 60px;
			height: 450px;
		}

		.ftbl > tbody > tr > td:first-child {
			display: none;
		}

		.header-tbl > tbody > tr > td:first-child {
			display: none;
		}
	}

