.node-type-advice section .pane-node-content h1{
	margin-bottom: 10px;
	padding-bottom: 0;
	line-height: 1.5;
}

.node-type-advice section .pane-node-content h1 a{ 
	font-family: 'latoblack';
	color: #6cb42a;
	font-size: 22px;
	font-size: 2.2rem;

	text-transform: uppercase;
	
}

.node-type-advice h2{
	font-family: 'latoblack';
	font-size: 17px;
	font-size: 1.7rem;
}

.node-type-advice p{
	font-size: 14px;
	font-size: 1.4rem;
}

.node-type-advice .group-left{
	display: none;
}

.node-type-advice .group-right{
	width: 100%;
	float: none;

}

.node-type-advice .group-right h2{
	margin-top: 25px;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.node-type-advice section .pane-node-content h1 a{ 
		font-size: 25px;
		font-size: 2.5rem;
	}

	.node-type-advice h2{
		font-size: 18px;
		font-size: 1.8rem;
	}

	.node-type-advice p{
		font-size: 15px;
		font-size: 1.5rem;
	}

 }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.node-type-advice section .pane-node-content h1 a{ 
		font-size: 30px;
		font-size: 3.0rem;
	}

 }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	

 }
