body {
	font-size: 14px; font-size: 1.4rem;
	line-height: 20px; line-height: 2.0rem;
    font-weight: normal;
    color: #666;
	font-family: Signika, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #6A7B8B;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Signika, Arial, sans-serif;
	font-weight: bold;
}

	h1, .h1 {
		font-size: 30px; font-size: 3.0rem;
		line-height: 36px; line-height: 3.6rem;
		margin-bottom: 30px;
		margin-top: 0;
		font-weight: bold;
	}		
	
	h2, .h2 {
		font-size: 26px; font-size: 2.6rem;
		line-height: 34px; line-height: 3.4rem;
		font-weight: bold;
		margin-top: 0;
	}

	h3, .h3 {
		font-size: 24px; font-size: 2.4rem;
		line-height: 32px; line-height: 3.2rem;
		font-weight: bold;
	}

	h4, .h4 {
		font-size: 22px; font-size: 2.24rem;
		line-height: 28px; line-height: 2.8rem;
		margin-bottom: 15px;
	}

	h5, .h5 {
		font-size: 20px; font-size: 2.0rem;
		line-height: 24px; line-height: 2.4rem;
		margin-bottom: 10px;
	}

	h6, .h6 {
		font-size: 18px; font-size: 1.8rem;
		line-height: 22px; line-height: 2.2rem;
		margin-bottom: 10px;
	}
	
	.box h2 {
		font-weight: normal;
		color: #666;
		border-bottom: 1px solid #666;
		padding-bottom: 10px;
		font-size: 20px; font-size: 2.0rem;
		line-height: 24px; line-height: 2.4rem;
	}
	
	.box-blue h2, .box-orange h2, .box-red h2 {
		color: #fff;
		border-color: #fff;
	}
	
	.box h3 {
		font-weight: normal;
		font-size: 16px; font-size: 1.6rem;
		line-height: 24px; line-height: 2.4rem;
		margin-top: 0;
	}
	
	.first {margin-top: 0;}
	
	
/* Paragraphs */

small, .small {
	color: #999;
	font-size: 12px; font-size: 1.2rem;
}

p {
	margin: 0 0 20px;
}



/* Links */

a { 
	color:#6A7B8B;
	text-decoration: none;
}

	a:hover {
		color: #ff8600;
	}
	
	

/* Buttons */

.button {
	padding: 9px 12px;
	color: #C30058;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px; font-size: 1.8rem;
	line-height: 22px; line-height: 2.2rem;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    min-width: 100px;
    border: 1px solid #C30058;
    text-align: center;
    text-transform: uppercase;
    font-family: Lato, Arial,  sans-serif;
}
	@media only screen and (min-width: 768px) {
		.button {
			padding: 10px 15px;
		}
	}
	

	.button:hover {
		cursor: pointer;
		background: #C30058;
		color: #fff;
	}
	
	.button.block {
		display: block;
		text-align: center;
	}
	
	.button.secondary {
		background: none;
		color: #fff;
		border: 1px solid #fff;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
		.button.secondary:hover {
			background: #fff;
			color: #000;
			border: 1px solid #fff;				
			cursor: pointer;
			text-decoration: none;
		
		}
	
		
/* Lists */

ul {
	margin-top: 10px;
}

/* Colours */

