
		body {
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			font-family: Helvetica, Arial, sans-serif;
			-webkit-text-size-adjust: 100%;
			font-family: FranklinGothic, Helvetica, Arial, sans-serif;
			font-weight: 200;
			color: #012335;
			height: 100%;
			touch-action: none;
    		user-select: none;
    		-webkit-user-drag: none;
    		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		}
	
		html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li,form, label, table, tbody, tfoot, thead, tr, th, td, a, header {
			margin: 0;
			padding: 0;
			border: 0;
			font: inherit;
			font-size: 100%;
			vertical-align: baseline;
			font-family: FranklinGothic, Helvetica, Arial, sans-serif;
			font-weight: 200;
		}	
		
		#load{
			width:100%;
			height:100%;
			position:fixed;
			z-index:9999;
			background:url("/report/2016/_ReportMedia/Images/loading05.gif") no-repeat center center rgba(255,255,255,1);
		}
		
		
		
		*, *:focus {
    		outline: none;
		}
		
		.noCur {
			cursor: default;
		}
		
		
		a {
			text-decoration: none;
		}
		
		.section{
			overflow:hidden;
			/*
			-webkit-transition: height 0.3s ease-out;
			-moz-transition: height 0.3s ease-out;
			-o-transition: height 0.3s ease-out;
			transition: height 0.3s ease-out;
			*/
		}
		
		.masterVis {
			display: none;
		}
		.masterVis2 {
			display: none;
		}
		.masterOpacity {
			opacity: 1 !important;
		}

		
		
		
		/* Header
		* --------------------------------------- */
		header {
			position: fixed;
			z-index: 500;
			top: 0px;
			left: 0px;
			
			width: 100%;
			
		}
		.headerInner {
			padding: 30px 25px 0 25px;
			
		}    	
		
		.logoLink {
    		color: #fff;
			-webkit-transition: color 0.6s ease-in-out;
			-moz-transition: color 0.6s ease-in-out;
			-o-transition: color 0.6s ease-in-out;
			transition: color 0.6s ease-in-out;
		}
		
		.logoText {
			font-family:envIcons;
    		font-size:50px;
			display: inline-block;
			width: 180px;
			height: 50px;
			float: left;
			margin-top:-10px;
		}
		
		.logoText:before { 
			content: "\0021";
		}
		
		.logoAR {
			border-left: 1px solid rgb(255, 255, 255);
			border-left: 1px solid rgba(255, 255, 255, .6);
			-webkit-transition: border 0.3s ease-in-out;
			-moz-transition: border 0.3s ease-in-out;
			-o-transition: border 0.3s ease-in-out;
			transition: border 0.3s ease-in-out;
			margin-top: -10px;
			float: left;
			height: 50px;
    		font-size:15px;
			font-weight: 400;
			display: inline-block;
		}
		
		.logoAR div {
			margin: 15px 0 0 15px;
			display: inline-block;
		}
		
		.logoLinkDark {
    		color: #012335;
		}
		
		.logoLinkDark .logoAR {
			border-left: 1px solid rgb(72, 72, 74);
			border-left: 1px solid rgba(72, 72, 74, .2);
		}
		
		
		.logoLinkDark2 {
    		color: #012335 !important;
		}
		
		.logoLinkDark2 .logoAR {
			border-left: 1px solid rgb(72, 72, 74);
			border-left: 1px solid rgba(72, 72, 74, .2) !important;
		}
		
		
		/*
		
		.mobileMenuIcon {
			width: 35px;
			height: 35px;
			right: 25px;
			top: 25px;
			position:fixed;
			cursor: pointer;
			display: none;
		}
		
		
		.mobileMenuIcon span {
			display: block;
			position: absolute;
			top: 24px;
			height: 3px;
			width: 30px;
			background: #fff;
			border-radius: 2px;
			left: 5px;
			-webkit-transform: rotate(-22deg);
			-moz-transform: rotate(-22deg);
			-ms-transform: rotate(-22deg);
			transform: rotate(-22deg);
			-webkit-transition: background-color 0.6s ease-in-out;
			-moz-transition: background-color 0.6s ease-in-out;
			-o-transition: background-color 0.6s ease-in-out;
			transition: background-color 0.6s ease-in-out;
		}
		.mobileMenuIcon span:before  {
			top: -9px;
			margin-left: 4px;
		}	
		.mobileMenuIcon span:after  {
			bottom: -9px;
			margin-left: -4px;
		}	
		.mobileMenuIcon span:before, .mobileMenuIcon span:after  {
			position: absolute;
			display: block;
			left: 0;
			width: 100%;
			height: 3px;
			background-color: #fff;
			content: "";
			border-radius: 2px;
			-webkit-transition: background-color 0.6s ease-in-out;
			-moz-transition: background-color 0.6s ease-in-out;
			-o-transition: background-color 0.6s ease-in-out;
			transition: background-color 0.6s ease-in-out;
			
		}	
		.mobileMenuIconDark span {
    		background: #012335 !important;
		}
	
		.mobileMenuIconDark span:before, .mobileMenuIconDark span:after  {
			background: #012335 !important;	
		}		
		
		*/
		
				
		
		.hamburger-menu {
			width: 35px;
			height: 35px;
			right: 25px;
			top: 25px;
			position:fixed;
			cursor: pointer;
			z-index: 50;
			display: none;
		}
		
		.bar,
		.bar:after,
		.bar:before {
			width: 30px;
			height: 3px;
			border-radius: 3px;
		
		}
		
		.bar {
			position: relative;
			top: 15px;
			background: #fff;
			transform: rotate(-22deg);
			transition: transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background 0.6s ease-in-out;
			
		}
		.bar.animate {
			background: rgba(255, 255, 255, 0);
			transform: rotate(0deg);
			transition: transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
		}
		
		.bar:before {
			content: "";
			position: absolute;
			bottom: 9px;
			left: 4px;
			background: #fff;
			transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), left 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), background 0.6s ease-in-out;
		  
		}
		
		.bar:after {
			content: "";
			position: absolute;
			top: 9px;
			left: -4px;
			background: #fff;
			transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), left 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), background 0.6s ease-in-out;
		}
		
		.bar.animate:after {
			top: 0;
			left: 0;
			transform: rotate(45deg);
			transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), left 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background 0.6s ease-in-out;
		}
		
		.bar.animate:before {
			bottom: 0;
			left: 0;
			transform: rotate(-45deg);
			transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), left 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background 0.6s ease-in-out;
		}
				
				
		.mobileMenuIconDark .bar {
    		background: #012335;
		}
		.mobileMenuIconDark .bar.animate {
			background: rgba(1, 35, 53, 0);
		}
		.mobileMenuIconDark .bar:before, .mobileMenuIconDark .bar:after  {
			background: #012335;	
		}	
		
		
		.mobileMenuIconDark2 .bar {
    		background: #012335;
		}
		.mobileMenuIconDark2 .bar.animate {
			background: rgba(1, 35, 53, 0);
		}
		.mobileMenuIconDark2 .bar:before, .mobileMenuIconDark2 .bar:after  {
			background: #012335;	
		}	
				
		

	.mobileMenu {
		position:absolute;
		top: 0;
		left: -100vw;
		background-color: #fff;
		/*background-color: rgba(255, 255, 255, .95);*/
		width: 100vw;
		height: 100vh;
		z-index: 49;
		opacity: 0;
		
		-webkit-transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
	}
	
	.mobileMenu.open {
		display: block;
		opacity: 1;
		left: 0;
	}  
	  
	.mobileMenu div {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding-top: 40px;
		margin: auto;
		width: 290px;
		height: 256px;
	}		
	
	.mobileMenu a {
		display:block;
		font-size:18px;
		text-transform:uppercase;
		line-height: 1;
		font-weight:200;
		padding:20px;
		color:#0069aa;
		text-decoration:none;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; 
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; 
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; 
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; 
	}
		
	.mobileMenu a:hover, .mobileMenu a:active {
		color:#20b6eb;
		background-color: #e4f6fd;
	}		
		
		
		
		#small-dialog a:hover, #small-dialog a:active {
			
			background-color: #20b6eb;
			
		}	   
    
		
		
		
		
		
		
		
		/* Buttons
		* --------------------------------------- */	
		
				
		.btn {
		  border: none;
		  color: inherit;
		  background: none;
		  border: 2px solid #0099db;
		  color: #0099db;
		  text-decoration: none;
		  cursor: pointer;
		  padding: 15px 40px;
		  overflow: hidden;
		  display: inline-block;
		  margin: 3px;
		  outline: none;
		  position: relative;
		  z-index: 0;
		  
		  text-transform: uppercase;
		  
		  font-size:80%;
		  letter-spacing:1px;
		  
		  box-sizing: border-box;
		  -webkit-transition: all 0.3s;
		  -moz-transition: all 0.3s;
		  transition: all 0.3s;
		}
		
		#nav .btn {
		  margin: 15px;
		}
		
		.btn-white {
		  border: 2px solid #fff;
		  color: #fff;
		}
		
		.btn:before {
		  width: 15%;
		  height: 480%;
		  top: 50%;
		  left: 50%;
		  background: #0099db;
		  opacity: 1;
		  content: '';
		  position: absolute;
		  z-index: -1;
		  opacity: 0;
		  /*
		  -webkit-transform: translate(-50%, -50%);
		  -moz-transform: translate(-50%, -50%);
		  -ms-transform: translate(-50%, -50%);
		  transform: translate(-50%, -50%);
		  */
		  -webkit-transform: translate(-50%, -50%) rotate(-25deg);
		  -moz-transform: translate(-50%, -50%) rotate(-25deg);
		  -ms-transform: translate(-50%, -50%) rotate(-25deg);
		  transform: translate(-50%, -50%) rotate(-25deg);
		  
		  -webkit-transition: all 0.3s;
		  -moz-transition: all 0.3s;
		  transition: all 0.3s;
		}
		
		.btn-white:before {
		  background: #fff;
		  
		}
		
		.btn:hover, 
		.btn:active {
		  color: #fff;
		}
		
		.btn-white:hover, 
		.btn-white:active {
		  color: #0099db;
		}
		
		.btn:hover:before {
		  width: 120%;
		  opacity: 1;
		}
		
		
		/*
		.btn:after {
		  -webkit-transform: rotate(-90deg);
		  -moz-transform: rotate(-90deg);
		  -ms-transform: rotate(-90deg);
		  transform: rotate(-90deg);
		  font-family: envIcons;
		  opacity: 0;
		  content: '\0028';
		  position: absolute;
		  margin-left:20px;
		  -webkit-transition: all 0.3s;
		  -moz-transition: all 0.3s;
		  transition: all 0.3s;
		}
			
		.btn:hover:after {
		  margin-left:5px;
		  opacity: 1;
		}	
	*/
	
		
		/*
		
		
		
		a.btn {
			position: relative;
			line-height: 16px;
			font-size: 15px;
			text-decoration: none;
			padding: 15px 45px;
			letter-spacing: 2px;
			display: inline-block;
			text-transform: uppercase;
			text-align:center;
			-webkit-transition: all 0.2s ease-in-out; 
			-moz-transition: all 0.2s ease-in-out; 
			transition: all 0.2s ease-in-out;
		}
		.btnBig {
			font-weight: 400 ;
			padding: 25px 80px !important;
		}
		
		
		
		
		
		a.btn:before{
			background-color: #0099db;
			position:absolute;
			top:0;
			left:0;
			right:0;
			bottom:0;
			-webkit-transform:scaleY(0);
			transform:scaleY(0);
			-webkit-transform-origin:50% 50%;
			transform-origin:50% 50%;
			-webkit-transition:all .2s ease-in;
			transition:all .2s ease-in;
			content:"";
			z-index:-1;
		}		
		
		a.btn:hover:before {
			-webkit-transform:scaleX(1);
			transform:scaleX(1);
		}		
		
		
		
		
		.btnlight {
			color: #fff;
			border: 2px solid rgb(255, 255, 255);
			border: 2px solid rgba(255, 255, 255, .5);
		}
		.btnlight:hover {
			color: #012335;
			background-color: #fff;
			border: 2px solid rgb(255, 255, 255);
			border: 2px solid rgba(255, 255, 255, 1);
		}		
		*/
		
		
		
		
		
		
		/* Mouse
		* --------------------------------------- */		
		

	@-moz-keyframes fadein{0%{opacity:.1}25%{opacity:1}}
	@-webkit-keyframes fadein{0%{opacity:.1}25%{opacity:1}}
	@keyframes fadein{0%{opacity:.1}25%{opacity:1}}
	@-moz-keyframes updown{0%{-moz-transform:translateY(0%);transform:translateY(0%)}10%{-moz-transform:translateY(75%);transform:translateY(75%)}20%{-moz-transform:translateY(0%);transform:translateY(0%)}}
	@-webkit-keyframes updown{0%{-webkit-transform:translateY(0%);transform:translateY(0%)}10%{-webkit-transform:translateY(75%);transform:translateY(75%)}20%{-webkit-transform:translateY(0%);transform:translateY(0%)}}
	@keyframes updown{0%{-moz-transform:translateY(0%);-ms-transform:translateY(0%);-webkit-transform:translateY(0%);transform:translateY(0%)}
	10%{-moz-transform:translateY(75%);-ms-transform:translateY(75%);-webkit-transform:translateY(75%);
	transform:translateY(75%)}20%{-moz-transform:translateY(0%);-ms-transform:translateY(0%);-webkit-transform:translateY(0%);transform:translateY(0%)}}
	
	.mouseOutter {
		width: 30px;
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -15px;
		color: #1B1B1B;
	}
	.mouseIcon {
		font-family: envIcons;
		font-size: 30px;
		display: block;
		text-align: center;
	}
	.mouseIcon:before {
		content: "\002A";
	}
	.mouseArrow {
		font-family: envIcons;
		font-size: 8px;
		display: block;
		text-align: center;
		-moz-animation: fadein 2s ease-out 0s infinite;
    	-webkit-animation: fadein 2s ease-out 0s infinite;
    	animation: fadein 2s ease-out 0s infinite;
		margin-top: -3px;
		opacity: .3;
	}
	.mouseArrow.lastArrow {
		margin-bottom: 10px;
		-moz-animation-delay:0.2s;
		-webkit-animation-delay:0.2s;
		animation-delay:0.2s;
	}
	.mouseArrow:before {
		content: "\0028";
	}
	
	.fingerOutter {
		width: 30px;
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -15px;
		color: #1B1B1B;
	}
	.fingerIcon {
		font-family: envIcons;
		font-size: 30px;
		display: block;
		text-align: center;
		margin-bottom:10px;
	}
	.fingerIcon:before {
		content: "\002E";
	}
	.fingerArrow {
		font-family: envIcons;
		font-size: 8px;
		display: block;
		text-align: center;
		-moz-animation: fadein 2s ease-out 0s infinite;
    	-webkit-animation: fadein 2s ease-out 0s infinite;
    	animation: fadein 2s ease-out 0s infinite;
		margin-top: -3px;
		opacity: .3;
	}
	.fingerArrow.firstArrow {
		-moz-animation-delay:0.2s;
		-webkit-animation-delay:0.2s;
		animation-delay:0.2s;
	}	
	.fingerArrow.lastArrow {
		margin-bottom: 10px;
	}
	.fingerArrow:before {
		content: "\002C";
	}	
	
	
	
	




	#section0, #section1, #section2, #section3, .bgDiv {
		
		background-attachment: fixed;
	}

	
		/* Section 0
		* --------------------------------------- */
		#section0 {
			background-image: url('/report/2016/_ReportMedia/Images/section-bg-01f.jpg');
			background-position: center bottom;
			background-repeat: no-repeat;
			background-size: cover;
		}

		#section0 .box1 {
			position: absolute;
			top: 50%;
			left: 50%;
			margin-top: -110px;
			margin-left: -230px;
			width: 400px;
			z-index: 2;
		}
		
		#section0 .box1 .title1 {
			text-transform:uppercase;
			font-weight: 400;
			color: #012335;
		}
		
		#section0 .box1 .title2 {
			font-size:50px;
			line-height: 1;
			color: #012335;
			letter-spacing: -1px;
			/*font-weight: 700;*/
			
		}

		#section0 .box2 {
			position: absolute;
			margin-top: 0px;
			margin-top: -56px;
			margin-left: -175px;
			top: 50%;
			left: 50%;
			/*padding: 30px 30px 30px 30px;*/
			padding: 100px 30px 40px 40px;
			width: 55%;
			/*width: calc(50% + 115px);*/
			z-index: 1;
			letter-spacing: .5px; 
			/*background-color: rgb(5, 150, 214);
    		background-color: rgba(5, 150, 215, .6);	
			background-color: rgb(0, 105, 170);
    		background-color: rgba(0, 105, 170, .5);*/
			background-color: rgb(0, 105, 170);
    		background-color: rgba(2, 150, 221, .7);
			line-height: 1.5;
		}
		#section0 .box2 .title1 {
			color: #fff;
			width:90%;
			max-width: 500px;
			
		}




	
		/* Section 1
		* --------------------------------------- */
	
		#section1 {
			/*
			background-image: url(/report/2016/_ReportMedia/Images/tile-bg-01a.gif);
			background-repeat: repeat;
			*/
		}
		
		#section1 .box1 {
			background-image: url('/report/2016/_ReportMedia/Images/bergman3.jpg');
			background-position: center center;
			background-repeat: no-repeat;
			background-size:contain;
			position: absolute;
			top: 50%;
			left: 50%;
			margin-top: -200px;
			margin-left: -560px;
			z-index: 2;
			width: 680px;
			height: 385px;

			/*
			-webkit-filter: brightness(.2);
			filter: brightness(.2);
			-webkit-transition: 0.5s -webkit-filter linear;
			-moz-transition: 0.5s -moz-filter linear;
			-moz-transition: 0.5s filter linear;
			-ms-transition: 0.5s -ms-filter linear;
			-o-transition: 0.5s -o-filter linear;
			transition: 0.5s filter linear;
			*/
			
		}
		.box1reset {
			-webkit-filter: brightness(1) !important;
			filter: brightness(1) !important;
		}		
		.section1button1 {
			position:absolute;
			top: 50%;
			left: 10%;
			margin-top: -25px;
		}
		
		
		#section1 .box2 {
			/*
			background-color: rgb(0, 105, 170);
    		background-color: rgba(2, 150, 221, .8);
			*/
			
			background: -moz-linear-gradient(left, rgba(2,121,202,0.8) 0%, rgba(39,173,234,0.8) 100%);
			background: -webkit-linear-gradient(left, rgba(2,121,202,0.8) 0%,rgba(39,173,234,0.8) 100%);
			background: linear-gradient(to right, rgba(2,121,202,0.8) 0%,rgba(39,173,234,0.8) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0279ca', endColorstr='#27adea',GradientType=1 ); 
			
			position: absolute;
			top: 40%;
			left: 50%;
			margin-top: 10px;
			margin-left: -60px;
			z-index: 2;
			width:52%;
			/*width:calc(50% + 30px);*/
			color: #fff;
			/*letter-spacing: .5px;*/
			
		}	
		
		#section1 .box2 .title1 {
			padding: 24px 45px 0 31px;
			max-width: 700px;
			line-height: 1.5;
			letter-spacing: .5px; 
			max-height: 210px;
			overflow-y: hidden;
			margin-bottom: 34px;
		}	
		/*
		#section1 .box2 .title1:after {
			color: #fff;
			font-size: 30px;
			line-height: 16px;
			
			content: "...";
		}	
		*/
				
		#section1 .box2 .button1 {
			
			margin:-5px 0 24px 31px;
		}	
		
		.elsp {
			color: #fff;
			font-size: 30px;
			margin-left: 31px;
			margin-top: -50px;
			margin-bottom: 20px;
		}
		
		#section1 .box3 {
			position: absolute;
			top: 50%;
			left: 50%;
			margin-top: -250px;
			margin-left: -635px;
			z-index: 2;
			color: #0296dd;
			font-size: 50px;
			width: 300px;
			line-height: 1;
		}		
		
		#section1 .title1a {
			
			margin-bottom: 15px;
			
		}
		
		#section1 .box4 {
			position: absolute;
			top: 50%;
			left: 50%;
			height: 220px;
			margin-top: -30px;
			width: 500px;
			margin-left: -250px;
			background: #f0f9fd url('/report/2016/_ReportMedia/Images/tile-bg-01a.gif') ;
		}		
	
	
	
		/* Section 2
		* --------------------------------------- */
		
		#section2 {
			
			background-color:#142329;
			/*background-image: url('/report/2016/_ReportMedia/Images/section-bg-02.jpg');
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
		  	-webkit-transition: all 0.6s;
		  	-moz-transition: all 0.6s;
		  	transition: all 0.6s;
			*/
		}
		
		
		#section2 h1 {
			font-size: 30px;
			font-weight: 400;
			
		}
		
		#section2 h2 {
			font-size: 18px;
			
		}
		
		.bgDiv {
			height: 100%;
			width: 100%;
			position: absolute;
		}
		#highlightBG1, #highlightBG2, #highlightBG3, #highlightBG4 {
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
		}
		
		#highlightBG1 {
				background-image: url('/report/2016/_ReportMedia/Images/section-bg-02.jpg');
		}
		#highlightBG2 {
				background-image: url('/report/2016/_ReportMedia/Images/section-bg-03.jpg');
				display: none;
		}	
		#highlightBG3 {
				background-image: url('/report/2016/_ReportMedia/Images/section-bg-04.jpg');
				display: none;
		}	
		#highlightBG4 {
				background-image: url('/report/2016/_ReportMedia/Images/section-bg-05.jpg');
				display: none;
		}
	
	
		#section2 .box1 {
			width: 330px;
			position: absolute;
			top: 20%;
			left: 50%;	
			margin-left: -615px;
			color:#fff;
			z-index: 10;
		}	
		
		#section2 .box1 .title1 {
			line-height: 1;
			font-size: 45px;
		}			
		
		#section2 .box1 .title2 {
			line-height: 1.5;
			font-size: 17px;
			padding: 20px 0 0 50px;
		}			
	
	
	
		.section2share {
			position: absolute;
			bottom: 5px;
			left: 25px;
			color:#fff; 
			font-size: 30px;
			z-index: 100;
		}	
				
		.section2share a {
			display:inline-block;
			width: 30px;
			height: 30px;
			color:#fff; 
		}
		.section2share .linkedIn {
			padding-right:5px;
		}
		.section2share .linkedIn:before, .section2share .twitter:before {
			position: absolute;
			font-family: envIcons;
			opacity: .6;
			-webkit-transition: opacity 0.3s ease-in-out; 
			-moz-transition: opacity 0.3s ease-in-out; 
			transition: opacity 0.3s ease-in-out;		
		}
		.section2share .linkedIn:before {
			content: '\0032';
		}
			
		.section2share .twitter:before {
			content: '\0033';
		}
	
		.section2share .linkedIn:hover:before, .section2share .twitter:hover:before {
			opacity: 1;

		}
	
	

		/* Mobile blades
		* --------------------------------------- */	
	
	
		#section2 .fp-slides {
			display: none;
			
		}
		#section2 .fp-controlArrow {
			
			display: none;
			
		}
		
		#section2 .fp-slide {
			cursor: default;
			background: -moz-linear-gradient(left, rgba(2,121,202,0.8) 0%, rgba(39,173,234,0.8) 100%);
			background: -webkit-linear-gradient(left, rgba(2,121,202,0.8) 0%,rgba(39,173,234,0.8) 100%);
			background: linear-gradient(to right, rgba(2,121,202,0.8) 0%,rgba(39,173,234,0.8) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0279ca', endColorstr='#27adea',GradientType=1 );
			height: calc(100% - 180px);
			margin-top: 180px;
			color: #fff;
		}
		
		
		#section2 .innerSlide {
			padding: 30px;
		}
		
		.fp-controlArrow.fp-next {
			right: 10px;
			border-width: 18.5px 0 18.5px 14px;
		}
		
		.fp-controlArrow.fp-prev {
			left: 10px;
			border-width: 18.5px 14px 18.5px 0;
		}
		
		
		.fp-controlArrow {
			margin-top: 8px;
		}
				
		.sideMouse {
			
			position: fixed;
			bottom: 0px;
			text-align: center;
			width: 100%;
		}
		
	
	
	

	.fingerOutter2 {
		width: 30px;
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -15px;
		color: #fff;
		z-index: 30;
		
	}
	
	.fingerArrowsL {
		  -webkit-transform: rotate(-90deg);
		  -moz-transform: rotate(-90deg);
		  -ms-transform: rotate(-90deg);
		  transform: rotate(-90deg);
		  position:absolute;
		  top: 0;
		  left: -3px;
	}
	.fingerArrowsR {
		  -webkit-transform: rotate(90deg);
		  -moz-transform: rotate(90deg);
		  -ms-transform: rotate(90deg);
		  transform: rotate(90deg);
		  position:absolute;
		  top: 0;
		  left: 27px;
	}
	
	
	.fingerIcon2 {
		font-family: envIcons;
		font-size: 30px;
		display: block;
		text-align: center;
		margin-bottom:10px;
	}
	.fingerIcon2:before {
		content: "\002E";
	}
	.fingerArrow2 {
		font-family: envIcons;
		font-size: 8px;
		display: block;
		text-align: center;
		-moz-animation: fadein 2s ease-out 0s infinite;
    	-webkit-animation: fadein 2s ease-out 0s infinite;
    	animation: fadein 2s ease-out 0s infinite;
		margin-top: -3px;
		opacity: .3;
	}
	.fingerArrow2.firstArrow {
		-moz-animation-delay:0.2s;
		-webkit-animation-delay:0.2s;
		animation-delay:0.2s;
	}	
	.fingerArrow2.lastArrow {
		margin-bottom: 10px;
	}
	.fingerArrow2:before {
		content: "\002C";
	}	
	
	
	
	
	
	


		/* Desktop blades
		* --------------------------------------- */


		.bladeOutter {
			overflow: hidden;
			width: 2150px;
			margin: 0 auto;
			position:absolute;
			left: 50%;
			margin-left: -350px;
			top: 24%;
		}	
		
		
		.blade {
			background: rgb(2, 150, 221);
			background: rgba(2, 150, 221, .4);
			width: 20px;
			height: 475px;
			overflow: hidden;
			display: inline-block;
			margin-right: 5px;
			-webkit-transition: width 0.8s ease-in-out;
			-moz-transition: width 0.8s ease-in-out; 
			transition: width 0.8s ease-in-out; 
			/*cursor: pointer;*/
		}
		.blade:hover {
			/*background: rgb(2, 150, 221);
			background: rgba(2, 150, 221, .9);*/
		}
		.bladeInner {
			padding: 40px 90px;
			color:#fff;
			position: relative;
		}
		.bladeInnerTwo {
			width:680px;
			position: relative;
		}
		
		
		.blade.bActive {
			width: 38%;
			cursor: default;
			background: -moz-linear-gradient(left, rgba(2,121,202,0.8) 0%, rgba(39,173,234,0.8) 100%);
			background: -webkit-linear-gradient(left, rgba(2,121,202,0.8) 0%,rgba(39,173,234,0.8) 100%);
			background: linear-gradient(to right, rgba(2,121,202,0.8) 0%,rgba(39,173,234,0.8) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0279ca', endColorstr='#27adea',GradientType=1 );
				
		}
		
		

		
		.prevBlade, .nextBlade {
			font-family:envIcons;
			position: absolute;
    		font-size:50px;
			color:#fff;
			color:rgba(255, 255, 255, .6);
			width: 50px;
			height: 50px;
			top:190px; 
			cursor: pointer;
			
			-webkit-transition: color 0.3s;
			-moz-transition: color 0.3s;
			transition: color 0.3s;
		}
		.prevBlade:hover, .nextBlade:hover {
			color:rgba(255, 255, 255, 1);
		}
		.prevBlade {
			left: -65px;
		}
		.nextBlade {
			right: -40px;
		}
		.prevBlade:before {
			content: "\0030";
			
			padding: 20px 0px 5px 10px;
		}
		.nextBlade:before {
			content: "\0031";
			
			padding: 20px 10px 5px 10px;
		}		
		
		.statSource {
			font-size:11px;
			color:#b6ddef;
			padding-left: 350px;
		}
		.statSource span {
			font-style:italic;
		}
		

		/* lined bullets
		* --------------------------------------- */

		
		.listDiv ul li span {
			font-size: 28px;
			font-weight: 400;
			vertical-align:-10%;
		}
		
		.listDiv {
			font-size: 17px;
			
		}
		.listDiv ul {
			margin: 25px 0 0 25px;
			list-style: none;
		}
		.listDiv ul li {
			line-height: 17px;
			position:relative; 
			padding: 2px 0 25px 0;
		}
		
		
		.listDiv ul li:after {
			/* bullets */
			content: url('/report/2016/_ReportMedia/SVG/bullet-1.svg');
			position: absolute;
			left: -19px; /*adjust manually*/
			top: 3px;
			width: 7px;
			height: 7px;
		}
				
		.listDiv ul li:before {
			/* lines */
			content:"";
			position: absolute;
			left: -16px; /* adjust manually */
			border-left: 1px dashed #fff;
			border-left: 1px dashed rgba(255, 255, 255, .4);
			height: 100%;
			width: 1px;
		}
		
		.listDiv ul li:first-child:before {
		   /* first li's line */
		   top: 9px; /* moves the line down so that it disappears under the bullet. Adjust manually */
		}
		
		.listDiv ul li:last-child:before {
			/* last li's line */
		   height: 8px; /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */
		}	
		
		
		
		
	
	
	
	
	
/*	
		#section2 .box2 {
			position:absolute;
			width: 280px;
			font-size: 17px;
			line-height:1.6;
			top: 300px;
			left: 50%;	
			margin-left: -450px;
			color:#fff;
		}		
	
	
	
	
	
		#section2 .box1 {
			background: -moz-linear-gradient(left, rgba(2,121,202,0.8) 0%, rgba(39,173,234,0.8) 100%);
			background: -webkit-linear-gradient(left, rgba(2,121,202,0.8) 0%,rgba(39,173,234,0.8) 100%); 
			background: linear-gradient(to right, rgba(2,121,202,0.8) 0%,rgba(39,173,234,0.8) 100%); 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0279ca', endColorstr='#27adea',GradientType=1 ); 
			
			width: 450px;
			height: 305px;
			position: absolute;
			top: 0px;
			left: 50%;
			margin-left: -225px;
			color: #fff;
			
		}
	
		#section2 .box1 .title1 {
			position:absolute;
			bottom: 0px;
			padding: 35px 40px;
			font-size: 17px;
			line-height:1.5;
		}	
	
		#section2 .box2 {
			
			width: 280px;
			position: absolute;
			top: 70px;
			left: 50%;
			margin-left: -245px;			
			line-height: 1.1;
			
			font-size: 43px;
			color:#fff;
		}	
	*/
	
	
	
	
	
	
	
	
	
	
	
	
		/* Section 3
		* --------------------------------------- */
		
		
		
		#section3 .box1 {
			/*
			background-color: rgb(0, 105, 170);
    		background-color: rgba(2, 150, 221, .8);
			*/
			
			background: -moz-linear-gradient(left, rgba(2,121,202,0.8) 0%, rgba(39,173,234,0.8) 100%);
			background: -webkit-linear-gradient(left, rgba(2,121,202,0.8) 0%,rgba(39,173,234,0.8) 100%); 
			background: linear-gradient(to right, rgba(2,121,202,0.8) 0%,rgba(39,173,234,0.8) 100%); 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0279ca', endColorstr='#27adea',GradientType=1 );
			
			position: absolute;
			top: 20%;
			left: 20%;
			margin-top: -20px;
			margin-left: -30px;
			z-index: 2;
			display: inline-block;
			color: #fff;
			padding:40px 60px 40px 120px;
			width: 50%;
			max-width: 700px;
		}	
	
		
		
		
		#section3 .box2 {
			position: absolute;
			top: 20%;
			left: 20%;
			margin-top: 10px;
			margin-left: -190px;
			z-index: 2;
			color: #012335;
			font-size: 50px;
			width: 230px;
			line-height: 1;
		}	
		
		
		#section3 .box3 {
			position: absolute;
			top: 10%;
			right: 10%;
			width: 480px;
			height: 300px;
		}			
		
		#section3 .box3 img {
			width: 100%;
			
		}			
		
		
		#section3 .box4 {
			
			
			background: -moz-linear-gradient(-45deg, rgba(69,86,94,0.9) 0%, rgba(69,86,94,0.9) 1%, rgba(30,47,55,0.9) 100%); 
			background: -webkit-linear-gradient(-45deg, rgba(69,86,94,0.9) 0%,rgba(69,86,94,0.9) 1%,rgba(30,47,55,0.9) 100%); 
			background: linear-gradient(135deg, rgba(69,86,94,0.9) 0%,rgba(69,86,94,0.9) 1%,rgba(30,47,55,0.9) 100%); 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b345565e', endColorstr='#b31e2f37',GradientType=1 ); 
			position: absolute;
			top: 20%;
			left: 47%;
			margin-top: 220px; 
			padding:30px 60px;
			z-index: 5;
			color: #fff;
		}			
				
		#section3 .box4 a {
			font-weight: 400;
			color: #0296dd;
			-webkit-transition: color 0.3s ease-in-out;
			-moz-transition: color 0.3s ease-in-out;
			-o-transition: color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out;
		}	
		
		#section3 .box4 a:hover {
			color: #fff;
		}	
		
		
		
		
		
		
		
		
		/* Footer
		* --------------------------------------- */
		
				
		#footer {
			padding: 20px 0;
			position: absolute;
			bottom: 0px;
			width: 100%;
			background-color: #003554;
			color: #fff;
			font-size: 12px;
		}
		
		.fOutter {
			width: 800px;
			margin: 0 auto;
		}
		
		.fBlock1, .fBlock2 {
			float: left;
			display: inline-block;
		}
				
		.fBlock1 {
			width: 400px;
			margin-right: 10px;
		}
		.fBlock2 {
			border-left: 1px solid #005285;
			padding-left: 15px;
			margin-left: 25px;
		}
		
		.fText1 {
			padding:10px 0 7px 0;
			
		}
		.fText2 {
			padding:10px 0 0 0;
			font-size: 11px;
		}
		.fLinks1 {
			margin: none;
			padding: none;
			list-style: none;
		
		}
		.fLinks1 li {
			display: inline-block;
    		border-right: 1px solid #b0b0b0;
    		padding-right: 5px;
    		line-height: 11px;
    		font-size: 11px;
		}

		
		.fLinks1 li a {
			color: #fff;
		}
		.fLinks1 li a:hover {
			text-decoration: underline;
		}
		
		.fLinks1 .fLast {
    		border-right: none !important;

		}		
		
		.fLinks2 {
			margin: none;
			padding: none;
			list-style: none;
		
		}
		.fLinks2 li {
    		padding: 3px 0;
    		line-height: 15px;
		}		
		.fLinks2 li a {
    		color: #fff;
		}	
		.fLinks2 li a:hover {
			text-decoration: underline;
		}
		
		
		
		
		
		
		
		
		


	
		/* Landscape mode
		* --------------------------------------- */
		
		
		.rotate {  }
	
	
		
		.rotateLogo {
			width: 330px;
			margin:0 auto 20px auto;
			clear:both;
			position:relative;
		}
		
		.logoLink2 {
    		color: #7bd8f9;
		}
		
		.logoText2 {
			font-family:envIcons;
    		font-size:35px;
			display: inline-block;
			width: 190px;
			height: 35px;
			float: left;
			margin-top:-10px;
			padding-top:0px;
		}
		
		.logoText2:before { 
			content: "\0021";
		}
		
		.logoAR2 {
			border-left: 1px solid rgb(255, 255, 255);
			border-left: 1px solid rgba(32, 182, 235, .6);
			margin-top: -10px;
			margin-left: -20px;
			float: left;
			height: 35px;
    		font-size:13px;
			font-weight: 400;
			display: inline-block;
		}
		
		.logoAR2 div {
			margin: 10px 0 0 15px;
			display: inline-block;
		}
		




	
		/* popups
		* --------------------------------------- */
		

	
	 /* Styles for dialog window */
		  #small-dialog {
			background-color: #0069aa;
			text-align: center;
			width: 90%;
			margin: 40px auto;
			position: relative;
			line-height:1.5;
		  }
	
		#small-dialog a {
			display:block;
			font-size:24px;
			text-align:center;
			line-height: 1;
			font-weight:200;
			padding:20px 13px;
			color:#ffffff;
			text-decoration:none;
			-webkit-transition: background-color 0.2s ease-in-out; 
			-moz-transition: background-color 0.2s ease-in-out; 
			-o-transition: background-color 0.2s ease-in-out; 
			transition: background-color 0.2s ease-in-out; 
		}
		
		#small-dialog a:hover, #small-dialog a:active {
			
			background-color: #20b6eb;
			
		}	
	
		.mobileSep {
			font-size:0px;
		
			border-bottom: 1px solid #0b7aba;
			
		}
		#small-dialog2 {
			background-color: #fff;
			text-align: center;
			width: 95%;
			margin: 10px auto 20px auto;
			position: relative;
			line-height:1.5;
			max-width: 700px;
		  }	
		
		#small-dialog3 {
			background-color: #fff;
			width: 100%;
			margin: 10px auto 20px auto;
			max-width: 1000px;
		  }			
		
		
		.chairmanLetter {
			background: #FFF;
			padding: 20px 30px;
			text-align: left;
			position: relative;
			max-width:700px; 
			margin: 40px auto 20px auto;
			
			/*overflow-y: scroll;*/
			
		}
		
		.chairmanLetter H1 {
			color: #26c3ff;
			padding-right: 3px;
			font-weight: 400;
			display: inline-block;
		}	
		
	
		.letterOutter {
			height: calc(100vh - 40px) ;
			
		}		
		.scrollFrame {
			overflow: auto;
			overflow-x: hidden;
			-webkit-overflow-scrolling:touch;
			width: 100%;
			height: 100%;
		}
		.myFrame {
			width: 100%;
			height: 100%;
			border: none;
			vertical-align: top;
		}
		
		
		
		
		#custom-content {
			/*height: 80vh;*/
		}
		
		

      /**
       * Fade-zoom animation for first dialog
       */
      
      /* start state */
      .my-mfp-zoom-in .zoom-anim-dialog {
        opacity: 0;

        -webkit-transition: all 0.2s ease-in-out; 
        -moz-transition: all 0.2s ease-in-out; 
        -o-transition: all 0.2s ease-in-out; 
        transition: all 0.2s ease-in-out; 



        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8); 
      }

      /* animate in */
      .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
        opacity: 1;

        -webkit-transform: scale(1); 
        -moz-transform: scale(1); 
        -ms-transform: scale(1); 
        -o-transform: scale(1); 
        transform: scale(1); 
      }

      /* animate out */
      .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8); 

        opacity: 0;
      }

      /* Dark overlay, start state */
      .my-mfp-zoom-in.mfp-bg {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out; 
        -moz-transition: opacity 0.3s ease-out; 
        -o-transition: opacity 0.3s ease-out; 
        transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 0.8;
      }
      /* animate out */
      .my-mfp-zoom-in.mfp-removing.mfp-bg {
        opacity: 0;
      }

		.mfp-close-btn-in .mfp-close {
			color: #ffffff;
			top: -40px;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			font-family: FranklinGothic, Helvetica, Arial, sans-serif;
			font-size: 45px;
			font-weight: 200;
		}

		#small-dialog2 .mfp-close {
			color: #0069aa;
			top: 6px;
			right: 15px;
		}




	
		.chairmanLetter .mfp-close {
			top: 5px;
			right: 10px;
			color: #000000;
			
		}		
		


        .embed-container { 
            position: relative; 
            padding-bottom: 56.25%; 
            height: 0; 
            overflow: hidden; 
            max-width: 100%; 
            height: auto;
        } 
        .embed-container iframe, .embed-container object, .embed-container embed { 
            position: absolute; 
            top: 0; 
            left: 0; width: 100%; 
            height: 100%; 
        }




