






@import url("http://hello.myfonts.net/count/2a3c37");
@font-face {font-family: 'AvenirLTStd-Roman';src: url('../../Content/fonts/2A3C37_0_0.eot');src: url('../../Content/fonts/2A3C37_0_0.eot') format('embedded-opentype'),url('../../Content/fonts/2A3C37_0_0.woff') format('woff'),url('../../Content/fonts/2A3C37_0_0.ttf') format('truetype');}
@font-face {font-family: 'AvenirLTStd-Heavy';src: url('../../Content/fonts/2A3C37_1_0.eot');src: url('../../Content/fonts/2A3C37_1_0.eot') format('embedded-opentype'),url('../../Content/fonts/2A3C37_1_0.woff') format('woff'),url('../../Content/fonts/2A3C37_1_0.ttf') format('truetype');}
@font-face {font-family: 'AvenirLT-Medium';src: url('../../Content/fonts/2A3C37_2_0.eot');src: url('../../Content/fonts/2A3C37_2_0.eot') format('embedded-opentype'),url('../../Content/fonts/2A3C37_2_0.woff') format('woff'),url('../../Content/fonts/2A3C37_2_0.ttf') format('truetype');}
@font-face {font-family: 'AvenirLT-Light';src: url('../../Content/fonts/2A3C37_3_0.eot');src: url('../../Content/fonts/2A3C37_3_0.eot') format('embedded-opentype'),url('../../Content/fonts/2A3C37_3_0.woff') format('woff'),url('../../Content/fonts/2A3C37_3_0.ttf') format('truetype');}

h1,h2{
	font-family: 'AvenirLT-Light';
}
h1 strong,
h2 strong,
h3 strong,
p strong,
li strong{
	font-family: 'AvenirLTStd-Heavy';
	font-weight: normal;
}
p,
li{
	font-family: 'AvenirLTStd-Roman'
}

/* init.css - set defaults */ 
html, body, div, span, object, iframe, img, p, a, 
h1, h2, h3, h4, h5, h6, pre, blockquote, 
ul, ol, li, dd, dl, sub, sup, table, 
fieldset, form, label, legend {margin:0px;padding:0px;border:none;text-decoration: none;font-weight:normal;}
html {font-size:100%;} /* prevents tiny type in IE when resizing font from browser menu */
table {font-size:1.0em;} /* fixes bug in IE5.x in windows that prevents the font size from inheriting into tables */

