/* SecureTransport-specific styles */	
	
	/* breadcrumbs Paragraph: both media & print */

	p.breadCrumb
	{
	font-weight: bold;
	color: #696969 !important;
	}


	/* a DIV container box that sits on top of the page and lists links to H2 subtopics within a topic */
	@media screen
	{
		
		.inTopic {				
		box-sizing: content-box;
		display: inline-block;
		width: fit-content;
		padding: 0px 20px 10px 0px;
		text-align: left;
		background-color: #f5f5f5;
		border: 1px solid lightgrey;
		border-radius: 2px;
		margin-left: 20px;		
		}
	}


	/* ST landing page: screen only: big screen */

	@media screen and (min-width: 1023px)
	{
		div.land-page-multi-cols
		{
			column-count: 3;
			column-gap: 2px;
			column-rule: solid 1px lightgrey;
		}		
	}
	/* landing page: screen only: mid screen */

	@media screen and (min-width: 640px) and (max-width: 1023px)
	{
		div.land-page-multi-cols
		{
			column-count: 2;
			column-gap: 2px;
			column-rule: solid 1px lightgrey;
		}	
	}

	/* landing page: screen only: small screen */

	@media screen and (max-width: 640px)
	{
		div.land-page-multi-cols
		{
			column-count: 1;
			column-gap: 2px;
			column-rule: solid 1px lightgrey;
		}	
	}

/* end of SecureTransport-specific styles */
