body {
	background-color: #eef9ff;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

p {
	margin: 0 0 1em 0;
}

h1 {
  color: #42b5e6;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 400;
	line-height: 1.2;
	margin: 0 0 30px 0;
}

h2 {
  color: #f7941e;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 400;
	margin: 0 0 15px 0;
}

h3 {
}

h4 {
}

a {
  color: #136a8e;
}

a:hover {
  text-decoration: none;
}

ul {
	margin-bottom:0.5em;
	list-style-type: disc;
	margin-left: 0.5em;
}

ul li  {
	line-height: 1.3;
	margin-bottom: 5px;
}

ul ul {
	list-style-type: circle;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear:both;
}

/* Tablets - General */

@media and (min-width: 768px) and (max-width: 1024px) {
}

/* Smartphones - General */

@media (max-width: 767px) {
}