@font-face {
	font-family: "FuturaStdBook";
	src: url("../fonts/FuturaStdBook.otf") format("opentype");
}
@font-face {
	font-family: "FuturaStdBold";
	src: url("../fonts/FuturaStdBold.otf") format("opentype");
}
@font-face {
	font-family: "FuturaStdExtraBoldCondensed";
	src: url("../fonts/FuturaStdExtraBoldCondensed.otf") format("opentype");
}

body {
	font-family: "FuturaStdBook", Verdana, sans-serif;
	margin: 0;
}

* {
	box-sizing: border-box;
}

hr{
	margin: 2.5em 0;
	border: none;
	border-top: 2px solid navy;
}

h3{
	font-family: FuturaStdBold, Verdana, sans-serif;
}

a.spe1{
	color: #3a3a3a;
	font-size: 0.93em;
}

a.spe2{
	font-weight: bold;
	/* color:  #000080; */
	/* color: black; */
}

a.spe3{
	font-style: italic;
	opacity: 0.7;
}

a.bold{
	font-weight: bold;
}
a.asterisk{
	font-size: 0.65em;
	vertical-align:top;
	color: navy;
}

a.spe4{
	font-weight: bold;
	color: red;
}
a.spe5{
	font-weight: bold;
	color: #46cc35;
}













header{
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	width: 100%;
	z-index:5;
	display: none;
	box-shadow: 0px 0px 14px 0px #ccc;
	transition: background-color 1s, color 1500ms;
	background-color: white;
	color: black;
}
header.visible{
	display: block;
	opacity: 1;
}
header .header-main{
	margin: 0 auto;
	padding: 0 0;
	height: inherit;
	display: table;

}
header .header-main-cell{
	height: inherit;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
header .header-main-cell.left{
	float: left;
}
header .header-main-cell.right{
	float: right;
}
header .header-main-cell-inner{
	height: inherit;
	display: table-cell;
	vertical-align: middle;
}
header h1{
	margin: 0 0;
	padding: 0 0;
}


header .menu.full{
	padding-top: .3125rem;
	padding-bottom: .3125rem;
}
header .menu.full ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}
header .menu.full ul li{
	padding : 0 0; /* Pour espacer les boutons entre eux */
	margin: 0;
}
header .menu .link{
	text-transform: uppercase;
	display: block;
	padding-top: .8125rem;
	padding-bottom: .8125rem;
	padding-left: .5rem;
	padding-right: .5rem;
	background-color: none;
	color: black;
	font-size:0.90em;
	border-radius: 5px;
	transform: scale(1);
	transition: background-color 200ms, transform 200ms;
	cursor: pointer;
}

header .menu .link:link{
	text-decoration: none;
}
header .menu .link.activated{
	color: black;
	background-color: #e5e5e5;
	transform: scale(0.9);
}


#header-logo{
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	
}
#header-logo :link{
	text-decoration: none;
	color: black;
}
#header-logo :link:hover{
	color: #000080;
}
#header-logo :visited{
	text-decoration: none;
	color: black;
}
#header-logo:hover{
	cursor: pointer;
	
}
#header-logo{
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	
}
#header-logo .letter{
	display: inline-block;
	/* transform: rotateY(-90deg); */
	opacity: 0;
	transition: transform 1000ms linear;
	animation-name: letteranim;
	animation-duration: 1s;
	/* animation-iteration-count: infinite; */
	animation-fill-mode: forwards;
}
#header-logo .letterB{
	float: left;
	animation-name: letteranimB;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
}

/* The animation code */
@keyframes letteranim {
  from{
	  opacity: 0;
  }
  to{
	  opacity: 1;
  }
}
@keyframes letteranimB {
  0%{
	  opacity: 0;
  }
  49%{
	  opacity: 0;
  }
  50%{
	  opacity: 1;
  }
  99%{
	  opacity: 1;
  }
}

#header-logo #l1 {
	animation-delay: 1ms;
}
#header-logo #l2 {
	animation-delay: 11ms;
}
#header-logo #l3 {
	animation-delay: 21ms;
}
#header-logo #l4 {
	animation-delay: 31ms;
}
#header-logo #l5 {
	animation-delay: 41ms;
}
#header-logo #l6 {
	animation-delay: 51ms;
}
#header-logo #l7 {
	animation-delay: 61ms;
}
#header-logo #l8 {
	animation-delay: 71ms;
}
#header-logo #l9 {
	animation-delay: 81ms;
}
#header-logo #l10 {
	animation-delay: 91ms;
}
#header-logo #l11 {
	animation-delay: 101ms;
}
#header-logo #l12 {
	animation-delay: 111ms;
}
#header-logo #l13 {
	animation-delay: 121ms;
}
#header-logo #l14 {
	animation-delay: 131ms;
}
#header-logo #l15 {
	animation-delay: 141ms;
}
#header-logo #l16 {
	animation-delay: 151ms;
}
#header-logo #l17 {
	animation-delay: 161ms;
}
#header-logo #l18 {
	animation-delay: 171ms;
}

#header-logo #l19 {
	animation-delay: 191ms;
}
#header-logo .line1 .line-container{
	margin: auto;
	text-align: center;
	text-shadow: 0px 0px 1em #3f3f3f;
}
#header-logo .line1 .line-container .letters{
	/* margin: 0 0 0 0.2em; */
}
#header-logo .line2  .line-container{
	margin: auto;
	transform: translate(0, -0.2em);
	text-align: center;
	text-shadow: 0px 0px 1em #3f3f3f;
}
#header-logo .line2  .line-container a{
	margin: auto;
}
#header-logo .line2 .letter{
	margin: 0 0.16em;
	transform: scale(1, 0.6);
}
#header-logo:hover #l1.letter {
	animation-name: letteranim;
}
#header-logo:hover #l2.letter {
	animation-name: letteranim;
	animation-delay: 5ms;
}
#header-logo:hover #l3.letter {
	animation-name: letteranim;
	animation-delay: 10ms;
}
#header-logo:hover #l4.letter {
	animation-name: letteranim;
	animation-delay: 15ms;
}
#header-logo:hover #l5.letter {
	animation-name: letteranim;
	animation-delay: 20ms;
}
#header-logo:hover #l6.letter {
	animation-name: letteranim;
	animation-delay: 25ms;
}
#header-logo:hover #l7.letter {
	animation-name: letteranim;
	animation-delay: 30ms;
}
#header-logo:hover #l8.letter {
	animation-name: letteranim;
	animation-delay: 35ms;
}
#header-logo:hover #l9.letter {
	animation-name: letteranim;
	animation-delay: 40ms;
}
#header-logo:hover #l10.letter {
	animation-name: letteranim;
	animation-delay: 45ms;
}
#header-logo:hover #l11.letter {
	animation-name: letteranim;
	animation-delay: 50ms;
}
#header-logo:hover #l12.letter {
	animation-name: letteranim;
	animation-delay: 60ms;
}
#header-logo:hover #l13.letter {
	animation-name: letteranim;
	animation-delay: 65ms;
}
#header-logo:hover #l14.letter {
	animation-name: letteranim;
	animation-delay: 70ms;
}
#header-logo:hover #l15.letter {
	animation-name: letteranim;
	animation-delay: 75ms;
}
#header-logo:hover #l16.letter {
	animation-name: letteranim;
	animation-delay: 80ms;
}
#header-logo:hover #l17.letter {
	animation-name: letteranim;
	animation-delay: 85ms;
}
#header-logo:hover #l18.letter {
	animation-name: letteranim;
	animation-delay: 90ms;
}
#header-logo:hover #l19.letter {
	animation-name: letteranim;
	animation-delay: 95ms;
}
#header-logo:hover .letter{
	animation-play-state: initial;
	animation-duration: 200ms;
}













.docMain{
	width: 70%;
	margin: auto;
}

.docMainTitle-container{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 8em;
}
.docMainTitle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 27px;
	margin: 0 0;
	padding: 0 0;
	color: #f4cb42;
	text-shadow: 0.04em 0.04em 0.03em #848484;
	font-family: FuturaStdBold, Verdana, sans-serif;
	text-align: center;
}
.docMainTitle.onScreen .text{
	transform: translate(0,0);
	opacity: 1.0;
}
.docMainTitle .text{
	transform: translate(20px,0);
	opacity: 0;
	transition: transform 2s, opacity 1600ms;
}
.docMainTitle h3{
	margin: 2em 0;
}

.docFull{
	width: 100%;
	margin: auto;
}

.cell{
	display: table-cell;
}


.bold{
	font-weight: bold;
}



.hpadding1{
	padding: 15px 0;
}



