@charset "utf-8";
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
	background:none;
	background-color:transparent;
	text-align:left;
	border:none;
	outline:none;
}
@font-face {
  font-family: 'i';
  src: url('fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*="el-icon-"] {font-family: 'i';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {scroll-behavior: smooth;}
body {min-height: 100vh; max-width:100vw; overflow-x:hidden; text-align:center;}

/*************************************************************
COOKIES
*************************************************************/
.cookiesHIDE { display:none; }
.cookies {
	background: #c00;
  	color: #fff;
  	padding: 12px;
  	text-align: center;
  	position: fixed;
  	bottom: 0;
  	width: 100%;
  	z-index: 100;
  	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
   	font-weight: 400;
  	font-size: 14px;
 	line-height: 14px;
}

.cookies button {
	display:inline-block;
	box-sizing:border-box;
  	text-decoration: none;
  	background: #222;
  	color: #fff;
  	border: none;
  	cursor: pointer;
  	padding: 10px;
	margin-left:14px;
	transition: background 0.125s, color 0.125s, border-color 0.125s;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
   	font-weight: 400;
  	font-size: 14px;
 	line-height: 14px;
}

.cookies button:hover {
  	background: #fff;
  	color: #222;
}
/*************************************************************
END | COOKIES
*************************************************************/



/*************************************************************
HEADER
*************************************************************/
header
{
	position:fixed;
	z-index:98;
	display:block;
	width:100%;
	height:auto;
	background:#ffffff;
	/*background-color: rgba(255,255,255,0);*/
	box-shadow:rgba(0,0,0,0.2) 0px 2px 4px;
	background: rgb(255, 255, 255);
	box-sizing:border-box;
}
header section
{	
	position:relative;
	text-align:left;
	z-index:1;
	box-sizing:border-box;	
}
header section.t, header section.t div, header section.t nav { height:auto;}
header section div, header section nav, header section div a img
{
	height:140px;
}


header section.t { width:100%; z-index:2; margin-right:96px; display:inline-table; background-color:#27667f; text-align:right; }
header section.m { width:100%; margin-left:96px; display:inline-block; text-align:left; white-space:nowrap; box-sizing:border-box;}
header section.m button
{
	position:absolute;
	top:50%;
	transform:translate(0%,-50%);
}
header section.m button.t {right:320px; background-color:#97c73c;}
header section.m button.d {right:160px; background-color:#009d9f;}
header section.t nav { 
	display:inline-table;
	width:auto;
	padding-right:48px;
	padding-left:48px;
	/*background:rgba(0,156,198,1);*/
	z-index:2;	
	/*mix-blend-mode: multiply;*/ 
}
header section.t a {}
header section.t a{ 
	color:#fff; display:inline-block; padding-top:20px; padding-bottom:20px; margin-right:12px; margin-left:12px;
	
	vertical-align:middle;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
   	font-weight: 500;
  	font-size: 12px;
 	line-height: 12px;
	
	text-decoration:none;
	padding-left:14px;
	padding-right:14px;
	text-align:center;
	transform-origin: center;
	transition: all 0.125s ease-in-out; -moz-transition: all 0.125s ease-in-out;-webkit-transition: all 0.125s ease-in-out;	
}
header section.t a.social{ font-family:'i'; font-size:18px; } 
header section.t a:hover
{
 color:#359f9e;
}
header section.t a.icon { font-family:'i', Verdana, Geneva, sans-serif; font-weight:normal;}
header section div
{
	display:inline-table;
	position:relative;
	vertical-align:top;
	z-index:2;	
	mix-blend-mode: multiply;
}

header section div a
{
	display:block;
	position:relative;
	height:100%;
	width:auto;
	padding-top:30px;
}
header section div a img, header section div a video
{
	width:auto;
	height:80px;
	position:relative;
	opacity:1;
}
header section div a video{ }
header section div a.logo{ overflow:hidden; }
header section nav
{
	display:inline-table;
	position:relative;
	margin-left:48px;
}
header section nav ul
{
	display:table;
	position:relative;
	list-style:none;
	vertical-align:middle;
	height:100%;
}
header section nav ul li
{
	display:table-cell;
	position:relative;
	list-style:none;
	vertical-align:middle;
	cursor:pointer;
	
}
header section nav ul li:after
{
	transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;	
	display:block;
	content:'';
	height:2%;
	width:0%;
	background:#fff;
	position:absolute;
	bottom:0;
	left:0;
}
header section nav ul li:hover:after
{
	width:100%;
}
header nav ul li.hasSUBS a:before {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0%,-60%);
    font-family: 'i';
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    color: inherit;
    content: '\F107';
}
header section nav ul li a, header section nav ul li a:link, header section nav ul li a:visited
{
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
   	font-weight: 500;
  	font-size: 14px;
 	line-height: 14px;
	color:#111;
	text-decoration:none;
	position:relative;
	display:block;
	padding:24px;
	letter-spacing:1px;
	margin-left:12px;
	margin-right:12px;
}

header section nav ul li a:hover
{
	color:#359f9e;
}
header section nav ul li ul
{
	transition: all 0.125s ease-in-out; -moz-transition: all 0.125s ease-in-out;-webkit-transition: all 0.125s ease-in-out;	
	position:absolute;
	top:100%;
	left:0%;
	width:auto;
	height:0;
	overflow:hidden;
	display:block;
	z-index:-1;
	white-space:normal;
	margin-top:60px;
	
}
header section nav ul li ul li
{ 
	transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;	
	display:inline-block; 
	vertical-align:top;
	background-color:rgba(255,255,255,1);
	width:100%;
	margin-top:-60px;
	box-shadow:rgba(0,0,0,0.2) 0px 2px 4px;
	border-radius:2px;
	color:#444;	
}
header section nav ul li ul li:first-child
{
	margin-top:10px;
}
header section nav ul li ul li:hover
{
	color:#fff;
	background-color:rgba(255,255,255,0);
}
header section nav ul li ul li a
{
	display:block;		
	font-size:14px;
	line-height:14px;
	white-space:nowrap;
	padding:8px;
	color:inherit !important;
	position:relative;
	letter-spacing:0px !important;
	font-weight:400 !important;
}
header section nav ul li ul li a:before { display:none; }
header section nav ul li ul li:after
{
	height:100%;
	z-index:-1;
	background-color:#222;
	background: #359f9e;
}
header section nav ul li ul li:hover:after
{
	width:100%;
}
/* ------------------------------
HOVER DROP DOWN
------------------------------ */
header section nav ul li:hover ul
{
	height:auto;
	overflow:visible;
	margin-top:0px;	
}
header section nav ul li:hover ul li
{
	margin-bottom:1px;
	margin-top:0px;
}
header section nav ul li:hover ul li:first-child
{
	margin-top:2px;
}
/* ------------------------------
END | HOVER DROP DOWN
------------------------------ */














/*MOBILE M*/

.mmbuttonclose span:before {top:50% !important;; transform:translate(-50%,-50%) rotate(-45deg) !important;; background:#c00 !important;} 
.mmbuttonclose span:after {top:50% !important;; transform:translate(-50%,-50%) rotate(45deg) !important; background:#c00 !important;} 
.mmbuttonclose span span {opacity:0 !important;}

.mmbutton 
{
	width:48px;
	height:28px;
	display:none;
	position:fixed;
	top:42px;
	right:30px;
	cursor:pointer;
	z-index:100;
	box-sizing:border-box;
}
.mmbutton  span 
{
	width:100%;
	height:100%;
	display:block;
	position:relative;
}
.mmbutton  span span, .mmbutton  span:before, .mmbutton  span:after 
{
	width:48px;
	height:2px;
	background:#359f9e;
	display:block;
	position:absolute;
	content:'';
	transition: all 0.125s ease-in-out; -moz-transition: all 0.125s ease-in-out;-webkit-transition: all 0.125s ease-in-out;
}
.mmbutton  span span:before, .mmbutton  span span:after { display:none; }
.mmbutton  span span
{
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.mmbutton  span:before
{
	top:0%;
	left:50%;
	transform-origin: center center;
	transform:translate(-50%,0%);
}
.mmbutton  span:after
{
	bottom:0%;
	left:50%;
	transform:translate(-50%,0%);
	transform-origin: center center;
}



.mm
{
	z-index:96;
	position:fixed;
	top:0;
	right:-100%;
	width:100%;
	max-width:600px;
	height:100vh;
	box-sizing:border-box;
	overflow:hidden;
	background: #359f9e;
	transition: right 0.25s ease-out; -moz-transition: right 0.25s ease-out;-webkit-transition: right 0.25s ease-out;			
}
.mm nav
{
	position:relative;
	width:100%;
	height:100%;
	display:block;
	box-sizing:border-box;			
}
.mm nav ul
{
	position:absolute;
	bottom:10vh;
	left:10%;
	width:80%;
	height:auto;
	display:block;
	list-style:none;
	box-sizing:border-box;
	text-align:center;
}
.mm nav ul li
{
	position:relative;
	width:auto;
	height:auto;
	display:table;
	list-style:none;
	box-sizing:border-box;
	font-size:18px;
	line-height:18px;
	font-family:'Anta',Verdana, Geneva, sans-serif;
	color:#fff;
	text-align:left;
	padding-top:12px;
	padding-bottom:12px;
}
.mm nav ul li.hasSUBS a:after
{
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0%, -60%);
	font-family: 'i';
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: inherit;
	content: '\F107';
}
.mm nav ul li a, .mm nav ul li a:link, .mm nav ul li a:visited
{
	position:relative;
	width:auto;
	height:auto;
	display:table;
	padding-right:20px;
	list-style:none;
	box-sizing:border-box;
	color:inherit;
	font-size:inherit;
	line-height:inherit;
	font-family:inherit;
	text-decoration:none;
	white-space:nowrap;
	cursor:pointer;
}
.mm img
{
	position:absolute;
	top:0px;
	left:10%;
	width:auto;
	height:90px;
}
.mm nav ul li ul
{
	bottom:auto;
	position:relative;
	width:80%;
	height:0;
	display:block;
	list-style:none;
	box-sizing:border-box;
	text-align:center;
	overflow:hidden;
	font-size:0;
	line-height:0;
	transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out;-webkit-transition: all 0.25s ease-out;
}
.mm nav ul li.OPEN ul
{
	height:auto;
	font-size:12px;
	line-height:12px;
	font-family:'Anta',Verdana, Geneva, sans-serif;
	color:#fff;
	overflow:visible;
}
.mm nav ul li ul li{color:inherit;
	font-size:inherit;
	line-height:inherit;
	font-family:inherit;}
.mm nav ul li ul li a:after { display:none; } 
.mm nav ul li ul li a, .mm nav ul li ul li a:link, .mm nav ul li ul li a:visited
{
	position:relative;
	width:auto;
	height:auto;
	display:table;
	padding-right:20px;
	list-style:none;
	box-sizing:border-box;
	color:inherit;
	font-size:inherit;
	line-height:inherit;
	font-family:inherit;
	text-decoration:none;
	white-space:nowrap;
}















@media (max-width: 1400px) 
{

header section nav ul li a, header section nav ul li a:link, header section nav ul li a:visited
	{
		letter-spacing:1px;
		margin-left:0px;
		margin-right:0px;
	}

}


@media (max-width: 1300px) 
{
	
	header section.t nav { padding-left:0; padding-right:0;margin-left:0; margin-right:0; }
	header section.t a { 
		padding-left: 28px;
    	padding-right: 28px;
	}
	header section.t, header section.m { text-align:center; margin-left:0; margin-right:0; padding-left:24px; padding-right:24px; }
	header section nav { margin-left:24px; }
	header section.m button.t { right:auto; left:30px;}
	header section.m button.d { right:30px;}
}
@media (max-width: 960px) 
{
	header section nav ul li a, header section nav ul li a:link, header section nav ul li a:visited { padding:18px; }
}

@media (max-width: 1150px) 
{
	header section.t, header section nav, header section.m button.t, header section.m button.d { display:none; }
	header section.m {text-align:left; margin-left:3px; }
	header section div, header section nav { height:120px;}
	header section div a img { height:68px;}
	header section div a { padding-top:24px;}
	.mmbutton { display:block; }
}

/*************************************************************
END | HEADER
*************************************************************/






















#HSS {
	display:block;
	box-sizing:border-box;
	width:100%;
	height:90vh;
	min-height:620px;
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden;
	white-space:nowrap;
	background-color:000;
	z-index:0;
	padding-top:80px;
}

/*SLIDE*/
#HSS section{
	transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out;-webkit-transition: opacity 1s ease-in-out;
	display:inline-block;
	position:absolute;
	width:100%;
	height:100%;
	padding:0;
	
	padding-top:140px;
	margin:0;
	box-sizing:border-box;
	top:0;
	left:0;
	border-radius:2px;
}
#HSS section:nth-child(1){ z-index:20; opacity:1;}
#HSS section:nth-child(2){ z-index:19; opacity:0;}
#HSS section:nth-child(3){ z-index:18; opacity:0;}
#HSS section:nth-child(4){ z-index:17; opacity:0;}
#HSS section:nth-child(5){ z-index:16; opacity:0;}
#HSS section:nth-child(6){ z-index:15; opacity:0;}
#HSS section:nth-child(7){ z-index:14; opacity:0;}
#HSS section:nth-child(8){ z-index:13; opacity:0;}
#HSS section:nth-child(9){ z-index:12; opacity:0;}
#HSS section:nth-child(10){ z-index:11; opacity:0;}
#HSS section:nth-child(11){ z-index:10; opacity:0;}
#HSS section:nth-child(12){ z-index:9; opacity:0;}
#HSS section:nth-child(13){ z-index:8; opacity:0;}
#HSS section:nth-child(14){ z-index:7; opacity:0;}
#HSS section:nth-child(15){ z-index:6; opacity:0;}
#HSS section:nth-child(16){ z-index:5; opacity:0;}
#HSS section:nth-child(17){ z-index:4; opacity:0;}
#HSS section:nth-child(18){ z-index:3; opacity:0;}
#HSS section:nth-child(19){ z-index:2; opacity:0;}
#HSS section:nth-child(20){ z-index:1; opacity:0;}


#HSS section div{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	box-sizing:border-box;
	background:rgba(0,0,0,1);
}
#HSS section div:after{
	display:block;
	position:absolute;
	width:100%;
	height:25%;
	padding:0;
	margin:0;
	box-sizing:border-box;
	z-index:2;
	top:0;
	left:0;
	content:'';
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+30,0+95 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 5%,rgba(0,0,0,0) 95%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
#HSS section div div{
	transition: transform 1.5s ease-in-out; -moz-transition: transform 1.5s ease-in-out;-webkit-transition: transform 1.5s ease-in-out;
	display:inline-block;
	position:absolute;
	width:90%;
	max-width:720px;
	height:auto;
	margin:0;
	box-sizing:border-box;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:3;
	text-align:left;
	background-color:rgba(0,0,0,0);	
	border-radius:1px;
	/*backdrop-filter:blur(5px);*/
	padding-top:60px;
	padding-bottom:60px;
	border-radius:5px;
	overflow:hidden;
}
#HSS section div div:after { display:none;}

#HSS section div div h4{
	display:block;
	position:relative;
	width:100%;
	max-width:none;
	height:auto;
	padding:0;
	margin:0;
	box-sizing:border-box;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
	letter-spacing:-2px;
	color:#eee;
	text-transform:capitalize;
	white-space:normal;
}
#HSS section div div h4 span
{
	display:block;
	width:100%;
	padding:0;
	margin:0;
	position:relative;
	font-size:inherit;
	line-height:inherit;
}
#HSS section div div h4 span:before 
{
	position:absolute;
	top:-12px;
	left:0;
	width:25%;
	height:2px;
	content:'';
	display:block;
	background-color:#359f9e;
	background:#359f9e;
}
#HSS section div div h5{
	display:block;
	position:relative;
	width:100%;
	max-width:none;
	height:auto;
	padding:0;
	margin:0;
	box-sizing:border-box;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
	color:rgba(255,255,255,1);
	text-transform:uppercase;
	margin-top:12px;
	letter-spacing:1px;
	white-space:normal;
}

