/* CSS Document */
html { font-size: 62.5%; width:100%; }

iframe {
	border:none;
	margin:0px;
	padding:0px;
}

button {
	background:none;
	border:none;
	cursor:pointer;
}

button[disabled] {
	cursor: not-allowed;
}

input[type=radio] {
	float:left;
	margin-right: 10px;
}

#row-0 {
	display:block;
}

#row-1 {
	display:none;
}

#start-screen {
	background-image:url(../images/start-page/start_background.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	width:100%; height:100%;
	z-index:100;
	position:fixed;
	top:0px;
	left:0px;
	display:flex;
	border:0px solid red;
}

#class-message {
	position: absolute;
	color:white;
	text-align: center;
	width: 100%;
	bottom:70px;
}

#link-text-only {
	color:#fff;
	height: 20px;
}

#start-button {
	background:url(../images/start-page/start_btn_default.png) center no-repeat;
	width:151px; height:57px;
	border:0px solid red;
	margin:auto auto 0 auto;
}

#start-button:hover,
#start-button:focus {
	background:url(../images/start-page/start_btn_over.png) center no-repeat;	
}

#navigate-screen {
	width:100%; height:100%;
	z-index:100;
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border:0px solid red;
	background-color:#FFBB33;
}

#navigate-title {
	background:url(../images/navigate/navigation_title.png);
	width:368px; height: 133px;
	margin:0px auto 50px auto;
}

#navigate-text {
	width:65%;
	font-size:1.6rem;
	line-height: 2.0rem;
}

#navigate-continue {
	background:url(../images/navigate/navigation_continue_default.png) no-repeat;
	width:154px; height:32px;
	display:block;
}

#navigate-continue:hover,
#navigate-continue:focus {
	background:url(../images/navigate/navigation_continue_over.png) no-repeat;
}

.disclaimer {
	font-size:1.2rem;
	line-height: 1.4rem;
	font-weight: bold;
}

#main {
	height:10500px;
	display:none;
}

#bgDiv {
	height:100%;
	width:100%;
	position:fixed;
	top:0px;
	left:170px;	
}

.jaws-hidden {
	position:absolute;
	left:-9999px;	
}

.no-wrap {
	white-space:nowrap;	
}

.no-padding {
	padding:0px;	
}

.margin-top-6 {
	margin-top:6px;	
}

.margin-top-11 {
	margin-top:11px;	
}

.yellow {
	color:#FFBB33;
}

#modal {
	display:none;
	z-index:2;
	position:absolute;
	top:0px;
	left:0px;
	height:11000px; /*this needs to be the same is #main.height*/
	width:100%;
	background:linear-gradient(to right, rgba(255,255,255,0.00) 0px, rgba(255,255,255,0.00)	170px, rgba(75,75,75,0.75) 170px, rgba(75,75,75,0.75) 100%); 
}

/********************** RGH ***************************/

#loading-div {
	width: 300px;	
}

#quick-scroll-up {
	background:url(../images/controls/quickscroll_default.png);
	transform: rotate(180deg);
	width:71px; height:71px;
	display: block;
	position: fixed;
	top:75%; left:90%;
	cursor: pointer;
	z-index: 1;
	display:none;
}

#quick-scroll-up:hover,
#quick-scroll-up:focus {
	background:url(../images/controls/quickscroll_over.png);
}

#quick-scroll {
	background:url(../images/controls/quickscroll_default.png);
	width:71px; height:71px;
	display: block;
	position: fixed;
	top:85%; left:90%;
	cursor: pointer;
	z-index: 1;
	display:none;
}

#quick-scroll:hover,
#quick-scroll:focus {
	background:url(../images/controls/quickscroll_over.png);
}

#certificate {
	background:url(../images/certificate/certificate_btn_default.png) no-repeat;
	width:102px; height:55px;
	display:block;
	position:fixed;
	top:110px;
	right:0px;
	cursor:pointer;
	z-index:1;
	display:none;
}

#certificate:hover,
#certificate:focus {
		background:url(../images/certificate/certificate_btn_over.png) no-repeat;
}

#resources {
	background:url(../images/rgh/resource_btn_default.png) no-repeat;
	width:100px; height:53px;
	display:block;
	position:fixed;
	top:50px;
	right:0px;
	cursor:pointer;	
	z-index: 1;
	display:none;
}

#resources:hover,
#resources:focus {
	background:url(../images/rgh/resource_btn_over.png) no-repeat;	
}

#resources-div {
	background:
		url(../images/rgh/resource_documents.png) 8% 15% no-repeat;
	background-color:rgba(0, 0, 0, .75);
	position:fixed;
	top:0px;
	right:0px;
	width:500px; height:100%;
	display:none;
	z-index:2;
	line-height: 4.0rem;
}