.fullSector{
	position: relative;
	width:100%;
	overflow: hidden;
}
.fullSector.a{
	
}
.fullSector.a, .fullCell.a{
	background-color: white;
}
.fullSector.b, .fullCell.b{
	background-color: #f5f5fa;
}
.fullSector.c{
	/*
	background-color: #000080;
	*/
	color: white;
}
.fullSector.d{
	background-color: #f5f5fa;
	background-image: url(../images/seamless_lines1_0deg.png);
}
.fullSector.e{
	background-color: #a1cbfc;
	/* background-image: url(../images/seamless_lines1_0deg.png);*/
	background-image: linear-gradient(to bottom right, #a1cbfc, #d1e5fc);
}
.fullCell{
	height: 500px;
}
.fullSector.a.bcka{
	
}
.fullSector.a.bckb{
	
	background-image: url("../images/cjpl_seamless_squares.png");
	background-attachment: local;
	background-size: 50%;
	background-position: left top;  
	background-repeat: no-repeat;
	
}
.fullSector.a.bckb{
	
	background-image: url("../images/cjpl_seamless_squares.png");
	background-attachment: local;
	background-size: 50%;
	background-position: left top;  
	background-repeat: no-repeat;
	
}
.fullSector.a.bckb .fullSectorBackGrd{
	position: absolute;
	width: 100%;
	height: 100%;
	background-attachment: local;
	background-size: 50%; 
	background-repeat: no-repeat;
}
.fullSector.a.bckb .fullSectorBackGrd.a{
	bottom: 0;
	right: 0;
	background-image: url("../images/cjpl_seamless_squares_inv.png");
	background-position: right bottom;
}
.fullSector.a.bckb .fullSectorBackGrd.b{
	top: 0;
	right: 0;
	background-image: url("../images/cjpl_seamless_squares2.png");
	background-position: right center;
}




.fullSector.a.bckb .fullSectorBackGrd.c, 
.fullSector.a.bckc .fullSectorBackGrd.c{
	bottom: 0;
	right: 0;
	background-image: linear-gradient(transparent, #000080);
	height: 75%;
	width: 1em;
	background-size: 100%;
}
.fullSector.a.bckb .fullSectorBackGrd.d, 
.fullSector.a.bckc .fullSectorBackGrd.d{
	bottom: 0;
	left: 0;
	background-image: linear-gradient(transparent, #000080);
	height: 100%;
	width: 1em;
	background-size: 100%;
}
.fullSector.a.bckc .fullSectorBackGrd.d{
	bottom: 0;
	left: 0;
	background-image: linear-gradient(transparent, #000080);
	height: 100%;
	width: 1em;
	background-size: 100%;
}
.fullSector.a.bckb .fullSectorBackGrd.top{
	top: 0;
	right: 0;
	background-image: linear-gradient(#000080, #000080);
	height: 4px;
	width: 100%;
	background-size: 100%;
}
.fullSector.a .fullSectorBackGrd.bottom{
	bottom: 0;
	right: 0;
	height: 4px;
	width: 100%;
	background-size: 100%;
	background-image: url("../images/cjpl_fullsector_bordertop_1.svg");
	background-size: 100% 100%;
}
.fullSector.a.bckb .fullSectorBackGrd.f{
	bottom: 0;
	left: 0;
	background-image: linear-gradient(#000080, #000080);
	width: 1em;
	height: 100%;
	background-size: 100%;
}
.fullSector.a.bckc{
	bottom: 0;
	left: 0;
	background-image: url("../images/cjpl_seamless_squares2000.png");
	width: 100%;
	background-size: 100%;
	background-repeat: repeat-y;
}
.fullSector.a.bckc .fullSectorBackGrd{
	position: absolute;
}
.fullSector.a.bckc .fullSectorBackGrd.e{
	bottom: 0;
	right: 0;
	background-image: linear-gradient(#000080, #000080);
	height: 100%;
	width: 1em;
	background-size: 100%;
}
.fullSector.a.bckc .fullSectorBackGrd.f{
	bottom: 0;
	left: 0;
	background-image: linear-gradient(#000080, #000080);
	width: 1em;
	height: 100%;
	background-size: 100%;
}
.fullSector.a.bckc .fullSectorBackGrd.g{
	top: 0;
	left: 0;
	background-image: url("../images/cjpl_fullsector_borderbottom_1.svg");
	height: 0.4em;
	width: 100%;
	background-size: 100% 100%;
	opacity: 0.6;
}

.fullSector.a.bckc .fullSectorBackGrd.h{
	bottom: 0;
	left: 70%;
	/* background-image: linear-gradient(#000080, #000080); */
	width: 8%;
	height: 100%;
	background-size: 100%;
	background-color: #dbdbdb;
	opacity: 0.1;
}





.morelink{
	color: navy;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	transition: color 300ms ease;
	margin: 1em auto;
}
.morelink .label, .morelink .arrow{
	display: inline;
}
.morelink .arrow{
	padding-left: 0.4em;
	transition: padding 300ms ease;
}
.morelink:hover{
	color: red;
}
.morelink:hover .arrow{
	padding-left: 1em;
}



.article-links{
	margin: 2em 0 0;
}
.morelinkB{
	
	display: inline-block;
	position: relative;
}
.morelinkB a{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0.4em 1em;
	background-color: #f5f5fa;
	border: 1px solid #acacb5;
	color: #4c4c4c;
	text-decoration: none;
	border-radius: 0.1em;
	box-shadow: 1px 1px 2px #999999;
	transition: top 300ms;
}
.morelinkB a:link{
	text-decoration: none;
}

.morelinkB a:hover{
	background-color: #c9c9ff;
}

.morelinkB.link2{
	margin-left: 0.6em;
}




.morelink3{
	color: navy;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	transition: color 300ms ease;
	margin: 1em auto;
	font-size: 1.2em;
	font-style: italic;
}
.morelink3 .label, .morelink3 .arrow{
	display: inline;
}
.morelink3 .arrow{
	padding-left: 0.4em;
	transition: padding 300ms ease;
}
.morelink3:hover{
	color: red;
}
.morelink3:hover .arrow{
	padding-left: 1em;
}






#homeFS1{
}
.home-hero{
	height: 100vh;
	width: 100%;
	overflow: hidden;
}
.home-hero h4{
	margin-top: 2em;
	text-align: center;
	text-shadow: #ffffff 1px 0 10px;
}

#homeHero{
}

.home-hero.onScreen  .title1{
	transform: translate(-50%,0);
}
.home-hero .title1{
	font-size: 20px;
	color: white;
	text-shadow: 2px 2px #3f3f3f;
	position: relative;
    top: 110px;
    left: 50%;
    transform: translate(-50%,-500%);
	transition: transform 2s;
}
.home-hero .title1 h3{
	font-size: 26px;
	margin: 0 0;
	padding: 0 0;
	text-align:center;
	width:auto;
	color: #f4cb42;
}
.home-hero img.arrow-down{
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100px;
	opacity: 0.0;
	transition: opacity 1000ms;
	transition-delay: 6000ms;
}

.home-hero.onScreen img.arrow-down{
	opacity: 1.0;
}


.home-hero .keytags{
	top: 140px;
	text-align:center;
}



.fullSector.c{
	background-image: url(../images/backgroundblue.jpg);
	background-size: 100% 100vh;
	background-attachment: fixed;
	overflow: hidden;
}

.fullSector.x{
	color: white;
}
.fullSector.x .docBlock{
	text-align: center;
}







#homeFS2{
}

#homeFS2i{
	opacity: 0;
	transition: opacity 1s, transform 1s;
}
#homeFS2i.onScreen{
	opacity: 1;
}
#homeFS2i h3{
	transform: scale(1.2);
	transition: transform 1500ms;
}
#homeFS2i.onScreen h3{
	transform: scale(1);
}
#homeFS2i p{
	transform: scale(0.9);
	transition: transform 1s;
}
#homeFS2i.onScreen p{
	transform: scale(1);
}

#homeFS3{
}

#homeFS3i{
	opacity: 0;
	transition: opacity 1s, transform 1s;
}
#homeFS3i.onScreen{
	opacity: 1;
}
#homeFS3i h3{
	transform: scale(1.2);
	transition: transform 1500ms;
}
#homeFS3i.onScreen h3{
	transform: scale(1);
}
#homeFS3i p{
	transition: transform 1s;
	transform: scale(0.9);
}
#homeFS3i.onScreen p{
	transform: scale(1);
}

#homeFS4{
}

#homeFS4i{
	opacity: 0;
	transition: opacity 1s, transform 1s;
}
#homeFS4i.onScreen{
	opacity: 1;
}
#homeFS4i h3{
	transform: scale(1.2);
	transition: transform 1500ms;
}
#homeFS4i.onScreen h3{
	transform: scale(1);
}
#homeFS4i p{
	transition: transform 1s;
	transform: scale(0.9);
}
#homeFS4i.onScreen p{
	transform: scale(1);
}

.titleBlock{
	margin: auto;
	padding: 60px 0 0;
	/* border: 1px solid black;
	border-radius: 5px; */
	/* background-color : white; */
	overflow:hidden;
}

.titleBlock .backTxt{
	position: absolute;
	top: 0;
	left: 15%;
	font-size: 150px;
	color: #000051;
	opacity: 0;
	transform: translate(400px, 0);
	transition: transform 2s, opacity 2s;
	ms-transition: transform 2s, opacity 2s;
}
.titleBlock.onScreen .backTxt{
	opacity: 0.4;
	transform: translate(0, 0);
}

.pageBlock{
	margin: auto;
	padding: 0 0 15px;
}
.pageBlock .sep{
	margin: 2em auto;
}

.pageBlockB{
	margin: 20px auto;
	padding: 0 0 15px;
}
.pageBlockB .inner h3, .pageBlockB .inner h4{
	text-align: left;
	color: navy;
}
.pageBlockB .inner .hsub{
	text-align: justify;
	color: navy;
	width: 100%;
}

.legalsBlock{
	text-align: left;
}

.demoBlock{
	margin: auto;
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translate(0, -50%);
	text-align: center;
	/* border: 1px solid black;
	border-radius: 5px; */
	/* background-color : white; */
}
.demoBlock h3{
	font-size: 1.4em;
	text-align: center;
	color: #f4cb42;
}
.demoBlock .foot, .docBlock .foot{
	font-size:0.85em;
	text-align: center;
	padding: 2em 0;
	max-width: 70%;
	margin: auto;
}

.demoBlock .foot .left .inner, .docBlock .foot .left .inner{
	margin-right: 1em;
}

.docBlock{
	margin: auto;
	padding: 3em 0 5em;
	/* border: 1px solid black;
	border-radius: 5px; */
	/* background-color : white; */
}
.docBlock.block-intro{
	padding-bottom: 1em;
}

.c .docBlock {
	text-align :center;
}
.c .docBlock  h3{
	font-size: 26px;
	text-shadow: 2px 2px #3f3f3f;
}

.c .docBlock  p{
	line-height: 32px;
}

.docBlock h3{
	font-size: 1.4em;
	color: #f4cb42;
}

.c .titleBlock {
	text-align :left;
	color: white;
}
.c .titleBlock  h3{
	font-size: 26px;
	text-shadow: 2px 2px #3f3f3f;
	margin-left: 3%;
	color: #f4cb42;
}

.c .titleBlock  p{
	line-height: 32px;
}
.monoBlock{
	
}
.monoBlock.table{
	width: 100%;
}



.pageBlockC .monoBlock{
	margin-top: 2em;
	margin-bottom: 6em;
}





.biBlock{
	
}
.biBlock.table{
	width: 100%;
}
.docBlock .biBlock .biBlockCell{
	vertical-align: middle;
	display: table-cell;
}
.pageBlock .biBlock .biBlockCell{
	vertical-align: top;
	display: table-cell;
}
.pageBlock .biBlock .biBlockCell.left{
	width: 70%;
}
.pageBlock .biBlock .biBlockCell.right{
	width: 30%;
}
.pageBlockB .biBlock .biBlockCell{
	vertical-align: top;
}
.pageBlockB .biBlock .biBlockCell.left{
	width: 30%;
}
.pageBlockB .biBlock .biBlockCell.left img{
	width: 100%;
}
.pageBlockB .biBlock .biBlockCell.right{
	width: 70%;
}
.pageBlockB .biBlock .biBlockCell.right .inner{
	margin-left: 2em;
	text-align: justify;
}
.pageBlockB .biBlock .biBlockCell.right .inner h3{
	text-align: justify;
}
.pageBlockB .biBlock .biBlockCell.right h3.first{
	margin-top: 0;
}
.pageBlockB .biBlock .biBlockCell.right .inner a:link{
	color: navy;
}
.pageBlockB .biBlock .biBlockCell.right .inner a:visited{
	color: navy;
}
.pageBlockB .biBlock .biBlockCell.right .inner a:hover{
	color: red;
}
.pageBlockC{
	margin-bottom: 1em;
}
.pageBlockC .biBlock{
	display: flex;
}
.pageBlockC .biBlock .biBlockCell{
}
.pageBlockC .biBlock .biBlockCell.left{
	width: 50%;
	position: relative;
}
.pageBlockC .biBlock .biBlockCell.right{
	width: 50%;
}

