body {
	font-family:Lato;
}

a {
	text-decoration:none;
	color:#0e67ac;
}
a:hover {
	text-decoration:underline;
	color:#0e67ac;
}
.section-title a, .dark-blue a {
	color:#feffbd;
}
ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

img.company-logo {
	vertical-align:bottom;	
}

ul li {
	font-size: 22px;
    font-weight: bold;
    background:url('../../img/infographics/comparison/blue-bullet.png') top left no-repeat;
    padding-left: 36px;
    margin-top:5px;
    margin-bottom:10px;
    padding-top:0px;
    line-height:34px;
}

.section.dark-blue li {
	background:url('../../img/infographics/comparison/light-blue-bullet.png') top left no-repeat;
	color: #FFF;
}

ul.light_small li {
	background:url('../../img/infographics/comparison/11.png') top left no-repeat;
	color: #FFF;
}

.light-blue {
	background-color:#d3e6f5;
}

.light-blue h2 {
	margin-top:10px;
}

.dark-blue
{
	background: rgba(28,101,174,1);
	background: -moz-linear-gradient(left, rgba(28,101,174,1) 0%, rgba(53,129,191,1) 25%, rgba(64,142,201,1) 35%, rgba(69,148,205,1) 46%, rgba(69,152,207,1) 60%, rgba(69,152,207,1) 60%, rgba(53,129,191,1) 79%, rgba(27,100,173,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(28,101,174,1)), color-stop(25%, rgba(53,129,191,1)), color-stop(35%, rgba(64,142,201,1)), color-stop(46%, rgba(69,148,205,1)), color-stop(60%, rgba(69,152,207,1)), color-stop(60%, rgba(69,152,207,1)), color-stop(79%, rgba(53,129,191,1)), color-stop(100%, rgba(27,100,173,1)));
	background: -webkit-linear-gradient(left, rgba(28,101,174,1) 0%, rgba(53,129,191,1) 25%, rgba(64,142,201,1) 35%, rgba(69,148,205,1) 46%, rgba(69,152,207,1) 60%, rgba(69,152,207,1) 60%, rgba(53,129,191,1) 79%, rgba(27,100,173,1) 100%);
	background: -o-linear-gradient(left, rgba(28,101,174,1) 0%, rgba(53,129,191,1) 25%, rgba(64,142,201,1) 35%, rgba(69,148,205,1) 46%, rgba(69,152,207,1) 60%, rgba(69,152,207,1) 60%, rgba(53,129,191,1) 79%, rgba(27,100,173,1) 100%);
	background: -ms-linear-gradient(left, rgba(28,101,174,1) 0%, rgba(53,129,191,1) 25%, rgba(64,142,201,1) 35%, rgba(69,148,205,1) 46%, rgba(69,152,207,1) 60%, rgba(69,152,207,1) 60%, rgba(53,129,191,1) 79%, rgba(27,100,173,1) 100%);
	background: linear-gradient(to right, rgba(28,101,174,1) 0%, rgba(53,129,191,1) 25%, rgba(64,142,201,1) 35%, rgba(69,148,205,1) 46%, rgba(69,152,207,1) 60%, rgba(69,152,207,1) 60%, rgba(53,129,191,1) 79%, rgba(27,100,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c65ae', endColorstr='#1b64ad', GradientType=1 );

	color:#fff;
}

.vs {
	color:lightgreen;
}

h2.right {
	text-align:right;
	padding-right:30px;
}

h2.left {
	text-align:left;
	padding-left:30px;
}

h1 {
	text-align:center;
	font-size:55px;
	border-bottom:2px dashed #eee;
}

h2 {
	font-size:40px;
	margin-bottom:0;
	margin-top:0;
	vertical-align:bottom;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
}

ul {
	margin-top:25px;
	margin-left:20px;
	margin-bottom:10px;
}

.section {
	border-bottom:2px dashed #444;
	padding-top:10px;
	padding-bottom:10px;
}

.section.dark-blue {
	border-bottom:2px dashed #eee;
}

.section.dark-blue h2 {
	color:#d3e6f5;
}
.section.no-divider {
	border:0;
}

div > img {
	margin-top:20px;
	margin-bottom:10px;
}
.section-title {	
	background-color:#0e67ac;
	text-align:center;
	padding-top:27px;
	padding-bottom:27px;
	color:#d3e6f5
}

#footer {
	padding:25px;
	text-align:center;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  src: local('Lato Regular'), local('Lato-Regular'), url('../../fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: bold;
  src: local('Lato Bold'), local('Lato-Bold'), url('../../fonts/Lato-Bold.ttf') format('truetype');
}