/*#resources-div {
	background:
		url(../images/rgh/resources_links.png) 8% 45% no-repeat,
		url(../images/rgh/resource_documents.png) 8% 15% no-repeat;
	background-color:rgba(0, 0, 0, .75);
	position:fixed;
	top:0px;
	right:0px;
	width:500px; height:100%;
	display:none;
	z-index:2;
	line-height: 4.0rem;
}*/

#resources-close {
	position:absolute;
	top:10px; left:10px;	
}

#resources-links {
	position:absolute;
	top:50%;
	left:100px;	
	display:none;
}


#resources-documents {
	position: absolute;
	top:20%;
	left:100px;
}

#resources-links a,
#resources-documents a {
	color:white;
	text-decoration: none;
}

.introduction {
	background-color:#FFBB33;
	width:100%; height:100%;
	z-index:2;
	position:fixed;
	top:0px; left:0px;
	display: none;
	flex-direction: column;
	justify-content:center;
	align-items: center;	
}

.intro-title {
	background: url(../images/intro/intro_title_logo.png) no-repeat;
	width:453px; height:122px;
	margin: 0px auto 50px auto;
}

.demystifying-title {
	background: url(../images/titles/title_Demystifying_Myths_Overview.png) no-repeat;
	width:790px; height:47px;
	margin: 0px auto 20px auto;
}

.mental-wellness-title {
	background: url(../images/titles/title_mental_wellness_overview.png) no-repeat;
	width:790px; height:135px;
	margin: 0px auto 50px auto;
}

.welcome-title {
	background: url(../images/titles/title_welcome.png) no-repeat;
	width:790px; height:135px;
	margin: 0px auto 20px auto;
}

#loading-pct {
	background: url(../images/intro/loader_background.png) no-repeat;
	width:100px; 
	height:99px;
	min-height: 99px;
	display: flex;
	position: relative;
}

#loading-text {
	margin:auto;
	align-self: center;
	font-weight: bold;
	font-size:1.6rem;
}

.intro-text {
	width: 85%;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.0rem;
}

.intro-scroll {
	background:url(../images/intro/intro_scroll_btn_default.png) no-repeat;
	width:81px; height:76px; min-height:76px;
	margin:50px auto 50px auto;
	position:relative;
	bottom:10px;
	visibility: hidden;
}

.intro-scroll:hover,
.intro-scroll:focus {
	background:url(../images/intro/intro_scroll_btn_over.png) no-repeat;	
}


/********************* END RGH ************************/


/******************** NAVIGATION ********************/

#small-logo {
	background:url(../images/menu/small_logo.png) no-repeat 50% 50%;
	width:86px;
	height:88px;
	margin:15px auto 40px auto;
}

#navbar-menu,
#navbar-status,
#navbar-slide {
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:170px;
	display:none;
}

#navbar-slide {
	background:linear-gradient(to right, #FFBB33 0%, #FFBB33 170px, rgba(28,28,59,0.86) 170px, rgba(28,28,59,0.86) 100%);
	transition:all .5s;			
}

#navbar-slide:hover,
#navbar-slide:focus {
	width:500px;
}

#navbar-slide:hover .menu-item,
#navbar-slide:focus .menu-item {
	display:inline-block;
	opacity:1;
}



#menu-items a {
	display:inline-flex;
	align-items:center;
	text-decoration:none;
	color:#fff;
	margin:-5px 0px 0px 35px;
	font-size:1.2rem;
	border:0px solid red;
	height:31px;
	box-sizing:border-box;
}


.circle {
	min-width:100px;
	display:inline-block;
	height:31px;
	border:0px solid blue;
	background:url(../images/menu/circle_outlined.png) no-repeat 50% 50%;
}

.current::before {
	background:url(../images/menu/leaf.png) no-repeat;
	content:'';
	width:37px;
	height:31px;
	display:inline-block;
	position:relative;
	top:-15px;
	left:8px;
	border:0px solid red;
	margin:0px;
}

a:hover .circle, 
a:focus .circle,
.current,
.completed {
	background:url(../images/menu/circle_filled.png) no-repeat 50% 50%;	
	height:31px;
}

a .menu-item {
	box-sizing:border-box;
	padding-left:10px;
	border:0px solid green;
	white-space:nowrap;
	display:none;
	transition:all 2s;
	opacity:0;
	margin-left:45px;
}

a .padding-left-20 {
	padding-left:20px;	
}

/******************** END NAVIGATION ********************/


.button-no-style {
	background:none;
	border:none;
	cursor:pointer;
}

.no-display-absolute {
	display:none;	
	position:absolute;
	width: 900px;
}

.pop-up-container-show {
	padding:10px;
	border-radius:3px;
	box-shadow:1px 3px 4px 2px #333;	
	float:left;
}

.pop-up-container,
.pop-up-container-video {
	padding:10px;
	border-radius:3px;
	box-shadow:1px 3px 4px 2px #333;	
	display:none;
	position:absolute;
}

