input {
  position: fixed;
  opacity: 0;
}

label {
  position: absolute;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
label::before {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(18, 67, 100, 0.6);
  content: '';
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
label .burger {
/*transform: rotate(90deg); */
  position: fixed;
  top: 10px;/*1em*/
  left: 31px;/*2em*/
  z-index: 3;
  width: 2em;
  height: 2em;
  margin: 0;
  padding: 0;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
/*@media (min-width: 1400px) {
  label .burger {
   width: 3em;
  height: 3em;
}
  label .burger .bar {
  top: 40% !important;
  height: 18% !important;
  }
}*/
label .burger::before,
label .burger::after {
 /*border-radius:25px;*/ /* for round head bar*/ 
  position: absolute;
  left: 0;
  display: block;
  width: 120%;
  height: 16%;
  background: white;
  /*background: -webkit-linear-gradient(left top, WHITE, WHITE,WHITE, #3968a3);*/
  content: '';
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
label .burger .bar{
  
  top: 40%; /*Bar in the middle distance*/
  position: absolute;
  left: 70%;	/*Middle bar starting position */
  display: block;
  width: 50%;
  height: 16%;
  background: #3968a3; /*KPA Blue*/
  /*border-radius:25px;*/
  /*background: -webkit-linear-gradient(left top, WHITE, WHITE, #3968a3); */
  /*background: -webkit-linear-gradient(left top, #3968a3, white);*/
  content: '';
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}


label .burger::before {
  top: 0;
  transform-origin: top left;
}
label .burger::after {
  bottom: 0;
  transform-origin: bottom left;
}

input:focus + label .burger,
label:hover .burger {
  opacity: 1;/*0.75*/
}


nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  padding: 80px 0 0 30px;
  align-items: flex-start;
  transform: translate3d(0, 0, 0);
  /* material acceleration */
  transform: translateX(-100%);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
 nav::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 55em;
 /* background: #3968a3;   MENU BLUE BG*/
  content: '';
  transform: skewX(15deg) translateX(-100%);
  transform-origin: bottom left;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
/* @media (max-width: 100em) { */
@media (max-width: 768px) {
  nav::before {
    width: 100em;
  }
}
nav a {
  margin: .3em 0;
  /*padding: .2em 2em; */
  font-size: 2.5em;
  color: white;
  text-decoration: none;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  transform: translateX(-130%);
  transition: color .15s, transform .5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
/*  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
          transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);*/
}
@media (min-width: 1400px) {
nav a {
font-size: 3.5em;
}
}


nav a:nth-child(1) {
  transition-delay: 0s, 50ms;
  /*transition: opacity 0.5s;      
	opacity: 0;*/
  
}
nav a:nth-child(2) {
  transition-delay: 0s, 110ms;
}
nav a:nth-child(3) {
  transition-delay: 0s, 170ms;	
}
nav a:nth-child(4) {
  transition-delay: 0s, 230ms;
}
nav a:nth-child(5) {
  transition-delay: 0s, 290ms;
}
nav ul li:nth-child(1) {
transform: translateX(-430%);
  transition: color .15s, transform .5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s, 470ms;
}
nav ul li:nth-child(2) {
transform: translateX(-430%);
  transition: color .15s, transform .5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s, 410ms;
}
nav ul li:nth-child(3) {
transform: translateX(-430%);
  transition: color .15s, transform .5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s, 350ms;
}
/*
nav a:nth-child(7) {
  transition-delay: 0s, 410ms;
}
nav a:nth-child(8) {
transition-delay: 470ms;
}*/
nav a:hover, nav a:focus {
  color: #3968a3;
}

/* icon  */
h1 a{
text-decoration:none;
color: white;
}

nav  ul{
list-style: none;
padding: 0px 0;
margin: 0 0 0 -8px;
}

nav  ul li{
    float: left;
    text-align: center;
    /*font-size: 12px; */
    transition: all .5s ease;
    color: white;
    margin: 0 5px 5px 9px;
    
}

nav a ul li:hover {
    color: #000;
}

.iconma {
position: fixed;
float: right;
list-style: none;
z-index: 10;
font-size:30px;
/*margin: 30px 10px 0 70px;*/
margin: 30px 10px 0 89%;
transition: all .8s ease;
color: #fff;
}
.iconma:hover
{
color: #3968a3;
}

.iconpin {
position: fixed;
float: right;
list-style: none;
z-index: 10;
font-size:30px;
margin: 30px 10px 0 93%;/* 120px*/
transition: all .8s ease;
color: #fff;
}
.iconpin:hover
{
color: #3968a3;
}

/*icon*/

main {
  overflow: hidden;
}
main .content {
  transform: translate3d(0, 0, 0);
  /* material acceleration */
  will-change: transform, filter;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

[id="navcheck"]:checked + label::before {
  opacity: 1;
  pointer-events: auto;
}
[id="navcheck"]:checked + label .burger::before, [id="navcheck"]:checked + label .burger::after {
  width: 141.42%;
}
[id="navcheck"]:checked + label .burger::before {
  transform: rotate(45deg) translateY(-50%);
   /*background: white;*/
}
[id="navcheck"]:checked + label .burger::after {
  transform: rotate(-45deg) translateY(50%);
  /* background: white;*/
}
[id="navcheck"]:checked + label .burger .bar {
 
  transform: scaleY(0);/*0.1 - 0*/
  transition: 0.2s;
  //transform-origin:center;
}
[id="navcheck"]:checked ~ nav {
  transform: translateX(0);
}
[id="navcheck"]:checked ~ nav::before {
  transform: skewX(15deg) translateX(30%);
  opacity: 1;
}
[id="navcheck"]:checked ~ nav a {
  transform: translateX(0);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
[id="navcheck"]:checked ~ nav ul li {
  transform: translateX(0);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
[id="navcheck"]:checked ~ main .content {
  transform: translateX(3em);
  transform-origin: left center;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  /* quite laggy :S */
}

/* helper */
.visuallyhidden {
font-weight:300;/*900*/
font-family:'Roboto', sans-serif;
color:white;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  /*margin: -1px;*/
  margin: 0px;
  /*overflow: hidden;*/
  padding: 0;
  /*position: absolute;*/
  position: static;
  width: 1px;
}

/* misc */
/*body {
  overflow-x: hidden;
  background: #fff;
  color: white;
  font: 1em/1.4 "lato";
}
*/
main {
  background: #3498db;
  padding: 5% 0;
}	

article {
  width: 80%;
  margin: 0 auto;
  font-size: 1.3em;
}
@media (min-width: 60em) {
  article {
    width: 50%;
  }
}

/*h1 {
  font: 2.5em/1.4 "roboto condensed";
  font-weight: 700;
}*/

 div.hidden {
    display: none
}
 
 div2 {
    position: absolute;
    margin: auto;
    top: 0; bottom: 0;
    left: 0; right: 0;
    
    -webkit-animation: bounce 2s infinite ease-in-out;
	
}
@-webkit-keyframes bounce {
	0%, 50%, 100%  { -webkit-transform: translateY(0); }
    25%  { -webkit-transform: translateY(-10px); }
	75% { -webkit-transform: translateY(-10px); }
}

 .cen2 {
   width: 26px;
   height: 26px;
   position: absolute;
   left: 50%;
   top: 100%; 
   margin-left: -13px;
   margin-top: -200px;
}
 
 
 
.cen {
   width: 268px;
   height: 352px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -134px;
   margin-top: -176px;
}
 
 body {
    font-family: 'Roboto', sans-serif;
}
 /*.bo{
 font-family: 'Work Sans';
 font-weight: bold;
 font-size: 40px;
}*/
/*	 
input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    background-color: #3CBC8D;
    color: white;
}
 
 */
 
/* h1 { 
    text-align: center;
	font-size: 40px;
} */


textarea {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
 .dot{
    text-decoration: underline;
    text-decoration-style:dotted;
	
 }
 
 .Button {
    font-weight: bold;
    background-color: #555555;
	border: none;
	border-radius: 8px;
	text-align: center;
	display: inline-block;
	font-size: 25px;
	padding: 25px 32px;
    color: white
	
}
.selected {
    color: white;
    background-color:#3CBC8D;
}
button#cssColorChange:active{
    color: white;
    background:red;
}
 
.q{
color: #00919E;
}



@keyframes fade-in {
    from {opacity: 0; transform: scale(,)}
    to {opacity: 1;}
}
.fade-in-element {
  animation: fade-in 1.4s;
}



#overlay{
    width: 100%;
    height: 100%;
    /*display:none;*/
    left:0px;
    top:0px;
    z-index:150;
    background-color: white;
    position:fixed;
    
}
#overlay2{
    
    /*display:none;
    used to be logo
    */
    z-index:9;
}

/*header
	#header, #footer{
		position:fixed;
		height: 80px;
		display:block;
		width: 100%;
		background: #333;
		z-index:9;
		text-align:center;
		color: #f2f2f2;
		padding: 20px 0 0 0;
		opacity:0.5;
	}

	#header{
		top:0px;
	}
	#footer{
		bottom:0px;
	}*/
	
	.column .imbg .tcen{
	padding-top:calc(50% - 15px);
	height:100%;
	width:100%;
	color:white;
	/*text-align:center;
	top: -100%;
  left: 100%;*/
  transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  opacity:0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  font-size:35px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  
  	}
  	.column2 .imbg2 .tcen{
	height:100%;
	width:100%;
	color:white;
	/*text-align:center;
	top: -100%;
  left: 100%;*/
  transform: translate(0%, calc(-50% - 20px));
  -ms-transform: translate(0%, -50%);
  opacity:0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  font-size:35px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  
  	}
  	.column .imbg a{
  	text-decoration: none;
  	color:black;
  	}
  	.column .imbg:hover a{
  	/*cursor:alias;*/
  	}
  	.column2 .imbg2 a{
  	text-decoration: none;
  	color:black;
  	}
  	.column2 .imbg2:hover a{
  	/*cursor:alias;*/
  	}
  	@media (max-width: 1366px) {
   .column .imbg .tcen{
   font-size:25px;
   }
   .column2 .imbg2 .tcen{
   font-size:25px;
   }
   .column2 .imbg2 .tcen{

  transform: translate(0%, calc(-50% - 30px));
  -ms-transform: translate(0%, -50%);

  	}
}
  	
  	
  	.column .imbg:hover .tcen{

  	opacity:1;
  	font-size:30px;
  	}
  	.column2 .imbg2:hover .tcen{

  	opacity:1;
  	font-size:30px;
  	}
  	.mword{
  	position:fixed;
  	z-index:10;
  	font-family:'Roboto', sans-serif;
  	color: #3968a3;
  	top:1em;
  	left:2em;
  	font-size: 2.5em;
  	}
  	
  	/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: white;  /* Fallback color */
    /* background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    margin: 15vh auto;
    /*background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;*/
    width: 90%;
}

/* The Close Button */
.close {
   transform: rotate(90deg);
    color: #8f9190;
    float: right; 
    font-size: 20px;
    font-weight: bold;
    margin: 11px -10px;
}

.close:hover,
.close:focus {
    color: #3968a3;
    text-decoration: none;
    cursor: pointer;
}
.pclose {
   transform: rotate(90deg);
    color: black;
    float: right; 
    font-size: 20px;
    font-weight: bold;
    margin: 11px -10px;
}

.pclose:hover,
.pclose:focus {
    color: #3968a3;
    text-decoration: none;
    cursor: pointer;
}
#myBtn{
cursor: pointer;
}

@media(max-width:800px){
.mlo{display:none;

}
.light{

margin-top:50px!important;
}
.modal-content {
    margin: 3px auto;
    /*background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;*/
    width: 100%;
}
/*↓Main Menu Bar */
#headerr4{
    
	font-family:  'Roboto', sans-serif;
    position: fixed;
    background: black;
    opacity:0.7;
    z-index: 2;
    /* 071124 remove the social network icons from mobile view < 800px
    width: calc(100vw - 200px );
    */
    width: calc(100vw - 50px);
    height: 50px;
    font-size: 25px;
    color:white;
    
    /*border-bottom: 3px solid white;*/
	}
	#headerr4:hover{
	opacity:1;
	}
	#headerr5:hover{
	opacity:1;
	}
	#headerr6:hover{
	opacity:1;
	}
	#headerr7:hover{
	opacity:1;
	}
	#headerr8:hover{
	opacity:1;
	}
	#headerr4 a{
	float:right;
	display:inline-block;
	margin:9px 5px auto;
	}
	#headerr5{
    
	font-family:  'Roboto', sans-serif;
    position: fixed;
    background: #365998;
    opacity:0.7;
    z-index: 2;
    margin-left: calc(100vw - 150px );
    width:50px;
    height: 50px;
    font-size: 25px;
    color:white;
    
    /*border-bottom: 3px solid white;*/
	}
	#headerr5 a{
	float:right;
	display:inline-block;
	margin:9px 14px auto;
	}
	#headerr6{
    
	font-family:  'Roboto', sans-serif;
    position: fixed;
    background: #0077b5;
    opacity:0.7;
    z-index: 2;
    margin-left: calc(100vw - 100px );
    width:50px;
    height: 50px;
    font-size: 25px;
    color:white;
    
    /*border-bottom: 3px solid white;*/
	}
	#headerr6 a{
	float:right;
	display:inline-block;
	margin:9px 17px auto;
	}
	#headerr7{
    
	font-family:  'Roboto', sans-serif;
    position: fixed;
    background: #1da1f2;
    opacity:0.7;
    z-index: 2;
    margin-left: calc(100vw - 50px );
    width:50px;
    height: 50px;
    font-size: 25px;
    color:white;
    
    /*border-bottom: 3px solid white;*/
	}
	#headerr7 a{
	float:right;
	display:inline-block;
	margin:9px 12px auto;
	}
	#headerr8{
    
	font-family:  'Roboto', sans-serif;
    position: fixed;
    background: #3968a3;
    opacity:0.7;
    z-index: 2;
    /* 071124 remove the social network icons from mobile view < 800px
    margin-left: calc(100vw - 200px );
    */
    margin-left: calc(100vw - 50px);
    width:50px;
    height: 50px;
    font-size: 25px;
    color:white;
    
    /*border-bottom: 3px solid white;*/
	}
	#headerr8 a{
	float:right;
	display:inline-block;
	margin:10px 14px auto;
	}
	
	