#HSS section div div time{
	display:block;
	position:relative;
	width:100%;
	max-width:none;
	height:auto;
	padding:6px;
	margin:0;
	box-sizing:border-box;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 	18px;
    line-height: 18px;
	letter-spacing:4px;
	color:#fff;
	background-color:rgba(255,255,255,0.3);
	margin-top:12px;
	padding-left:18px;
	padding-right:18px;
}

#HSS section div div address{
	display:block;
	position:relative;
	width:100%;
	max-width:none;
	height:auto;
	padding:6px;
	margin:0;
	box-sizing:border-box;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 	14px;
    line-height: 14px;
	color:#eee;
	background-color:transparent;
	margin-top:12px;
	font-style:normal;
	text-transform:uppercase;
	padding-left:60px;
	padding-right:60px;
}
#HSS section div div address b, #HSS section div div address span{ display:inline-block; padding-right:4px;} 
#HSS section div div address b{ font-weight:700;} 
#HSS section div img{
	display:block;
	position:absolute;
	width:auto;
	height:auto;
	min-height:100%;
	min-width:100%;
	padding:0;
	margin:0;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:2;
	opacity:0.6;
}
#HSS section div video{
	display:block;
	position:absolute;
	width:auto;
	height:auto;
	min-height:100%;
	min-width:100%;
	padding:0;
	margin:0;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:1;
	opacity:0.6;
}
#HSS section div div a, #HSS section div div a:link, #HSS section div div a:visited{
	transition: all 0.125s ease-in-out; -moz-transition: all 0.125s ease-in-out;-webkit-transition: all 0.125s ease-in-out;
	display:inline-block;
	width:auto;
	height:auto;
	box-sizing:border-box;
	white-space:nowrap;
	padding:32px;
	padding-top:12px;
	padding-bottom:12px;	
	margin:0;
	margin-top:24px;
	background:none;
	background-color:transparent;
	color:#fff;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 	12px;
    line-height: 12px;
	letter-spacing:1px;
	text-decoration:none;
	text-transform:uppercase;
	border-radius:24px;
	box-shadow:2px 2px 4px rgba(0,0,0,0.35);
	position:relative;
	border:solid;
	border-color:#fff;
	border-width:4px;
	
}
#HSS section div div a:hover
{
	background: rgb(255, 255, 255);
    background: linear-gradient(290deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
	color:#359f9e;
}





#HSS nav
{
	position:absolute;
	z-index:98;
	width:100%;
	bottom:0;
	left:0%;
	box-sizing:border-box;
	display:block;
	padding:0;
	margin:0;
	padding-bottom:40px;
	text-align:center;
	mix-blend-mode:screen;
}
#HSS nav div
{
	position:relative;
	display:inline-block;
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	text-align:center;
	top:auto;
	box-shadow:none;
	border-radius: 0;
	transform:none;
	white-space:nowrap;
	background:none;
	background-color:transparent;
	backdrop-filter: none;	
}
#HSS nav div a
{
	position:relative;
	display:inline-block;
	width:90px;
	height:8px;
	padding:0;
	margin:0;
	content:'';
	background-color:rgba(255,255,255,0.25);
	top:auto;
	bottom:auto;
	left:auto;
	right:auto;
	transform:none;
	margin-left:30px;
	margin-right:30px;
	border-radius:1px;
	cursor:pointer;
	overflow:hidden;	
		
}
#HSS nav div a.curr
{
	background-color:rgba(255,255,255,1);
}
#HSS nav div a.progressANI
{
	background-color:rgba(255,255,255,0.6);
}
#HSS nav div a:after { display:none; }
#HSS nav div a.progressANI:before
{
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	height:100%;
	content:'';
	transform:translate(0%,-50%);
	width:0%;	
	height:12px;
	background:#fff;
	animation-name: progressBar2;
 	animation-duration: 10s;
  	animation-iteration-count: infinite;
}
@keyframes progressBar2 {
  from {width:0%; }
  to {width:100%;}
}


@media (max-width: 1180px) 
{
	#HSS section div div h4 {
		font-size: 48px;
    	line-height: 48px;
   	 	letter-spacing: -1px;}
}


@media (max-width: 600px) 
{
	#HSS section div div h4{
		
		font-size: 36px;
    	line-height: 36px;
	}
	#HSS section div div h5, #HSS section div div h4{
		padding-left:24px;
		padding-right:24px;
	}
	#HSS section div div time
	{
		font-weight:700;
		font-size: 	14px;
    	line-height: 14px;
	}
	#HSS section div div a, #HSS section div div a:link, #HSS section div div a:visited { margin-left:24px; }
	#HSS section div div
	{
		padding-top:42px;
		padding-bottom:30px;
	}
}














#statsBAR
{
	position:relative;
	width:100%;
	height:auto;
	padding:0;
	padding-top:48px;
	margin:0;
	padding-bottom:96px;
	display:block;
	text-align:center;
	background:rgba(0,0,0,0.05);
}
#statsBAR:before
{
	position:absolute;
	top:0;
	left:50%;
	transform:translate(-50%,0%);
	width:100%;
	height:12px;
	background-image:url(images/shadow960.png);
	background-repeat:no-repeat;
	background-size: 100% 12px;
	content:'';						
}
/*
#statsBAR:after
{
	position:absolute;
	bottom:0;
	left:50%;
	transform:translate(-50%,0%);
	width:100%;
	height:12px;
	background-image:url(images/shadow960.png);
	background-repeat:no-repeat;
	background-size: 100% 12px;
	content:'';						
}*/
#statsBAR section
{
	position:relative;
	width:auto;
	max-width:90%;
	height:auto;
	padding:0;
	margin:0;
	display:inline-block;
	text-align:center;
}
#statsBAR section div.tc h3
{
	display:inline-block;
	font-family:'Montserrat',Verdana, Geneva, sans-serif; 
	font-size:48px; 
	line-height:48px; 
	font-weight:400;
	text-align:center;
	color:#444;
	padding:0;
	margin:0;
	margin-bottom:48px;
	padding-bottom:24px;
	padding-top:24px;
	text-transform:uppercase;
	position:relative;
}
#statsBAR section div.tc h3:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 2px;
    content: '';
    display: block;
    background-color:rgba(49, 207, 249, 1);
    z-index: 10;
	transform:translate(-50%,0%);
}
#statsBAR section div.tc h3:after
{
	position:absolute;
	bottom:-12px;
	left:50%;
	transform:translate(-50%,0%);
	width:110%;
	height:12px;
	background-image:url(images/shadow960.png);
	background-repeat:no-repeat;
	background-size: 100% 12px;
	content:'';	
}
#statsBAR section div.tc
{
	display:inline-block;
	vertical-align:middle;
	padding:10px;
	padding-left:24px;
	padding-right:24px;
	margin:0;
			
}