.pop-up-controls {
	border:0px solid red;
	height:30px;
	display: flex;
}

.pop-up-controls-video {
	border:0px solid red;
	height:60px;
	display: flex;
	align-items: center;
}


.pop-up-closer, 
.pop-up-closer-left,
.pop-up-closer-transcript {
	background:url(../images/controls/magazine_nav_close_btn_default.png) right no-repeat;
	width:16px; height:25px;
}

.pop-up-closer:hover,
.pop-up-closer:focus,
.pop-up-closer-left:hover,
.pop-up-closer-left:focus,
.pop-up-closer-transcript:hover,
.pop-up-closer-transcript:focus{
	background:url(../images/controls/magazine_nav_close_btn_over.png) right no-repeat;
}


.pop-up-closer {
	margin: auto 0px auto auto;
}

.pop-up-closer-left {
	margin: 10px 120px auto auto;
}

.pop-up-closer-transcript {
	float:right;
}

.pop-up-nav-left {
	background:url(../images/controls/magazine_nav_left_btn_default.png) no-repeat;
	width:18px; height:22px;
}

.pop-up-nav-left:hover,
.pop-up-nav-left:focus {
	background:url(../images/controls/magazine_nav_left_btn_over.png) no-repeat;
	width:18px; height:22px;
}

.pop-up-nav-right {
	background:url(../images/controls/magazine_nav_right_btn_default.png) no-repeat;
	width:18px; height:22px;
}

.pop-up-nav-right:hover,
.pop-up-nav-right:focus {
	background:url(../images/controls/magazine_nav_right_btn_over.png) no-repeat;
}

.pop-up-container-expert-woman {
	display:none;
	position:absolute;
	background:
	url(../images/expert/ask_expert_question.png) no-repeat 15% 15%, 
	url(../images/expert/ask_expert_2_answer.png) no-repeat 15% 40%,
	url(../images/expert/ask_expert_answer_box.png) no-repeat;
	width:787px; height:532px;
}

.pop-up-container-expert-man {
	display:none;
	position:absolute;
	background:
	url(../images/expert/ask_expert_question.png) no-repeat 15% 15%, 
	url(../images/expert/ask_expert_1_answer.png) no-repeat 15% 40%,
	url(../images/expert/ask_expert_answer_box.png) no-repeat;
	width:787px; height:532px;
}

.pop-up-full-screen {
	display:none;
	background-color:rgba(0,0,0,.75);
	position:absolute;
	top:0px;
	left:170px;
	height:100%;
	width:calc(100% - 170px);	
}


.hs-video {
	background:url(../images/hotspot/video_btn_default.png) no-repeat;
	width:161px;
	height:151px;
	display:block;
}

.hs-video:hover,
.hs-video:focus {
	background:url(../images/hotspot/video_btn_over.png) no-repeat;	
}
	
	
.hs-video-key {
	background:url(../images/hotspot/video_key_btn_default.png) no-repeat;
	width:205px;
	height:151px;
	display:block;
}

.hs-video-key:hover,
.hs-video-key:focus {
	background:url(../images/hotspot/video_key_btn_over.png) no-repeat;	
}

.hs-magazine {
	background:url(../images/hotspot/magazine_btn_default.png) no-repeat;
	width:205px;
	height:151px;
	display:block;	
}

.hs-magazine:hover,
.hs-magazine:focus {
	background:url(../images/hotspot/magazine_btn_over.png) no-repeat;	
}

.hs-white-board {
	background:url(../images/hotspot/whiteboard_btn_default.png) no-repeat;
	width:201px;
	height:151px;
	display:block;
}

.hs-white-board:hover,
.hs-white-board:focus {
	background:url(../images/hotspot/whiteboard_btn_over.png) no-repeat;	
}

.hs-white-board-warning {
	background:url(../images/hotspot/warning_signs_btn_default.png) no-repeat;
	width:201px;
	height:151px;
	display:block;
}

.hs-white-board-warning:hover,
.hs-white-board-warning:focus {
	background:url(../images/hotspot/warning_signs_btn_over.png) no-repeat;	
}

.hs-white-board-inclusive {
	background:url(../images/hotspot/inclusion_for_all_btn_default.png) no-repeat;
	width:201px;
	height:151px;
	display:block;
}

.hs-white-board-inclusive:hover,
.hs-white-board-inclusive:focus {
	background:url(../images/hotspot/inclusion_for_all_btn_over.png) no-repeat;	
}


.hs-expert-man {
	background:url(../images/hotspot/ask_expert_2_btn_default.png) no-repeat;
	width:161px;
	height:151px;
	display:block	
}

.hs-expert-man:hover,
.hs-expert-man:focus {
	background:url(../images/hotspot/ask_expert_2_btn_over.png) no-repeat;	
}

.hs-expert-man-key {
	background:url(../images/hotspot/ask_expert_2_btn_key_default.png) no-repeat;
	width:209px; height:151px;
	display:block;
}