@media only screen and (max-width: 1280px) {
		
		
		#section1 .box3 {

			margin-top: -250px;
			margin-left: -540px;
		}	
		
		
		
		
}










@media only screen and (max-width: 1230px) {
		
		
		
		#section2 .box1 {
			width: 700px;
			position: absolute;
			top: 13%;
			left: 50%;	
			margin-left: -415px;
			color:#fff; 
			
		}	
		#section2 .box1 .title2 {
			
			line-height: 1;
			font-size: 17px;
			padding: 0px 0 0 5px;
			
		}			
		.bladeOutter {
			overflow: hidden;
			width: 2150px;
			margin: 0 auto;
			position:absolute;
			left: 50%;
			margin-left: -445px;
			top: 25%;
		}	
		
		
		
		
}








@media only screen and (max-height:710px) {
	
	
		
		
		
		#section1 .box3 {

			margin-top: 130px;
			margin-left: -500px;
		}	
		

		
		
  
}







@media only screen and (max-width: 1100px) {
		
		
		
		
		#section1 .box1 {
			
			left: 60%;
			width: 500px;
			height: 300px;

			
		}
		
		#section1 .box3 {

			margin-top: -250px;
			margin-left: -440px;
		}	
		
		#section1 .box2 {
			left: 45%;
			width:58%;

			
		}	
		
		#section1 .box2 .title1 {
			max-height: 160px;
		}	

	
}