/**************************************************************
CIRCLE
**************************************************************/
.single-chart { width: 260px; position:relative; display:inline-block; }	
.single-chart h4
{
	font-family:'Montserrat',Verdana, Geneva, sans-serif; 
	font-size:14px; 
	line-height:18px; 
	font-weight:400;
	display:block;
	width:100%;
	text-align:center;
	
}
.circular-chart { display: block; margin:0px;	}
.circular-chart text{ color:#000; font-family:'Montserrat',Verdana, Geneva, sans-serif; font-size:8px; line-height:8px; font-weight:700;} /*FONTS ARE SCALED*/
.circle-bg { fill: none; stroke: #eee; stroke-width: 3.8;}
.circle {fill: none; stroke-width: 2.8; stroke-linecap: round; animation: progress 1s ease-out forwards;}	
@keyframes progress { 0%{ stroke-dasharray: 0 100; } }
.percentage {fill: #000; font-family: sans-serif; font-size: 0.5em; text-anchor: middle;}
/**************************************************************
END | CIRCLE
**************************************************************/

.coutUPstat{ /* DUMBY CLASS */}

/**************************************************************
BOX
**************************************************************/
	.box-chart
	{
		display:block;
		width:100%;
		height:0px;
		padding:0;
		margin:0;
		padding-bottom:100%;
		position:relative;
		background-color:#95c04e;
		border-radius:1px;
	}
	.box-chart:after
	{
		position:absolute;
		z-index:0;
		width:100%;
		height:100%;
		content:'';
		background-image:url(images/ripTOP.jpg);
		background-size:cover;
		mix-blend-mode: multiply;
		opacity:0.5;
	}
	.box-chart div
	{
		display:block;
		width:auto;
		height:auto;
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		text-align:center;
		z-index:1;
	}
	.box-chart div span
	{
		font-family:'Montserrat',Verdana, Geneva, sans-serif; font-size:60px; line-height:60px; font-weight:700;
	}
	.box-chart div span:before, .box-chart div span:after {font-size:inherit; line-height:inherit;} 
	.box-chart div p
	{
		font-family:'Montserrat',Verdana, Geneva, sans-serif; 
		font-size:16px; 
		line-height:18px; 
		font-weight:400;
		display:block;
		width:100%;
		text-align:center;
		display:block;
	}
	.plus:before { content:'+';}
	.dollar:before { content:'$';}
	.minus:before { content:'-';}
	
	.plusAFTER:after { content:'+';}
	.dollarAFTER:after { content:'$';}
	.minusAFTER:after { content:'-';}
	.mAFTER:after { content:'M';}
/**************************************************************
END | BOX
**************************************************************/



/**************************************************************
THUMBNAILS
**************************************************************/
.th
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
	box-sizing:border-box;
	text-align:center;
	background:#181818;
	padding-top:10vh;
	padding-bottom:10vh;
	z-index:0;
}
.th section
{
	display:inline-block;
	width:80%;
	max-width:1200px;
	height:auto;
	position:relative;
	box-sizing:border-box;
	text-align:left;
}
.th section h3
{
	display:block;
	width:auto;
	height:auto;
	position:relative;
	box-sizing:border-box;
	text-align:left;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight:400;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
    color: #888;
	margin-bottom:12px;
	padding-left:24px;
}
.th section h3:before 
{
    position: absolute;
    top: 0;
    left: 1px;
    width: 2px;
    height: 100%;
    content: '';
    display: block;
    background-color: rgba(0,156,198,1);
	z-index:10;
}
.th section h4
{
	display:table;
	width:auto;
	height:auto;
	position:absolute;
	right:0;
	top:50%;
	transform:translate(0,-50%);
	box-sizing:border-box;
	text-align:left;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight:400;
    font-size: 8px;
    line-height: 8px;
    letter-spacing: 4px;
    background-color: rgba(0,156,198,1);
	color:#fff;
	padding:4px;
	padding-left:12px;
	padding-right:12px;
	margin-bottom:12px;
}
.th ul
{
	display:inline-block;
	list-style:none;
	width:98%;
	max-width:1200px;
	height:auto;
	position:relative;
	box-sizing:border-box;
	text-align:left;
}
.th ul span {filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));}
.th ul li
{
	display:inline-block;
	box-sizing:border-box;
	width:50%;
	height:0;
	padding-bottom:33%;
	position:relative;
	z-index:1;
  	
		
}
.th ul span:nth-child(1) li,.th ul span:nth-child(2) li,.th ul span:nth-child(3) li,.th ul span:nth-child(4) li
{
	clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 5% 100%, 0 90%);
}
.th ul span:nth-child(5) li,.th ul span:nth-child(6) li,.th ul span:nth-child(7) li,.th ul span:nth-child(8) li
{
	clip-path: polygon(5% 0, 95% 0, 100% 5%, 100% 100%, 0 100%, 0 5%);
}
@media (max-width: 1000px) 
{
	.th ul li
	{
		width:50%;
		padding-bottom:60%;
	}
	.th ul span:nth-child(3) li,.th ul span:nth-child(4) li, .th ul span:nth-child(5) li,.th ul span:nth-child(6) li
	{
		clip-path: polygon(5% 0, 95% 0, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 5%);
	}
}
@media (max-height: 600px) 
{
	.th ul li
	{
		padding-bottom:30%;
	}
}
.th ul li:hover
{
	z-index:2;
}
.th ul li a
{
	display:block;
	box-sizing:border-box;	
	width:100%;
	height:100%;
	padding:1px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-decoration:none;
	
}
.th ul li a h5
{
	display:table;
	width:100%;
	height:100%;
	position:relative;
}
.th ul li a h5 span
{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 	24px;
    line-height: 24px;
	color:#eee;
	text-decoration:none;
	position:relative;
}
.th ul li a:hover h5 span { color:rgba(0,156,198,1);}

.th ul li a h5 span:after 
{
	display:inline-block;
	padding-left:12px;
    position:relative;
    width:auto;
    height:auto;
    content: '\F105';
	color:inherit;
	font-size:inherit;
	line-height:inherit;
	font-family:'i';
	font-weight:normal;
}

.th ul li a div
{
	display:block;
	width:100%;
	height:100%;
	margin:0%;
	position:relative;
	top:auto;
	left:auto;
	transform:none;
	overflow:hidden;	
	background-color:#000;	
	
}
.th ul li a div img
{
	transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out;-webkit-transition: all 0.25s ease-out;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) scale(1,1);
	width:105%;
	height:auto;
	min-height:105%;
	min-width:105%;
	z-index:0;
	opacity:0.5;
	filter: blur(5px);}
.th ul li a div div
{
	display:block;
	position:absolute;
	top:50%;
	left:10%;
	width:80%;
	height:auto;
	transform:translate(0%,-50%);
	z-index:10;
	text-decoration:none;
	background:none;
	background-color:transparent;
	overflow:visible;
	box-shadow:none;
}
.th ul li a div div b
{
	transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out;-webkit-transition: all 0.25s ease-out;
	display:inline-block;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 	16px;
    line-height: 18px;
	color:#eee;
	position:relative;
	overflow:visible;
	transform:scale(1,1);
}
.th ul li a div div b:before 
{
    position: absolute;
    top: -12px;
    left: 0;
    width: 25%;
    height: 2px;
    content: '';
    display: block;
    background-color: rgba(0,156,198,1);
	z-index:10;
}
.th ul li a div div b time
{
	display:block;
	margin-top:12px;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 	12px;
    line-height: 12px;
	color:#eee;
	position:relative;
	white-space:nowrap;
	letter-spacing:4px;
}
.th ul li a div button
{
	transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out;-webkit-transition: all 0.25s ease-out;
	display:block;
	width:auto;
	height:auto;
	position:absolute;
	top:auto;
	bottom:48px;
	left:50%;
	transform:translate(-50%,0%) scale(1.5,1.5);
	background-color:transparent;
	border:solid;
	border-width:1px;
	border-color:#fff;
	color:#fff;	
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 	14px;
    line-height: 14px;
	opacity:0;
	z-index:1;
	padding:12px;
	border-radius:2px;
	cursor:pointer;
}
.th ul li a:hover div button
{
	opacity:1;
	transform:translate(-50%,0%) scale(1,1);	
}
.th ul li a:hover div div b
{
	transform:scale(0.85,0.85);
}
.th ul li a:hover div img
{
	transform:translate(-50%,-50%) scale(1.5,1.5);
}
/**************************************************************
END | THUMBNAILS
**************************************************************/









#finalists
{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background:#181818;
	box-sizing:border-box;
	text-align:center;
	border-bottom:solid;
	border-bottom-color:#bbb;
	border-bottom-width:1px;
	z-index:0;
	padding-top:90px;
}

#finalists h2
{
	display:inline-block;
	width:90%;
	max-width:1600px;
	height:auto;
	position:relative;
	box-sizing:border-box;
	text-align:left;
}
#finalists h2 b
{
	display:block;
	width:auto;
	height:auto;
	position:relative;
	box-sizing:border-box;
	text-align:left;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight:400;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
    color: #888;
	margin-bottom:12px;
	padding-left:24px;
}
#finalists h2 b:before 
{
    position: absolute;
    top: 0;
    left: 1px;
    width: 2px;
    height: 100%;
    content: '';
    display: block;
    background-color: rgba(0,156,198,1);
	z-index:10;
}
#finalists h2 strong
{
	display:table;
	width:auto;
	height:auto;
	position:absolute;
	right:0;
	top:50%;
	transform:translate(0,-50%);
	box-sizing:border-box;
	text-align:left;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight:400;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 2px;
    background-color: rgba(0,156,198,1);
	color:#fff;
	padding:4px;
	padding-left:12px;
	padding-right:12px;
	margin-bottom:12px;
	text-transform:uppercase;
}


#finalists section
{
	display:inline-block;
	position:relative;
	width:90%;
	max-width:1600px;
	height:auto;
	padding:0;
	padding-top:24px;
	padding-bottom:90px;
	margin:0;
	background:none;
	box-sizing:border-box;
	text-align:center;
}
#finalists section div
{
	display:inline-block;
	position:relative;
	width:18%;
	max-width:none;
	height:auto;
	min-height:480px;
	padding:0;
	margin:0;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:48px;
	background:#282828;
	box-sizing:border-box;
	text-align:center;
	box-shadow:rgba(0,0,0,0.2) 2px 2px 4px;
	vertical-align:top;
}
#finalists section div div.a
{
	display:inline-block;
	position:relative;
	width:100%;
	max-width:none;
	min-height:0;
	height:0;
	padding:0;
	padding-bottom:100%;
	margin:0;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:12px;
	background:#fff;
	box-sizing:border-box;
	text-align:left;
	box-shadow:rgba(0,0,0,0.2) 2px 2px 4px;
	overflow:hidden;
	z-index:1;
}
#finalists section div div.a img
{
	min-height:100%;
	min-width:100%;
	position:absolute;
	top:0%;
	left:50%;
	transform:translate(-50%,0%);
	
}
#finalists section div div.a img.p
{
	width:100%;
	height:auto;
}
#finalists section div div.a img.l
{
	width:auto;
	height:100%;
}
#finalists section div div.a img.logo
{
	width:auto;
	height:auto;
	max-width:90%;
	max-height:90%;
	min-width:0 !important;
	min-height:0 !important;
	top:50% !important;
	transform:translate(-50%, -50%) !important;
	 
}
#finalists section div div.t
{
	display:inline-block;
	position:relative;
	width:90%;
	max-width:none;
	
	min-height:0;
	height:auto;
	padding:0;
	margin:0;
	margin-bottom:24px;
	margin-left:0px;
	margin-right:0px;
	box-sizing:border-box;
	text-align:left;
	box-shadow:none;
	z-index:2;
}
#finalists section div div b
{
	display:block;
	width:100%;
	position:relative;
	padding:0;
	margin:0;
	margin-bottom:12px;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-transform:uppercase; 
	color:#ddd;
	border-bottom:dotted;
	border-bottom-color:#888;
	border-bottom-width:1px;
	
}
#finalists section div em
{
	display:block;
	width:auto;
	position:absolute;
	box-sizing:border-box;
	top:-10px;
	left:-10px;
	background:rgba(60,60,60,1);
	color:#fff;
	padding:14px;
	padding-left:24px;
	padding-right:24px;
	margin:0;
	margin-bottom:12px;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	text-transform:uppercase; 
	color:#ddd;
	font-style:normal;
	border-radius:21px;
	box-shadow:rgba(0,0,0,0.5) 2px 2px 4px;
	z-index:3;	
				
	
}
#finalists section div div strong
{
	display:block;
	width:100%;
	position:relative;
	padding:0;
	margin:0;
	margin-bottom:12px;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color:#888;
	
}
#finalists section div div strong:before
{
	content:'\F1AD';
	font-family:'i';
	font-weight:normal;
	padding-right:6px;
}
#finalists section div div strong span
{
	display:inline;
	padding-left:2px;					
}

