@charset "utf-8";
@charset "utf-8";

/* General */
html{
	height:100%;
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	-webkit-font-smoothing: antialiased;
	
	/*-ms-overflow-style: -ms-autohiding-scrollbar;
	-ms-scrollbar-base-color:rgb(225,225,225);
	-ms-scrollbar-shadow-color:rgb(225,225,225);
	-ms-scrollbar-arrow-color:rgb(225,225,225);*/
	
	/*-ms-overflow-style: none;*/
	overflow:hidden;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

/* alt clearfix */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.strings{
	display:none;
}

.fromPDF{
	display:none;
}

.show{
	display:block;	
}

/*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}*/

/*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}*/
 
/*::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;*/
   /* background: rgba(255,0,0,0.8); */
 /*   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}*/

/*::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
}*/

/*::-webkit-scrollbar-thumb:hover {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}*/

body{
	height:100%;
	background-color:rgb(0,0,0);
}

/*main > div:first-child{
	color:white;
	background-image:url(images/2_1a.jpg);
	height:100%;
	background-size:cover;
}*/

/**{
	-moz-user-select: none;
   	-webkit-user-select: none;
   	-ms-user-select: none;
   	user-select: none;
}*/

.showCursor{
	cursor:pointer;
}

a{
	text-decoration:none;
	/*color:rgb(0,79,113);*/
}

a:hover{
	cursor:pointer;
}


.outerContainer{
	position:relative;
	overflow:hidden;
}

.appContainer{
	position:relative;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	/*overflow:hidden;
	background-color:red;*/
  	/*margin: auto;
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;*/
	
}

img{
	width:100%;
	vertical-align:top;
}

.aspectRatio{
	width: 100%;
    display: inline-block;
	position: relative;
	vertical-align:top;
}

.aspectRatio:after {
    padding-top: 62.3718%; /* ipad ratio exc title bar*/
    display: block;
    content: '';
}

article > img{
	position:absolute;
}

main{
	margin:0 auto;
	overflow:hidden; /* removed to see links, add back */
	/*background-color:rgb(255,255,255);*/
	position:relative;
	position: absolute;
    top: 0; bottom: 0; right: 0; left: 0;
}

h1{
	color:rgb(255,255,255);
	font-family:Calibri Bold, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:4.6875rem;
	text-transform:uppercase;
	text-align:right;
	letter-spacing:.15rem;	
}

h2{
	font-size:2.0rem;
	line-height:1.0;
}

h3{
	margin:1.2rem 0 .5rem;
	/*margin: 2rem 0 .3rem;*/ /* from resources */
	color:rgb(0,156,222); /* Abbott light blue */	
	font-family:Calibri Bold, Arial, Helvetica, sans-serif;
	font-size:1.1rem; /*1.25 below in section h3 */
	/*font-size:1.25rem;*/ /* from section h3 */
	line-height:1.1;
}

/* End General */


/* loading screen */
/* avoid using rem as init code has not yet ajusted size of html font
   when loading screen displays - prevents jump in text display */

.loadScreen {
	position:absolute;
	top:0;
	width:100%;
	opacity:0;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;		
}

.opacityFull{
	opacity:1;
}

.loadScreen img{
	display:block;
	width:auto;
	margin:15% auto 24px;
}

.loadScreen img:nth-of-type(2){
	margin: 32px auto 0;
}

.loadScreen p{	
	font-size:24px;
	font-family:Calibri Bold, Arial, Helvetica, sans-serif;
	color:rgb(255,255,255);
	text-align:center;
	width:100%;
	margin-bottom:3px;
}

/* end loading screen */


/* Header */

.appContainer > header{
	width:100%;
	height:2rem;
	/*height:4.5%;*/
	background-color:rgb(0,0,0);
	color:rgb(255,255,255);

	/*-webkit-transition: height .75s ease-in-out;
	transition: height .75s ease-in-out;*/
}

.appContainer > header div{
	display:none;
}


.appContainer > header p{
	padding:.625rem 0 0;
	text-transform:uppercase;
	letter-spacing:.15rem;
	text-align:center;
	font-family:Calibri Bold, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:.90625rem;
	font-size:.7rem;
}

.appContainer > header img{
	padding:.5rem .4rem 0;
	float:right;
	width:1rem;
	vertical-align:middle;
}

.appContainer > header img:first-child{
	float:left;
}

.appContainer > header img:hover{
	cursor:pointer;
}

/* End Header */

/* Navigation next/previous buttons */

.navFBbtns{
	position:absolute;
	width: 100%;
	top: 45%;
	z-index:1000;
	pointer-events:none;
}

.navFBbtns > div{
	float:left;
	width:5%;/*3.806%;*/
	margin:0 2.25%;/*1.757%;*/
	display:none;
	pointer-events:auto;
}

.navFBbtns > div:last-child {
	float:right;
	
}

.navFBbtnsBackW{
	background-image:url(images/button_backW.png);
	background-size:contain;
}

.navFBbtnsFwdW{
	background-image:url(images/button_fwdW.png);
	background-size:contain;
}

.navFBbtns > div:hover {
	cursor:pointer;	
}

/* End Navigation buttons */

/* Nav slider */

.navSlider{
	position:absolute;
	width: 90%;
	margin:0 5%;
	top: 92%;
	z-index:1001;
	height:3.75%;
	padding:.3rem 0;
	/* without some background feature IE10 will not register mouse click/move */
	/*background-color:rgba(0,0,0,.01);*/
}

.navSlider:hover{
	cursor:pointer;
}

.navSlider > hr{
	border-bottom:1px dotted rgb(0,0,0);
	position:relative;
	top:50%;
}

.navSlider > img{
	width:auto;
	height:100%;
	position:relative;
	top:-1px;
}

.transitionLeft{
	transition:ease-out left .5s;
}

.thumbnail{
	bottom:9%;
	width:18%;
	padding:0 3px;
	background-color:black;
	position:absolute;
	display:none;
	z-index:1002;
	box-shadow:rgba(0,0,0,.5) 2px 2px 4px;
}

.thumbnail > p{
	color:white;
	padding:5px 2px;
	text-align:center;
	font-size:.66rem;
	font-family:Calibri, Arial, Helvetica, sans-serif;
}

/* End Nav slider */

/* article */

/* article colors */

/* article title page BG colors */

/* letter etc */
article[class^="h"]{
	background-color:rgb(255,255,255); /* white */
}
/* Our Code in Action */
article[class^="a"]{
	background-color:rgb(238,179,59); /* gold */	
}
/* Our Customers */
article[class^="b"]{
	background-color:rgb(69,174,170); /* mint */
}
/* Our Products */
article[class^="c"]{
	background-color:rgb(170,0,97); /* magenta */
}
/* Advancing Science */
article[class^="g"]{
	background-color:rgb(0,79,113); /* Abbott blue */	
}
/* Our People */
article[class^="d"]{
	background-color:rgb(0,156,222); /* Abbott light blue */
}
/* Our Communities */
article[class^="e"]{
	background-color:rgb(224,106,84); /* choral */  
}
/* How we operate */
article[class^="f"]{
	background-color:rgb(71,10,104); /* purple */
}
/* Resources */
article[class^="j"], article[class^="k"]{
	background-color:rgb(0,156,222); /* Abbott light blue */
}

/* end article title page BG colors */

/* article body h2, aside and link colors */

/* letter etc */
article[class^="h"] h2, 
article[class^="h"] aside,
article[class^="h"] a,
article[class^="j"] h2,
article[class^="j"] asise,
article[class^="j"] a,
article[class^="k"] h2,
article[class^="k"] asise,
article[class^="k"] a
{
	color:rgb(0,156,222); /* Abbott light blue */
}

/* Our Code in Action */
article[class^="a"] h2,
article[class^="a"] aside,
article[class^="a"] a
{
	color:rgb(238,179,59); /* gold */
}

/* Our Customers */
article[class^="b"] h2,
article[class^="b"] aside,
article[class^="b"] a
{
	color:rgb(69,174,170); /* mint */
}

/* Our Products */
article[class^="c"] h2,
article[class^="c"] aside,
article[class^="c"] a
{
	color:rgb(170,0,97); /* magenta */
}

/* Advancing Science */
article[class^="g"] h2,
article[class^="g"] aside,
article[class^="g"] a
{
	color:rgb(0,79,113); /* Abbott blue */	
}

/* Our People */
article[class^="d"] h2,
article[class^="d"] aside,
article[class^="d"] a
{
	color:rgb(0,156,222); /* Abbott light blue */
}

/* Our Communities */
article[class^="e"] h2,
article[class^="e"] aside,
article[class^="e"] a
{
	color:rgb(224,106,84); /* choral */	
}

/* How we operate */
article[class^="f"] h2,
article[class^="f"] aside,
article[class^="f"] a
{
	color:rgb(71,10,104); /* purple */
}

/* change h2 color from default */
.d_2 section h2{
	color:rgb(255,255,255);
}

/* change body text color from default */
.a_3 section > div, .a_4 section > div, .d_2 section > div{
	color:rgb(255,255,255);
}

/* end article body h2, aside and link colors */

/* end article colors */

article{
	display:none;
	position:absolute;
	height:100%; /*remove if possible*/
}

article[data-src]{
	background-image:url(images/pixWhite.gif);
	background-size:cover;
	background-position:center;
}

/* article title page classes */

.titlePage > div{	
	position:absolute;
	top: 65%;
	right: 6%;
	width:auto;
}

.titlePage hr{	
	border-bottom:.5rem solid rgb(255,255,255);
	margin:.75rem 0 .75rem 37%;	
}

.titlePage p{
	color:rgb(255,255,255);
	font-size:1rem;
	text-align:right;
	margin-left:37%;
	line-height:1.2;
}

/* end article title page classes */

/* article styles */

article header{
	padding:1.3rem 1.3rem .1rem;
	border-bottom:dotted 1px rgb(0,0,0);
	overflow:hidden; /* instead of clearfix */
}

article header > p{	
	font-family:Calibri Bold, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:.78125rem;
	font-weight:bold;
}

article header > p:nth-of-type(1){
	float:left;
}

article header > p:nth-of-type(2){
	float:right;
}

article section{
	margin:6% 9.5% 0;
}

article section > div{
	margin:.5rem 0 .7rem;
	line-height:1.3;
	-moz-column-gap:1.875rem;
	-webkit-column-gap:1.875rem;
	column-gap:1.875rem;
}

article section > div a{
	text-decoration:underline;
}

article section > div > p{
	margin-bottom:.5rem;
}

article section ul{
	list-style:disc outside;
	margin:.3rem 1.25rem;
}

.LHS1col section{
	margin: 6% 71% 0 9.5%;
}

.LHS1col section > div{
	-moz-column-count:1;
	-webkit-column-count:1;
	column-count:1;
}

.LHS2col section{
	margin: 6% 51% 0 9.5%;
}

.LHS2col section > div{
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
}

.LHS3col section{
	margin: 6% 34% 0 9.5%;
}

.LHS3col section > div{
	-moz-column-count:3;
	-webkit-column-count:3;
	column-count:3;
}

.RHS1col section{
	margin: 6% 9.5% 0 71%;
	text-align:right;
}

.RHS1col section > div{
	-moz-column-count:1;
	-webkit-column-count:1;
	column-count:1;
}

.RHS2col section{
	margin: 6% 9.5% 0 51%;
}

.RHS2col section > div{
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
}

.RHS3col section{
	margin: 6% 9.5% 0 34%;
}

.RHS3col section > div{
	-moz-column-count:3;
	-webkit-column-count:3;
	column-count:3;
}

.BHS4col section{
	margin: 6% 9.5% 0% 9.5%;
}

.BHS4col section > div{
	-moz-column-count:4;
	-webkit-column-count:4;
	column-count:4;
}

/* customisations */

/* LHS 2 col title */
.a_3 h2, .b_2 h2{
	margin-right:-100%;
}

/* LHS 2.5 col title */
.c_4 h2{
	margin-right:-150%;
}

/* LHS 2.75 col title */
.c_5 h2{
	margin-right:-55%;
}

/* RHS 2 col title */
.c_2 h2, .g_2 h2, .f_5 h2, .f_12 h2, .f_12b h2{
	margin-left:-100%;
}

/* end customizations */

/* custom article pages */

/* cover page */

/* download BG images for first 2 screens, rest downloaded dynamically */
.cover{
	background-image:url(images/bubbles_1.jpg);
	background-size:cover;
	background-position:center;
}

.cover div{
	position:relative;
	margin: 28% 0 0;
	color:rgb(255,255,255);
}

.cover img{
	position:absolute;
	width:10%;
	top:-211%;
	left:-5.5%;
}

.cover p:nth-of-type(1){	
	font-family:Calibri Bold, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.375rem;
	text-transform:uppercase;
	letter-spacing:.15rem;
	position: relative;
	left: -5.5%;
}

.cover p:nth-of-type(2){
	font-size: 2.25rem;
	margin-top:.8rem;
	letter-spacing:.09rem;	
	position: relative;
	left: -5.5%;
}

.cover header{
	display:none;
}

/* end cover page */

/* tutorial page */

.tutorial{
	background-image:url(images/bubbles_2.jpg);
	background-size:cover;
	background-position:center;
}

.tutorial section{
	margin: 6% 9.5% 0 52%;
}

.tutorial h2{
	margin-bottom: 2rem;
	font-family:Calibri Bold, Arial, Helvetica, sans-serif;
}

.tutorial p{
	line-height:1.1;
	overflow:hidden;
	margin-bottom: .5rem;
}

.tutorial p:nth-of-type(1){
	line-height:1.3;
}

.tutorial h3{	
	line-height:1.3;
}

.tutorial img{
	height:1rem;
	width:1rem;
	margin:0 .6rem .75rem 0;
	margin:0 .6rem;
	float:left;
}

.tutorial header{
	display:none;
}

/* end tutorial page */

/* letter */

.letter{
	/* overide, dont want head cut off due to default centering of bg img */
	background-position:top left !important;
}

.letter header, .letter2 header{
	visibility: hidden;
}

.letter section{
	margin: 6% 9.5% 0 52%;	
}

.letter section > div > p:first-child, .letter section > div > p:nth-child(2){
	/*font-family:Calibri Bold, Arial, Helvetica, sans-serif;*/
	margin-bottom:2%;
	font-size: 1.3rem;
	line-height: 1.15;
	color:rgb(0,156,222); /* Abbott light blue */
}

.letter section > div > div{
	line-height:1.5;
	-moz-column-gap:1.875rem;
	-webkit-column-gap:1.875rem;
	column-gap:1.875rem;
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	/*height: 18.75rem;*/
}

.letter section > div > div > p{
	margin-bottom: 0.5rem;
}

.invisible{
	visibility: hidden;
}

.letter2 section{
	margin: 6% 9.5% 0;
}

.letter2 section > div > div:first-child{
	-moz-column-gap:1.875rem;
	-webkit-column-gap:1.875rem;
	column-gap:1.875rem;
	-moz-column-count:4;
	-webkit-column-count:4;
	column-count:2;
	line-height:1.5;
	width: 50%;
}

.letter2 section > div > div:nth-child(1) > p:nth-child(1){
	margin-bottom: 0.5rem;
}

.letter2 section > div > div:last-child{
	margin: 2% 0 0 26.9%;
}

.letter2 section > div > div:last-child p{
	margin-bottom:1%;
}

/* end letter */

/* resources pages */

.resource section p, .resource li{
	line-height:1.5;	
}

.resource h3{
	margin: 2rem 0 .1rem;
}

.resource li{
	margin-bottom:.25rem;
}

/* end resources page */

/* FAQ page */

.FAQContainer{
	display:block;
}

.FAQContainer > div{
	margin: 2rem 0 1rem !important;
}

.FAQContainer p{
	line-height:1.5;
	margin-bottom:1rem;
	overflow:hidden;
}

.FAQContainer p:nth-of-type(1){
	font-weight:bold;
}

.FAQContainer span{
	font-weight:bold;
	font-size:2rem;
	padding-right:1rem;
	float: left;
	margin-top:-.8rem;
	color: rgb(0,156,222);
	font-family:Calibri Bold, Arial, Helvetica, sans-serif;
}

/* end FAQ page */

/* end custom article pages */

/* article links */

article aside p{
	margin-bottom:.5rem;
	cursor:pointer;
	overflow:hidden;
	line-height:1.3;
}

article aside img{
	width:.9rem;
	padding-right:.5rem;
	padding-top:.15rem;
	vertical-align:baseline;
	float:left;
}

.faq, article aside div{
	cursor:pointer;
}

.faq div:last-child{
	display:none;	
}

/* end article links */

/* end article */

/* Classes for sliding content pages 
Order is important - don't alter */

.anim_leftPrepare{
	display:block;
	top:0;
	left:-100%;
	right:100%;
	-webkit-transition: -webkit-transform .75s ease-in-out;
	transition: transform .75s ease-in-out;
}

.anim_leftSlideIn{
	/*-webkit-transform: translateX(100%);
	transform: translateX(100%);*/
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.anim_leftSlideOutRight{
	/*-webkit-transform: translateX(200%);
	transform: translateX(200%);*/
	-webkit-transform: translate3d(200%,0,0);
	transform: translate3d(200%,0,0);
}

.anim_rightPrepare{
	display:block;
	top:0;
	left:100%;
	right:-100%;
	-webkit-transition: -webkit-transform .75s ease-in-out;
	transition: transform .75s ease-in-out;
}

.anim_rightSlideIn{
	/*-webkit-transform: translateX(-100%);
	transform: translateX(-100%);*/
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.anim_rightSlideOutLeft{
	/*-webkit-transform: translateX(-200%);
	transform: translateX(-200%);*/
	-webkit-transform: translate3d(-200%,0,0);
	transform: translate3d(-200%,0,0);
}

.anim_leftSlideOutLeft, .anim_rightSlideOutRight {
	/*-webkit-transform: translateX(0%);
	transform: translateX(0%);*/
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.anim_moveRight{
	-webkit-transform: translateX(25%);
	transform: translateX(25%);	
}

.anim_moveLeft{
	-webkit-transform: translateX(-25%);
	transform: translateX(-25%);
}

.anim_moveOrigin{
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}	

.anim_remove{
	display:block;	
}

/* End Classes for sliding content pages */

/* scrollbar */

.content{
	overflow-x: hidden;
    overflow-y: auto;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	height:100%;
	/*position:absolute;
	width:100%;
	top:0;*/
}

.content::-webkit-scrollbar {
    display: none;
}

.scrollRaill{
	display:none;
	position:absolute;
	top:0;
	right:.7rem;
	height:100%;
	margin:0;
	width:.5rem;
	opacity:0.75;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	z-index:1;
}

.scrollRaill:hover{
	opacity:1;
}

.scrollTrack{
	position:absolute;
	left:0;
	/*width:2px;
	margin:0 7px;
	height:100%;
	background-color:rgba(64,64,64, 0.4);*/
	
	/*background-color:rgb(64,64,64);*/
	height:100%;
	width:.5rem;
	border-radius:.5rem;
  	background: #eee;
  	-webkit-box-shadow: 0 0 1px 1px #bbb, inset 0 0 7px rgba(0,0,0,0.3);
	box-shadow: 0 0 1px 1px #bbb, inset 0 0 7px rgba(0,0,0,0.3);
}

/*.scrollTrack:hover{
	opacity:.5;
	background-color:red !important;
}*/

.slider{
	width:100%;
	height:0px;	
	position:relative;
	left:0;
	/*cursor:pointer;	*/
	z-index:1;
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
}

.sliderBar{
	/*width:6px;
	height:100%;	
	background-color:rgba(32,32,32,0.5);*/
	/*background-color:rgb(0,0,0);*/
	/*position:relative;
	left:0;	
	margin:0 5px;
	border-radius:16px;*/
	
	position:relative;
	left:0;	
	width:.5rem;
	height:100%;	
	border-radius:.5rem;
  	/*background: linear-gradient(left, #96A6BF, #63738C);*/
	-webkit-box-shadow: inset 0 0 1px 1px #AAADB0;
  	box-shadow: inset 0 0 1px 1px #AAADB0; /*#5C6670;	*/
}

.sliderBar:hover{
	background-color:rgba(153,153,153,.2);
}

/* end scrollbar */

/* TOC */

.toc{
	position:absolute;
	height:100%;
	width:25%;
	left:-25%;
	top:0;
	z-index:1001;
	background-color:rgb(255,255,255);
	background-image:url(images/shadow.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	/*overflow:auto;*/
	font-family:Calibri Bold, Arial, Helvetica, sans-serif;
	line-height:1.2;
	/* fix for webkit black flash when sb animates opacity */
	/*-webkit-perspective: 1000;*/
	/*-webkit-backface-visibility: hidden;*/
	/*overflow:hidden;*/
	-ms-overflow-style: none;
}

.toc ul li p{
	border-bottom: dotted 1px #000;
	padding-bottom:1px;
}

.toc ul li p img{
	width:.8rem;
	height:.8rem;
	vertical-align:-6%;
	margin:0 .5rem 0 0;
}

.toc ul li ol{
	display:none;
	/*max-height:0px;*/
	overflow:hidden;
/*	-webkit-transition: max-height 0.5s;
	transition: max-height 0.5s;*/
}

.toc ul li ol li{
	margin:.6rem 0 .5rem 1.6rem;
	font-size:.8rem;
}
.toc ul li ol li:first-child{
	margin-top:.8rem;
}

.toc ul li ol li:last-child{
	margin-bottom:.8rem;
}

.toc ul li{
	margin:2.6rem 0 .1rem 1.5rem;
	text-transform:uppercase;
	font-size: .9rem;
}

.toc ul li:hover{
	cursor:pointer;	
}

.toc aside{
	margin:2.6rem 0 .5rem 9%;
}

.toc img{
	width:2.5rem;
	margin:0 13.3% 0 0;
}

.toc img:nth-of-type(3)	{
	margin-right:0;
}

.toc img:hover{
	cursor:pointer;
}

/* End TOC */

/* Contacts */

.contacts{
	display:none;
	position:absolute;
	background-color:rgb(255,255,255);
	overflow:auto;
	height:100%;
	box-shadow:6px 0px 10px 0px rgba(0,0,0,.5) inset;
	width: 50%;
	left:100%;
	top:0;
	z-index:1002;
	line-height: 1.1;
}

.contacts a{
	color:rgb(0,156,222);
	text-decoration:underline;
}

.contacts > hr:nth-of-type(1){
	border-bottom:1px dotted #000;
	margin-top:1.94rem;
}

.contacts > hr:nth-of-type(2){
	position:absolute;
	bottom:2rem;
	width:100%;
	border-bottom:1px dotted #000;	
}

.contacts div{
	margin:1rem 1rem 1rem 2rem;
	/*font-family:"Times New Roman", Times, serif;*/
	line-height:1.3;
	margin: 17% 7% 0;
}

.contacts h1{
	/*font-family:Verdana, Geneva, sans-serif;*/
	font-family:Calibri Bold, Arial, Helvetica, sans-serif;
	font-size:2rem;
	letter-spacing:.01rem;
	text-transform:none;
	color:rgb(0,156,222);
	margin: 0 0 7%;
	font-weight:normal;
	text-align:left;
}

.contacts h2{
	/*font-family:Verdana, Geneva, sans-serif;*/
	font-family:Calibri Bold, Arial, Helvetica, sans-serif;
	font-size:1rem;
	color:rgb(0,156,222);
	margin:1rem 0 .1rem;
	/*line-height: 1.1;*/
}

/*.contacts h2 + p{
	font-size:.8rem;
	margin-bottom: 0.4rem;
}*/

/*.contacts p:nth-of-type(1){
	margin-bottom: 7%;	
}*/

.contacts p{
	margin-bottom: 7%;	
	/*line-height:1.1;	*/
}

.contacts ul{
	list-style:disc outside;
	margin:.3rem 2.5rem;	
}

.contacts p:last-child{
	margin-top:1rem;
}

/* End Contacts */

/* Search */

.search{
	display:none;
	position:absolute;
	background-color:rgb(255,255,255);
	overflow:hidden;
	height:100%;
	box-shadow:6px 0px 10px 0px rgba(0,0,0,.5) inset;
	/*font-family:Verdana, Geneva, sans-serif;*/
	font-family:Calibri Bold, Arial, Helvetica, sans-serif;
	font-size:.70rem;
	width: 25%;
	left:100%;
	top:0;
	z-index:1002;
}

.search > div{
	margin:.875rem auto;
	margin:0 auto;
	width:80%;
	height:calc(95% - 2rem);
	padding:9.5% 0 6.5%; /* 2.5% * 2.64 ratio */
	display:block;
	position:relative;
}

.search p{
	padding:.25rem .5rem;
}

.search p:first-child{
	margin-top:.25rem;
}

.search input[type='search']{
	width:100%;
	padding:.1875rem .375rem;
	border: solid 1px rgb(0,0,0);
}

.search input[type='search']:focus{
	outline: 0;
}

.search input[type='search']:nth-of-type(1){
	background-color:transparent;
}

.search input[type='search']:nth-of-type(2){
	position:absolute;
	color:rgb(150,150,150);
	z-index:-1;
	border: solid 1px transparent;
}

.cycleBgColor{
	background-color:rgb(225,225,225);
}

.promptList{
	max-height:37%;
}

/* dynamically generated */
.promptOptions{
	background-color:rgb(255,255,255);
	border:solid 1px rgb(205,205,205);
	box-shadow:0px 2px 2px 0px rgba(205,205,205,.8);
}

.promptOptions > p:hover{
	cursor:pointer;
	background-color:rgb(225,225,225);
}

.search aside{
	position:absolute;
	top: 41%;
	left:1px;
	width:calc(100% - 2px);
	height:58%;
}

.searchPreview{
	outline:rgb(0,0,0) solid 1px;
	margin-bottom:14%;
	cursor:pointer;
	display:none;
}

.resultsContainer{
	position:relative;
	/*top:41%;*/
	z-index:1;	
	max-height:59%;
	height:59%;
	/*overflow:scroll;*/
}

.resultsList{
	/*max-height:59%;*/
	/*overflow:auto;*/
	line-height:1.1;
}

.resultsList img{
	margin-right:.5rem;
}

.resultsListItem{
	border-bottom:1px dotted;	
}

.resultsListItem:hover{
	cursor:pointer;
	background-color:rgb(225,225,225);
}

.resultsListItem > div{
	display:inline-block;
	height:100%;
	overflow-x:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.resultsListItem > div:nth-of-type(1){
	width:15%;
	margin:2px;
}

.resultsListItem > div:nth-of-type(2){
	width:80%;
	margin:2px;
}

.searchTerms{
	display:none;
}

/* End Search */

/* Overlay */

.overlay{
	position:absolute;
	z-index:1002;
	width:46%;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,1);
	color:rgb(255,255,255);
	visibility:hidden;
	height:0;
	box-shadow:4px 4px 10px 0px rgba(60,60,60,.5);
	border-radius: 16px;
	opacity:0;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;	
}

.overlay > div:first-child{
	height:2.5rem;
	border-bottom:1px dotted;
}

.overlay > div:first-child > img{
	width:1.6rem;
	padding:0.5rem .7rem;
	position:absolute;
	right:0;
	cursor:pointer;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.overlay > div:last-child{
	padding:2rem 3.5rem 2rem 2rem;
}

.overlay p{
	line-height:1.3;
	margin-bottom:1.8rem;
	overflow:hidden;
}

.overlay p:last-child{
	margin-bottom:0;
}

.overlay span{
	font-weight:bold;
	font-size:2rem;
	padding-right:.8rem;
	float: left;
	margin-top:-.75rem;
	font-family:Calibri Bold, Arial, Helvetica, sans-serif;
}

.overlayVisible{
	visibility:visible;
	height:auto;
	opacity:0.9;
}

/* end overlay */

/* Decision Tool */

.decision{
	display:none;
	position:absolute;
	background-color:rgb(255,255,255);
	overflow:auto;
	height:100%;
	width: 76%;
	left:100%;
	top:0;
	z-index:1002;
	box-shadow:6px 0px 10px 0px rgba(0,0,0,.5) inset;
	-webkit-backface-visibility: hidden;
	overflow:hidden;
}

.stage{
	position:relative;
	/*left:20px;
	width:736px;
	height:640px;*/
	width:100%;
	height:100%;
	/*background-color:red;*/
	/*overflow:hidden;
	display: inline-block;
	vertical-align:top;*/
}

/* requred aspect ratio for decission tree */
/*.stage:after {
    padding-top: 86.956%; 
    display: block;
    content: '';
}*/


.dt{
	position:relative;
	width:100%;
	height:100%;
}

/* dt intro */

.dtIntro{
	position:absolute;
	top:0;
	z-index:1;
	width:100%;
	height:100%;
	font-size:1.2rem;
	-webkit-transition:all .75s ease-in-out;
	transition:all .75s ease-in-out;
}

.dtIntroAnim{
	/*top:-29.3%;*/
	-webkit-transform: translate3d(0,-29%,0);
	transform: translate3d(0,-29%,0);	
}

.dtIntroTxt{
	-webkit-transition:opacity .5s ease-in-out;
	transition:opacity .5s ease-in-out;
	text-align: center;
	height:100%;
	width:100%;
	position:absolute;
}

.dtIntroTxt > p:nth-of-type(1){
	position:absolute;
	width:45%;
	top:18%;
	margin: 0 25%;
	font-size:1.2rem;
	
}

.dtIntroTxt > p:nth-of-type(2){
	position: absolute;
	top: 80%;
	font-size: 1rem;
	font-style:italic;
	width: 100%;
	text-align: center;
}

.dtSymbol{
	cursor:pointer;
	-webkit-transition:opacity .5s ease-in-out;
	transition:opacity .5s ease-in-out;
}

.dtSymbol > div{
	position:absolute;
	top:51%;	
	width:14.94%;
	height:16.7%;
	background-color:rgb(204,204,204);/*rgb(0,79,113);rgb(0,156,222);*/
	font-size:4.6rem;
	font-weight:bold;	
	text-align:center;
	color:rgb(255,255,255);
	font-family:Calibri Bold, Arial, Helvetica, sans-serif;
}

.dtSymbol span{
	vertical-align:-24%;
}

.dtSymbol > div:nth-of-type(1){
	left:23.37%;
}

.dtSymbol > div:nth-of-type(2){
	left:40.49%;
}

.dtSymbol > div:nth-of-type(3){
	left:57.6%;
}

/* end dt intro */

/* 3 rectangles */

.rect{
	position:absolute;
	top:21.75%;
	width:14.94%;
	height:15.8%;
	color:rgb(255,255,255);
	transition:all .5s linear;
	overflow:hidden;
	visibility:hidden;
}

.rectAnim{
	visibility:visible;
	top:40.75%;
}

.rectAnim2{
	height:52.81%;
}

.aRect{
	left:23.37%;
	background-color:rgb(102,153,204);
}

.iRect{
	left:40.49%;
	background-color:rgb(255,204,102);
}

.dRect{
	left:57.6%;
	background-color:rgb(102,153,102);
}

.rectTitle{
	position:absolute;
	top:2.5rem;
	left:0;
	width:100%;
	text-align:center;
	-webkit-transition:top .5s ease-out 3s;
	transition:top .5s ease-out 3s;
	/*font-size:1rem;*/
}

.rectTitle2{
	/*top:10%;*/
	top:1rem;
}

.rectBodyTitle{
	position:absolute;
	top:24.5%;
	width:100%;
	font-size:1.5rem;
	opacity:0;
	-webkit-transition:opacity .5s ease-out;
	transition:opacity .5s ease-out;
}

.rectBodyTitle p{
	margin:0;
	text-align:center;
	width:auto;
}

.aRect > img, .iRect > img, .dRect > img{
	-webkit-transition:opacity .5s linear;
	transition:opacity .5s linear;
}

/* end 3 rectangles */

img{
	width:100%;
}

/* rectangle scales */
.aRect_scale_0{
	height:270.93%;
	width:76.22%;
	top:-57.81%;
	left:5.43%;
}

.aRect_scale_1, .aRect_scale_2{
	height:20.93%;
	width:5.98%;
	top:72.6%;
	left:5.43%;
	font-size:10%;
}

.iRect_scale_0{
	height:20.93%;
	width:5.98%;
	top:72.6%;
	left:82.5%;
	font-size:10%;
}

.iRect_scale_1{
	height:270.93%;
	width:76.22%;
	top:-57.81%;
	left:12.22%;
}

.iRect_scale_2{
	height:20.93%;
	width:5.98%;
	top:72.6%;
	left:12.22%;
	font-size:10%;
}

.dRect_scale_0, .dRect_scale_1{
	height:20.93%;
	width:5.98%;
	top:72.6%;
	left:89.4%;
	font-size:10%;
}

.dRect_scale_2{
	height:270.93%;
	width:76.22%;
	top:-57.81%;
	left:19.02%;
}

/* end rectangle scales */

/* direction lines */

.dtLine0{
	position:absolute;
	top:24%;
	left:43.815%;
	width:37.7%;
	height:68.5%;
	border:rgb(255,255,255) solid 1px;
	border-right: none;
	border-top: none;
	opacity:0;
	-webkit-transition:opacity .5s ease-in;
	transition:opacity .5s ease-in;
}

.dtLine1{
	position:absolute;
	top:24%;
	left:50.2%;
	width:37.7%;
	height:68.5%;
	border:rgb(255,255,255) solid 1px;
	border-right: none;
	border-top: none;
	opacity:0;
	-webkit-transition:opacity .5s ease-in;
	transition:opacity .5s ease-in;
}

.dtLine1Adjust{	
	top:23.7%;
	left:25%;
	width:25%;
	height:68.8%;	
	border:rgb(255,255,255) solid 1px;
	border-right: none;
	border-bottom:none;
	-webkit-transition:opacity .5s ease-in;
	transition:opacity .5s ease-in;
}

.dtLine1Adjust2{
	top:92.5%;
	left:12%;
	width:13.1%;
	height:auto;	
	border:rgb(255,255,255) solid 1px;
	border-right: none;
	border-left:none;
	border-bottom:none;
	-webkit-transition:opacity .5s ease-in;
	transition:opacity .5s ease-in;	
}

.dtLine2{
	position:absolute;
	top:38%;
	left:32%;
	width:37.7%;
	height:54.5%;	
	border:rgb(255,255,255) solid 1px;
	border-right: none;
	border-bottom:none;
	opacity:0;
	-webkit-transition:opacity .5s ease-in;
	transition:opacity .5s ease-in;
}

.dtLine2Adjust{
	position:absolute;
	top:92.5%;
	left:19%;
	width:13.1%;
	height:auto;	
	border:rgb(255,255,255) solid 1px;
	border-right: none;
	border-bottom:none;
	border-left:none;
	opacity:0;
	-webkit-transition:opacity .5s ease-in;
	transition:opacity .5s ease-in;
}

/* end direction lines */

/* choice */

.dtChoice{
	visibility:hidden;
	opacity:0;
	position:absolute;
	height:71.875%;
	width:62.5%;	
	left:12.7%;
	-webkit-transform:scale(.1,.1);
	transform:scale(.1,.1);
	-webkit-transition:-webkit-transform .5s linear, top .5s linear, opacity .5s ease-in;
	transition:transform .5s linear, top .5s linear, opacity .5s ease-in;
	z-index:1;
}

.dtChoice p{
	width:80%;	
	text-align:center;
	margin:34% 0 2% 10%;
}

.dtChoice1{
	top:-10%;	
	color:rgb(102,153,204);
}

.dtChoice1On{
	visibility:visible;
	-webkit-transform:scale(1,1) translate3d(0,43%,0);
	transform:scale(1,1) translate3d(0,43%,0);
}

.dtChoice2{
	top:49%;
	color:rgb(102,153,204);
}

.dtChoice2On{
	visibility:visible;
	-webkit-transform:scale(1,1) translate3d(0,-22%,0);
	transform:scale(1,1) translate3d(0,-22%,0);
}

.dtChoice2Off{
	top:-3%;
}

.dtChoice3{	
	top:55.5%;
	color:rgb(102,153,204);
}

.dtChoice3On{
	visibility:visible;
	-webkit-transform:scale(1,1)  translate3d(0,-26%,0);
	transform:scale(1,1)  translate3d(0,-26%,0);
}

.dtChoice4{	
	top:-10%;
	left:19%;
	color:rgb(255,204,102);
}

.dtChoice4On{
	visibility:visible;
	-webkit-transform:scale(1,1) translate3d(0,43%,0);
	transform:scale(1,1) translate3d(0,43%,0);
}

.dtChoice5{	
	top:49%;
	left:19%;
	color:rgb(255,204,102);
}

.dtChoice5On{
	visibility:visible;
	-webkit-transform:scale(1,1) translate3d(0,-22%,0);
	transform:scale(1,1) translate3d(0,-22%,0);
}

.dtChoice5Off{
	top:-3%;
}

.dtChoice6{
	top:55.5%;
	left:19%;
	color:rgb(255,204,102);
}

.dtChoice6On{
	visibility:visible;
	-webkit-transform:scale(1,1) translate3d(0,-26%,0);
	transform:scale(1,1) translate3d(0,-26%,0);
}

.dtChoice7{	
	top:-10%;
	left:26%;
	color:rgb(102,153,102);
}

.dtChoice7On{
	visibility:visible;
	-webkit-transform:scale(1,1) translate3d(0,43%,0);
	transform:scale(1,1) translate3d(0,43%,0);
}

/* dtChoice elements */
.largeCircle{
	height:43.478%;
	width:43.478%;
	border-radius:50%;
	background-color:white;	
	position:absolute;
	top:0;
	left:28%;
	z-index:1;
	font-size:1.2rem;
}

.smallCircle{
	height:10.434%;
	width:10.434%;
	border-radius:50%;
	background-color:white;
	box-shadow:4px 4px 10px 0px rgba(30,30,30,.5);
	z-index:1;
	font-weight:bold;
}

.lCirc{
	position:absolute;
	top:16%;
	left:2%;
}
	
.rCirc{
	position:absolute;
	top:16%;
	right:2%;
}

/* increase size of ? font */
.rCirc p{
	margin-top:24%;
	font-size:1.5rem;
}

.bCirc{
	position:absolute;
	top:59%;
	left:44.783%;
}

.cCirc{
	position:absolute;
	top:51%;
	left:41.2%;	
	height:18%;
	width:18%;
}
/* Arrow by Jamison Wieser from The Noun Project */
.dCirc{
	position:absolute;
	top:85%;
	left:45%;	
	height:10%;
	width:10%;
	background-image:url(images/returnArrow.svg);
	background-size:150%;
	background-position:50% 55%;
}

.dCirc:hover{
	background-image:url(images/returnArrow_over.svg);
}

.lCirc:hover, .rCirc:hover, .bCirc:hover, .cCirc:hover, .dCirc:hover{
	cursor:pointer;
	border:solid 1px rgb(255,255,255);
}

.cat1 .lCirc:hover, .cat1 .rCirc:hover, .cat1 .bCirc:hover{
	background-color:rgb(102,153,204);
	color:rgb(255,255,255);
}

.cat2 .lCirc:hover, .cat2 .rCirc:hover, .cat2 .bCirc:hover, .cat2 .cCirc:hover{
	background-color:rgb(255,204,102);
	color:rgb(255,255,255);
}

.cat3 .lCirc:hover, .cat3 .rCirc:hover, .cat3 .bCirc:hover, .cat3 .dCirc:hover{
	background-color:rgb(102,153,102);
	color:rgb(255,255,255);
}

.cat1 .largeCircle p{
	margin-top:38%;
}

.cat3 .largeCircle p{
	margin-top:22%;
}

.cat2 .cCirc p, .cat3 .dCirc p{
	margin-top:40%;
}

.hBar{
	position:absolute;
	width:90%;
	height:2%;
	top:20%;
	left:5%;
	background-color:white;
}

.vBar{
	position:absolute;
	width:2%;
	height:25%;
	top:42%;
	left:49%;
	background-color:white;	
}

.dtResponse{
	position:absolute;
	width:28%;
	top:24%;
	right:-3%;
	background-color:white;
	box-shadow:4px 4px 10px 0px rgba(30,30,30,.5);
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}

.dtrResponse{
	visibility:hidden;
	opacity:0;
	position:absolute;
	width:28%;
	top:30%;
	right:0%;
	background-color:white;
	box-shadow:4px 4px 10px 0px rgba(30,30,30,.5);
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}

.dtrResponse:after, .dtResponse:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	top:0;
	left:-19.5%;
	border: 1rem solid transparent;
	border-right-color:rgb(255,255,255);
}
	
.dtlResponse{
	visibility:hidden;
	opacity:0;
	position:absolute;
	width:28%;
	top:30%;
	left:-1%;
	background-color:white;
	box-shadow:4px 4px 10px 0px rgba(30,30,30,.5);
	-webkit-transition:all .3s linear;
	transition:all .3s linear;	
}

.dtlResponse:after{
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	top:0;
	right:-20%;
	border: 1rem solid transparent;
	border-left-color:rgb(255,255,255);
}

.dtlResponse p, .dtrResponse p, .dtResponse p{
	margin:10%;
}

.showResponse{
	visibility:visible;
	opacity:1;
}

/* end dtChoice elements */

.fadeIn{
	visibility:visible;
	opacity:1;
}

.fadeOut{
	opacity:0;
}

/* #j_3 > section > div > ul a,
#j_4 > section > div > ul a{
	color: black;
    text-decoration: none;
} */

#j_4 h3{
	color: #000;
	margin-bottom: .6rem;
}