/*
 ************************************************************
 *
 * SECTION
 *
 ************************************************************
 * ----------------------------------------------------------
 *
 * ARCHIVE
 *
 * ----------------------------------------------------------
 *
 * - HEAD
 */

@media only screen and (max-width: 767px)
{
	.responsive main > .content-head,
	.responsive main > .events-head
	{
		padding: 32px;
	}
}

@media only screen and (min-width: 768px)
{
	.responsive main > .content-head,
	.responsive main > .events-head
	{
		padding: 48px;
	}
}

/*
 * ----------------------------------------------------------
 *
 * CONTENT
 *
 * ----------------------------------------------------------
 *
 * - BACKGROUND
 */

.section
{
	background-color: var(--color-white);
}

.content-banner,
.content-partners,
.content-footer,
.events-upcoming,
.home .content-media
{
	background-color: var(--color-cvi-lightgray-1);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*
 * - PADDING
 */

.main > .content-head + .section,
.main > .content-page + .content-team,
.main > .content-team + .content-experts,
.main > .content-about + .section,
.main > .content-sectors + .section,
.main > .events-head + .events-past
{
	padding-top: 0 !important;
}

/*
 * - BANNER
 */

.content-banner
{
	min-height: 360px;
}

.content-banner::before
{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0));
}

.content-banner .heading h1
{
	font-size: 60px;
	text-transform: none;
	color: var(--color-cvi-1);
}

@media only screen and (max-width: 989px)
{
	.responsive .content-banner .heading h1
	{
		font-size: 54px;
	}
}

@media only screen and (max-width: 480px)
{
	.responsive .content-banner .heading h1
	{
		font-size: 40px;
	}
}

@media only screen and (max-width: 360px)
{
	.responsive .content-banner .heading h1
	{
		font-size: 36px;
	}
}

@media only screen and (max-width: 320px)
{
	.responsive .content-banner .heading h1
	{
		font-size: 30px;
	}
}

@media only screen and (min-width: 768px)
{
	.responsive .content-banner .heading h1
	{
		width: 60%;
	}
}



/*
 * - EVENT
 */

.content-event .date strong
{
	color: var(--color-cvi-2);
}

/*
 * - FOOTER
 */

.content-footer
{
	height: 540px;
}

@media only screen and (max-width: 1279px)
{
	.responsive .content-footer
	{
		height: 400px;
	}
}

@media only screen and (max-width: 767px)
{
	.responsive .content-footer
	{
		height: 320px;
	}
}

/*
 * ----------------------------------------------------------
 *
 * CONTENT-ABOUT
 *
 * ----------------------------------------------------------
 *
 * - FLEX
 */

.content-about .content,
.content-about .content > .col
{
	justify-content: center;
}

@media only screen and (min-width: 990px)
{
	.responsive .content-about .content
	{
		flex-direction: row;
	}
	.responsive .content-about .content > .col:first-child
	{
		width: calc(45% - 20px);
	}
	.responsive .content-about .content > .col:last-child
	{
		width: calc(55% - 20px);
	}
}

/*
 ************************************************************
 *
 * PAGE
 *
 ************************************************************
 * ----------------------------------------------------------
 *
 * COLLABORATIONS
 *
 * ----------------------------------------------------------
 *
 * - SECTION
 */