.hs-expert-man-key:hover,
.hs-expert-man-key:focus {
	background:url(../images/hotspot/ask_expert_2_btn_key_over.png) no-repeat;	
}

.hs-expert-woman {
	background:url(../images/hotspot/ask_expert_btn_default.png) no-repeat;
	width:161px;
	height:151px;
	display:block	
}

.hs-expert-woman:hover,
.hs-expert-woman:focus {
	background:url(../images/hotspot/ask_expert_btn_over.png) no-repeat;	
}

.hs-expert-woman-key {
	background:url(../images/hotspot/ask_expert_1_btn_key_default.png) no-repeat;
	width:209px; height:151px;
	display:block;
}

.hs-expert-woman-key:hover,
.hs-expert-woman-key:focus {
	background:url(../images/hotspot/ask_expert_1_btn_key_over.png) no-repeat;	
}

.hs-expert-woman:hover,
.hs-expert-woman:focus {
	background:url(../images/hotspot/ask_expert_btn_over.png) no-repeat;	
}

.hs-poster {
	background:url(../images/hotspot/view_poster_default.png) no-repeat;
	width:151px; height:151px;
	display:block;
}

.hs-poster:hover,
.hs-poster:focus {
	background:url(../images/hotspot/view_poster_over.png) no-repeat;	
}


.hs-brain {
	background:url(../images/hotspot/brain_scan_btn_default.png) no-repeat;
	width:151px; height:151px;
	display:block;
}

.hs-brain:hover,
.hs-brain:focus {
	background:url(../images/hotspot/brain_scan_btn_over.png) no-repeat;
}

.hs-quiz {
	background:url(../images/hotspot/quiz_btn_default.png) no-repeat;
	width:201px; height:151px;
	display:block;
}

.hs-quiz:hover,
.hs-quiz:focus {
	background:url(../images/hotspot/quiz_btn_over.png) no-repeat;
}

.hs-music {
	background: url(../images/hotspot/music_therapy_default.png) no-repeat;
	width: 151px; height: 151px;
	display: block;
}

.hs-music:hover,
.hs-music:focus {
	background: url(../images/hotspot/music_therapy_over.png) no-repeat;
}


.hs-flyer {
	background:url(../images/hotspot/flyer_btn_default.png) no-repeat;
	width:205px; height:151px;
	display:block;
}

.hs-flyer:hover,
.hs-flyer:focus {
	background:url(../images/hotspot/flyer_btn_over.png) no-repeat;
}

.hs-conclusion {
	background:url(../images/hotspot/conclusion_btn_default.png) no-repeat;
	width:209px; height: 151px;
	display: block;
}

.hs-conclusion:hover,
.hs-conclusion:focus {
	background:url(../images/hotspot/conclusion_btn_over.png) no-repeat;
}

.hs-knowledge {
	background:url(../images/hotspot/knowledge_check_btn_default.png) no-repeat;
	width:209px; height: 151px;
	display: block;
}

.hs-knowledge:hover,
.hs-knowledge:focus {
	background:url(../images/hotspot/knowledge_check_btn_over.png) no-repeat;
}

.hs-reporting {
	background: url(../images/reporting/reporting_default.png) no-repeat;
	width:151px; height: 151px;
	display: block;
	position: relative;
	top:50%; left:60%
}

.hs-reporting:hover,
.hs-reporting:focus {
	background: url(../images/reporting/reporting_over.png) no-repeat;

}

#next-row-div {
	position: absolute;
	border:1px solid red;
	width:500px; height: 100px;
	background-color: green;
	bottom:0px;
	left:170px;
}
/******************** ROW 1 HOTSPOTS *********************/
button[id*="row-1-hs"] {
	position:fixed;
	border:none;
	cursor:pointer;
}

button[id*=row-1-hs]:nth-child(n) {
	left: 20%;
}

button[id*=row-1-hs]:nth-child(2n) {
	left: 30%;
}

button[id*=row-1-hs]:nth-child(3n) {
	left: 40%;
}

/******************* END ROW 1 HOTSPOTS ******************/

.video-icon {
	background:url(../images/video-img/video_title_icon.png) no-repeat;
	width:48px; height:43px;
	display:block;
	margin-right:20px;
}

.video-title {
	color:white;
	font-size: 1.8rem;
	font-weight: bold;
}

.transcript-box {
	float:left; 
	height:485px; 
	width:250px; 
	border:0px solid red;
	box-sizing: border-box;
	padding: 10px;
	color: white;
	font-weight: bold;
	font-size: 1.8rem;
	margin-left: 15px;
	visibility: hidden;
}

.transcript-text {
	height: 390px;
	overflow-y: scroll;
	font-weight:normal;
	font-size: 1.2rem;
	box-sizing: border-box;
	margin-top:20px;
	background-color: #202020;
	padding:10px;
	box-shadow: inset 3px 3px 5px #101010;
}