@media only screen and (max-width: 1000px) {
		
		
		
		#section3 .box2 {
			top: 13%;
			left: 10%;
			margin-left: 0px;
			z-index: 2;
			font-size: 45px;
			line-height: 1;
		}			

		
		#section3 .box1 {
			position: absolute;
			top: 28%;
			left: 20%;
			padding:30px 60px;
		}	


		
		#section3 .box3 {
			position: absolute;
			top: 15%;
			width: 350px;
			height: 250px;
		}	
		
		
				
		#section3 .box4 {
		 display: none;
		}	
	

	
}


/*
@media only screen and (max-width: 1000px) and (min-height:750px) {
		
		
		#section3 .box4 {
		 margin-top: 270px;
		}	
		

	
}

@media only screen and (max-width: 1000px) and (max-height:750px) {
		
		
		#section3 .box4 {
		 display: none;
		}	
		

	
}
*/




@media only screen and (max-width: 930px) {
	
	
	
	
		#section1 .box1 {
			top: 50%;
			left: 50%;
			margin-top: -200px;
			margin-left: -360px;
			
		}
	
		#section1 .box2 {
			top: 50%;
			left: 20%;
			margin-left: -60px;
			width:80%;
			
		}	
		
		
		#section1 .box2 .title1 {

			max-height: 115px;

		}
		
		#section1 .box3 {
			left: 60%;
		}			
		
	
	/*
		#section1 .box1 {
			
			left: 95%;
			width: 500px;
			height: 300px;
			margin-top: -250px;
			
		}
		
	
		#section1 .box3 {
			left: 45%;
			font-size: 40px;
			width: 230px;
		}	
		
		
		#section1 .box2 {
			left: 45%;
			width:58%;

			
		}	
		
		#section1 .box2 .title1 {
			padding: 24px 45px 0 31px;
			max-width: 700px;
			line-height: 1.5;
			letter-spacing: .5px; 
			max-height: 170px;
			overflow-y: hidden;
			margin-bottom: 34px;
		}	
		
		*/
		

}







