<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mobileLanding h1,
#mobileLanding h4
{ 
	font-family: 'Roboto', sans-serif !important;
	font-weight: 100 !important;
	color: #3973a2;
}

#mobileLanding h1
{ 
	font-size: 44px;
	line-height: 1.25em;
}

#mobileLanding h4
{ 
	font-size: 30px;
	line-height: 1.5em;
}

#mobileLanding .lead
{ 
	margin-bottom: 0px;
}

.imgCaption {
    font-size:18px !important;
}

/*/	/*/

#mobileLanding *
{
	font-family: "Open Sans" !important;
	font-weight: 300;
	color: #999;
	font-size: 18px;
	line-height: 1.5em;
}

#mobileLanding ul
{
	list-style: none;
	padding-left: 0;
}
	#mobileLanding ul li
	{
		padding-bottom: 1em;
	}

#mobileLanding &gt; .row
{
	border-bottom: 1px solid #e5e5e5;
}

#mobileLanding &gt; .row:last-child{ border-bottom: none !important; }

#mobileLanding &gt; .row#header
{
	padding-top: 20px;
	padding-bottom: 20px;
}

/*/	/*/

#header
{ 
	padding-top: 	20px !important;
	padding-bottom: 60px !important;
}

	#header h1
	{ 
		padding-bottom: 20px;
		margin: 0;
	}

	#header a
	{ 
		display: inline-block;
	}

	#header p
	{ 
		padding-bottom: 40px;
		font-size: 20px;
	}

	
	#header .large-image
	{ 
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: right 10px;
	}

#topics
{}

	#topics ul
	{
		padding-bottom: 0;
	}

		#topics ul li:last-child
		{
			padding-bottom: 0;
		}

#outlines
{}

#slideshow
{}

#search
{}

#download
{}

	#download h4
	{
		padding-bottom: 40px;
	}

	#download a
	{
		display: inline-block;
	}

		#download a:first-of-type
		{
			margin-right: 20px !important;
		}

ul.download
{
	list-style-type: none;
	padding-left: 0;
}

	ul.download li
	{
		display: inline-block;
	}

		ul.download li a:first-of-type
		{
			margin-right: 20px;
		}

		ul.download li img
		{
			width: auto;
			height: 50px;
		}

/*/	/*/


/*/ Desktop /*/

@media (min-width: 960px)
{
	#mobileLanding &gt; .row
	{
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#mobileLanding &gt; .row.vcenter
	{
		display: table;
	}

		#mobileLanding &gt; .row.vcenter &gt; div
		{
			display: table-cell;
		    vertical-align: middle;
		    float: none;
		}

	#header
	{
		padding-top: 60px !important;
		padding-bottom: 80px !important;
	}

		#header h1
		{
			padding-top: 20px !important;
			padding-bottom: 10px !important;
		}

		#header .large-image
		{ 
			height: 450px; 
			margin-bottom: 20px !important;
		}

		#header .small-image
		{  display: none; }

	#slideshow
	{
		padding-top: 100px !important;
	}

		#slideshow .large-image
		{
			display: inline-block;
		}

		#slideshow .small-image
		{
			display: none;	
		}

	#search
	{
		padding-bottom: 100px !important;
	}
}

/*/ Tablet /*/

@media (max-width: 960px)
{
	#mobileLanding h1
	{
		line-height: 1.15em;
	}

	#mobileLanding h4
	{
		line-height: 1.15em;
		padding-bottom: 20px;
	}

	#mobileLanding .lead
	{
		line-height: 1.2em;
		padding-bottom: 20px;
	}

	#mobileLanding &gt; .row &gt; div
	{
		text-align: center;
	}

	#mobileLanding &gt; .row
	{
		padding-top: 30px;
		padding-bottom: 30px;

		padding-left: 20px;
		padding-right: 20px;
	}

		#mobileLanding &gt; .row img
		{
			max-width: 100%;
		}

	#header
	{
		overflow: auto;
		padding-top: 40px !important;
	}

		#header &gt; div
		{
			text-align: center !important;
		}

		#header p
		{
			
		}

		#header .large-image
		{ display: none; }

		#header .small-image
		{ 
			/*width: 100%;*/
			max-height: 300px; 
			margin-bottom: 20px !important;
		}

	#topics h4
	{
		margin-top: 20px !important;
	}

	#slideshow
	{
		padding-top: 60px !important;
	}

		#slideshow .large-image
		{
			display: none;
		}

		#slideshow .small-image
		{
			display: inline-block;
		}

	#search
	{
		padding-bottom: 60px !important;
	}
}

/*/ Phone /*/

@media (max-width: 640px)
{
	#mobileLanding &gt; .row &gt; div
	{
		text-align: left;
	}

	ul.download
	{
		list-style-type: none;
		padding-left: 0;
		width: 100%;
		margin-top: 40px;
	}

		ul.download li
		{
			text-align: center !important;
		}

			ul.download li a
			{
				display: inline-block !important;
				margin-right: 0px !important;
				padding: 0;
			}

			ul.download li img
			{
				margin: 0px !important;
				padding: 0;
				width: 250px;
				height: auto;
			}
}</pre></body></html>