.block--getstartedblock {
	padding: 20px;
	margin-top: .75em;
}

.getStarted {
	border-top: 1px solid #A75523;
	text-transform: uppercase;
	padding-top: 20px;
}

.getStarted .getStarted-title {
	font-family: "Avenir Next LT W01 Bold", Arial, sans-serif;
	/*font-size: 17.87px;*/
	font-size: 20px;
	color: #A75523;
	line-height: 25px;
	margin-bottom: .5em;
}

.getStarted	ul {
	margin: 0;
	padding: .25em 0 0;

}

.getStarted	.getStarted-item {
	clear: both;
	margin-bottom: .25em;
}

.getStarted	.getStarted-item a {

	font-family: "Avenir Next LT W01 Bold", Arial, sans-serif;
	font-size: 16px;
	color: #004065;
	line-height: 20px;
	margin: 0;
	padding: 1em 1em 1em 0;
	display: block;
	position: relative;
	-webkit-transition: background .2s ease-in;
	-moz-transition: background .2s ease-in;
	transition: background .2s ease-in;
}


.getStarted	.getStarted-item a:after {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 26px solid #fff;
	border-left: 26px solid transparent;
	border-top: 26px solid transparent;
	border-right: 26px solid #fff;
	position: absolute;
	top: 0;
	right: 0;

}

.getStarted	.getStarted-item a:hover {
	background: #004065;
	color: #fff;
}

.getStarted	.getStarted-item span {

	display: block;
	width: 30px;
	float: left;
	margin-right: 1em;
	position: relative;
	top: -6px;
}

.getStarted	.getStarted-item img {
	width: 100%;
}

@media( min-width:768px ) {
	
	.block--getstartedblock {
		padding: 10px;
		margin-top: .75em;
	}
	.getStarted .getStarted-title {
		font-size: 17.87px;
		margin-bottom: 5px;
	}

	.getStarted	.getStarted-item a {
		font-size: 13.00px;
		padding: .5em .5em .5em 0;
	}

	.getStarted	.getStarted-item a:after {
		border-bottom: 18px solid #fff;
		border-left: 18px solid transparent;
		border-top: 18px solid transparent;
		border-right: 18px solid #fff;
	}

	.getStarted	.getStarted-item span {
		width: 24px;
		top: -2px;
	}
}

@media( min-width: 1000px ) { 
	.block--getstartedblock {
		padding: 10px 45px 10px 10px;
	}
	.getStarted {
		padding-top: 4em;
	}
	.getStarted	.getStarted-item a {
		font-size: 14.71px;
	}
}

