.cc--heading-description .text-container .social-media-links {
	list-style: none;
	padding: 0;
	margin: 0;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	width: 100%;
}

.cc--heading-description .text-container .social-media-links > li a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	display: block;
	width: 100%;
	height: auto;
	border: 0;
	background-color: transparent;
}

html[data-whatintent="mouse"] .cc--heading-description .text-container .social-media-links > li a {
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

html[data-whatintent="mouse"] .cc--heading-description.color-red .text-container .social-media-links > li a:hover {
	background-color: transparent;
}

html[data-whatintent="mouse"] .cc--heading-description.color-red .text-container .social-media-links > li a:hover svg {
	opacity: 0.8;
}

.cc--heading-description .f--link {
	margin-top: 0;
}

.cc--heading-description.color-red .f--link .button {
	border: none !important;
	height: auto;
}

.cc--heading-description .text-container .social-media-links > li a svg {
	display: block;
	width: auto;
	height: 1.3125rem;
	fill: #FFF;
}

@media screen and (min-width: 768px) {
	.cc--heading-description.two-col .inner-wrapper {
		padding-right: 4%;
		padding-left: 4%;
	}

	.cc--heading-description.two-col .text-container {
		justify-content: space-between;
	}
	
	.cc--heading-description.two-col .f--section-title {
		flex: 2;
		padding-right: 0;
	}
	
	.cc--heading-description.two-col .cta-container {
		flex: 1;
		padding-left: 0;
		padding-top: 0;
	}

	.cc--heading-description .text-container .social-media-links > li a svg {
		height: 1.6875rem;
	}
}

@media screen and (min-width: 1024px) {
	.cc--heading-description.two-col .inner-wrapper {
		padding-bottom: 3.75rem;
		padding-top: 3.75rem;
	}
}


