	body,input,textarea,select
	{
		line-height: 1.75em;
		font-size: 10pt;
		letter-spacing: 0;
	}

	body
	{

	}

	h2, h3, h4, h5, h6
	{
		font-size: 1.5em;
	}

	section,
	article
	{
		clear: both;
		margin: 2em 0 2em 0 !important;
	}

	section > :first-child,
	article > :first-child
	{
		margin-top: 0 !important;
	}

	section:first-child,
	article:first-child
	{
		margin-top: 0 !important;
	}
	
	.container
	{
		padding: 0em 1em;
	}

	#mobileheader
	{
        display: flex;
	}

        #mobileheader .left, .right {
          flex: 1;
        }
        
        #mobileheader .left {
            margin-right: auto;
        }
        
		#mobileheader .title a
		{
			display: block;
			color: #fff !important;
			text-align: center;
			text-decoration: none;
			line-height: 32px;
			font-size: 1.4em;
			font-weight: 700;
		}

		#mobileheader .toggle
		{
			position: absolute;
			left: 0;
			top: 0;
			width: 80px;
			height: 60px;
		}

			#mobileheader .toggle:before
			{
				content: '';
				display: block;
				width: 60px;
				height: 40px;
				border-radius: 4px;
				position: absolute;
				left: 5px;
				top: 5px;
			}

			#mobileheader .toggle:after
			{
				content: '';
				display: block;
				width: 20px;
				height: 20px;
				position: absolute;
				left: 15px;
				top: 15px;
				background: url('images/mobileUI-site-nav-opener-bg.svg') 0px 0px no-repeat;
				opacity: 1;
			}

			#mobileheader .toggle:active:after
			{
				opacity: 1;
			}

	#navPanel
	{

	}

		#navPanel .link
		{
			display: block;
			color: #888;
			text-decoration: none;
			height: 32px;
			line-height: 32px;
			border-top: solid 1px #372019;
			padding: 0 1em 0 1em;
		}
		
			#navPanel .link:first-child
			{
				border-top: 0;
			}
			
			#navPanel .link.depth-0
			{
				color: #fff;
			}

			#navPanel .indent-1 { display: inline-block; width: 1em; }
			#navPanel .indent-2 { display: inline-block; width: 2em; }
			#navPanel .indent-3 { display: inline-block; width: 3em; }
			#navPanel .indent-4 { display: inline-block; width: 4em; }
			#navPanel .indent-5 { display: inline-block; width: 5em; }
			#navPanel .depth-0 { color: #fff; }
			
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		display: none;
	}

	#logo
	{
		display: none;
	}
	
	#nav
	{
		display: none;
	}
	
	#blurbheader
	{
		text-decoration: none;
		font-size: 0.8em;
        line-height: 1.0em;
		color: #FFF;
	}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		padding: 0px;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
	}
	
	/*header h1*/ /*footer padtop+7 lines of text*/ /*old was 216px*/
    #map { height: calc(100% - (3em) - (4px + .8em + .8em + .8em + .8em + .8em + .8em + .8em) - 120px ) !important; min-height:400px; width: 100vw; max-width:100%;transform: none !important;}
