/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	margin-top:20px;
	margin-bottom:40px;
	padding-left:20px;
}

ol li{
	padding-left: 10px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

html{
	font-size: 18px;
	scroll-behavior: smooth;
}

body {
	font-family: "Open Sans", sans-serif;
	line-height: 1.5;
    font-style: normal;
    font-size:1rem;
	color:#444444;
	background-color:#FFFFFF;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a{
	text-decoration: none;
	color:inherit;
	-webkit-transition: 0.3s; /* Safari */
    transition: 0.3s;
    cursor: pointer;
}
a:hover{
	color:#0072A5;
}
b{
	font-weight: bold;
}

/* Font Book */
h1{
	font-family: 'Quicksand', sans-serif;
	font-size:3rem;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 1.25;

	margin-bottom:10px;
}
h2{
	font-family: 'Quicksand', sans-serif;
	font-size:2.25rem;
}
h3{
	font-family: 'Quicksand', sans-serif;
	font-size:1.8rem;
	margin-bottom: 10px;
}
h4{ 
	font-family: "Open Sans", sans-serif;
	font-size:1.35rem;
}
h5{ /* Not button */
	font-family: "Open Sans", sans-serif;
	font-size:0.9rem;
}
h6{ /* Button */
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
	font-size:0.9rem;
}

p{
	font-family: "Open Sans", sans-serif;
	font-size:1rem; /*20*/
}

@media only screen and (max-width: 1600px) {
}
@media only screen and (max-width: 1024px) {
    html {
        font-size:16px;
    }
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 480px) {

}


/* Header
-----------------------------------------------------------------------------*/
.header {
	width:100%;
}

/* Middle
-----------------------------------------------------------------------------*/
.container{
	width:100%;
}
	.navigationBar{
		position: absolute;
		z-index: 2;
		width:100%;
		height:80px;
		background-color:#FFFFFF;
		display: -webkit-flex;
 		display:         flex;
 		-webkit-align-items: center;
	    		align-items: center;
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
	}
		.menuBtn{
			z-index: 2;
			margin-left:40px;

			width:30px;
			height:30px;

			display: -webkit-flex;
	 		display:         flex;
	  		-webkit-align-items: center;
	        align-items: center;
			-webkit-justify-content: center;
	        justify-content: center;
		}
		.naviButton{
			height: 100%;
			margin-left:30px;
			border-left:1px solid #CCCCCC;
			
		}
		.activeNavBtn{
			border-bottom: 4px solid #0072A5 !important;
		}
		.naviButton .iconHome{
			float:left;
			
			height:100%;
			margin-left:30px;

			display: -webkit-flex;
	 		display:         flex;
	  		-webkit-align-items: center;
	        align-items: center;
		}
		.naviButton .iconHome h6{
			margin-left: 0px;
			
			display: -webkit-flex;
	 		display:         flex;
	  		-webkit-align-items: center;
	        align-items: center;
		}
		.naviButton .iconHome img{
			float: left;
			margin-right:10px;
			width:30px;
		}
		.naviButton h6{
			float:left;
			height: 100%;
			margin-left:30px;

			text-transform: uppercase;
			color:#0072A5;
		}
		.naviButton h6 a{
			height: 100%;
			display: -webkit-flex;
	 		display:         flex;
	  		-webkit-align-items: center;
	        align-items: center;
	        border-bottom: 4px solid rgba(255,255,255,0);
		}
			.bar1, .bar2, .bar3 {
			    width: 30px;
			    height: 2px;
			    background-color: #0072A5;
			    margin: 10px 0;
			    transition: 0.4s;
			}
			.change .bar1 {
			    -webkit-transform: rotate(-45deg) translate(-9px, 9px);
			    transform: rotate(-45deg) translate(-9px, 9px);
			    margin: 10px 0;
			}
			.change .bar2 {
				opacity: 0;
			}

			.change .bar3 {
			    -webkit-transform: rotate(45deg) translate(-8px, -8px);
			    transform: rotate(45deg) translate(-8px, -8px);
			    margin: 10px 0;
			}

		.openedNavigation{
			position: fixed;
			left:0;
			top:-100vh;
			width:100vw;
			height:0;
			overflow: hidden;
			padding:15%;
			padding-top:0px;
			color: #444444;
			background-color:#0072A5;
			transition: 0.6s;
		}
		.fixed{
			position: fixed !important;
		}
		.displayNone{
			display:none !important;
		}
		.expand{
			background-color:#FFFFFF;
			top:0vh;
			height:100vh;
			padding-top:200px;
		}
		.openedNavigation .navBtn{
			margin-bottom: 40px;
		}

	.divider{
		height:1px;
		clear:both;
	}

	.footerDiv{
	text-align: center;
	padding-top:30px;
	padding-bottom:30px;
	color:#444444;
	font-size:0.7rem;
	}
	.footerDiv .module{
		margin-top:0px;
		margin-bottom:0px;
	}



	/* Hero Banner */
	.herobanner{
		position:relative;
		width:100%;
		height:100vh;
		padding:0 40px;
		color:#FFF;
		overflow: hidden;

		background-color:#999999;
		background-image: url("../images/herobanner.jpg");
		background-position: center center;
		background-size: cover;

		display: -webkit-flex;
 		display:         flex;
  		-webkit-align-items: center;
        align-items: center;
		-webkit-justify-content: center;
        justify-content: center;
        z-index: 1;
	}
		.bannerContent{
			max-width:900px;
			text-align: center;
		}
		.bottomShadow{
			position: absolute;
			z-index: 0;
			left:0;
			bottom:0px;
			width:100%;
			height:200px;
			background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4));
		}
		.scrollButton{
			position: absolute;
			left:calc(50% - 100px);
			bottom:30px;
			width:200px;
			text-align: center;
			letter-spacing: 2px;
			-webkit-transition: 0.3s; /* Safari */
    		transition: 0.3s;
		}
		.scrollButton:hover{
			cursor: pointer;
			opacity: 0.5;
			color:white;
		}
			.scrollArrow{
				margin: 0 auto;
				margin-top:6px;
				width:20px;
				height:25px;
				background-image: url(../images/scroll_arrow.png);
				background-repeat: no-repeat;
				animation-name: floating;
				animation-duration: 1s;
				animation-iteration-count: infinite;
				animation-timing-function: linear;
			}
			@keyframes floating {
			  0% {background-position-y: 0%;}
			  50% {background-position-y: 100%;}
			  100% {background-position-y: 0%;}
			}


	/* Modules */

	.module{
		padding:120px 0;
	}
	.blueBg{
		color:white;
		background-color: #0072A5;
		background-image: url("../images/blue_bg_img.jpg");
	}
	.greyBg{
		background-color: #F7F7F7;
		background-image: url("../images/grey_bg_img.jpg");
		background-repeat: repeat;
	}
	.divider_middle{
		padding-bottom: 80px;
	}
	.divider_big{
		padding-bottom: 160px;
	}

	.contentContainer{
		margin: 0 auto;
		padding-bottom: 80px;
		width:100%;
		height:100%;
		max-width: 1224px;
		padding:0 40px;
		text-align: center;
	}
		.leftAlignedContent{
			text-align: left;
		}
		.leftAlignedContent .sectionHeader{
			max-width: inherit;
		}

	.sectionHeader{
		max-width: 960px;
		margin:0 auto;
	}
		.sectionSubtitle{
			margin-bottom: 40px;
		}

	.displayFrame{
		margin-top:40px;
        display: -webkit-flex;
	    display: flex;
	    flex-wrap: wrap;
	}
	.displayBlock{
		padding:0 20px;
		/*flex: 1;*/
		max-width: 33%;
		min-width: 33%;
		margin-top: 40px;
	}

	.displayInRow .displayBlock{
		max-width: 100%;
		min-width: 100%;
	}
	.displayInRow .displayBlock .icon{
		float: left;
	}
	.displayInRow .displayBlock p{
		height:120px;
		text-align: left;
		padding-left: 30px;

		display: -webkit-flex;
 		display:         flex;
  		-webkit-align-items: center;
        align-items: center;
	}

	.column2{
		max-width: 50%;
		min-width: 50%;
	}
	.icon{
		margin: 0 auto;
		margin-bottom: 30px;
		width:120px;
		min-width:120px;
		height:120px;
		background-size: cover;
	}
	.displayBlock p{
		height:90px;
	}
	#icon01{
		background-image: url("../images/feature_01.png");
	}
	#icon02{
		background-image: url("../images/feature_02.png");
	}
	#icon03{
		background-image: url("../images/feature_03.png");
	}

	.fullPageImage{
		width:100%;
		height:0;
		padding-top:56.25%;
		margin-bottom: 60px;
		background-size: cover;
	}
	#assignment01{
		background-image: url("../images/assignment_1.jpg");
	}
	#assignment02{
		background-image: url("../images/assignment_2.jpg");
	}

	.mainButtonFrame{
		width:210px;
		height:60px;
		margin: 0 auto;
	}
	.leftAlignedBtn{
		margin-left:0;
	}
	.mainButton{
		width:100%;
		height:100%;
		background-color: #0072A5;
		color: white;
		text-transform: uppercase;
		border-radius: 30px;
		border:1px solid #0072A5;

		display: -webkit-flex;
 		display:         flex;
  		-webkit-align-items: center;
        align-items: center;
		-webkit-justify-content: center;
        justify-content: center;
	}
		.inverseButton{
			background-color: white;
			color: #0072A5;
		}
		.inverseButton:hover{
			border:1px solid white;
			background-color: inherit;
			color: #FFFFFF !important;
		}
		.inline_button{
			display: inline;
			color:#0072A5;
		}

	.remark h5{
		margin-top: 30px;
	}
		.mainButton:hover{
			color:#0072A5;
			background-color: inherit;
			cursor: pointer;
		}
	.duty{
		padding-bottom: 10px;
		margin-bottom:25px;
		/*text-transform: uppercase;*/
		font-weight: bold;
		color: #4DC8FF;
	}
	.duty_line{
		width: 30px;
		height:1px;
		margin: 0 auto;
		margin-top: 30px;
		border-bottom: 1px solid #FFF;
	}

	#icon_contact_01{
		background-image: url("../images/Icon_contactPerson_01.png");
	}
	#icon_contact_02{
		background-image: url("../images/Icon_contactPerson_02.png");
	}
	#icon_contact_03{
		background-image: url("../images/Icon_contactPerson_03.png");
	}
	.contact_name{
		margin-bottom: 10px;
	}

	#icon_survey{
		background-image: url("../images/Icon_survey.png");
	}

	/* Chapter 1  -------------------------------------------------------- */
	/* Chapter 2  -------------------------------------------------------- */

	.videoFrame{
		position: relative;
		width:100%;
		padding-top:56.25%;
		background-color: #CCCCCC;
	}
	.videoList{
		width:100%;
		background-color: white;
		padding:1px 30px;
	}
	.active{
		color:#0072A5;
	}
		.videoListRow{
			position: relative;
			margin:30px 0;
			white-space: nowrap;
    		overflow: hidden;
			cursor: pointer;
		}
		.videoListRow .playIcon{
			width:12px;
			height:16px;
			background-color: white;
			background-image: url(../images/playIcon.png);
			background-size: cover;
			position: absolute;
			top: calc(50% - 6px);
			left:0;
		}
		.vidoeoListOrder{
			display: inline;
			padding-right:20px;
			margin-right:20px;
			border-right:1px solid #CCCCCC;
			white-space: nowrap;
		}
		.vidoeoListTime{
			display: inline;
			padding-right:20px;
		}

	.questionnaire{
		padding-top:20px;
	}
	.questionnaire .question{
		margin-bottom: 10px;
		margin-top:60px;
	}
	.questionnaire .answer{
		width:100%;
	}
	.questionnaire .answer div input{
		margin: 0;
		margin-top:0px;
		margin-right:10px;

		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

	/* The container */
	.questionnaire .answer label {
		display: inline;
		position: relative;
		padding-left: 30px;
		margin-right:40px;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.questionnaire .answer label div{
		position: relative;
		display: inline;
	}

	/* Hide the browser's default radio button */
	.questionnaire .answer label input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

	/* Create a custom radio button */
	.checkmark {
		position: absolute;
		top: calc(50% - 10px);
		left: 0;
		height: 20px;
		width: 20px;
		background-color: #fff;
		border: 1px solid #CCCCCC;
		border-radius: 50%;
	}

	/* On mouse-over, add a grey background color */
	.questionnaire .answer label:hover input ~ .checkmark {
		background-color: #EEE;
	}

	/* When the radio button is checked, add a white background */
	.questionnaire .answer label input:checked ~ .checkmark {
		background-color: white;
	}

	/* Create the indicator (the dot/circle - hidden when not checked) */
	.checkmark:after {
		content: "";
		position: absolute;
		display: none;
	}

	/* Show the indicator (dot/circle) when checked */
	.questionnaire .answer label input:checked ~ .checkmark:after {
		display: block;
	}

	/* Style the indicator (dot/circle) */
	.questionnaire .answer label .checkmark:after {
		top: 4px;
		left: 4px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #0072A5;
	}

	.bottomButton{
		position: absolute;
		bottom: 0;
		left: 0;
		width:100%;
		height:120px;
		background-color: #0072A5;
		color: white;
        cursor: pointer;
        -webkit-transition: 0.3s; /* Safari */
    	transition: 0.3s;
	}
	.bottomButton:hover{
		padding-left:30px;
	}
	.bottomButton .contentContainer{
		text-align: left;
		display: -webkit-flex;
 		display:         flex;
  		-webkit-align-items: center;
        align-items: center;
		-webkit-justify-content: left;
        justify-content: left;
	}
	
	.bottomButton .arrowButton{
		display: inline-block;
		width:20px;
		height:20px;
		margin-left:10px;
		background-image:url("../images/right_arrow.png");
		background-size: cover;
	}

	.buttomButton_disable{
		background-color: #999999;
		pointer-events: none;
	}

	/* Chapter 3 -------------------------------------------------------- */

	.resultGroup{
		width:100%;
		margin-top: 30px;
	}
		.resultBox{
			width:100%;
			padding: 40px;
			margin-bottom: 20px;
			background-color: white;
			box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
			position: relative;
		}
			.clickArea{
				position: absolute;
				z-index:2;
				top:0;
				left:0;
				width:100%;
				height:120px;
				cursor: pointer;
			}
			.resultBoxTop{
				display: -webkit-flex;
		 		display:         flex;
		  		-webkit-align-items: center;
		        align-items: center;
			}
			.resultBoxTop h4{
				-webkit-flex: 1;
	          	flex: 1;
			}
				.resultBoxButton{
					cursor: pointer;
					-webkit-flex: none;
	         		flex: none;
					position: relative;
					width:40px;
					height:40px;
				}
				.resultBoxButton .resultBtnBar1{
					position: absolute;
					top:calc(50% - 1px);
					left:0;
					width:100%;
					height:2px;
					background-color: #444444;
				}
				.resultBoxButton .resultBtnBar2{
					position: absolute;
					top:calc(50% - 1px);
					left:0;
					width:100%;
					height:2px;
					background-color: #444444;
					-webkit-transition: 0.3s; /* Safari */
    				transition: 0.3s;
				}
				.cross{
					-webkit-transform: rotate(90deg) translate(-0px, 0px);
			   		transform: rotate(90deg) translate(-0px, 0px);
			   	}

				.resultDetail{
					max-height: 3000px;
					-webkit-transition: 0.3s; /* Safari */
    				transition: 0.3s;
				}
				.hidden{
					max-height: 0px !important;
					overflow: hidden;
				}
					.resultText{
						margin-top:40px;
						margin-bottom: 40px
					}
					.resultGraph{
						padding-top:40px;
						border-top:1px solid #CCCCCC;

						display: -webkit-flex;
				 		display:         flex;
					}
						.resultGraph h5{
							text-transform: uppercase;
							letter-spacing: 1.5px;
							margin-bottom:6px;
						}
						.graphLeft{
							-webkit-flex: none;
		          			flex: none;

							margin-right: 30px
						}
						.graphRight{
							-webkit-flex: 1;
		          			flex: 1;

							padding-left: 30px;
							border-left:1px solid #CCCCCC;
							display:inline;
						}
							.gradingText{
								text-transform: uppercase;
								font-weight: bold;
								color:#0072A5;
								margin-bottom:40px;
							}
							.userAnswer{
								color: #0072A5;
							}
							.userAnswerBar{
								background-color: #0072A5 !important;
							}
							.correctAns{
								color: #17A217;
							}
							.instructorAnswer{
								color: #17A217;
							}
							.instructorAnswerBar{
								background-color: #17A217 !important;
							}							

							.graphText{
								margin-bottom: 10px
							}
							.graphBar{
								width:100%;
								height:48px;
								background-color:#767D8D;
								margin-bottom: 20px;

								display: -webkit-flex;
						 		display:         flex;
						  		-webkit-align-items: center;
						        align-items: center;
								-webkit-justify-content: flex-end;
						        justify-content: flex-end;
							}
								.barLabel{
									color:white;
									margin-right: 15px;
								}
								.outsideLabel{
									position: absolute;
									color:#444444;
								}
								.blueTxt{
									color:#0072A5;
									font-weight: bold;
								}
								.greenTxt{
									color:#17A217;
									font-weight: bold;
								}

					.instructorComment{
						margin-top: 40px;
						padding-top: 40px;
						border-top:1px solid #CCCCCC;
						width:100%;
					}
					.instructorComment p{
						margin-bottom: 40px;
					}
					.instructorComment .lastDisplayGrid{
						margin-bottom: -20px;
					}
					.lastChild{
						margin-bottom: 0 !important;
					}

					.displayGrid{
						position: relative;
						margin: 0 -1%;
						margin-bottom: 20px;
	   					width: 102%;
	   					display: -webkit-flex;
				 		display:         flex;
	    				flex-wrap: wrap;
					}

					.displayBox{
						position: relative;
						padding: 0% 1%;
						margin-bottom: 20px;
					    
		          		display: -webkit-flex;
				 		display:         flex;
						-webkit-justify-content: center;
				        justify-content: center;
					}
					.displayBox img{
						position: relative;
					    width: 100%;
					    height: auto;
					}
					.Box50{
						min-width: 50%;
					    max-width: 50%;
					    width:50%;
					}
					.Box100{
						min-width: 100%;
					    max-width: 100%;
					    width:100%;
					}

	/* Chapter 4 -------------------------------------------------------- */
	#chapter4{
		text-align: center;
	}
	#icon_tips_01{
		background-image: url("../images/tips_01.png");
	}
	#icon_tips_02{
		background-image: url("../images/tips_02.png");
	}
	#icon_tips_03{
		background-image: url("../images/tips_03.png");
	}
	#icon_tips_04{
		background-image: url("../images/tips_04.png");
	}
	#icon_tips_05{
		background-image: url("../images/tips_05.png");
	}
	#icon_tips_06{
		background-image: url("../images/tips_06.png");
	}
	#icon_tips_b_01{
		background-image: url("../images/tips_b_01.png");
	}
	#icon_tips_b_02{
		background-image: url("../images/tips_b_02.png");
	}
	#icon_tips_b_03{
		background-image: url("../images/tips_b_03.png");
	}
	#icon_tips_b_04{
		background-image: url("../images/tips_b_04.png");
	}
	#icon_tips_b_05{
		background-image: url("../images/tips_b_05.png");
	}
	#icon_tips_b_06{
		background-image: url("../images/tips_b_06.png");
	}

	/* Chapter 5 -------------------------------------------------------- */
	#chapter5{
		text-align: center;
	}

	/* Chapter 3 (Act.2) -------------------------------------------------------- */
	.exampleFrame{
		width: 100%;
		padding:40px;
		background-color: white;
	}
	.exampleTab{
		position: relative;
		display: -webkit-flex;
 		display:         flex;
  		-webkit-align-items: center;
        align-items: center;
        border-bottom: 1px solid #999999;
	}
		.tabButton{
			-webkit-flex: 1;
	          		flex: 1;
	        text-align: center;
	        padding-bottom: 15px;
	        cursor: pointer;
		}
		.tabUnderline{
			position: absolute;
			left:0;
			bottom:-1px;
			width:33.33%;
			margin-left: 0;/*66.68%;*/
			border-bottom: 2px solid #0072A5;
			-webkit-transition: 0.3s;
    		transition: 0.3s;
		}
	.exampleArticle{
		width:100%;
		padding-top:40px;
	}
	.exampleArticle ul{
		margin-bottom: 0;
		padding-left: 0;
	}
	.exampleArticle ul p{
		margin-bottom: 15px;
	}
	.exampleArticle ul li{
		margin-left: 16px; 
		margin-bottom: 20px;
		padding-left: 6px;
		list-style: url(../images/bullet_circle_small.png);
	}

	#tab_a{
	}
	#tab_b{
	}
	#tab_c{
	}
	.tooltip{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index: 2;
	}
	.tooltipText{
		visibility: hidden;
		width:200px;
		position: absolute;
		z-index: 1;
		top: 35px;
		right:calc(50% - 100px);
		padding:10px;
		border-radius: 15px;
		color:#444444;
		background-color:#FFFFCC;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	}
	.tooltip:hover .tooltipText{
	  visibility: visible;
	}

	.button_disable{
		position: relative;
		color:#999999;
	}
	.button_disable:active {
		pointer-events: none;
	}
	.button_disable::after{
		content: '';
		position: absolute;
		top:calc(50% - 17px);
		width:14px;
		height:18px;
		margin-left:10px;
		background-image: url("../images/icon_lock.png");
		background-size: cover;
	}

	.tabHighlight{
		color:#0072A5;
	}

	#student_a{
	}
	#student_b{
		display:none;
	}
	#student_c{
		display:none;
	}

	.writtenComment ul{
		margin: 0px;
		list-style: url(../images/bullet_circle_small.png);
	}
	.writtenComment ul li{
		margin-bottom: 20px;
	}

	.fourCol .displayBlock{
		padding:0 20px;
		/*flex: 1;*/
		max-width: 25%;
		min-width: 25%;
		margin-top: 40px;
	}

	.popUpWindow{
		position: fixed;
		z-index: 99;
		width: 100%;
		height:100%;
		background-color: rgba(0,0,0,0.5);
		background-image: url(../images/congratulation_bg.png);

		background-position: center;
		background-repeat: no-repeat;

		display: -webkit-flex;
 		display:         flex;
  		-webkit-align-items: center;
        align-items: center;
		-webkit-justify-content: center;
        justify-content: center;

		opacity: 0;
	}
		.popUpBg{
			width: 960px;
			height: 960px;
			background-image: url(../images/congratulation_bg.png);
		}
		.popUpBox{
			position: relative;
			max-width:500px;
			padding: 60px 40px;
			background-color: #FFFFFF;
			text-align: center;
			border-radius: 20px;
			margin:0 15px;
		}
		.popUpBox .closeBtn{
			position: absolute;
			width:30px;
			height:30px;
			top: 20px;
			right:20px;
			background-image: url("../images/closeBtn.png");

			display: -webkit-flex;
	 		display:         flex;
	  		-webkit-align-items: center;
	        align-items: center;
			-webkit-justify-content: center;
	        justify-content: center;
	        cursor: pointer;

	        -webkit-transition: 0.3s;
			transition: 0.3s;
		}
		.popUpBox .closeBtn:hover{
			opacity: 0.7;
		}

		.emailForm{

		}