.transcript-icon {
	background: url(../images/video-img/transcript_icon.png) no-repeat;
	width:36px; height: 42px;
	display: inline-block;
	margin-right: 15px;
}

.transcript-title {
	display: block;
	border:0px solid red;
	position: relative;
	margin-top: 20px
}

.margin-flex-right-15 {
	margin:auto 0px auto auto;	
}

.margin-flex-right-15 .pop-up-closer {
	position:relative;
	top:5px;	
}

.transcript-button {
	display:inline-block;
	width:25px; height:29px;
	background:url(../images/video-img/transcript_btn_default.png) no-repeat;
	margin-right:10px;	
}

.transcript-button:hover,
.transcript-button:focus {
	background:url(../images/video-img/transcript_btn_over.png) no-repeat;
}

/******************* ROW 1 ELEMENTS **********************/

#nuts-magazine .turn-page {
	background-color:#fff;
	background-size:100% 100%;
}

.nuts-page {
	position:relative;
	display:block;
	width:396px;
	height:503px;	
}

#nuts-backward {
	position: absolute;
	left:47%;
}

#nuts-forward {
	position: absolute;
	left:51%
}

#nuts-0 {
	background:url(../images/magazine/magazine_1.png) no-repeat;
}

#nuts-1 {
	background:url(../images/magazine/magazine_2.png) no-repeat;
}

#nuts-2 {
	background:url(../images/magazine/magazine_3.png) no-repeat;
}

#nuts-3 {
	background:url(../images/magazine/magazine_4.png) no-repeat;
}

#nuts-4 {
	background:url(../images/magazine/magazine_5.png) no-repeat;
}

#nuts-5 {
	background:url(../images/magazine/magazine_6.png) no-repeat;
}

#nuts-6 {
	background:url(../images/magazine/magazine_7.png) no-repeat;
}

#nuts-7 {
	background:url(../images/magazine/magazine_8.png) no-repeat;
}

#nuts-8 {
	background:url(../images/magazine/magazine_9.png) no-repeat;
}

#nuts-9 {
	background:url(../images/magazine/magazine_10.png) no-repeat;
}

#nuts-10 {
	background:url(../images/magazine/magazine_11.png) no-repeat;
}

#nuts-11 {
	background:url(../images/magazine/magazine_12.png) no-repeat;
}

#nuts-12 {
	background:url(../images/magazine/magazine_13.png) no-repeat;
}

#nuts-13 {
	background:url(../images/magazine/magazine_14.png) no-repeat;
}

#nuts-14 {
	background:url(../images/magazine/magazine_15.png) no-repeat;
}

#nuts-15 {
	background:url(../images/magazine/magazine_16.png) no-repeat;
}

#physical-health-video {
	position:absolute;
	top:155px;
	left:33px;
	width:350px;
}


#nuts-5, 
#nuts-6 {
	font-size:1.2rem;	
}

#nuts-myths-facts-1 {
	border: 0px solid #F00;
	display: block;
	height: 300px;
	width: 275px;
	position: absolute;
	top: 180px;
	left: 130px;
	line-height:1.6rem;
}

#nuts-myths-facts-2 {
	border: 0px solid #F00;
	display: block;
	height: 470px;
	width: 310px;
	position: absolute;
	top: 30px;
	left: 40px;	
	line-height:1.6rem;
}

#nuts-myths-facts-1 .row,
#nuts-myths-facts-2 .row {
	margin-top:5px;
}

.nuts-vertical-align {
	display:flex;
	align-items:center;	
}

div[class*="col"] {
	padding:0px;
}

div[class*="nuts-truth-text"] {
	margin-top:4px;
	padding:0px;
	visibility:hidden;	
}

div[class*="nuts-truth-click"] {
	position:absolute;
	top:4px;
	left:0px;
	display: block;
	right:10px;
	color:#000;
}

.nuts-truth-short-bg {
	background:url(../images/magazine/magazine_truth_short_btn.png)	no-repeat;
	width:260px;
	height:46px;
}

.nuts-truth-short-bg:hover,
.nuts-truth-short-bg:focus {
	background:url(../images/magazine/magazine_truth_over_short_btn.png) no-repeat;
}

.nuts-truth-long-bg {
	background:url(../images/magazine/magazine_truth_long_btn.png) no-repeat;
	width:301px;
	height:46px;
}

.nuts-truth-long-bg:hover,
.nuts-truth-long-bg:focus{
	background:url(../images/magazine/magazine_truth_long_over_btn.png)	no-repeat;
}

#nuts-question-1 {
	position: absolute;
	top: 285px;
	left: 180px;
	width: 150px;
	border: 0px solid red;
	height: 24px;
	display: flex;
	justify-content: space-around;
}