@media only screen and (max-width: 900px) {



		#section2 .box1 {	
			margin-left: -365px;
			
		}	

		#section2 .box1 .title1 {
			font-size: 40px;
			
		}	
	
		
		.bladeOutter { 
			width: 1700px;
			margin-left: -360px;
		}	
		
		
		.bladeInner {
			padding: 20px 47px;
			color:#fff;
			position: relative;
		}
		
		.bladeInnerTwo {
			width:560px;
			position: relative;
		}	
			
		.prevBlade {
			left: -25px;
		}
		
		
		.fOutter {
			width: 100%;
			margin: 0 30px;
		}
		
		.fBlock1 {
			
			width: 90%;
		}
		
		.fBlock2 {
			display: none;
		}
		
		.statSource {
			padding-left: 250px;
		}
		
		
		/*
		
		.blade {
			background: rgb(2, 150, 221);
			background: rgba(2, 150, 221, .4);
			width: 20px;
			height: 475px;
			overflow: hidden;
			display: inline-block;
			margin-right: 5px;
			-webkit-transition: width 0.8s ease-in-out;
			-moz-transition: width 0.8s ease-in-out; 
			transition: width 0.8s ease-in-out; 
		}

		.bladeInner {
			padding: 40px 90px;
			color:#fff;
			position: relative;
		}

	*/

}










