.SIAC_IdeaCard
{
	float: left; 
	margin-right: 15px; 
	margin-bottom: 15px; 
	width: 280px; 
	height: 300px; 
	overflow: hidden;
	border: solid 1px #000000;
	cursor: pointer;
}
.SIAC_IdeaCard:hover
{
	background-color: #ffdc48;
}
.SIAC_IdeaCard_Inner
{
	float: left; 
	margin-right: 15px; 
	margin-bottom: 15px; 
	width: 280px; 
	height: 260px; 
	overflow: auto;
	border: solid 1px #000000;
	cursor: pointer;
}
.SIAC_IdeaCard[data-hero='1'] .SIAC_IdeaCard_Inner
{
	float: left; 
	margin-right: 15px; 
	margin-bottom: 15px; 
	width: 577px; 
	height: 580px; 
	overflow: auto;
	border: solid 1px #000000;
	cursor: pointer;
}
.SIAC_IdeaCard_Header
{
	font-weight: 600; 
	padding: 10px;
}
.SIAC_IdeaCard_ThoughtSpace
{
	font-weight: 600; 
	padding: 10px;
}
.SIAC_IdeaCard_Difficulty
{
	font-weight: 600; 
	padding: 10px;
}
.SIAC_IdeaCard_Description
{
	padding: 10px;
}
.SIAC_IdeaCard_Rationale
{
	padding: 10px;
}
.SIAC_IdeaCard_ArtPrompt
{
	padding: 10px;
}
.SIAC_IdeaCard_BrainID
{
	padding: 10px;
}
.SIAC_IdeaCard_CardHeader
{
	background-color: #1899c1;
	color: white;
	padding: 10px;
	position: relative;
	height: 20px;
}
.SIAC_IdeaCard_CardHeader_Title
{
	position: absolute;
	top: 10px;
	left: 10px;
}
.SIAC_IdeaCard_CardHeader_ButtonBar
{
	position: absolute;
	top: 7px;
	right: 6px;
	text-align: right;
}
.SIAC_IdeaCard_CardHeader_ButtonBar img
{
	margin-left: 7px;
	cursor: pointer;
	border: solid 1px transparent;
}
.SIAC_IdeaCard_CardHeader_ButtonBar img:hover
{
	border: solid 1px #ffcf08;
	-webkit-filter: invert(1);
	filter: invert(1);
}
.SIAC_IdeaCard_ImageDisclaimer
{
	font-weight: 600;
	font-style: italic;
	text-align: center;
}
.SIAC button
{
    background-color: #308e75;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: solid 1px #308e75;
    border-radius: 0px;
    cursor: pointer;
}
.SIAC_Focus_CloseButton
{
    background-color: #308e75;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: solid 1px #308e75;
    border-radius: 0px;
    cursor: pointer;
	z-index: 999;
}
.SIAC_IdeaCardsArea
{
	position: relative;
	padding-top: 30px;
}
.SIACTabButton
{
	cursor: pointer; 
	position: absolute; 
	height: 30px; 
	background-color: transparent; 
	color: white; 
	padding-left: 6px; 
	padding-right: 6px;
	font-weight: 600;
}
.SIACTabButton[data-selected='1']
{
	background-color: white; 
	color: black; 
}
.SIAC_VirtualAdvisorCard
{
	position: relative;
	float: left; 
	margin-right: 15px; 
	margin-bottom: 35px; 
	width: 300px; 
	height: 460px; 
	overflow: hidden;
	border: solid 1px #000000;
	cursor: pointer;
	cursor: pointer;
	overflow-y: auto;
	overflow-x: hidden;
}
.SIAC_VirtualAdvisorCardPlaceholder
{
	float: left; 
	margin-right: 15px; 
	margin-bottom: 35px; 
	width: 300px; 
	height: 460px; 
	overflow: hidden;
	border: dashed 2px #000000;
	cursor: pointer;
	text-align: center;
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.SIAC_VirtualAdvisorCardPlaceholder img
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.SIAC_VA_Name
{
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: black;
	color: white;
	font-weight: 600;
}
.SIAC_VA_Description
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.SIAC_VA_Rationale
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.SIAC_VA_ClickToChat
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}
.SIAC_VA_DeleteButton
{
	position: sticky;
	bottom: 0px;
	background-color: black;
	color: white;
	text-align: center;
	padding: 6px;
	min-height: 25px;
	cursor: pointer;
	width: 100%;
}