#nuts-question-2 {
	position: absolute;
	top: 475px;
	left: 180px;
	width: 150px;
	border: 0px solid red;
	height: 24px;
	display: flex;
	justify-content: space-around;
}

#nuts-question-3  {
	position: absolute;
	top: 173px;
	left: 55px;
	width: 215px;
	border: 0px solid #F00;
	height: 24px;
	display: flex;
	justify-content: space-around;
}

#nuts-question-4 {
	position: absolute;
	top: 325px;
	left: 55px;
	width: 215px;
	border: 0px solid #F00;
	height: 24px;
	display: flex;
	justify-content: space-around;
}

#nuts-question-5  {
	position: absolute;
	top: 470px;
	left: 55px;
	width: 215px;
	border: 0px solid #F00;
	height: 24px;
	display: flex;
	justify-content: space-around;
}

#nuts-question-12  {
	position: absolute;
	top: 273px;
	left: 20px;
	width: 45px;
	border: 0px solid #F00;
	height: 100px;
	display: flex;
	justify-content: space-around;
	flex-direction:column;
}

div[id*="nuts-question"] div {
	display:flex;
}

div[id*="nuts-answer"] {
	font-weight:bold;
	position:absolute;
	width:125px;
	visibility:hidden;
}

#nuts-answer-1 {
	top: 215px;
	left: 40px
}

#nuts-answer-2 {
	top: 395px;
	left: 45px;
}

#nuts-answer-3 {
	top: 120px;
	left: 275px;
}

#nuts-answer-4 {
	left: 275px;
	top: 275px;
}

#nuts-answer-5 {
	left: 275px;
	top: 420px;
}

#nuts-answer-12 {
	left: 125px;
	top: 370px;
}

.vertical-align-top {
	vertical-align:top;	
}

.answer-a {
	background:url(../images/magazine/magazine_10_A_btn.png);	
}

.answer-a:hover,
.answer-a:focus {
	background:url(../images/magazine/magazine_10_A_over_btn.png);	
}

.answer-b {
	background:url(../images/magazine/magazine_10_B_btn.png);	
}

.answer-b:hover,
.answer-b:focus {
	background:url(../images/magazine/magazine_10_B_over_btn.png);	
}

.answer-c {
	background:url(../images/magazine/magazine_10_C_btn.png);	
}

.answer-c:hover,
.answer-c:focus {
	background:url(../images/magazine/magazine_10_C_over_btn.png);	
}

.custom-radio input[type="radio"] {
	display:none;
}

.custom-radio input[type="radio"]:active +.answer-card {
	opactiy:.9;	
}

.custom-radio input[type="radio"]:checked +.answer-card {
	filter:none;
}

.nuts-check {
	visibility:hidden;
	background:url(../images/magazine/magazine_10_check.png) no-repeat;
}

.nuts-check-space {
	width:15px;
	height:20px;
	display:inline-block;
}

.answer-card {
	cursor:pointer;
	//background-size:contain;
	background-repeat:no-repeat;
	display:inline-block;
	width:24px; height:24px;
	filter:brightness(1.8) grayscale(1) opacity(.7);
}

.answer-card:hover,
.answer-card:focus {
	filter:brightness(1.2) grayscale(.5) opacity(.9);	
}		

#physical-health-video-transcript {
	width:400px; height: 100px;
	overflow-y: scroll;
	position: absolute;
	top:370px; left:10px;
	background-color: #fff;
	padding:10px;
	border:1px solid #000;
}


#wb-warning-content,
#wb-inclusive-content {
	margin:30px 50px 30px 30px;
	width:90%;
	
}

#wb-warning {
	background:url(../images/white-board/warning_signs_screen_image.png) no-repeat;
	width:469px;
	height:315px;
	display:inline-block;
	background-size:contain;
	margin: 0px 20px 10px 0px;
	float:left;
}

#wb-warning-sign-icon {
	background:url(../images/white-board/warning_signs_screen_icon.png) no-repeat;
	width:115px; height:115px;
	display:block;
}

#wb-inclusive-sign-icon {
	background:url(../images/white-board/inclusion_for_all_screen_icon.png) no-repeat;
	width:115px; height:115px;
	display:block;
}

#wb-warning-text {
	color:white;
	float:left;
	display:inline-block;
	width:450px;
}

#wb-inclusive-text {
	color:white;
	float:left;
	display:inline-block;
	width:250px;
}

.wb-rule {
	border:none;
	border-bottom:1px solid #FFBB33;
}

#wb-inclusive {
	background:url(../images/white-board/inclusion_for_all_screen_image.png) no-repeat;
	width:652px;
	height:437px;
	display:block;
	background-size:contain;
	float:left;
	margin-right:10px;
}


#secure-poster-content {
	color:white;
	line-height: 4.0rem;
	font-size:1.6rem;
	padding:30px;
}

#secure-text {
	width:60%;
	margin: auto;
}