html{
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	/*font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
}
nobrk, .nobrk{
	white-space: nowrap;
}
.clear, [clear]{
	clear: both;
}
.preload{
	display: block;
	position: absolute;
	float: none;
	top: -5000px;
	left: -5000px;
}

body{
	margin: 0px;
	padding: 0px;
	
	/*font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 17px;
}
iframe{
	border: none;
	margin: 0px 0px 0px -28px;
}
sup{
	font-size: .6em;
}
sub{
	font-size: .6em;
	vertical-align: middle;
	position: relative;
	top: 6px;
}
.framed{
	display: block;
	position: absolute;
	float: none;
	
	padding: 14px;
	
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,.3);
	border: none;
	text-align: left;
}
.framed:after{
	content: '';
	display: block;
	position: absolute;
	float: none;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	border: 4px solid #fff;
}
.framed h1,
.framed h3,
.framed p{
	background: #fff;
}
.framed h1{
	padding: 18px 22px 10px;
	font-size: 36px;
}
.framed h3{
	padding: 18px 22px 10px;
	font-size: 26px;
}
.framed p{
	font-size: 14px;
	line-height: 24px;
	padding: 0px 22px 22px;
}

body > div,
body > main,
body > main > article,
body > header,
body > section,
body > footer{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	min-width: 980px;
}
body > main > article > div,
body > section > div,
body > header > div,
body > footer > nav{
	display: block;
	position: relative;
	float: none;
	margin: 0px auto;
	width: 980px;
}

body > header{
	background: #fff;
	display: block;
	position: absolute;
	float: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 69px;
	/*border-top: 1px #e2e2e2 solid;*/
	border-bottom: 4px #7d8083 solid;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.50);
	z-index: 200;
}
body > header > div{
	/*background: url(../../images/header-forum-logo.gif) top left no-repeat;*/
	height: 100%;
}
body > header > div > a{
	display: none;
}
body > header > div > a.logo{
	background: url(../../images/header-forum-logo.gif) top left no-repeat;
	background-size: 127px 69px;
	display: block;
	position: absolute;
	float: none;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 150px;
}
body > header nav{
	display: block;
	position: absolute;
	float: none;
	left: 163px;
	top: 35px;
	height: 38px;
	width: 816px;
}
body > header nav li{
	display: none;
}
body > header nav ul,
body > header nav li[id],
/*body > header nav li[id] li,*/
body > header nav > ul > li > a,
body > header nav div ul li a,
body > header nav div ul li span{
	display: block;
	position: relative;
	float: left;
	list-style: none;
}
body > header nav > ul{
	height: 38px;
	float: left;
}
body > header nav > ul > li,
body > header nav > ul > li > a{
	color: #747474;
}
body > header nav > ul > li{
	height: 34px;
	width: 132px;
	font-size: 14px;
	line-height: 34px;
	vertical-align: central;
	text-align: center;
	color: #c3c3c3;
	border-bottom: #49c1b2 4px solid;
	margin: 0px 0px 0px 1px;
	
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
body > header nav li[id]:after{
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	float: none;
	top: 38px;
	left: 50%;
	width: 18px;
	height: 9px;
	margin: 0px 0px 0px -9px;
	pointer-events: none;
}
body > header nav.active li[id]:after{
	display: none;
}
body > header nav > ul > li > a{
	height: 100%;
	width: 100%;
}
body > header nav li.current,
body > header nav li.current > a{
	color: #fff;
}
body > header nav ul li > div{
	display: block;
	position: absolute;
	float: none;
	width: 720px;
	height: 280px;
	height: 0px;
	top: 38px;
}
body > header nav [id] > div > div{
	background: #fff;
	top: 0px;
	
	height: 279px;
	width: 719px;
	border-right: 1px #707375 solid;
	border-bottom: 1px #707375 solid;
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
}
body > header nav [id] > div{
	overflow: hidden;
}
body > header nav [id] > div:after{
	content: '';
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.21) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.21)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.21) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.21) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.21) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.21) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
	
	display: block;
	position: absolute;
	float: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
	
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
body > header nav [id] > div.locked{
	display: none;
}
body > header nav [id].current > div{
	display: block;
	height: 334px;
}
body > header nav [id].showmenu > div > div{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
body > header nav div ul{
	background: #49C1B2;
	width: 254px;
	/*height: 270px;*/
	padding: 9px 0px 0px;
}
body > header nav div ul li,
body > header nav div ul li a{
	color: #fff;
	font-size: 22px;
}
body > header nav div ul li,
body > header nav div ul li span{
	display: block;
	position: relative;
	float: none;
	margin: 0px auto;
}
body > header nav div ul li{
	width: 246px;
	text-align: left;
	height: 54px;
	line-height: 52px;
	vertical-align: central;
	font-family: 'AvenirLT-Light';
	float: left;
	margin-left: 4px;
}
body > header nav div ul li a{
	border-top: 1px #717375 solid;
	height: 53px;
	width: 100%;
}
body > header nav div ul li span{
	height: 100%;
	width: 214px;
}
body > header nav div ul li.current{
	background: rgba(0,0,0,.4);
	width: 100%;
	margin-left: 0px;
}
body > header nav div ul li.current a,
body > header nav div ul li.current + li a{
	padding-top: 1px;
	border: none;
}
body > header nav ul section{
	display: block;
	position: absolute;
	float: none;
	top: 20px;
	left: 265px;
	width: 440px;
	text-align: left;
	
	-webkit-transform: translate(0px,0px);
	-moz-transform: translate(0px,0px);
	-o-transform: translate(0px,0px);
	transform: translate(0px,0px);
	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	
	opacity: 0;
	pointer-events: none;
}
body > header nav ul section.current{
	opacity: 1;
	pointer-events: auto;
}
body.msie > header nav ul section{
	display: none !important;
}
body.msie > header nav ul section.current{
	display: block !important;
}
body > header nav ul section h3{
	font-size: 28px;
	line-height: 28px;
	padding: 0px 0px 6px;
	margin: 0px 0px 6px;
	color: #000;
	border-bottom: 1px #cac2de solid;
	position: relative;
	font-family: 'AvenirLT-Light';
}
body > header nav ul section h3:after{
	content: '';
	background: #cac2de;
	display: block;
	position: absolute;
	float: none;
	top: 100%;
	height: 3px;
	width: 30px;
}
body > header nav ul section p{
	padding: 0px 0px 10px;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	font-family: 'AvenirLT-Light';
}
body > header nav ul section a{
	color: #37236a;
}
body > header nav ul section .jumplinks div{
	display: block;
	position: relative;
	float: left;
	width: 210px;
}
body > header nav ul section .jumplinks a{
	background: url(../../images/aside-arrow8.png) right center no-repeat;
	display: block;
	position: relative;
	float: left;
	/*margin: 0px 22px 0px 0px;*/
	height: 30px;
	width: 188px;
	
	font-size: 12px;
	font-family: 'AvenirLTStd-Heavy';
	line-height: 30px;
	vertical-align: central;
	white-space: nowrap;
}
body > header nav ul section .jumplinks div:first-child{
	width: 230px;
}
body > header nav ul section .jumplinks div:first-child a{
	width: 208px;
}
body > header nav h4,
body > header div[menu]{
	display: none;
}

body > header div.logo{
	background: url(../../images/header-forum-logo.gif) top left no-repeat;
	display: block;
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	width: 149px;
	height: 79px;
}
body > main{
	margin-top: 72px;
}

#menu0,
#menu0 > a,
#menu0 ul,
div[menu="0"],
#menu0 section h3{
	border-color: #a60a3a;
}
body[submenu="0"].mobile-revealsub #menu0 > a,
#menu0 ul,
#menu0.current,
#menu0 section h3:after,
#section0 > main > header,
#section0 main .chart{
	background-color: #a60a3a;
}
#menu0 > a span,
#section0 main div div p a,
#section0 main div div li a,
#section0 main h1,
#section0 main h2,
#section0 main h3{
	color: #a60a3a
}
#section0 #menu0:after{
	background-image: url(../../images/nav-arrow-sec0.png);
}

#menu1,
#menu1 > a,
#menu1 ul,
div[menu="1"],
#menu1 section h3{
	border-color: #e8633f;
}
body[submenu="1"].mobile-revealsub #menu1 > a,
#menu1 ul,
#menu1.current,
#menu1 section h3:after,
#section1 > main > header,
#section1 main .chart{
	background-color: #e8633f;
}
#menu1 > a span,
#section1 main div div p a,
#section1 main div div li a,
#section1 main h1,
#section1 main h2,
#section1 main h3{
	color: #e8633f
}
#section1 #menu1:after{
	background-image: url(../../images/nav-arrow-sec1.png);
}
#menu1{
	width: 150px;
}

#menu2,
#menu2 > a,
#menu2 ul,
div[menu="2"],
#menu2 section h3{
	border-color: #068e4e;
}
body[submenu="2"].mobile-revealsub #menu2 > a,
#menu2 ul,
#menu2.current,
#menu2 section h3:after,
#section2 > main > header,
#section2 main .chart{
	background-color: #068e4e;
}
#menu2 > a span,
#section2 main div div p a,
#section2 main div div li a,
#section2 main h1,
#section2 main h2,
#section2 main h3{
	color: #068e4e
}
#section2 #menu2:after{
	background-image: url(../../images/nav-arrow-sec2.png);
}