#headerr{
display:none;
}
#headerr2{
display:none;}
#pheaderr{
display:none;}
#pheaderr2{
	margin-top:0px;
    margin-left:83px;
	font-family:  'Roboto', sans-serif;
    position: fixed;
    background:#3968a3 ;
    z-index: 12;
    width: 240px;
    height: 50px;
    text-align: center;
    font-size: 1em;
    color:white;
    border-right: 3px solid white;
    /*border-bottom: 3px solid white;*/
	}
	#pheaderr2 a{
	display:block;
	margin:18px auto;
	}
	#pheaderr2 .doub{
	display:block;
	margin:4px auto;
	}
	#pheaderr3{
display:none;}
	#pheaderr7{
	margin-top:0px;
    margin-left:323px;
	font-family:  'Roboto', sans-serif;
    position: fixed;
    background:#3968a3 ;
    z-index: 12;
    width: calc(100vw - 323px);
    height: 50px;
    text-align: center;
    font-size: 1em;
    color:#3968a3;
    /*border-right: 3px solid white;*/
    /*border-bottom: 3px solid white;*/
	}
#pheaderr4{
display:none;}
#pheaderr5{
display:none;}
#pheaderr6{
	margin-top:0px;
	margin-left:0px;
	width: 80px;
	height: 50px;
	z-index: 12;
	background:orange ;
	position: fixed;
	text-align: center;
    font-size: 1em;
    color:white;
	}
	#pheaderr6 a{
	display:block;
	margin:18px auto;
	}
	#pheaderr8{
	margin-top:0px;
	margin-left:83px;
	width: calc(100vw - 83px);
	height: 50px;
	z-index: 12;
	background:#3968a3;
	position: fixed;
	}
	#pheaderr8 a{
	display:block;
	margin:18px auto;
	}
	#pheaderr9{
	margin-top:53px;
	margin-left:0px;
	width:100vw;
	height:30px;
	z-index:12;
	background:#3968a3;
	position:fixed;
	color:white;
	text-align:center;
	}
	#pheaderr9 a{
	display:block;
	margin:5px auto;
	}