div[class*="pop-up-container-expert"] {
	color:white;	
	font-size: 1.6rem;	
}

div[class*="pop-up-container-expert"] .expert-close {
	top: 65px;
	left: 700px;
	position:absolute;
	cursor:pointer;
}

.expert-question {
	position: absolute;
	top:140px;
	left:100px;
	
}

.expert-answer {
	position: absolute;
	top:260px;
	left:100px;
	width:600px
}

.row-link-background {
	background-color: rgba(0, 0, 0, .85);
	left:170px;
	width: calc(100% - 170px);
	position: absolute;
	height: 120px;
  top: calc(10500px - 120px);
	
}

#row-1-image-link {
	margin: 15px auto;
	background: url(../images/mental-wellness/To_Mental_Wellness_btn_default.png) no-repeat;
	width: 193px; height:81px;
	cursor: pointer;
}

#row-1-image-link:hover,
#row-1-image-link:focus{
	background: url(../images/mental-wellness/To_Mental_Wellness_btn_over.png) no-repeat;
}

#row-2-image-link {
	margin: 15px auto;
	background: url(../images/reporting/reporting_row_default.png) no-repeat;
	width: 193px; height:81px;
	cursor: pointer;
}

#row-2-image-link:hover,
#row-2-image-link:focus{
	background: url(../images/reporting/reporting_row_over.png) no-repeat;
}




/******************** END ROW 1 ELEMENTS ****************/


/******************** ROW 2 ELEMENTS ****************/

img[id*="img-correctness"] {
	visibility:hidden; 
	margin-right:5px; 
	width:24px; 
	height:21px;
	float:left;
}

#knowledge-content {
	color:white;
	position: relative;
}

#knowledge-quiz {
	position: relative;
	width: 800px; height: 500px;
}

#bipolar-quiz {
	background: url(../images/bipolar-quiz/depressive_bipolar_quiz_background.png) no-repeat;
	width: 801px; height: 513px;
	display: block;
	position: relative;
}

#knowledge-question-count {
	position: relative;
	top:50px; left:150px;
  color:#ffbb33;
	font-size:1.6rem;
}

.knowledge-question-text {
	position: relative;
	top:100px; left: 150px;
	color:#ffffff;
	font-size:1.6rem;
}

.knowledge-submit {
	position: relative;
	top:150px; left:200px;
}

.knowledge-next {
	position: relative;
	top:150px; left:550px;
}

.bipolar-question-count {
	color:white;
	position: absolute;
	top:20px; right:50px;
}

.bipolar-question-text{
	color:#ffbb33;
	font-size:1.6rem;
	width:600px;
}

.bipolar-question-text {
	position: absolute;
	top:180px;
	left:100px;
}

.question-text label {
	margin-top: 10px;
	margin-left: 10px;
	font-weight: normal;
	color:white;
	display: table-cell;
}

.question-submit {
	background:url(../images/bipolar-quiz/depressive_bipolar_quiz_submit_btn_default.png) no-repeat;
	width: 51px; height: 51px;
	display: block;
	
}

.question-submit:hover:enabled,
.question-submit:focus:enabled {
	background:url(../images/bipolar-quiz/depressive_bipolar_quiz_submit_btn_over.png) no-repeat;
}

.question-next {
	background:url(../images/bipolar-quiz/depressive_bipolar_quiz_next_question_default.png) no-repeat;
	width: 180px; height: 51px;
	display: block;
	
}

.question-next:hover:enabled, 
.question-next:focus:enabled {
	background:url(../images/bipolar-quiz/depressive_bipolar_quiz_next_question_over.png) no-repeat;
}

.question-prompt {
	display:none;
}

#bipolar-quiz .question-prompt {
	position: absolute;
	top: 400px; left:100px;
	color:#fff;
	width: 400px;
}

#knowledge-quiz .question-prompt {
	position: absolute;
	top:50px; left:50px;
}

.bipolar-submit {
	position: absolute;
	bottom:30px; left:200px;;
}

.bipolar-next {
	position: absolute;
	bottom:20px; right:20px;
}

#music-text a {
	color:#ffbb33;
	text-decoration: underline;
}


#accordion-element-1 .accordion-title span {
	color:#d96828;
}

#accordion-element-2 .accordion-title span {
	color:#17b0c6;
}

#accordion-element-3 .accordion-title span {
	color:#956af2;
}

#accordion-element-4 .accordion-title span {
	color:#d23f23;
}

#accordion-element-5 .accordion-title span {
	color:#6186d0;
}

#accordion-element-6 .accordion-title span {
	color:#56ca8e;
}


li[id*="accordion-element-"] .accordion-content {
	width:630px; height:534px;
}

#accordion-element-1 .accordion-content {
	background: url(../images/flyer/flyer_S.png) no-repeat;
}

#accordion-element-2 .accordion-content {
	background: url(../images/flyer/flyer_B.png) no-repeat;
}

