<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{background-color: #2E859E; height: 100%;}
body{min-height: 100%}

.iframe{
  width: 90%;
  height: 600px;

  overflow: hidden !important;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


/* REFERENCE: https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */
.videoWrapper{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul{
  /*list-style: none;*/
}

.blind-list{
  list-style: none;
}

#content{

}

h1{
	font-size: 36px;
}

#content .frame{
	display: none;
	background-color: #2e859e;
}


#content .frame-active{
	display: block;
}

.box{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	padding: 10px;
	margin-top: 3em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10em;
	width: 80%;
	background-color: #F7F7F9;
	min-height: 300px;
	font-size: 20px;
}

.text-center{
	text-align: center;
}

.paragraph{
	text-indent: 1em;
	text-align: justify;
	text-justify: inter-word;
	margin-left: 20px;
	margin-right: 20px;
}

.full{
	width: 80%;
	padding: 5px;
}

.half{
	width: 40%;
	padding: 5px;
}

.bold{
	font-weight: bold;
}

.red{
	color: red;
}

.light-box{
	/*http://jsfiddle.net/evSb5/2/*/
	padding: 10px;
	border: 2px gray solid;
	background:grey; border-radius:2px;
	background-image: -webkit-gradient(linear,left top, left bottom, color-stop(0, #F2F2F2), color-stop(1, #CFCFCF));
	background-image: -o-linear-gradient(bottom, #F2F2F2 0%, #CFCFCF 100%);
	background-image: -moz-linear-gradient(bottom, #F2F2F2 0%, #CFCFCF 100%);
	background-image: -webkit-linear-gradient(bottom, #F2F2F2 0%, #CFCFCF 100%);
	background-image: -ms-linear-gradient(bottom, #F2F2F2 0%, #CFCFCF 100%);
	background-image: linear-gradient(to bottom, #F2F2F2 0%, #CFCFCF 100%);
}

.light-box:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EAF6FD), color-stop(1, #A7D8F5));
	background-image: -o-linear-gradient(bottom, #EAF6FD 0%, #A7D8F5 100%);
	background-image: -moz-linear-gradient(bottom, #EAF6FD 0%, #A7D8F5 100%);
	background-image: -webkit-linear-gradient(bottom, #EAF6FD 0%, #A7D8F5 100%);
	background-image: -ms-linear-gradient(bottom, #EAF6FD 0%, #A7D8F5 100%);
	background-image: linear-gradient(to bottom, #EAF6FD 0%, #A7D8F5 100%);
	border: #3c7fb1 solid 1px;
}

.upper-step-1{
	padding-top: 120px;
}

.upper-step-2{
	padding-top: 30px;
}

.upper-step-3{
	padding-top: 20px;
}

.upper-step-4{
	padding-top: 5px;
}

.under-step-1{
	margin-bottom: 120px;
}

.under-step-2{
	margin-bottom: 20px;
}

.big-number{
	font-size: 60px;
}

.list-links{
  cursor: pointer;
}

h3{
	font-size: 30px;
	font-weight: normal;
}

.bootstrap-button{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.bootstrap-button:hover{	
	color: #333;
	text-decoration: none;
}

.bootstrap-button-default{
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.bootstrap-button-default:hover{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}</pre></body></html>