#financial-links-section {
	padding: 72px 0 60px;
	background: #f6f6f6;
}

.financial-btns {
	text-align: center; max-width: 980px;
	margin: 0 auto 32px; padding-bottom: 60px;
	border-bottom: 1px solid #ddd;
}

.financial-btns .btn-outline {
	color: #31b744; width: 180px;
	border-color: #ddd; margin: 0 10px 24px;
}

.financial-btns .btn-outline:hover {
	background: #31b744;
	border-color: #31b744;
}

.financials .colorbg-section {
	padding-top: 24px;
}

.financials .colorbg-wrap {
	background-image: none;
	padding-left: 20px;
	padding-right: 20px;
}

.financials .colorbg-wrap p {
	max-width: 820px;
}

.taxquote-name {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 400;
}

.taxquote-title {
	font-size: 14px;
}

#tax-section {
	padding: 36px 0 80px;
}

#tax-section h2 {
	font-size: 32px; margin-bottom: 20px;
}

#tax-section ul {
	font-weight: 400; list-style: disc;
	margin-left: 20px;
}

#tax-section ul li {
	line-height: 1.3;
	margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {

	#financial-links-section {
		padding: 100px 0 80px;
	}

	.financial-btns {
		padding-bottom: 20px;
	}

	.financials .colorbg-section {
		padding-top: 44px;
	}

	.taxquote-name {
		font-size: 19px;
	}

	.taxquote-title {
		font-size: 16px;
	}

	#tax-section {
		padding: 48px 0 80px;
		text-align: center;
	}

	#tax-section h2 {
		font-size: 42px; margin-bottom: 20px;
	}

	#tax-section p {
		margin: 0 auto 30px;
		max-width: 890px;
	}

	#tax-section ul {
		list-style: none;
		margin-left: 0;
	}

	#tax-section ul li {
		margin-bottom: 12px;
	}

}

@media only screen and (min-width: 1025px) {

	.taxquote {
		line-height: 30px;
	}

	.taxquote-name {
		display: inline-block; vertical-align: top;
	}

	.taxquote-title {
		display: inline-block; vertical-align: top;
	}

	.taxquote-name:after {
		content: " \2014 ";
	}

}

/*------------------------------------*\
    FINANCIAL YEARS
\*------------------------------------*/

.financial-years {
	max-width: 720px; margin: 0 auto;
}

.col-year {
	margin-bottom: 20px;
}

.yearwrap {
	display: table; width: 100%;
	max-width: 300px; margin: 0 auto;
}

.year {
	font-family: 'jennasue'; font-weight: normal;
	display: table-cell;
	font-size: 80px; line-height: 0.75;
	color: #79bde9; vertical-align: top;
	letter-spacing: -4px; width: 114px;
}

.doclist-wrap {
	display: table-cell;
	vertical-align: top;
}

@media only screen and (min-width: 768px) {

	.col-year {
		float: left; width: 50%;
	}

	.yearwrap {
		max-width: 310px;
	}

	.year {
		width: 124px;
	}

}

@media only screen and (min-width: 1025px) {


}