@media only screen and (max-width: 770px) {

	#fp-nav {
		display: none;
	}

	.hamburger-menu { 
		display: block;
	}

	#section0 .box1 {
		top: 40%;

	}
	
		#section0 .box2 {
			top: 40%;

		}
	
	
	
		#section2 .box1 {	
			margin-left: 40px;
			left: 0;
			width: 260px;
		}
		
		#section2 .box1 .title1 {
			font-size: 35px;
			
		}	
		#section2 .box1 .title2 {
			display: none;
			
		}	
		
		
	.bladeOutter {
		
		display: none;
		
	}
	
		#section2 .fp-slides {
			display: block;
			
		}
	
	
		#section2 .fp-controlArrow {
			
			display: block;
			
		}
		#section2 .fp-controlArrow.masterVis {
			
			display: none !important;
			
		}	
	
	
		#section2 h1 {
			font-size: 25px;
			font-weight: 400;
			line-height: 1;
			
		}
		
		#section2 h2 {
			font-size: 17px;
			line-height: 1;
			margin-top: 15px;
		}
	
		.listDiv ul li span {
			font-size: 21px;
		}
		
		.listDiv {
			font-size: 15px;
			
		}
	
		.listDiv ul li {
			line-height: 17px;
			padding: 2px 0 17px 0;
		}
	
		.listDiv ul li:after {
			top: 0px;

		}
		
		
		
		.statSource {
			padding-left: 0px;
		}

		
		
		
		

}



