/*
 ************************************************************
 * SECTIONS
 ************************************************************
 */

/* COLORBOX */

#top .content-contact .colorbox::before,
#top .content-team .colorbox::before,
#top .content-about .colorbox::before
{
	content: '';
	display: block !important;
	position: absolute;
	top: 0;
	margin: 0;
	visibility: visible;
	background-color: var(--color-cvi-2);
}

#top .content-contact .colorbox::before,
#top .content-team .colorbox::before
{
	left: 32px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}

#top .content-about .colorbox::before
{
	left: calc(50% - 8px);
	margin-top: -8px;
	width: 16px;
	height: 16px;
}

@media only screen and (max-width: 989px)
{
	.responsive #top .content-about .colorbox
	{
		max-width: 480px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/* COLUMNS */

#top .content-head .column-sidebar,
#top .content-docs .column-sidebar
{
	order: 1;
}

#top .content-head .column-content,
#top .content-docs .column-content
{
	order: 0;
}

/* CONTENT */

#top .avia-section.avia-builder-el-last .content
{
	padding-bottom: 40px;
}

/*
 * ----------------------------------------------------------
 * CONTENT-FOOT
 * ----------------------------------------------------------
 */

@media only screen and (min-width: 990px)
{
	.responsive #top .section-home.content-foot .flex_column
	{
		justify-content: center;
	}
}

/*
 * ----------------------------------------------------------
 * CONTENT-HEAD
 * ----------------------------------------------------------
 */

/* HEADING */

#top .content-head .columns
{
	align-items: center;
}

@media only screen and (max-width: 1080px)
{
	.responsive #top .content-head .columns
	{
		flex-direction: column;
	}
}

/* HEADING */

#top .content-head .avia-button-wrap .avia-button
{
	width: 100%;
}

@media only screen and (min-width: 990px)
{
	.responsive #top .content-head .flex_column
	{
		display: flex;
		justify-content: center;
	}
}

@media only screen and (max-width: 989px)
{
	.responsive #top .content-head .avia-button-right
	{
		float: left;
		width: 200px;
	}
}

@media only screen and (max-width: 639px)
{
	.responsive #top .content-head .avia-button-right
	{
		width: 100%;
	}
}

/*
 * ----------------------------------------------------------
 * CONTENT-HERO
 * ----------------------------------------------------------
 */

/* IMAGE */

#top .content-hero .flex_column:last-child img
{
	width: 100%;
	height: auto;
}

/* FLEX */

@media only screen and (max-width: 1199px)
{
	.responsive #top:not(#top.home) #wrap_all .content-hero .flex_column_table.sc-av_one_half
	{
		flex-direction: column;
	}
	.responsive #top:not(#top.home) #wrap_all .content-hero .flex_column_table.sc-av_one_half .flex_column
	{
		width: 100%;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1199px)
{
	.responsive #top:not(#top.home) #wrap_all .content-hero .avia_textblock p:first-child
	{
		display: flex;
		align-items: center;
	}
}

/*
 * ----------------------------------------------------------
 * CONTENT-FUNDS
 * ----------------------------------------------------------
 */

/* BUTTON */

@media only screen and (max-width: 767px)
{
	.responsive #top .content-funds .avia-button-right
	{
		float: left;
	}
}

@media only screen and (max-width: 989px)
{
	.responsive #top #wrap_all .content-funds .flex_column:not(.flex_column:last-child)
	{
		margin-bottom: 24px;
	}
}

/*
 * ----------------------------------------------------------
 * CONTENT-NEWS
 * ----------------------------------------------------------
 */

/* BUTTON */

@media only screen and (max-width: 767px)
{
	.responsive #top .content-news .avia-button-right
	{
		float: left;
	}
}

/*
 * ----------------------------------------------------------
 * CONTENT-DONATION
 * ----------------------------------------------------------
 */

/* FLEX */

@media only screen and (min-width: 990px)
{
	.responsive #top #wrap_all .content-donation .flex_column_table
	{
		display: flex;
		grid-gap: 40px;
		flex-direction: row;
	}
}

/* MODULE */

@media only screen and (max-width: 989px)
{
	.responsive #top .content-donation .column-sidebar .module--grid
	{
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* WIDGET */

#top .content-donation .widget
{
	padding: 24px;
	background-color: var(--color-lightgray-1);
}

#top .content-donation .widget--contact
{
	padding: 0;
	background-color: transparent;
}

/* SIDEBAR */

#top .content-donation .column-sidebar
{
	display: flex !important;
	flex-direction: column;
	grid-gap: 40px;
}

/* CONTENT */

@media only screen and (min-width: 990px)
{
	.responsive #top #wrap_all .content-donation .flex_column_table:first-child .column-content
	{
		padding-top: 48px;
	}
}

/* HEAD */

@media only screen and (max-width: 989px)
{
	.responsive #top.single-donation-option .content-head .av-special-heading-tag
	{
		text-align: center;
	}
}

@media only screen and (max-width: 639px)
{
	.responsive #top .section-donation.content-head .av-special-heading-tag
	{
		font-size: 30px;
	}
}

@media only screen and (min-width: 990px) and (max-width: 1179px)
{
	.responsive #top .section-donation.content-head .av-special-heading-tag
	{
		font-size: 40px;
	}
}

@media only screen and (max-width: 379px)
{
	.responsive #top .section-donation.content-head .av-special-heading-tag
	{
		font-size: 27px;
	}
}

/*
 ************************************************************
 * SECTION-BOXED
 ************************************************************
 */

/* TYPO */

@media only screen and (max-width: 989px)
{
	.responsive #top .section-boxed .av-special-heading
	{
		padding-bottom: 32px;
	}
	.responsive #top .section-boxed .avia-button-wrap
	{
		padding-top: 32px;
	}
}

@media only screen and (max-width: 767px)
{
	.responsive #top .section-boxed .av-special-heading
	{
		padding-bottom: 20px;
	}
	.responsive #top .section-boxed .avia-button-wrap
	{
		padding-top: 20px;
	}
}

@media only screen and (min-width: 990px) and (max-width: 1279px)
{
	.responsive #top .section-boxed .avia_textblock p
	{
		font-size: 14px;
		line-height: 1.4em;
	}
}

/* COLUMNS */

#top .section-boxed .flex_column_table.sc-av_one_half
{
	padding: 40px;
	border: 1px solid var(--color-lightgray-2);
}

@media only screen and (min-width: 990px)
{
	.responsive #top #wrap_all .section-boxed .flex_column_table.sc-av_one_half .flex_column
	{
		justify-content: space-evenly;
	}
}

@media only screen and (min-width: 990px) and (max-width: 1279px)
{
	.responsive #top .section-boxed .flex_column_table.sc-av_one_half
	{
		padding: 24px;
	}
}

@media only screen and (max-width: 767px)
{
	.responsive #top #wrap_all .section-boxed .flex_column_table.sc-av_one_half
	{
		padding: 24px;
	}
	.responsive #top #wrap_all .section-boxed .flex_column_table.sc-av_one_half .flex_column:first-child
	{
		margin-bottom: 20px;
	}
}

/*
 ************************************************************
 * SECTION-HOME
 ************************************************************
 * ----------------------------------------------------------
 * CONTENT-HEAD
 * ----------------------------------------------------------
 */

#top .section-home.content-head .av-special-heading-tag
{
	text-transform: none;
}

@media only screen and (max-width: 639px)
{
	#top .section-home.content-head .av-special-heading-tag
	{
		max-width: 330px;
	}
}

@media only screen and (min-width: 990px) and (max-width: 1279px)
{
	.responsive #top .section-home.content-head .av-special-heading-tag
	{
		font-size: 1.8em;
	}
}

/*
 * ----------------------------------------------------------
 * CONTENT-HERO
 * ----------------------------------------------------------
 */

/* ELEMENT */

@media only screen and (min-width: 990px) and (max-width: 1279px)
{
	.responsive #top .section-home.content-hero .avia_textblock p
	{
		line-height: 1.6em;
		font-size: 20px;
	}
	.responsive #top .section-home.content-hero ul li,
	.responsive #top .section-home.content-hero .avia-button
	{
		font-size: 13px;
	}
}

@media only screen and (max-width: 320px)
{
	.responsive #top .section-home.content-hero .avia-button
	{
		font-size: 15px;
	}
}

/* FLEX */

@media only screen and (min-width: 990px)
{
	.responsive #top #wrap_all .section-home.content-hero .flex_column_table.sc-av_one_half .flex_column
	{
		justify-content: space-between;
	}
}

/*
 ************************************************************
 * SECTION-SINGLE
 ************************************************************
 * ----------------------------------------------------------
 * SINGLE-FUND
 * ----------------------------------------------------------
 */

/* ARTICLE */

@media only screen and (min-width: 990px)
{
	.responsive #top.single-fund .article h2
	{
		padding-top: 88px;
	}
	
	.responsive #top.single-fund .article h2:first-child
	{
		padding-top: 0;
	}

	.responsive #top.single-fund .article .before-h2
	{
		margin-bottom: -44px;
	}
}