/*==========================
Support page styles
============================*/

.support {
	margin-top: 30px;
}

.support:nth-child(3n+1) {
	padding-right: 20px
}

.support:nth-child(3n+2) {
	padding-left: 10px;
	padding-right: 10px;
}

.support:nth-child(3n+3) {
	padding-left: 20px;
}

.support-topics {
	padding: 5px 25px 15px;
	background: #f5f5f5;
}

.support-topics h3 {
	display: inline-block;
	margin-bottom: 5px;
}

.support-topics h3 a {
	color: #737373;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	transition: color 0.3s;
}

.support-topics h3 a:hover {
	color: #2e2e2e;
}

.support-topics p {
	font-size: 15px;
}

@media only screen and (max-width: 1023px) {
	.support:nth-child(odd) {
		padding-left: 0;
		padding-right: 15px;
	}

	.support:nth-child(even) {
		padding-left: 15px;
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.support:nth-child(odd),
	.support:nth-child(even) {
		padding: 0;
	}

	.support:first-child {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 640px) {
	.support {
		margin-top: 20px;
	}
}