#finalists section div div b span
{
	display:block;
	color:#bbb;												
}
#finalists section div div strong span,
#finalists section div div b span
{
	width:100%;
	position:relative;
	font-size:12px;
	line-height:16px;
	font-weight:400;						
}
#finalists section div button
{
	position:absolute;
	bottom:8px;
	left:5%; 
	display:block;
	padding:14px;
	margin:0;
	width:auto;
	height:auto;
	background-color:rgba(255,255,255,0.1);
	color:#bbb;
	border-radius:4px;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height:14px;
	outline:none;
	border:none;						
	box-shadow:rgba(0,0,0,0.5) 2px 2px 4px;
	cursor:pointer;
}
#finalists section div button:hover
{
	color:rgba(60,60,60,1);
	background-color:rgba(255,255,255,0.9);
}
@media (max-width: 1720px) {
	#finalists section div
	{
		width:20%;
	}						
}
@media (max-width: 1560px) {
	#finalists section div
	{
		width:22%;
	}						
}
@media (max-width: 1480px) {
	#finalists section div
	{
		width:24%;
		margin-bottom:36px;
	}						
}
@media (max-width: 1360px) {
	#finalists section div
	{
		width:26%;
	}						
}
@media (max-width: 1220px) {
	#finalists section
	{
		width:98%;	
	}
}
@media (max-width: 1080px) {
	#finalists section div
	{
		width:30%;
	}
}
@media (max-width: 960px) {
	#finalists section div
	{
		width:32%;
	}
}
@media (max-width: 960px) {
	#finalists section div
	{
		width:32%;
	}
}
@media (max-width: 900px) {
	#finalists section div
	{
		width:34%;
	}
}
@media (max-width: 840px) {
	#finalists section div
	{
		width:38%;
	}
}
@media (max-width: 740px) {
	#finalists section div
	{
		width:42%;
	}
}
@media (max-width: 680px) {
	#finalists section div
	{
		width:46%;
	}
}
@media (max-width: 660px) {
	#finalists section div
	{
		margin-left:6px;
		margin-right:6px;
	}
	#finalists section div
	{
		width:70%;
		margin-left:0;
		margin-right:0;
		padding-bottom:60px;
		margin-bottom:24px;
	}
	#finalists section div button
	{
		bottom:18px;							
	}
}
					
					
					
					
.aBLUR{
	position: absolute;
	top: 0;
	left: 0;
	filter: blur(40px);
	z-index: 1;
}

.aIMG{
	width: 70%;
	height: 70%;
	border-radius: 50%;
	z-index: 3;
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	min-height:0 !important;
	min-width:0 !important;
}
.aRING {
	width: 80%;
	height: 80%;
	border-radius: 50%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(255, 255, 255, 0.2) 100%);
	z-index: 2;
	box-shadow: 4px 0 2px -4px rgba(255, 255, 255, 0.9), -4px 0 2px -4px rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content:'';
}
.aRINGo {
	width: 90%;
	height: 90%;
}					
					
					
					
					
					
					
					
					
					
.finalistsBG {				
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 15%) !important;
}					
.zxoFINALISTS { 	
	overflow:hidden;
	-moz-overflow:hidden; font-size:0; line-height:0; display:table; z-index:99999999; 
	position:fixed; top:50%; left:50%; transform: translate(-50%,-50%); background-color:rgba(255,255,255,0.65); padding:0; margin:0; width:0%; height:0%; text-align:center;}
.zxoFINALISTS a{ z-index:99; display:none; padding:0; margin:0; position:absolute; top:24px; right:24px; color:#c00; font-family:'i'; font-weight:normal; font-size:24px; line-height:24px; cursor:pointer;}
.zxoFINALISTS a:hover{ color:#900; } 
.zxoFINALISTS section{ 
	overflow:hidden; 
	-moz-overflow:hidden;
	width:100%; 
	height:100%; 
	display:table-cell; 
	vertical-align:middle; 
	text-align:center; 
	padding:0; 
	margin:0; 
	background-color:transparent; 
}
.zxoFINALISTS section section{
	position:relative;
	box-sizing:border-box;  
	width:60%; 
	height:auto;
	max-height:80vh;
	overflow: auto; 
	max-width:900px; 
	display:none; 
	vertical-align:middle; 
	text-align:center; 
	padding:48px; 
	margin:0; 
	background-color:rgba(60,60,60,1); 
	border-radius:5px; }
.zxoFINALISTS section section div{ display:inline-block; vertical-align:top; padding:0; margin:0; text-align:left; box-sizing:border-box;}
.zxoFINALISTS section section div div{padding-left:0 !important; font-family: 'Open Sans',Verdana, Geneva, sans-serif; display:block; width:100% !important; height:0; padding:0; margin:0; padding-bottom:100%; overflow:hidden;
	-moz-overflow:hidden; position:relative;}
.zxoFINALISTS section section div div.imgWrap
{
	background:rgba(255,255,255,1);
}
.zxoFINALISTS section section div div.imgWrap:before
{
	content:'';
	background:url(https://climatesolutionsprize.com/images/f-corner.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	width:30%;
	height:0;
	padding-bottom:100px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:90;
}
.zxoFINALISTS section section div div img{ position:absolute; padding:0; margin:0; display:block; top:0%; left: 50%; transform:translate(-50%, 0%); }
.zxoFINALISTS img.p{width:100%; height:auto; min-width:100%; min-height:100%; }
.zxoFINALISTS img.l{width:auto; height:100%; min-width:100%; min-height:100%; }

.zxoFINALISTS img.logo
{
	width:auto;
	height:auto;
	max-width:90%;
	max-height:90%;
	min-width:0 !important;
	min-height:0 !important;
	top:50% !important;
	transform:translate(-50%, -50%) !important;
	 
}
.zxoFINALISTS section section div.f{ width:40%; box-shadow:rgba(0,0,0,0.5) 2px 2px 4px;}
.zxoFINALISTS section section div.f section{
	position:relative;
	width:100%;
	display:block;
	height:auto;
	padding:0;
	margin:0;
	color: #bbb;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:14px; line-height:18px;
	text-align:left;
	filter:none;
	z-index:5;
	overflow:auto;
		
}
.zxoFINALISTS section section div.f section div{
	width:100%;
	position:relative;
	height:auto;
	padding:0;
	margin:0;
	display:table;
	text-align:left;
	margin-bottom:12px;
	
}
.zxoFINALISTS section section div.f section div:first-child{
	margin-top:24px;
}
.zxoFINALISTS section section div.f section div span, .zxoFINALISTS section section div.f section div em{ 
	position:relative;
	display:table-cell;
	vertical-align:top;
}

.zxoFINALISTS section section div.f section div span{ 
	width:80px;
	padding-right:12px;
}
.zxoFINALISTS section section div.f section div span span{
	overflow:hidden;
	border-radius:2px;
	width:80px;
	height:80px;
	padding-right:0 !important;
	box-shadow:rgba(0,0,0,0.5) 2px 2px 4px;
	background:#FFF;
}
.zxoFINALISTS section section div.f section div em{
	width:auto;
	font-size:12px; 
}
.zxoFINALISTS section section div.f section div em b{ font-size:14px; line-height:18px; }
.zxoFINALISTS section section div.f section span img{
	position:absolute; padding:0; margin:0; display:block; top:0%; left: 50%; transform:translate(-50%, 0%);
}

.zxoFINALISTS section section div.l{ width:60%; padding-left:30px;}
.zxoFINALISTS section section div b {
	color: #ddd;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
	font-weight:400;
	position:relative; 
	display:block; 
	padding:0; 
	margin:0; 
	width:100%;}
.zxoFINALISTS section section div span{
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
	color: #aaa;
	position:relative; 
	display:block; 
	padding:0; 
	margin:0; 
	width:100%;
	font-weight:700;
}
.zxoFINALISTS section section div p, .zxoFINALISTS section section div em {
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
	color: #aaa;
	position:relative; 
	display:block; 
	padding:0; 
	margin:0; 
	width:100%;
}
.zxoFINALISTS section section div strong{
	display:inline-block;
	width:100%;
	text-align:center;
	height:auto;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	padding:7px;
	margin:0;
	margin-bottom:8px;
	box-sizing:border-box;
	font-style:normal;
	background: #05abe0;
	background: linear-gradient(135deg, #05c8e0 0%, #057fe0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#05c8e0", endColorstr="#057fe0",GradientType=1 );
	color:#fff;
	cursor:pointer;
}
.zxoFINALISTS section section div b{ font-size:36px; line-height:48px;}
.zxoFINALISTS section section div span{ font-size:16px; line-height:18px; margin-bottom:4px;}
.zxoFINALISTS section section div em{ font-style:normal; font-size:14px; line-height:18px; margin:0; margin-bottom:10px; padding:0;}
.zxoFINALISTS section section div p{ font-size:16px; line-height:24px; margin-top:30px; }

.zxoFINALISTS section section div a{
	display:none;
	position:relative !important; font-size: 36px; top:auto; right:auto; left:auto; bottom: auto;
    line-height: 36px;
	margin-right:9px;
    color: rgba(45,190,239,1); vertical-align:top;}
.zxoFINALISTS section section div a:last-child{ margin-right:20px;}
.zxoFINALISTS section section div a:hover { color:rgba(45,190,239,0.5);}
.zxoFINALISTS section section div button.www{
	transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out;
    -moz-transition: opacity 1s ease-in-out, color 0.25s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out, color 0.25s ease-in-out;
    width: auto;
    display:none;
    height: auto;
    text-decoration: none;
    padding: 14px;
    background-color:rgba(255,255,255,0.1);
    color:#bbb;
	box-shadow:rgba(0,0,0,0.5) 2px 2px 4px;
	border:none;
    font-weight: 700;
    font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
	letter-spacing:1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-transform: uppercase;
    opacity: 1;
    outline: none;
    cursor: pointer;
	position:relative;
	z-index:2;
	margin-right:18px;
}
.zxoFINALISTS section section div button:hover{ background: rgba(255,255,255,1);}

@media (max-width: 1300px) { 
	.zxoFINALISTS section section{ width:70%; height:70%;  }
}
@media (max-width: 1100px) {
	.zxoFINALISTS section section{ width:90%; height:80%; padding-left:30px; padding-right:30px;  }
}
@media (max-width: 700px) {
	.zxoFINALISTS section section { text-align:center; width:90%; box-sizing:border-box;     
	padding-left: 20px;
    padding-right: 20px;}
	.zxoFINALISTS section section div{ display:inline-table; text-align:left;}
	.zxoFINALISTS section section div.f{ width:80%; margin-bottom:30px;}
	.zxoFINALISTS section section div.l{ width:100%; padding:0;}
}

#finalists section div div ul
{ 
	font-size:16px; line-height:24px; 
	display:block;
	width:100%;
	height:auto; 
}
#finalists section div div ul li
{
	font-size:16px; line-height:24px;
	color:#bbb;
}














#logoSS{
	box-sizing:border-box;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	display:block;
	background:rgba(0,0,0,0.05);
	border:none;
	position:relative;
	font-size:0;
	line-height:0;
	text-align:center;
	overflow:hidden;
	-moz-overflow:hidden;
	white-space:nowrap;
}
#logoSS div{
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background:none;
	position:relative;
	overflow:hidden;
	-moz-overflow:hidden;
	font-size:0;
	line-height:0;
	text-align:center;
	white-space:normal !important;	
	transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
	opacity:1;
}
	
#logoSS a, #logoSS a:link, #logoSS a:visited{ 
	box-sizing:border-box;
	width:33%;
	height:0;
	padding:0;
	/*3:2 RATIO*/
	padding-bottom:15%;
	margin:0;
	display:inline-block;
	background:none;
	border:none;
	position:relative;
	vertical-align:top;
	mix-blend-mode: multiply;
}
#logoSS a:after{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	mix-blend-mode: color;
	
	content:'';
	background-color:#000000;	
}
#logoSS a img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:auto;
	height:auto;
	max-width:80%;
	max-height:100px;
	z-index:1;
	padding:0;
	margin:0;
	display:block;
	filter: grayscale(100%);
	
}
#logoSS a:hover img{ opacity:0.5;}
@media (max-width: 700px) {
	#logoSS a, #logoSS a:link, #logoSS a:visited{ 
	width:50%;
	/*3:2 RATIO*/
	padding-bottom:33.3%;
	
	}
	
}				