#menu3,
#menu3 > a,
#menu3 ul,
div[menu="3"],
#menu3 section h3{
	border-color: #92c954;
}
body[submenu="3"].mobile-revealsub #menu3 > a,
#menu3 ul,
#menu3.current,
#menu3 section h3:after,
#section3 > main > header,
#section3 main .chart{
	background-color: #92c954;
}
#menu3 > a span,
#section3 main div div p a,
#section3 main div div li a,
#section3 main h1,
#section3 main h2,
#section3 main h3{
	color: #74a043
}
#section3 #menu3:after{
	background-image: url(../../images/nav-arrow-sec3.png);
}

#menu4,
#menu4 > a,
#menu4 ul,
div[menu="4"],
#menu4 section h3{
	border-color: #dc1e3a;
}
body[submenu="4"].mobile-revealsub #menu4 > a,
#menu4 ul,
#menu4.current,
#menu4 section h3:after,
#section4 > main > header,
#section4 main .chart{
	background-color: #dc1e3a;
}
#menu4 > a span,
#section4 main div div p a,
#section4 main div div li a,
#section4 main h1,
#section4 main h2,
#section4 main h3{
	color: #dc1e3a;
}
#section4 #menu4:after{
	background-image: url(../../images/nav-arrow-sec4.png);
}

#menu5,
#menu5 > a,
#menu5 ul,
div[menu="5"],
#menu5 section h3{
	border-color: #3A1E6C;
}
body[submenu="5"].mobile-revealsub #menu5 > a,
#menu5 ul,
#menu5.current,
#menu5 section h3:after,
#section5 > main > header,
#section5 main .chart{
	background-color: #3A1E6C;
}
#menu5 > a span,
#section5 main div div p a,
#section5 main div div li a,
#section5 main h1,
#section5 main h2{
	color: #3A1E6C
}
#section5 #menu5:after{
	background-image: url(../../images/nav-arrow-sec5.png);
}


#menu0.current > a span,
#menu1.current > a span,
#menu2.current > a span,
#menu3.current > a span,
#menu4.current > a span,
#menu5.current > a span{
	color: #fff
}


h1,h2,h3,h4,p,ul,ol,p{
	
}

footer{
	background: #ebebeb;
	padding: 0px 0px 80px;
}

footer,
footer nav a{
	color: #959595;
}

footer nav h2{
	background: url(../../images/footer-forum-octo.gif) left center no-repeat;
	display: block;
	position: relative;
	float: left;
	height: 42px;
	line-height: 42px;
	padding: 0px 0px 0px 50px;
	margin: 36px 0px 28px;
	width: 800px;
}
footer nav ul,
footer nav li,
footer nav > div{
	display: block;
	position: relative;
	float: left;
}
footer nav > ul{
	font-size: 14px;
	width: 160px;
	margin: 0px -10px 0px 50px;
}
footer nav > ul > li{
	margin: 0px 0px 24px;
	width: 100%;
}
footer nav li{
	list-style: none;
}
footer nav > ul ul{
	font-size: 11px;
	width: 100%;
}
footer nav li li{
	background: url(../../images/footer-nav-li.gif) left center no-repeat;
	display: block;
	position: relative;
	float: left;
	clear: both;
	height: 18px;
	line-height: 18px;
	padding: 0px 0px 0px 10px;
	margin: 8px 0px 0px;
	white-space: nowrap;
}
footer nav div{
	display: block;
	position: relative;
	float: right;
	width: 380px;
}
footer br{
	clear: both;
}
footer h3,
footer h3 a{
	color: #37236A;
	font-size: 22px;
}
footer p{
	background: url(../../images/footer-forum-logo.gif) top right no-repeat;
	font-size: 11px;
	padding: 86px 0px 0px;
	text-align: right;
}





#landing article{
	background-position: top center;
	background-repeat: repeat-x;
	height: 525px;
}
#landing .message{
	display: block;
	position: relative;
	float: left;
	margin: 100px 0px 0px 0px;
	width: 440px;
}

#landing main h1,
#landing main h2{
	color: #37236a;
}
#landing main h2{
	font-size: 36px;
}
#landing main h3,
footer h3{
	font-size: 22px;
	line-height: 30px;
}
#landing main h3 a span,
footer h3 a span{
	background: url(../../images/landing-message-arrow.png) center right no-repeat;
	padding: 0px 20px 0px 0px;
}
footer h3{
	text-align: right;
	margin-bottom: 90px;
}
#landing main p{
	/*padding: 10px 10px 30px;*/
	font-size: 18px;
	line-height: 30px;
}
#landing article#two > div,
#landing article#three > div,
#landing article#four > div{
	height: 100%;
}
#landing .opencap,
#landing .opencap p{
	display: block;
	position: absolute;
	float: none;
}
#landing .opencap{
	background: none !important;
	height: 100% !important;
	width: 50%;
	margin: 0px !important;
	padding: 0px !important;
	top: 0px;
	filter: none !important;
}
#landing .opencap p{
	background: #fff;
	background: rgba(255,255,255,.85);
	height: 35px !important;
	line-height: 35px !important;
	padding: 0px 16px 0px 0px !important;
	font-size: 14px !important;
	bottom: 40px;
	right: 180px;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	
	opacity: 0;
}
#landing .opencap.on p{
	opacity: 1;
}
#landing .opencap p a{
	background: url(../../images/aside-arrow8.png) center right no-repeat;
	background-repeat: no-repeat;
	padding: 0px 20px 0px 15px;
	color: #37236A;
	text-decoration: none !important;
}
#landing article#one > .opencap,
#landing article#two > .opencap,
#landing article#four > .opencap{
	left: 0px;
}
#landing article#three > .opencap{
	left: 50%;
}
#landing #three .opencap p{
	right: auto;
	left: 180px;
}
#landing article#one > .opencap{
	width: 100%;
}
#landing article#one > .opencap p{
	left: 40px;
	right: auto;
	bottom: 20px;
}


#one{
	background-color: #37236a;
	background-image: url(../../images/landing-hero-1.jpg);
	color: #fff;
	color: #37236a;
	height: 524px !important;
}

