﻿.inner{
	background-color: #fff;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
	padding: 1em;
}
.none{
	background-color: #fff;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
	padding: 1em;
	min-height: 10em;
}
.none h3{
	display: block;
	font-size: 1.8em;
	font-weight: normal;
}
.large{
	float: left;
	position: relative;
	width: 260px;
	padding-right: 30px;
}
.large:after{
	position: absolute;
	top: 50%;
	right: 2px;
	color: #666;
	font-size: 2em;
	font-family: FontAwesome;
	content: '\f0da';
}
.inner h3{
	color: #444;
	font-weight: normal;
	margin-bottom: .5em;
}
.large > ul li{
	float: none;
	min-width: 240px;
	margin: 0 0 1px 0;
}
.large > ul li label{
	padding-right: .5em;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.large > ul li:first-child label{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.large > ul li:last-child label{
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.middle{
	float: right;
	width: 630px;
}
.middle > p{
	font-size: 1.2em;
}
.middle > p:before{
	font-family: FontAwesome;
	font-size: 1.2em;
	content: '\f06a';
	padding-right: .3em;
	color: #215fab;
}

/* Mobile (portrait) */
@media only screen and (max-width: 959px) {
.inner{
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	padding: 10px;
}
.large{
	float: none;
	clear: both;
	width: 100%;
	padding-right: 0;
	padding-bottom: 24px;
}
.large:after{
	top: auto;
	bottom: 0;
	right: 50%;
	content: '\f0d7';
}
.large > ul{
	float: none;
	clear: both;
	margin: 0 auto;
}
.large > ul li{
	float: none;
	min-width: auto;
	width: auto;
	padding: 0;
	margin: 0 10px 1px 0;
}
.large > ul li label{
	padding-left: 0;
	text-indent: .75em;
	width: 100%;
}
.middle{
	float: none;
	clear: both;
	width: 100%;
}



}