@-ms-viewport {
	width: device-width;
}

body { background: #555; }

.frame h1,
.frame h2,
.frame h3,
.frame h4,
.frame h5,
.frame h6,
.frame .h1,
.frame .h2,
.frame .h3 {
	font-family:Cambria, "Times New Roman", Times, serif;
	color:#121212;
	text-align: center;
}

.frame h1,
.frame .h1 {
	font-size: 2.5em;
	line-height: 1.1em;
	font-weight:bold;
	margin-bottom: 0.8em;
}

.frame h2,
.frame .h2 {
	color:#800;
	font-size:1.8em;
	line-height:1.1em;
	margin: 1.4em 0 0.8em 0 !important;
}


.frame h3,
.frame .h3 {
	color:#121212;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: left;
}

.frame ul li,
ol li { margin-bottom: 0.8em; }

ul li { list-style-image: url(/_img/toolbox/bullets/bullet-black.png); }

ul li ul li { list-style-image: url(/_img/toolbox/bullets/bullet-black.png); }

.frame {
	max-width: 49.59em;
	margin: 1em auto;
	background-color: #404040;
	padding: 0.833em 0.972em;
	border-radius:5px;
}

.frame .wrap {
	background-color: #fff;
	border:1px solid #fff;
	border-radius:5px;
	padding: 1.111em 2.222em;
}

.frame .cbox.box,
.rbox.box {
	background-color:#efffff;
	border:3px solid #d7eefa;
	border-radius:5px;
}

.rbox.box { font-size:0.9em; }

.content {
	margin:0;
	padding:0
}

@media screen and (max-width:30em) {
	.frame {
		max-width:100% !important;
		margin:0 !important;
		padding:0 !important;
	}
	
	.wrap {
		max-width:100% !important;
		margin:0 !important;
		padding:0.694em !important;
	}
	
	.wrap .rbox.box {
		width:80% !important;
		margin:auto !important;
		float:none !important;
	}
}

/* Buttons */

.order-button {
	background: #ff811b;
	background: -webkit-linear-gradient(top,  #ff9a43 0%,#ff9640 49%,#ff811b 50%,#ff6c06 100%);
	background: linear-gradient(to bottom,  #ff9a43 0%,#ff9640 49%,#ff811b 50%,#ff6c06 100%);
	border:2px solid #76675C;
	border-radius:4px;
	box-shadow:0 0 0 5px #A6A6A6;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.5em;
	margin:1em auto;
	max-width:9em;
	padding:0 0.05em;
	text-align:center;
}

.order-button span {
	color:#fff;
}

.order-button:hover span, 
.order-button:focus span, 
.order-button:active span {
	color:#ff3;
}

.order-button:active {
	background: #d36b18;
	background: -webkit-linear-gradient(top,  #d18945 0%,#d67e34 49%,#d36b18 50%,#d25a06 100%);
	background: linear-gradient(to bottom,  #d18945 0%,#d67e34 49%,#d36b18 50%,#d25a06 100%);
}

/* Artificial Breaks */

.wrap .break {
	margin-left:auto !important;
	margin-right:auto !important;
}

#title { max-width:14.5em; }
#subline-1 { max-width: 20em; }
#build { max-width: 19em; }
#with-confidence { max-width: 17em; }
#higher-level { max-width: 15em; }