#accordion-element-3 .accordion-content {
	background: url(../images/flyer/flyer_D.png) no-repeat;
}

#accordion-element-4 .accordion-content {
	background: url(../images/flyer/flyer_P.png) no-repeat; 
}

#accordion-element-5 .accordion-content {
	background: url(../images/flyer/flyer_S.png) no-repeat; 
}

#accordion-element-6 .accordion-content {
	background: url(../images/flyer/flyer_A.png) no-repeat; 
}


.accordion-content-header {
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: .5rem;
	color:#ffffff;
}

.accordion-content-header::before {
	content:'';
	background: url(../images/flyer/flyer_icon.png) no-repeat;
	width: 72px; height: 68px;
	display: inline-block;
	margin-right: 20px; 
	margin-bottom: -20px;
}

.accordian-content-text {
	margin-top:40px;
	font-size: 1.5rem;
	line-height: 3.0rem;
	text-shadow: 0px 0px 4px #000000;
	color:#ffffff;
}

.accordian-content-text a {
	color: #1B0B6B;
	text-shadow: 0px 0px 10px #ffffff;
	text-decoration: underline;
}

.accordion {
    -webkit-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    -moz-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    font-family: Arial, Helvetica, sans-serif;
    border-color: #505050;
    border-style: solid;
    border-width: 0px;
    border-radius: 0px;
    margin: 0 auto;
    height: 536px;
    width: 844px;
	  border-left: 1px solid #85888c;
}

.accordion > ul > li,
.accordion-title,
.accordion-content,
.accordion-separator {
    float: left;
}

.accordion > ul > li {
    /*background-color: #1f1f1f;*/
	  background-color: #85888c;
	  /*border:1px solid white;*/
	  border-top: 1px solid #85888c;
	  border-bottom: 1px solid #85888c;
    margin-right: -686px;
    margin-bottom: -0px;
}

.accordion-select:checked ~ .accordion-separator {
    margin-right: 686px;
    margin-bottom: 0px;
}

.accordion-title,
.accordion-select  {
    /*background-color: #2d2d2d;*/
	  background-color: rgba(0,0,0,.90);
    color: #ffffff;
    width: 25px;
    height: 534px;
    font-size: 15px;
	  
}

.accordion-title span {
    margin-bottom: 20px; 
    margin-left: 20px;
	  font-size:1.2rem;
}

.accordion-select:hover ~ .accordion-title,
.accordion-select:checked ~ .accordion-title {
    /*background-color: #3068cc;*/
	  /*background-color: white;*/
}

.accordion-title span  {	
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-writing-mode: lr-bt;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    margin-left: 0px;
    line-height: 40px;
}

.accordion-content {
    background-color: #3e3e3e;
    color: #f5f2f0;
    height: 442px;
    width: 644px;
    padding: 28px;
	  visibility: hidden;
	  transition: 1	eases all;
}

.accordion-title,
.accordion-select:checked ~ .accordion-content {
    margin-right: 1px;
    margin-bottom: 1px;
	  visibility: visible;
}

/* Do not change following properties, they aren't 
generated automatically and are common for each slider. */
.accordion {
    overflow: hidden;
}

.accordion > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 101%;
}

.accordion > ul > li,
.accordion-title {
    position: relative;
}

.accordion-select {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1;
}

.accordion-title span {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    white-space: nowrap;
	  letter-spacing:3px;
}

.accordion-content {
    position: relative;
    overflow: auto;
	box-sizing:content-box;
}

.accordion-separator {
    transition: margin 0.3s ease 0.1s;
    -o-transition: margin 0.3s ease 0.1s;
    -moz-transition: margin 0.3s ease 0.1s;
    -webkit-transition: margin 0.3s ease 0.1s;
}

#brain-content,
#music-content,
#depression-content,
#conclusion-content,
#knowledge-content, #reporting-content
{
	width:95%; height:300px;
	padding:30px;
}

#brain-text,
#music-text, 
#depression-text,
#conclusion-text, 
#reporting-text
{
	color:white;
	font-size:1.6rem;
	padding-left:155px;
	line-height: 3.0rem;

}

#brain-text,
#music-text,
#depression-text {
	margin-top:40px;
}

#depression-text p {
	margin-top:30px;
}

#ptsd-poster-content {
	padding:30px;
}

#ptsd-poster-text {
	color:white;
	width:65%;
	margin: 40px auto;
	font-size:1.6rem;
}

#ptsd-poster-text img {
	float:left;
	margin-right:20px;
}

/******************** END ROW 2 ELEMENTS ****************/

#reporting-div {
	background:url(../images/reporting/reporting.jpg) no-repeat;
	background-size:cover;	
	position: absolute;
}

#end-of-course {
	position: absolute;
	bottom: 0px;
	width: 550px; height: 100px;
	left:calc(50% - 170px);
	color: white;
	font-size: 1.8rem;
	
}