.biBlock .biBlockCell{
	width: 50%;
}
.biBlock.b .biBlockCell.left{
	text-align: center;
}
.biBlock.b .biBlockCell.right{
	text-align: left;
}
.biBlock.a .biBlockCell.left{
	text-align: left;
}
.biBlock.a .biBlockCell.right{
	text-align: center;
}

.biBlock .biBlockCell h3{
	color: #000080; /* #000080 / navy */
	font-size: 1.4em;
	font-family: FuturaStdBold, Verdana, sans-serif;
}
.biBlock .biBlockCell p{
	font-size: 1.15em;
}


.fullSector.a .titleLine , .fullSector.b .titleLine{
	height:2px;
	background-color: #000080;
	width: 0%; 
	animation: titleLineCloseAnim 1s forwards;
}
.fullSector.a .titleLine.onScreen , .fullSector.b .titleLine.onScreen{
	animation: titleLineOpenAnim 1s forwards;
	
}
.fullSector.a hr , .fullSector.b hr{
	width: 0%; 
	animation: titleLineCloseAnim 1s forwards;
}
.fullSector.a hr.onScreen , .fullSector.b hr.onScreen{
	animation: titleLineOpenAnim 1s forwards;
	
}

.fullSectorTopShadow{
	position: absolute;
	width: 100%;
	height: 0.6em;
	bottom: 100%;
	left: 0;
	opacity: 0.1;
	background-image: url("../images/blockD_shadow_top.svg"); 
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.fullSectorTopShadowAtBottom{
	position: absolute;
	width: 100%;
	height: 0.6em;
	bottom: 0;
	left: 0;
	opacity: 0.1;
	background-image: url("../images/blockD_shadow_top.svg"); 
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}


.articleContent{
	opacity: 0.3;
	transition: opacity 400ms;
	font-size: 1.15em;
}
.articleContent.onScreen{
	opacity: 1;
}

.articleContent .linksTable{
	width: 90%;
	margin: auto;
	padding: 6px 8px;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 0.4em;
	background-color: white;
}
.articleContent .linksTable .linkCell{
	vertical-align: middle;
}
.articleContent .linksTable .linkCell.left{
	width: 30px;
	text-align:center;
}
.articleContent .linksTable .linkCell .linkicon{
	width: 30px;
	vertical-align: middle;
}
.articleContent .linksTable .linkCell.right{
	padding-left: 10px;
}
.articleContent .linksTable :link{
	color: black;
	font-size: 0.9em;
}
.articleContent .linksTable :visited{
	color: black;
}
.articleContent .linksTable :link:hover , .articleContent .linksTable :visited:hover{
	color: navy;
}
.articleContent .list-title{
	margin: 0.8em 0;
	font-size: 1.2em;
}
.articleContent .list-title .text{
	display: inline-block;
	border-bottom: 1px dashed #a3a3a3;
	padding: 0.2em 0;
}
.articleContent .list{
}
.articleContent .list .text{
	display: inline;
	opacity: 0.9;
	font-style: italic;
}
.articleContent .list b{
	opacity: 1.0;
}
.articleContent .list .table-row.mbot .table-cell-inner{
	margin-bottom: 0.4em;
}
.articleContent .list .table-cell.left{
	padding-right: 0.4em;
	font-size: 1.2em;
	font-weight: bold;
}




.article .noteBox{
	border-radius: 5px;
	margin: 20px 0;
	padding: 10px 30px;
	font-size: 1em;
	background-color: #ffecb5;
}

.drop-cap .articleContent p:first-of-type::first-letter{

    color: #000080;
    float: left;
    font-size: 7.5rem;
    font-weight: 300;
    line-height: .75;
    margin-right: .9375rem;
    margin-top: .6875rem;

}

.biBlock img.cellImg{
	min-width: 100px;
	max-width: 100%;
}
.biBlock .blImg{
	transform:  translate(0, 0) scale(1);
	box-shadow: 2px 6px 30px 0px #efefef;
	border-radius: 6px;
	padding: 0px;
	width: 350px;
	opacity: 0;
	transition: transform 1s, opacity 700ms;
}
.biBlock .left .blImg{
	transform: translate(-200px, 0);
}
.biBlock .right .blImg{
	transform: translate(200px, 0);
}
.biBlock .blImg.onScreen{
	transform: translate(0, 0) scale(1);
	opacity: 1;
}

.triBlock{
	margin-top: 22px;
}
.triBlock .triCell.left{
	width: 22%;
}
.triBlock .triCell.middle{
}

.biFlex{
	
}
.biFlex .flexCell{
	width: 50%;
}

.triFlex{
	display: flex;
}
.triFlex .flexCell{
	width: 33.33333%;
}

.quadFlex{
}
.quadFlex .flexCell{
	width: 25%;
}
.quadFlex .biQuadFlex , .quadFlex .biQuadFlex .flexCell{
	width: 50%;
}




.abtDateList{
	width: 100%;
	margin-top: 2em;
}

.abtDateList .abtDateRow{
	opacity: 0;
	transition: opacity 1000ms linear;
}
.abtDateList.onScreen .abtDateRow{
	opacity: 1;
}

.abtDateList.onScreen #abtDateRow_1.abtDateRow{
	transition-delay: 1ms;
}
.abtDateList.onScreen #abtDateRow_2.abtDateRow{
	transition-delay: 150ms;
}
.abtDateList.onScreen #abtDateRow_3.abtDateRow{
	transition-delay: 300ms;
}
.abtDateList.onScreen #abtDateRow_4.abtDateRow{
	transition-delay: 450ms;
}
.abtDateList.onScreen #abtDateRow_5.abtDateRow{
	transition-delay: 600ms;
}
.abtDateList.onScreen #abtDateRow_6.abtDateRow{
	transition-delay: 750ms;
}
.abtDateList.onScreen #abtDateRow_7.abtDateRow{
	transition-delay: 900ms;
}
.abtDateList.onScreen #abtDateRow_8.abtDateRow{
	transition-delay: 1050ms;
}
.abtDateList.onScreen #abtDateRow_9.abtDateRow{
	transition-delay: 1200ms;
}



.abtDateList .dateCell{
	
}
.abtDateList .abtDateRow{
	width: 100%;
	
}
.abtDateList .abtDateRow:hover{
}
.abtDateList .dateCell.left{
	background-image:url(../images/abt-stroke.png);
	background-position: center; 
	background-repeat: repeat-y;
	text-align: center;
	width: 16%;
	max-width: 6em;
}
.abtDateList .dateCell.left.last{
	background-image: none;
}
.abtDateList .dateCell.right{
	width: 84%;
	min-width: calc(100% - 6em);
}
.abtDateList .dateCell.right .inner{
	margin-left: 1em;
	margin-bottom: 2em;
}
.abtDateList .dateCell.right .inner ul{
	margin: 0 0;
	list-style-type: square;
	padding-left: 1em;
}
.abtDateList .dateCell .dateDiv{
	/* background-color: white; */
	border: 2px solid transparent; 
	background-color: navy;
	border-radius: 0;
	padding: 0.4em 0;
	color: white;
	font-weight: bold;
}


.btnContainer{
	position: absolute;
	margin: 80px auto;
	display: block;
	text-align: center;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}









.btnA{
	z-index: 2;
	position: relative;
	padding: 20px 35px;
	line-height: 0;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	box-sizing: border-box;
	text-align: center;
	transform: scale(1);
	transition: background-color 200ms, transform 200ms;
	text-decoration :none;
	white-space: nowrap;
}
.btnA.white{
	color: black;
	background: white;
	background-color: rgb(255, 255, 255);
	box-shadow: 1px 6px 12px 0px #828581;
}
.btnA.white:hover{
	background-color: #e5e5e5;
	transform: scale(1.1);
}
.btnA.navy{
	color: white;
	background: navy;
	background-color: rgb(0, 0, 128);
	box-shadow: 1px 6px 12px 0px #828581;
}
.btnA.navy:hover{
	background-color: #9393c9;
	box-shadow: 0px 0px 25px #999999;
	transform: scale(1.1);
}
.btnA.red{
	color: white;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	border: 2px solid navy !important;
	background-color: #5ece35;
	font-size: 1.3em;
}
.btnA.red:hover{
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.16),0 2px 15px 0 rgba(0,0,0,.12);
	transform: scale(1.1);
	background-color: #90f26d;
}

.btnA.mini{
	padding: 0.6em;
}



.miniAdContactList{
	display: flex;
}
.miniAdContactList .miniAdContactListCell{
	display: flex-cell;
	width: 33.3333%;
}


















.headerSlidePopup{
	position: fixed;
	z-index:3;
	background-color: #e5e5e5;
	height: 0px;
	top: 65px;
	width:70%;
	right: 15%;
	transition: height 300ms;
	overflow: hidden;
	border-radius: 10px;
}
.headerSlidePopup .bck{
	position: absolute;
	height: calc(100%);
	width: calc(100%);
	top: 0;
	left: 0;
	Bottom: 0;
	background-image: url("../images/popMenuPanebck00.svg");
	background-size: 100% 100%;
	background-clip: border-box;
}
.headerSlidePopup.servicesPopup{
	padding: 0px 5px;
}
.headerSlidePopup.servicesPopup ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}
.headerSlidePopup.servicesPopup ul li{
	width:33.33333%;
	padding: 10px 0 10px;
	float:left;
	position: relative;
}
.headerSlidePopup.servicesPopup ul li .listBox{
	padding-top: .8125rem;
	padding-bottom: .8125rem;
	padding-left: .5rem;
	padding-right: .5rem;
	transform: scale(1);
	transition: border-radius 10ms, box-shadow 10ms, background-color 10ms, transform 10ms;
	text-align: center;
	margin: auto;
	cursor: pointer;
	margin: 5px;
	border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.125);
	background-color: white;
	overflow: hidden;
}
.headerSlidePopup.servicesPopup ul li .listBox img{
	margin:auto;
	position: relative;
}
.headerSlidePopup.servicesPopup ul li .listBox a{
	position: relative;
}
.headerSlidePopup.servicesPopup ul li .listBox a:link{
	text-decoration: none;
}
.headerSlidePopup.servicesPopup ul li .listBox:hover{
	box-shadow: 1px 1px 3px #999999;
	transform: translate(0, -4px);
}