#one > div{
	background: rgba(255,255,255,.85);
	position: absolute;
	width: 860px;
	left: 50%;
	bottom: 115px;
	margin: 0px 0px 0px -430px;
	padding: 0px 0px 110px;
}
#one h1{
	padding: 36px 0px 0px 140px;
	font-size: 30px;
}
#one h1 span{
	font-size: 42px;
}
#one h1 img{
	display: block;
	position: absolute;
	float: none;
	top: 34px;
	left: 34px;
}
#landing #one h2{
	color: #fff;
	font-size: 30px;
	padding-bottom: 0px;
}
/*#one h1 img*/
#landing main #one p{
	font-size: 18px;
	line-height: 30px;
	padding: 0px 40px 0px 140px;
}
#one a{
	color: #fff;
}
#one br{
	clear: both;
}
#one .small{
	display: none;
}
#chiprot,
#chiprot p{
	display: block;
	position: absolute;
	float: none;
	left: 0px;
	width: 860px;
	height: 72px;
	overflow: hidden;
}
#chiprot{
	background: #3a1e6c;
	color: #fff;
	bottom: 0px;
}
#chiprot p{
	top: 0px;
	left: 0px;
	
	/*
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	
	display: none;
	height: 0px;
	*/
}
#landing main #one #chiprot p{
	
	font-size: 14px;
	line-height: 72px;
	text-align: center;
	padding: 0px;
	color: #fff;
}
#chip0{
	background: #3A1E6C;
}
#chip1{
	background: #a9113c;
}
#chip2{
	background: #d9232e;
}
#chip3{
	background: #e16a2c;
}
#chip4{
	background: #f3bd46;
	color: #3A1E6C;
}
#chip5{
	background: #41797b;
}
#chip6{
	background: #3cc3b2;
}
#chip7{
	background: #008655;
}
#chip8{
	background: #a3d65c;
}

#chip1, #chip1 a,
#chip2, #chip2 a,
#chip3, #chip3 a,
#chip5, #chip5 a,
#chip6, #chip6 a,
#chip7, #chip7 a,
#chip8, #chip8 a{
	color: #fff !important;
}

#chiprot p.ready{
	display: block;
}
#chiprot p.show{
	/*width: 860px;*/
	height: 72px;
}
#landing main #one div div p a{
	color: #956cfe;
}

#two{
	background-image: url(../../images/landing-hero-2.jpg);
}
#two .message{
	float: right;
	margin: 130px 0px 0px;
}

#three{
	background-image: url(../../images/landing-hero-3.jpg);
}

#four{
	background-image: url(../../images/landing-hero-4.jpg);
	height: 527px !important;
}
#four .message{
	float: right;
}


main,
main header,
main > div > div,
main aside{
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

main > header{
	background: #37236A;
	margin: 0px 0px 10px;
	height: auto;
}
main > header:after{
	background: url(../../images/internal-header-chip.png) bottom center no-repeat;
	content: '';
	display: block;
	position: absolute;
	float: none;
	width: 100%;
	height: 13px;
	bottom: 0px;
	left: 0px;
}
#section0.sub1 main > header:after{
	display: none;
}
main > header > div,
main > div{
	display: block;
	position: relative;
	float: none;
	margin: 0px auto;
	width: 980px;
}
main > div > div{
	width: 650px;
	padding: 14px 0px 40px 20px;
}
.landing > main > header{
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 276px;/**/
}
.landing > main > header div{
	position: absolute;
	width: 490px;
	bottom: 65px;
	left: 50%;
}
main h1,
main h2,
main h3{
	padding: 0px 0px 22px;
}
main h1{
	font-size: 36px;
}
main p,
main ul,
main ol{
	font-size: 14px;
	line-height: 24px;
	padding: 0px 0px 28px;
}
main div div p a,
main div div li a{
	text-decoration: underline;
}
main ul{
	list-style: none;
}
main ul ul{
	margin-top: 10px;
	padding-bottom: 0px;
}
main li{
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url(../../images/li-sec0.gif);
	background-position: 4px 9px;
	background-repeat: no-repeat;
}
main li:last-child,
main li:only-child{
	padding-bottom: 0px;
}
main li li{
	background-image: url(../../images/li-li-sec0.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
}
#section0 main li{
	background-image: url(../../images/li-sec5.gif);
}
#section0 main li li{
	background-image: url(../../images/li-li-sec5.gif);
}
#section1 main li{
	background-image: url(../../images/li-sec1.gif);
}
#section1 main li li{
	background-image: url(../../images/li-li-sec1.gif);
}
#section2 main li{
	background-image: url(../../images/li-sec2.gif);
}
#section2 main li li{
	background-image: url(../../images/li-li-sec2.gif);
}
#section3 main li{
	background-image: url(../../images/li-sec3.gif);
}
#section3 main li li{
	background-image: url(../../images/li-li-sec3.gif);
}
#section4 main li{
	background-image: url(../../images/li-sec4.gif);
}
#section4 main li li{
	background-image: url(../../images/li-li-sec4.gif);
}
#section5 main li{
	background-image: url(../../images/li-sec5.gif);
}
#section5 main li li{
	background-image: url(../../images/li-li-sec5.gif);
}

/* HEADERS */
/*
main > header > div{
	display: block;
	position: absolute;
	float: none;
	left: 50%;
	width: 480px;
	bottom: 20%;
}
*/
main > header > div h1,
main > header > div p{
	padding: 26px 20px 35px;
}
main > header > div h1,
main > header > div p{
	color: #fff;
}
main > header > div p{
	padding-top: 0px;
	margin-top: -30px;
	font-size: 18px;
}

#section0 main header h1,
#section1 main header h1,
#section2 main header h1,
#section3 main header h1,
#section4 main header h1,
#section5 main header h1,
#section6 main header h1{
	color: #fff;
}

main aside{
	width: 200px;
	float: right;
	padding: 24px 0px 0px;
}
main aside section{
	display: block;
	position: relative;
	float: left;
	padding: 0px 0px 30px 30px;
	width: 170px;
	border-top: #000 4px solid;
}


