@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
iframe {
	position:absolute!important;
	top:0!important;
	left:0!important;
	overflow:auto!important;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
iframe {
	position:absolute!important;
	top:0!important;
	left:0!important;
	overflow:auto!important;
	}
}

html { height:100%;font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;background:transparent!important; }
body {background:#FFF; margin: 0 auto; font-size: 13px; line-height: 1.231;text-align:center;height:100%;min-height:100%;}
#root {text-align:center;position:relative;padding:10px 3%;min-height:100%;}

/*** non-semantic helper classes ****/
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/**** media queries ****/

@media only screen and (min-width: 480px) {


}

@media screen and (min-width: 800px) and (max-width: 1000px) {
	.#main-interaction{
		max-width: 970px!important;
	}
}

/*** Header Area ***/
#header {height:92px;width:auto!important;}
#header h1 {position:relative;top:10px;left:30px;width:467px;height:84px;text-indent:-9999px;float:left;}
#restartButton {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 2px;
    box-shadow: 1px 0 5px #CCCCCC;
    color: #2B2B10;
    float: right;
    font-weight: bold;
    margin-right: 2px;
    overflow: visible;
    padding: 4px;
    position: relative;
    right: 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    top: -40px;
    white-space: nowrap;
    width: 90px;
}

#restartButton:hover {	background:#cccc66;
	-moz-box-shadow:none;
    -webkit-box-shadow: none;
    box-shadow: none;}

/*** Interaction Area ***/

/*** Accordion ***/

.colWide {width:100%;}
#accordion {width:100%!important;margin:4px 5px 4px 0px!important;}
#main-interaction #accordion .content {text-align:left;margin-bottom: 12px;margin-top:-12px;background:#2a86b7;margin-right:7px; 
    padding:10px;border-radius: 3px;}

#main-interaction {overflow: visible;margin-left:5px;height:auto!important;text-align:left;}
#main-interaction .col {	
	width: 48%;
	margin: .8%;
	float: left;
	min-height:200px;
	display: table-cell;
}

#main-interaction #accordion H2 {
    background: none repeat scroll 0 0 #2a86b7;
    color: white;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    margin-right:7px;
    padding: 12px 8px 6px 12px;
    text-align:left;
    height:30px;
    border-radius: 3px;
    font-size:20px;
    font-style:oblique;
}