@media only screen and (max-width: 1600px) {
	
}
@media only screen and (max-width: 1024px) {
	.bannerContent{
		left:40px;
		bottom:40px;
	}
	.module{
		padding:100px 40px;
	}
	.contentContainer{
    	padding:0;
    }
	.bottomButton{
		padding-left:40px;
	}
	.bottomButton:hover{
		padding-left:70px;
	}
	
}
@media only screen and (max-width: 768px) {
	.naviButton{
		display: none;
		margin-left:15px;
	}
	.naviButton .iconHome{
		margin-left:15px;
	}
	.divider_middle{
		margin-bottom: 40px;
	}
	.divider_big{
		padding-bottom: 80px;
	}

	.menuBtn{
		margin-left:15px;
	}
	.openedNavigation{
		padding:15px;
		padding-top:120px;
	}
	.bannerContent{
		left:15px;
		bottom:40px;
	}
	.module{
		padding:100px 15px;
	}
	.displayBlock{
    	min-width: 100% !important;
    	max-width: 100% !important;
    }
    .displayBlock p{
		height:inherit;
	}
	.icon{
		margin-bottom: 15px;
		width:100px;
		min-width:100px;
		height:100px;
	}

	.displayInRow .displayBlock .icon{
		margin: none;
		float: none;
	}
	.displayInRow .displayBlock p{
		height:auto;
		text-align: center;
		padding-left: 0px;

		display: block;
	}


	.openedNavigation .navBtn{
		font-size:1.2rem;
	}
	.navigationBar{
		height:60px;
	}
	.bar1, .bar2, .bar3 {
	    width: 24px;
	    margin: 6px 0;
	}
	.menuBtn{
		width:24px;
		height:24px;
	}

	.vidoeoListTime{
		display: none;
	}

	.questionnaire .answer label {
		width: 100%;
		height: 50px;
		padding-left:15px;
		margin-bottom: 5px;
		
		display: -webkit-flex;
 		display:         flex;
  		-webkit-align-items: center;
        align-items: center;
	}
	.questionnaire .answer label input:checked ~ .checkmark {
		background-color: #0072A5;
	}
	.questionnaire .answer label input:checked ~ div {
		color: white;
	}
	.checkmark {
		z-index: -2;
		top: 0;
		left: 0;
		width: 100%;
		height:50px;
		border: 1px solid #CCCCCC;
		border-radius: 0;
	}
	.checkmark p{
		position: absolute;
		display: inline;
		top:0;
		left:30px;
	}
	.questionnaire .answer label .checkmark:after {
		visibility: hidden;
	}
	.bottomButton{
		height:60px;
		padding-left:15px;
	}
	.bottomButton:hover{
		padding-left:45px;
	}
	.bottomButton .arrowButton{
		width:16px;
		height:16px;
	}

	.resultBox{
		padding:20px 15px;
	}
		.resultBoxTop{

		}
		.resultText{
			margin-top: 20px;
			margin-bottom: 0;
		}
		.resultGraph{
			display: inherit;
			border-top: none;
			padding-top:30px;
		}
		.resultBoxButton{
			width:18px;
			height:18px;
		}
			.graphLeft{
				margin-right: 0px
			}
			.graphRight{
				padding-left: 0;
				border-left:none;
			}
				.gradingText{
					margin-bottom: 30px;
				}

			.displayGrid{
				margin: 0 0%;
				width: 100%;
			}
				.displayBox{
					display: block;
					padding: 0%;
					min-width: 100%;
					max-width: 100%;
					width:100%;
				}
		.resultDetail{
			/*-webkit-transition: none;
			transition: none;*/
		}
		.clickArea{
			height:80px;
		}
}