main aside section.chip0{
	border-color: #a60a3a;
}
main aside section.chip0 h3,
main aside section.chip0 a{
	color: #a60a3a !important;
}
main aside section.chip0 a{
	background-image: url(../../images/aside-0arrow.gif);
}

main aside section.chip1{
	border-color: #e8633f;
}
main aside section.chip1 h3,
main aside section.chip1 a{
	color: #e8633f !important;
}
main aside section.chip1 a{
	background-image: url(../../images/aside-1arrow.gif);
}

main aside section.chip2{
	border-color: #068e4e;
}
main aside section.chip2 h3,
main aside section.chip2 a{
	color: #068e4e !important;
}
main aside section.chip2 a{
	background-image: url(../../images/aside-2arrow.gif);
}

main aside section.chip3{
	border-color: #92c954;
}
main aside section.chip3 h3,
main aside section.chip3 a{
	color: #92c954 !important;
}
main aside section.chip3 a{
	background-image: url(../../images/aside-3arrow.gif);
}

main aside section.chip4{
	border-color: #f2b652;
}
main aside section.chip4 h3,
main aside section.chip4 a{
	color: #f2b652 !important;
}
main aside section.chip4 a{
	background-image: url(../../images/aside-4arrow.gif);
}

main aside section.chip5{
	border-color: #37236A;
}
main aside section.chip5 h3,
main aside section.chip5 a{
	color: #37236A !important;
}
main aside section.chip5 a{
	background-image: url(../../images/aside-5arrow.gif);
}
main aside section h3{
	background: #fff;
	padding: 30px 0px 15px;
	margin: -3px 0px 0px;
	font-size: 18px;
	font-family: 'AvenirLT-Medium';
}
main aside section p{
	font-size: 14px;
	line-height: 24px;
	padding: 0px 0px 10px;
	font-family: 'AvenirLT-Medium';
}
main aside section a{
	background: url(../../images/aside-0arrow.gif) center right no-repeat;
	padding-right: 12px;
	font-family: 'AvenirLTStd-Heavy';
}

main a{
	color: #37236a;
}



/*
About Us
BIOS
*/
#section0.sub1 main > header{
	margin-bottom: 0px;
}
article.bio > div > div,
article.bio > div > div > div{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display: block;
	position: relative;
	float: left;
	width: 660px;
	
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
	
	/*
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	*/
}
article.bio{
	z-index: 90;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
article.bio+div.hr{
	background: url(../../images/biography-hr.png) center center no-repeat;
	width: 100% !important;
	padding: 0px !important;
	height: 8px;
	z-index: 100;
	margin: -5px 0px -3px;
	float: left;
	/*
	position: absolute;
	margin: 0px 0px 0px -490px;
	bottom: 0px;
	left: 50%;
	*/
}
#section0.sub2 article.bio+div.hr{
	background-image: url(../../images/biography-hr-red.png);
}
article.bio > div > div{
	margin: 60px 0px 30px;
	float: right;
}
article.bio div.content{
	height: 0px;
	overflow: hidden;
	margin: 0px 0px 10px;
	width: 676px;
}
article.bio div.content p:first-child{
	padding-top: 28px;
}
article.bio a.close{
	background: url(../../images/biography-exit.png) top right no-repeat;
	display: block;
	position: absolute;
	float: none;
	top: 0px;
	right: 0px;
	width: 92px;
	height: 46px;
	pointer-events: none;
	
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	
	opacity: 0;
}
article.bio.open a.close{
	pointer-events: auto;
	opacity: 1;
}
article.bio h1{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	font-size: 36px;
	font-weight: normal;
	padding: 0px 0px 10px;
}
#section0.sub1 article.bio h1,
#section0.sub1 article.bio p,
#section0.sub1 article.bio h3 a{
	color: #fff !important;
}
article.bio h1+p{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	padding-bottom: 0px;
}
article.bio h1+p strong{
	font-family: 'AvenirLTStd-Heavy'
}
article.bio h3{
	display: block;
	position: relative;
	float: left;
	clear: both;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	
	height: 30px;
	width: 100px;
}
article.bio h3,
article.bio h3 a{
	font-weight: bold;
}
article.bio.open h3{
	height: 0px;
	padding: 0px;
}
article.bio h3 a{
	background: url(../../images/biography-expand.gif) center right no-repeat;
	padding-right: 20px;
	white-space: nowrap;
}
#section0.sub1 article.bio h3 a{
	background-image: url(../../images/biography-expand.png);
}


main .chart,
main .chart h2,
main .chart h2 span{
	display: block;
	position: relative;
	float: left;
	clear: both;
}
main .chart{
	width: 740px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #fff;
}
main .chart h2,
main .chart h2 span{
	border: 6px solid #5fb890;
}
main .chart h2{
	background: #fff;
	margin: 8px 0px 16px 8px;
	padding: 4px;
	width: 704px;
}
main .chart h2 span{
	padding: 15px 15px 12px;
	width: 662px;
}
main .chart ul,
main .chart  p{
	clear: both;
}
main .chart > ul{
	padding-right: 100px;
}
main .chart > ul > li{
	margin-left: 40px;
}
#section0 main .chart ul li,
#section1 main .chart ul li,
#section2 main .chart ul li,
#section3 main .chart ul li,
#section4 main .chart ul li,
#section5 main .chart ul li{
	background-image:url(../../images/li-chart.png);
}
#section0 main .chart ul li li,
#section1 main .chart ul li li,
#section2 main .chart ul li li,
#section3 main .chart ul li li,
#section4 main .chart ul li li,
#section5 main .chart ul li li{
	background-image:url(../../images/li-li-chart.gif);
}

/*
News Releases
*/
ul#news{
	list-style: none;
	font-size: 14px;
}
ul#news span{
	color: #583687;
}
ul#news p{
	padding-left: 20px;
}

