/*------- SOLUTION PAGES -------*/
.solution-container {
	max-width: 2000px;
}
.card {
	border: none;
    border-radius: 0;
}
.solution-intro-card,
.solution-example-card {
	width: 80%;
    text-wrap: pretty;
    margin: 0 auto;
	font-size: 1.5em;
}
.solution-subtitle {
	font-size: 2.5em;
	margin-bottom: 0;
	color: var(--black);
}
.solution-lead-gen-img {
	margin: 0 auto;
	width: 100%;
	z-index: -1;
}
.card-row {
	display: flex;
    justify-content: center;
}
.single-solution-card h1,
.lead-gen-solution-card h1 {
	color: var(--black);
}
.lead-gen-solution-card {
    margin: 0 auto;
    width: 80%;
    font-size: 1.2em;
}
.single-solution-card {
    margin: 0 auto;
	width: 90%;
    font-size: 1.2em;	
}
.solution-example-card h1 {
	color: var(--black);
}
.center-no-align {
	display: flex;
	justify-content: center;
}
.events-desktop,
.strategic-content-desktop,
.industry-report-desktop,
.content-awareness-desktop,
.programmatic-display-desktop,
.lead-delivery-desktop {
	display: block;
}
.events-mobile,
.events-desktop-1425,
.content-awareness-desktop-1425,
.strategic-content-desktop-1425,
.strategic-content-mobile,
.industry-report-mobile,
.content-awareness-mobile,
.lead-delivery-mobile {
	display: none;
}
li span.bold {
	color: var(--black);
}
.global-events-img img {
	border-radius: 0.5rem;
}
.list-group-item {
	font-size: 1.2em;
	border: none;
}
.list-group {
	margin: 0;
	justify-content: center;
}
.card-body {
	min-height: 171px;
}
.event-card {
	min-height: 250px;
}
.benefits {
	margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card-body ul {
	margin: 0;
}
@media (max-width:1425px) {
	.events-desktop,
	.content-awareness-desktop,
	.strategic-content-desktop {
		display: none;
	}
	.events-desktop-1425,
	.content-awareness-desktop-1425,
	.strategic-content-desktop-1425 {
		display: block;
	}
}
@media (max-width:768px) {
	.events-desktop-1425,
	.content-awareness-desktop-1425,
	.strategic-content-desktop-1425,
	.content-awareness-desktop,
	.lead-delivery-desktop {
		display: none;
	}
	.events-mobile,
	.strategic-content-mobile,
	.content-awareness-mobile,
	.lead-delivery-mobile {
		display: block;
	}
}
/*------- END OF SOLUTION PAGES -------*/
/*----SCREEN WIDTH 1200 to 1536px----*/
@media only screen 
	and (min-width: 1201px)
	and (max-width: 1536px) {

}
/*----SCREEN WIDTH 1200 to 1536px and SMALL VH----*/
@media only screen 
	and (min-width: 1201px)
	and (max-width: 1536px)
	and (min-height: 0px)
	and (max-height: 820px) {

}
/*----SCREEN WIDTH 0 to 991px----*/
@media only screen 
	and (min-width: 0px)
	and (max-width: 991px) {

}
/*----SCREEN WIDTH 900 to 1200px----*/
@media only screen 
	and (min-width: 901px)
	and (max-width: 1200px) {

}
/*----SCREEN WIDTH 900 to 1200px Landscape----*/
@media only screen and (orientation : landscape)
	and (min-width: 901px)
	and (max-width: 1200px) {

}
/*----SCREEN WIDTH 600 to 900px----*/
@media only screen 
	and (min-width: 601px)
	and (max-width: 900px) {
		.solution-intro-card,
		.solution-example-card {
			font-size: 1em;
		}
		.solution-subtitle {
			font-size: 2em;
		}

}
/*----SCREEN WIDTH 600 to 900px Landscape----*/
@media only screen and (orientation : landscape)
	and (min-width: 601px)
	and (max-width: 900px) {

}
/*----SCREEN WIDTH 0 to 600px----*/
@media only screen 
	and (min-width: 0px)
	and (max-width: 600px) {
		.solution-intro-card,
		.solution-example-card {
			font-size: 1em;
		}
		.solution-subtitle {
			font-size: 2em;
		}
}