@media only screen and (max-width: 480px) {
	h1{
		font-size:2.8rem;
	}
	.videoList{
		padding:1px 15px;
	}
	.vidoeoListOrder{
		padding-right:10px;
		margin-right:10px;
	}
	.tooltipText{
		right:0;
	}
}
@media only screen and (max-width: 360px) {
	h1{
		font-size:2rem;
	}
}


section {
	opacity: 0;
	transform: translate(0, 20px); 
	-webkit-transition: 1s; /* Safari */
    transition: 1s;
}

section.visible {
	opacity: 1;
	transform: translate(0, 0); 
}


/* */





/* --- Interactions --- */
.fadeIn{
	display:block !important;
	opacity: 1 !important;
}
#introduction_module{
	min-height:0vh;
}
.height100vh{
	min-height:100vh !important;
}
#stage_a{
	-webkit-transition: 0.3s;
    transition: 0.3s;
	display: none;
	opacity: 0;
}
#chapter2{
	-webkit-transition: 0.3s;
    transition: 0.3s;
	display: none;
	opacity: 0;
}
#chapter2b{
	-webkit-transition: 0.3s;
    transition: 0.3s;
	display: none;
	opacity: 0;
}
#chapter3{
	-webkit-transition: 0.3s;
    transition: 0.3s;
	display: none;
	opacity: 0;
}
#chapter4{
	-webkit-transition: 0.3s;
    transition: 0.3s;
	display: none;
	opacity: 0;
}
#chapter5{
	-webkit-transition: 0.3s;
    transition: 0.3s;
	display: none;
	opacity: 0;
}
#bottom_button{
	-webkit-transition: 0.3s;
    transition: 0.3s;
	display: none;
	opacity: 0;
}