.headerSlidePopup.globalMenuPopup{
	
}
.headerSlidePopup.globalMenuPopup .pDiv{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
.headerSlidePopup.globalMenuPopup .pDivRightOut{
	transform: translate(0, 0);
	animation-name: anim-slide-menu-right-out;
	animation-duration: 200ms;
	/* animation-iteration-count: infinite; */
	animation-fill-mode: forwards;
	animation-play-state: initial;
}
.headerSlidePopup.globalMenuPopup .pDivRightIn{
	transform: translate(-100%, 0);
	animation-name: anim-slide-menu-right-in;
	animation-duration: 200ms;
	animation-delay: 200ms;
	/* animation-iteration-count: infinite; */
	animation-fill-mode: forwards;
	animation-play-state: initial;
}
.headerSlidePopup.globalMenuPopup .pDivLeftOut{
	transform: translate(0, 0);
	animation-name: anim-slide-menu-right-out;
	animation-duration: 200ms;
	/* animation-iteration-count: infinite; */
	animation-fill-mode: forwards;
	animation-play-state: initial;
}
.headerSlidePopup.globalMenuPopup .pDivLeftIn{
	transform: translate(100%, 0);
	animation-name: anim-slide-menu-right-in;
	animation-duration: 200ms;
	animation-delay: 200ms;
	/* animation-iteration-count: infinite; */
	animation-fill-mode: forwards;
	animation-play-state: initial;
}
.headerSlidePopup.globalMenuPopup ul{
	padding: 10px;
	margin: 0;
	list-style: none;
	display: block;
}
.headerSlidePopup.globalMenuPopup ul li{
	padding: 10px 0 10px;
}

.headerSlidePopup.globalMenuPopup .list ul li .listBox{
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	padding-left: .5rem;
	padding-right: .5rem;
	transform: scale(1);
	transition: background-color 200ms, border 200ms, transform 200ms;
	text-align: center;
	margin: auto;
	cursor: pointer;
	
	border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.125);
	background-image: url("../images/filter_c.svg");
	background-size: 100% 100%;
	background-color: #f9f9f9;
	background-clip: border-box;
}
.headerSlidePopup.globalMenuPopup .list ul li .listBox img{
	margin:auto;
}
.headerSlidePopup.globalMenuPopup .list ul li .listBox a:link{
	text-decoration: none;
}
.headerSlidePopup.globalMenuPopup .list ul li .listBox:hover{
	box-shadow: 1px 1px 3px #999999;
	transform: translate(0, -4px);
}
.headerSlidePopup.globalMenuPopup .list ul li .listBox.contentBox{
	text-align: left;
	height: 7em;
}
.headerSlidePopup.globalMenuPopup .list ul li .listBox.contentBox .table{
	width: 100%;
}
.headerSlidePopup.globalMenuPopup .list ul li .listBox.contentBox .table .contentCell{
	vertical-align: middle;
}
.headerSlidePopup.globalMenuPopup .list ul li .listBox.contentBox .table .contentCell.left{
	text-align: center;
	width: 33%;
}
.headerSlidePopup.globalMenuPopup .list ul li .listBox.contentBox .table .contentCell.left img{
	margin: auto;
	max-height: 5em;
}
.headerSlidePopup.globalMenuPopup .list ul li .listBox.contentBox .table .contentCell.right{
	padding-right:1em;
}
.headerSlidePopup.globalMenuPopup .list ul li .listBox.contentBox .title{
	font-size: 1.4em;
}
.headerSlidePopup.globalMenuPopup .list ul li .listBox.contentBox .text{
	font-size: 0.8em;
	color: #333333;
}

.headerSlidePopup ul li .listBox.listBoxK {
	transition: border-radius 10ms, box-shadow 200ms, background-color 200ms, transform 10ms;
	position: relative;
	z-index: 3;
}
.headerSlidePopup ul li .listBox.listBoxK:hover {
	transition-delay: 0ms, 200ms, 200ms, 0ms;
}
.headerSlidePopup ul li .listBox.listBoxK .polybck{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-clip: border-box;
	background-size: 0%;
	background-position: center;
}


.bck{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../images/filter_c.svg");
	background-size: 100% 100%;
	background-clip: border-box;
}

.headerSlidePopup ul li .listBox.listBoxK:hover a{
	color: white;
	
}
.headerSlidePopup ul li .listBox.listBoxK:hover img{
	-webkit-filter: invert(100%);  /* Safari 6.0 - 9.0 */
    filter: invert(100%); 
}
.headerSlidePopup ul li .listBox.listBoxK:hover .polybck{
	animation: button-polygon-anim-001 400ms forwards;
}

.headerSlidePopup ul li .listBox.listBoxK.listBoxK2:hover .polybck,
.headerSlidePopup ul li .listBox.listBoxK.listBoxK4:hover .polybck,
.headerSlidePopup ul li .listBox.listBoxK.listBoxK8:hover .polybck,
.headerSlidePopup ul li .listBox.listBoxK.listBoxK9:hover .polybck{
	animation: button-polygon-anim-002 400ms forwards;
}
.headerSlidePopup ul li .listBox.listBoxK .polybck{
	background-image: url("../images/triangle_orange_500.svg");
}

.headerSlidePopup ul li .listBox.listBoxK1 .polybck{
	background-image: url("../images/circle_green_500.svg");
}
.headerSlidePopup ul li .listBox.listBoxK1:hover {
	background-color: #4aeb00;
	box-shadow: 1px 1px 4px #3ab800;/* #999999; */
}
.headerSlidePopup ul li .listBox.listBoxK2 .polybck{
	background-image: url("../images/star_orange_500.svg");
}
.headerSlidePopup ul li .listBox.listBoxK2:hover {
	background-color: #ebae00;
	box-shadow: 1px 1px 4px #b88800;/* #999999; */
}
.headerSlidePopup ul li .listBox.listBoxK3 .polybck{
	background-image: url("../images/polygon_blue_500.svg");
}
.headerSlidePopup ul li .listBox.listBoxK3:hover {
	background-color: #0074eb;
	box-shadow: 1px 1px 4px #005bb8;/* #999999; */
}
.headerSlidePopup ul li .listBox.listBoxK4 .polybck{
	background-image: url("../images/triangle_blue_500.svg");
}
.headerSlidePopup ul li .listBox.listBoxK4:hover {
	background-color: #0074eb;
	box-shadow: 1px 1px 4px #005bb8;/* #999999; */
}
.headerSlidePopup ul li .listBox.listBoxK5 .polybck{
	background-image: url("../images/circle_red_500.svg");
}
.headerSlidePopup ul li .listBox.listBoxK5:hover {
	background-color: #eb0000;
	box-shadow: 1px 1px 4px #b80000;/* #999999; */
}
.headerSlidePopup ul li .listBox.listBoxK6 .polybck{
	background-image: url("../images/losange_purple_500.svg");
}
.headerSlidePopup ul li .listBox.listBoxK6:hover {
	background-color: #e800eb;
	box-shadow: 1px 1px 4px #b500b8;/* #999999; */
}
.headerSlidePopup ul li .listBox.listBoxK7 .polybck{
	background-image: url("../images/polygon_purple_500.svg");
}
.headerSlidePopup ul li .listBox.listBoxK7:hover {
	background-color: #e800eb;
	box-shadow: 1px 1px 4px #b500b8;/* #999999; */
}
.headerSlidePopup ul li .listBox.listBoxK8 .polybck{
	background-image: url("../images/star_green_500.svg");
}
.headerSlidePopup ul li .listBox.listBoxK8:hover {
	background-color: #4aeb00;
	box-shadow: 1px 1px 4px #3ab800;/* #999999; */
}
.headerSlidePopup ul li .listBox.listBoxK9 .polybck{
	background-image: url("../images/triangle_orange_500.svg");
}
.headerSlidePopup ul li .listBox.listBoxK9:hover {
	background-color: #ebae00ff;
	box-shadow: 1px 1px 4px #b88800;/* #999999; */
}




.headerSlidePopup.globalMenuPopup .icons ul li{
	width:33.33333%;
	padding: 10px 0 10px;
	float:left;
	position: relative;
}
.headerSlidePopup.globalMenuPopup .icons ul li .listBox{
	padding-top: .8125rem;
	padding-bottom: .8125rem;
	padding-left: .5rem;
	padding-right: .5rem;
	transform: scale(1);
	transition: border-radius 10ms, box-shadow 10ms, background-color 10ms, transform 10ms;
	text-align: center;
	margin: auto;
	cursor: pointer;
	margin: 5px;
	border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.125);
	background-image: url("../images/filter_c.svg");
	background-size: 100% 100%;
	background-color: white;
	background-clip: border-box;
	position: relative;
	overflow: hidden;
}
.headerSlidePopup.globalMenuPopup .icons ul li .listBox img{
	margin:auto;
	position: relative;
}
.headerSlidePopup.globalMenuPopup .icons ul li .listBox a{
	position: relative;
}
.headerSlidePopup.globalMenuPopup .icons ul li .listBox a:link{
	text-decoration: none;
}
.headerSlidePopup.globalMenuPopup .icons ul li .listBox:hover{
	box-shadow: 1px 1px 3px #999999;
	transform: translate(0, -4px);
}
.headerSlidePopup.globalMenuPopup ul li .listBox a:link{
	color: navy;
}
.headerSlidePopup.globalMenuPopup ul li .listBox a:link{
	color: navy;
}
.headerSlidePopup.globalMenuPopup ul li .listBox a:visited{
	color: navy;
}

.headerSlidePopup.globalMenuPopup .bottomBtns{
	Bottom: 0;
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}
.headerSlidePopup.globalMenuPopup .bottomBtn{
	padding-top: .8125rem;
	padding-bottom: .8125rem;
	padding-left: .5rem;
	padding-right: .5rem;
	transform: scale(1);
	transition: background-color 200ms, border 200ms, transform 200ms;
	text-align: center;
	margin: auto;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.125);
	background-image: url("../images/filter_c.svg");
	background-size: 100% 100%;
	background-color: #f9f9f9;
	background-clip: border-box;
	text-transform: uppercase;
	color: black;
	text-shadow: 0px 0px 0.1em #3f3f3f; /* #3f3f3f */
}
.headerSlidePopup.globalMenuPopup .bottomBtn:hover{
	box-shadow: 1px 1px 3px #999999;
	transform: translate(0, -4px);
}













#headerSlideMask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display:none;
	z-index: 3;
}











footer{
	position: relative;
	text-align: center;
	background-color: #f8f9fa;
	height: 90px;
	padding: 20px 0;
	border-top: 4px solid navy;
	
}
footer .footer-main{
	margin: auto;
	height: 50px;
	display: table;
}
footer .footer-cell{
	display: table-cell;
	vertical-align: middle;
	width: 33.333%;
}
footer .footer-cell.middle .footer-cell-inner{
	margin: auto;
	text-align: center;
	font-size: 0.85em;
}
footer .footer-cell.middle a:link{
	color: black;
	text-decoration: none;
}
footer .footer-cell.middle a:visited{
	color: black;
}
footer .footer-cell.middle a:hover{
	text-decoration: underline;
}
footer .footer-cell.left .footer-cell-inner{
	left: 0;
	text-align: left;
}
footer .footer-cell.right .footer-cell-inner{
	margin-left: auto;
	right: 0;
	text-align: right;
}
footer .footer-cell-inner{
	
}
footer .footer-cell-inner h3{
	padding: 0 0;
	margin: 0 0;
}
footer .version{
	font-size: 0.75em;
}