@media only screen and (max-height:650px) and (max-width: 900px) {
	
	
	
	
		#section1 .box3 {

			margin-top: 35px;
			margin-left: -445px;
		}	
			
	
	
		#section1 .box1 {
			margin-top: -155px;
		}
		#section1 .box2	{
			margin-top: 50px;
		}
	
	
		#section1 .box2 .title1	{
			    padding: 19px 45px 0 26px;
			line-height: 1.2;
			max-height:  82px;
			font-size: 14px;
		}
		 #section1 .box2 .button1 {
			margin: -10px 0 10px 26px;
		}
	 
		
		#section1 .title1a {
			
			display: none;
			
		}


		
  
}



@media only screen and (max-height:750px) and (max-width: 930px) {
	
	
	
	
		#section1 .box3 {

			margin-top: -135px;
			margin-left: 0px;
		}	
			
	
	

		
  
}






@media only screen and (max-height: 630px) {
		
		
		#section2 .innerSlide {
			padding: 20px 30px;
		}
		

		#section2 .fp-slide {
			margin-top: 160px;
			height: calc(100% - 160px);
		}


		#section2 h1 {
			font-size: 25px;
			font-weight: 400;
			line-height: 1;
			
		}
		
		#section2 h2 {
			font-size: 15px;
			line-height: 1;
			margin-top: 12px;
		}
	
		.listDiv ul li span {
			font-size: 19px;
		}
		
		.listDiv {
			font-size: 14px;
			
		}
	
		.listDiv ul li {
			line-height: 14px;
			padding: 2px 0 14px 0;
		}
	
		.listDiv ul li:after {
			top: 0px;

		}
		
		
		
		.statSource {
			line-height: .9;
			font-size: 10px;
		}

		
		
		
		
	
}