.partners {
	display:block;
	position:relative;
	box-sizing:border-box;
	padding:0;
	margin:0;
	background-image:url(https://climatesolutionsprize.com/images/ss/5.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment: fixed;
	text-align:center;
	width:100%;
	height:auto;
}
.partners:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	display:block;
	width:100%;
	height:100%;
	mix-blend-mode: multiply;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.25) 20%, rgba(0,0,0,0) 50%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.25) 20%,rgba(0,0,0,0) 50%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.25) 20%,rgba(0,0,0,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#1a000000',GradientType=0 );
	
	backdrop-filter: blur(5px);
}
.partners div{
	display:inline-block;
	width:100%;
	height:100%;
	position:relative;
	padding:2%;
	padding-left:5%;
	padding-right:5%;
	margin:0;
	padding-top:30px;
	padding-bottom:60px;
	box-sizing:border-box;
	background:none;
	background-color:transparent;
	background-image:none;
	z-index:1;
	mix-blend-mode: screen;
	text-align:center;
}
@media (max-width: 800px)
{
	.partners div{
		padding-left:0%;
		padding-right:0%;}
		
	.partners {	
		background-attachment: scroll;
	}
	.partners:before
	{
		background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.35) 0%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.35) 0%);
		background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.35) 0%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#1a000000',GradientType=0 );
	}
}
.partners div a, .partners div a:link, .partners div a:visited{
	display:inline-block;
	width:21%;
	min-width:160px;
	max-width:300px;
	height:auto;
	position:relative;
	padding:0;
	margin:2%;
	box-sizing:border-box;
	vertical-align:middle;
	
}
.partners div a:hover{ opacity:0.85;}
.partners div a img
{
	width:100%;
	height:auto;
	position:relative;
	border:none;
	outline:none;
	
}
.partners div strong {
	position: relative;
	text-align: center;
	display:inline-block;
	width:auto;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	margin-top: 0;
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	color: #FFFFFF;
	text-shadow: 20px 20px 3px rgb(0 0 0 / 10%);
}
.partners div strong  span {
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    position: relative;
    font-size: 12px;
    line-height: 12px;
    color: rgba(255,255,255,0.5);
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 8px;
    text-shadow: none !important;
}






































#winners
{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background:rgba(0,0,0,0.05);
	box-sizing:border-box;
	text-align:center;
	border-bottom:solid;
	border-bottom-color:#bbb;
	border-bottom-width:1px;
	z-index:0;
	padding-top:90px;
}

#winners h2
{
	display:inline-block;
	width:90%;
	max-width:1400px;
	height:auto;
	position:relative;
	box-sizing:border-box;
	text-align:left;
}
#winners h2 b
{
	display:block;
	width:auto;
	height:auto;
	position:relative;
	box-sizing:border-box;
	text-align:left;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight:400;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
    color: #888;
	margin-bottom:12px;
	padding-left:24px;
}
#winners h2 b:before 
{
    position: absolute;
    top: 0;
    left: 1px;
    width: 2px;
    height: 100%;
    content: '';
    display: block;
    background-color: rgba(0,156,198,1);
	z-index:10;
}
#winners h2 strong
{
	display:table;
	width:auto;
	height:auto;
	position:absolute;
	right:0;
	top:50%;
	transform:translate(0,-50%);
	box-sizing:border-box;
	text-align:left;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight:400;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 2px;
    background-color: rgba(0,156,198,1);
	color:#fff;
	padding:4px;
	padding-left:12px;
	padding-right:12px;
	margin-bottom:12px;
	text-transform:uppercase;
}


#winners section
{
	display:inline-block;
	position:relative;
	width:90%;
	max-width:1400px;
	height:auto;
	padding:0;
	padding-top:24px;
	padding-bottom:90px;
	margin:0;
	background:none;
	box-sizing:border-box;
	text-align:left;
}



#winners section section {
    display: inline-block;
    position: relative;
    width: 49.5%;
    height: 0;
    padding: 0;
	padding-bottom:28%;
    margin: 0;
    
    
    margin-bottom: 1%;
    background:none;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
	border-radius:2px;
}

#winners section section div {
	display:table;
	position:absolute;
	top:50%;
	left:50%;
	height:96%;
	width:98%;
	box-sizing:border-box;
	padding:0;
	margin:0;
	transform:translate(-50%,-50%);
	background:#fff;
	border-radius:2px;
	box-shadow: rgba(0,0,0,0.2) 2px 2px 4px;
}



#winners section section.winnerCard:nth-child(odd){float:left;}
#winners section section.winnerCard:nth-child(even){float:right;}
#winners section section div div{
	display:table-cell;
	vertical-align:top;
	position:relative;
	top:auto;
	left:auto;
	transform:none;
	padding:0;
	margin:0;
	box-shadow:none;
}
#winners section section div div.l{	width:40%; }
#winners section section div div.r{	width:60%; }



#winners section section div div.l div.a
{
	display:inline-block;
	position:relative;
	width:100%;
	max-width:none;
	min-height:0;
	height:0;
	padding:0;
	padding-bottom:100%;
	margin:0;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:12px;
	background:#fff;
	box-sizing:border-box;
	text-align:left;
	box-shadow:rgba(0,0,0,0.2) 2px 2px 4px;
	overflow:hidden;
	z-index:1;
	clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0% 100%, 0 100%);

}
#winners section section div div.l div.a img
{
	min-height:100%;
	min-width:100%;
	position:absolute;
	top:0%;
	left:50%;
	transform:translate(-50%,0%);
	
}
#winners section section div div.l div.a img.p
{
	width:100%;
	height:auto;
}
#winners section section div div.l div.a img.l
{
	width:auto;
	height:100%;
}
#winners section section div div.l div.a img.logo
{
	width:auto;
	height:auto;
	max-width:90%;
	max-height:90%;
	min-width:0 !important;
	min-height:0 !important;
	top:50% !important;
	transform:translate(-50%, -50%) !important;
	 
}
#winners section section div div.l div.t
{
	display:inline-block;
	position:relative;
	width:100%;
	max-width:none;	
	min-height:0;
	height:auto;
	padding:0;
	padding-left:10%;
	margin:0;
	margin-left:0px;
	margin-right:0px;
	box-sizing:border-box;
	text-align:left;
	box-shadow:none;
	z-index:2;
}
#winners section section div div.l div.t strong
{
	display:block;
	width:100%;
	position:relative;
	padding:0;
	margin:0;
	margin-bottom:12px;
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color:#444;
	
}
#winners section section div div.l div.t strong:before
{
	content:'\F1AD';
	font-family:'i';
	font-weight:normal;
	padding-right:6px;
	font-size:inherit;
	position:relative;
}
#winners section section div div.l div.t strong span
{
	display:inline;
	padding-left:2px;					
}
#winners section section div div.l div.t b {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
    font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #444;
    border-bottom: dotted;
    border-bottom-color: #444;
    border-bottom-width: 1px;
}

#winners section section div div.l div.t strong span,
#winners section section div div.l div.t b span
{
	width:100%;
	position:relative;
	font-size:12px;
	line-height:16px;
	font-weight:400;
	display: block;
    color: #bbb;						
}
#winners section section div div.r h3
{
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;	
    color: #ffffff;
	padding:14px;
	letter-spacing:1px;
	display:block;
	width:100%;
	position:relative;
	height:auto;
	margin:0;
	text-transform:uppercase;
	background:linear-gradient(319deg, rgba(72,180,9,1) 0%, rgba(49,207,249,1) 100%);
	box-shadow: rgba(0,0,0,0.2) 2px 2px 4px;
}
#winners section section div div.r b
{
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight: 200;
    font-size: 16px;
    line-height: 16px;	
    color: rgba(0,0,0,0.8);
	padding:14px;
	padding-bottom:2px;
	letter-spacing:12px;
	display:block;
	width:100%;
	position:relative;
	height:auto;
	margin:0;
	margin-top:24px;
	text-transform:uppercase;
}
#winners section section div div.r strong
{
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;	
    color: #888;
	padding:14px;
	padding-left:0;
	padding-bottom:0;
	letter-spacing:1px;
	display:none;
	width:auto;
	position:relative;
	border-bottom:dotted;
	border-bottom-color:#888;
	border-bottom-width:1px;
	height:auto;
	margin:0;
	margin-top:0px;
	margin-left:12px;
	text-transform:uppercase;
}
#winners section section div div.r p
{
	font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;	
    color: #444;
	padding:24px;
}

#winners section section div div.r a, #winners section section div div.r a:link, #winners section section div div.r a:visited {
    position: absolute;
    bottom: 21px;
    right: 14px;
    display: block;
    padding: 14px;
    margin: 0;
    width: auto;
    height: auto;
    background-color: #222;
    color: #eee;
    border-radius: 2px;
    font-family: 'Montserrat',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    outline: none;
    border: none;
    box-shadow: rgba(0,0,0,0.2) 2px 2px 4px;
    cursor: pointer;
	text-decoration:none;
}
#winners section section div div.r a.p
{
	right: 140px;
}
#winners section section div div.r a:hover
{
	color: rgba(60,60,60,1);
    background-color: rgba(255,255,255,0.9);
}

@media (max-width: 1740px)
{
	#winners section section div {width:96%;}
	#winners section section { padding-bottom:30%;}
}
@media (max-width: 1340px)
{
	#winners section section div {width:96%;}	
	#winners section section { padding-bottom:30%;}
	#winners section section div div.r strong {margin-top:7px; }
}

@media (max-width: 1300px)
{
	#winners section section div div.r p{ padding-top:0;}
	#winners section section div div.r b { margin-top:7px;}
}
@media (max-width: 1140px)
{
	#winners section section { height:auto; padding:8px; padding-bottom:8px;}
	#winners section section div { display:inline-block; position:relative; width:100%; top:auto; left:auto; transform:none;}
	#winners section section div div.l{ display:block;	width:100%; }
	#winners section section div div.r{ display:block;	width:100%; }
	#winners section section div div.l div.t { padding-left:14px; }
	#winners section section div div.r b { margin-top:0px;}
	
	#winners section section div div.r a, #winners section section div div.r a:link, #winners section section div div.r a:visited {
		position:relative;
		right:auto;
		bottom:auto;
		width:auto;
		display:inline-block;
		margin-left:14px;
		margin-bottom:24px;
		margin-top:24px;
	}
}







#cd{ 
	display:block;
	position:relative;
	width:100%;
	height:40vh;
	min-height:300px;
	text-align:center;
	background: #359f9e;
}
#cd div{
	transition: opacity 1.5s ease-in-out; -moz-transition: opacity 1.5s ease-in-out;-webkit-transition: opacity 1.5s ease-in-out;
	display:inline-block;
	width:90%;
	max-width:900px;			
	padding:0;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-60%);
	white-space:nowrap;
}
#cd div.top:nth-child(1){ opacity:1; }
#cd div.top:nth-child(2){ opacity:0; }
#cd div.top:nth-child(3){ opacity:0; }
#cd div.top:nth-child(4){ opacity:0; }
#cd div.top:nth-child(5){ opacity:0; }
#cd div.top:nth-child(6){ opacity:0; }
#cd div.top:nth-child(7){ opacity:0; }
#cd div.top:nth-child(8){ opacity:0; }
#cd div.top:nth-child(9){ opacity:0; }
#cd div.top:nth-child(10){ opacity:0; }
#cd div.top:nth-child(11){ opacity:0; }
#cd div.top:nth-child(12){ opacity:0; }
#cd div em{
	display:inline-table;
	width:auto;
	padding:0;
	font-size:16px;
	line-height:16px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-family:'Montserrat';
	font-weight:500;
	font-style:normal;
	background:none;
	color:#fff;
	padding:6px;
	margin-bottom:6px;
	border-radius:3px;
	
}
#cd div h4{
	display:inline-block;
	width:100%;
	padding:0;
	font-size:48px;
	line-height:54px;
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	font-family:'Montserrat';
	font-weight:400;
	margin-bottom:24px;
	
	color:#fff;
}
#cd div div{
	position:relative;
	top:auto;
	left:auto;
	transform:none;
	display:inline-block;
	width:240px;
	height:auto;
	vertical-align:top;
	font-size:16px;
	line-height:16px;
	text-align:center;
	font-family:'Montserrat';
	font-weight:400;
	color:#fff;
	 -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
	
}
#cd div div span{
	font-size:90px;
	line-height:90px;
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	font-family:'Montserrat';
	font-weight:700;
	
}
#cd div nth:child(1) { z-index:16; }
#cd div nth:child(2) { z-index:15; }
#cd div nth:child(3) { z-index:14; }
#cd div nth:child(4) { z-index:13; }
#cd div nth:child(5) { z-index:12; }
#cd div nth:child(6) { z-index:11; }
#cd div nth:child(7) { z-index:10; }
#cd div nth:child(8) { z-index:9; }
#cd div nth:child(9) { z-index:8; }
#cd div nth:child(10) { z-index:7; }
#cd div nth:child(11) { z-index:6; }
#cd div nth:child(12) { z-index:5; }
#cd div nth:child(13) { z-index:4; }
#cd div nth:child(14) { z-index:3; }
#cd div nth:child(15) { z-index:2; }
#cd div nth:child(16) { z-index:1; }