.contactLeftInner{
	position: absolute;
	padding-left: calc(8px + 1em);
	padding-top: 0.1em;
	background-color: white;
	box-shadow: 0px 0px 0.1em #999;
	margin-top: 20px;
	padding-bottom: 40px;
	margin-top: 20px;
	padding-bottom: 40px;
	top: 0;
	left: 0;
	width: calc(100% - 1em);
	height: calc(100% - (20px));
}
.contactLeftInner .leftline{
	position: absolute;
	width: 8px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000080;
}
.contactLeftInner h4{
	font-family: FuturaStdBold, Verdana, sans-serif;
	font-size: 1.4em;
	color: #000080;
}








.flex{
	display: flex;
}

.table {
	display: table;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
}
















.contactSector{
	padding: 4em 0;
}

.contactSectorTable{
	width: 60%;
	margin: auto;
}
.contactSectorTable .contactSectorCell{
}
.contactSector h3{
	font-size: 1.3em;
	color: #f4cb42;
	text-align: center;
}


.contactSector .formContainer{
	width: 100%;
	margin: auto;
	background-color: rgba(0, 0, 50, 0.5);
	border: 1px solid black;
	border-radius: 5px;
}
.contactSector .form{
	margin-top: .8125rem;
	margin-bottom: .8125rem;
	margin-left: .5rem;
	margin-right: .5rem;
}

.contactSector input[type=text],
.contactSector select,
.contactSector textarea{
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.contactSector input[type=text],
.contactSector textarea{
    width: 100%;
	transition : border 200ms;
}
.contactSector input[type=text]:hover,
.contactSector textarea:hover{
    border: 1px solid #e50009;
}

.contactSector input[type=submit],
.contactForm input[type=submit] {
    background-color: red;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border-radius: 4px;
    cursor: pointer;
	font-size:1.05em;
	transform: scale(1);
	opacity: 1;
	/* box-shadow: 0px 0px 6px #828581; */
	transition: transform 200ms, box-shadow 200ms, opacity 200ms, background-color 200ms;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	border: 1px solid navy !important;
}
.contactSector input[type=submit]:hover ,
.contactForm input[type=submit]:hover{
	opacity: 1;
	background-color: #e50009;
	/* box-shadow: 0px 0px 10px #ffe0e0; */
}

.contactSector textarea{
    height: 100px;
	resize: vertical;
}

.contactSector .form .submitContainer{
	text-align: center;
}






.contactFormBiBlock{
	display: flex;
	width: 100%;
}
.contactFormBiBlock .biBlockCell{
	width: 50%;
	vertical-align: top;
}
.contactFormBiBlock .biBlockCell.left{
	padding-right: 0.75em;
}
.contactFormBiBlock .biBlockCell.right{
	padding-left: 0.75em;
	position: relative;
}
.contactFormIntro{
	position: absolute;
	padding-left: calc(8px + 1em);
	padding-right: 1em;
	padding-top: 0.1em;
	background-color: white;
	box-shadow: 0px 0px 0.1em #999;
	margin-top: 1.5em;
	padding-bottom: 40px;
	text-align: left;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - (3em + 7px));
}
.contactFormIntro h4{
	font-family: FuturaStdBold, Verdana, sans-serif;
	font-size: 1.4em;
	color: #000080;
}
.contactFormIntro .rightline{
	position: absolute;
	width: 8px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000080;
}
.contactFormIntro .infoTable{
	width: 100%;
	margin: 1em 0;
	font-size: 1.2em;
}
.contactFormIntro .infoCell.left{
	text-align: left;
}
.contactFormIntro .infoCell.right{
	text-align: right;
}







