/*<meta />*/
/* This CSS file contains styles that overwrite the default/hidden styles of the Flare skins */

body
{
	font-size: 16px;
}

ul.navigation li a
{
	font-family: 'Open Sans',sans-serif;
}

ul.menu._Skins_SideMenu.mc-component li a
{
	font-family: 'Open Sans',sans-serif;
}

._Skins_TopicToolBar.mc-component .button.print-button
{
	background-image: none;
	-webkit-mask-image: url(../FontAwesome/svg/print.svg);
	-webkit-mask-size: 25px;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	background-color: #cdcdcd;
	padding: 0px 5px;
}

_:-ms-input-placeholder, :root ._Skins_TopicToolBar.mc-component .button.print-button 
{
	background-image: url(../FontAwesome/svg/print.svg);
	background-color: #ffffff !important;
	padding: 0px 5px;
	width: 25px;
	height: 25px;
}

._Skins_TopicToolBar.mc-component .button.expand-all-button
{
	background-image: none;
	-webkit-mask-image: url(../FontAwesome/svg/expand-arrows-alt.svg);
	-webkit-mask-size: 25px;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	background-color: #cdcdcd;
	padding: 0px 5px;
}

_:-ms-input-placeholder, :root ._Skins_TopicToolBar.mc-component .button.expand-all-button 
{
	background-image: url(../FontAwesome/svg/expand-arrows-alt.svg);
	background-color: #ffffff !important;
	padding: 0px 5px;
	width: 25px;
	height: 25px;
}

._Skins_TopicToolBar.mc-component .button.collapse-all-button
{
	background-image: none;
	-webkit-mask-image: url(../FontAwesome/svg/compress-arrows-alt.svg);
	-webkit-mask-size: 25px;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	background-color: #cdcdcd;
	padding: 0px 5px;
}

_:-ms-input-placeholder, :root ._Skins_TopicToolBar.mc-component .button.collapse-all-button 
{
	background-image: url(../FontAwesome/svg/compress-arrows-alt.svg);
	background-color: #ffffff !important;
	padding: 0px 5px;
	width: 25px;
	height: 25px;
}


._Skins_TopicToolBar.mc-component .button.remove-highlight-button
{
	background-image: none;
	-webkit-mask-image: url(../FontAwesome/svg/eraser.svg);
	-webkit-mask-size: 30px;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	background-color: #cdcdcd;
	padding: 0px 5px;
}

_:-ms-input-placeholder, :root ._Skins_TopicToolBar.mc-component .button.remove-highlight-button 
{
	background-image: url(../FontAwesome/svg/eraser.svg);
	background-color: #ffffff !important;
	padding: 0px 5px;
	width: 25px;
	height: 25px;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	
	background-image: url(../FontAwesome/svg/minus-circle.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px;
	padding-left: 8px;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url(../FontAwesome/svg/plus-circle.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px;
	padding-left: 8px;
}

.MCDropDownBody
{
	margin-left: 0px;
}

i.tooltip 
{
	color: #4b81ad;
	padding-left: 3px;
}

img.MCDropDown_Image_Icon
{
	width: 16px;
	height: 16px;
	padding: 0px;
}
			
span.dropDownHead
{
	font-size: 16px;
}

div.sideMenuColumn
{
	float: left;
	width: 25%;
	padding-right: 30px;
	height: 100%;
}

div.topicContentColumn
{
	float: left;
	width: 75%;
}
	
div.searchBox
{
	/* box-shadow: 0px 1px 4px #cac9ce; */
	height: 32px;
	padding: 0px;
	float: right;
	margin: 0 10px;
	width: 400px;
}
			
div.breadCrumbs
{
	padding: 0 10px;
}
			
div.twoColumns
{
	margin-top: 30px;
}
			
div.body-container
{
	max-width: 1200px;
	margin: 0 auto;
}

.PrintOnly
	{
		display: none;
	}

/* Card styles */
.card
{
	float: left;
	height: 150px;
	border-top-left-radius: 0px;
	margin: 10px;
	text-align: center;
	box-shadow: 0px 2px 14px rgba(0,0,0,.12);
	color: #616161;
	background-color: #ffffff;
	font-size: 20px;
	font-family: 'Segoe UI Light';
	padding-top: 10px;
	border: solid 1px #ffffff;
	width: 189px;
}

.card:hover
{
	color: #2D8DCC;
	border: solid 1px #2D8DCC;
}

.card i
{
	font-size: 3em;
	padding: 20px;
}

.card a
{
	text-decoration: none;
	color: #000000;
}

/* Default for non-Tables and Mobile */			
@media only screen and (min-width: 1280px)
{
	.TabMobileOnly
	{
		display: none !important;
	}
}
			
/* Tablet Styles */
@media only screen and (max-width: 1279px)
{	
	div.sideMenuColumn
	{
		width: 0vw;
		height: 0vh;
		padding: 0px;
		display: none;
	}

	div.topicContentColumn
	{
		width: 100%;
		margin: -30px 0 0 0;
	}

	.TabMobileOnly
	{
		display: block;
	}

	div.body-container
	{
		max-width: 90vw;
	}
	
	.card
	{
		width: 20vw;
	}
}

/* .card No Man's Land Styles */
@media only screen and (min-width: 768px) and (max-width: 799px)
{	
	.card
	{
		width: 27vw;
	}
}

/* Mobile Styles */
@media only screen and (max-width: 767px)
{	
	div.sideMenuColumn
	{
		width: 0vw;
		height: 0vh;
		padding: 0px;
		display: block;
	}

	div.topicContentColumn
	{
		width: 100%;
	}

	div.searchBox
	{
		width: 90vw;
		float: none;
		margin: -5px auto 10px auto;
	}	

	div.twoColumns
	{
		margin-top: 0px;
	}	

	table
	{
		width: 100% !important;
		padding: 0px !important;
	}
	
	.card
	{
		width: 40vw;
	}
}

/* Mobile Styles */
@media only screen and (max-width: 413px)
{
	.card
	{
		width: 93%;
	}
}

/* The following are styles that modify the Print Topic function and overwrite Flare's HORSE HOCKEY */
@media print 
{
	img.MCDropDown_Image_Icon
	{
		display: inline;
		margin: 0px;
		max-width: 100%;
	}
	
	.PrintOnly
	{
		display: block;
	}
	
	div.MCMiniTocBox_TabMobileOnly_0
	{
		display: none;
	}
	
	.TabMobileOnly
	{
		display: none !important;
	}
	
	.off-canvas-content
	{
		min-height: 100% !important;
	}

	body 
	{
		max-width:100%;
		width:100%;
	}

	nav 
	{
		display:none;
	}

	div.searchBox 
	{
		display:none;
	}
 
	div.crumbTrail 
	{
		display:none;
	}
		
	div.sideMenuColumn 
	{
		display:none;
	}

	div.topicContentColumn 
	{
		width: 100%;
		/* width: 6.75in; */
		margin-top: -130px;
		/* margin-left: -100px; */
		margin-right: 0px;
	}
			
	ol 
	{
		margin-bottom: 0px;
	}
		
	ul 
	{
		margin-bottom: 0px;
	}
	
	h1.print
	{
		margin: -12px 0px 10px 0px !important;
		width: 100% !important;
		position: inherit !important;
		padding: 10px !important;
	}
	
	table.altrow td
	{
		border-width: 1px !important;
	}

	table.altrow th
	{
		border-width: 1px !important;
		background-color: #fff !important;
	}
}