#cd div a, #cd div a:link, #cd div a:visited {
	border-color:#fff !important;
	color:#fff !important;
	font-weight:700;
	position:relative !important;
	z-index:50 !important;
}
#cd div a:hover { background-color:#fff !important; color:#359f9e !important;}
@media (max-width: 1080px) 
{
	#cd div div { width:160px;}
	#cd div { transform:translate(-50%,-50%); }
}
@media (max-width: 800px) 
{
	#cd div div{				
		width:120px;
		font-size:14px;
		line-height:14px;				
	}
	#cd div div span{
		font-size:72px;
		line-height:72px;
	}

}
@media (max-width: 600px) 
{
		#cd div div span{
		font-size:60px;
		line-height:60px;
	}
	#cd div h4 { white-space:normal; margin-bottom:14px; }
}

.sTXTB{
	display:block;
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
	background:#fff;
	box-sizing:border-box;
	text-align:center;
}
.sTXTB section{
	display:inline-block;
	width:90%;
	max-width:1100px;
	height:auto;
	position:relative;
	z-index:1;
	background:#fff;
	box-sizing:border-box;
	text-align:center;
}
.sTXTB section strong{
	display:inline-block;
	width:100%;
	max-width:none;
	height:auto;
	position:relative;
	background:none;
	box-sizing:border-box;
	text-align:center;
	font-family:'Montserrat',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:24px;
	line-height:32px;
}









.cspHBLOCK
{
	display:block;
	 width:100%;
	 height:auto;
	 position:relative;
	 box-sizing:border-box;
	 background:#fff;
	 z-index:1;
	 padding:0;
	 margin:0;
	 text-align:center;
}
.cspHBLOCKa
{
	display:inline-block;
	 width:90%;
	 max-width:1200px;
	 height:auto;
	 position:relative;
	 box-sizing:border-box;
	 padding-top:48px;
	 padding-bottom:48px;
	 text-align:center;
}
.cspHBLOCKa h3
{
	display:inline-block;
	width:100%;
	height:auto;
	margin-bottom:24px;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 36px;
	position:relative;
	text-align:center;
	color:#007184;
}
.cspHBLOCKa h4
{
	display:inline-block;
	width:100%;
	height:auto;
	margin-bottom:24px;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 28px;
	position:relative;
	text-align:center;
	color:#007184;
}
.cspHBLOCKa b
{
	display:inline-block;
	width:100%;
	height:auto;
	margin-bottom:24px;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	position:relative;
	text-align:center;
	color:#359f9e;
}
.cspHBLOCKa p b, .cspHBLOCKa p strong { margin-bottom:0 !important; }
.cspHBLOCKa p
{
	display:inline-block;
	width:100%;
	height:auto;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	position:relative;
	text-align:center;
	color:#2a3c41;
}
.cspHBLOCKa p b
{
	font-family:inherit;
	font-weight: 900;
	font-size:inherit;
	line-height:inherit;
	color:inherit;
}
.cspHBLOCKa p strong
{
	font-family:inherit;
	font-weight: 700;
	font-size:18px;
	line-height:inherit;
	color:inherit;
}


.cspHBLOCKb
{
	display:inline-block;
	 width:90%;
	 height:auto;
	 position:relative;
	 box-sizing:border-box;
	 padding-top:48px;
	 padding-bottom:48px;
}
.cspHBLOCKb h3
{
	display:inline-block;
	width:100%;
	height:auto;
	margin-bottom:24px;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 36px;
	position:relative;
	text-align:center;
	color:#2a3c41;
}
.cspHBLOCKb ul
{
	display:inline-table;
	width:100%;
	height:auto;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	position:relative;
	text-align:left;
	color:#2a3c41;
	list-style:none;
}
.cspHBLOCKb ul li
{
	display:table-cell;
	width:33.3%;
	height:auto;
	vertical-align:middle;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	position:relative;
	text-align:center;
	color:#2a3c41;
}
.cspHBLOCKb ul li img
{
	vertical-align:middle;
	width:140px;
	height:140px;
	margin-right:12px;
	margin-bottom:18px;		
}
.cspHBLOCKb ul li span
{
	display:inline-block;
	width:auto;
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
	color:inherit;
	position:relative;
}


