/*

CSS Table of Contents
1.0 - 
*/
#customSolutions.section {
	padding: 0 0 2em;
}

#support.section,
#quality.section {
	padding: 0;
	border-radius: 3px;
}

@media screen and (min-width: 1024px) {
	#support > .card img {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	#quality > .card img {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}

.card {
	background-color: var(--newhavenGray);
	margin: 1.5em 0;
	padding: 0.75em;
	border-radius: 3px;
}

.card__full {
	position: relative;
	box-shadow: 0px 15px 10px -10px black;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.card__medium,
	.card__small,
	.card__large {
		max-width: 48%;
	}
}

@media screen and (min-width: 1024px) {
	.card__small {
		max-width: 37%;
	}

	.card__large {
		max-width: 59%;
	}
}

.card__large {
	background-color: var(--newhavenBlack);
}

.card--clear {
	background-color: transparent;
}

@media screen and (min-width: 1024px) {
	.card__flex {
		display: flex;
		align-items: center;
		padding: 0;
	}

	#quality > .card__flex {
		flex-direction: row-reverse;
	}

	#support > .card__flex,
	#quality > .card__flex {
		max-height: 400px;
		overflow: hidden;
	}
}

.card__flex > .card__content {
	padding: 1em;
}

@media screen and (min-width: 1024px) {
	.card__flex > .card__content {
		max-width: 20em;
		padding: 0 1em;
	}
}

.card img {
	border-radius: 3px;
}

.card__content--dark {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	position: absolute;
	bottom: 0em;
	padding: 1em;
}

@media screen and (min-width: 1024px) {
	.card__content--dark {
		max-width: 20.3em;
		border-radius: 3px;
	}

	#tfts .card__content--dark {
		top: 1em;
		left: 1em;
		bottom: auto;
	}

	#customSolutions .card__content--dark {
		left: 52%;
		top: 20%;
		bottom: auto;
	}
}

.case {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 1em 0.5em;
}

.case img {
	max-width: 50%;
	margin-bottom: 0.6em;
}

@media screen and (min-width: 768px) {
	.case {
		max-width: calc(50% - 1em);
	}
}

@media screen and (min-width: 1024px) {
	.case {
		max-width: calc(32% - 1em);
	}

	.case img {
		max-width: 6.5em;
	}
}

@media screen and (min-width: 768px) {
	#resource img,
	#knowledge img {
		max-width: 75%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1024px) {
	#resource img,
	#knowledge img {
		max-width: 50%;
	}
}

/* Sales Shout Out */
#contentMainWrapper {
	padding-bottom: 0;
}

#indexHomeBody #salesShoutOut {
	clear: both;
	background-color: #007934;
	/* height:145px; */
	display: flex;
	align-items: center;
	justify-items: center;
}

.container__wrapper {
	background-color: #6abf4b;
	/* height:105px; */
	position: relative;
}

.container__wrapper--content {
	padding: 15px;
}

.container__trace {
	display: none;
}

.container__title--light {
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	padding: 0 15px;
	margin: 0;
	word-break: break-word;
}

#indexHomeBody #salesShoutOut .container__title--light a {
	font-weight: 600;
	color: var(--newhavenBlack);
}

/* Responsive Tablet */
@media screen and (min-width: 768px) {
	/* Sales Shout Out */
	#indexHomeBody #salesShoutOut {
		height: 145px;
	}

	.container__wrapper {
		height: 105px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.container__trace {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 209px;
		width: 209px;
		border-radius: 100%;
		background-color: #6abf4b;
		position: absolute;
		right: -110px;
		top: -50%;
	}

	.container__trace--innerCircle {
		height: 145px;
		width: 145px;
		border-radius: 100%;
		background-color: #007934;
	}

	.container__title--light {
		width: 90%;
	}
}

/* Reponsive Desktop */
@media screen and (min-width: 980px) {
	/* Sales Shout Out */
	.container__wrapper {
		width: calc((100% + 980px) / 2);
	}

	.container__wrapper--content {
		width: 980px;
		margin-left: auto;
		margin-right: 40px;
	}

	.container__trace {
		right: -110px;
		top: -50%;
	}

	.container__title--light {
		width: 100%;
		line-height: initial;
	}
}
