  div.button{
	width: 200px;

}

div.button.text{
	vertical-align: middle;
}


.launch-pad {
	display: block;
	min-height: 100px;
	min-width: 200px;
	text-decoration: none !important;
	padding: 15px;
	text-align: center;
	background-color: #499bea;
	background-image: -moz-linear-gradient(top,  #499bea 0%, #1c72ce 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#1c72ce));
	background-image: -webkit-linear-gradient(top,  #499bea 0%,#1c72ce 100%);
	background-image: -o-linear-gradient(top,  #499bea 0%,#1c72ce 100%);
	background-image: -ms-linear-gradient(top,  #499bea 0%,#1c72ce 100%);
	background-image: linear-gradient(to bottom,  #499bea 0%,#1c72ce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#1c72ce',GradientType=0 );
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 10px rgba(0,0,0,0.3);
	border: 1px solid #1c72ce;
	border-bottom-color: #1863b3;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.launch-pad.orange {
	background-color: #fca13b;
	background-image: -moz-linear-gradient(top,  #fca13b 0%, #f57202 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fca13b), color-stop(100%,#f57202));
	background-image: -webkit-linear-gradient(top,  #fca13b 0%,#f57202 100%);
	background-image: -o-linear-gradient(top,  #fca13b 0%,#f57202 100%);
	background-image: -ms-linear-gradient(top,  #fca13b 0%,#f57202 100%);
	background-image: linear-gradient(to bottom,  #fca13b 0%,#f57202 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca13b', endColorstr='#f57202',GradientType=0 );
	border-color: #f57202;
	border-bottom-color: #d76402;
}

.launch-pad span {
	display: block;
	color: #ffffff;
}

.launch-pad .title {
	font-size: 2.8em;
	margin: 0.3em 0 0.1em;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.launch-pad .desc {
	font-size: 2.1em;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

.launch-pad:hover {
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 5px rgba(0,0,0,0.6);
	box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 5px rgba(0,0,0,0.7);
}

.launch-pad.orange:hover {
	background-color: #f57202;
}

.box {
	display: inline-block;
	position: relative;
	margin: 1%;
	margin-right: 9px;
	float: left;
	width: 31%;
	height: 200px;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(245, 245, 245, 1) 0%, rgba(234, 234, 234, 1) 100%) repeat scroll 0 0;
	border: 1px solid #dddddd;
}
.box:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(217, 217, 217, 1) 0%, rgba(204, 204, 204, 1) 100%) repeat scroll 0 0;
}
.box:active {
	background-color: #b3b3b3;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset, 0 0 1px rgba(0, 0, 0, 0.05);
}
a.boxLink {
	color: #222222;
}
.box span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	position: relative;
	top: 55px;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	font-size: 1.8em;
	font-weight: bold;
	font-color: #222222;
}
.btn{
	display:inline-block;
	font-weight:400;
	text-align:left;
	white-space:unset;
	vertical-align:middle;
	user-select:none;
	border:1px solid transparent;
	padding:.375rem .75rem;
	font-size:1rem;
	line-height:1.5;
	border-radius:.25rem;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}