.psub {
    margin-top:86px!important; /*for space to click menu*/
    height:100%;
    width:100vw!important;
    background:black!important;
    height: calc(100% - 86px)!important; /* Full height */
    }
.des {
margin-top:0px!important;
margin-left:0px!important;
width:100%!important;
background-color:rgba(256,256,256, 0.9)!important;
height:0px;
}


}

@media (min-width: 800px) {
.hfm{
width:100vw;
height:50px;
background:white;

}
.des {
height:500px;

}
.hfm2{
width:100vw;
height:60px;
}
#headerr{
    
	font-family:  'Roboto', sans-serif;
    position: fixed;
    background: black;
    opacity:0.5;
    z-index: 1;
    width: 110px;
    height: 50px;
    font-size: 2em;
    border-right:3px solid white;
    /*border-bottom: 3px solid white;*/
	}
	
	
	
	#headerr2{
    margin-left:110px;
	font-family:  'Roboto', sans-serif;
    position: fixed;
    background: #8f9190;
    z-index: 100;
    width: 150px;
    height: 50px;
    font-size: 25px;
    color:white;
    /*border-bottom: 3px solid white;*/
    
	}
	#headerr2 p{
	/*font-weight:100;*/
	margin: 2px 10px;
	line-height: normal;
	font-family:  'Roboto', sans-serif;
	font-size: 25px;
	color:white;
	}
	#headerr2:hover{
	
	background:white;
	}
	#headerr3{
    margin-left:260px;
	font-family:  'Roboto', sans-serif;
    position: fixed;
    background: black;
    opacity:0.5;
    z-index: 11;
    width: calc(100vw - 260px);
    height: 50px;
    font-size: 25px;
    color:white;
    border-left: 3px solid white;
    /*border-bottom: 3px solid white;*/
	}
	#headerr4{
	display:none;
    margin-left:calc(100vw - 200px);
	font-family:  'Roboto', sans-serif;
    position: fixed;
    background: black;
    opacity:0.5;
    z-index: 11;
    width: 200px;
    height: 50px;
    font-size: 25px;
    color:white;
   /* border-left: 3px solid white;*/
    /*border-bottom: 3px solid white;*/
	}
	#headerr5{
	display:none;
	}
	#headerr6{
	display:none;
	}
	#headerr7{
	display:none;
	}
	#headerr8{
	display:none;
	}
	#pheaderr{
    
	font-family:  'Roboto', sans-serif;
    position: fixed;
   /* background: #8f9190;*/
    background: #8f9190;
    color:white;
    z-index: 1;
    width: 110px;
    height: 50px;
    font-size: 1em;
    text-align: center;
    border-right:3px solid white;
    /*border-bottom: 3px solid white;*/
	}
	#pheaderr2{
	margin-top:53px;
    margin-left:86px;
	font-family:  'Roboto', sans-serif;
    position: fixed;
    background:#3968a3 ;
    z-index: 12;
    width: 240px;
    height: 50px;
    text-align: center;
    font-size: 1em;
    color:white;
    border-right: 3px solid white;
    /*border-bottom: 3px solid white;*/
	}
	#pheaderr3{
	margin-top:53px;
    margin-left:326px;
	font-family:  'Roboto', sans-serif;
    position: fixed;
    background:#3968a3 ;
    z-index: 12;
    width: 150px;
    height: 50px;
    text-align: center;
    font-size: 1em;
    color:white;
    border-right: 3px solid white;
    /*border-bottom: 3px solid white;*/
	}
	#pheaderr4{
	margin-top:53px;
    margin-left:476px;
	font-family:  'Roboto', sans-serif;
    position: fixed;
    background:#3968a3 ;
    z-index: 12;
    width: 150px;
    height: 50px;
    text-align: center;
    font-size: 1em;
    color:white;
    border-right: 3px solid white;
    /*border-bottom: 3px solid white;*/
	}
	
	#pheaderr5{
	margin-left:263px;
	z-index: 12;
	background:#8f9190 ;
	position: fixed;
	font-family:  'Roboto', sans-serif;
	height: 50px;
	width: calc(100vw - 263px);
	text-align: center;
    font-size: 1em;
    color:white;
	}
	#pheaderr6{
	margin-top:53px;
	margin-left:3px;
	width: 80px;
	height: 50px;
	z-index: 12;
	background:orange ;
	position: fixed;
	text-align: center;
    font-size: 1em;
    color:white;
    cursor:pointer;
	}
	#pheaderr6:hover a{
	color:#3968a3;
	} 
	#pheaderr8{
	margin-top:53px;
	margin-left:86px;
	width: calc(100vw - 89px);
	height: 50px;
	z-index: 12;
	background:#3968a3;
	position: fixed;
	}
	
	#pheaderr7{
	margin-top:53px;
	margin-left:626px;
	width: calc(100vw - 629px);
	height: 50px;
	z-index: 12;
	background:#3968a3 ;
	position: fixed;
	text-align: center;
    font-size: 1em;
    color:white;
	}
	#pheaderr a{
	display:block;
	margin:18px auto;
	}
	#headerr4 a{
	float:right;
	display:inline-block;
	margin:9px 5px auto;
	}
	#pheaderr .doub{
	display:block;
	margin:4px auto;
	}
	#pheaderr2 .doub{
	display:block;
	margin:4px auto;
	}
	#pheaderr2 a{
	display:block;
	margin:18px auto;
	}
	#pheaderr3 a{
	display:block;
	margin:18px auto;
	}
	#pheaderr4 a{
	display:block;
	margin:18px auto;
	}
	#pheaderr6 a{
	display:block;
	margin:18px auto;
	}
	#pheaderr8 a{
	display:block;
	margin:18px auto;
	}

    .mlo{
    height:47px;
    }
    .wlin{
    background:white;
    height:50px;
    position:fixed;
    z-index:3;
    width:3px;
    margin-left:162px;
    }
}