.cspHBLOCKc
{
	display:inline-block;
	 width:90%;
	 height:auto;
	 position:relative;
	 box-sizing:border-box;
	 padding-top:48px;
	 padding-bottom:48px;
	 text-align:center;
}
.cspHBLOCKc ul
{
	display:inline-table;
	width:100%;
	max-width:800px;
	height:auto;
	position:relative;
	text-align:left;
	list-style:none;
	margin-bottom:18px;
}
.cspHBLOCKc ul li
{
	display:table-cell;
	width:33.3%;
	height:auto;
	vertical-align:middle;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	position:relative;
	text-align:left;
	color:#2a3c41;
}
.cspHBLOCKc ul li.l { width:188px; padding-right:48px; text-align:center;}
.cspHBLOCKc ul li.r { width:auto;}
.cspHBLOCKc ul li img
{
	vertical-align:middle;
	height:auto;	
}
.cspHBLOCKc ul li img.ls{ width:60%; }
.cspHBLOCKc ul li img.lm{ width:80%; }
.cspHBLOCKc ul li img.ll{ width:100%; }
.cspHBLOCKc ul li b
{
	display:block;
	font-family:inherit;
	font-size:18px;
	line-height:inherit;
	font-weight:800;
	margin-bottom:9px;
	color:inherit;
	position:relative;
}
.cspHBLOCKc ul li b.ls { color:#4eb59d; }
.cspHBLOCKc ul li b.lm { color:#009d9f; }
.cspHBLOCKc ul li b.ll { color:#007184; }







.cspHBLOCKi
{
	display:inline-block;
	width:100%;
	height:auto;
	/*max-width:1200px;*/
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
	margin-bottom:90px;			
}
.cspHBLOCKi div
{
	display:inline-block;
	width:100%;
	height:0;
	padding:0;
	padding-bottom:100%;
	position:relative;
	overflow:hidden;
	margin-bottom:-50%;
}
.cspHBLOCKi div div
{
	display:inline-block;
	width:100%;
	height:100%;
	padding:0;
	padding-bottom:0;
	border-radius:50%;
	overflow:hidden;
	position:absolute;			
	top:-50%;
}
.cspHBLOCKi div div img
{
	position:relative;
	width:100%;
	height:auto;
	min-width:100%;
	margin-top:48%;
}



.cspHBLOCKpills
{
	display:inline-block;
	width:90%;
	height:auto;
	position:relative;
	box-sizing:border-box;
	text-align:center;
	margin-bottom:60px;
}
.cspHBLOCKpills ul
{
	display:inline-block;
	width:180px;
	vertical-align:bottom;
	height:auto;
	padding:0;
	margin:6px;
	padding-bottom:0;
	list-style:none;
}
.cspHBLOCKpills ul li
{
	position:relative;
	width:100%;
	height:auto;
	border-radius:90px;
	box-sizing:border-box;
	font-size:16px;
	line-height:24px;
	color:#fff;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 500;
	text-align:center;
	padding-left:24px;
	padding-right:24px;			
	padding-bottom:90px;
	list-style:none;
	overflow:hidden;
}
.cspHBLOCKpills ul li.imgLG
{
	height:340px;			
}
.cspHBLOCKpills ul li.imgM
{
	height:280px;			
}
.cspHBLOCKpills ul li img
{
	position:absolute;
	top:50%;
	left:50%;
	width:auto;
	height:100%;
	min-width:100%;
	min-height:100%;
	transform:translate(-50%,-50%);
}
.cspHBLOCKpills ul li b
{
	display:block;
	width:100%;
	text-align:center;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 800;
	font-size:32px;
	line-height:32px;
	padding-bottom:8px;
}
.cspHBLOCKpills ul li.bo:after{ content:''; display:block; position:absolute; z-index:5; width:100%; height:100%; border-radius:90px; top:0; left:0;  border:solid; border-color:#283c42; border-width:14px;  }
.cspHBLOCKpills ul li.b{ background-color:#0081a4; padding-top:90px; }
.cspHBLOCKpills ul li.lg{ background-color:#4eb59d; padding-top:180px; }
.cspHBLOCKpills ul li.mmg{ background-color:#84bb82; padding-top:90px; }
.cspHBLOCKpills ul li.dg{ background-color:#007184; padding-top:180px; }


.cspHBLOCKslider
{
	display:block;
	width:100%;
	height:auto;
	min-height:600px;
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden;
	white-space:nowrap;
	background-color: #007184;
}
.cspHBLOCKslider div
{
	display:inline-table;
	width:100%;
	height:100%;
	min-height:0;
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden;
	white-space:normal;
	background-color:#007184;
	z-index:1;
	transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.cspHBLOCKslider div div
{
	display:table-cell;
	width:100%;
	height:100%;
	position:relative;
	padding:60px;
	padding-top:120px;
	padding-bottom:120px;
	vertical-align:middle;
	text-align:center;			
}
.cspHBLOCKslider div div img
{
	display:inline-block;
	width:120px;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	margin-bottom:48px;
}
.cspHBLOCKslider div div p
{
	position:relative;
	width:100%;
	height:auto;
	box-sizing:border-box;
	font-size:24px;
	line-height:36px;
	color:#fff;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 800;
	text-align:center;
	padding-left:120px;
	padding-right:120px;	
}
.cspHBLOCKslider div div em
{
	display:inline-block;
	position:relative;
	width:100%;
	height:auto;
	box-sizing:border-box;
	font-size:16px;
	line-height:16px;
	color:#fff;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 500;
	text-align:center;
	font-style:normal;
	margin-top:48px;	
}
.cspHBLOCKslider button
{
	position:absolute;
	top:50%;
	font-family:'i';
	font-weight:normal;
	font-size:48px;
	line-height:48px;
	color:#fff;
	z-index:10;
	cursor:pointer;			
}
.cspHBLOCKslider button:hover {color:#4eb59d;}
.cspHBLOCKslider button.cspHBLOCKp
{
	left:60px;
	transform:translate(-50%,-50%);
}
.cspHBLOCKslider button.cspHBLOCKn
{
	right:60px;
	transform:translate(-50%,-50%);
}


.cspHBLOCKfest
{
	display:table;
	position:relative;
	width:100%;
	height:70vh;
	min-height:600px;
	box-sizing:border-box;
}
.cspHBLOCKfest div
{
	display:table-cell;
	height:auto;			
}
.cspHBLOCKfest div.l{ width:40vw; vertical-align:top; position:relative; overflow:hidden; }
.cspHBLOCKfest div.r{ width:auto; vertical-align:middle; text-align:left; padding-right:90px; padding-left:60px; padding-top:60px; padding-bottom:60px; }
.cspHBLOCKfest div.l img { width:100%; height:auto; position:absolute; top:0; left:0; }
.cspHBLOCKfest div.r h4 {
	display: inline-block;
	width:100%;
	box-sizing:border-box;
	text-align:left;
	height: auto;
	margin-bottom: 24px;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 900;
	font-size: 32px;
	line-height: 36px;
	position: relative;
	color: #007184;
	max-width:740px;

}
.cspHBLOCKfest div.r strong {
	display: inline-block;
	width:100%;
	box-sizing:border-box;
	text-align:left;
	height: auto;
	margin-bottom: 24px;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	position: relative;
	color: #007184;
	max-width:740px;
}
.cspHBLOCKfest div.r b {
	display: inline-block;
	width:100%;
	box-sizing:border-box;
	text-align:left;
	height: auto;
	margin-bottom: 24px;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 900;
	font-size: 24px;
	line-height: 32px;
	position: relative;
	color: #2a3c41;
	max-width:740px;
}
.cspHBLOCKfest div.r p {
	display: inline-block;
	width:100%;
	box-sizing:border-box;
	text-align:left;
	height: auto;
	margin-bottom: 24px;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	position: relative;
	color: #2a3c41;
	max-width:740px;
}
.cspHBLOCKfest div.r time {
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
}
.cspHBLOCKfest div.r button
{
	transition: all 0.125s ease-in-out;
	-moz-transition: all 0.125s ease-in-out;
	-webkit-transition: all 0.125s ease-in-out;
	display: inline-block;
	width: auto;
	height: auto;
	box-sizing: border-box;
	white-space: nowrap;
	padding: 32px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 0;
	margin-top: 24px;
	background: none;
	background-color: transparent;
	color: #2a3c41;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 24px;
	position: relative;
	border: solid;
	border-color: #2a3c41;
	border-width: 4px;
	cursor:pointer;
}
.cspHBLOCKfest div.r button:hover
{
	color:#fff;	
	border-color: #009d9f;
	background-color: #009d9f;	
}
.cspHBLOCKfest div.r button.f{ margin-right:60px; }



.pillbtn
{
	transition: all 0.125s ease-in-out;
	-moz-transition: all 0.125s ease-in-out;
	-webkit-transition: all 0.125s ease-in-out;
	display: inline-block;
	width: auto;
	height: auto;
	box-sizing: border-box;
	white-space: nowrap;
	padding: 32px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 0;
	background: none;
	background-color: transparent;
	color: #2a3c41;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 24px;
	position: relative;
	border: solid;
	border-color: #2a3c41;
	border-width: 4px;
	cursor:pointer;
}
.pillbtn:hover
{
	color:#fff;	
	border-color: #009d9f;
	background-color: #009d9f;	
}
.pillbtnMT24{ margin-top:24px;}

footer
{
	display:block;
	width:100%;
	height:15vh;
	min-height:200px;
	background-color:#283c42;
	text-align:center;
	box-sizing:border-box;
	position:relative;		
}
footer section
{
	display:inline-table;
	width:90%;
	height:100%;
	box-sizing:border-box;
	position:relative;
}
footer section div
{
	display:table-cell;
	width:50%;
	height:100%;
	vertical-align:middle;
	position:relative;
}
footer section div.l
{
	text-align:left;
}
footer section div.r
{
	text-align:right;
}
footer section div.l img
{
	width:180px;
	height:auto;
	display:inline-block;			
}
footer section div nav
{
	display:inline-table;
	width:100%;
	box-sizing:border-box;
	height:auto;
	position:relative;
}
footer section div nav span
{
	display:table-cell;
	width:25%;
	height:100%;
	vertical-align:top;
	position:relative;
}
footer section div nav span a
{
	font-size:14px; line-height:14px; color:#fff; text-decoration:none;
	display:block;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	padding-top:7px;
	padding-bottom:7px;			
}
footer section div nav span a:hover {color: #84bb82;}
footer section div nav span a.social { font-family:'i'; font-weight:normal; display:inline-block !important; margin-left:24px; font-size:24px;  }
@media (max-width: 1400px)
{
	footer section div.l{ width:280px; }
	footer section div.r{ width:auto; }
}




.cspHBLOCKcir
{
	display:inline-block;
	 width:100%;
	 height:auto;
	 position:relative;
	 box-sizing:border-box;
	 padding-top:48px;
	 padding-bottom:96px;
	 text-align:center;
}
.cspHBLOCKcir section
{
	display:inline-block;
	 width:70%;
	 height:auto;
	 position:relative;
	 box-sizing:border-box;
	 padding:0;
	 padding-top:11.1%;
	 text-align:center;
}
.cspHBLOCKcir section:before
{
	display:inline-block;
	width:80%;
	height:auto;
	position:absolute;
	left:16.65%;
	top:0;
	box-sizing:border-box;
	width:33.3%;
	height:0;
	padding-bottom:33.3%;
	border-radius:50%;
	outline:solid;
	outline-width:28px;
	outline-offset:-14px;
	z-index:0;
	mix-blend-mode: multiply;
	outline-color:#2a3c41;
	content:'';
	background-image:url(images/bg-home-cir.png);
	background-position:top center;
	background-size:101%;
	background-repeat:no-repeat;
}


.cspHBLOCKcir section span
{
	display:inline-block;
	width:100%;
	height:auto;
	position:absolute;
	bottom:0;
	box-sizing:border-box;
	width:33.3%;
	height:0%;
	padding-bottom:33.3%;
	border-radius:50%;
	outline:none;
	background:#fff;
	content:'';
	outline:solid;
	outline-width:28px;
	outline-offset:-14px;
	outline-color:#ffffff;
	overflow:hidden;
}
.cspHBLOCKcir section span.ls { z-index:1; left:0;}
.cspHBLOCKcir section span.cs { z-index:2; left:50%; transform:translate(-50%,0%);}
.cspHBLOCKcir section div
{
	display:inline-block;
	width:80%;
	height:auto;
	position:relative;
	box-sizing:border-box;
	width:33.3%;
	height:0;
	padding-bottom:33.3%;
	/*border-radius:50%;
	outline:solid;
	outline-width:28px;
	outline-offset:-14px;
	mix-blend-mode: multiply;*/
	z-index:4;
	mix-blend-mode: multiply;
	
}

.cspHBLOCKcir section div:after
{
	display:inline-block;
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	box-sizing:border-box;
	width:100%;
	height:100%;
	border-radius:50%;
	outline:solid;
	outline-width:28px;
	outline-offset:-14px;
	z-index:2;	
	content:'';
}

.cspHBLOCKcir section div.l:after 	{ float:left; z-index:3; outline-color:#0081a4;}
.cspHBLOCKcir section div.r:after	{ float:right; z-index:5; outline-color:#58b79e;}
.cspHBLOCKcir section div:after		{ outline-color:#289e9d;}


.cspHBLOCKcir section span.ls:before
{
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	left:50%;
	top:-50%;
	box-sizing:border-box;
	padding-bottom:0%;
	
	border-bottom-left-radius:50%;
	border-bottom-right-radius:50%;
	outline:none;
	background:none;
	content:'';
	outline:solid;
	outline-width:28px;
	outline-offset:-14px;
	outline-color:#0081a4;
	clip-path: polygon(-50% 54%, 150% 50%, 100% 150%, 0% 150%);
}
.cspHBLOCKcir section span.cs:before
{
	
	
	
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	right:50%;
	top:-50%;
	box-sizing:border-box;
	padding-bottom:0%;
	
	border-bottom-left-radius:50%;
	border-bottom-right-radius:50%;
	outline:none;
	background:none;
	content:'';
	outline:solid;
	outline-width:28px;
	outline-offset:-14px;
	outline-color:#0081a4;
	clip-path: polygon(53% 54%, 110% 53%, 104% 100%, 53% 110%);
}






.cspHBLOCKcir section div div:after {display:none;}



.cspHBLOCKcir section div div
{
	float:none;
	display:block;
	position:absolute;
	top:50%;
	left:10%;
	transform:translate(0%,-14px); /* Height of titles */
	width:80%;
	height:auto;
	padding:0 !important;
	outline:none !important;
}
.cspHBLOCKcir section div div b {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 6px;
    font-family: 'Montserrat', Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    position: relative;
    text-align: center;

}
.cspHBLOCKcir section div.l div b {color: #0081a4;}
.cspHBLOCKcir section div.r div b {color: #4eb59d}
.cspHBLOCKcir section div div b {color: #289e9d;}

.cspHBLOCKcir section div div p {
    display: block;
    width: 100%;
    height: auto;
    font-family: 'Montserrat', Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    position: relative;
    text-align: center;
	color: #2a3c41;
}


@media (max-width: 1800px)
{
.cspHBLOCKcir section div div p, .cspHBLOCKcir section div div b {font-size: 24px; line-height: 28px;}	
}
@media (max-width: 1620px)
{
.cspHBLOCKcir section div div p, .cspHBLOCKcir section div div b {font-size: 18px; line-height: 24px;}	
}
@media (max-width: 1400px)
{
.cspHBLOCKcir section{ width:90%; padding-top:16.1%;}
}
@media (max-width: 1200px)
{
	.cspHBLOCKcir section{ width:90%; padding-top:0%;}
	.cspHBLOCKcir section:before, .cspHBLOCKcir section span.cs:before, .cspHBLOCKcir section span.ls:before {display:none; }
	.cspHBLOCKcir section div { width:50.1%; padding-bottom:50.1%;}
	.cspHBLOCKcir section div div p, .cspHBLOCKcir section div div b {font-size: 32px; line-height: 42px;}	
	.cspHBLOCKcir section div div
	{
		transform:translate(0%,-50%); /* Height of titles */
	}
}

.cspHBLOCKsignUPbg
{
	background:#289d9e;
	padding-top:60px;
	padding-bottom:60px;
}
.cspHBLOCKsignUPtitle {
	display: inline-block;
	width: 90%;
	max-width: 800px;
	height: auto;
	margin-bottom: 24px;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	position: relative;
	text-align: center;
	color: #fff;
	white-space: normal;
}
.cspHBLOCKsignUPsubtitle {
	display: inline-block;
	width: 90%;
	max-width: 800px;
	height: auto;
	margin-bottom: 45px;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	text-align: center;
	color: #fff;
	white-space: normal;
}
#cspHBLOCKsignUP
{
	color:#fff;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;		
	display:inline-table;
	box-sizing:border-box;
	width:90%;
	margin-top:30px;
	margin-bottom:30px;
	position:relative;
}
#cspHBLOCKsignUP div
{
	display:table-cell;
	width:25%;
	vertical-align:bottom;
	position:relative;		
	text-align:center;
}
#cspHBLOCKsignUP div:last-child{ text-align:right; }

@media (max-width: 800px)
{
	#cspHBLOCKsignUP div
	{
		display:inline-block;
		width:50%;
		margin-bottom:30px;
	}
}

#cspHBLOCKsignUP div label, #cspHBLOCKsignUP div input
{
	font-family:inherit;
	color:inherit;
	display:inline-block;
	padding:0;
	margin:0;
	text-decoration:none;
	width:90%;		
	text-align:left;
	font-size:14px;
	line-height:14px;
	font-weight:400;
	border:none;
	outline:none;
}
#cspHBLOCKsignUP div input
{
	color:#fff;
	padding-bottom:4px;
	margin-top:14px;
	border-bottom:solid;
	border-bottom-color:#fff;
	border-bottom-width:1px;
}
#cspHBLOCKsignUP div input::placeholder {
  color:inherit;
  opacity: 0.5; /* Firefox */
}
#cspHBLOCKsignUP .pillbtn
{
	border-color:#fff;
	color:#fff;
	margin-right:5%;
}
#cspHBLOCKsignUP .pillbtn:hover
{
	border-color:#fff;
	color:#289d9e;
	background-color:#fff;
	
}
.cspHBLOCKsignUPreq {
	display: inline-block;
	width: 88%;
	height: auto;
	margin-bottom: 24px;
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	position: relative;
	text-align: left;
	color: #fff;
	white-space: normal;
	margin-top:30px;
	letter-spacing:1px;
	opacity:0.5;
}






			
#logoSS{
	box-sizing:border-box;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	display:block;
	background:#eee;
	border:none;
	position:relative;
	font-size:0;
	line-height:0;
	text-align:center;
	overflow:hidden;
	-moz-overflow:hidden;
	white-space:nowrap;
	padding-top:90px;
	padding-bottom:90px;
}
#logoSS div{
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background:none;
	position:relative;
	overflow:hidden;
	-moz-overflow:hidden;
	font-size:0;
	line-height:0;
	text-align:center;
	white-space:normal !important;	
	transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
	opacity:1;
}
	
#logoSS a, #logoSS a:link, #logoSS a:visited{ 
	box-sizing:border-box;
	width:15%;
	height:0;
	padding:0;
	/*3:2 RATIO*/
	padding-bottom:7%;
	margin:0;
	display:inline-block;
	background:none;
	border:none;
	position:relative;
	vertical-align:top;
	mix-blend-mode: multiply;
}
#logoSS a:after{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	mix-blend-mode: color;
	
	content:'';
	background-color:#000000;	
}
#logoSS a img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:auto;
	height:auto;
	max-width:80%;
	max-height:100px;
	z-index:1;
	padding:0;
	margin:0;
	display:block;
	
}
#logoSS a:hover img{ opacity:0.5;}
@media (max-width: 700px) {
	#logoSS a, #logoSS a:link, #logoSS a:visited{ 
	width:50%;
	/*3:2 RATIO*/
	padding-bottom:33.3%;
	
	}
	
}
.logoSStitle {
    display: inline-block;
    width: 90%;
	max-width:1100px;
    height: auto;
    margin-bottom: 24px;
    font-family: 'Montserrat', Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    position: relative;
    text-align: center;
    color: #2a3c41;
	white-space:normal;
}
.logoSSsubtitle {
    display: inline-block;
    width: 90%;
	max-width:1100px;
    height: auto;
    margin-bottom: 45px;
    font-family: 'Montserrat', Verdana, Geneva, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    text-align: center;
    color: #2a3c41;
	white-space:normal;
}






.cspHBLOCKsliderNEWSbg
{
	background:url(images/bg-home-news.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:60px;
	margin-bottom:0;
	padding-top:90px;
	padding-bottom:90px;
}
#cspHBLOCKsliderNEWS {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
	padding-left:60px;
	padding-right:60px;
	box-sizing:border-box;
    margin: 0;
	margin-left:0;
	margin-top:30px;
	margin-bottom:30px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
	text-align:left;
	white-space:nowrap;
	
}
#cspHBLOCKsliderNEWS a, #cspHBLOCKsliderNEWS a:link, #cspHBLOCKsliderNEWS a:visited {
    display: inline-table;
    width: 33.3%;
    height: 100%;
	box-sizing:border-box;
	vertical-align:middle;
    margin: 0;
    position: relative;
    overflow: hidden;
    white-space:normal;
	text-align:center;
	text-decoration:none;
	color: #2a3c41;
	transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
	
}
#cspHBLOCKsliderNEWS a:hover { color:#fff; }
#cspHBLOCKsliderNEWS a div
{
	display:table-cell;
	vertical-align:middle;
	background:none;
}
#cspHBLOCKsliderNEWS div b{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3;
   -webkit-box-orient: vertical;
    width: 100%;
	padding-left:60px;
	padding-right:60px;
	box-sizing:border-box;
    height: auto;
    margin-bottom: 24px;
    font-family: 'Montserrat', Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    position: relative;
    text-align: center;
    color:inherit;
	text-transform:uppercase;
	
}
#cspHBLOCKsliderNEWS div time{
    display: inline-block;
    width: 100%;
	padding-left:60px;
	padding-right:60px;
	box-sizing:border-box;
    height: auto;
    margin-bottom:0;
    font-family: 'Montserrat', Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    text-align: center;
    color:inherit;
}
#cspHBLOCKsliderCF div strong{
    display: inline-block;
    width: 100%;
    height: auto;
    font-family: 'Montserrat', Verdana, Geneva, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    text-align: center;
    color: #2a3c41;
}

#cspHBLOCKsliderNEWS button
{
	position:absolute;
	top:50%;
	font-family:'i';
	font-weight:normal;
	font-size:48px;
	line-height:48px;
	color:#2a3c41;
	z-index:10;
	cursor:pointer;
	padding:60px;			
}
#cspHBLOCKsliderNEWS button:hover {color:#fff;}
#cspHBLOCKsliderNEWS button.cspHBLOCKp{ left:60px; transform:translate(-50%,-50%); opacity:0.5;}
#cspHBLOCKsliderNEWS button.cspHBLOCKn{ right:60px; transform:translate(50%,-50%);}
.cspHBLOCKsliderNEWStitle {
    display: inline-block;
    width: 90%;
	max-width:1100px;
    height: auto;
    margin-bottom: 24px;
    font-family: 'Montserrat', Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    position: relative;
    text-align: center;
    color: #2a3c41;
}
@media (max-width: 1400px)
{
	#cspHBLOCKsliderNEWS div b{
	   -webkit-line-clamp: 4; /* number of lines to show */
			   line-clamp: 4;		
		font-size: 18px;
		line-height: 24px;
		font-weight: 900;
		
	}
	#cspHBLOCKsliderNEWS div time{
		font-size: 14px;
		line-height: 14px;
	}
}
@media (max-width: 1400px)
{
	#cspHBLOCKsliderNEWS div b{
		padding-left:30px;
		padding-right:30px;
		
	}
	#cspHBLOCKsliderNEWS div time{
		padding-left:30px;
		padding-right:30px;
	}
}
@media (max-width: 1180px)
{
	#cspHBLOCKsliderNEWS div b{
	   -webkit-line-clamp: 7; /* number of lines to show */
			   line-clamp: 7;		
		font-size: 16px;
		line-height: 22px;
		
	}
	#cspHBLOCKsliderNEWS div time{
		font-size: 14px;
		line-height: 14px;
	}
	#cspHBLOCKsliderNEWS a, #cspHBLOCKsliderNEWS a:link, #cspHBLOCKsliderNEWS a:visited {
		width: 50%;
		
	}
	#cspHBLOCKsliderNEWS button.cspHBLOCKp{ left:30px;}
	#cspHBLOCKsliderNEWS button.cspHBLOCKn{ right:30px;}
}
@media (max-width: 800px)
{
	#cspHBLOCKsliderNEWS div b{
	   -webkit-line-clamp: 4; /* number of lines to show */
			   line-clamp: 4;		
		font-size: 16px;
		line-height: 22px;
		
		
	}
	#cspHBLOCKsliderNEWS div b{
		padding-left:60px;
		padding-right:60px;
		
	}
	#cspHBLOCKsliderNEWS div time{
		padding-left:60px;
		padding-right:60px;
	}
	#cspHBLOCKsliderNEWS a, #cspHBLOCKsliderNEWS a:link, #cspHBLOCKsliderNEWS a:visited {
		width: 100%;
		
	}
}












