<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Drift by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/

/* Basic */

	body, input, select, textarea {
		font-size: 11pt;
	}

	.widecontainer {
		margin-left: auto;
		margin-right: auto;
		
		/* width: (containers) */
		width: 1200px;
	}

/* Header */

	.dropotron.level-0 {
		font-size: 1em;
	}

/* Banner */

	#banner {
		background-attachment: scroll;
		padding: 8em 0 2em;
	}


	#header.alt {
			-moz-animation: none;
			-webkit-animation: none;
			-o-animation: none;
			-ms-animation: none;
			animation: none;
			font-weight: bold;
			background-color: #fff;
			height: 7em;
			box-shadow: none;
			color: #18453B;
			opacity: 0.85;
		
		}

			#header.alt &gt; h1 &gt; a &gt; img {
		max-width: 50%;
	}

	#header.page.skel-layers-fixed &gt; h1 &gt; a &gt; img {
		max-width: 30%;
	}

@media (min-width: 981px) and (max-width: 1150px) {
		header.major {
		text-align: center;
		padding: 0em 0em 0 0em;
	}
}

@media (min-width: 1151px) and (max-width: 1280px) {
		header.major {
		text-align: center;
		padding: 2em 1em 0 1em;
	}
}

		#header.alt nav &gt; ul &gt; li a {
						border: 0;
						color: #18453B;
						display: inline-block;
						text-decoration: none;
						margin-top: 2em;
						font-size: 1.2em;
					}</pre></body></html>