.light {
    margin-top:103px;
    display: none;
    position: fixed;
    left:0;
    top:0;
 width: 100%; /* Full width */
    height: 100%; /* Full height */
    z-index:21;
    overflow:auto; 
   
  
}
.light  {
 -webkit-animation: in 1700ms ease both;
     animation: in 1700ms ease both;
}
.fade {
 -webkit-animation: in 70ms ease both;
     animation: in 70ms ease both;
}

.psub  {
 -webkit-animation: in 1700ms ease both;
     animation: in 1700ms ease both;
}
.pfade {
 -webkit-animation: in 70ms ease both;
     animation: in 70ms ease both;
}
@keyframes in {
  0% {  opacity: 0;  }
  100% {opacity: 1;  }
}
/*
.AVI img:nth-child(4) {
  animation-delay: 15ms;
  
}*/

.fade {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
   /* padding-top: 10px;*/ /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: white;  /* Fallback color */
    /* background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.psub {
    display: none;
    position: fixed;
    left:0;
    top:0;
    width: calc(100vw - 500px); /* Full width  50 --- 100 */
    height: calc(100% - 106px); /* Full height */
    z-index:23;
    overflow:auto; 
    margin-top:106px; /*for space to click menu*/
    transition: width 500ms;
    }
  
.pfade {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 22; /* Sit on top */
   /* padding-top: 10px;*/ /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: white;  /* Fallback color */
    /* background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/*description overlay*/
.des {
   /* margin-left:263px;*/
    z-index: 50;
    position:fixed;
    width:400px;/*800 -- 400*/
    overflow:auto;
    
    transform: translateX(0px);
    /*border:10px;*/
    text-align: left;
    background-color: rgba(0,0,0, 0);
    margin-top: 10vh;
    margin-left:calc(100vw - 450px);
    transition: height 200ms;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: black;
    transition: all 500ms;
}
.desb:hover{
cursor:pointer;
color:yellow;
}

.destitle{
font-size:30px;
color:#3968a3;
font-weight:600;

}

.deslink{
color:#870c78;
font-weight:600;
}

.deslink:hover
{
  color:#3968a3;
}

.des li{
color:#3968a3;
list-style-type: disc;
}

.rpt{
color: #3968a3;
font-size: 16px;
font-weight: 600;
}
.rpc{
color: #3968a3;
font-size: 14px;
}

.rpd{
color:black;
font-size:14px;
}

.iconflap{-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";

}
.kpatext3{
  color:#3968a3;
  font-weight:600;
}
.whatalink{
color:#3968a3;
text-decoration:none;

}

.thekpagroup{
font-size:0.5em;

}
.wordslopo{
position:absolute;
right:30px;
bottom:30px;
height:140px;
width:108px;
display:none; /* to hide the logo on section 3 temporary 071224*/
}
.slidetxt{

text-align:center;
}
.slidetxt a{
opacity:0;
width:80vw;
font-weight:600;
color:#ffffffdd;
z-index:100;
top:50vh;
left:50vw;
transform: translateX(-50%) translateY(-50%);
position: absolute; /*relative*/ 
font-size:46px;

}
