/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body,input,textarea,select
	{
		line-height: 1.75em;
		font-size: 15px;
		letter-spacing: 0;
	}

	body
	{
		padding-top: 56px;
	}

	h1, 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 1.2em;
	}
	
	.button
	{
		display: block;
		width: 100%;
		text-align: center;
	}

	header
	{
	}
	
		header h1,
		header h2
		{
			font-size: 1.6em;
		}

		header .byline
		{
			font-size: 1em;
		}
	
/*********************************************************************************/
/* UI                                                                            */
/*********************************************************************************/

	#titleBar
	{
		background: linear-gradient(180deg, #f2f3f6 0%, #d9dce2 100%);
		border-bottom: 4px solid #264177;
		box-shadow: 0 6px 18px rgba(0,0,0,0.14);
	}

		#titleBar .title
		{
			display: flex;
			align-items: center;
			justify-content: center;
			min-height: 74px;
			padding: 0 4.25em;
			pointer-events: none;
			color: #264177;
			text-align: center;
			line-height: 1;
		}

		#titleBar .title a.logo-link
		{
			display: inline-block;
			line-height: 0;
			pointer-events: auto;
		}

		#titleBar .title img.site-logo
		{
			width: clamp(188px, 62vw, 240px);
			max-width: calc(100vw - 8.75em);
			height: auto;
			max-height: 70px;
			margin-top: 0;
		}

		#titleBar .toggle
		{
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 58px;
			height: 74px;
			box-sizing: border-box;
			z-index: 3;
			background: rgba(255,255,255,0.18);
			border-right: 1px solid rgba(38,65,119,0.12);
			cursor: pointer;
			touch-action: manipulation;
			-ms-touch-action: manipulation;
			-webkit-tap-highlight-color: rgba(38,65,119,0.18);
			user-select: none;
			-webkit-user-select: none;
		}

			#titleBar .toggle:after
			{
				content: '';
				display: block;
				width: 22px;
				height: 2px;
				position: absolute;
				left: 18px;
				top: 28px;
				background: #264177;
				border-radius: 2px;
				box-shadow: 0 7px 0 #264177, 0 14px 0 #264177;
				opacity: 0.95;
			}

			#titleBar .toggle:active
			{
				background: rgba(38,65,119,0.08);
			}

			#titleBar .toggle:active:after
			{
				opacity: 1;
			}

	#navPanel
	{
		background: linear-gradient(180deg, #fbfbfc 0%, #eef1f6 100%);
		border-right: 4px solid #264177;
		box-shadow: 12px 0px 28px rgba(0,0,0,0.14);
	}

		#navPanel .link
		{
			display: flex;
			align-items: center;
			color: #264177;
			text-decoration: none;
			min-height: 54px;
			line-height: 1.35em;
			border-top: solid 1px rgba(38,65,119,0.1);
			letter-spacing: 0.08em;
			text-transform: uppercase;
			padding: 0.9em 1.15em 0.9em 1.15em;
			background: transparent;
			transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		}
		
			#navPanel .link:first-child
			{
				border-top: 0;
			}
			
			#navPanel .link.depth-0
			{
				color: #264177;
				font-weight: 400;
			}

			#navPanel .link:hover,
			#navPanel .link:active
			{
				background: #264177;
				color: #fff;
				box-shadow: inset 4px 0 0 #4FC459;
			}

			#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: #264177; }

			#navPanel .link[href^="tel:"]
			{
				margin-top: 0.5em;
				border-top: solid 1px rgba(38,65,119,0.18);
				font-weight: 700;
			}
			
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		display: none;
	}

	#logo
	{
		display: none;
	}
	
	#nav
	{
		display: none;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		padding: 6em 0em;
	}


/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#page
	{
		padding: 2em 0em 2em 0em;
	}

	#main
	{
		margin-top: 3em;
		padding-top: 0em;
		border-top: none;
	}

	
	.homepage #main
	{
		margin-top: 3em;
		padding-top: 3em;
	}

	.lead-copy
	{
		font-size: 1.03em;
		line-height: 1.85em;
	}

	.contact-card
	{
		padding: 1.1em 1em 0.95em 1em;
	}

	ul.style6
	{
		padding-left: 1.2em;
	}

	#footer section
	{
		min-height: 0;
	}

	.flowchart-wrap
	{
		margin: 2em -0.25em 2.5em -0.1em;
		padding-bottom: 0.75em;
	}
	
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		padding: 0em 0em 2em 0em;
	}
	
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
		position: relative;
		padding: 4em 0em 2em 0em;
	}
	
	#featured .divider
	{
		padding: 2em 0em 0em 0em;
	}
	
	#featured .left
	{
		float: none;
		width: 100%;
	}
