	/* Page Defaults ---------------------------------------------------------------- */

	* {
		margin: 0; padding: 0; 
		}

	body {
		display: flex; 
		justify-content: space-evenly;  
		background: #FFFFFF; 
		font: 1em/1.1em 'AbelRegular', sans-serif; 
		color: #000000;
		margin: 0; padding: 0;
		}

	a {
		color: #0066ff;
		text-decoration: none; 
		}
		
	.pageWrapper {
		width: 1400px; 
		}


	/* Header ---------------------------------------------------------------- */

	header {		
		display: flex;
		align-items: center;
		height: 40px;
		background: none;
		margin: 0 0 20px 0; padding: 0px;
	}

	.headerLogo {
		display: flex;
		align-items: center;
		justify-content: left;
		height: 40px; 
		margin: 0px; padding: 0px;
		white-space: nowrap;
		}
		
	.headerLogo a {
		display: flex;
		align-items: center;
		justify-content: left;
		height: 40px;
		padding: 0 20px 0 0;
		font: 1em/1.1em; 
		line-height: 5em;
		font-weight: bold;
		color: #B3B3B3;
	}

	
	.headerLogo img {
		width: 40px;
		height: 40px;
		margin-right: 20px;
		}

	.headerLogo h1 {
		font: 1.1em/1.1em 'AbelRegular', sans-serif; 
		letter-spacing: 1px;
		font-weight: normal;
		text-transform: uppercase;
		}	
		
		
	.permalink {
		position: absolute;
		top: 0px; right: 0px;
		margin-top: 12px; margin-right: 0px; 
		width: 100%; height: 80px;
		white-space: nowrap;
		z-index: 102;
		text-align: right;
		font: 0.8em/1.1em 'AbelRegular', sans-serif; 
		color: #0066ff;
		}
				

	/* Navigation / Menu ---------------------------------------------------------------- */

	nav {
		display: none;
	}



	/* Main (Hero) Image ---------------------------------------------------------------- */

	
	.mainImage {
		width: 99%;
		min-height: 100px;
		padding: 0px;
		
		}


	.mainImage .mainImageContainer {
		display: block;
		width: 100%;
		background-color: #000000;
		}
		
	.mainImageContainer img {
		display: block;
		width: 100%;
		border: 1px solid #000000;
		}
		
	/* The image to use instead of some media types - turned off by default */
	.altImage {
		display: block;
		width: 100%;
		}		


	/* Home Page Hero Image */

	.mainImageTitle {
		position: absolute;
		display: block;
		bottom: 0px;
		right: 5%;
		padding: 8px 12px 12px 12px;
		color: #000000;
		font-size: 0.8em;
		font-weight: bold;
		background: #FFFFFF;
		z-index: 101;
	}
	
	.mainImageTitle a {
		color: #000000;
	}
	
	.Tri {
		width: 0px;
		height: 0px;
		margin-right: 14px;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 10px solid #000000;
		float: left;
		padding-top: 3px;
	}
	
	.homePageMainImg {position: relative; width: 100%; height: auto;}

	.homePageMainImg img {width: 100%; height: auto; object-fit: cover;}
	

	/* Title ---------------------------------------------------------------- */

	.mainTitle_Wrapper {
		width: 100%;
		display: flex;
		align-items: center;
		}
		
	.mainTitle {
		width: 100%; 
		display: flex;
		align-items: center;
		padding: 20px 0px 0px 0px;
		}
		
	.mainTitle h1 {
		font: 1.8em/1.4em 'AbelRegular', sans-serif;
		color: #000000;
		}
		
	.mainTitleH1 {
		color: #000000; 
		font-weight: bold;
		}
		
	.mainTitleRestricted {
		display: flex;
		align-items: center;
		justify-content: left;
		padding: 20px 0px 0px 0px;
		}		
		
	.mainTitleRestricted h1 {
		font: 1.8em/1.4em 'AbelRegular', sans-serif;
		font-weight: bold;
		color: #000000; padding-left: 0px;
		background-image: none; 
		}

	/* Content ---------------------------------------------------------------- */

	
	.content {
		width: 100%; 
		display: flex; 
		justify-content: space-evenly;   
		}

	.content ._Super {
		font-weight: bold;
		color: #000000;
		}
		
	.contentL_Wrapper {
		width: 65%;
		}
		
	.contentL {
		padding: 8px 20px 12px 0;
		font: 0.9em/1.3em 'AbelRegular', sans-serif; 		
		}

	.contentL2 {
		padding: 4px 20px 4px 0;
		font: 0.9em/1.3em 'AbelRegular', sans-serif;  
	}

	.contentL h2 {
		padding: 24px 0 8px 0;
		}

	.contentL2 h2 {
		padding: 24px 0 8px 0;
		}
		
	.contentL p {
		padding: 14px 0 20px 0;
		}

	.contentL2 p {
		padding: 4px 0 4px 0;
		}

		
	.contentL p:last-of-type {
		padding: 0;
		}
		
		
	.contentR_Wrapper {
		width: 35%;
		}
		
	.contentR {
		padding: 10px 0 20px 20px;
		text-align: left;
		font: 0.8em/1.2em 'AbelRegular', sans-serif; 
		}			

	.contentR p {
		padding: 10px 0 10px 0;
		}
		
	.contentR p:last-of-type {
		padding: 0;
	}

	.contentR h1 {
		padding: 20px 0 15px 0;
		}

	.contentR h2 {
		padding: 20px 0 15px 0;
		}
		
	.contentR h3 {
		padding: 10px 0 15px 0;
		}
		

	.contentRItem {
		background: none;
		background-image: none;
		margin: 10px 0 20px 0;
		border-radius: 8px;
		padding: 20px 20px 30px 20px;
		border: none;
		border-bottom: 1px solid #CCCCCC;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;

	}

	.contentRItem_REF {
		padding: 0px 0px 10px 0px;
	}	
	  
	.contentRItem_REF {
		font: 0.9em/1.2em 'AbelRegular', sans-serif; 
		}
		
	.contentRItem_REF blockquote::before,.contentRItem_REF blockquote::after {
		font-family: Georgia, serif;
		font-size: 60px;
		color: #000000;
	}

	.contentRItem_REF blockquote::before {
		position: relative; float: left;
		content: "\201C";
		margin: 22px 0 0 0;
		position: relative;
		top: 0px; left: -10px;
	}
		
	
	.contentRItem_REF blockquote::after {
		position: relative; float: right;
		content: "\201D";
		margin: 0 0 0 0;
		position: relative;
		bottom: -26px; right: 0;
	}
	
	.contentRItem_REFn {
		margin: 0 0 0 0; padding: 0 20px 0px 0px;
		font: 0.9em/1.2em 'AbelRegular', sans-serif; 
		}
		
		

		
	@font-face {
		font-family: 'AbelRegular';
		src: url('abel_font/abel-regular-webfont.eot');
		src: url('abel_font/abel-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('abel_font/abel-regular-webfont.woff') format('woff'),
		url('abel_font/abel-regular-webfont.ttf') format('truetype'),
		url('abel_font/abel-regular-webfont.svg#AbelRegular') format('svg');
		font-weight: normal;
		font-style: normal;
	}


	/* Content Home Page (3x column) ---------------------------------------------------------------- */
	
	.contentHP_Wrapper {
		width: 50%;
		background: none; 
		}
		
	.contentHP_Wrapper:last-of-type {display: none;}	
		
	.contentHP {background: none;}
	.contentHP {padding: 20px 20px 20px 0px; font: 0.8em/1.4em 'AbelRegular', sans-serif;}
	.contentHP h1,p {padding: 10px 0 22px 0;}
	.contentHP h2 {margin: 50px 0 0 0; padding: 0 0 0 0;}		
	.contentHP p:last-of-type {padding: 0 0 20px 0;}	



	/* Testimonials ---------------------------------------------------------------- */
	
	.testimonial {
		display: none; 
	}
	
	
	
	/* Message ---------------------------------------------------------------- */

	.msg {
		display: none;	
	}
		

	
	
	/* Auxilliary Media ---------------------------------------------------------------- */

	.AuxMedia {
		display: none;
	}
	
	
	
	/* Gallery ---------------------------------------------------------------- */

	
	.galleryWrapper {
		display: none;
		}
		
	.galleryWrapperAux {
		display: none;
		}
		

	/* Footer ---------------------------------------------------------------- */

	.footer {
		width: 100%;
		height: 30px; 
		background: #FFFFFF; 
		display: flex;
		align-items: center;
		margin: 0; padding: 0;
		border-top: 1px solid #CCCCCC;
		}
		
	.footer_wrapper {
		width: 100%;
		padding: 0px;
		display: flex;
		align-items: top;
		}
		
		
	.footerL {
		width: 35%;
	}

	.footerL p {
		font: 0.9em/1.1em 'AbelRegular', sans-serif; 
		font-weight: bold;
		color: #000000;		
		margin: 0; padding: 0;
	}

	.footerR {
		display: none;
	}

		

	/* Comparison Slider ---------------------------------------------------------------- */

	@import "lesshat";

	.ba-slider {
		width: 100%;
	}
	 
	.ba-slider img {
		width: 100%;
	}
	
	.resize {
		display: none;
	}


	.handle { /* Thin line seperator */
		display: none;
	}
	 
	.handle:after {  /* Big orange knob  */
		display: none;
	}

	.draggable:after {
		display: none;
	}

	.sliderlabel {
		display: none;
	}
	
	
	/* Media handling and formatting */ 
	
	.sketchfab_embed_wrapper {
		display: none;
	}
	
	.VimeoPlayer {
		display: none;
		}
		
	.VimeoPlayerIFrame {
		display: none;
		}

	.YouTubePlayer {
		display: none;
	}
	
	.MPEG4 {
		display: none;
		}

	.MPEG4 video {
		display: none;
		}	
		
	
	

	
	.npr {
		display: none;
		}