@media only screen and (max-height: 600px) {
		
		
		#section3 .box4 {
			 display: none;
		}		
		
		
		#section3 .box1 a.btn {
			
			
			padding: 7px 20px !important;

			
		}
		
		#section3 .box1 {
			padding: 35px 15px 11px 15px !important;
			/*width: 70%;*/
			top: 30%;
		}
		
		
		
		
		
	
}



@media only screen and (max-height: 550px) {
		
		#section2 .box1 .title1 {
			line-height: .9;
			font-size: 33px;
		}			
		
		#section2 .innerSlide {
			padding: 15px 20px;
		}
		

		#section2 .fp-slide {
			margin-top: 130px;
			height: calc(100% - 130px);
		}


		#section2 h1 {
			font-size: 20px;
			line-height: .9;
			
		}
		
		#section2 h2 {
			font-size: 15px;
			line-height: 1;
			margin-top: 12px;
		}
	
		.listDiv ul li span {
			font-size: 17px;
		}
		
		.listDiv {
			font-size: 12px;
			
		}
	
		.listDiv ul li {
			line-height: 12px;
			padding: 1px 0 11px 0;
		}
	
		.listDiv ul li:after {
			top: 0px;

		}
		
		
		
		.statSource {
			line-height: .9;
			font-size: 10px;
		}

		
		
		
		
		
		
	
}








