.feature-6 p {
	min-height:6em;
}

.tabs li {
	float:left;
	width:50%
}

.tabs {
	width:100%
}



p span {
	color:#006c2a;
	font-weight:700;
}

.bar .logo{ max-width: none; max-height: 60px; }

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.bg--primary-1 {
  background: #1359a8;
}

.bg--primary-2 {
  background: #ffbd66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Lato', sans-serif;
}

h7 {
	color: #0081e1;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 10px 0;
	font-family: 'lato', sans-serif;
}

h8 {
	color: #0081e1;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 10px 0;
	font-family: 'Lato', sans-serif;
}




h5,
h6 { margin-bottom: 20px; }

h1 { font-size: 36px; }

h2 { font-size: 30px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 15px; }

h6 { font-size: 12px; }

h7 { font-size: 24px; }

h8 { font-size: 24px; }

h4 { font-weight: 500; }

h5,
h6 { font-weight: bold; }

p {
	font-size: 15px;
	color:#333333;
 }
 
 body {
	 font-size:15px;
	 color:#333333;
 }
 
 .btn {
	 border:none;
 }


@media all and (max-width: 768px) {
	
	
.tabs li {
	float:none;
	width:auto;
}

.tabs {
	width:auto;
}
  h1 {
    font-size: 24px;
  }
  
  h2 {
    font-size: 20px;
  }
  
  h3 {
    font-size: 18px;
  }
  
  h4 {
    font-size: 16px;
  }
  
  .btn {
  
  font-size: 14px;
  
}
}