/*<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;
}

.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%;
}

@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;
	}
}

div.whats-new
{
	margin: 20px;
	padding-bottom: 20px;
}

p.show-more
{
	color: #318dde;
}