.contactForm{
	position: relative;
	
	width: 100%;
	margin: 1.5em auto 2em;
	padding: 1em;
	box-shadow: -2px -2px 0.4em #999999;
	background-image: linear-gradient(to bottom right, #f5f5fa, transparent);
	color: black;
	border-radius: 0;
	position: relative;
}
.contactForm .contactFormError{
	background-color: #ffa3a3;
	position: relative;
	border-radius: 4px;
	padding: 0.5em 0.5em;
	margin-bottom: 0.8em;
}
.contactForm .contactFormInner{
	width: 100%;
	margin: auto;
	position: relative;
}
.contactForm .contactFormTable{
	
	width: 100%;
}
.contactForm .contactFormTable .contactFormRow{
	position: relative;
}
.contactForm .contactFormTable .contactEntryTable{
	width: 100%;
}
.contactForm .contactFormTable .contactEntryTable input[type="text"],
.contactForm .contactFormTable .contactEntryTable textarea{
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	transition: border 200ms;
}
.contactForm .contactFormTable .contactEntryTable textarea{
	min-height: 16em;
	resize: vertical;
}
.contactForm .contactFormTable .contactEntryTable input[type="text"]:hover,
.contactForm .contactFormTable .contactEntryTable textarea:hover{
    border: 1px solid #e50009;
}





.confirm-bottom-menu{
	margin-top: 2em;
	text-align: center;
}
.confirm-bottom-menu .link a{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0.4em 1em;
	background-color: #f5f5fa;
	border: 1px solid #acacb5;
	color: #4c4c4c;
	text-decoration: none;
	border-radius: 0.1em;
	box-shadow: 1px 1px 2px #999999;
	transition: top 300ms;
}
.confirm-bottom-menu .link a:link{
	text-decoration: none;
}

.confirm-bottom-menu .link a:hover{
	background-color: #c9c9ff;
}








.list-container .cell{
	vertical-align: middle;
}
.list-container .cell.left{
	width: 32px;
}
.list-container .minicon{
	width: 100%;
}
.list-container .cell.right{
	padding-left: 13px;
}
.list-container .cell.right a{
	/* margin-left:13px; */
}
.list-container  ul{
	list-style: none;
}
.list-container  ul{
	padding-left: 8px;
	margin-top: 0;
	margin-bottom: 0;
}
.list-container ul li{
	vertical-align: top;
	padding-bottom: 10px;
}
.list-container  ul li .cell{
	vertical-align: top;
}
.list-container ul li .cell.left{
	width: 20px;
}
.list-container  ul li .cell.right{
	padding-top: 0;
	padding-left: 3px;
}
.articleContent .list-container .minicon{
	transform: rotate(140deg);
	transition: transform 2s;
}
.articleContent.onScreen .list-container .minicon{
	transform: rotate(-40deg);
}



.home-intro-article{
	position: relative;
	color: #4c4c4c;
}
.home-intro-article p{
	text-align: justify;
}

.article{
	position: relative;
	text-align: justify;
	
	color: #4c4c4c;
}
.article b{
	color: #303030;
}
.article .bold{
	color: #303030;
}
.article .anchor{
	position: absolute;
	top: -5em;
}
.article h3{
	color: #000080;
}

.flexCell {
	position: relative;
}
.flexCell.left{
	/* width: 50%; */
}
.flexCell.right {
	/* width: 50%; */
}









.block{
	position: relative;
	background-color: white;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	width: 95%;
	height:100%;
	text-align: center;
	word-wrap: break-word;
	box-shadow: -2px -2px 0.4em #999999;
	/* background-image: linear-gradient(to bottom right, #f5f5fa, white); */
	background-color: #f5f5fa;
}
.block.middle{
	margin: auto;
}
.block.left{
	left: 0;
}
.block.right{
	margin-left: auto;
	right: 0;
}

.block .inner {
	position :relative;
	z-index:1;
	color: #9b9b9b;
	transition: Left 1s, opacity 1s, transform 1s;
	opacity: 0;
	font-size: 0.97em;
	line-height: 1.3em;
	transform: scale(0.95);
	width: 100%;
	margin: auto;
	padding: 1em;
}
.block .inner.onScreen {
	color: #9b9b9b;
	opacity: 1;
	transform: scale(1);
}

.block .inner .title{
	font-size: 16px;
	transform: translate(200px, 0);
	transition: transform 1s;
}
.block .inner .title.onScreen {
	transform: translate(0, 0);
}
.block .inner .title h6{
	font-size: 16px;
	margin: 0 0;
	padding: 0 0;
	color: #3d3d3d;
}
.block .inner .title img{
	height: 40px;
}
.block .inner .blTxt {
	padding: 0.4em 1em 1em;
}
.block .inner p{
	margin-bottom: 0;
}
.block a:link{
	text-decoration: none;
}









.topmarged{
	margin-top: 4em;
}









.multiBlockR-container{
	padding: 0px 20px 0;
}
.multiBlockR{
	
	opacity: 0.2;
	transition: opacity 1000ms;
	position: relative;
	
	box-shadow: -2px -2px 0.4em #999999;
	/*
	background-image: linear-gradient(to bottom right, #f5f5fa, #fffffb);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	*/
	background-color: #f5f5fa;
}
.multiBlockR.onScreen{
	opacity: 1.0;
}

.multiBlockR .multiBlockRTitle{
	position: absolute;
	text-align: left;
	font-size: 0.6em;
	display: inline;
	font-weight: normal;
	background-color: white;
	padding: 4.2em 1em 1em;
	box-shadow: -2px -2px 0.4em #999999;
	background-image: linear-gradient(to bottom right, navy, #2c2c99);
	color: white;
	top: 0;
	left: 5%;
	width: 90%;
	
}





.blockR1{
	/* padding: 0px 20px 0; */
	opacity: 1.0;
	transition: opacity 600ms ease;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	text-align: left;
	
}
.blockR1Inner{
	/*
	background-image: linear-gradient(to bottom right, #f5f5fa, #fffffb);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	*/
	/*
	background-color: #000080;
	*/
	color: white;
	/* box-shadow: -2px -2px 0.4em #999999; */
	padding: 1em 1em 1em;
}
.blockR1 .image{
	margin: 1em 1em 0;
	position: relative;
	width: 50%;
	overflow: hidden;
}
.blockR1 .image .shadow-top{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-image: url("../images/image-shadow-top.svg");
	background-size: 100% 100%;
}
.blockR1 .image .shadow-left{
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background-image: url("../images/image-shadow-left.svg");
	background-size: 100% 100%;
}
.blockR1 img{
	position: relative;
	width: 100%;
	box-shadow: -1px -1px 0.2em #999999;
	background-image: linear-gradient(to bottom right, #f5f5fa, transparent);
	transform : scale(1.1);
}



.blockR2{
	/* padding: 0px 20px 0; */
	opacity: 1.0;
	transition: opacity 600ms ease;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 3;
	position: relative;
	text-align: left;
}
.blockR2Inner{
	/*
	background-image: linear-gradient(to bottom right, #f5f5fa, #fffffb);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	*/
	/*
	background-color: #000080;
	*/
	color: white;
	/* box-shadow: -2px -2px 0.4em #999999; */
	padding: 1em 1em;
}

.blockR3{
	/* padding: 0px 20px 0; */
	opacity: 1.0;
	transition: opacity 600ms ease;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 3;
	position: relative;
	text-align: left;
}
.blockR3Inner{
	/*
	background-image: linear-gradient(to bottom right, #f5f5fa, #fffffb);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	*/
	/*
	background-color: #000080;
	*/
	color: black;
	/* box-shadow: -2px -2px 0.4em #999999; */
	padding: 0 1em;
}
.blockR3 .profil-table{
	margin: 0 0.8em;
	line-height: 1.5em;
	font-size: 1.2em;
	color: #4c4c4c;
}
.blockR3 .profil-table .name{
	color: #4c4c4c;
	text-align: left;
}
.blockR3 .table{
	width: 100%;
}
.blockR3 .table-cell{
	vertical-align: middle;
}
.blockR3 .table-cell.cell-left{
	
}
.blockR3 .table-cell.cell-right{
	opacity: 0.6;
	font-style: italic;
}

.blockR3 .profil-table .table .table-cell{
	vertical-align: top;
}
.blockR3 .profil-table .table .table-cell.cell-left{
	padding-right: 0.5em;
}
.blockR3 .profil-table .table .table-cell.cell-right{
	width: 100%;
}

.blockR1 ul,
.blockR2 ul{
	padding: 0 0.8em;
}
.blockR1 ul li,
.blockR2 ul li{
	list-style: none;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #4c4c4c;
}
.blockR1 ul li:hover,
.blockR2 ul li:hover{
}

.blockR1 .title-table,
.blockR2 .title-table{
	display: table;
	width: 100%;
}
.blockR1 .title-cell,
.blockR2 .title-cell{
	display: table-cell;
	position: relative;
}
.blockR1 .title-table.title-table-1 .title-cell.left1,
.blockR2 .title-table.title-table-1 .title-cell.left1{
	width: 0.8em;
}
.blockR1 .title-table.title-table-2 .title-cell.right,
.blockR2 .title-table.title-table-2 .title-cell.right{
	width: 100%;
}
.blockR1 .title-cell .line-container,
.blockR2 .title-cell .line-container{
	position: relative;
}
.blockR1 .title-cell.right .line-container,
.blockR2 .title-cell.right .line-container{
	margin-left: 0.6em;
}
.blockR1 .line-container .line,
.blockR2 .line-container .line{
	height: 2px;
	background-color: #5f5f99;
	box-shadow: 0.04em 0.04em 0.03em #22222e;
}
.blockR1 .title-cell.left1 .line-container,
.blockR2 .title-cell.left1 .line-container{
	margin-right: 0.6em;
}
.blockR1 .sep,
.blockR2 .sep{
	margin: 1.8em 0;
}
.blockR1 h6,
.blockR2 h6{
	font-family: FuturaStdBold, Verdana, sans-serif;
	margin: 0 auto;
	font-size: 1.4em;
	color: #5f5f99;
	display: inline-block;
	text-shadow: 0.04em 0.04em 0.03em #22222e;
}


.home-stats{
	margin: 2em 0 0;
	font-size: 0.9em;
	color: #737373;
}
.home-stats .table{
}
.home-stats .table .table-cell.right{
	padding-left: 0.4em;
}




.pageBlock.pageBlock2 .biBlock .biBlockCell.right .inner{
	padding: 0 20px;
}
.pageBlock.pageBlock2 .biBlock .biBlockCell.left .inner{
	padding: 0 20px 0 0;
}
.pageBlock.pageBlock1 .biBlock .biBlockCell.left .inner{
	padding: 0 20px 0 0;
}









.blockF{
	padding: 0 2em 1.5em;
	/* width:70%; */
	margin:auto;
	text-align: center;
	opacity: 0.2;
	transition: opacity 600ms ease;
	font-size: 1.2em;
}
.blockF.onScreen{
	opacity: 1.0;
}
.blockF span{
	vertical-align: middle;
}
.blockF span.txt{
	font-size: 2em;
}
.blockF span.pre,
.blockF span.post{
	padding: 0px 20px;
}









.multiBlockR .top-bck,
.multiBlockR .bottom-bck,
.contactForm .top-bck{
	position: absolute;
	background-attachment: local;
	background-size: 6em 6em;
}
.contactForm .top-bck{
	top: 0;
	left: 0;
	height: 6em;
	width: 100%;
	background-image: url(../images/cjpl_seamless_stripes_top_1.svg);
	background-repeat: repeat-x;
}
.multiBlockR .top-bck{
	top: 0;
	left: 0;
	height: 6em;
	width: 100%;
	background-image: url(../images/cjpl_seamless_stripes_top_1.svg);
	background-repeat: repeat-x;
}
.multiBlockR .bottom-bck{
	bottom: 0;
	left: 0;
	height: 6em;
	width: 100%;
	background-image: url(../images/cjpl_seamless_stripes_bottom_1.svg);
	background-repeat: repeat-x;
}


.publa0{
	position: relative;
	width: 80%;
	margin: auto;
}
.publa0 :link{
	text-decoration: none;
}
.publa0 .row{
	margin-bottom: 15px;
	height: 200px;
}
.publa0 .flexCell{
	width: 33.33333%;
}








.publa2{
	position: relative;
	width: 100%;
	margin: 2em auto 0;
}
.publa2 .table-container{
	border-radius: 0.2em;
	background-color: #f5f5fa;
	box-shadow: -2px -2px 0.4em #999999;
	padding: 0;
}
.publa2 .table{
	width: 100%;
	text-align: left;
}
.publa2 .table .row{
	display: table-row;
}
.publa2 .table .row.style2{
	/* background-color: white; */
}
.publa2 .table .row.content .cell{
	border-bottom: 1px dashed #d1d1d1;
}
.publa2 .table .row.last .cell{
	border-bottom: none;
}
.publa2 .table .row .cell-inner{
	width: 100%;
	padding: 1em 16px;
	position: relative;
	display: inline-block;
	
}
.publa2 .table .row.last .cell-inner{
	/* padding-bottom: 0; */
	border-bottom: none;
}
.publa2 .table .row .cell-inner .text{
	position: relative;
	display: inline-block;
}
.publa2 .table .row .cell-inner .line{
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 2px;
	width: 100%;
	transform: translate(-50%, 0);
	background-color: red;
	transition: opacity 100ms, background-color 100ms;
	opacity: 0.0;
}
.publa2 .table .row .cell-inner .text a{
	position: relative;
}
.publa2 .table .row:hover .cell-inner .line{
	opacity: 1.0;
}
.publa2 a:link{
	text-decoration: none;
	color: #5f5f99;
}
.publa2 a:visited{
	color: #5f5f99;
}
.publa2 .table .row:hover .cell-inner a{
	color: red;
	transition: color 100ms;
}
.publa2 .table .row:hover .cell-inner a:active{
	color: red;
}
.publa2 .table .row:hover .cell-inner a:link{
	color: red;
}
.publa2 .table .row:hover .cell-inner a:visited{
	color: red;
}
.publa2 .table .row.head{
	background-color: #000080;
	color: white;
	border-radius: 0.2em 0.2em 0 0;
	font-size: 0.8em;
}
.publa2 .table .row.head .cell-inner{
	border-bottom: none;
}
.publa2 .table .row.head .text{
	padding-bottom: 0;
}


.publa2 .table .row.content .cell.cell2{
	font-size: 0.9em;
}
.publa2 .table .row.content .cell.cell3{
	font-size: 0.6em;
}








.image-box{
	
	width: 50%;
	margin: auto;
	position: relative;
	background-clip: border-box;
	width: 100%;
	height: 100%;
	text-align: center;
	word-wrap: break-word;
	padding: 20px 20px 20px;
	opacity: 1;
	font-size: 0.8em;
	box-shadow: -2px -2px 0.4em #999999;
	/*
	background-image: linear-gradient(to bottom right, #f5f5fa, white);
	*/
	transition: background-color 500ms;
	background-color: #f5f5fa;
}
.image-box .text{
	margin-top: 0.9em;
	color: #696969;
}



.card {
	position: relative;
	width: 95%;
	text-align: center;
	word-wrap: break-word;
}
.card.cardA img{
	opacity: 1.0;
}
.card.cardA:hover img{
	filter: invert(100%);
	opacity: 1.0;
}

.card .inner {
	position :relative;
	width: 100%;
	height: 100;
	top: 0;
	left: 0;
}
.card .bck {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-clip: border-box;
}
.card .bck.a{
	background-image: url("../images/navy_circle_500.svg");
	background-size: 0%;
	background-position: center;
}
.card:hover .bck.a{
	animation: button-polygon-anim-001 400ms forwards;
}

/* Set a special animation for polygons that don't correctly cover the button with normal speed */
.card.cardA.cardA2:hover .bck.a.img, 
.card.cardA.cardA4:hover .bck.a.img,
.card.cardA.cardA8:hover .bck.a.img, 
.card.cardA.cardA9:hover .bck.a.img,
.card:hover .bck.a.img5{
	animation: button-polygon-anim-002 400ms forwards;
}

.card .bck.a.img2 {
    background-image: url("../images/navy_circle_500.svg");
}

.card .bck.a.img4 {
    background-image: url("../images/navy_losange_500.svg");
}
.card .bck.a.img5 {
    background-image: url("../images/navy_triangle_500.svg");
}

.card .bck.b{
	background: url("../images/filter_c.svg");
    background-size: auto auto;
	background-size: 100% 100%;
}

.card .inner .title{
	margin-top: 15px;
	font-size: 16px;
	transform: translate(0, 0);
	transition: transform 1s;
}
.card .inner .title h6{
	font-size: 16px;
	margin: 0 0;
	padding: 0 0;
}
.card.cardA .inner .title h6{
	color: #000080;
}
.card.cardA:hover .inner .title h6{
	color: white;
}

.card .inner .content p{
	font-size: 0.8em;
	margin: 4px 0;
}
.card.cardA:hover .inner .content p{
	color: white;
}

.card.cardA{
	padding-top: 40px;
	padding-bottom: 40px;
	opacity: 0;
	z-index:3;
	color: #9b9b9b;
	transition: Left 1s, opacity 1s, transform 1s, background-color 200ms, box-shadow 200ms;
	transition-delay: 0ms, 0ms, 0ms, 0ms, 0ms;
	opacity: 0;
	font-size: 0.97em;
	line-height: 1.3em;
	transform: translate(0, 0) scale(1);
	/* width: 75%; */
	margin: 10px auto;
	box-shadow: 1px 1px 3px rgba(0,0,0,.125);
	border-radius: 10px;
	background-color: white;
	padding: 10px 10px;
	overflow: hidden;
	height: 100%;
}
/*
.card.cardA.cardA1{
	background-color: #fff7aa;
}
*/

.cardA-container.onScreen .card.cardA{
	opacity: 1;
	transform: translate(0, 0);
}
.card.cardA:hover{
	/* background-color: #f5f5fa; */
	box-shadow: 1px 1px 4px #000080;/* #999999; */
	background-color: #000080;
	transition-delay: 0ms, 0ms, 0ms, 200ms, 200ms;
}
.card.cardA.cardA1:hover{
	background-color: #4aeb00;
	box-shadow: 1px 1px 4px #3ab800;/* #999999; */
}
.card.cardA.cardA1 .bck.a.img{
    background-image: url("../images/circle_green_500.svg");
}
.card.cardA.cardA2:hover{
	background-color: #ebae00;
	box-shadow: 1px 1px 4px #b88800;/* #999999; */
}
.card.cardA.cardA2 .bck.a.img{
    background-image: url("../images/star_orange_500.svg");
}
.card.cardA.cardA3:hover{
	background-color: #0074eb;
	box-shadow: 1px 1px 4px #005bb8;/* #999999; */
}
.card.cardA.cardA3 .bck.a.img{
    background-image: url("../images/polygon_blue_500.svg");
}
.card.cardA.cardA4:hover{
	background-color: #0074eb;
	box-shadow: 1px 1px 4px #005bb8;/* #999999; */
}
.card.cardA.cardA4 .bck.a.img{
    background-image: url("../images/triangle_blue_500.svg");
}
.card.cardA.cardA5:hover{
	background-color: #eb0000;
	box-shadow: 1px 1px 4px #b80000;/* #999999; */
}
.card.cardA.cardA5 .bck.a.img{
	background-image: url("../images/circle_red_500.svg");
}
.card.cardA.cardA6:hover{
	background-color: #e800eb;
	box-shadow: 1px 1px 4px #b500b8;/* #999999; */
}
.card.cardA.cardA6 .bck.a.img{
	background-image: url("../images/losange_purple_500.svg");
}
.card.cardA.cardA7:hover{
	background-color: #e800eb;
	box-shadow: 1px 1px 4px #b500b8;/* #999999; */
}
.card.cardA.cardA7 .bck.a.img{
	background-image: url("../images/polygon_purple_500.svg");
}
.card.cardA.cardA8:hover{
	background-color: #4aeb00;
	box-shadow: 1px 1px 4px #3ab800;/* #999999; */
}
.card.cardA.cardA8 .bck.a.img{
	background-image: url("../images/star_green_500.svg");
}
.card.cardA.cardA9:hover{
	background-color: #ebae00ff;
	box-shadow: 1px 1px 4px #b88800;/* #999999; */
}
.card.cardA.cardA9 .bck.a.img{
	background-image: url("../images/triangle_orange_500.svg");
}





.cardA-container .radial-shadow{
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	background-size: 100% 100%;
	opacity: 0.0;
	transition: opacity 600ms ease, transform 400ms ease;
	z-index: 2;
	transform: scale(0.9);
}
.cardA-container .radial-shadow.purple{
	background-image: url(../images/radialshadow_purple_500.svg);
}
.cardA-container .radial-shadow.green{
	background-image: url(../images/radialshadow_green_500.svg);
}
.cardA-container .radial-shadow.blue{
	background-image: url(../images/radialshadow_blue_500.svg);
}
.cardA-container .radial-shadow.orange{
	background-image: url(../images/radialshadow_orange_500.svg);
}
.cardA-container .radial-shadow.red{
	background-image: url(../images/radialshadow_red_500.svg);
}
.cardA-container.onScreen .radial-shadow.active{
	opacity: 1.0;
	transform: scale(1);
}










.blockY {
	position: relative;
	width: 100%;
	text-align: center;
	word-wrap: break-word;
	opacity: 0;
	transition: opacity 2s;
	z-index: 3;
}
.blockY .block_inner{
	position: relative;
}
.blockY .title{
	margin-top: 15px;
	font-size: 20px;
	transform: translate(20px,0);
	transition: transform 2s;
}
.blockY .title h3{
	font-size: 27px;
	margin: 0 0;
	padding: 0 0;
	color: #f4cb42;
	text-shadow: 0.04em 0.04em 0.03em #848484;
	font-family: FuturaStdBold, Verdana, sans-serif;
}
.blockY.onScreen .title{
	transform: translate(0,0);
}
.blockY .content{
	transform: translate(-20px,0);
	transition: transform 2s;
	font-size: 1.15em;
}
.blockY.onScreen .content{
	transform: translate(0,0);
}

.blockY.onScreen {
	opacity: 1;
}








.keytags{
	position: relative;
	width: 100%;
	height: 28px;
}
.keytag{
	position: absolute;
	width: auto;
	height: auto;
	font-size: 1.2em;
	color: white;
	text-shadow: 1px 1px #3f3f3f;
	opacity: 0;
}
.onScreen .keytag{
	opacity: 1;
}
.keytags .keytag a{
	transform: translate(-50%);
	display: block;
}

.keyImgs{
	position: relative;
	width: 100%;
	height: 100px;
}

.keyImg{
	position: absolute;
	width: 100px;
	height: 100px;
	font-size: 1.2em;
	color: white;
	text-shadow: 1px 1px #3f3f3f;
	opacity: 0;
}
.onScreen .keyImg{
	opacity: 1;
}







.overhidden{
	overflow: hidden;
}






#kp1{
	left: 30%;
	/* transform: translate(-500px,0); */
	/* transform: scale(1.2); */
	transform: rotateX( 90deg) translate(-50%,0);
	transform-style: preserve-3d;
	transition: transform 1500ms, opacity 1000ms;
	transition-delay: 2500ms;
}
#kp2{
	left: 40%;
	/* transform: translate(-250px,0); */
	/* transform: scale(1.2); */
	transform: rotateX( 90deg) translate(-50%,0);
	transform-style: preserve-3d;
	transition: transform 1000ms, opacity 1000ms;
	transition-delay: 3000ms;
}
#kp3{
	left: 50%;
	/* transform: translate(0,0); */
	/* transform: scale(1.2); */
	transform: rotateX( 90deg) translate(-50%,0);
	transform-style: preserve-3d;
	transition: transform 1ms, opacity 1000ms;
	transition-delay: 3500ms;
}
#kp4{
	left: 60%;
	/* transform: translate(250px,0); */
	/* transform: scale(1.2); */
	transform: rotateX( 90deg) translate(-50%,0);
	transform-style: preserve-3d;
	transition: transform 1000ms, opacity 1000ms;
	transition-delay: 4000ms;
}
#kp5{
	left: 70%;
	/* transform: translate(500px,0); */
	/* transform: scale(1.2); */
	transform: rotateX( 90deg) translate(-50%,0);
	transform-style: preserve-3d;
	transition: transform 1500ms, opacity 1000ms;
	transition-delay: 4500ms;
}
.onScreen #kp1{
	/* transform: translate(0,0) scale(1); */
	transform: rotateY(  0deg) translate(-50%,0);
}
.onScreen #kp2{
	transform: rotateY(  0deg) translate(-50%,0);
}
.onScreen #kp3{
	transform: rotateY(  0deg) translate(-50%,0);
}
.onScreen #kp4{
	transform: rotateY(  0deg) translate(-50%,0);
}
.onScreen #kp5{
	transform: rotateY(  0deg) translate(-50%,0);
}