.cspHBLOCKf {
    display: block;
    width: 100%;
    height: auto;
    min-height: 600px;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
	text-align:center;
	margin-top:60px;
}
.cspHBLOCKf h3 {
    display: inline-block;
    width: 90%;
	max-width:1100px;
    height: auto;
    margin-bottom: 24px;
    font-family: 'Montserrat', Verdana, Geneva, sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    position: relative;
    text-align: center;
    color: #f17b45;
}
.cspHBLOCKf p {
    display: inline-block;
    width: 90%;
	max-width:1100px;
    height: auto;
    margin-bottom: 24px;
    font-family: 'Montserrat', Verdana, Geneva, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    position: relative;
    text-align: center;
    color: #2a3c41;
}
#cspHBLOCKsliderCF {
    display: inline-block;
	box-sizing:border-box;
    width: 90%;
    height: auto;
    padding: 0;
	margin: 0;
	margin-left:5%;
	margin-right:5%;
	
    
    position: relative;
    overflow:visible;
    white-space: nowrap;
	text-align:left;
	white-space:nowrap;
}
#cspHBLOCKsliderCF div{
    display:inline-block;
	box-sizing:border-box;
    width: 33.3%;
    height: auto;
    min-height:0px;
    padding: 0;
    padding: 2%;
    position: relative;
    overflow: hidden;
    white-space:normal;
	text-align:center;
	vertical-align:top;
		transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

#cspHBLOCKsliderCF div span{
    display:inline-block;
    width: 100%;
    height:0;
	border:solid;
	border-radius:50%;
	border-color:#f17b45;
	box-sizing:border-box;
	
	border-width:16px;
    min-height:0px;
    padding: 0;
	padding-bottom:92%;
    margin: 0;
    position: relative;
    overflow: hidden;
    white-space:normal;
	text-align:center;
	margin-bottom:24px;
}

#cspHBLOCKsliderCF div span img{
	width:80%;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
} 
#cspHBLOCKsliderCF div b{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    font-family: 'Montserrat', Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    text-align: center;
    color: #2a3c41;
}
#cspHBLOCKsliderCF div strong{
    display: inline-block;
    width: 100%;
    height: auto;
    font-family: 'Montserrat', Verdana, Geneva, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    text-align: center;
    color: #2a3c41;
}

.cspHBLOCKf button
{
	position:absolute;
	top:50%;
	font-family:'i';
	font-weight:normal;
	font-size:48px;
	line-height:48px;
	color:#2a3c41;
	z-index:10;
	padding:60px;
	cursor:pointer;			
}
.cspHBLOCKf button:hover {color:#4eb59d;}
.cspHBLOCKf button.cspHBLOCKp{ left:-2.5%; transform:translate(-50%,-50%);}
.cspHBLOCKf button.cspHBLOCKn{ right:-2.5%; transform:translate(50%,-50%);}

@media (max-width: 1080px)
{
	
	#cspHBLOCKsliderCF div span{
		
		border-width:12px;
		padding-bottom:90%;
	}
	#cspHBLOCKsliderCF div b
	{
		font-size: 18px;
    	line-height: 18px;
	}
	#cspHBLOCKsliderCF div strong
	{
		font-size: 14px;
    	line-height: 14px;
	}
}
@media (max-width: 1080px)
{

	#cspHBLOCKsliderCF div span{
		
		border-width:10px;
		padding-bottom:90%;
	}
	#cspHBLOCKsliderCF div b
	{
		font-size: 16px;
    	line-height: 18px;
	}
	#cspHBLOCKsliderCF div strong
	{
		font-size: 12px;
    	line-height: 18px;
		font-weight:600;
	}
	#cspHBLOCKsliderCF {
		padding-left: 0px;
		padding-right:0px;
		min-height:0;
	}
	.cspHBLOCKf button
	{
		top:60%;		
	}
	.cspHBLOCKf button.cspHBLOCKp{ left:0px; transform:translate(-50%,-50%);}
	.cspHBLOCKf button.cspHBLOCKn{ right:0px; transform:translate(50%,-50%);}
}
@media (max-width: 650px)
{
	#cspHBLOCKsliderCF div{
		width: 50%;
	}
	#cspHBLOCKsliderCF div span{
		
		border-width:8px;
		padding-bottom:89%;
	}
	#cspHBLOCKsliderCF div b
	{
		font-size: 16px;
    	line-height: 18px;
	}
	#cspHBLOCKsliderCF div strong
	{
		font-size: 12px;
    	line-height: 18px;
		font-weight:600;
	}
	#cspHBLOCKsliderCF {
		padding-left: 0px;
		padding-right:0px;
		min-height:0;
	}
	.cspHBLOCKf button
	{
		top:75%;		
	}
	
}

@media (max-width: 1200px)
{
	
	#cd									{ min-height:400px; }
	#cd div h4							{ white-space:normal}
	#cd div em							{ white-space:normal;}
}

@media (max-width: 1030px)
{

	.cspHBLOCKb ul						{ text-align:center; }
	.cspHBLOCKb ul li					{ display:inline-block; vertical-align:top; width:50%; font-size:18px; line-height:24px; text-align:center;}
	.cspHBLOCKb ul li span				{ text-align:center;}
	#HSS section						{ padding-top:120px;}
	
}





@media (max-width: 650px)
{
	.cspHBLOCKa h3,.cspHBLOCKb h3,.cspHBLOCKf h3	{ font-size:24px; line-height:28px;}
	.cspHBLOCKa h4									{ font-size:18px; line-height:24px;}
	.cspHBLOCKa p,.cspHBLOCKf p			{ font-size:16px; line-height:24px;}
	.cspHBLOCKb ul						{ text-align:center; }
	.cspHBLOCKb ul li					{ display:inline-block; vertical-align:top; width:50%; font-size:18px; line-height:24px; text-align:center;}
	.cspHBLOCKb ul li span				{ text-align:center;}
	.cspHBLOCKcir section div			{ width:90%; padding-bottom:90%; }
	.cspHBLOCKcir section div div 		{ transform: translate(0%, -50%); }
    .cspHBLOCKcir section div div b 	{ font-size:24px; line-height:32px; }
	.cspHBLOCKcir section div div p 	{ font-size:18px; line-height:24px; }
	.cspHBLOCKpills						{ width:100%; }
	.cspHBLOCKslider div div p			{ padding:0; font-size:16px; line-height:24px; }
	.cspHBLOCKslider button.cspHBLOCKp 	{ left: 30px;}
	.cspHBLOCKslider button.cspHBLOCKn 	{ right: 30px;}
	#cd div h4 							{ font-size:24px; line-height:32px; font-weight:700; }	
	#cd div div span					{ font-size:36px; line-height:36px;}
	#cd div div 						{ width: 90px;}
	#cspHBLOCKsliderCF div strong		{ width:80%; font-size:12px; }
	#cspHBLOCKsliderCF div 				{ width: 100%;}
	#cspHBLOCKsliderCF div span 		{ padding-bottom: 92%;}
	.cspHBLOCKfest div.l				{ display:none;}
	#cspHBLOCKsliderNEWS div b,.cspHBLOCKfest div.r			{ padding-left:30px; padding-right:30px;}
	#HSS section						{ padding-top:120px;}
	
}









