
.profile {
	display : inline-block;
	vertical-align : top;
	max-width : 200px;
	margin : 0 10px 20px 0;
}
a.more {
	text-transform : uppercase;
	font-size : 12px;
	font-weight : 600;
}
ul.link-list {
	margin : 15px 0;
}
ul.link-list > li > a {
	display : block;
	padding-left : 20px;
	background : url('/sebin/t/u/icon-linkList-arrow2.svg') no-repeat 3px 5px;
	background-size : 12px 12px;
}
a.btn-blue {
	background-color : #0056b8;
	color : #FFF;
}
a.btn-blue:hover {
	background-color : #004390;
	color : #FFF;
	text-decoration : none;
}
a.btn-red {
	background-color : #cc0000;
	color : #FFF;
}
a.btn-red:hover {
	background-color : #a50000;
	color : #FFF;
	text-decoration : none;
}
a.btn-grey {
	background-color : #464646;
	color : #FFF;
}
a.btn-grey:hover {
	background-color : #2c2c2c;
	color : #FFF;
	text-decoration : none;
}
.product-row {
	overflow : hidden;
	margin : 20px 0;
}
.name {
}
.title {
}
.info {
}
a[class|="btn"] {
	display : inline-block;
	margin : 15px 0;
	line-height : 1.15;
	font-size : 13px;
	letter-spacing : 0.2px;
	font-weight : 400;
	border-radius : 5px;
	text-decoration : none;
	text-align : center;
	padding : 10px;
	transition : background-color 0.3s;
}
a.large-arrow {
	font-family : 'ProximaNova', sans-serif;
	display : block;
	font-size : 18px;
	font-weight : 700;
	text-transform : uppercase;
	padding : 12px 75px 12px 0;
	min-height : 44px;
	line-height : 1.25;
	color : #cc0000;
	background : url('/sebin/f/j/icon-connect-arrow.svg') no-repeat center right;
	background-size : 65px 65px;
}
.col-container {
}
.col1 {
	margin-bottom : 25px;
}
.col2 {
	margin-bottom : 25px;
}