@media only screen and (max-width: 700px) {
	
	
	
	
		#section1 .box1 {
			width: 90%;
			margin-left: 0px;
			left: 5%;
			max-width: 465px;
			
		}
	
	
		#section1 .box3 {
			margin-top: 0px;
			margin-left:0px;
			top: 15%;
			left: 20%;
			font-size: 35px;
			line-height: .9;
			width: 200px;
		}	
	
	
		#section1 .box2 {
			top: 50%;
			left: 7%;
			margin-left: 0;
			width:94%;
			
		}	
	
	

	
		
		#section3 .box2 {

			font-size: 40px;
			line-height: .9;
		}			

		
		
		#section3 .box1 {
			width: 70%;			
			top: 28%;
			left: 20%;
			margin-top: -32px;
			margin-left: -30px;
			padding:25px 40px;
		}


		
		#section3 .box3 {
			display: none;
		}	



}






@media only screen and (max-width: 485px) {
	

	
		.logoText {
    		font-size:35px;
			width: 130px;
			height: 35px;
		}
		
		
		.logoAR {
    		font-size:13px;
			height: 35px;
		}
		.logoAR div {
			margin: 9px 0 0 15px;
		}
		
		
		

		#section0 .box1 {
			margin-left: -180px;

		}
		
		#section0 .box1 .title2 {
			font-size:45px;
			width: 250px;
		}
		
		#section0 .box2 {
			top: 40%;
			left: 55%;
			width: calc(50% + 100px);
			padding: 120px 30px 25px 30px;
		}
		
		
	

}






@media only screen and (max-width: 370px) {
	
	
	
		.headerInner {
			padding: 22px 15px 0 15px;
		}
	
	
		.logoAR {
			display: none;
		}
		
		
		.hamburger-menu {
			right: 15px;
			top: 15px;

		}


		#section0 .box1 {
			position: absolute;
			left: 40px;
			margin-left: 0px;
			
		}
		
		#section0 .box1 .title2 {
			line-height: .9;
		}
		
	
		#section0 .box2 {
			top: 40%;
			width: 100%;
			padding: 120px 0 20px 0;
			margin-left: 0px;
			left: 0px;
			
		}
	
		#section0 .box2 .title1 {
			width:auto;
			padding: 0 25px;
			
		}	
	

}








@media only screen and (max-height: 500px) {
	
	
		#section1 .box1 {
			width: 100%;
			margin-left: 0px;
			left: 0%;
		}
		
		#section1 .box2 {
			margin-top: 30px;
		}
	
	
		#section1 .box2 .title1 {
			max-height: 67px;
		}
	
		
		#footer {
			display: none ;
		}
	
	
		#section3 .box1 {
			top: 45% !important;
		}	
	
			
		#section0 .box1 .title2 {
			font-size: 40px;
		}
	
		#section0 .box2 {
			top: 40%;
			width: 100%;
			padding: 90px 0 20px 0;
			margin-left: 0px;
			left: 0px;
		}	
		
		#section0 .box2 .title1 {
			line-height: 1.2;
		}
	
#small-dialog2 {
    margin: 10px auto 45px auto;

}
	
	
}




@media all and (orientation: landscape) and (max-device-width: 736px){

		.rotate {
			display:block;
			background: #0069aa url(../Images/landscape-bg2.jpg) bottom center no-repeat;
			background-size: 100%;
			z-index:1200;
			width:100%;
			height:100%;
			position:fixed;
			top:0px;
			left:0px;
			padding:10px 0px;
			text-align:center
		}
		
		.rotate .content {
			position:relative;
			top:50%;
			margin-top:-130px;
		}
		
		.rotateHeader {
			font-size:27px;
			color:#fff;
			font-weight:400;
			line-height:25px;
			text-align:center;
		}

		.rotateText {
			margin: 20px;
			font-size:15px;
			color:#fff;
			line-height: 1;
		}
		

		.rotateIcon {
			font-family:envIcons;
			font-size:40px;
			color: #7bd8f9;
		}

		.rotateIcon:before {
			content: "\002F";
		}

}