#section0.landing > main > header{
	background-image: url(../../images/section0-header.jpg);
}
#section1.landing > main > header{
	background-image: url(../../images/section1-header.jpg);
}
#section2.landing > main > header{
	background-image: url(../../images/section2-header.jpg);
}
#section3.landing > main > header{
	background-image: url(../../images/section3-header.jpg);
}
#section4.landing > main > header{
	background-image: url(../../images/section4-header.jpg);
}
#section5.landing > main > header{
	background-image: url(../../images/section5-header.jpg);
}
#section0.sub1 > main{
	background: url(../../images/biography-bg.gif) top center repeat-y;
}
#bioboard,
#bioboard div{
	display: block;
	position: absolute;
	float: none;
	margin: 0px !important;
	padding: 0px !important;
}
#bioboard{
	background: url(../../images/biography-board-bg.jpg) top center no-repeat;
	background-size: cover;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 230px;
	border-top: 1px #a60a3a solid;
	
	display: none;
	z-index: 110;
}
#bioboard div{
	background: url(../../images/biography-board-arrow.gif) top right no-repeat;
	width: 100%;
	height: 20px;
}
#section0.sub1 > main > div,
#section0.sub2 > main > div{
	width: 940px;
	padding: 20px 20px 0px;
	clear: both;
}
.sub1 article#Deborah-Dunsire{
	background: #e6633f url(../../images/about-us/bio-deborah-dunsire.jpg) top center no-repeat;
}
.sub1 article#Christopher-Burnley{
	background: #efb551 url(../../images/about-us/bio-christopher-burnley.jpg) top center no-repeat;
}
.sub1 article#Christine-Carberry{
	background: #93ca54 url(../../images/about-us/bio-christine-carberry.jpg) top center no-repeat;
}
.sub1 article#Todd-Shegog{
	background: #4cc0b1 url(../../images/about-us/bio-todd-shegog.jpg) top center no-repeat;
}
.sub1 article#Dana-Hilt{
	background: #37847c url(../../images/about-us/bio-dana-hilt.jpg) top center no-repeat;
}
.sub1 article#Maiken-Keson-Brookes{
	background: #dd1e3b url(../../images/about-us/bio-maiken-brookes.jpg) top center no-repeat;
}
.sub1 article#Gerhard-Koenig{
	background: #e8633f url(../../images/about-us/bio-gerhard-koenig.jpg) top center no-repeat;
}
.sub1 article#Elaine-Ouellette{
	background: #028e4e url(../../images/about-us/bio-elaine-ouellette.jpg) top center no-repeat;
}
.sub1 article#Christopher-Burnley > div > div,
.sub1 article#Todd-Shegog > div > div,
.sub1 article#Maiken-Keson-Brookes > div > div,
.sub1 article#Elaine-Ouellette > div > div{
	float: left;
}
.sub1 article#Christopher-Burnley h3,
.sub1 article#Todd-Shegog h3,
.sub1 article#Maiken-Keson-Brookes h3,
.sub1 article#Elaine-Ouellette h3{
	float: right;
}
.sub1 article#Christopher-Burnley h1,
.sub1 article#Christopher-Burnley h1+p,
.sub1 article#Todd-Shegog h1,
.sub1 article#Todd-Shegog h1+p,
.sub1 article#Maiken-Keson-Brookes h1,
.sub1 article#Maiken-Keson-Brookes h1+p,
.sub1 article#Elaine-Ouellette h1,
.sub1 article#Elaine-Ouellette h1+p{
	text-align: right;
}
.sub1 article#Christopher-Burnley a.close,
.sub1 article#Todd-Shegog a.close,
.sub1 article#Maiken-Keson-Brookes a.close,
.sub1 article#Elaine-Ouellette a.close{
	background-image: url(../../images/biography-exit-left.png);
	right: auto;
	left: 0px;
}

#section0.sub6 > main > div > div{
	width: auto;
}
.about-image{
	display: block;
	position: relative;
	float: left;
	padding: 0px 0px 0px 390px;
	height: 390px;
}
.about-image img{
	display: block;
	position: absolute;
	float: none;
	top: 0px;
	left: 0px;
}


.logoed{
	display: block;
	position: relative;
	padding-left: 120px;
}
.logoed img{
	display: block;
	position: absolute;
	float: none;
	top: 0px;
	left: 0px;
}

/*
MOBILE!
*/

