﻿/*<meta />*/

/* Local stylesheet to add underline to the "Home" link and restructure the page as needed.
Apply this stylesheet through the topic file properties for the resources category page only.*/

a#Topics:link,
a#Topics:visited
{
	border-bottom: 2px solid transparent;
	mc-hidden: hidden;
}

a#Topics:active,
a#Topics:hover
{
	border-bottom: 2px solid var(--Green-InEight);/*CornFlower blue replaces Green*/
	mc-hidden: hidden;
}



nav.sidenav-wrapper
{
	visibility: hidden;
}

div#ToolbarTable
{
	display: none;
}

div.breadcrumbs
{
	display: none;
}

#ToolbarTableTablet
{
	display: block;
}

h1
{

  margin-top: 1pt;
  padding-left:3px;
  font-size: 1.3rem; 
  padding-bottom:1.4rem;
 
}

h1.cardheader
{

  margin-top: 1pt;
  padding-left:3px;
  font-size: 1.3rem; 
 letter-spacing:0.14rem;
 padding-bottom:1.6rem;
}

h1.faq
{

  margin-top: 1pt;
  padding-left:3px;
  font-size: 1.3rem; 
  padding-top:1rem;
  letter-spacing:0.14rem;
 
}
shadow
{
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}


 
  
  p.all-topics
  {
 
	margin: 0;
	padding-top: 2rem;
	color: var(--Gray-MediumLight);
	text-transform: uppercase;
	font-weight:bold;	
  
  }
  
  
  
 a.all-topics:link
{
	text-decoration:none;
	color:#4d595a;
}

a.all-topics:visited
{
	
}

a.all-topics:hover
{
text-decoration:underline;

}


img.icon-home 
{
  max-width: 100%;
  height: 25px;
  padding-right: 0.5rem;
  vertical-align: text-bottom;
}

padding-icon
{
padding-right: 0.5rem;"
}

}