#kt1{
	left: 20%;
	transform: translate(-500px,0);
	transition: transform 1500ms, opacity 1000ms;
	transition-delay: 500ms;
}
#kt2{
	left: 35%;
	transform: translate(-250px,0);
	transition: transform 1000ms, opacity 1000ms;
	transition-delay: 250ms;
}
#kt3{
	left: 50%;
	transform: translate(-50%,0);
	transition: transform 1ms, opacity 1000ms;
	transition-delay: 0ms;
}
#kt4{
	left: 65%;
	transform: translate(250px,0);
	transition: transform 1000ms, opacity 1000ms;
	transition-delay: 250ms;
}
#kt5{
	left: 80%;
	transform: translate(500px,0);
	transition: transform 1500ms, opacity 1000ms;
	transition-delay: 500ms;
}
.onScreen #kt1{
	transform: translate(-50%,0);
}
.onScreen #kt2{
	transform: translate(-50%,0);
}
.onScreen #kt3{
	transform: translate(-50%,0);
}
.onScreen #kt4{
	transform: translate(-50%,0);
}
.onScreen #kt5{
	transform: translate(-50%,0);
}







.contactBlock{
	line-height: 30px;
}
.contactBlock .table-row{
}
.contactBlock .minicon{
	vertical-align: middle;
	min-width: 1em;
}

.contactCell{
	vertical-align: middle;
}
.contactCell.left{
	width: 20px;
}
.contactCell.right a{
	margin-left:13px;
}



.popMessage{
	max-width: 40em;
	margin: auto; 
	background-color: #f8f9fa;
	/* background-image: linear-gradient(-90deg, #f8f9fa, #f4f8ff); */
	padding: 1em 1em 0.2em;
	border: 3px solid navy;
	line-height: 1.6em;
	transform: scale(1);
	transition: transform 500ms ease;
}
.popMessage h3{
	margin-top: 0;
	margin-bottom: 0;
}

.popMessage .popMessageCell{
	vertical-align: middle;
}
.popMessage .popMessageCell.left{
	width: 25%;
	text-align: center;
}
.popMessage .popMessageCell img{
	width: 100%;
	max-width: 8em;
	padding-right: 1em;
}

.popMessage:hover{
	transform: scale(1.02);
}
.popMessage.danger{
	background-color: #fcf4f4;
	border: 3px solid red;
}




.referencesBlock{
	font-size: 0.6em;
	border-top: 1px dotted #c8ccd0;
	padding: 0.8em;
}
.referencesBlock .referencesTable{
	width: 100%;
}
.referencesBlock .referencesTable .referencesCell.left{
	color: navy;
	padding-right: 0.5em;
}

.noselect{
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
}




.minicon{
	width: 100%;
}

.p25{
	width: 25%;
}
.p33{
	width: 33.333%;
}
.p50{
	width: 50%;
}
.p100{
	width: 100%;
}




#ToTopBtn{
    display: block; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    left: 92%; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    
    border-radius: 6px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	opacity: 1;
	transition: opacity 500ms, transform 200ms, background-color 200ms;
	transform: translate(0, 200px) scale(1); 
	width: 50px;
	height: 50px;
	
}
#ToTopBtn.visible{
	display: block;
	opacity: 1;
	transform: translate(0, 0) scale(1); 
}
#ToTopBtn.visible:hover {
    background-color: #e50009; /* Add a dark-grey background on hover */
	transform: translate(0, 0) scale(1); 
}
#ToTopBtn a{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}