@media only screen
and (min-width : 0px)
and (max-width : 600px) {

.no-nobrk-on-mobile{
	white-space: normal;
}

body > header *{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
body > header{
	
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

body > div,
body > main,
body > main > article,
body > header,
body > section,
body > footer{
	min-width: 100%;
}

body > main > article > div,
body > section > div,
body > header > div,
body > footer > nav,
body > footer > p{
	width: 94%;
	width: 100%;
}

body > header{
	height: 60px;
	position: absolute;
	box-shadow: none;
}
body > header > div{
	overflow: hidden;
}
body.topped > header{
	position: fixed;
	top: 0px;
}
body.topped > header > div{
	overflow: visible;
}
body > header > div > a.logo{
	left: 10px;
}
body > header div div,
body > header nav{
	/*opacity: 0 !important;*/
	display: none;
}
body > header.ready div div,
body > header.ready nav{
	/*opacity: 1 !important;*/
	display: block;
}
/*
body.mobile-revealnav > header div div
body.mobile-revealnav > header nav{
	pointer-events: auto;
}
*/

body > header nav{
	background: #1d1d1d;
	top: -1px;
	width: 100%;
	border-left: 3px #717477 solid;
	/*opacity: 0;*/
	overflow: visible;
}
body > header nav.ready{
	-webkit-transition: -webkit-transform 200ms ease-in-out;
	-moz-transition: -moz-transform 200ms ease-in-out;
	-o-transition: -o-transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out;
}
body.mobile-revealnav > header nav{
	-webkit-transform: translateX(60px) !important;
	-moz-transform: translateX(60px) !important;
	-o-transform: translateX(60px) !important;
	transform: translateX(60px) !important;
}
body.mobile-revealnav.mobile-revealsub > header nav{
	-webkit-transform: translateX(260px) !important;
	-moz-transform: translateX(260px) !important;
	-o-transform: translateX(260px) !important;
	transform: translateX(260px) !important;
}
body.mobile-revealnav.mobile-revealsub > header > div > a{
	display: none;
}
body[submenu="0"].mobile-revealnav.mobile-revealsub > header div[menu="0"],
body[submenu="1"].mobile-revealnav.mobile-revealsub > header div[menu="1"],
body[submenu="2"].mobile-revealnav.mobile-revealsub > header div[menu="2"],
body[submenu="3"].mobile-revealnav.mobile-revealsub > header div[menu="3"],
body[submenu="4"].mobile-revealnav.mobile-revealsub > header div[menu="4"],
body[submenu="5"].mobile-revealnav.mobile-revealsub > header div[menu="5"],
body[submenu="6"].mobile-revealnav.mobile-revealsub > header div[menu="6"],
body[submenu="7"].mobile-revealnav.mobile-revealsub > header div[menu="7"]{
	-webkit-transform: translateX(0px) !important;
	-moz-transform: translateX(0px) !important;
	-o-transform: translateX(0px) !important;
	transform: translateX(0px) !important;
}

body > header div[menu]{
	background: rgba(46,46,46,.95);
	display: block;
	position: absolute;
	float: none;
	top: 0px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	border-left-width: 3px;
	border-left-style: solid;
}
body > header div[menu].ready{
	-webkit-transition: -webkit-transform 200ms ease-in-out;
	-moz-transition: -moz-transform 200ms ease-in-out;
	-o-transition: -o-transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out;
}
body > header div[menu] div{
	display: block;
	position: absolute;
	float: none;
	width: 100%;
	height: auto !important;
	bottom: 0px;
	top: 60px;
	overflow: hidden;
}
body > header div[menu] ul{
	background: none;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	border: none;
	height: auto !important;
}
body > header div[menu] li:first-child{
	/*margin-top: 60px !important;*/
}
body > header div[menu] li{
	margin: 0px;
	width: 100%;
}
body > header div[menu] h4{
	background: none;
}

body > header nav li{
	display: block;
}

body > header > div > a{
	background: url(../../images/nav-menu.png) center right no-repeat;
	background-size: 23px 19px;
	display: block;
	position: absolute;
	float: none;
	height: 60px;
	width: 85px;
	right: 10px;
	top: 0px;
	line-height: 60px;
	vertical-align: central;
	color: #c3c3c3;
}
body > header h4,
body > header nav h4{
	background: #1D1D1D;
	display: block !important;
	position: absolute;
	float: none;
	height: 60px;
	border-left: 3px #717477 solid;
	margin-left: -3px;/**/
}
body > header h4 a{
	background: url(../../images/nav-menu-exit.png) center center no-repeat;
	background-size: 21px 21px;
	display: block;
	position: absolute;
	float: none;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 50px;
}
body > header > div[menu] h4{
	border: none;
	margin-left: 0px;
}
body > header nav > ul{
	background: #1d1d1d;
	height: auto;
}
body > header h4,
body > header nav > ul > li,
body > header li{
	border-bottom: 1px #717477 solid !important;
}
body > header nav > ul > li,
body > header li{
	width: 100%;
	height: auto;
	border: none;
	text-align: left;
	margin-left: 0px;
	vertical-align: central;
	float: left;
	position: relative;
	display: block;
	line-height: normal;
}
body > header nav > ul > li.current,
body > header nav > ul > li.current a{
	background: none !important;
	color: #C3C3C3;
}
body > header nav li[id]:after{
	display: none;
}

body > header nav > ul > li:last-child{
	border-bottom: none !important;
}
body > header nav > ul > li:last-child a{
	padding-bottom: 50px;
}
body > header nav > ul > li > a,
body > header li a{
	border-left: 3px #717477 solid;
	padding: 0px 0px 0px 15px;
	font-size: 22px;
	line-height: 50px;
	height: 52px;
	float: left;
	margin: 0px 0px 0px -3px;
	color: #fff;
}
body > header div[menu] a{
	border-left: none;
	margin-left: 0px;
}
body > header div[menu] li a{
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body > header nav > ul > li:not([id]) > a{
	border-color: #717477;
}
/*
body > header nav > ul > li span
*/
body > header nav h4 span,
body > header nav .label{
	display: block;
	position: relative;
	float: left;
	padding: 45px 0px 12px 15px;
	font-size: 14px;
	color: #c3c3c3;
}
body > header nav h4 span{
	padding-top: 30px !important;
	padding-bottom: 0px !important;
}
body > header nav > ul div{
	display: none !important;
}
body > main{
	margin-top: 64px;
}
main p img{
	max-width: 100%;
	height: auto;
}
.about-image{
	height: auto;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}
#image1 img,
#image2 img,
#image3 img,
#image4 img{
	max-width: 100%;
	float: left;
	position: relative;
	margin: 0px 10px 10px 0px;
}
#menu0{
	margin-top: 60px;
}
#menu1{
	width: 100%;
}
main .chart{
	width: 100%;
}
main .chart h2{
	width: auto;
	margin-right: 8px;
}
main .chart h2 span{
	width: auto;
}
main .chart ul{
	padding-right: 10px;
}
main .chart > ul > li{
	margin-left: 8px;
}


/* MAIN */
body > main{
	overflow: hidden;
}
main > header{
	overflow: hidden;
}
main > header > div,
.landing main > header > div{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	margin: 0px;
	padding: 0px;
}
main > header:after {
	background-position: -1015px 0px;
}
main > header > div h1,
main > header > div p{
	padding: 20px 10px 20px 10px;
	margin: 0px;
}
main > header > div p{
	padding-top: 0px;
}
.landing main > header > div h1{
	text-align: right;
	padding: 20px 10px 10px 30%;
}
#section5.landing main > header > div h1{
	padding-left: 10%;
}
main > div,
main > div > div,
#section0.sub6 > main > div > div{
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
main > div > div{
	padding: 14px 10px 40px;
}
main aside{
	float: left;
	margin: 0px auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	/*padding: 0px 40px;*/
}
main aside section{
	display: block;
	position: relative;
	float: none;
	width: 80%;
	margin: 0 auto;
}


