/*<meta />*/

@import url('tibco.css');

div.topic-hero
{
	color: white;
	background-image: url('../Images/Logos/product-backdrop.png');
	padding: 60px;
}

h1.heroTitle
{
	font-size: 40px;
}

img
{
	border: none;
}

a.Popup
{
	
}

div#mc-main-content
{
	margin-left: 0 !important;
	margin-right: auto !important;
	max-width: max-content;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
	background-color: whitesmoke;
}

div#hero-prdversion
{
	text-align: left;
	display: block;
	font-size: 16px;
}

div#hero-gadate
{
	display: block;
	text-align: right;
	font-size: 16px;
}

div.prdDescription
{
	padding-top: 16px;
	font-size: 18px;
	line-height: 1.4em;
}

div.section-container
{
	background-color: white;
	margin: 80px;
	box-shadow: 1px 1px 2px gray;
	border-radius: 10px;
}

h2
{
	margin-top: 0;
	padding: 15px;
	color: coral;
	background-color: #fcfcfc;
	box-shadow: 0 1px 2px #bbb;
	border-radius: 10px 10px 0 0;
}

div.videos-section	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.videos-section::before
{
	content: ' ';
	display: table;
}

div.videos-section::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.videos-section > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.videos-section > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.videos-section > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.videos-section > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.product-info	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.product-info::before
{
	content: ' ';
	display: table;
}

div.product-info::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.product-info > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.product-info > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.product-info > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.whats-new
{
	margin: 20px;
	padding-bottom: 20px;
}

div.link-tiles
{
	margin: 20px;
	padding: 0 0 20px 0;
	border: 0;
}

p.show-more
{
	color: #318dde;
}

div.dt
{
	font-size: 1.3em;
	font-weight: normal;
}

span.link-tile-heading
{
	
}

span.link-tile-text
{
	
}

@media only screen and (max-width: 1279px)
{
	div.videos-section > div:nth-child(1)
	{
		margin-left: 0%;
		width: 50%;
	}

	div.videos-section > div:nth-child(2)
	{
		margin-left: 0%;
		width: 50%;
	}

	div.videos-section > div:nth-child(3)
	{
		margin-left: 0%;
		width: 50%;
	}

	div.product-info > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.product-info > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.whats-new
	{
		
	}

	p.show-more
	{
		
	}
}

@media only screen and (max-width: 767px)
{
	div.videos-section > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.videos-section > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.videos-section > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.product-info > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.product-info > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		text-align: left;
	}

	div#hero-gadate
	{
		text-align: left;
	}
}

/* Tiles css starts */

.key-guides-section ul
{
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 20px 0;
}

.key-guides-section ul li.guide-card
{
	background-color: #fff;
	border: 1px solid rgba(197,202,233,.5);
	border-radius: 4px;
	box-shadow: 0 2px 8px 0 rgba(89,117,168,.35);
	cursor: pointer;
	float: left;
	margin: 20px;
	width: calc(33% - 49px);
	text-align: center;
	padding: 0;
	transition: all 0.3s;
}

.key-guides-section ul li.guide-card:hover
{
	box-shadow: 0 0 10px 5px #00bfff2e;
	transform: scale(1.05);
	-webkit-box-shadow: 0 0 10px 5px #00bfff2e;
	-moz-box-shadow: 0 0 10px 5px #00bfff2e;
}

.key-guides-section ul li.guide-card a
{
	padding: 20px;
	width: calc(100% - 40px);
	display: block;
	height: calc(100% - 40px);
}

.key-guides-section h3.guide-name
{
	color: #0081cb;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	margin: 0 0 20px;
}

.key-guides-section ul li.guide-card p
{
	margin: 0;
	font-size: 1em;
}

@media only screen and (max-width: 767px)
{
	.key-guides-section ul li.guide-card
	{
		width: 100%;
	}
}

@media screen and (max-width: 870px) and (min-width: 767px)
{
	.key-guides-section h3.guide-name
	{
		font-size: 1.1em;
	}

	.key-guides-section ul li.guide-card p
	{
		font-size: 0.8em;
	}
}

/* Tiles css ends */