@keyframes anim-slide-menu-right-out{
	0%    { 
		transform: translate(0, 0);
	}
	100%  { 
		transform: translate(100%, 0);
		display : "none";
	}
}
@keyframes anim-slide-menu-right-in{
	0%    { 
		transform: translate(-100%, 0);
	}
	100%  { 
		transform: translate(0, 0);
	}
}
@keyframes anim-slide-menu-right-out{
	0%    { 
		transform: translate(0, 0);
	}
	100%  { 
		transform: translate(-100%, 0);
	}
}
@keyframes anim-slide-menu-right-in{
	0%    { 
		transform: translate(100%, 0);
	}
	100%  { 
		transform: translate(0, 0);
	}
}
@keyframes titleLineOpenAnim {
	0%    { 
		width: 0%;
	}
	100%  { 
		width: 100%;
	}
}
@keyframes titleLineCloseAnim {
	0%    { 
		width: 100%;
	}
	100%  { 
		width: 0%;
	}
}
@keyframes button-polygon-anim-001 {
	0%    { 
		background-size: 0%;
	}
	100%  { 
		background-size: 190%;
	}
}
@keyframes button-polygon-anim-002 {
	0%    { 
		background-size: 0%;
	}
	100%  { 
		background-size: 325%;
	}
}



@media screen and (max-width: 1200px){
	
	.biBlock img.cellImg{
		max-width: 80%;
	}
	.block .inner .title img{
		height: 30px;
	}
	
	.btnContainer{
		font-size: 0.8em;
	}
	
}
@media screen and (max-width: 1000px){
	
	.docMain{
		width: 94%;
	}
	#ToTopBtn.visible{
		/* bottom: 80px; */
	}
	.headerSlidePopup{
		left: 3%;
		width: 94%;
	}
	
	.publa0 {
		width: 100%;
		/* display: block; */
	}
	
	.blockPub-M{
		width: 100%;
		margin-left: 0;
		top: 0;
		transform: none;
	}
	.demoBlock{
		left: 2%;
	}
	
}

@media screen and (min-width: 900px){
	
	.biBlock .article .image-box{
		display: none;
	}
	
}

@media screen and (max-width: 900px){
	
	.contactForm .contactFormInner{
		width: 100%;
	}
	.pageBlock .biBlock .biBlockCell{
		display: table-row;
	}
	.pageBlock.pageBlock1 .biBlock .biBlockCell.left .inner{
		padding-right: 0;
		padding-bottom: 6em;
	}
	.pageBlock.pageBlock1 .biBlock .biBlockCell.left .inner,
	.pageBlock.pageBlock2 .biBlock .biBlockCell.left .inner{
		padding-left: 1em;
		padding-right: 1em;
	}
	.pageBlock.pageBlock1 .biBlock .biBlockCell.right,
	.pageBlock.pageBlock2 .biBlock .biBlockCell.right{
		display: none;
	}
	.triBlock .triCell.left{
		display: none;
	}
	.block .inner .title img{
		height: 25px;
	}
	.btnContainer{
		font-size: 0.6em;
	}
	.article-links{
		text-align: center;
	}
	.pageBlockC .biBlock .biBlockCell.right{
		display: none;
	}
	.pageBlockC .biBlock .biBlockCell.left{
		width: 100%;
	}
	.pageBlockC .biBlock .biBlockCell.left .contactLeftInner{
		position: relative;
	}
	.pageBlockC .biBlock .biBlockCell.left .contactLeftInner .btnContainer{
		position: relative;
	}
	
}

@media screen and (max-width: 800px){
	.demoBlock{
		position: relative;
		margin: 4em auto;
		top: 0;
		left: 0;
		transform: none;
	}
}
@media screen and (max-width: 750px){
	
	#kp1{
		left: 20%;
	}
	#kp2{
		left: 35%;
	}
	#kp3{
		left: 50%;
	}
	#kp4{
		left: 65%;
	}
	#kp5{
		left: 80%;
	}
	.header .menu.full{
		display: none;
	}
	.header .menu.mini{
		display: block;
	}
	.miniAdContactList{
		display: block;
	}
	.miniAdContactList .miniAdContactListCell{
		display: block;
		width: 100%;
	}
	.miniAdContactList .miniAdContactListCell.left, .miniAdContactList .miniAdContactListCell.middle{
		margin-bottom: 1em;
	}
	.fullSector.a.bckb{
		background-size: 80%;
	}
	.fullSector.a.bckb .fullSectorBackGrd{
		background-size: 80%;
	}
	.multiBlockI .parentFlex {
		display: block;
	}
	.multiBlockI .parentFlex .childFlex{
		width: 100%;
	}
	.multiBlockI .parentFlex .childFlex.second{
		margin-top: 2em;
	}
	.block .inner .title img{
		height: 20px;
	}
	.blockPub-M .imageRect{
		width: 200px;
		height: 200px;
	}
	.contactFormBiBlock .biBlockCell{
		display: table-row;
		padding-left: 0;
		padding-right: 0;
	}
	
}

/* MIN-WIDTH */
@media screen and (min-width: 750px){
	
	.header .menu.full{
		display: block;
	}
	.header .menu.mini{
		display: none;
	}
	
}


@media screen and (max-width: 600px){
	
	.publa0 .row{
		/* display: block; */
		height: 100%;
	}
	.publa0 .flexCell{
		/* width:100%; */
	}
	
	.publa0 img{
		width:60%;
	}
	
	.biFlex, .triFlex, .quadFlex{
		display: block;
	}
	.biFlex .flexCell, .triFlex .flexCell{
		width: 100%;
		margin-bottom: 15px;
	}
	.quadFlex .biQuadFlex{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.onScreen .introLine{
		width: 200px;
	}
	.block{
	}
	.block .inner{
		display: table;
	}
	.block .blIcon{
	}
	.block .blIcon .blockImg{
		width: 6em;
		margin-right: 1em;
		vertical-align: middle;
	}
	.block .blIcon, .block .blTxt{
		display: table-cell;
		vertical-align: middle;
	}
	.block .inner .blTxt{
		text-align: left;
	}
	.block .inner .blTxt  .content p{
		margin-bottom: 0;
	}
	#kp1{
		left: 14%;
	}
	#kp2{
		left: 32%;
	}
	#kp3{
		left: 50%;
	}
	#kp4{
		left: 68%;
	}
	#kp5{
		left: 86%;
	}
	#ToTopBtn.visible{
		display: none;
	}
	.blockTableCell{
		display:block;
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.block{
		width: 100%;
	}
	.demoBlock .foot, .docBlock .foot{
		padding: 2em 0;
		max-width: 100%;
	}
	.headerSlidePopup.globalMenuPopup .icons ul li .listBox{
		font-size: 0.8em;
	}
	.docBlock .biBlock .biBlockCell{
		display: table-row;
	}
	.contactSectorTable{
		width: 100%;
		display: block;
	}
	.card.cardA .inner img{
		width:50%;
	}
	.card.cardA .inner .title{
		margin-top: 0;
	}
	.card.cardA .inner .content{
		display: none;
	}
	.card.cardA .inner .content{
		display: none;
	}
	.card.cardA .inner .title h6{
		font-size: 0.8em;
	}
	.fullSector.a.bckb{
		background-size: 100%;
	}
	.block .inner .title img{
		height: 40px;
	}
	.fullSector.a.bckc .fullSectorBackGrd.e{
		display: none;
	}
	.fullSector.a.bckb .fullSectorBackGrd.c, .fullSector.a.bckc .fullSectorBackGrd.c{
		display: none;
	}
	.fullSector.a.bckb .fullSectorBackGrd.d, .fullSector.a.bckc .fullSectorBackGrd.d{
		width: 0.4em;
	}
	.fullSector.a.bckc .fullSectorBackGrd.f{
		width: 0.4em;
	}
	.left .blockL, .middle .blockL, .right .blockL{
		margin-left: 5px;
		margin-right: 5px;
	}
	.blockPub-M .imgsContainer{
		height: 400px;
	}
	.blockPub-M .imageRect{
		width: 400px;
		height: 400px;
	}
	.article{
		text-align: left;
	}
	
	
	
}

@media screen and (max-width: 450px){
	
	.headerSlidePopup.globalMenuPopup .icons ul li .listBox{
		font-size: 0.6em;
	}
	.card.cardA .inner .title h6{
		font-size: 0.6em;
	}

	.block .inner .title img{
		height: 30px;
	}
	.blockPub-M .imgsContainer{
		height: 350px;
	}
	.blockPub-M .imageRect{
		width: 350px;
		height: 350px;
	}
	.morelinkB{
		display: block;
	}
	.morelinkB.link2{
		margin-top: 2em;
		margin-left: 0;
	}
	
}
@media screen and (max-width: 400px){
	
	.headerSlidePopup.globalMenuPopup .icons ul li .listBox{
		font-size: 0.5em;
	}
	.card.cardA .inner .title h6{
		font-size: 0.5em;
	}
	.btnA.white{
		font-size: 0.8em;
	}
	.blockPub-M .imgsContainer{
		height: 300px;
	}
	.blockPub-M .imageRect{
		width: 300px;
		height: 300px;
	}
	
}
@media screen and (max-width: 350px){
	
	.headerSlidePopup.globalMenuPopup .icons ul li .listBox{
		font-size: 0.4em;
	}
	.card.cardA .inner .title h6{
		font-size: 0.4em;
	}
	.blockPub-M .imgsContainer{
		height: 250px;
	}
	.blockPub-M .imageRect{
		width: 250px;
		height: 250px;
	}
	
}

@media screen and (max-width: 300px){
	
	.blockPub-M .imgsContainer{
		height: 200px;
	}
	.blockPub-M .imageRect{
		width: 200px;
		height: 200px;
	}
	
}



.contactSector .contact-form input[type="text"]{
	transition: background-color 200ms linear;
}
.contactSector .contact-form input[type="text"].is-invalid{
	background-color: #fceaea;
}
.contactSector .contact-form .contact-disclaimer{
	font-size: 0.9rem;
}


.tippy-box .tippy-content{
	padding: 0.8rem;
}
.tippy-box[data-theme~='tippy-danger'] {
  background-color: red;
  color: yellow;
  animation-duration: 500ms;
  animation-name: slidein;
}
.tippy-box[data-theme~='tippy-danger'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: red;
}
.tippy-box[data-theme~='tippy-danger'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: red;
}
.tippy-box[data-theme~='tippy-danger'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: red;
}
.tippy-box[data-theme~='tippy-danger'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: red;
}

@keyframes slidein {
	20%, 50%, 80%, 100% {transform: translateY(0) scale(1.0);} 
	0% {transform: translateY(-0.5rem) scale(1.01);} 
	40% {transform: translateY(-0.33rem) scale(1.01);} 
	60% {transform: translateY(-0.16rem) scale(1.01);} 
}