#main-interaction #accordion h2.userModelHeader {background:#cccc99;color:#27280C}
.interestSelect{color:#27280C!important;}
.userModelContent {background:#cccc99!important;}

.goalGroup, #interview3 {padding-bottom:10px;}
.goalGroup a {display:block;text-decoration:none;color:#fff;margin-bottom:4px;padding:4px;}
.hilitedGoal {background:#045fb3}

/#main-interaction .col:nth-child(1) { margin-left: 0%; background: #2a86b7;margin-right:5px;}/
/#main-interaction .col:nth-child(2) { margin-left: -50% background: #5cabd4;}/

.rootQuestion {font-size:22px;}
#interviewResponses {
	background:#2a86b7;
	color:#fff;
	text-align:left;
	position:relative;
	margin:4px 2px;
	}

#interviewQuestions {
	color:#fff;
	margin:4px 2px;
	text-align:left;
	margin-bottom:12px;
	}
.loggedQuestion {font-style:italic;}

.answerBlock {height:auto;}

.loggedAnswer {
	position:relative;
	padding:2px 6px;  
	background:#0b5c93;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-shadow: 0px 0px 0px #666;
	margin:3px;
	color:#fff;
	font-size:125%;
}

.mostRecentLoggedAnswer {
	font-weight:bold;
	font-size:125%;
	padding:2px 6px; 
	background:#0b5c93;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:3px;
	font-style:normal!important;
	color:#fff;
}

.goBack {
	float:right;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	text-shadow: 0px 1px 0px #333;
	}
	
.goBack:hover {color:#f13333;text-shadow:none;}

.mostRecentLoggedQuestion {color:#fff;font-weight:normal;}

.answer {margin:1px 0px;}
a.answerLink, a.hilitedGoal, a.unhilitedGoal, a.answerLinkDisabled {color:#fff;font-weight:bold;font-size:130%;text-decoration:none;padding:0px;padding-left:18px;border-radius:3px; margin-bottom:3px;display:block;line-height:1.15em;}
a.answerLink:hover {background:#eaf5fb;color:#1b648c}
a.answerLinkDisabled {opacity:.4;}
#interview3 a.answerLink {display:block;}
a.answerLinkDisabled {cursor:default;}

.loggedQuestion {color:#fff;}
.loggedAnswer {font-weight:bold;font-style:normal!important;}

.deadEnd {font-weight:bold;font-size:18px;}
.deadEnd span a {color:#0c5b8c; padding-left:6px;padding-right:6px;text-decoration:none;}
.deadEnd span a:hover {color:#fff;}

#debuggingPanel {display:none;}

/*** Stories ***/

#speakerPanel {width:100%;clear:both;position: relative;min-height:400px;}
.speaker li {
    background-color: #74bade;
    border-radius: 3px;-moz-border-radius:3px;-webkit-border-radius:3px;
    cursor: pointer;
    height: 150px;
    padding: 8px;
    width: 170px;
    float:left;
    margin:5px;
        -moz-box-shadow: 1px 0px 3px #ccc;
    -webkit-box-shadow: 1px 0px 3px #ccc;
    box-shadow: 1px 0px 3px #ccc;
}
.speaker li img {border:1px solid #014071;width:168px;height:95px;}
.speakerName {color:#fff; font-weight:bold;}
.storyTitle {color:#fff; font-weight:bold;}

.speaker li.hilitedSpeaker {background-color: #0f7ac2;}
.speaker li.hilitedSpeaker img {border:2px solid #1dd1f7;}

.initialSpeaker:hover {background-color: #0f7ac2;}
.initialSpeaker:hover  img {border:2px solid #1dd1f7;}
.initialSpeaker .storyTitle {visibility:hidden;}
.initialSpeaker:hover .storyTitle {visibility:visible;} 

iframeOLD {position:fixed;top:0px;left:0px;width:100%;margin:0 auto;height:100%;min-height:100%;overflow:auto;overflow-x:hidden;background:rgba(1,1,1, 0.6);z-index:1000;}
.speaker li.unhilitedSpeaker {background-color: #74bade;}
.speaker li.unhilitedSpeaker img {-moz-opacity:0.4;-khtml-opacity: 0.4;opacity: 0.4;background:#000;}

#showOtherStoriesCheckbox {text-align:right;}

#footer-container {clear:both;position:relative;bottom:0;background:#DEEBF2;width:100%;min-height:120px;margin-top:-120px;}
#footer {width:640px; margin:0 auto;text-align:left;font-size:11px;color:#21375E;padding:10px;position:relative;font-weight:bold;}
#footer .disclaimer {padding-top:10px; max-width:510px;font-weight:normal;font-style:italic;padding-bottom:10px;}

#main-interaction #accordion {margin-bottom:128px!important;} 

/*** NEW ACCORDION ***/
.ui-state-default .ui-icon {background-image:none!important;}
.ui-widget {font-family:inherit!important;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {border:none!important;margin:4px 0!important;}
.ui-widget-content a {font-weight:normal!important;}
.ui-widget-content {border:none!important;margin-right:0!important;}


#return {margin-left:16px;margin-top:4px;text-align:left;z-index:1;position:relative;padding-bottom:10px;}
#return img {width:12px;padding-top:5px;}

.doc_index .medBanner {
    border-bottom: 20px solid #3087B4 !important;
    height: 43px !important;
    min-width: 1000px;
    top: 0 !important;
    z-index: 0;
}
.docHeader {text-align:left;color:#1b6891;font-size:18px; font-weight:bold;padding-bottom:16px;}
.docSpeakerImage {border:1px solid #1d375c;}
