.tout--quicklinks {
	/* background-color: #05d2fa; */
	/* border: 1px solid #05d2fa; */
}

.tout--quicklinks .tout--inner {
	display: flex;
	flex-wrap: wrap;
	/* background-color: #05d2fa; */
	color: #fff;
	padding: 2rem 1.5rem;
	height: 100%;
}

body.home .tout--quicklinks .tout--inner {
	padding: 0;
}

.tout--quicklinks .tout--inner .tout--title {
	display: inline-block;
	color: #fff;
	max-width: calc(100% - 4rem);
	width: calc(100% - 4rem);
}

.tout--quicklinks .tout--inner img {
	display: inline-block;
	max-width: 4rem;
	max-height: 4rem;
}

.tout--quicklinks .tout--inner .tout--quicklink {
	display: inline-flex;
	width: 100%;
	padding-top: 1rem;
}

.tout--quicklinks .tout--inner .tout--quicklink:not(:last-of-type) {
	padding-bottom: 1rem;
	border-bottom: 1px solid #fff;
}

.tout--quicklinks .tout--inner .tout--quicklink a {
	text-decoration: none;
}
.tout--quicklinks .tout--inner .tout--quicklink a:hover {
	text-decoration: underline;
}

.tout--quicklinks .tout--inner .tout--quicklink svg {
	margin-top: 3px;
	margin-right: 6px;
}

.tout--quicklinks.tout--style-default .tout--inner {
	background-color: #fff;
	color: #4b4b55;
}

.tout--quicklinks.tout--style-default .tout--inner .tout--title {
	color: #4b4b55;
}

.tout--quicklinks.tout--style-default .tout--inner .tout--quicklink {
	border-color: #4b4b55;
}

.tout--quicklinks.tout--style-default .tout--inner .tout--quicklink a {
	color: #4b4b55;
}


.tout--quicklinks.tout--style-default .tout--inner .tout--quicklink svg path {
	fill: #2800A0;
}

.tout--quicklinks.tout--style-loud {
	/* border: 1px solid #05d2fa; */
	background-color: #2800A0;
}

@media (min-width: 600px) {
	/* .tout--quicklinks .tout--inner {
		padding-bottom: 0;
	} */

	/* .tout--quicklinks .tout--inner> :last-child {
		margin-bottom: 2rem;
	} */
}

@media (max-width: 601px) {
	.tout--quicklinks--keep-border-sm .tout--quicklink {
		padding-bottom: 1rem;
		border-bottom: 1px solid #fff;
	}
}