/* BIOS */
.sub1 article.bio{
	background-position: -320px 0px !important;
	background-size: 1142px 500px !important;
}
#section0.sub1 > main{
	background: #f3f3f3;
}
article.bio > div > div,
article.bio div.content{
	float: left;
	width: 100%;
}
article.bio > div > div{
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*margin-top: 20px;*/
}
article.bio h1{
	font-size: 30px;
	text-align: right;
	padding-left: 120px;
}
article.bio h1 + p{
	text-align: right;
	padding-left: 70px;
}
article.bio h3{
	float: right;
}
article.bio a.close{
	top: auto;
	right: 10px;
	bottom: 0px;
}
article.bio div.hr{
	width: 100%;
	margin: 0px;
	left: 0px;
}
div#bioboard,
article.bio+div.hr{
	display: none !important;
}
.sub1 article#Christopher-Burnley,
.sub1 article#Todd-Shegog,
.sub1 article#Maiken-Keson-Brookes,
.sub1 article#Elaine-Ouellette{
	background-position: -500px 0px !important;
}

.sub1 article#Christopher-Burnley > div > div,
.sub1 article#Todd-Shegog > div > div,
.sub1 article#Maiken-Keson-Brookes > div > div,
.sub1 article#Elaine-Ouellette > div > div{
	float: left;
}
.sub1 article#Christopher-Burnley h1,
.sub1 article#Christopher-Burnley h1+p,
.sub1 article#Todd-Shegog h1,
.sub1 article#Todd-Shegog h1+p,
.sub1 article#Maiken-Keson-Brookes h1,
.sub1 article#Maiken-Keson-Brookes h1+p,
.sub1 article#Elaine-Ouellette h1,
.sub1 article#Elaine-Ouellette h1+p{
	text-align: left;
	padding-right: 120px;
	padding-left: 0px;
}
.sub1 article#Christopher-Burnley h3,
.sub1 article#Todd-Shegog h3,
.sub1 article#Maiken-Keson-Brookes h3,
.sub1 article#Elaine-Ouellette h3{
	float: left;
}
.sub1 article#Christopher-Burnley a.close,
.sub1 article#Todd-Shegog a.close,
.sub1 article#Maiken-Keson-Brookes a.close,
.sub1 article#Elaine-Ouellette a.close{
	background-image: url(../../images/biography-exit-left.png);
	right: auto;
	left: 0px;
}












/* FOOTER */
body > footer{
	/*padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;*/
	overflow: hidden;
	width: 100%;
}
body > footer > nav{
	display: block;
	position: relative;
	float: left;
	margin-left: 10px;
	width: auto;
}
footer nav h2{
	background-image: url(../../images/footer-forum-octo-mobile.png);
	background-size: 28px 28px;
	width: auto;
	font-size: 18px;
	padding-left: 32px;
	margin-bottom: 14px;
}
footer nav > ul,
footer nav > ul ul,
footer nav > ul li{
	margin: 0px;
	padding-left: 0px;
	width: 100%;
}
footer nav > ul ul{
	display: none;
}
footer nav > ul li a{
	padding: 0px 0px 0px 32px;
}
footer nav > ul li{
	padding: 8px 0px;
}
footer h3{
	text-align: left;
	padding-left: 32px;
	margin-bottom: 20px;
}



#landing #two,
#landing #four{
	background-position: 52% 0%;
}
#landing #three{
	background-position: 48% 0%;
}

#landing article#one > .opencap,
#landing article#two > .opencap,
#landing article#three > .opencap,
#landing article#four > .opencap{
	width: 100% !important;
	left: 0px !important;
	height: 50px !important;
	bottom: 0px !important;
	top: auto !important;
}
#landing .opencap p{
	width: 90%;
	padding: 0px !important;
	left: 50% !important;
	right: auto !important;
	margin: 0px 0px 0px -45%;
	opacity: 1 !important;
	text-align: center;
}

#one > div{
	top: 30px;
	right: auto;
	bottom: auto;
	left: auto;
	/*
	top: auto;*/
	height: auto;
	margin: 0px auto;
	position: relative;
	width: 90%;
	padding: 0px;
}
#one h1{
	float: none;
	position: static;
	height: auto;
	width: auto;
	padding-top: 18px;
	padding-left: 94px;
}
#one h1 img{
	top: 16px;
	left: 13px;
}
#one h1 span{
	font-size: 28px;
}
#landing main #one p,
#landing main #one div div p{
	padding: 10px 14px;
}
#landing main #one br{
	display: none;
}

#one > div > div{
	position: relative;
	height: auto;
	bottom: auto;
	width: 100%;
}
#landing main #one #chiprot p{
	line-height: normal;
	position: relative;
	float: left;
	width: auto;
	padding: 12px 20px;
}


#landing #three .message{
	text-align: left;
}


#landing main h1,
#landing main p{
	font-size: 15px;
}
#landing main h1{
}
#landing main p{
	line-height: 23px;
}
#landing article > div{
	/*height: 100%;*/
}
#landing .message{
	width: 60%;
	margin: 20px 10px;
	text-align: right;
}
#landing main h2{
	font-size: 25px;
	padding-top: 5px;
}
#landing main .message h2 span{
	background-size: 32px 38px;
	padding-right: 38px;
}
#landing .message h3{
	font-size: 17px;
}
#landing main h3 a span{
	padding-right: 15px
}
footer nav div{
	margin: 20px 0px 0px;
	float: left;
	width: 100%;
}
footer p{
	background-position: 32px 0px;
	font-size: 12px;
	padding-left: 32px;
	padding-right: 32px;
	text-align: left;
}
footer > p{
	display: block;
	position: relative;
	float: none;
	margin: 0px auto;
}
footer p br:last-child{
	display: none;
}

}


body > img{
	bottom: 0px;
	position: absolute;
	opacity: 0;
}
