/*<meta conditions="" />*/

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

NOTE: Generally, this stylesheet has elements listed out in the order that they appear in the topic from top to bottom. The exception are General styles which are at the top and the stylesheet mediums which are at the bottom.

EXAMPLE: Since the Topic/Banner image is at the top of the home page, it will be listed closer to the top of this stylesheet. While, the footer will be written towards the bottom. 

===========================================================================================================================================================*/

/*==General==*/

.container
{
	max-width: ;
	margin: auto;
	padding: 0 var(--space-width);
}

.row
{
	max-width: none;
}

/*==Tiles==*/

.docs-home-tiles-wrapper
{
	padding: var(--space-height-double) 0 var(--space-height);
}

.docs-home-tiles-container > div.row,
.docs-home-more-cards > div.row
{
	display: flex;
	flex-wrap: wrap;
}

.docs-home-more-wrapper
{
	padding: var(--space-height) 0 0;
	background-color: ;
}

.docs-card
{
	border: 1px solid var(--cloud);
	height: 100%;
	padding: var(--space-width) var(--space-width) 0;
}

.docs-card:hover
{
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.18);
}

.docs-card > h3
{
	min-height: 4rem;
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	margin-top: 0;
}

.docs-card a,
.docs-card a:visited
{
	color: inherit;
	text-decoration: none;
	display: block;
}

.btn-container
{
	padding: var(--space-height-half) var(--space-width);
	border-top: 1px solid var(--cloud);
	margin: auto var(--negative-space-width);
	line-height: ;
}

.btn-container a::after
{
	content: '\279D';
	float: right;
	font-size: ;
	margin-top: -0.2em;
}

.btn
{
	font-size: ;
}

.btn-cta-container
{
	padding: var(--space-height-half) 0;
}

.btn-cta,
.btn-outline
{
	display: block;
	transition: all 0.2s ease;
	width: max-content;
	padding: 0.75rem 1.75rem;
}

.btn-cta
{
	background: ;
}

.btn-cta:hover
{
	background: ;
	color: ;
}

.btn-outline
{
	border: 2px solid var(--lime);
}

.btn-outline:hover
{
	background: ;
}

.docs-home-tiles-container div.column,
.docs-home-more-container div.column
{
	margin: 0 0 var(--space-height);
}

.docs-home-more-main > span
{
	font-weight: bold;
}

docs-home-more-cards p
{
	font-family: ;
}

.docs-card-image
{
	min-height: 5rem;
	font-size: 0px;
}

.docs-card-image img
{
	height: 5rem;
}

.docs-card-more-image
{
	min-height: 4rem;
	font-size: 0px;
}

.docs-card-more-image img
{
	height: 4rem;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1279px)
{
	
}

@media only screen and (max-width: 767px)
{
	.docs-hero-banner-container
	{
		background: none;
		min-height: 250px;
	}

	.docs-card-image
	{
		display: flex;
		justify-content: center;
	}

	.docs-card > h3
	{
		justify-content: center;
	}

	/*==Visibility classes==*/

	.hide-for-small-only,
	.show-for-medium-only,
	.show-for-large-only,
	.show-for-medium,
	.show-for-large
	{
		display: none !important;
	}
}

