@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
}
br { line-height:inherit; font-size:inherit;}
@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;}
html {scroll-behavior: smooth;}
body {min-height: 100vh;}

/**********************************************************************************************************************
Pagination
**********************************************************************************************************************/
.pager { 
	text-align:center; 
	background-color:transparent; 
	display:inline-block;
	width:100%;
	max-width:1200px; 
	padding:0px !important;
	padding-top:30px !important;
	padding-bottom:60px !important; 
	text-decoration:none;
	line-height:normal;
	background-image:url(images/shadow960.png);
	background-repeat:no-repeat;
	background-position:50% 0%;
	background-size:100% 12px;
	overflow:visible;
	position:relative;
	padding-left:52px !important;
	padding-right:52px !important;
	margin-top:60px !important;}
.pager a:link, .pager a:visited{
	display:inline-block !important;
	width:38px !important;
	height:auto !important;
	background-color:#43b6e4 !important;
	font-family: 'Outfit', Calibri, Arial, sans-serif ;
	font-size:16px;
	line-height:16px;
	padding:0px !important;
	padding-bottom:10px !important;
	padding-top:10px !important;
	margin:0px !important;
	margin-left:4px !important;
	margin-right:4px !important;
	color:rgba(0,0,0,0.6);
	text-shadow:-1px -1px 1px rgba(255,255,255,0.25);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border:none;	
	cursor:pointer;
	-webkit-transition:all 0.125s ease;-moz-transition:all 0.125s ease;	
	text-align:center;	
	text-decoration:none;
}
.pager a.next:link, .pager a.next:visited{ position:absolute; right:0px; top:0px; margin-top:30px !important; border-radius:50% ;}
.pager a.prev:link, .pager a.prev:visited{ position:absolute; left:0px; top:0px; margin-top:30px !important;  border-radius:50% ;}
.pager a:hover {background-color:rgba(65,182,230,1);color:#ffffff;text-shadow:-1px -1px 1px rgba(0,0,0,0.25);}
.pager a.page-num-curr {display:inline-block;width:38px;height:auto;background-color:rgba(65,182,230,1);font-family: 'Outfit', Calibri, Arial, sans-serif;font-size:24px;line-height:24px;padding:0px;padding-bottom:10px;padding-top:10px;margin:0px;margin-left:5px;margin-right:5px;	color:#ffffff;text-shadow:-1px -1px 1px rgba(0,0,0,0.25);-webkit-box-shadow: 10px -7px 15px rgba(0,0,0,0.05), 0px 1px 2px rgba(0,0,0,0.1);-moz-box-shadow: 10px -7px 15px rgba(0,0,0,0.05), 0px 1px 2px rgba(0,0,0,0.1);box-shadow:  10px -7px 15px rgba(0,0,0,0.05), 0px 1px 2px rgba(0,0,0,0.1);border-radius: 3px;-moz-border-radius: 3px;-webkit-border--radius: 3px;border:none;	cursor:pointer;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;	text-align:center;	text-decoration:none}
.pager a.page-num-curr:hover {color:#ffffff;text-shadow:-1px -1px 1px rgba(0,0,0,0.25);background-color:#aaa;text-decoration:none;}
/**********************************************************************************************************************
END | Pagination
**********************************************************************************************************************/		
		
		



/******************************************************************************************************************************
HEADER
******************************************************************************************************************************/
.marginTOP-RD{ margin-top:120px;}
.ISregionHeader{ background:#fff !important; height:48px; }
.ISregionHeader ul li a{ display:inline; padding-top:10px !important; padding-bottom:10px !important;}
.ISregionHeader ul li div ul li a{ padding-top:20px !important; padding-bottom:20px !important;}

.headerScroll {/*background:rgba(255,255,255,0.6); backdrop-filter: blur(20px);*/ box-shadow:0px 2px 5px rgba(0,0,0,0.35);}

header
{
	transition: background 0.25s ease-in-out; -moz-transition: background 0.25s ease-in-out;-webkit-transition: background 0.25s ease-in-out;
	display:block;
  	position:fixed;
  	top: 0px;
	left:0;
	/*background:rgba(30,30,30,0);*/
	background:rgba(255,255,255,1);
	width:100%;
	height:auto;
	text-align:left;
	border:none;
	z-index:10;
	color:#fff;
}

 
header:hover{ background:#fff; }
header:hover nav ul li b{color:#43b6e4;}
header:hover nav ul li a, header:hover nav ul li a:link, header:hover nav ul li a:visited, header:hover nav div a{ color:#141f48; }
header:hover nav div button span, header:hover nav div button:before, header:hover nav div button:after { background:rgba(0,102,255,1);}

header nav ul li b{color:#43b6e4 !important;}
header nav ul li a, header:hover nav ul li a:link, header:hover nav ul li a:visited, header:hover nav div a{ color:#141f48; }
header nav div button span, header:hover nav div button:before, header:hover nav div button:after { background:#43b6e4 !important; }











header nav
{
	display:inline-block;
	position:relative;
	background-color:transparent;
	width:100vw;
	height:auto;
	white-space:nowrap;
}



header nav ul li b{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:18px; 
	line-height:18px;
	padding-left:60px;
	padding-right:60px;
	color:#43b6e4;
}
header nav ul li.logo a, header nav ul li.logo a:link, header nav ul li.logo a:visited
{
	display:inline-block;
	position:relative;
	background-color:transparent;
	width:auto;
	height:auto;
	list-style:none;
	white-space:nowrap;
	vertical-align:middle;
	background-color:rgba(0,156,198,0);
	z-index:1;
	padding-top:0px !important;
	padding-bottom:0px !important;
	padding-left:60px !important;
}
header nav ul li.logo a:after, header nav ul li.logo a:before { display:none !important; }
.ISregion{max-height:28px !important;}
header nav ul li.logo a img{
	transition: max-height 0.5s ease-in-out; -moz-transition: max-height 0.5s ease-in-out;-webkit-transition: max-height 0.5s ease-in-out;  
	width:auto; height:auto; max-height:80px; 
	opacity:1;}
header nav ul li.logo a img.orgLOGO
{
	transition: max-height 0.5s ease-in-out; -moz-transition: max-height 0.5s ease-in-out;-webkit-transition: max-height 0.5s ease-in-out;  
	width:auto; height:auto; 
	max-height:120px; opacity:1;
}
header nav ul li.logo div
{
	display:none;
	position:absolute;
	z-index:0;
	background-color:transparent;
	width:auto;
	height:auto;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
header nav ul li.logo div img
{
	transition: max-height 0.5s ease-in-out; 
	-moz-transition: max-height 0.5s ease-in-out;
	-webkit-transition: max-height 0.5s ease-in-out;  
	width:auto; 
	height:100%; 
	max-height:none; 
	opacity:1;
}

header nav ul, header nav div
{
	display:inline-table;
	position:relative;
	background-color:transparent;
	width:auto;
	height:100%;
	list-style:none;
	white-space:nowrap;
	vertical-align:middle;
}
header nav div
{
	text-align:left;
	display:inline-block;
	box-shadow:none;
	position:absolute;
	top:50%;
	right:60px;
	transform:translate(0%,-50%);
	height:auto;
	
}
header nav div a
{
	position:relative;
	/*color:#fff;*/
	color:#43b6e4;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:14px; 
	line-height:14px;
	white-space:nowrap;
	text-decoration:none;
	padding:20px;
	
}
header nav div a span
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:inherit;
	font-size:14px; 
	line-height:14px;
	text-decoration:none;
	color:inherit;
}
header nav div a:first-child
{
	margin-right:30px;
}
header nav div a.search:before
{
	content:'\F002';
	font-family:'i';
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	display:inline-block
	padding:0px;
	color:inherit;
}
/*
header nav div a.lang:before
{
	content:'\F0Ac';
	font-family:'i';
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	display:inline-block;
	padding:0px;		
	color:inherit;
	margin-right:10px;
	vertical-align:text-bottom;
}
*/
header nav div a:hover
{
	color:#43b6e4;
	
}




header nav div button
{
	display:none;
	box-sizing:border-box;
	width:40px;
	height:30px;
	padding:0;
	margin:0;
	position:relative;
	vertical-align:middle;
	background:none;
	background-color:transparent;
	border:none;
	outline:none;
	margin-left:30px;
	cursor:pointer;
}
header nav div button:before
{
	transition: all 0.125s ease-in-out; -moz-transition: all 0.125s ease-in-out;-webkit-transition: all 0.125s ease-in-out;
	content:'';
	position:absolute;
	width:75%;
	height:4px;
	display:block;
	top:10%;
	right:0%;
	background:#43b6e4 !important;
	border-radius:2px;
	
}
header nav div button:after
{
	transition: all 0.325s ease-in-out; -moz-transition: all 0.325s ease-in-out;-webkit-transition: all 0.325s ease-in-out;
	content:'';
	position:absolute;
	width:50%;
	height:4px;
	display:block;
	bottom:10%;
	right:0%;
	background:#43b6e4 !important;
	border-radius:2px;
	
}
header nav div button span
{
	transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;
	position:absolute;
	width:65%;
	height:4px;
	display:block;
	top:50%;
	right:0%;
	transform:translate(0%,-50%);
	background:rgba(255,255,255,1);
	border-radius:2px;
	
}
header nav div button:hover span, header nav div button:hover:after, header nav div button:hover:before{ width:100%;}
header nav ul li
{
	display:table-cell;
	position:relative;
	background-color:transparent;
	width:auto;
	height:auto;
	list-style:none;
	vertical-align:middle;
	white-space:nowrap;
}
header nav ul li.hasSUBS
{
	padding-right:10px;
}
header nav ul li.hasSUBS a:after
{
	position:relative;
	font-family:'i';
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	color:inherit;
	content:'\F107';
	padding-left:10px;
}

header nav ul li.hasSUBS div
{
	position:absolute !important;
	left:0;
	right:auto;
	transform:translate(0%,0%);
	top:100%;
	display:block !important;
	z-index:1;
	width:auto;
	height:0;
	overflow:hidden;
	background-color:#fff;
	box-shadow:rgba(0,0,0,0.3) 2px 2px 2px;		
}
header nav ul li.hasSUBS:hover div
{
	height:auto;
	
}
header nav ul li.hasSUBS ul:first-child 
{
	margin-right:12px;  

}
header nav ul li.hasSUBS div:before, header nav ul li.hasSUBS div:after {display:none !important;}

header nav ul li.hasSUBS ul li {padding-right:0px;}
header nav ul li.hasSUBS ul li a:before {display:none;}
.ISregionA{
	padding-top:10px !important;
	padding-bottom:10px !important;
	font-size:12px !important; 
	line-height:12px !important;
	font-weight:700 !important;
}
header nav ul li a, header nav ul li a:link, header nav ul li a:visited
{
	display:inline-block;
	position:relative;
	background-color:transparent;
	width:auto;
	height:auto;
	padding:24px;
	padding-top:40px;
	padding-bottom:40px;
	vertical-align:top;
	white-space:nowrap;
	text-decoration:none;	
	color:#141f48;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:500;
	font-size:14px; 
	line-height:14px;
	text-transform:none;
	cursor:pointer;
}
header nav ul li a:hover{ color:#43b6e4;}
header nav ul li div
{
	position:absolute;
	top:100%;
	left:0px;
	z-index:1;
	width:auto;
	height:auto;		
}
header nav ul li ul
{
	position:relative
	z-index:1;
	width:auto;
	height:auto;
	display:inline-block;
	vertical-align:top;
	
}
header nav ul li ul li
{
	display:block;
	background-color:rgba(255,255,255,1);
	text-align:left;
	overflow:hidden;
	-moz-overflow:hidden;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#eee;	
}

.haslogo
{
	padding-top:20px !important;
	padding-bottom:20px !important;
	
}
.haslogo a
{
	padding-left: 140px !important;	
}
.haslogo a img
{
	position:absolute;
	top:50%;
	left:35px;
	transform:translate(0,-50%);
	width:auto;
	height:auto;
	max-width:90px;
	max-height:70px;
	
}
header nav ul li ul li a, header nav ul li ul li a:link, header nav ul li ul li 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;
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-size:0px; 
	line-height:0px;
	opacity:0;
	position:relative;
	display:block;
	width:100%;
	height:auto;
	
}
header nav ul li a:before
{
	transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;
	position:absolute;
	top:0;
	left:0;
	width:0%;
	height:5%;
	content:'';
	background-color:transparent;	
}
header nav ul li a:hover:before
{
	width:100%;
	background-color:#43b6e4;
}
header nav ul li ul li a.social span
{
	font-family:'i';	
}
header nav ul li.hasSUBS ul li.mmPARENTC:before
{
	display:none !important;
	padding-left:20px;

}
header nav ul li.hasSUBS ul li a.mmPARENT
{
	color:#43b6e4;
	position:relative;	
}
header nav ul li.hasSUBS:hover ul li a.mmPARENT
{
	font-size:16px;
	line-height:16px;
	padding:40px;
	padding-top:20px;
	padding-bottom:20px;
	opacity:1;
	text-transform:uppercase;
	color:#fff;	
	background-color:#43b6e4 !important;
}
header nav ul li.hasSUBS:hover ul li a.mmPARENT:hover{ color:#fff !important;}
header nav ul li ul li a.mmPARENT:before
{
	position:absolute;
	top:40%;
	left:20px;
	transform:translate(0,-100%);
	font-size:16px;
	line-height:inherit;
	padding:0;
	margin:0;
	color:inherit;
	content:'\F0D7';
	font-family:'i';
	font-weight:normal;
	display:block;
}
header nav ul li.hasSUBS:hover ul li a.mmPARENT:before
{
	width:auto !important;
	background-color:transparent !important;	
}








header nav ul li.SectionHeader strong {
	display:inline-block;
	position:relative;
	color:#43b6e4 !important;
	width:100%;
	height:auto;
	padding:30px;
	padding-top:40px;
	padding-bottom:10px;
	vertical-align:top;
	white-space:nowrap;
	text-decoration:none;	
	color:#141f48;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:14px; 
	line-height:14px;
	text-transform:none;
}
header nav ul li.SectionHeader:after, header nav ul li.hasSUBS:hover ul li.SectionHeader strong:after { display:none !important;}

header nav ul li ul li.SectionHeader:before
{
	display:none !important;
}
header nav ul li ul li.SectionHeader strong:before
{
	position:absolute;
	bottom:11px;
	left:16px;
	transform:translate(0,0);
	font-size:16px;
	line-height:inherit;
	padding:0;
	margin:0;
	color:inherit;
	content:'\F0DA';
	font-family:'i';
	font-weight:normal;
	display:block !important;
}
header nav ul li.hasSUBS:hover ul li.SectionHeader strong:before
{
	width:auto !important;
	background-color:transparent !important;	
}



header nav ul li.hasSUBS:hover ul li a
{
	font-size:14px;
	line-height:14px;
	padding:40px;
	padding-top:14px;
	padding-bottom:14px;
	opacity:1;	
}
header nav ul li a:hover,header nav ul li a:link:hover, header nav ul li.hasSUBS a:hover, header nav ul li.hasSUBS:hover ul li a:hover { color:#43b6e4 !important;}

header nav ul li.hasSUBS ul li:before
{
	transition: left 0.125s ease-in-out; -moz-transition: left 0.125s ease-in-out;-webkit-transition: left 0.125s ease-in-out;
	display:block;
	width:10px;
	height:100%;
	position:absolute;
	top:0px;
	left:-10px;
	content:'';
	background-color:#43b6e4;
	padding:0;
	margin:0;
	z-index:2;
	padding-top:inherit;
	padding-bottom:inherit;
}




.linkOUT:after
{
	transition: left 0.125s ease-in-out; -moz-transition: left 0.125s ease-in-out;-webkit-transition: left 0.125s ease-in-out;
	position:absolute;
	top:50%;
	right:10px;
	transform:translate(0%,-50%);
	font-family:'i';
	font-size:16px;
	line-height:16px;
	content:'\F08E';
	color:rgba(0,0,0,0.5);
	padding:0;
	margin:0;
	z-index:2;
	
	font-weight:normal;
}
.linkOUTbut
{
	padding-right:40px !important;
}
.linkOUTbut:after
{
	transition: left 0.125s ease-in-out; -moz-transition: left 0.125s ease-in-out;-webkit-transition: left 0.125s ease-in-out;
	position:absolute;
	top:50%;
	transform:translate(0%,-50%);
	right:16px;
	font-family:'i';
	font-size:16px;
	line-height:16px;
	content:'\F08E';
	color:rgba(255,255,255,0.5);
	padding:0;
	margin:0;
	z-index:2;
	font-weight:normal;
	/*
	-ms-transform:translate(0%,-50%) skewX(20deg);
    -webkit-transform:translate(0%,-50%) skewX(20deg);
    transform:translate(0%,-50%) skewX(20deg);
	*/
}


header nav ul li.hasSUBS ul li:hover:before
{
	left:0px;
}
header nav ul li.hasSUBS:hover ul li a.social span
{
	padding-right:10px;
}



header nav ul li ul li a:after, header nav ul li ul li a:link:after, header nav ul li ul li a:visited:after{display:none !important;}



































header nav ul li ul li.hasFORM{ background-color:rgba(255,255,255,0.6) !important;}
header nav ul li:hover form
{
	padding:20px;
	padding-top:30px;
	height:auto;
	width:100%;
	
}
header nav ul li form
{
	transition: all 0.125s ease-in-out; -moz-transition: all 0.125s ease-in-out;-webkit-transition: all 0.125s ease-in-out;
	display:block;
	position:relative;
	width:0;
	height:0;
	padding:0;
	padding-bottom:30px !important;
	margin:0;
	box-sizing:border-box;
	border:none;
	overflow:hidden;
}

header nav ul li form div
{
	padding:0;
	margin:0;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;	
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	bottom:auto;
	transform:none;
	
}
header nav ul li form div.fff
{
	
	background:rgba(255,255,255,0.5);
	margin-right:2px;

}
header nav ul li form div.ffl
{
	
	background:rgba(255,255,255,0);
	
	overflow:hidden;

}
header nav ul li form span
{
	position:relative;
	
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:18px; 
	line-height:18px;
	color:#fff;
	display:block;
	width:auto;
	padding:0;
	margin:0;
	margin-bottom:10px;
}
header nav ul li form b
{
	position:relative;
	
	font-family:'Bebas Neue',Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:48px; 
	line-height:48px;
	color:#444 !important;
	display:block;
	width:auto;	
	padding:0 !important;
	margin:0 !important;
	margin-bottom:10px !important;
	text-transform:uppercase;
}
header nav ul li form a
{
	position:absolute !important;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:24px; 
	line-height:24px;
	color:#fff;
	display:block;
	width:auto;
	padding:0 !important;
	margin:0 !important;
	top:20px !important;
	right:20px !important;
	width:auto !important;
	white-space:nowrap !important;
}
header nav ul li form a span {
    font-family: 'i';
    font-weight: normal;
    font-size: 18px;
	line-height:inherit;
    content: '\F178';
    color: inherit;
    padding-left: 10px;
	position:relative;
	display:inline;
}
header nav ul li form input
{
	padding:12px;
	margin:0;
	display:block;
	box-sizing:border-box;
	background:none;
	border:none;
	outline:none;
	width:auto;
	height:auto;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:16px; 
	line-height:16px;
	color:#141f48;
	min-width:200px;	
}
header nav ul li form button
{
	padding:15px;
	margin:0;
	display:block;
	box-sizing:border-box;
	border:none;
	outline:none;
	width:auto;
	height:auto;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:14px; 
	line-height:14px;
	color:#fff;	
	background:#43b6e4;
	cursor:pointer;
}


header nav ul li form div label
{
	position:absolute;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:12px; 
	line-height:12px;
	color:#fff;
	display:block;
	width:auto;
	padding:0;
	margin:0;
	top:50%;
	left:20px;
	transform:translate(0%,-50%);
	z-index:2;
	transition: all 0.125s ease-in-out; -moz-transition: all 0.125s ease-in-out;-webkit-transition: all 0.125s ease-in-out;
	text-transform:uppercase;
}
header nav ul li form div input:valid + label {
	top:100%;
	transform:translate(0%,20%);
	left:2px;
}
header nav ul li form div a.latlongBUT
{
	position:absolute;
	font-family:'i';
	font-weight:normal;
	font-size:24px !important; 
	line-height:24px !important;
	color:#888;
	display:block;
	width:auto;
	height:auto;
	padding:0 !important;
	margin:0 !important;
	top:50%;
	right:20px;
	transform:translate(0%,-50%);
	z-index:3;
}

@media (max-width: 650px) 
{
	header nav ul li form input
	{
		padding:20px;
		font-size:16px; 
		line-height:16px;
		min-width:260px;
	}
	header nav ul li form button
	{
		padding:22px;
		font-size:16px; 
		line-height:16px;
	}
}
/******************************************************************************************************************************
END | HEADER
******************************************************************************************************************************/





























/******************************************************************************************************************************
MM
******************************************************************************************************************************/
#mm
{
	display:block;
	position:fixed;
	top:0;
	right:-100%;
	width:100%;
	height:100vh;
	box-sizing:border-box;
	z-index:999;
	background: rgba(255,255,255,1);
    backdrop-filter: blur(5px);
	transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;
}
#mm div
{
	
	display:block;
	width:100vw;
	height:100%;
	padding:0;
	margin:0;
	text-align:left;
	box-sizing:border-box;
	list-style:none;
	position:relative;
	overflow:hidden;
		
}
#mm div button
{
	position:absolute;
	top:24px;
	right:24px;
	font-family:'i';
	font-size:36px;
	line-height:36px;
	color:#c00;
	font-weight:normal;
	border:none;
	outline:none;
	background:none;
	background-color:transparent;
	cursor:pointer;
	z-index:99;
}
#mm div button:hover
{
	color:#F00;	
}
#mm div div button{top:48px; right:auto; left:48px;}
#mm div div.sub
{
	transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;
	position:absolute;
	top:0;
	left:100%;
	display:block;
	width:100%;
	height:100%;
	padding:0;
	padding-top:90px;
	padding-bottom:90px;
	margin:0;
	text-align:left;
	box-sizing:border-box;
	list-style:none;
	overflow:scroll;
	background-color:#43b6e4;		
}
#mm div div.sub a, #mm div div.sub a:link, #mm div div.sub a:visited, #mm div div button
{
	color:#fff;
}
#mm div div.sub a:hover
{
	background-color:#fff;
	color:#43b6e4;
}

#mm div div.sub
{
	z-index:11;
}

#mm div div.sub b
{
	color:#141f48;	
}
#mm ul
{
	display:block;
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	text-align:left;
	box-sizing:border-box;
	list-style:none;
	position:relative;	
}

#mm ul li
{
	display:block;
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	text-align:left;
	box-sizing:border-box;
	list-style:none;
	position:relative;	
}
#mm ul li b
{
	display:block;
	width:auto;
	height:auto;
	padding:60px;
	padding-top:48px;
	padding-bottom:20px;
	margin:0;
	text-align:left;
	box-sizing:border-box;
	position:relative;
	white-space:nowrap;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:24px; 
	line-height:24px;
	color:#fff;
	text-decoration:none;
	color:#43b6e4;
}
#mm ul li img
{
	display:block;
	width:auto;
	height:60px;
	margin:0;
	margin-left:60px;
	margin-top:48px;
	margin-bottom:24px;
	box-sizing:border-box;
	position:relative;
}
#mm ul li a, #mm ul li a:link, #mm ul li a:visited
{
	display:block;
	width:auto;
	height:auto;
	padding:60px;
	padding-top:14px;
	padding-bottom:14px;
	margin:0;
	text-align:left;
	box-sizing:border-box;
	position:relative;
	white-space:nowrap;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:18px; 
	line-height:18px;
	color:#43b6e4;
	text-decoration:none;
	cursor:pointer;	
}
#mm ul li a:hover
{
	color:#fff;
	background-color:#43b6e4;	
}
#mm ul li a.hasSUBS:after
{
	font-family:'i';
	font-size:18px;
	line-height:18px;
	position:absolute;
	top:50%;
	right:48px;
	color:inherit;
	content:'\F105';
	transform:translate(0%,-50%);
}



/******************************************************************************************************************************
END | MM
******************************************************************************************************************************/

















/******************************************************************************************************************************
MAIN
******************************************************************************************************************************/

main{position:relative;	width:100%;}

/******************************************************************************************************************************
END | MAIN
******************************************************************************************************************************/








/******************************************************************************************************************************
footer
******************************************************************************************************************************/

footer{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	z-index:0;
	background:#141f48;
	text-align:center;
	border-top:solid;
	border-top-color:#fff;
	border-top-width:2px;
}
footer b{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
	display:table;
	width:auto;
	color:#fff;
	margin-bottom:18px;
}
footer div{
	display:inline-block;
	width:90%;
	max-width:1200px;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #44b6e5;
	text-align:left;
	letter-spacing:1px;
	min-height:0;
	text-transform:uppercase;
	padding:0;
	padding-top:48px;
	padding-bottom:60px;
	margin-bottom:30px;
	border-bottom:solid;
	border-bottom-color:#44b6e5;
	border-bottom-width:1px;
}
footer div div{
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	width:49%;
	padding:0;
	margin:0;
	border:none;
}
footer div div
{
	text-align:left;	
}
footer div div:last-child{ width:300px; float:right;}
footer div div p{
	display:inline-block;
	width:auto;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #44b6e5;
	text-align:left;
	letter-spacing:1px;
	min-height:0;
	text-transform:uppercase;
	padding:0;
	margin-bottom:12px;
}
footer div div a, footer div div a:link, footer div div a:visited
{

    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background-color: #43b6e4;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 14px 16px;
    text-align: left;
    text-decoration: none;
    border-radius: 2px;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
	margin:0;	

}
footer div div a:hover
{
	opacity:1 !important;
	color:#43b6e4;
	background-color:#ffffff;
}
footer div div a span
{
	-ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
	font-size: inherit;
    line-height: inherit;
    display: inline-block;
	white-space:nowrap;
}
footer div a:hover { opacity:0.6;}
footer div a.logo
{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}
footer section{
	display:block;
	vertical-align:top;
	box-sizing:border-box;
	width:100%;
	height:auto;
	min-height:48px;
	padding:0;
	margin:0;
	padding-bottom:60px;
}

footer section section{
	display:inline-block;
	width:auto;
	max-width:1200px;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #44b6e5;
	text-align:left;
	white-space:nowrap;
	letter-spacing:1px;
	min-height:0;
	text-transform:uppercase;
	padding:0;
}
footer section section img
{
	float:left;
	display:inline-block;
	vertical-align:top;
	height:60px;
	width:auto;
	padding:0;
	margin:0;
	margin-right:12px;
	fill: #ffffff;
}
footer section section a, footer section section a:link, footer section section a:visited
{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
	text-decoration:none;
	margin-right:48px;
	text-transform:uppercase;
	letter-spacing:0;
	display:inline-block;
	vertical-align:top;
	margin-bottom:12px;
}
footer section section a.social, footer section section a.social:link, footer section section a.social:visited
{
	font-family: 'i';
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color:inherit;
	text-decoration:none;
	margin-right:24px;
	letter-spacing:0;
	display:inline-block;
	vertical-align:top;
	margin-bottom:12px;
}
footer section section a:hover
{
	opacity:0.5;
}


@media (max-width: 800px) 
{
	footer section section img
	{
		display:none;
	}
}
/******************************************************************************************************************************
END | footer
******************************************************************************************************************************/












/******************************************************************************************************************************
HERO
******************************************************************************************************************************/
.afterhero
{
	margin-top:80vh !important;
	z-index:1;
}
.heroNEWS{height:70vh; min-height:500px !important; position:relative !important;}
.heroNEWS:before{
	background: -moz-linear-gradient(top,  rgba(20,31,72,0) 0%, rgba(20,31,72,0) 40%, rgba(20,31,72,0.85) 100%) !important; 
	background: -webkit-linear-gradient(top,  rgba(20,31,72,0) 0%,rgba(20,31,72,0) 40%,rgba(20,31,72,0.85) 100%) !important; 
	background: linear-gradient(to bottom,  rgba(20,31,72,0) 0%,rgba(20,31,72,0) 40%,rgba(20,31,72,0.85) 100%) !important; 

}
section.hero
{
	width:100%;
	min-height:80vh;
	overflow:hidden;
	position:fixed;
	z-index:0;
	top:0;
	left:0;
	border-bottom:solid;
	border-bottom-color:#fff;
	border-bottom-width:2px;
}
section.hero b
{
	width:auto;
	height:auto;
	position:absolute;
	bottom:0%;
	right:0%;
	transform:translate(0%,12%);
	z-index:99;
	transition: opacity 1.25s ease-in-out; -moz-transition: opacity 1.25s ease-in-out;-webkit-transition: opacity 1.25s ease-in-out;
	background-color:rgba(255,255,255,0);
	padding:20px;
	opacity:1;
	
}
section.hero b b
{
	display:block;
	position:relative;
	top:auto;
	right:auto;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:90px; 
	line-height:30px;
	color:#fff;
	letter-spacing:0px;
	
}
section.hero img
{
	width:auto;
	height:auto;
	min-height:104%;
	min-width:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:0;
	transition: opacity 1.25s ease-in-out; -moz-transition: opacity 1.25s ease-in-out;-webkit-transition: opacity 1.25s ease-in-out;
}
section.hero:after {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	background: -moz-linear-gradient(bottom,  rgba(20,31,72,0) 0%, rgba(20,31,72,0) 33%, rgba(20,31,72,0.85) 100%); 
	background: -webkit-linear-gradient(bottom,  rgba(20,31,72,0) 0%,rgba(20,31,72,0) 33%,rgba(20,31,72,0.85) 100%); 
	background: linear-gradient(to top,  rgba(20,31,72,0) 0%,rgba(20,31,72,0) 33%,rgba(20,31,72,0.85) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00141f48', endColorstr='#a6141f48',GradientType=0 );
	z-index:1;
	mix-blend-mode: multiply;
	opacity:1;
}
section.hero:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	background: -moz-linear-gradient(top,  rgba(20,31,72,0) 0%, rgba(20,31,72,0) 40%, rgba(20,31,72,0.25) 100%); 
	background: -webkit-linear-gradient(top,  rgba(20,31,72,0) 0%,rgba(20,31,72,0) 40%,rgba(20,31,72,0.25) 100%); 
	background: linear-gradient(to bottom,  rgba(20,31,72,0) 0%,rgba(20,31,72,0) 40%,rgba(20,31,72,0.25) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00141f48', endColorstr='#a6141f48',GradientType=0 );
	z-index:2;
	mix-blend-mode: multiply;
	opacity:1;
}
section.hero div
{
	transition: bottom 1.25s ease-in-out; -moz-transition: bottom 1.25s ease-in-out;-webkit-transition: bottom 1.25s ease-in-out;
	display:block;
	text-align:left;
	width:100%;
	height:auto;
	position:absolute;
	bottom:0%;
	padding-left:90px;
	padding-top:60px;
	padding-bottom:60px;
	z-index:2;
	transform:translate(0%,0%);
	margin-top:0px;
	box-sizing:border-box;
	/*backdrop-filter: blur(7px);*/
	box-shadow:rgba(0,0,0,0.5) 0px 2px 4px;
	background-color:#141f48;
	padding-right:200px;
	border-bottom-right-radius:3px;
	border-top-right-radius:3px;
	overflow:hidden;	
}


section.hero img:nth-child(1){ opacity:1; z-index:1;}
section.hero img:nth-child(3){ opacity:0;	z-index:-3;} /* minus just to get it out of the way until */
section.hero img:nth-child(5){ opacity:0;	z-index:-5;}
section.hero img:nth-child(7){ opacity:0;	z-index:-7;}
section.hero img:nth-child(9){ opacity:0;	z-index:-9;}
section.hero img:nth-child(11){ opacity:0;	z-index:-11;}
section.hero img:nth-child(13){ opacity:0;	z-index:-13;}

section.hero div:nth-child(2){	bottom:60px; z-index:2;}
section.hero div:nth-child(4){	bottom:-100vw;  z-index:4;}
section.hero div:nth-child(6){	bottom:-100vw;  z-index:6;}
section.hero div:nth-child(8){	bottom:-100vw; z-index:8;}
section.hero div:nth-child(10){	bottom:-100vw; z-index:10;}
section.hero div:nth-child(12){	bottom:-100vw; z-index:12;}
section.hero div:nth-child(14){	bottom:-100vw; z-index:14;}

section.hero div.progressANI:before
{
	position:absolute;
	top:0;
	left:0px;
	width:100%;
	height:100%;
	content:'';
	transform:translate(0%,0%);
	width:0%;	
	height:2px;
	background:rgba(255,255,255,0);
	animation-name: progressBar;
 	animation-duration: 10s;
  	animation-iteration-count: infinite;
}
@keyframes progressBar {
  from {width:0%; background:rgba(255,255,255,0);}
  to {width:100%; background:rgba(255,255,255,1);}
}
section.hero div h1.herolongtxt
{
	font-size:36px; 
	line-height:40px;
}
section.hero div h1
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:200;
	font-size:48px; 
	line-height:48px;
	padding:0;
	margin:0;
	color:#fff;
	margin-bottom:4px;
	position:relative;
	white-space:normal;	
	display:block;
	width:100%;
	box-sizing:border-box;
}

section.hero div span
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:12px; 
	line-height:12px;
	padding:4px;
	padding-left:4px;
	padding-right:12px;
	margin:0;
	color:#fff;
	position:relative;
	display:block;
	z-index:5;
	background:rgba(255,255,255,0);
	border:none;
	outline:none;
	mix-blend-mode: screen;
	width:auto !important;	
}
section.hero div span span
{
	display:inline-block;
	vertical-align:middle;
	background-color:#43b6e4;
	padding-right:6px;
	padding-left:6px;
	margin-right:10px;
	border-radius:2px;
	color:#fff;
	font-weight:400;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	letter-spacing:1px;
}
section.hero div a, section.hero div a:link, section.hero 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;
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background-color: rgba(255,255,255,0.25);
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 18px 18px;
    text-align: left;
    text-decoration: none;
	position:absolute;
	top:60px;
	right:60px;
	transform:translate(0%, 0%);
	border-radius:2px;
	letter-spacing:1px;
	z-index:99 !important;
}
section.hero div a:after {
    font-family: 'i';
    font-weight: normal;
    font-size: 24px;
	line-height:7px;
    content: '\F105';
    color:inherit;
    padding-left: 20px;
}
section.hero div a:hover
{
	background-color:rgba(255,255,255,0.75);
	color:rgba(11,67,106,1);
}
@media (max-width: 800px) 
{
	section.hero div h1 {display:inline-block; padding-right:0;}
	section.hero div 
	{
		top:auto;
		bottom:0;
		transform:none !important;		
	}
	section.hero div a, section.hero div a:link, section.hero div a:visited
	{
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		transform:none;
		margin-top:20px;
		
	}
}
@media (max-width: 650px) 
{
	section.hero div {padding-top:45px;}
	section.hero div h1 {white-space:normal; font-size:48px; line-height:48px; width:80%; display:inline-block;}
	
}
section.hero div h2
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:14px; 
	line-height:16px;
	padding:0;
	margin:0;
	color:#fff;
	position:relative;
	display:block;	
	letter-spacing:1px;
	text-transform:uppercase;
	
	padding-left:2px !important;
}
section.hero div form
{
	padding:0;
	margin:0;
	display:block;
	box-sizing:border-box;
	white-space:nowrap;
	text-align:center;	
	position:relative;
	
}
section.hero div form div
{
	padding:0;
	margin:0;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;	
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	bottom:auto;
	transform:none;
	overflow:hidden;
}
section.hero div form div:first-child
{
	border-bottom-left-radius:30px;
	border-top-left-radius:30px;
	background:rgba(255,255,255,1);

}
section.hero div form div:last-child
{
	border-bottom-right-radius:30px;
	border-top-right-radius:30px;
	background:rgba(255,255,255,1);

}
section.hero div form input
{
	padding:20px;
	margin:0;
	display:block;
	box-sizing:border-box;
	background:none;
	border:none;
	outline:none;
	width:auto;
	height:auto;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:18px; 
	line-height:18px;
	color:#141f48;
	min-width:300px;	
}
section.hero div form button
{
	padding:22px;
	margin:0;
	display:block;
	box-sizing:border-box;
	border:none;
	outline:none;
	width:auto;
	height:auto;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:18px; 
	line-height:18px;
	color:#fff;	
	background:#43b6e4;
	cursor:pointer;
}
@media (max-width: 650px) 
{
	section.hero div form input
	{
		padding:20px;
		font-size:16px; 
		line-height:16px;
		min-width:260px;
	}
	section.hero div form button
	{
		padding:22px;
		font-size:16px; 
		line-height:16px;
	}
}



section.hero nav
{
	position:absolute;
	z-index:98;
	width:100%;
	bottom:0;
	left:0;
	box-sizing:border-box;
	display:block;
	padding:0;
	margin:0;
	padding-bottom:30px;
	text-align:center;
	mix-blend-mode:screen;
}
section.hero 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;	
}
section.hero nav div a
{
	position:relative;
	display:inline-block;
	width:90px;
	height:12px;
	padding:0;
	margin:0;
	content:'';
	background-color:rgba(255,255,255,0.25);
	top:auto;
	bottom:auto;
	left:auto;
	right:auto;
	border-radius:0;
	transform:none;
	margin-left:10px;
	margin-right:10px;
	border-radius:6px;	
		
}
section.hero nav div a.progressANI, section.hero nav div a.curr
{
	background-color:rgba(255,255,255,0.6);
}
section.hero nav div a:after { display:none; }
section.hero 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%;}
}
/******************************************************************************************************************************
END | HERO
******************************************************************************************************************************/









/******************************************************************************************************************************
HEROEVENTS
******************************************************************************************************************************/
.afterHEROEVENTS
{
	margin-top:80vh !important;
	z-index:1;
}
section.HEROEVENTS
{
	width:100%;
	min-height:80vh;
	overflow:hidden;
	position:fixed;
	z-index:0;
	top:0;
	left:0;
}
section.HEROEVENTS b
{
	width:auto;
	height:auto;
	position:absolute;
	bottom:0%;
	right:0%;
	transform:translate(0%,12%);
	z-index:99;
	transition: opacity 1.25s ease-in-out; -moz-transition: opacity 1.25s ease-in-out;-webkit-transition: opacity 1.25s ease-in-out;
	background-color:rgba(255,255,255,0);
	padding:20px;
	opacity:1;
	
}
section.HEROEVENTS b b
{
	display:block;
	position:relative;
	top:auto;
	right:auto;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:90px; 
	line-height:30px;
	color:#fff;
	letter-spacing:0px;
	
}
section.HEROEVENTS img
{
	width:auto;
	height:auto;
	min-height:104%;
	min-width:100%;
	position:absolute;
	top:10%;
	left:50%;
	transform:translate(-50%,0%);
	z-index:0;
	transition: opacity 1.25s ease-in-out; -moz-transition: opacity 1.25s ease-in-out;-webkit-transition: opacity 1.25s ease-in-out;
}
section.HEROEVENTS:after {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	background: -moz-linear-gradient(bottom,  rgba(20,31,72,0) 0%, rgba(20,31,72,0) 33%, rgba(20,31,72,0.85) 100%); 
	background: -webkit-linear-gradient(bottom,  rgba(20,31,72,0) 0%,rgba(20,31,72,0) 33%,rgba(20,31,72,0.85) 100%); 
	background: linear-gradient(to top,  rgba(20,31,72,0) 0%,rgba(20,31,72,0) 33%,rgba(20,31,72,0.85) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00141f48', endColorstr='#a6141f48',GradientType=0 );
	z-index:1;
	mix-blend-mode: multiply;
	opacity:1;
}
section.HEROEVENTS:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	background: -moz-linear-gradient(top,  rgba(20,31,72,0) 0%, rgba(20,31,72,0) 40%, rgba(20,31,72,0.25) 100%); 
	background: -webkit-linear-gradient(top,  rgba(20,31,72,0) 0%,rgba(20,31,72,0) 40%,rgba(20,31,72,0.25) 100%); 
	background: linear-gradient(to bottom,  rgba(20,31,72,0) 0%,rgba(20,31,72,0) 40%,rgba(20,31,72,0.25) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00141f48', endColorstr='#a6141f48',GradientType=0 );
	z-index:2;
	mix-blend-mode: multiply;
	opacity:1;
}
section.HEROEVENTS div
{
	transition: transform 1.25s ease-in-out; -moz-transition: transform 1.25s ease-in-out;-webkit-transition: transform 1.25s ease-in-out;
	display:block;
	text-align:center;
	width:100%;
	height:auto;
	position:absolute;
	bottom:0%;
	padding-left:30px;
	padding-right:30px;
	padding-top:60px;
	padding-bottom:120px;
	z-index:2;	
	margin-top:90px;
	box-sizing:border-box;
	backdrop-filter: blur(7px);
	box-shadow:rgba(0,0,0,0.5) 0px 2px 4px;
	background-color:rgba(120,120,120,0.3);
	border-bottom-right-radius:3px;
	border-top-right-radius:3px;
	overflow:hidden;	
}


section.HEROEVENTS img:nth-child(1){ opacity:1; z-index:1;}
section.HEROEVENTS img:nth-child(3){ opacity:0;	z-index:-3;} /* minus just to get it out of the way until */
section.HEROEVENTS img:nth-child(5){ opacity:0;	z-index:-5;}
section.HEROEVENTS img:nth-child(7){ opacity:0;	z-index:-7;}
section.HEROEVENTS img:nth-child(9){ opacity:0;	z-index:-9;}
section.HEROEVENTS img:nth-child(11){ opacity:0;	z-index:-11;}
section.HEROEVENTS img:nth-child(13){ opacity:0;	z-index:-13;}

section.HEROEVENTS div:nth-child(2){	transform:translate(0%,0%); z-index:2;}
section.HEROEVENTS div:nth-child(4){	transform:translate(0%,120%);  z-index:4;}
section.HEROEVENTS div:nth-child(6){	transform:translate(0%,120%);  z-index:6;}
section.HEROEVENTS div:nth-child(8){	transform:translate(0%,120%); z-index:8;}
section.HEROEVENTS div:nth-child(10){	transform:translate(0%,120%); z-index:10;}
section.HEROEVENTS div:nth-child(12){	transform:translate(0%,120%); z-index:12;}
section.HEROEVENTS div:nth-child(14){	transform:translate(0%,120%); z-index:14;}

section.HEROEVENTS div.progressANI:before
{
	position:absolute;
	top:0;
	left:0px;
	width:100%;
	height:100%;
	content:'';
	transform:translate(0%,0%);
	width:0%;	
	height:2px;
	background:rgba(255,255,255,0);
	animation-name: progressBar;
 	animation-duration: 10s;
  	animation-iteration-count: infinite;
}
@keyframes progressBar {
  from {width:0%; background:rgba(255,255,255,0);}
  to {width:100%; background:rgba(255,255,255,1);}
}
section.HEROEVENTS div h1
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:200;
	font-size:42px; 
	line-height:42px;
	padding:0;
	margin:0;
	color:#fff;
	margin-bottom:4px;
	position:relative;
	white-space:normal;	
	display:inline-block;
	width:100%;
	max-width:1200px;
	box-sizing:border-box;
}
section.HEROEVENTS div time
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:14px; 
	line-height:14px;
	padding:4px;
	padding-left:4px;
	padding-right:12px;
	margin:0;
	color:#fff;
	position:relative;
	display:block;
	z-index:5;
	letter-spacing:2px;
	border:none;
	outline:none;
	width:auto !important;	
}
section.HEROEVENTS div span
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:12px; 
	line-height:12px;
	padding:4px;
	padding-left:4px;
	padding-right:12px;
	margin:0;
	color:#fff;
	position:relative;
	display:block;
	z-index:5;
	background:rgba(255,255,255,0);
	border:none;
	outline:none;
	mix-blend-mode: screen;
	width:auto !important;	
}
section.HEROEVENTS div span span
{
	display:inline-block;
	vertical-align:middle;
	background-color:#43b6e4;
	padding-right:6px;
	padding-left:6px;
	margin-right:10px;
	border-radius:2px;
	color:#fff;
	font-weight:400;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	letter-spacing:1px;
}
section.HEROEVENTS div a, section.HEROEVENTS div a:link, section.HEROEVENTS 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;
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background-color: rgba(255,255,255,0.25);
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 18px 18px;
    text-align: left;
    text-decoration: none;
	position:relative;
	border-radius:2px;
	letter-spacing:1px;
	z-index:99 !important;
	margin-top:30px;
}
section.HEROEVENTS div a:after {
    font-family: 'i';
    font-weight: normal;
    font-size: 24px;
	line-height:7px;
    content: '\F105';
    color:inherit;
    padding-left: 20px;
}
section.HEROEVENTS div a:hover
{
	background-color:rgba(255,255,255,0.75);
	color:#43b6e4;
}
section.HEROEVENTS div h2
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:14px; 
	line-height:16px;
	padding:0;
	margin:0;
	color:#fff;
	position:relative;
	display:block;	
	letter-spacing:1px;
	text-transform:uppercase;
	
	padding-left:2px !important;
}
section.HEROEVENTS div form
{
	padding:0;
	margin:0;
	display:block;
	box-sizing:border-box;
	white-space:nowrap;
	text-align:center;	
	position:relative;
	
}
section.HEROEVENTS div form div
{
	padding:0;
	margin:0;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;	
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	bottom:auto;
	transform:none;
	overflow:hidden;
}
section.HEROEVENTS div form div:first-child
{
	border-bottom-left-radius:30px;
	border-top-left-radius:30px;
	background:rgba(255,255,255,1);

}
section.HEROEVENTS div form div:last-child
{
	border-bottom-right-radius:30px;
	border-top-right-radius:30px;
	background:rgba(255,255,255,1);

}
section.HEROEVENTS div form input
{
	padding:20px;
	margin:0;
	display:block;
	box-sizing:border-box;
	background:none;
	border:none;
	outline:none;
	width:auto;
	height:auto;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:18px; 
	line-height:18px;
	color:#141f48;
	min-width:300px;	
}
section.HEROEVENTS div form button
{
	padding:22px;
	margin:0;
	display:block;
	box-sizing:border-box;
	border:none;
	outline:none;
	width:auto;
	height:auto;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:18px; 
	line-height:18px;
	color:#fff;	
	background:#43b6e4;
	cursor:pointer;
}
@media (max-width: 650px) 
{
	section.HEROEVENTS div form input
	{
		padding:20px;
		font-size:16px; 
		line-height:16px;
		min-width:260px;
	}
	section.HEROEVENTS div form button
	{
		padding:22px;
		font-size:16px; 
		line-height:16px;
	}
}



section.HEROEVENTS 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;
}
section.HEROEVENTS 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;	
}
section.HEROEVENTS nav div a
{
	position:relative;
	display:inline-block;
	width:120px;
	height:12px;
	padding:0;
	margin:0;
	content:'';
	background-color:rgba(255,255,255,0.25);
	top:auto;
	bottom:auto;
	left:auto;
	right:auto;
	border-radius:0;
	transform:none;
	margin-left:10px;
	margin-right:10px;
	border-radius:6px;	
		
}
section.HEROEVENTS nav div a.progressANI, section.HEROEVENTS nav div a.curr
{
	background-color:rgba(255,255,255,0.6);
}
section.HEROEVENTS nav div a:after { display:none; }
section.HEROEVENTS 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: 1300px) 
{
	section.HEROEVENTS b{ display:none;}
	section.HEROEVENTS nav div a{ width:80px;}
}
@media (max-width: 800px) 
{
	section.HEROEVENTS div h1 {display:inline-block; padding-right:0;}
	section.HEROEVENTS div 
	{
		top:auto;
		bottom:0;		
	}
	section.HEROEVENTS div a, section.HEROEVENTS div a:link, section.HEROEVENTS div a:visited
	{
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		transform:none;
		margin-top:20px;
		
	}
	
	
}
@media (max-width: 650px) 
{
	section.HEROEVENTS div {padding-top:45px;}
	section.HEROEVENTS div h1 {white-space:normal; font-size:36px; line-height:36px; width:90%; display:inline-block;}
	
	section.HEROEVENTS nav div a{ width:40px;}
	
}

/******************************************************************************************************************************
END | HEROEVENTS
******************************************************************************************************************************/




























































































/******************************************************************************************************************************
REGION NAV
******************************************************************************************************************************/

.DIVREGlink {
	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:50%;
	right:60px;
	transform:translate(0%,-50%);
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #43b6e4;
    background-color:#fff;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 15px 20px;
    text-align: left;
    text-decoration: none;
    border-radius: 2px;
	box-shadow:rgba(0,0,0,0.5) 2px 2px 4px;
}
.DIVREGlink:hover
{
	background-color:rgba(255,255,255,0.5);
	color:#141f48;	
}

.DIVNLlinkMOVE { right:220px !important;}

.DIVNLlink {
	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:50%;
	right:60px;
	transform:translate(0%,-50%);
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #43b6e4;
    background-color:#fff;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 15px 20px;
    text-align: left;
    text-decoration: none;
    border-radius: 2px;
	box-shadow:rgba(0,0,0,0.5) 2px 2px 4px;
}
.DIVNLlink:hover
{
	background-color:rgba(255,255,255,0.5);
	color:#141f48;	
}


header nav#regionNav
{
	display: inline-block;
    position: relative;
    background-color:#43b6e4 !important;
    width: 100%;
    height: auto;
    white-space: nowrap;
	z-index:0;
}
header nav#regionNav section
{
	display: inline-table;
    position: relative;
    background-color: transparent;
    width: auto;
    height: 100%;
    list-style: none;
    white-space: nowrap;
    vertical-align: middle;
}


header nav#regionNav section a.curr
{
	opacity:0.5;
}
header nav#regionNav section a.curr:after
{
	position:absolute;
	bottom:-12px;
	left:50%;
	transform:translate(-50%,0%);
	font-size:36px;
	line-height:36px;
	color:inherit;
	font-family:'i';
	font-weight:normal;
	content:'\f0D8';	
}
header nav#regionNav section a, header nav#regionNav section a:link, header nav#regionNav section a:visited, header nav#regionNav section div.drop {
	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;
    position: relative;
    background-color: transparent !important;
    width: auto;
    height: auto;
    list-style: none;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgba(0,156,198,0);
    z-index: 1;
    padding-top: 28px;
    padding-bottom: 27px;
    padding-left: 20px;
	padding-right:20px;
	color: #fff;
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
	text-decoration:none;
	top:auto;
	right:auto;
	transform:none;
	cursor:pointer;
	
}
header nav#regionNav section div.drop { z-index:15; }

header nav#regionNav section div.drop span
{
	
    display: block;
    position: relative;
    background-color: transparent;
    width: auto;
    height: auto;
    list-style: none;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgba(0,156,198,0);
    z-index: 1;
	padding:0;
	color: #fff;
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
	text-decoration:none;
	overflow:hidden;
	text-transform:uppercase;
}
header nav#regionNav section div.drop span:after
{
	osition: relative;
    font-family: 'i';
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    color: inherit;
    content: '\F107';
    padding-left: 10px;
}

header nav#regionNav section div.drop ul
{
	position:absolute;
	top:100%;
	left:0;
	font-size:0;
	line-height:0;	
	color:#141f48;
	font-weight:500;
	z-index:10;
}
header nav#regionNav section div.drop:hover ul
{
	font-size:12px;
	line-height:12px;
	padding-top:2px;
}
header nav#regionNav section div.drop:hover ul li
{
	margin-top:2px;	
	font-weight:inherit;
	    box-shadow: rgba(0,0,0,0.3) 2px 2px 2px;
}
header nav#regionNav section div.drop:hover ul li a, header nav#regionNav section div.drop:hover ul li a:link, header nav#regionNav section div.drop:hover ul li a:visited
{
	padding:12px;
	padding-top:18px;
	padding-bottom:18px;
}
header nav#regionNav section div.drop ul li
{
	background:rgba(255,255,255,1);
	box-sizing:border-box;
	display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	font-size:inherit;
	line-height:inherit;
	position:relative;
	color:inherit;
	border-radius:2px;
}
header nav#regionNav section div.drop ul li a, header nav#regionNav section div.drop ul li a:link, header nav#regionNav section div.drop ul li a:visited
{
	display:block;
	position:relative;
	width:auto;
	white-space:nowrap;
	height:inherit;
	padding:0;
	margin:0;
	font-size:inherit;
	line-height:inherit;
	color:inherit;
	box-sizing:border-box;
	text-transform:uppercase;
	font-weight:inherit;
}
header nav#regionNav section div.drop ul li a:after, header nav#regionNav section div.drop ul li a:before { display:none !important; }
.regionLOGO {
    font-weight: 200 !important;
    font-size: 36px !important;
    line-height: 36px !important;
	padding-left: 60px !important;
	padding-top: 18px !important;
    padding-bottom: 18px !important;
}
.divisionLOGO {
    font-weight: 200 !important;
    font-size: 24px !important;
    line-height: 24px !important;
	padding-left: 60px !important;
	padding-top: 10px !important;
	 padding-bottom: 10px !important;
}
.regionLOGO span {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
	display:inline-block;
	width:auto;
	height:auto;
	padding-right:10px;
	margin-right:10px;
	border-right:solid;
	border-right-color:#fff;
	border-right-width:1px;
}
.divisionLOGO span {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
	display:inline-block;
	width:auto;
	height:auto;
	padding-right:10px;
	margin-right:10px;
	border-right:solid;
	border-right-color:#fff;
	border-right-width:1px;
}
.divisionLOGO img
{
	height:86px !important;
	vertical-align:middle !important;
	width:auto;
	display:inline-block;
	margin-right:10px;
}
.regionLOGO img
{
	width:auto;
	height:32px;
	display:inline-block;
	margin-right:10px;
}
.divisionLOGO:hover { color:#fff !important;}
.regionLOGO:hover { color:#fff !important;}
header nav#regionNav section a:hover { opacity:0.6;}
@media (max-width: 1100px) 
{

	header nav#regionNav section a, header nav#regionNav section a:link, header nav#regionNav section a:visited, header nav#regionNav section div { padding-left: 15px; padding-right:15px; }	
	.regionLOGO {padding-left: 30px !important;}
}
@media (max-width: 930px) 
{

	header nav#regionNav section a, header nav#regionNav section a:link, header nav#regionNav section a:visited, header nav#regionNav section div { padding-left: 10px; padding-right:10px; }	
	.DIVREGlink{ display:none;}

}
@media (max-width: 830px) 
{

	header nav#regionNav section a, header nav#regionNav section a:link, header nav#regionNav section a:visited, header nav#regionNav section div { font-size: 12px; line-height: 12px; }	

}
@media (max-width: 730px) 
{
	header nav#regionNav section a, header nav#regionNav section a:link, header nav#regionNav section a:visited, header nav#regionNav section div { padding-left:30px; padding-top:16px;     padding-bottom: 16px; }
	.regionLOGO { display:block !important; padding-bottom:0px !important; padding-top:40px !important;}
	
	/*header nav#regionNav section { overflow:hidden;}*/
	header nav#regionNav section a.curr
	{
		background-color:transparent !important;
		color:rgba(255,255,255,0.5) !important;
	}
	header nav#regionNav section a.curr:after { display:none; }
	
	
	header nav#regionNav section, header nav#regionNav
	{
		white-space: normal;
	}
}
/******************************************************************************************************************************
END | REGION NAV
******************************************************************************************************************************/
























/******************************************************************************************************************************
HERO REGION
******************************************************************************************************************************/


section.heroRegion section
{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:auto;
	height:40%;
	min-height:200px;
	padding:0;
	margin:0;
	box-sizing:border-box;
	z-index:88;
}
section.heroRegion section img
{
	width:auto;
	height:100%;
	position:relative;	
}
.divisionHERO
{
	/*
	height:90vh !important;
	min-height: 500px !important;
	*/
}
.divisionAB
{
	padding-left:0 !important;
	padding-right:0 !important;
	
}
.divisionABH
{
	padding-top:60px !important;
}











.afterheroRegion
{
	margin-top:0vh !important;
	z-index:1;
}
.heroRegionNOWALLPAPER
{
	min-height:0 !important;
	height:auto !important;
	padding-bottom:0 !important;
}
section.heroRegion
{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:0;
	top:0;
	left:0;
	/*height:70vh;section.heroRegion*/
	height:0;
	padding-bottom:43%;
	min-height:400px;
}
.heroRegionNOWALLPAPER div
{
	margin-top:120px !important;
	position:relative !important;
	top:auto !important;
	left:auto !important;
}
section.heroRegion img
{
	width:100%;
	height:auto;
	min-height:100%;
	min-width:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:0;
	transition: opacity 1.25s ease-in-out; -moz-transition: opacity 1.25s ease-in-out;-webkit-transition: opacity 1.25s ease-in-out;
	 opacity:1; z-index:1;
}

	
section.heroRegion:after {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	background: -moz-linear-gradient(bottom,  rgba(20,31,72,0) 0%, rgba(20,31,72,0) 33%, rgba(20,31,72,0.85) 100%); 
	background: -webkit-linear-gradient(bottom,  rgba(20,31,72,0) 0%,rgba(20,31,72,0) 33%,rgba(20,31,72,0.85) 100%); 
	background: linear-gradient(to top,  rgba(20,31,72,0) 0%,rgba(20,31,72,0) 33%,rgba(20,31,72,0.85) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00141f48', endColorstr='#a6141f48',GradientType=0 );
	z-index:1;
	mix-blend-mode: multiply;
	opacity:1;
}
section.heroRegion div
{
	display:block;
	text-align:center;
	width:100%;
	height:auto;
	position:absolute;
	bottom:0%;
	padding-top:30px;
	padding-bottom:30px;
	z-index:2;
	box-sizing:border-box;
	box-shadow:rgba(0,0,0,0.5) 0px 2px 4px;
	background-color:#141f48;
	border-bottom-right-radius:3px;
	border-top-right-radius:3px;
	overflow:hidden;
	left:0%; z-index:2;	
}

section.heroRegion div h1
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:100;
	font-size:60px; 
	line-height:60px;
	padding:0;
	margin:0;
	color:#fff;
	margin-bottom:4px;
	position:relative;
	white-space:normal;	
	display:block;
	width:100%;
	box-sizing:border-box;
}
section.heroRegion div span
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:12px; 
	line-height:12px;
	padding:4px;
	padding-left:4px;
	padding-right:12px;
	margin:0;
	color:#fff;
	position:relative;
	display:block;
	z-index:5;
	background:rgba(255,255,255,0);
	border:none;
	outline:none;
	mix-blend-mode: screen;
	width:auto !important;	
}


section.heroRegion div h2
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:14px; 
	line-height:16px;
	padding:0;
	margin:0;
	color:#fff;
	position:relative;
	display:block;	
	letter-spacing:1px;
	text-transform:uppercase;
	
	padding-left:2px !important;
}



section.heroRegion nav
{
	position:absolute;
	z-index:0;
	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;
}
section.heroRegion nav div
{
	position:relative !important;
	display:inline-block !important;
	width:auto;
	height:auto;
	padding:0 !important;
	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;
	border-top:solid;
	border-top-color:#fff;
	border-top-width:1px;
	bottom:auto;
	left:auto;
}
section.heroRegion nav div a
{
	position:relative !important;
	display:inline-block;
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	background-color:rgba(255,255,255,0);
	top:auto;
	bottom:auto;
	left:auto;
	right:auto;
	border-radius:0;
	transform:none;
	margin-left:10px;
	margin-right:10px;
	border-radius:6px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:14px; 
	line-height:16px;
	color:rgba(255,255,255,1);
	text-decoration:none;
	padding-top:7px;
	margin-top:7px;	
		
}
section.heroRegion nav div a:after { display:none; }
section.heroRegion nav div a:hover {color:rgba(255,255,255,0.5);}

/******************************************************************************************************************************
END | HERO REGION
******************************************************************************************************************************/




























/******************************************************************************************************************************
HERO SLANT
******************************************************************************************************************************/
.afterheroSlant
{
	margin-top:0vh !important;
	z-index:1;
}
section.heroSlant
{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:0;
	top:0;
	left:0;
	/*height:60vh;
	min-height:400px;
	*/
	height:0;
	padding-bottom:43%;
	border-bottom:solid; border-bottom-color:#fff; border-bottom-width:2px;
	background:#000;
}

section.heroSlant img
{
	width:100%;
	height:auto;
	min-height:100%;
	min-width:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:0;
	transition: opacity 1.25s ease-in-out; -moz-transition: opacity 1.25s ease-in-out;-webkit-transition: opacity 1.25s ease-in-out;
	opacity:1; z-index:1;
}
section.heroSlant:after {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	background: -moz-linear-gradient(bottom,  rgba(20,31,72,0) 0%, rgba(20,31,72,0) 33%, rgba(20,31,72,0.85) 100%); 
	background: -webkit-linear-gradient(bottom,  rgba(20,31,72,0) 0%,rgba(20,31,72,0) 33%,rgba(20,31,72,0.85) 100%); 
	background: linear-gradient(to top,  rgba(20,31,72,0) 0%,rgba(20,31,72,0) 33%,rgba(20,31,72,0.85) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00141f48', endColorstr='#a6141f48',GradientType=0 );
	z-index:1;
	mix-blend-mode: multiply;
	opacity:1;
	text-align:right;
}
section.heroSlant div
{
	display:table;
	text-align:center;
	width:50%;
	height:100%;
	position:absolute;
	bottom:0%;
	right:5%;
	left:auto;
	padding-top:90px;
	padding-bottom:0px;
	z-index:2;
	box-sizing:border-box;
	/*backdrop-filter: blur(7px);*/
	box-shadow:rgba(0,0,0,0.5) 0px 2px 4px;
	background-color:rgba(11,67,106,1);
	overflow:hidden;
	z-index:2;
	text-align:left;
	-ms-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg); 	
}
section.heroSlant div div
{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	padding:0;
	padding-left:60px;
	padding-right:60px;
	width:100%;
	height:100%;
	bottom:auto;
	right:auto;
	box-sizing:border-box;
	background-color:transparent;
	backdrop-filter:none;
	box-shadow:none;
	text-align:left;
	-ms-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg); 
}
section.heroSlant div h1
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:100;
	font-size:72px; 
	line-height:72px;
	padding:0;
	margin:0;
	color:#fff;
	position:relative;
	white-space:normal;	
	display:inline-block;
	width:auto;
	box-sizing:border-box;
	text-align:left;
}
section.heroSlant div span
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:12px; 
	line-height:12px;
	padding:4px;
	padding-left:4px;
	padding-right:12px;
	margin:0;
	color:#43b6e4;
	position:relative;
	display:inline-block;
	z-index:5;
	background:rgba(255,255,255,0);
	border:none;
	outline:none;
	mix-blend-mode: screen;
	width:auto !important;	
}


section.heroSlant div h2
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:14px; 
	line-height:16px;
	padding:0;
	margin:0;
	color:#fff;
	position:relative;
	display:block;	
	letter-spacing:1px;
	text-transform:uppercase;
	
	padding-left:2px !important;
}


@media (max-width: 600px) 
{

	section.heroSlant
	{
		width:100%;
		overflow:hidden;
		position:relative;
		z-index:0;
		top:0;
		left:0;
		height:20vh;
		min-height:0px;
		margin-top:86px;
	}
	
	section.heroSlant img
	{
		width:100%;
		height:auto;
		min-height:100%;
		min-width:100%;
		transform:translate(-50%,-50%);
	}
	section.heroSlant div {
    padding-top: 10px !important;
}
}
/******************************************************************************************************************************
END | HERO SLANT
******************************************************************************************************************************/
































/******************************************************************************************************************************
NEWS
******************************************************************************************************************************/
.newsTH
{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	box-sizing:border-box;
	border:none;
	z-index:0;
	background-color:rgba(255,255,255,1);
	text-align:center;
	padding-top:10vh;
	padding-bottom:10vh	
}
.newsTHpt5VH{ padding-top:5vh !important;}
.newsTH section
{
	display:inline-block;
	position:relative;
	width:90%;
	max-width:1100px;
	height:auto;
	padding:0;
	margin:0;
	box-sizing:border-box;
	border:none;
	z-index:0;
	background-color:transparent;
	text-align:left;
	margin-bottom:60px;
}
.newsTH h5
{
	display:inline-block;
	position:relative;
	width:90%;
	max-width:1100px;
	height:auto;
	padding:0;
	padding-right:1%;
	margin:0;
	margin-bottom:20px;
	box-sizing:border-box;
	border:none;
	z-index:0;
	background-color:transparent;
	text-align:left;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:300;
	font-size:36px; 
	line-height:36px;
	color:#141f48;
}
.newsTH h5 span
{
	display:inline;
	position:relative;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:12px; 
	line-height:12px;
	color:#fff;
	background-color:#43b6e4;
	padding:4px;
	border-radius:2px;
	vertical-align:middle;
	letter-spacing:1px;
	text-transform:uppercase;
}
.newsTH section a, .newsTH section a:link, .newsTH section a:visited
{
	display:inline-block;
	position:relative;
	width:32.3%;
	height:0;
	padding:0;
	padding-bottom:28%;
	margin:0;
	margin:0.5%;
	box-sizing:border-box;
	border:none;
	z-index:0;
	background-color:rgba(0,0,0,1);
	text-align:center;
	overflow:hidden;
	-moz-overflow:hidden;
	text-decoration:none;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 700;
}


.exLINK:after
{
	position:absolute;
	top:20px;
	right:20px;
	z-index:10;
	font-family:'i';
	font-weight:normal;
	color:rgba(255,255,255,1);
	content:'\F08E';
	font-size:24px;
	line-height:24px;
}

.newsTH section a aside
{	
	width: auto;
    display: block;
    margin-top: 0;
    padding: 14px;
    font-size: 12px;
    line-height: 12px;
    background-color: rgba(255,255,255,0.5);
    vertical-align: bottom;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translate(0%,0%);
    font-weight: 400;
    color: rgba(255,255,255,1);
    letter-spacing: 0px;
    z-index: 21;
	border-bottom-left-radius:5px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	
}
.newsTH section a aside.c { background-color:rgba(67,182,228,0.9);}
.newsTH section a aside.t { background-color:rgba(0,204,0,0.7);}
.newsTH section a aside.p { background-color:rgba(204,0,0,0.7);}

.newsTH section a div
{
	width: auto;
    display: block;
    margin-top: 0;
    padding: 7px;
    font-size: 10px;
    line-height: 10px;
    background-color:rgba(255,255,255,0.5);
    vertical-align: bottom;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transform: translate(0%,0%);
    font-weight: 700;
    color: rgba(255,255,255,0.85);
	letter-spacing:1px;
	z-index:20;
	border-radius:5px;
}


.newsTH section a img
{
	transition: all 0.125s ease-in-out; -moz-transition: all 0.125s ease-in-out;-webkit-transition: all 0.125s ease-in-out;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:0;
	padding:0;
	margin:0;
	width:110%;
	height:110%;
	object-fit:cover;
	min-width:110%;
	min-height:110%;
	opacity:0.75;
	z-index:0;
	filter: blur(7px);
}
.newsTH section a:hover img 
{
	opacity:0.75;
	width:100%;
	height:100%;
	min-width:100%;
	min-height:100%;
	filter: blur(0px);
}

.newsTH section a span
{		
	z-index:1;
	display:block;
	position:absolute;
	padding:0;
	margin:0;
	bottom:0;
	left:0;
	box-sizing:border-box;
	text-align:left;
	width:100%;
	height:100%;
	overflow:hidden;		
}
.newsTH section a span span
{		
	display:block;
	position:relative;
	padding:0;
	margin:0;
	box-sizing:border-box;
	width:100%;
	height:100%;		
}
.newsTH section a span span b time
{		
	font-size: 12px;
	line-height: 18px;
	display:block;
	position:relative;
	color:#fff;
	padding:0px;
	padding-top:10px;
	letter-spacing:3px;		
}
.newsTH section a span span b
{		
	font-size: 18px;
	line-height: 24px;
	display:block;
	position:absolute;
	top:50%;
	left:0%;
	transform:translate(0%,-50%);
	color:#fff;
	padding:20px;
	padding-bottom:10px;
	padding-top:0px;
	letter-spacing:0px;
	text-align:left;
	text-transform:uppercase;		
}
.newsTH section a em
{		
	font-size: 12px;
	line-height: 12px;
	display:block;
	position:absolute;
	top:40px;
	left:0px;
	color:#fff;
	padding:20px;
	padding-bottom:10px;
	padding-top:0px;
	letter-spacing:0px;
	text-align:left;
	text-transform:uppercase;		
}

@media (max-width: 960px) 
{	
	
	.newsTH section a, .newsTH section a:link, .newsTH section a:visited
	{
		width:49%;
		padding-bottom:48%;
		margin-bottom:48px;
	}
}
@media (max-width: 500px) 
{	
	

	.newsTH section a, .newsTH section a:link, .newsTH section a:visited
	{
		width:100%;
		padding-bottom:98%;
	}
}


.newsTH button {
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background-color: #43b6e4;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 20px 25px;
    text-align: left;
    text-decoration: none;
    border-radius: 2px;
	outline:none;
	border:none;
}
.newsTH button:after {
    font-family: 'i';
    font-weight: normal;
    font-size: 24px;
    content: '\F105';
    color: inherit;
    padding-left: 20px;
}
.newsTH button:hover
{
	background-color: #FFF;
    color: #43b6e4;
    box-shadow: rgb(0 0 0 / 25%) 2px 2px 4px;
}

/******************************************************************************************************************************
END | NEWS
******************************************************************************************************************************/






























.threeUP
{
	display:block;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:0;
	padding-bottom:60px;
	margin:0;
	text-align:center;
	border:none;
	background-image: -o-linear-gradient(left,#f3f4f4 0%,#f3f4f4 91.66666%,#fff 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#f3f4f4),color-stop(91.66666%,#f3f4f4),color-stop(100%,#fff));
    background-image: linear-gradient(to right,#f3f4f4 0%,#f3f4f4 91.66666%,#fff 100%);
	position:relative;
	box-shadow:inset 0px -10px 10px rgba(0,0,0,0.25);
}
.threeUP section
{
	display:inline-block;
	width:98%;
	max-width:1200px;
	height:auto;
	box-sizing:border-box;
	padding:0;
	padding-top:60px;
	padding-bottom:60px;
	margin:0;
	text-align:center;
	border:none;
	background-color:transparent;
	position:relative;
}
.threeUP section div
{
	display:inline-block;
	vertical-align:top;
	width:30%;
	max-width:none;
	height:30vh;
	min-height:600px;
	box-sizing:border-box;
	padding:0;
	padding-bottom:60px;
	margin:0;
	margin-right:1%;
	margin-left:1%;
	margin-top:3vh;
	text-align:center;
	border:none;
	background-color:transparent;
	border-radius:2px;
	font-family: "Outfit",Arial, sans-serif; font-weight:400;
	position:relative;
}
.threeUP section div b
{
	display:block;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	margin:0;
	text-align:center;
	border:none;
	background-color:rgba(60,60,60,1);
	color:#fff;
	font-size:18px;
	line-height:20px;
	position:relative;		
}
.threeUP section div div
{
	display:block;
	width:100%;
	height:0;
	padding:0;
	margin:0;
	overflow:hidden;
	padding-bottom:100%;
	min-height:0;
	box-shadow:2px 2px 4px rgba(0,0,0,0.35);
	position:relative;
	border-radius:2px;
}
.threeUP section div div img
{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:auto;
	height:inherit;
	min-height:100%;
	min-width:100%;
	object-fit: contain;
	z-index:1;
	
}
.threeUP section div div h3
{
	position:absolute;
	bottom:0%;
	left:0%;
	width:100%;
	box-sizing:border-box;
	height:auto;
	margin:0;
	padding:30px;
	background:rgba(102,102,102,0.8);
	backdrop-filter: blur(5px);
	color:#fff;
	z-index:2;
	font-family: "Outfit",Arial, sans-serif; 
	font-weight:400;
	font-size:16px;
	line-height:16px;
	text-align:left;
	
}
.threeUP section div p
{
	display:block;
	width:100%;
	height:auto;
	padding:10px;
	padding-top:30px;
	margin:0;
	min-height:0;
	position:relative;
	font-family: "Outfit",Arial, sans-serif; 
	font-weight:400;
	font-size:16px;
	line-height:28px;
	color:#888;
	text-align:left;
}
.threeUP section div ul
{
	display:inline-block;
	width:90%;
	height:25vh;
	min-height:400px;
	box-sizing:border-box;
	padding:0;
	padding-top:20px;
	padding-left:28px;
	margin:0;
	text-align:center;
	border:none;
	background-color:transparent;
	color:#444;
	font-size:14px;
	line-height:18px;
	text-align:left;
	position:relative;
	overflow:hidden;	
	-moz-overflow:hidden;	
}
.threeUP section div ul li
{
	margin-top:14px;
	margin-bottom:14px;
	position:relative;
	
}
.threeUP section div em
{
	display:block;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	margin:0;
	text-align:center;
	border:none;
	background-color:transparent;
	color:#009bc6;
	font-size:28px;
	line-height:28px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	font-style:normal;		
}


.threeUP section strong {
	position: relative;
	text-align: center;
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0;
	margin-top: 0;
	padding-top: 30px;	
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-size: 48px;
	line-height: 24px;
	font-weight: 700;
	color: #888;
	text-shadow: 5px 5px 3px rgb(0 0 0 / 5%);
}
.threeUP section span {
	display:inline-block;
	position: relative;
	font-size: 12px;
	line-height: 12px;
	color: #888;
	width:auto;
	text-align: center;
	margin-top: 0px;
	letter-spacing: 8px;
	text-shadow: none !important;
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #888;
	padding-bottom: 20px;
}

@media (max-width: 840px) 
{
	.threeUP section div
	{
		width:48%;
		height:30vh;
		min-height:600px;			
		padding-bottom:60px;
		margin-right:1%;
		margin-left:1%;
		margin-top:3vh;
		
	}
	.threeUP section div ul
	{
		height:25vh;
		min-height:400px;			
		padding-top:20px;
		padding-left:28px;			
	}
}
@media (max-width: 640px) 
{
	.threeUP section strong
	{
		font-size:48px;
		line-height:48px;
		
	}
	.threeUP section div
	{
		width:98%;
		height:30vh;
		min-height:600px;			
		padding-bottom:60px;
		margin-right:1%;
		margin-left:1%;
		margin-top:3vh;
		
	}
	.threeUP section div ul
	{
		height:25vh;
		min-height:400px;			
		padding-top:20px;
		padding-left:28px;			
	}
}





.zxothreeUP { 	
	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(0,0,0,0.65); padding:0; margin:0; width:0%; height:0%; text-align:center;}
.zxothreeUP a{ display:none; padding:0; margin:0; position:absolute; top:40px; right:40px; color:#c00; font-family:'i'; font-weight:normal; font-size:36px; line-height:36px; cursor:pointer;}
.zxothreeUP a:hover{ color:#900; } 
.zxothreeUP 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; 
}
.zxothreeUP section section{
	box-sizing:border-box; 
	overflow:hidden; 
	-moz-overflow:hidden;
	width:60%; 
	height:auto; 
	max-width:1100px; 
	display:none; 
	vertical-align:middle; 
	text-align:center; 
	padding:5%; 
	margin:0; 
	background-color:#fff; 
	border-radius:5px; }
.zxothreeUP section section div{ display:table-cell; vertical-align:top; padding:0; margin:0; text-align:left;}
.zxothreeUP section section div div{padding-left:0 !important; font-family: 'Outfit',Verdana, Geneva, sans-serif; border-radius:50%; display:block; width:100% !important; height:0; padding:0; margin:0; padding-bottom:100%; overflow:hidden;
	-moz-overflow:hidden; position:relative;}
.zxothreeUP section section div div img{ position:absolute; width:100%; height:auto; min-width:100%; min-height:100%; padding:0; margin:0; display:block; top:50%; left: 50%; transform:translate(-50%, -50%); }
.zxothreeUP section section div div img.p{max-width:100%; top: 70%;}
.zxothreeUP section section div div img.l{max-height:100%;}
.zxothreeUP section section div:first-child{ width:30%;}
.zxothreeUP section section div:last-child{ width:60%; padding-left:10%;}
.zxothreeUP section section div b, .zxothreeUP section section div span, .zxothreeUP section section div p, .zxothreeUP section section div em {
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	color: #444;
	position:relative; 
	display:block; 
	padding:0; 
	margin:0; 
	width:100%;
}
.zxothreeUP section section div b{ font-size:36px; line-height:48px;}
.zxothreeUP section section div span{ font-size:16px; line-height:18px; margin-bottom:10px;}
.zxothreeUP section section div em{ font-style:normal; font-size:24px; line-height:24px; margin:0; margin-bottom:10px; padding:0;}
.zxothreeUP section section div p{ font-size:16px; line-height:24px; margin-top:0px; max-height:40vh; overflow:auto;}
.zxothreeUP section section div a{
	display:none;
	position:relative !important; font-size: 36px; top:auto; right:auto; left:auto; bottom: auto;
    line-height: 36px;
    color: rgba(45,190,239,1); vertical-align:top;}
.zxothreeUP section section div a:last-child{ margin-right:20px;}
.zxothreeUP section section div a:hover { color:rgba(45,190,239,0.5);}
.zxothreeUP section section div button.www{
	transition: opacity 1s 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: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    background: #009bc6;
    color: #fff;
    border: solid;
    border-width: 2px;
    border-color: #009bc6;
    font-weight: 400;
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    opacity: 1;
    outline: none;
    cursor: pointer;
	position:relative;
	z-index:2;
}
.zxothreeUP section section div button:hover{ background: #fff; color:#009bc6;}


@media (max-width: 1300px) { 
	.zxothreeUP section section{ width:70%; height:70%;  }

}
@media (max-width: 1100px) {
	.zxothreeUP section section{ width:80%; height:70%; padding-left:0; padding-right:0;  }
	
}
@media (max-width: 700px) {
	.zxothreeUP section section div{ display:table;}
	.zxothreeUP section section div:first-child{ width:90%; padding-left:5%;}
	.zxothreeUP section section div:last-child{ width:90%; padding-left:5%;}
	.zxothreeUP section section div#zxothreeUPimgDIV{ display:none !important;}
}



.btn-pill, a.btn-pill:link, a.btn-pill:visited {
    display: inline-table;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: solid;
    border-color: #fff;
    color: #43b6e4;
    border-width: 2px;
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    background: none;
    background-color:#fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 40px;
	position:relative;
	overflow:hidden;
	-moz-overflow:hidden;
	z-index:1;
	box-shadow:rgba(0,0,0,0) 2px 2px 4px;
	cursor:pointer;
	transition: all 0.125s ease-in-out; -moz-transition: all 0.125s ease-in-out;-webkit-transition: all 0.125s ease-in-out;
}
.btn-pill:after
{
	transition: all 0.125s ease-in-out; -moz-transition: all 0.125s ease-in-out;-webkit-transition: all 0.125s ease-in-out;
	display:block;
	position:absolute;
	top:100%;
	left:0;
	width:120%;
	height:120%;
	border-radius:0;
	content:'';
	background-color:#888;
	z-index:-1;
}
.btn-pill:hover:after { top:0% !important; border-color: #888;}
.btn-pill:hover { border-color: #888 !important; background-color:#888; color:#fff !important;  box-shadow:rgba(0,0,0,0.3) 3px 3px 5px !important;}





































.sidebysideWRAP
{
	display:block;
	width:100%;
	height:auto;
	background-color:#FFF;
	padding:0;
	margin:0;
	box-sizing:border-box;
	position:relative;
	text-align:center;
}



.sidebysideWRAP strong {
    position: relative;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    margin-top: 60px;
    padding-top: 30px;
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-size: 48px;
    line-height: 24px;
    font-weight: 700;
    color: #888;
    text-shadow: 5px 5px 3px rgb(0 0 0 / 5%);
}
.sidebysideWRAP span {
    display: inline-block;
    position: relative;
    font-size: 12px;
    line-height: 12px;
    color: #888;
    width: auto;
    text-align: center;
    margin-top: 0px;
    letter-spacing: 8px;
    text-shadow: none !important;
    border-bottom: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #888;
    padding-bottom: 20px;
}
.sidebysideTABS { display:inline-table; width:90%; max-width:970px; height:auto; padding:0; margin:0; margin-top:90px !important; margin-bottom:90px !important; position:relative;}
.sidebysideTABS:first-child {margin-top:90px;} 
.sidebysideTABS:nth-child(odd) { text-align:left;}
.sidebysideTABS:nth-child(odd) div h3,.sidebysideTABS:nth-child(odd) div h4, .sidebysideTABS:nth-child(odd) div p, .sidebysideTABS:nth-child(odd) div a, .sidebysideTABS:nth-child(odd) div div.accordian { margin-left:5% !important;}
.accordianBUFFER { margin-top:30px !important;}
.sidebysideTABS:nth-child(even) { text-align:left;}
.sidebysideTABS:nth-child(even) div h3, .sidebysideTABS:nth-child(even) div p, .sidebysideTABS:nth-child(even) div a, .sidebysideTABS:nth-child(even) div div.accordian { margin-right:5% !important;}
.sidebysideTABS:last-child { margin-bottom:120px;}
.sidebysideTABS div{ display:table-cell; width:50%; height:auto; padding:0; margin:0; position:relative; 

	}
.sidebysideTABS div.i, .sidebysideTABS div.ir{ opacity:0; padding-bottom:40%; overflow:hidden;}

@media (max-width: 1100px) {
	.sidebysideTABS div{ display:table; width:100%; height:auto; padding:0; margin:0; position:relative;}
	.sidebysideTABS div.i, .sidebysideTABS div.ir{ padding-bottom:80%;}
	.sidebysideTABS div.tr { margin-top:80% !important;}
	.sidebysideTABS div.ir{ position:absolute; top:0; left:0; z-index:9;}
	.sidebysideTABS div img {
		width: 100% !important;
		height: auto !important;
	}
	
}
@media (max-width: 600px) {
	.sidebysideTABS div.i, .sidebysideTABS div.ir{ padding-bottom:100%;}
	.sidebysideTABS div.tr { margin-top:100% !important;}
	.sidebysideTABS div img {
		width: auto !important;
		height: 100% !important;
	}
	.sidebysideTABS{margin-top: 0px !important;}
	.sidebysideTABS:first-child {margin-top: 60px !important;}
	
}
.sidebysideTABS div img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); padding:0 !important; width:auto; height:100%; min-height:100%; min-width:100%; border:none; outline:none; z-index:1;}
.sidebysideTABS div img.ex1{ position:absolute; top:0%; left:0%; padding:0 !important; width:auto; height:auto; min-height:100%; min-width:100%; border:none; outline:none; z-index:2;}
.sidebysideTABS div img.ex2{ position:absolute; top:0%; left:0%; padding:0 !important; width:auto; height:auto; min-height:100%; min-width:100%; border:none; outline:none; z-index:2;}
.sidebysideTABS div img.ex3{ position:absolute; top:0%; left:0%; padding:0 !important; width:auto; height:auto; min-height:100%; min-width:100%; border:none; outline:none; z-index:2;}
.sidebysideTABS div h3{
	display:inline-block; text-transform:uppercase; width:95%; height:auto; padding:0; margin:0px; margin-bottom:5px; margin-top:5%; 
	font-family:'Bebas Neue',Verdana, Geneva, sans-serif; font-weight:normal; font-size:52px; line-height:52px; color:rgba(0,0,0,0.5); }
.sidebysideTABS div h3 i{ font-style:normal; /* color:#e40001;*/}

.sidebysideTABS div h4{
	display:inline-block; text-transform:capitalize; width:95%; height:auto; padding:0; margin:0px; margin-bottom:10px; margin-top:0%;
	font-family:'Bebas Neue',Verdana, Geneva, sans-serif;
	font-weight:normal;
    font-size: 36px;
    line-height: 30px !important;
    color: #43b6e4 !important; 
}
.sidebysideTABS div h4.f1{ font-size:72px !important; line-height: 36px !important;}
.sidebysideTABS div h4.f2{ font-size:72px !important; line-height: 36px !important;}
.sidebysideTABS div h4.f3{ font-size:148px !important; line-height: 98px !important;}


.sidebysideTABS div h4.f1f{ font-size:57px !important; line-height: 50px !important;}
.sidebysideTABS div h4.f2f{ font-size:57px !important; line-height: 57px !important;}
.sidebysideTABS div h4.f3f{ font-size:165px !important; line-height: 120px !important;}

.sidebysideTABS div p{display:inline-block; width:90%; height:auto; padding:0; margin:0px; margin-bottom:45px; font-family:'Outfit',Verdana, Geneva, sans-serif; font-weight:400; font-size:18px; line-height:24px; color:rgba(0,0,0,0.5); }
.sidebysideTABS div ul{display:inline-block; width:90%; height:auto; padding:0; margin:0px; margin-bottom:45px; font-family:'Outfit',Verdana, Geneva, sans-serif; font-weight:400; font-size:18px; line-height:24px; color:rgba(0,0,0,0.5); }
.ulHide { font-size: inherit !important; line-height: inherit !important;}

@media (max-width: 840px) {
	/*.sidebysideTABS div h3 { font-size:28px; line-height:26px;}
	.sidebysideTABS div h4 { font-size:16px !important; line-height:16px !important;}*/
	
	.sidebysideTABS div h3 {line-height:42px !important;}
	.sidebysideTABS div h4, .sidebysideTABS div h4.f1, .sidebysideTABS div h4.f2, .sidebysideTABS div h4.f3 {line-height:54px !important;}
	/*.sidebysideTABS div h4.f2 {line-height:52px !important;}
	.sidebysideTABS div h4.f2 {
		letter-spacing:-1px !important;
    	font-size: 52px !important;
    	line-height: 36px !important;
	}*/
	.sidebysideTABS div h4.f3 {line-height:120px !important;}
}
@media (max-width: 350px) {
	/*.sidebysideTABS div h3 { font-size:28px; line-height:26px;}
	.sidebysideTABS div h4 { font-size:16px !important; line-height:16px !important;}*/
	
	.sidebysideTABS div h3 {line-height:42px !important; font-size:44px;}
	.sidebysideTABS div h4, .sidebysideTABS div h4.f1, .sidebysideTABS div h4.f2, .sidebysideTABS div h4.f3 {line-height:54px !important;}
	/*.sidebysideTABS div h4.f2 {line-height:52px !important;}
	.sidebysideTABS div h4.f2 {
		letter-spacing:-1px !important;
    	font-size: 52px !important;
    	line-height: 36px !important;
	}*/
	.sidebysideTABS div h4.f2 {font-size:60px !important;}
	.sidebysideTABS div h4.f3 {line-height:120px !important; font-size:126px !important;}
}
.sidebysideTABS:nth-child(odd) div ul{ margin-left:10%;}
.sidebysideTABS:nth-child(even) div ul{ margin-right:5%; text-align:left; width:auto;}

.sidebysideTABS div div.accordian{transition: all 0.25s; -moz-transition: all 0.25s; -webkit-transition: all 0.25s; 
	display:inline-block; text-align:left; overflow:visible;
	width:90%; opacity:0; height:auto; padding:0; margin:0px; margin-bottom:0px; 
	font-family:'Outfit',Verdana, Geneva, sans-serif; font-weight:400; font-size:0px; line-height:0px; color:#000000; }
.sidebysideTABS div div.accordian:before {
 	content: '\f0d7';
    font-family: 'i';
    color: #43b6e4;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: -28px;
    left: 0;
    padding: 0;
    margin: 0;
	opacity:0;
}

.sidebysideTABS div div.accordian b, .osbFONT{ font-weight:400; }

.accordianOpen { margin-bottom:45px !important; opacity:0.7 !important; font-size:18px !important; line-height:24px !important;}
.accordianTOP { margin-bottom:0px !important; opacity:0.7 !important; font-size:18px !important; line-height:24px !important;}
.accordianTOPtr { text-align:left !important; }
.accordianTOPtr ul{ width:90% !important; margin-left:10% !important; }
.accordianTop:before{
    content: '\f0d7';
    font-family: 'i';
    color: #43b6e4;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: -28px;
    left: 0;
    padding: 0;
    margin: 0;
	opacity:1 !important;
}
.ulaccordianTOP { font-size: inherit !important; line-height: inherit !important; margin-bottom:16px !important;}

.sidebysideTABS div h3 span{ font-size:18px; line-height:18px !important; color:#43b6e4 !important; }
.sidebysideTABS div h3 span i{color:#43b6e4 !important;}
.sidebysideTABS div a,
.sidebysideTABS div a:link,
.sidebysideTABS div a:visited{ cursor:pointer; transition: all 0.25s; -moz-transition: all 0.25s; -webkit-transition: all 0.25s; text-decoration:none; 
	display:inline-block; text-transform:uppercase; width:auto; height:auto; padding:14px; 
	background:#43b6e4;
	padding-left:30px; padding-right:30px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; border:none; margin:0px; margin-bottom:0px; 
	font-family:'Bebas Neue',Verdana, Geneva, sans-serif; font-weight:normal; font-size:18px; line-height:18px; letter-spacing:2px; 
	color:#fff; 
}
.sidebysideTABS div a:hover { background-color:#fff; color:#43b6e4; box-shadow:2px 2px 5px rgba(0,0,0,0.35);}
.sidebysideTABSanimate {
	-webkit-animation:sidebysideTABSani ease-out 1;
	-moz-animation:sidebysideTABSani ease-out 1;
	animation:sidebysideTABSani ease-out 1;
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;}
.sidebysideTABSanimateR {
	-webkit-animation:sidebysideTABSaniR ease-out 1;
	-moz-animation:sidebysideTABSaniR ease-out 1;
	animation:sidebysideTABSaniR ease-out 1;
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;}
@-webkit-keyframes sidebysideTABSani { from { opacity:0; left:-100%; } to { opacity:1; left:-0%; } }
@-moz-keyframes sidebysideTABSani { from { opacity:0; left:-100%; } to { opacity:1; left:-0%; } }
@keyframes sidebysideTABSani { from { opacity:0; left:-100%; } to { opacity:1; left:-0%; } }
@-webkit-keyframes sidebysideTABSaniR { from { opacity:0; right:-100%; } to { opacity:1; right:-0%; } }
@-moz-keyframes sidebysideTABSaniR { from { opacity:0; right:-100%; } to { opacity:1; right:-0%; } }
@keyframes sidebysideTABSaniR { from { opacity:0; right:-100%; } to { opacity:1; right:-0%; } }
@media (max-width: 1500px) {.sidebysideTABS {width:95%;} .sidebysideTABS { margin-top:75px; }}
@media (max-width: 900px) {.sidebysideTABS {width:95%;} .sidebysideTABS div p{ display:none; }}


@media (max-width: 900px) {
	.sidebysideTABSanimate {

	-webkit-animation-duration:0s;
	-moz-animation-duration:0s;
	animation-duration:0s;}
.sidebysideTABSanimateR {

	-webkit-animation-duration:0s;
	-moz-animation-duration:0s;
	animation-duration:0s;}
	
.sidebysideTABS div.i, .sidebysideTABS div.ir { opacity:1;}
	
}


.sidebysideTABS2 { background-image:url(images/shadow960.png); background-position:bottom; background-size:100% 12px;  background-repeat:no-repeat; display:inline-table; vertical-align:top; width:32%; height:auto; padding:0; margin:0;; margin-bottom:60px; margin-right:2%; margin-top:90px; position:relative;}
.sidebysideTABS2lc { margin-right:0% !important; }
.sidebysideTABS2 div{ display:table; width:100%; height:auto; padding:0; margin:0; position:relative;}
.sidebysideTABS2 div.i, .sidebysideTABS2 div.ir{ padding-bottom:33.3%; overflow:hidden;}
.sidebysideTABS2 div img{position:absolute; top:-30%; left:0; padding:0 !important; width:100%; height:auto; border:none; outline:none;}
.sidebysideTABS2 div h3{display:inline-block; text-transform:uppercase; width:90%; height:auto; padding:0; margin:0px; margin-bottom:10px; margin-top:5%; 
	font-family:'Outfit',Verdana, Geneva, sans-serif; font-weight:400; font-size:24px; line-height:24px; color:#1e252a; padding-bottom:30px !important; }
.sidebysideTABS2 div h3 i{ color:#43b6e4;}
.sidebysideTABS2 div p{display:inline-block; text-transform:uppercase; width:90%; height:auto; padding:0; margin:0px; margin-bottom:45px; 
	font-family:'Outfit',Verdana, Geneva, sans-serif; font-weight:400; font-size:14px; line-height:18px; color:#1e252a; }
.sidebysideTABS2 div h3 span{ font-size:16px; line-height:18px; color:#43b6e4 !important; }
.sidebysideTABS2 div h3 span i{color:#43b6e4 !important;}
.sidebysideTABS2 div a,
.sidebysideTABS2 div a:link,
.sidebysideTABS2 div a:visited{transition: all 0.25s; -moz-transition: all 0.25s; -webkit-transition: all 0.25s; text-decoration:none; display:inline-block; text-transform:uppercase; width:auto; height:auto; padding:14px; padding-left:30px; padding-right:30px; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; border:solid; border-color:#43b6e4; border-width:1px; margin:0px; margin-bottom:0px; font-family:'Outfit',Verdana, Geneva, sans-serif; font-weight:400; font-size:14px; line-height:14px; color:#1e252a; }
.sidebysideTABS2 div a:hover { background-color:#43b6e4; color:#fff; box-shadow:2px 2px 5px rgba(0,0,0,0.35);}






.basicPAGEwider section{max-width:1200px !important; padding-bottom:0px !important; padding-left:30px !important; padding-right:30px !important;}
.basicPAGE
{
	display:block;
	box-sizing:border-box;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	text-align:center;
	position:relative;
	background:#fff;
	text-align:center;
}
.basicPAGE section
{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	max-width:900px;
	padding:60px;
	padding-bottom:120px;
	height:auto;
	margin:0;
	text-align:left;
	position:relative;
}

.basicPAGE section h1,.basicPAGE section h2,.basicPAGE section h3, .basicPAGE section h4
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:300;
	font-size:48px; 
	line-height:48px;
	color:#141f48 !important;	
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	height:auto;	
	margin:0;
	margin-bottom:18px;
	text-align:left;
	position:relative;
	
}
.basicPAGE section div h1,.basicPAGE section div h2,.basicPAGE section div h3, .basicPAGE section div h4
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:300;
	font-size:48px; 
	line-height:48px;
	color:#141f48 !important;	
	display:inline;
	box-sizing:border-box;
	width:auto;
	height:auto;	
	margin:0;
	margin-bottom:18px;
	text-align:left;
	position:relative;
	
}
.basicPAGE section p, .basicPAGE section div
{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	height:auto;
	margin:0;
	text-align:left;
	position:relative;
	vertical-align:top;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:18px; 
	line-height:32px;
	color:#141f48;
	margin-bottom:24px;
}
.basicPAGE section div ul, .basicPAGE section div ol
{
	display:block;
	width:auto;
	height:auto;
	text-align:left;
	position:relative;
	color:#888;
	overflow:visible;
	margin-left:60px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
}
.basicPAGE section div ul li, .basicPAGE section div ol li
{
	display:list-item;
	width:auto;
	height:auto;
	text-align:left;
	position:relative;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:300;
	font-size:16px; 
	line-height:32px;
	color:#888;
	padding-left:20px;
	padding-bottom:20px;
	
}
.basicPAGE section div b
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:16px; 
	line-height:32px;
	color:#000;
}
.basicPAGE section div ol li { list-style-type:lower-alpha; }
.basicPAGE section button
{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background-color: #43b6e4;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 20px 25px;
    text-align: left;
    text-decoration: none;
    border-radius: 2px;
	border:none;
	outline:none;
	box-shadow:rgba(0,0,0,0.35) 2px 2px 4px;
}
.basicPAGE section button:after
{
	font-family:'i';
	font-weight:normal;
	font-size:24px;
	content:'\F105';
	color:inherit;
	padding-left:20px;
}

.basicPAGE section button:hover
{
	background-color:#FFF;
	color: #43b6e4;
}
.emailBUT:before
{
	font-family:'i';
	font-size:18px;
	line-height:18px;
	color:inherit;
	content:'\F003';
	padding-right:14px;
}
.emailBUT:after
{
	display:none;	
}







	.basicPAGE section div span {
		font-size: 18px;
		line-height: 18px;
		color: #141f48;
		text-decoration: none;
		display: inline-block;
		vertical-align: top;
		margin-left: 0px;
		margin-right: 24px;
		margin-top:14px;
		margin-bottom:0 !important;
		
		font-family: 'Outfit',Verdana, Geneva, sans-serif;
    	font-weight: 400;
	}







	.basicPAGE section div a, .basicPAGE section div a:link, .basicPAGE section div a:visited {
		font-family: 'i';
		font-size: 24px;
		line-height: 24px;
		color: #141f48;
		text-decoration: none;
		display: inline-block;
		vertical-align: top;
		margin-left: 0px;
		margin-right: 24px;
		margin-top:12px;
		margin-bottom:0 !important;
		font-weight:normal;
	}
	.basicPAGE section div a:hover
	{
		color:#43b6e4;
	}
	.phoneBUT:before
	{
		font-family:'i';
		font-size:18px !important;
		line-height:18px !important;
		color:inherit;
		content:'\F095';
		padding-right:7px;
	}
	.faxBUT:before
	{
		font-family:'i';
		font-size:18px !important;
		line-height:18px !important;
		color:inherit;
		content:'\F02F';
		padding-right:7px;
	}





.ff
	{
		display:block;
		box-sizing:border-box;
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		text-align:center;
		position:relative;
		background:#fff;
		box-shadow:rgba(0,0,0,0.25) 0px 2px 4px;
	}
	.ff section
	{
		display:block;
		box-sizing:border-box;
		width:100%;
		height:auto;
		min-height:50vh;
		padding:0;
		margin:0;
		text-align:center;
		position:relative;
	}
	.ff section div
	{
		display:inline-block;
		box-sizing:border-box;
		width:50%;
		height:auto;
		min-height:50vh;
		padding:0;
		margin:0;
		text-align:left;
		position:relative;
		vertical-align:top;
	}
	.ff section div div.mobileONLY
	{
		display:none;		
		box-sizing:border-box;
		width:80%;		
		height:0;
		padding:0;
		padding-bottom:42%;
		margin:0;
		margin-left:10%;
		margin-top:20px;
		text-align:left;
		position:relative;
		vertical-align:top;
		overflow:hidden;
	}
	.ff section div div.mobileONLY img
	{
		position:absolute;
		top:50%;
		left:50%;
		width:auto;
		min-width:100%;
		height:auto;
		min-height:100%;
		transform:translate(-50%,-50%);
		
	}
	.ff section div.hasIMG {
		overflow:hidden;
		border-right:solid;
		border-right-width:1px;
		border-right-color:#eeeeee;	
		border-left:solid;
		border-left-width:1px;
		border-left-color:#eeeeee;
		box-sizing:border-box;
		height:0;
		padding-bottom:33.3%;
			
	}
	.ff section div.hasIMG img
	{
		position:absolute;
		top:50%;
		left:50%;
		width:auto;
		min-width:100%;
		height:100%;
		min-height:100%;
		transform:translate(-50%,-50%);
	
	}
	
	
	.ff section img.p, .ff section img.pp, .ff section div.hasIMG img.p { width:100% !important; height:auto !important;} 
	.ff section img.h, .ff section img.hh, .ff section div.hasIMG img.l { width:auto !important; height:100% !important;} 
	
	.ff section div.hasIMG img.l { width:100% !important; height:auto !important;} 
	.ff section div.hasIMG img.p { width:auto !important; height:100% !important;} 
	
	
	.ff section div.hasIMG img.lregions { width:100% !important; height:auto !important; min-height:0 !important; top:0 !important;     transform: translate(-50%,0%) !important; } 
	.ff section div.hasIMG img.pregions { width:auto !important; height:100% !important;  min-height:0 !important; top:0 !important;     transform: translate(-50%,0%) !important;}
	
	.ff section div div{background:none;}
	.ff section div h1,.ff section div h2,.ff section div h3
	{
		font-family:'Outfit',Verdana, Geneva, sans-serif;
		font-weight:400;
		font-size:48px; 
		line-height:60px;
		color:#141f48;
		
		display:inline-block;
		box-sizing:border-box;
		width:100%;
		height:auto;
		padding:10%;
		padding-top:10%;
		padding-bottom:30px;
		margin:0;
		text-align:left;
		position:relative;
		
	}
	
	.ff section div h1.H1fullTXT	{padding-top:45px !important;}
	
	.ff section div p.fullTXT
	{
		overflow: visible;
		text-overflow:none !important;
	   	display:inline-block !important;
	   	-webkit-line-clamp: none  !important;
		line-clamp:  none  !important; 
	   	-webkit-box-orient: normal  !important;
	}
	.ff section div p
	{
		display:inline-block;
		box-sizing:border-box;
		width:100%;
		height:auto;
		padding:10%;
		padding-bottom:0;
		padding-top:0;
		margin:0;
		text-align:left;
		position:relative;
		vertical-align:top;
		font-family:'Outfit',Verdana, Geneva, sans-serif;
		font-weight:300;
		font-size:18px; 
		line-height:32px;
		color:#141f48;
		
		overflow: hidden;
		text-overflow: ellipsis;
	   	display: -webkit-box;
	   	-webkit-line-clamp: 4; /* number of lines to show */
		line-clamp: 4; 
	   	-webkit-box-orient: vertical;
	}
	.ff section div p b
	{
		font-family:'Outfit',Verdana, Geneva, sans-serif;
		font-weight:700;
		font-size:18px; 
		line-height:32px;
		color:inherit;
	}
	@media (max-width: 1100px) {
		.ff section div h1,.ff section div h2,.ff section div h3
		{
			font-size:36px; 
			line-height:42px;
			margin-bottom:0px;
			padding-bottom:16px;
			padding-top:30px;
		}
		.ff section div p{font-size:16px; line-height:24px;}
	}
	@media (max-width: 800px) {
		.ff section div p{font-size:14px; line-height:22px;}
	}
	@media (max-height: 960px) {
		.ff section div h1, .ff section div h2, .ff section div h3 { padding-top:30px;}
	}
	.ff section div a, .ff section div a:link, .ff section div a:visited
	{
		font-family:'Outfit',Verdana, Geneva, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size:18px; 
		line-height:24px;
		color: #fff;
		background-color: #43b6e4;
		cursor: pointer;
		display: inline-block;
		overflow: hidden;
		padding: 20px 25px;
		text-align: left;
		text-decoration: none;
		border-radius:2px;
		margin-left:10%;
		margin-right:10%;
		margin-top:20px;
		margin-bottom:20px;
		box-sizing:border-box; 
	}
	.ff section div a span,.ff section div a:link span, .ff section div a:visited span
	{		
		font-size:inherit;
		line-height:inherit;
		display:inline-block;	
	}
	.ff section div a:after
	{
		font-family:'i';
		font-weight:normal;
		font-size:24px;
		content:'\F105';
		color:inherit;
		padding-left:20px;
		display:inline-block;
	}
	
	.ff section div a:hover
	{
		background-color:#FFF;
		color: #43b6e4;
		box-shadow:rgba(0,0,0,0.25) 2px 2px 4px;
	}
	
	/*GRID EFFECT IMAGE*/
	.ff section div .placeholder{
	  display:inline-block;
	  position:relative;
	  width:100%;
	  height:100%;
	  overflow:hidden;
	  box-sizing:border-box;
	  margin-top:0;
	}	
	.ff section div .gridContainer{
	  width:100%;
	  height:100%;
	}	
	.ff section div .gridTile
	{
	  position:absolute;
	  top:0px;
	  left:0px;
	  width:100%;
	  height:100%;
	  background-size:cover;
	  background-repeat:no-repeat;
	  background-origin:center;
	}
	/*END | GRID EFFECT IMAGE*/
.banner80{min-height:80vh !important;}
.banner
{
	display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	text-align:center;
	box-sizing:border-box;
	overflow:hidden;
	position:relative;
	background:#fff;
}
.banner:before
{
	content:'';
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	z-index:1;
}
.banner div.wFORM
{
	position:absolute;
	top:50%;
	left:10vw;
	z-index:5;
	padding:0 !important;
	transform:translate(0%,-50%);
	max-width:600px;
	
	
}
.banner div
{
	display:inline-block;
	width:80%;
	height:auto;
	
	padding:10vw;
	padding-top:10vh;
	padding-bottom:10vh;
	margin:0;
	text-align:left;
	box-sizing:border-box;
	z-index:2;
	position:relative;
}
.banner div h3
{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	height:auto;
	padding:0;
	padding-bottom:0;
	padding-top:0;
	margin:0;
	margin-bottom:10px;
	text-align:left;
	position:relative;
	vertical-align:top;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:16px; 
	line-height:16px;
	color:#fff;
}
.banner div h4
{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	height:auto;
	padding:0;
	padding-bottom:0;
	padding-top:0;
	margin:0;
	margin-bottom:18px;
	text-align:left;
	position:relative;
	vertical-align:top;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:200;
	font-size:42px; 
	line-height:42px;
	color:#fff;
}
.banner div p
{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	height:auto;
	padding:0;
	padding-bottom:0;
	padding-top:0;
	margin:0;
	margin-bottom:18px;
	text-align:left;
	position:relative;
	vertical-align:top;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:300;
	font-size:18px; 
	line-height:32px;
	color:#fff;
}
.banner img
{
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:0;
	min-height:100%;
	min-width:100%;
}




.banner span{

    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    display: block;
    vertical-align: top;
    margin-left: 0px;
    margin-right: 24px;
    margin-top: 14px;
    margin-bottom: 0 !important;
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 400;
}

.banner a.social, .banner a.social:link, .banner a.social:visited
{
	font-family: 'i';
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    margin-right: 24px;
    margin-top: 12px;
    margin-bottom: 0 !important;
    font-weight: normal;
	background:none;
	padding:0 !important;
	padding-bottom:25px !important;
}
.banner a.social:hover { color:#0CF;}
.banner a.social:after { display:none !important;}

.banner a, .banner a:link, .banner a:visited
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:16px; 
	line-height:16px;
	color: #fff;
	background-color: #43b6e4;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 20px 25px;
	text-align: left;
	text-decoration: none;
	border-radius:2px;
}
.banner a span, .banner a:link span, .banner a:visited span
{		
	font-size:inherit;
	line-height:inherit;
	display:inline-block;	
}
.banner a:after
{
	font-family:'i';
	font-weight:normal;
	font-size:24px;
	content:'\F105';
	color:inherit;
	padding-left:20px;
	display:inline-block;
}

.banner a:hover
{
	background-color:#FFF;
	color: #43b6e4;
}
.banner a.social span {
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:16px !important;
	margin-top:0 !important;
}			
			
.banner div form
{
	padding:0;
	margin:0;
	display:block;
	box-sizing:border-box;
	white-space:nowrap;
	text-align:left;	
	position:relative;
	
}
.banner div form div
{
	padding:0;
	margin:0;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;	
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	bottom:auto;
	transform:none;
	overflow:hidden;
	margin-bottom:20px;
	border-radius:30px;
	border-radius:30px;
	background:rgba(255,255,255,1);
}
.banner div form input
{
	padding:20px;
	margin:0;
	display:block;
	box-sizing:border-box;
	background:none;
	border:none;
	outline:none;
	width:auto;
	height:auto;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:18px; 
	line-height:18px;
	color:#141f48;
	min-width:300px;	
}


.banner div form button
{
	outline:none;
	border:none;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:14px; 
	line-height:14px;
	color: #fff;
	background-color: #43b6e4;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 20px 25px;
	padding-right:45px;
	text-align: left;
	text-decoration: none;
	position:relative;
	border-radius:2px;
}
.banner div form button:after
{
	font-family:'i';
	font-weight:normal;
	font-size:24px;
	line-height:24px;
	content:'\F105';
	color:inherit;
	padding-left:20px;
	position:absolute;
	top:50%;
	right:20px;
	transform:translate(0%,-53%);
}

.banner div form button:hover
{
	background-color:#fff;
	color: #43b6e4;
}


@media (max-width: 650px) 
{
	.banner div form input
	{
		padding:20px;
		font-size:16px; 
		line-height:16px;
		min-width:260px;
	}
	.banner div form button
	{
		padding:22px;
		font-size:16px; 
		line-height:16px;
	}
}





.zxoPROFILE { 	
	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(0,0,0,0.65); padding:0; margin:0; width:0%; height:0%; text-align:center;}
.zxoPROFILE a{ display:none; padding:0; margin:0; position:absolute; top:20px; right:20px; color:#c00; font-family:'i'; font-weight:normal; font-size:36px; line-height:36px; cursor:pointer;}
.zxoPROFILE a:hover{ color:#900; } 
.zxoPROFILE 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; 
}
.zxoPROFILE section section{
	position:relative;
	box-sizing:border-box; 
	overflow:hidden;
	-moz-overflow:hidden; 
	width:60%; 
	height:auto; 
	max-width:1100px; 
	display:none; 
	vertical-align:middle; 
	text-align:center; 
	padding:5%; 
	margin:0; 
	background-color:#fff; 
	border-radius:2px; }
.zxoPROFILE section section div{ display:table-cell; vertical-align:top; padding:0; margin:0; text-align:left;}
.zxoPROFILE section section div div{
		padding-left:0 !important; font-family: 'Outfit',Verdana, Geneva, sans-serif; 
		border-radius:3px; display:block; width:100% !important; height:0; padding:0; margin:0; margin-top:10px; padding-bottom:120%; overflow:hidden;
		-moz-overflow:hidden; position:relative;
		box-shadow:rgba(0,0,0,0.2) 3px 2px 10px;}
.zxoPROFILE section section div div img{ position:absolute; object-fit:scale-down; width:auto;  height:100%; min-width:100%; min-height:100%; padding:0; margin:0; display:block; top:50%; left: 50%; transform:translate(-50%, -50%); }
.zxoPROFILE section section div div img.p{ top: 70%; width:100%;}
.zxoPROFILE section section div div img.l{ height:100%;}
.zxoPROFILE section section div:first-child{ width:30%;}
.zxoPROFILE section section div:last-child{ width:70%; padding-left:10%;}
.zxoPROFILE section section div b, .zxoPROFILE section section div span, .zxoPROFILE section section div p, .zxoPROFILE section section div em {
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	color: #444;
	position:relative; 
	display:block; 
	padding:0; 
	margin:0; 
	width:100%;
}
.zxoPROFILE section section div b{ font-size:36px; line-height:48px;}
.zxoPROFILE section section div span{ font-size:16px; line-height:18px; margin-bottom:10px;}
.zxoPROFILE section section div em{ font-style:normal; font-size:16px; line-height:18px; margin:0; margin-bottom:10px; padding:0;}
.zxoPROFILE section section div p{ font-size:16px; line-height:24px; margin-top:30px; max-height:40vh; overflow:auto;}
.zxoPROFILE section section div a{
	display:none;
	position:relative !important; 
	font-size: 36px; top:auto; right:auto; left:auto; bottom: auto;
    line-height: 36px;
    color: rgba(45,190,239,1); vertical-align:top;
	margin-right:10px;}
.zxoPROFILE section section div a:last-child{ margin-right:20px;}
.zxoPROFILE section section div a:hover { color:rgba(45,190,239,0.5);}
.zxoPROFILE section section div button.www{
	transition: opacity 1s 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: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    background: #43b6e4;
    color: #fff;
    border: solid;
    border-width: 2px;
    border-color: #43b6e4;
    font-weight: 400;
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-transform: uppercase;
    opacity: 1;
    outline: none;
    cursor: pointer;
	position:relative;
	z-index:2;
	margin-right:10px;
	letter-spacing:1px;
}
.zxoPROFILE section section div button:hover{ background: #fff; color:#43b6e4;}

@media (max-height: 900px) {
	.flip-boxWRAPfirst div.flip-boxWRAPIN strong { padding-top:160px !important;}
	.flip-boxWRAPfirst div.flip-boxWRAPININ { padding-bottom:90px;}
	.flip-boxWRAP div.flip-boxWRAPININ{ max-width:1100px;}
	.flip-boxWRAP div.flip-boxWRAPIN strong em
	{
		font-size:16px !important;
		line-height:16px !important;
		
	}
}


@media (max-width: 1300px) { 
	.zxoPROFILE section section{ width:70%; height:70%;  }

}
@media (max-width: 1100px) {
	.zxoPROFILE section section div div{ padding-bottom:100%;}
	.zxoPROFILE section section{ width:80%; height:50%; padding-left:0; padding-right:0;  }
	.zxoPROFILE section section div p{ max-height:30vh;}
}
@media (max-width: 700px) {
	.zxoPROFILE section section div{ display:table;}
	.zxoPROFILE section section div:first-child{ width:88%; padding-left:11%;}
	.zxoPROFILE section section div:last-child{ width:88%; padding-left:11%;}
}


.fb:before {
    content: '\F082';
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-right: 5px;
    color: inherit;
    font-family: 'i';
	font-size:28px;
}
.tw:before {
    content: '\F081';
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-right: 5px;
    color: inherit;
    font-family: 'i';
	font-size:28px;
}
.li:before {
    content: '\F08C';
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-right: 5px;
    color: inherit;
    font-family: 'i';
	font-size:28px;
}












.zizzleVID
{
	display:block;
	width:100%;
	height:auto;
	/*min-height:25vh;*/
	box-sizing:border-box;
	padding:0;
	margin:0;
	text-align:center;
	background-color:#43b6e4;
	/*background-color:#141f48;*/
	position:relative;
}
.zizzleVID h3
{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	color: #fff;
	display:inline-block;
	width:90%;
	max-width:1100px;
	font-weight: 200;
	font-size: 32px;
	line-height: 42px;
	padding:45px;
	padding-bottom:0px;
	
}
.zizzleVID p {
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding: 45px;
    padding-bottom: 30px;
	padding-top: 15px;
    color: #fff;
}
.zizzleVID div
{
	display:inline-block;
	width:50%;
	height:0;
	min-width:360px;
	overflow:hidden;
	box-sizing:border-box;
	padding:0;
	margin:0;
	padding-bottom:28.13%;
	margin-bottom:60px;
	position:relative;
	
}
	
.zizzleVID div iframe
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding:0;
	margin:0;
}















.DARKBLUEbg {background-color:#141f48 !important;}
.statment
{
	display:block;
	width:100%;
	height:auto;
	/*min-height:25vh;*/
	box-sizing:border-box;
	padding:0;
	margin:0;
	text-align:center;
	background-color:#43b6e4;
	/*background-color:#141f48;*/
	position:relative;
}
.statment h3, .statment h4, .statment h5
{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	color: #fff;
	display:inline-block;
	width:90%;
	max-width:1100px;
	
}

.statment div.vid
{
	display:inline-block;
	width:50%;
	height:0;
	min-width:360px;
	overflow:hidden;
	box-sizing:border-box;
	padding:0;
	margin:0;
	padding-bottom:28.13%;
	margin-bottom:30px;
	position:relative;
	
}
	
.statment div.vid iframe
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.statment h1
{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	color: #fff;
	display:inline-block;
	width:100%;
	font-weight: 200;
	font-size: 60px;
	line-height: 60px;
	padding:60px;
	padding-bottom:60px;
	background: #141f48;
}
.statment h1.pb { padding-bottom:100px ; }
.statment h3
{
	font-weight: 200;
	font-size: 32px;
	line-height: 42px;
	padding:45px;
	max-width:1380px !important; padding-top:90px; padding-bottom:110px;
	
}
.wP
{
	padding-bottom:10px !important;
}
.wT
{
	padding-top:0px !important;
}
.statment p
{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	padding:45px;
	padding-bottom:15px;
	color:#fff;
	
}
.statment h3.withH1 { padding-top:45px !important; padding-bottom:45px !important; }
.statment h1.withH3 {   }
.statment h4
{
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	padding:90px;
	padding-bottom:30px;
	padding-top:30px;
	text-transform:uppercase;
	letter-spacing:6px;
	
}
.statmentOneLine{min-height:0 !important;}


.team{
	display:block;
	width:100%;
	height:auto;
	position:relative;
	text-align:center;
}
.team ul{
	display:inline-block;
	width:90%;
	max-width:1200px;
	height:auto;
	position:relative;
	box-sizing:border-box;
	text-align:center;
	list-style:none;
	padding-top:90px;
	padding-bottom:90px;
}
.team ul li{
	display:inline-block;
	width:28%;
	position:relative;
	height:auto;
	padding:0;
	margin:0;
	margin-left:2.5%;
	margin-right:2.5%;
	margin-bottom:90px;
	vertical-align:top;
	box-sizing:border-box;
	/*cursor:pointer;*/
}
@media (max-width: 1150px) 
{
	.team ul li{
		display:inline-block;
		width:45%;
		position:relative;
		height:auto;
		padding:0;
		margin:0;
		margin-left:2.5%;
		margin-right:2.5%;
		margin-bottom:90px;
		vertical-align:top;
		box-sizing:border-box;
		/*cursor:pointer;*/
	}
	
}
.team ul li.teamCat
{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-bottom:15px;
	margin-top:15px;
	text-align:center;
	cursor:default;
}
.team ul li.teamCat h3
{
	position:relative;
	width:94%;
	box-sizing:border-box;
	padding:8px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:16px;
	color:#fff;
	display:inline-block;
	height:auto;
	text-align:left;
	background-color:#43b6e4;
	border-radius:2px;
	box-sizing:border-box;
	letter-spacing:1px;	
}
.team ul li.teamCat h3 img
{
	width:auto;
	height:18px;
	display:inline-block;
	vertical-align:bottom;
	padding:0;
	margin:0;
	margin-right:6px;
	
}








.team ul li.teamCatDetails
{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-bottom:30px;
	text-align:center;
	cursor:default;
}
.team ul li.teamCatDetails p
{
	position:relative;
	width:94%;
	padding:8px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:32px;
	color:#888;
	display:inline-block;
	height:auto;
	text-align:left;
	box-sizing:border-box;
	letter-spacing:1px;	
}
.team ul li.teamCatDetails p img
{
	width:280px; height:auto; 
	position:relative; float:left; padding:0; padding-right:32px; padding-bottom:32px;
}











.team ul li:hover div:before
{
	/*
	background:rgba(0,0,0,0.1);
	backdrop-filter: blur(7px);
	*/
	
}
/*.team ul li:hover div img{ opacity:0.5;}*/
.team ul li div{
	display:block;
	width:100%;
	position:relative;
	height:0;
	padding:0;
	margin:0;
	padding-bottom:110%;
	overflow:hidden;
}
.team ul li div:before{
	transition: all 0.125s ease-in-out; -moz-transition: all 0.125s ease-in-out;-webkit-transition: all 0.125s ease-in-out;
	width:100%;
	height:100%;
	content:'';
	display:block;
	z-index:1;
	background:rgba(0,0,0,0);
	position:absolute;
	top:0;
	left:0;
	backdrop-filter: blur(0px);
}
.team ul li div:after{
	
	transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;
	width:auto;
	height:auto;
	content:'READ BIO';
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:18px;
	letter-spacing:2px;
	color:#fff;
	display:block;
	z-index:2;
	background:rgba(0,0,0,0);
	position:absolute;
	top:100%;
	left:50%;
	transform:translate(-50%,0%);
}
.team ul li:hover div:after{
	/*
	top:50%;
	transform:translate(-50%,-50%);
	*/
}
.team ul li div img{
	width:100%;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	min-height:100%;
	min-width:100%;
	display:block;
	transform:translate(-50%,-50%);
	z-index:0;
	object-fit: cover;
	transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;
}
.team ul li div b{
	position:absolute;
	bottom:0;
	left:50%;
	transform:translate(-50%,0%);
	width:90%;
	box-sizing:border-box;
	padding:20px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:22px;
	color:#000;
	z-index:3;
	background-color:#ffffff;
}	
.team ul li b{
	position:relative;
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:20px;
	padding-bottom:10px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:22px;
	color:#000;
	z-index:3;
	background-color:#ffffff;
}	
.team ul li strong{
	position:relative;
	width:100%;
	box-sizing:border-box;
	padding:0px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:16px;
	color:#000;
	display:block;
	height:auto;				
}	
.team ul li span{
	position:relative;
	width:100%;
	box-sizing:border-box;
	padding:0px;
	color:#000;
	display:block;
	height:auto;
	white-space:nowrap;
	margin-top:18px;
	
}
.team ul li span a, .team ul li span a:link, .team ul li span a:visited{
	font-family:'i';
	font-size:18px;
	line-height:18px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	margin-left:6px;
	margin-right:6px;
}
.team ul li span a:hover{
	color:#43b6e4;
}


.team ul li a.phone,.team ul li a.phone:link,.team ul li a.phone:visited{
	position:relative;
	width:70%;
	box-sizing:border-box;
	padding:0px;
	color:#000;
	display:inline-block;
	height:auto;
	white-space:nowrap;
	margin-top:18px;
	text-align:center;
	font-size:14px;
	line-height:14px;
	color:#000;
	text-decoration:none;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	letter-spacing:1px;
	white-space:nowrap;
	border-top:solid;
	border-top-color:#ddd;
	border-top-width:1px;
	padding-top:10px;	
}
.team ul li a.phone:before
{
	font-family:'i';
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	margin-right:6px;
	content:'\F095';
}





































.directory{
	display:block;
	width:100%;
	height:auto;
	position:relative;
	text-align:center;
}
.directory ul{
	display:inline-block;
	width:90%;
	max-width:1200px;
	height:auto;
	position:relative;
	box-sizing:border-box;
	text-align:center;
	list-style:none;
	padding-top:30px;
	padding-bottom:90px;
}
.directory ul li{
	display:inline-block;
	width:22%;
	position:relative;
	height:auto;
	padding:0;
	margin:0;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:90px;
	vertical-align:top;
	box-sizing:border-box;
	cursor:pointer;
}

.directory ul li.directoryCat
{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-bottom:30px;
	text-align:center;
	cursor:default;
}
.directory ul li.directoryHEAD
{
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-bottom:-2px;
	text-align:center;
	cursor:default;
}
.directory ul li.directoryHEAD h2
{
	position:relative;
	width:94%;
	box-sizing:border-box;
	padding:8px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:36px;
	line-height:36px;
	color:#43b6e4;
	display:inline-block;
	height:auto;
	text-align:left;
	border-radius:2px;
	box-sizing:border-box;
	letter-spacing:1px;
	border-left:solid;
	border-left-width:2px;
	border-left-color:#43b6e4;	
}
.directory ul li.directoryCat h3
{
	position:relative;
	width:94%;
	box-sizing:border-box;
	padding:8px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:16px;
	color:#fff;
	display:inline-block;
	height:auto;
	text-align:left;
	background-color:#43b6e4;
	border-radius:2px;
	box-sizing:border-box;
	letter-spacing:1px;	
}
.directory ul li.directoryCat h3 img
{
	width:auto;
	height:18px;
	display:inline-block;
	vertical-align:bottom;
	padding:0;
	margin:0;
	margin-right:6px;
	
}
.directory ul li.directoryCat h3 span
{
	width:auto !important;
	display:inline-block !important;
	margin-top:0 !important;
	padding:5px;
	font-size:10px;
	line-height:10px;
	background-color:#FFF;
	vertical-align:bottom;
	position:absolute;
	top:50%;
	right:10px;
	transform:translate(0%,-50%);
	font-weight:700;
	color: #43b6e4;
}
.directory ul li:hover div:before
{
	background:rgba(0,0,0,0.1);
	backdrop-filter: blur(7px);
	
}
.directory ul li:hover div img{ opacity:0.5;}
.directory ul li div{
	display:block;
	width:100%;
	position:relative;
	height:0;
	padding:0;
	margin:0;
	padding-bottom:110%;
	overflow:hidden;
}
.directory ul li div:before{
	transition: all 0.125s ease-in-out; -moz-transition: all 0.125s ease-in-out;-webkit-transition: all 0.125s ease-in-out;
	width:100%;
	height:100%;
	content:'';
	display:block;
	z-index:1;
	background:rgba(0,0,0,0);
	position:absolute;
	top:0;
	left:0;
	backdrop-filter: blur(0px);
}
.directory ul li div:after{
	transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;
	width:auto;
	height:auto;
	content:'SEND EMAIL';
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:18px;
	letter-spacing:1px;
	color:#fff;
	display:block;
	z-index:2;
	background:rgba(0,0,0,0);
	position:absolute;
	top:100%;
	left:50%;
	transform:translate(-50%,0%);
	text-shadow:rgba(0,0,0,0.35) 2px 2px 4px;
}
.directory ul li div.fr:after{content:'Courriel' !important;}
.directory ul li:hover div:after{
	top:50%;
	transform:translate(-50%,-50%);
}
.directory ul li div img{
	width:100%;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	min-height:100%;
	min-width:100%;
	display:block;
	transform:translate(-50%,-50%);
	z-index:0;
	object-fit: cover;
	transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;
}
.directory ul li b{
	display:block;
	position:relative;
	width:100%;
	box-sizing:border-box;
	padding:20px;
	padding-bottom:12px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:22px;
	color:#000;
	background-color:#ffffff;
}
.directory ul li div b{
	position:absolute;
	bottom:0;
	left:50%;
	transform:translate(-50%,0%);
	width:90%;
	box-sizing:border-box;
	padding:20px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:22px;
	color:#000;
	z-index:3;
	background-color:#ffffff;
}	
.directory ul li strong{
	position:relative;
	width:100%;
	box-sizing:border-box;
	padding:0px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:18px;
	color:#000;
	display:block;
	height:auto;				
}	
.directory ul li span{
	position:relative;
	width:100%;
	box-sizing:border-box;
	padding:0px;
	color:#000;
	display:block;
	height:auto;
	white-space:nowrap;
	margin-top:18px;
	
}
.directory ul li span a, .directory ul li span a:link, .directory ul li span a:visited{
	font-family:'i';
	font-size:18px;
	line-height:18px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	margin-left:6px;
	margin-right:6px;
}
.directory ul li span a:hover{
	color:#43b6e4;
}


.directory ul li a.phone,.directory ul li a.phone:link,.directory ul li a.phone:visited{
	position:relative;
	width:70%;
	box-sizing:border-box;
	padding:0px;
	color:#000;
	display:inline-block;
	height:auto;
	white-space:nowrap;
	margin-top:18px;
	text-align:center;
	font-size:14px;
	line-height:14px;
	color:#000;
	text-decoration:none;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	letter-spacing:1px;
	white-space:nowrap;
	border-top:solid;
	border-top-color:#ddd;
	border-top-width:1px;
	padding-top:10px;	
}
.directory ul li a.phone:before
{
	font-family:'i';
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	margin-right:6px;
	content:'\F095';
}



@media (max-width: 1150px) 
{
	.directory ul li{
		display:inline-block;
		width:30%;
		position:relative;
		height:auto;
		padding:0;
		margin:0;
		margin-left:0.5%;
		margin-right:0.5%;
		margin-bottom:90px;
		vertical-align:top;
		box-sizing:border-box;
		cursor:pointer;
	}
	.directory ul li div b { font-size:18px; line-height:18px;     padding: 14px;}
	.directory ul li strong {font-size:12px; line-height:12px; }
	
}
@media (max-width: 1000px) 
{
	.directory ul li{
		display:inline-block;
		width:46%;
		position:relative;
		height:auto;
		padding:0;
		margin:0;
		margin-left:0.5%;
		margin-right:0.5%;
		margin-bottom:90px;
		vertical-align:top;
		box-sizing:border-box;
		cursor:pointer;
	}
	
}

@media (max-width: 600px) 
{
	.team ul li strong{
		font-size:12px;
		line-height:12px;			
	}
	.team ul li a.phone, .team ul li a.phone:link, .team ul li a.phone:visited, 
	{
		font-size:12px;
		line-height:12px;
	}
	.team ul li a.phone:before { display:none; }
}



























/************************************************************************************************************************************************
projects
************************************************************************************************************************************************/
div.projects{
	/*BOTTOM RIGHT -TO- TOP LEFT*/
	/*background: linear-gradient(-45deg, rgba(65,182,230,1), rgba(35,97,146,1), rgba(1,66,106,1), rgba(7,29,73,1));*/ 
	display:block; padding:0px; margin:0px; width:100%; padding-top:0px; padding-bottom:90px; position:relative;
	z-index:1;overflow:visible; text-align:center;}


div.projects section.projectsWRAP
{
	display:inline-block;
	width:98%;
	box-sizing:border-box;
	position:relative;
	max-width:1200px;	
}



div.projects div { 
	text-align:left; 
	display:inline-block; 
	vertical-align:top; 
	width:40%; 
	background-color:#fff; 
	height:100%;
	margin-top: 30px;
}

div.projects div.projectsCATS {
	text-align:left; 
	width:20%; 
	background: rgba(0,0,0,0.4);
	border-radius:3px;
	margin-top: 30px;
	
}
div.projects div.projectsCATS *{ font-size:inherit; line-height: inherit; }























div.projects div.projectsCATS h2{ 
	position:relative;  
	text-align:left; 
	display:block; 
	width:90%; 
	height:auto; 
	padding:0; 
	padding-left:10%; 
	margin:0; 
	margin-top:48px; 
	margin-bottom:0px; 
	font-family:'Outfit',Verdana, Geneva, sans-serif; 
	font-size:48px; 
	line-height:48px; 
	font-weight:200; 
	color:#efefef;}
div.projects div.projectsCATS h2:after{ opacity:0.75; content:''; position:absolute; bottom:-15px; left:10%; width:inherit; border-bottom:dotted; border-bottom-color:#fff; border-bottom-width:1px;}
div.projects div.projectsCATS h2 b{ 
	transition: all 0.125s ease-in-out; -moz-transition: all 0.125s ease-in-out;-webkit-transition: all 0.125s ease-in-out;
	position:relative;  
	text-align:left; 
	display:block; 
	width:90%; 
	height:auto; 
	padding:0; 
	padding-left:0; 
	margin:0; 
	margin-top:0px; 
	margin-bottom:0px; 
	font-family:'Outfit',Verdana, Geneva, sans-serif; 
	font-weight:700; 
	color:#efefef;
	cursor:pointer;}
div.projects div.projectsCATS h2 b.PCMTITLEcurr
{
	margin-top:10px; 
	font-size:24px; 
	line-height:24px;
}
div.projects div.projectsCATS section
{
	display:block;
	height:auto;
	width:100%;
	position:relative;	
	padding:0;
	margin:0;
	white-space:nowrap;
	background:none !important;
	background-color:transparent !important;	
	overflow: hidden;
}
div.projects div.projectsCATS h2 b button
{
	position:relative;
	font-family:'i';
	font-size:inherit;
	line-height:inherit;
	color:inherit;
	padding:0;
	margin:0;
	margin-right:10px;
	background:none;
	background-color:transparent;
	border:none;
	outline:none;
	cursor:pointer;
	font-weight:normal;
}
div.projects div.projectsCATS h2 b:hover
{
	color: #43b6e4;	
}
div.projects div.projectsCATS h2 b span
{
	position:relative;
	font-family:'i';
	font-size:smaller;
	line-height:inherit;
	font-weight:normal;
	color:#ffffff;
	padding:0;
	margin:0;
	margin-left:10px;
	background:none;
	background-color:transparent;
	border:none;
	outline:none;
	cursor:pointer;
}
div.projects div.projectsCATS section ul{ 
transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;
text-align:left; display:inline-block; vertical-align:top; width:100%; height:auto; padding:0; margin:0; margin-top:45px; margin-bottom:60px;}
div.projects div.projectsCATS section ul li{display:block; width:100%; height:auto; padding:0; margin:0; background-color:transparent;}
div.projects div.projectsCATS section ul li a{
	transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
	position:relative; 
	text-decoration:none; 
	display:block; 
	width:90%; 
	height:auto; 
	padding:20px; 
	padding-left:10%; 
	padding-right:0%; 
	margin:0; 
	margin-top:0px; 
	font-family:'Outfit',Verdana, Geneva, sans-serif;  
	font-weight:400; 
	color:#efefef;
	cursor:pointer;}
div.projects div.projectsCATS section ul.PCMcurr li a
{
	font-size:16px; 
	line-height:16px; 
	letter-spacing:2px;
}
div.projects div.projectsCATS section ul li a:before{
	transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out; font-family:'i'; content:'\F105'; padding-right:14px;}
	
div.projects div.projectsCATS section ul li a span
{
	font-family:'i';
	font-size:24px;
	line-height:24px;
	color:#fff;
	position:absolute;
	top:50%;
	right:0;
	transform:translate(0,-50%);
}
div.projects div.projectsCATS section ul li:hover a span { color:#888;}
div.projects div.projectsCATS section ul li:hover{ background-color:#fff;}
div.projects div.projectsCATS section ul li:hover a {color:#888;}
div.projects div.projectsCATS section ul li:hover a:before{ padding-left:10px; padding-right:4px;}


div.projects div.projectsCATS section ul li.curr{ background-color:#fff !important;}
div.projects div.projectsCATS section ul li.curr a{color:#141f48 !important;}

div.projects div h2{ display:block; width:100%; height:auto; padding:0; margin:0; margin-top:60px; margin-bottom:15px; font-family:'Outfit',Verdana, Geneva, sans-serif; font-size:36px; line-height:36px; font-weight:400; color:#efefef; text-align:center; }
div.projects div h3{ display:block; width:100%; height:auto; padding:0; margin:0; margin-top:0px; margin-bottom:30px; font-family:'Outfit',Verdana, Geneva, sans-serif; font-size:18px; line-height:18px; font-weight:400; 
	color:#efefef; text-align:center;}
div.projects div div { 
	cursor:pointer; 
	display:table;
	box-sizing:border-box; 
	width:100%; 
	padding:5%;
	padding-left:0 ; 
	height:auto; 
	vertical-align:top; 
	position:relative;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	margin-top:0 !important;
} 



div.projects div div em
{
	position:absolute;
	bottom:0;
	right:5%;	
	width: auto;
    display: block;
    padding: 5px;
    font-size: 10px;
    line-height: 10px;
    color: #FFF;
    transform: translate(0%,-50%);
    font-weight: 700;
    color: #43b6e4;
	font-family:'Outfit',Verdana, Geneva, sans-serif; 
	font-style:normal;
	
}



div.projects div div:last-child { margin-right:0 !important;}


div.projects div div:hover section{ width:50%; }
div.projects div div:hover section section{ width:100%; }
div.projects div div:hover div{ width:50%; padding-left:2.5%; }

div.projects div div section{
	transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;  
	z-index:1; 
	box-shadow:4px 4px 5px rgba(0,0,0,0.15); 
	display:table-cell; 
	width:50%; 
	height:auto; 
	min-height:0 !important; 
	min-width:0 !important; 
	padding:0; 
	margin:0; 
	position:relative;
}
div.projects div div div{ 
	transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out; 
	z-index:0; 
	display:table-cell; 
	vertical-align:middle; 
	width:55%;  
	height:auto; 
	min-height:0 !important; 
	min-width:0 !important; 
	padding:0; 
	padding-left:5%; 
	margin:0; 
	position:relative;
	background-color:#43b6e4;
}

div.projects div div section section{ 
	display:block;
	box-shadow: none; 
	width:100%; 
	height:0px; 
	position:relative; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	padding-bottom:75%;
	border-radius:3px;}

div.projects div div section section:before{ display:block; content:''; width:100%; height:100%; padding:0; margin:0; position:absolute; top:0; left:0; z-index:1;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+40,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

div.projects div div section section img{ width:auto; height:100%; min-height: 100%; min-width: 100%; padding:0; margin:0; z-index:0; position:absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index:0;}
@media (max-width: 700px) {
	div.projects div div section, div.projects div div div{ display:block; width:100%; margin-bottom:30px;}
	div.projects div div section{ margin-bottom:15px;}
	div.projects div div div{padding-left: 0%;}
}
div.projects div div div h3{ 
	z-index:1; 
	display:inline-block; 
	width:auto; 
	text-align:left; 
	height:auto; 
	margin:0px; 
	padding:0px; 
	padding-bottom:10px; 
	margin-bottom:0px; 
	border:none; 
	color: #fff; 
	font-family:'Outfit',Verdana, Geneva, sans-serif; 
	font-size:18px; 
	line-height:24px; 
	letter-spacing:0px; 
	text-transform:capitalize; 
	font-weight:400;
	background-color:#43b6e4;
}
div.projects div div div h3 span{ display:inline-block; float:right; opacity:0.5; padding-right:10px;}

div.projects div div div p{ width:100%; text-align:left; display:inline-block; 
	vertical-align:middle; height:auto; color:#012645; font-family:'Outfit',Verdana, Geneva, sans-serif; 
	font-size:14px; letter-spacing:0px; font-weight:400; line-height:24px; padding:0; margin:0; padding-left:0px; padding-right:5px; }
div.projects div div div p a, div.projects div div div p a:link, div.projects div div div p a:visited{ text-decoration:none; color:inherit;}
div.projects div div div p a:hover{color: rgba(65,182,230,1);}

div.projects div div div p b {font-size:inherit; line-height:inherit; color:rgba(255,255,255,0.7); font-weight:700;}
div.projects div div div p a, div.projects div div div p a:link, div.projects div div div p a:visited{font-size:inherit; line-height:inherit; color:rgba(255,255,255,0.7); font-weight:400;}







div.projectsIN{
	background:#141f48;
	border-bottom:solid;
	border-bottom-color:#fff;
	border-bottom-width:1px; 
	display:block; padding:0px; margin:0px; width:100%; padding-top:60px; padding-bottom:90px; position:relative;
	z-index:1;overflow:visible; text-align:center;}
div.projectsIN:before {
    display: block;
    width: 100%;
    height: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: transparent;
    background-image: url(images/shadow960.png);
    background-size: 100% 100%;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    content: '';
}
div.projectsIN:after { 
	display:block; width:auto; height:auto; 
	position:absolute; 
	top:0%; left:50%;
	content:'\F0D7';
	font-family:'i'; font-size:90px; line-height:90px; color:#eee; transform: translate(-50%,-45px); text-shadow:10px 10px 20px rgba(0,0,0,0.5);}
div.projectsIN div { position:relative; text-align:left; display:inline-block; vertical-align:top; width:70%; padding:0; margin:0; padding-bottom:60px; background-color:#fff; height:100%;}
div.projectsIN div h2{    backdrop-filter: blur(7px); display:block; width:90%; height:auto; padding:0; padding-left:5%; margin:0; margin-top:60px; margin-bottom:15px; font-family:'Outfit',Verdana, Geneva, sans-serif; font-size:36px; line-height:36px; font-weight:400; color:#141f48; }
div.projectsIN div section.my-gallery-header{ background-color:#000; position:relative; display:block; width:100%; height:auto; min-height:100px; padding:0; padding-bottom:30%; margin:0; margin-bottom:2px; overflow:hidden;}
div.projectsIN div section.my-gallery-header:before {
    opacity: 0.5;
    overflow: hidden;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
div.projectsIN div section.my-gallery-header h2{ text-transform:uppercase; z-index:2; position:absolute; bottom:0; left:0; 
	background-color:rgba(255,255,255,0.75);display:block; width:80%; height:auto; padding:0; padding-left:5%; margin:0; margin-bottom:60px; margin-top:0px; 
	font-family: 'Outfit',Verdana, Geneva, sans-serif; font-size:36px; line-height:36px; font-weight:100; color:#141f48;}
@media (max-width: 850px) {
				div.projectsIN div section.my-gallery-header h2{margin-bottom:30px;}
			}
@media (max-width: 700px) {div.projectsIN div section.my-gallery-header h2{margin-bottom:15px;}}
@media (max-width: 600px) {div.projectsIN div section.my-gallery-header h2{margin-bottom:0px; width:95%;}}
div.projectsIN div section.my-gallery-header h2:before{ position:absolute; left:-7px; top:50%; transform: translate(0%,-50%); font-family:'i'; font-size:110px; line-height:110px; content:'\F105'; color:inherit; font-weight:normal;}
div.projectsIN div section.my-gallery-header h2 b{ display:block; width:100%; height:100%; padding:0; padding-top:60px; padding-bottom:60px;  margin:0; position:relative; font-weight:inherit;}
div.projectsIN div section.my-gallery-header h2 b img{ height:40px; width:auto; position:absolute; bottom:10px; right:10px; left:auto; top:auto; transform:none; min-height:0; min-width:0; z-index:3;}
div.projectsIN div section.my-gallery-header img{width:inherit; height:inherit; min-height: 100%; min-width: 100%; padding:0; margin:0; z-index:0; position:absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index:0;}
div.projectsIN div p{ display:block; width:65%; max-width:700px; height:auto; padding:0; padding-left:5%; margin:0; margin-top:60px; margin-bottom:15px; font-family:'Outfit',Verdana, Geneva, sans-serif; font-size:16px; line-height:28px; font-weight:400; color:#141f48; }
div.projectsIN div ul {display:block; width:100%; max-width:90%;  margin-top:60px; margin-bottom:15px; }
div.projectsIN div ul li{ display:block; width:90%; height:auto; padding:0; padding-left:5%; margin:0;font-family:'Outfit',Verdana, Geneva, sans-serif; font-size:16px; line-height:28px; font-weight:400; color:#141f48; }
div.projectsIN div ul li *{font-size:inherit; line-height:inherit; font-weight:inherit; color:inherit;}
div.projectsIN div ul li span{ display:inline-block; padding:0; margin:0; width:160px; height:auto; font-weight:600;}
div.projectsIN div ul li.aadd { margin-top:30px;}
div.projectsIN div ul li.aadd span{ display:block;}
div.projectsIN div ul li em{ font-style:normal; font-size:10px;} 


div.projectsIN div ul li a, div.projectsIN div ul li a:link, div.projectsIN div ul li a:visited, div.projectsIN div.dp a, div.projectsIN div.dp a:link, div.projectsIN div.dp a:visited{ font-family:inherit; font-size:inherit; line-height:inherit; font-weight:inherit; text-decoration:none; color:rgba(65,182,230,1);}
div.projectsIN div ul li a:hover,  div.projectsIN div.dp a:hover{color:rgba(65,182,230,0.7);}

div.projectsIN div p b, div.projectsIN div.dp p b, div.projectsIN div.dp b{ font-size:inherit; line-height:inherit; font-weight:700; color:inherit; }
div.projectsIN div p i, div.projectsIN div.dp p i, div.projectsIN div.dp i{ font-size:inherit; line-height:inherit; font-weight:inherit; color:inherit; }
div.projectsIN div p *{ font-size:inherit; line-height:inherit; font-weight:inherit; color:inherit; }
div.projectsIN div p.dp{margin-top:0px !important; margin-bottom:20px !important; padding-left:0 !important; width:100%; max-width:none;}
div.projectsIN div p.dpFIRST{margin-bottom:20px !important; padding-left:0 !important; width:100%; max-width:none;}
div.projectsIN div ul.dul { margin-left:5% !important; list-style:outside;margin-top:0px !important; margin-bottom:15px;}
div.projectsIN div ul.dul li{ display:list-item; padding-left:20px;}


div.projectsIN div.dp{display:block; width:65%; max-width:700px; height:auto; padding:0; padding-left:5%; margin:0;  font-family:'Outfit',Verdana, Geneva, sans-serif; font-size:16px; line-height:28px; font-weight:400; color:#141f48;  margin-top:0px !important; margin-bottom:20px !important;}




@media (max-width: 1150px){div.projectsIN div.dp{width:90%; max-width:none;}}

ul.projectDETAILSLIST{ border-top:solid; border-top-color:#0e4e7a; border-top-width:1px;}
ul.projectDETAILSLIST li:first-child{ padding-top:30px !important;}




div.projectsIN div ul li a.dwnBUT,
div.projectsIN div ul li a.dwnBUT:link,
div.projectsIN div ul li a.dwnBUT:visited
{
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	width: auto;
	display: inline-table;
	height: auto;
	text-decoration: none;
	padding: 0px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 70px;
	padding-right: 30px;
	margin-top: 0px;
	background: rgba(65,182,230,1);
	color: #fff;
	border: solid;
	border-width: 1px;
	border-color: rgba(65,182,230,1);
	font-weight: 400;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	box-shadow: rgb(0 0 0 / 15%) 5px 5px 5px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	position:relative;
}
div.projectsIN div ul li a.dwnBUT:hover{background: rgba(255,255,255,1); color:rgba(65,182,230,1);}
div.projectsIN div ul li a.dwnBUT:before { 
transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
text-shadow:2px 2px 4px rgba(0,0,0,0.25); font-family:'i'; font-weight:normal; content:'\F0ED'; padding-right:10px; color:inherit; position:relative; font-size:36px; line-height:36px; display:inline-block; position:absolute; left: 20px; top:50%; transform:translate(0,-50%);}	


div.projectsIN div div.cookies { display:block; width:100%; height:auto; padding:0; margin:0;}
div.projectsIN div div.cookies a{ font-family:'Outfit',Verdana, Geneva, sans-serif; font-weight:400; text-transform:uppercase; display:inline-block; width:auto; height:auto; padding:0; padding-top:10px; padding-bottom:10px; margin:0; margin-bottom:10px; margin-top:10px; margin-left:15px;   color:#999; font-size:12px; line-height:12px; text-decoration:none;}
div.projectsIN div div.cookies a:before { content:'\F0DA'; font-family:'i'; color:inherit; padding-right:10px; font-size:inherit; line-height:inherit; }
div.projectsIN div div.cookies a:first-child:before { display:none; }
div.projectsIN div div.cookies a:hover{ color:#09C;}
div.projectsIN div.testimonials { float:right !important; width:30% !important; background:none; background-color:transparent;}
div.projectsIN div.testimonials:after, div.projectsIN div.testimonials:before { display:none; }
div.projectsIN div.testimonials h4{
	text-align:left; 
	text-transform:uppercase; z-index:2; position:relative;
	display:block; width:100%; height:auto; padding:0; padding-bottom:15px; margin:0; margin-top:15px; margin-bottom:15px; 
	font-family: 'Outfit',Verdana, Geneva, sans-serif; 
	font-size:36px; line-height:36px; font-weight:200; 
	color:#141f48;}
div.projectsIN div.testimonials h4:before {
    display: block;
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: -10px;
    left: 0px;
    background-color: transparent;
    background-image: url(images/shadow960.png);
    background-size: 100% 100%;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    content: '';
}
div.projectsIN div.testimonials h4:after {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    bottom: -16px;
    left: 5px;
    content: '\F0D7';
    font-family: 'i';
    font-size: 36px;
    line-height: 36px;
    color:#09C;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.15);
}
div.projectsIN div.testimonials div{ width:90%; padding-bottom:30px; min-height:0;}
div.projectsIN div.testimonials div p{ margin-top:15px; margin-bottom:0; width:100%; padding-left: 0%;}
@media (max-width: 1700px){
	div.projects div.projectsCATS ul li a{ font-size:16px; line-height:16px;}
	div.projectsIN div { width:80%;}
}
@media (max-width: 1650px){
	div.projects div{ width:60%;}
	.zxo_formGridViewFILTERTAGS {width:80% !important;}
	div.projects div.projectsCATS h2{ font-size:48px; line-height:48px;}
	div.projects div.projectsCATS h3{ letter-spacing:2px;}
	div.projects div.projectsCATS ul li a{ font-size:16px; line-height:16px; letter-spacing:1px;}
	div.projectsIN div { width:90%;}	
	div.projects div.projectsCATS ul { margin-top:30px;}
	div.projects div.projectsCATS section ul.PCMcurr li a { letter-spacing:0px;}
}
@media (max-width: 1350px){
	div.projects div.projectsCATS h2{ letter-spacing:0; margin-top:30px;}
	div.projects div.projectsCATS h3{ letter-spacing:0px; text-transform:uppercase;}
	div.projects div.projectsCATS ul li a{ font-size:14px; line-height:14px; letter-spacing:1px; padding:15px;}	
}
@media (max-width: 1300px){
	div.projects div.projectsCATS{ width:38%;}
	div.projectsIN div { width:100%;}
	div.projectsIN div ul, div.projectsIN div p{ width:55%;}
	div.projectsIN div.testimonials { width:40% !important; margin-left:2%; }
	div.projects div.projectsCATS ul li a{ letter-spacing:0px; padding:10px;}
}
@media (max-width: 900px){
	div.projects div{ width:96%;}
	div.projects div.projectsCATS{display:none;}
	div.projectsIN div ul, div.projectsIN div p{ width:90%;}
	div.projectsIN div.testimonials { display:none; }	
	div.projectsIN{ padding-top:0;}
	div.projectsIN div { padding-top:45px; }
}
@media (max-width: 700px){	
	div.projectsIN div section.my-gallery-header h2{ font-size:24px; line-height:24px; }
	div.projectsIN div section.my-gallery-header h2 b{ padding-left:10%; width:90%;}
}
/************************************************************************************************************************************************
END | PROJECTS
************************************************************************************************************************************************/



.zxo_filters{
	box-sizing: border-box;
	font-family: 'Outfit',Verdana, Geneva, sans-serif; font-weight:400;
	transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out; box-shadow:2px 2px 10px rgba(0,0,0,0.35); 
	z-index:9; text-align:center; display:block; position:fixed; top:140px; left:-800px; padding:0; margin:0; 
	width:auto; height:auto; max-width:21%; min-width:320px; min-height:450px; max-height:620px; background-color:#fff; color:#444; font-size:0px; line-height:0px;}
.zxo_filters h5{
	display:table;
	position:relative;
	font-weight:normal;
	text-align:left;
	width:100%; height:60px; padding:0; margin:0;
	background: linear-gradient(-45deg, rgba(65,182,230,1), rgba(35,97,146,1), rgba(1,66,106,1), rgba(7,29,73,1));
	color: #efefef;
	font-size:18px; line-height:18px;}
.zxo_filters h5 span{ font-size:inherit; line-height:inherit; width:90%; display:table-cell; padding:0; padding-left:5%; vertical-align:middle;}
.zxo_filters section{min-height:370px; max-height:560px; overflow-y:scroll; position:relative; display:inline-block; width:90%; height:inherit; max-height:90%; padding:0; margin:0; margin-top:5%; background:none;}
.zxo_filters section form{position:relative; display:inline-block; width:100%; height:auto; max-height:100%; padding:0; margin:0; margin-top:5%; background:none;}
.zxo_filters section form div{box-sizing: border-box; text-align:left; display:inline-block; width:100%; height:auto; padding:0; margin:0; margin-bottom:15px; position:relative;}
.zxo_filters section form div.adCHKbox{ width:140px; height:26px; margin-right: 5px; margin-top: 10px; margin-bottom: 10px;}
.zxo_filters section form div input,.zxo_filters form div select{ position:relative; z-index:2; background-color:#fff; margin:0; box-shadow:none; display:block; width:86%; height:auto; font-size:11px; line-height:11px; padding:2%; padding-top:10px; padding-bottom:10px; border:solid; border-color:#ddd; border-width:2px;}
.zxo_filters form div select *{ font-size:inherit; line-height:inherit;}
.zxo_filters section form div label.zflabel{ z-index:1; position:relative; display:block; width:96%; margin:0; height:auto; font-size:10px; line-height:10px; padding:2%; padding-top:10px; padding-bottom:10px;}
.zxo_filters section form div label.zflabel span{ font-size:10px;}
.zxo_filters section form div label.zflabel:before{ font-family:'i'; content:'\F0D7'; font-size:24px; line-height:24px; position:absolute; top:-12px; left:2%; color:inherit; color:#ddd;}
.zxo_filters section form hr {margin-top:30px;}
.zxo_filters section form div button{
	position: relative;
	display: inline-table;
	width: auto;
	height: auto;
	text-decoration: none !important;
	padding: 10px;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top:30px;
	background-color: rgba(65,182,230,1);
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 500 !important;
	font-size: 12px;
	line-height: 12px;
	vertical-align: middle;
	border: solid;
	border-width: 2px;
	border-color: rgba(65,182,230,1);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all 0.125s;
	-moz-transition: all 0.125s;
	transition: all 0.125s;}
.zxo_filters section form div button:hover{ color:#4CA1AF; background-color: #fff; }
.zxo_filtersTOGGLE{transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out; min-height:0 !important; border-top-right-radius:3px; border-bottom-right-radius:3px; cursor:pointer; overflow:hidden  !important; position:absolute !important; top:0; width:60px !important; height:60px !important; background-color:rgba(65,182,230,1) !important; color:#fff; padding:0; margin:0; margin-top:0 !important; margin-left:-1px !important; display:table;}
.zxo_filtersTOGGLE a{ font-weight:normal !important; width:60px !important; height:60px !important; display:table-cell; vertical-align:middle !important; text-align:center !important; position:relative; font-family:'i' !important; font-size:24px; line-height:24px; padding:0px; margin:0; color:#fff !important;}
.zxo_filtersTOGGLE a:hover{ color:#141f48; }

.zxo_formGridViewFILTERTAGS{
	font-family: 'Outfit',Verdana, Geneva, sans-serif; font-weight:400;
	position: relative;
	min-width: 500px;
	color: #363a3d;
	display:table !important;
	width: 100% !important;
	text-align:center !important;
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 0px;
	line-height: 0px;
	font-family: inherit;
	background-color: #141f48 !important;}
.zxo_formGridViewFILTERTAGS div{
	width:70% !important;
	display:inline-table !important;
	text-align:left !important;
	font-family: 'Outfit',Verdana, Geneva, sans-serif; font-weight:400;
	background-color:transparent !important; line-height:36px; width:auto; display:table-cell; vertical-align:middle; text-align:left;
	margin:0 !important;
	padding:0 !important; 
	padding-top: 10px !important;
	padding-bottom: 10px !important;}
.zxo_formGridViewFILTERTAGS div span{font-family: 'Outfit',Verdana, Geneva, sans-serif; font-weight:400; font-size:14px !important; line-height:14px !important; vertical-align:middle; border-radius:5px; background-color:#fff; color:#141f48; font-size:9px; line-height:9px; display:inline-block; margin:0; margin-right:15px; margin-left:0px; padding:5px; padding-top:10px; padding-bottom:10px;}
.zxo_formGridViewFILTERTAGS div span a{font-family: 'Outfit',Verdana, Geneva, sans-serif; font-weight:400;  font-size:14px; line-height:14px; vertical-align:middle; display:inline-block; margin-left:5px; font-family:'i' !important; font-size:18px; line-height:inherit; color: #4CA1AF; text-decoration:none;}
.zxo_formGridViewFILTERTAGS div span a:hover{ color:#C00;} 



.zxo_formGridViewFILTERTAGStags{
	font-family: 'Outfit',Verdana, Geneva, sans-serif; font-weight:400;
	position: relative;
	min-width: 500px;
	color: #363a3d;
	display:table !important;
	width: 100% !important;
	text-align:center !important;
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 0px;
	line-height: 0px;
	font-family: inherit;}
.zxo_formGridViewFILTERTAGStags div{
	width:70% !important;
	display:inline-table !important;
	text-align:left !important;
	font-family: 'Outfit',Verdana, Geneva, sans-serif; font-weight:400;
	background-color:transparent !important; line-height:36px; width:auto; display:table-cell; vertical-align:middle; text-align:left;
	margin:0 !important;
	padding:0 !important; 
	padding-top: 10px !important;
	padding-bottom: 10px !important;}
.zxo_formGridViewFILTERTAGStags div span{font-family: 'Outfit',Verdana, Geneva, sans-serif; font-weight:400; font-size:14px !important; line-height:14px !important; vertical-align:middle; border-radius:5px; background-color:#fff; color:#141f48; font-size:9px; line-height:9px; display:inline-block; margin:0; margin-right:15px; margin-left:0px; padding:5px; padding-top:10px; padding-bottom:10px;}
.zxo_formGridViewFILTERTAGStags div span a{font-family: 'Outfit',Verdana, Geneva, sans-serif; font-weight:400;  font-size:14px; line-height:14px; vertical-align:middle; display:inline-block; margin-left:5px; font-family:'i' !important; font-size:18px; line-height:inherit; color: #4CA1AF; text-decoration:none;}
.zxo_formGridViewFILTERTAGStags div span a:hover{ color:#C00;} 

.badge{ 
	min-width:0 !important; 
	min-height:0 !important; 
	position:absolute !important; 
	top:120px !important; 
	left:auto !important; 
	transform:none !important; 
	right:0px; 
	width:auto !important; 
	height:200px !important; 
	z-index:99 !important;}
		

@media (max-width: 1550px){ .badge{height:160px !important; }	}
@media (max-width: 1150px){.zxo_formGridViewFILTERTAGS {width:98% !important;} .badge{height:140px !important; }}
@media (max-width: 900px){.zxo_formGridViewFILTERTAGS {width:95% !important;}}
@media (max-width: 550px){.zxo_formGridViewFILTERTAGS {width:90% !important; padding-left:5%;}}


div.projects div div section section img.badgesTH{ min-width:0 !important;
position:absolute !important; 
bottom:10px !important; 
left:auto !important; 
transform:none !important; 
right:0px; 
width:auto !important; 
height:50% !important;
min-height:100px !important; 
z-index:99 !important;} 

#zxo_filtersTOGGLEbbb {
	transition: all 0.125s linear;
	-moz-transition: all 0.125s linear;
	-webkit-transition: all 0.125s linear;
	width: auto;
	height: auto;
	display: inline-block;
	opacity: 1;
	padding: 20px;
	padding-left:25px; padding-right:30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:none;
	outline:none;
	background: none;
	background-color: rgba(65,182,230,1);
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing:1px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	box-shadow:2px 2px 5px rgba(0,0,0,0.5)
}
#zxo_filtersTOGGLEbbb:hover {background-color:#6C0;}
#zxo_filtersTOGGLEbbb:before {
	font-weight: normal !important;
	position: relative;
	font-family: 'i' !important;
	font-size: 20px;
	line-height: 20px;
	padding: 0px;
	margin: 0;
	color: #fff !important;
	content:'\F002';
	padding-right:15px;}
		

.zxoEMAILPOP {	
	overflow:hidden; font-size:0; line-height:0; display:table !important; z-index:99999999; position:fixed !important; top:50%; left:50%; transform: translate(-50%,-50%); 
	background-color:rgba(0,0,0,0.35); padding:0 !important; margin:0 !important; width:0% !important; height:0% !important; text-align:center;}
.zxoEMAILPOP a{ display:none !important;}

.zxoEMAILPOP section{ overflow:hidden; width:100%; height:100%; display:table-cell; vertical-align:middle; text-align:center; padding:0; margin:0; background-color:transparent; }
.zxoEMAILPOP section iframe{
	transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
	opacity:0; display:inline-block; width:0%; height:0%; /*min-height:180px; min-width:320px;*/ border:none; outline:none; }
.zxoEMAILPOP form{ display:none !important;}
	
#zxoEMAILPOP { 
	overflow:visible; display:table; z-index:99999999; 
	position:fixed; top:50%; left:50%; transform: translate(-50%,-50%); 
	background-color:rgba(0,0,0,0.5); 
	padding:0; margin:0; width:100%; height:100%;
	box-shadow:none; height:auto; text-align:center;
	
}
#zxoEMAILPOP div { 
	box-shadow:none; 
	display:inline-block; /*width:40%;*/ 
	width:100%; 
	height:auto; 
	padding:0 !important; 
	margin:0 !important;
	position:relative; 
	text-align:left; 
	overflow:visible !important;
	
}
#zxoEMAILPOP a{ display:block; padding:0; margin:0; position:absolute; top:10px; right:14px; color:#FFF; font-family:'i'; font-weight:normal; font-size:36px; line-height:36px; cursor:pointer;}
#zxoEMAILPOP a:hover{ color:#f00; } 


#zxoEMAILPOP section{
	position:relative;
	overflow:hidden; width:100%; height:100%; display:table-cell; vertical-align:middle; text-align:center; padding:0; margin:0; background-color:transparent; }

#zxoEMAILPOP div strong{
		position:relative;  text-align:left; 
		display:block;
		width:auto !important; padding:0; margin:0; margin-top:0 !important; margin-bottom:30px; padding-top:5px !important; padding-bottom:20px !important;
		border-bottom:dotted; border-bottom-width:1px; border-bottom-color:#ffffff; 
		font-family:'Outfit',Verdana, Geneva, sans-serif; 
		font-size:36px; 
		line-height:36px; 
		font-weight:700; 
		color:#fff;
}
#zxoEMAILPOP div strong span{
		position:relative;  
		font-size:16px; 
		line-height:16px; 
		font-weight:400; 
		color:#ffffff; 
		text-align:left; 
		letter-spacing:1px; 
		text-shadow:none !important;
}
#zxoEMAILPOP section #zxoEMAILPOPFORM { 
	display:inline-block; 
	width:90%; 
	max-width:600px; 
	background-color:#43b6e4;
	box-sizing:border-box;
	padding:30px;
	border-radius:3px;
	position:relative;
}

#zxoEMAILPOP div p{
	display:inline-block;
	width:auto;
	font-size: 18px;
    line-height: 36px;
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    color: #012645;
    font-weight: 400 !important;
	margin:0px; padding-top:0px !important;
	margin-bottom:20px;}
#zxoEMAILPOP div span.phone{
	font-size: 24px;
	line-height: 24px;
	float:right;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	color: #012645;
	letter-spacing:5px;
	font-weight: 400 !important;
	margin:0px;
	margin-bottom:20px;}
#zxoEMAILPOP div input{
	border-radius:2px; 
	display:inline-block; width:100%; height:auto; padding:14px; margin:0; position:relative; 
	font-family: 'Outfit',Verdana, Geneva, sans-serif; color:#141f48; font-weight:400; font-size:14px; line-height:18px; 
	border:none; outline:none; background:#ffffff; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
	box-shadow:rgba(0,0,0,0.25) 2px 2px 4px; -webkit-box-shadow:rgba(0,0,0,0.25) 2px 2px 4px; -moz-box-shadow:rgba(0,0,0,0.25) 2px 2px 4px;}
#zxoEMAILPOP div textarea{ 
	border-radius:2px;
	display:inline-block; width:100%; height:100%; min-height:180px; padding:20px; margin:0; position:relative; 
	font-family: 'Outfit',Verdana, Geneva, sans-serif; color:#141f48; font-weight:400;  font-size:14px; line-height:18px;
	border:none; outline:none; background:#ffffff; box-sizing: box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
	box-shadow:rgba(0,0,0,0.25) 2px 2px 4px; -webkit-box-shadow:rgba(0,0,0,0.25) 2px 2px 4px; -moz-box-shadow:rgba(0,0,0,0.25) 2px 2px 4px;}
#zxoEMAILPOP div label{
	transition: opacity 1.5s; -moz-transition: opacity 1.5s; -webkit-transition: opacity 1.5s; box-sizing: border-box;
	display:table; width:auto; padding:0; margin:0; margin-left:0%; margin-top:7px; margin-bottom:10px; text-transform:uppercase; letter-spacing:3px;	
	font-family: 'Outfit',Verdana, Geneva, sans-serif; color:#2f2f2f; font-weight:400;  font-size:11px; line-height:11px; opacity:0;
}
#zxoEMAILPOP div input[type="submit"]{ 
	-webkit-appearance: none;
	display:inline-block; 
	cursor:pointer; 
	width:auto; 
	height:auto; 
	padding:20px; 
	padding-top:14px; 
	padding-bottom:14px; 
	margin:0; 
	position:relative;  
	box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	font-family: 'Outfit',Verdana, Geneva, sans-serif; 
	color:#43b6e4; 
	font-weight:700; 
	letter-spacing:1px; 
	font-size:14px; 
	line-height:18px; 
	border:none; 
	outline:none; 
	background:#efefef;
	border-radius:5px;
	box-shadow:rgba(0,0,0,0.25) 2px 2px 4px; 
	-webkit-box-shadow:rgba(0,0,0,0.25) 2px 2px 4px; 
	-moz-box-shadow:rgba(0,0,0,0.25) 2px 2px 4px;}
#zxoEMAILPOP div input[type="submit"]:hover{ background-color:#fff; }
#zxoEMAILPOP div input:valid + label, #zxoEMAILPOP div textarea:valid + label { opacity:0.6; color:#fff;}




.zxoINFOPOP {	
	overflow:hidden; font-size:0; line-height:0; display:table !important; z-index:99999999; position:fixed !important; top:50%; left:50%; transform: translate(-50%,-50%); 
	background-color:rgba(0,0,0,0.35); padding:0 !important; margin:0 !important; width:0% !important; height:0% !important; text-align:center;}
.zxoINFOPOP a{ display:none !important;}

.zxoINFOPOP section{ overflow:hidden; width:100%; height:100%; display:none; vertical-align:middle; text-align:center; padding:0; margin:0; background-color:transparent; }
.zxoINFOPOP section div{ display:none !important;}
	
#zxoINFOPOP { 
	overflow:visible; display:table; z-index:99999999; 
	position:fixed; top:50%; left:50%; transform: translate(-50%,-50%); 
	background-color:rgba(0,0,0,0.5); 
	padding:0; margin:0; width:100%; height:100%;
	box-shadow:none; height:auto; text-align:center;
	
}
#zxoINFOPOP section div { 
	box-shadow:none; 
	display:inline-block; /*width:40%;*/ 
	width:90%;
	max-width:600px;
	padding:60px;
	padding-top:45px;
	padding-left:30px;
	padding-right:30px;
	border-radius:5px;
	background-color:#43b6e4; 
	height:auto; 
	margin:0 !important;
	position:relative; 
	text-align:left; 
	overflow:visible !important;
	
}
#zxoINFOPOP a{ display:block; padding:0; margin:0; position:absolute; top:15px; right:20px; color:#FFF; font-family:'i'; font-weight:normal; font-size:36px; line-height:36px; cursor:pointer;}
#zxoINFOPOP a:hover{ color:#f00; } 


#zxoINFOPOP section{
	position:relative;
	overflow:hidden; 
	width:100%; 
	height:100%; 
	display:table-cell; 
	vertical-align:middle; 
	text-align:center; 
	padding:0; 
	margin:0; 
	background-color:transparent; }

#zxoINFOPOP div strong{
		position:relative;  text-align:left; 
		display:block;
		width:auto !important; 
		padding:0; 
		margin:0; 
		margin-top:0 !important; 
		margin-bottom:16px; 
		padding-bottom:10px !important;
		border-bottom:dotted; border-bottom-width:1px; border-bottom-color:#ffffff; 
		font-family:'Outfit',Verdana, Geneva, sans-serif; 
		font-size:36px; 
		line-height:36px; 
		font-weight:700; 
		color:#fff;
		text-transform:uppercase;
}
#zxoINFOPOP div strong img{
	width:72px;
	height:auto;
	vertical-align:middle;
}
#zxoINFOPOP div strong span{
		position:relative;  
		font-size:24px; 
		line-height:24px; 
		font-weight:400; 
		color:#ffffff; 
		text-align:left; 
		letter-spacing:1px; 
		text-shadow:none !important;
}
#zxoINFOPOP section #zxoINFOPOPFORM { 
	display:inline-block; 
	width:90%; 
	max-width:600px; 
	background-color:#43b6e4;
	box-sizing:border-box;
	padding:30px;
	border-radius:3px;
	position:relative;
}

#zxoINFOPOP div p{
	display:inline-block;
	width:auto;
	font-size: 16px;
    line-height: 32px;
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    color: #fff;
    font-weight: 400 !important;
	margin:0px;
	padding:0;
	padding-right:16px; 
	margin-bottom:30px;
	max-height:280px;
	overflow:auto;
}
#zxoINFOPOP div span.phone{
	font-size: 24px;
	line-height: 24px;
	float:right;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	color: #012645;
	letter-spacing:5px;
	font-weight: 400 !important;
	margin:0px;
	margin-bottom:20px;}
#zxoINFOPOP div input{
	border-radius:2px; 
	display:inline-block; width:100%; height:auto; padding:14px; margin:0; position:relative; 
	font-family: 'Outfit',Verdana, Geneva, sans-serif; color:#141f48; font-weight:400; font-size:14px; line-height:18px; 
	border:none; outline:none; background:#ffffff; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
	box-shadow:rgba(0,0,0,0.25) 2px 2px 4px; -webkit-box-shadow:rgba(0,0,0,0.25) 2px 2px 4px; -moz-box-shadow:rgba(0,0,0,0.25) 2px 2px 4px;}
#zxoINFOPOP div textarea{ 
	border-radius:2px;
	display:inline-block; width:100%; height:100%; min-height:180px; padding:20px; margin:0; position:relative; 
	font-family: 'Outfit',Verdana, Geneva, sans-serif; color:#141f48; font-weight:400;  font-size:14px; line-height:18px;
	border:none; outline:none; background:#ffffff; box-sizing: box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
	box-shadow:rgba(0,0,0,0.25) 2px 2px 4px; -webkit-box-shadow:rgba(0,0,0,0.25) 2px 2px 4px; -moz-box-shadow:rgba(0,0,0,0.25) 2px 2px 4px;}
#zxoINFOPOP div label{
	transition: opacity 1.5s; -moz-transition: opacity 1.5s; -webkit-transition: opacity 1.5s; box-sizing: border-box;
	display:table; width:auto; padding:0; margin:0; margin-left:0%; margin-top:7px; margin-bottom:10px; text-transform:uppercase; letter-spacing:3px;	
	font-family: 'Outfit',Verdana, Geneva, sans-serif; color:#2f2f2f; font-weight:400;  font-size:11px; line-height:11px; opacity:0;
}
#zxoINFOPOP div input[type="submit"]{ 
	-webkit-appearance: none;
	display:inline-block; 
	cursor:pointer; 
	width:auto; 
	height:auto; 
	padding:20px; 
	padding-top:14px; 
	padding-bottom:14px; 
	margin:0; 
	position:relative;  
	box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	font-family: 'Outfit',Verdana, Geneva, sans-serif; 
	color:#43b6e4; 
	font-weight:700; 
	letter-spacing:1px; 
	font-size:14px; 
	line-height:18px; 
	border:none; 
	outline:none; 
	background:#efefef;
	border-radius:5px;
	box-shadow:rgba(0,0,0,0.25) 2px 2px 4px; 
	-webkit-box-shadow:rgba(0,0,0,0.25) 2px 2px 4px; 
	-moz-box-shadow:rgba(0,0,0,0.25) 2px 2px 4px;}
#zxoINFOPOP div input[type="submit"]:hover{ background-color:#fff; }
#zxoINFOPOP div input:valid + label, #zxoINFOPOP div textarea:valid + label { opacity:0.6; color:#fff;}


#zxoINFOPOP a.reportsDWN
{
	position: relative !important;
	left:auto !important;
	right:auto !important;
	top:auto !important;
    display: inline-table !important;
    width: auto !important;
    height: auto;
    padding: 16px;
    margin: 0;
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #43b6e4;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffffff;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    border-radius: 3px;
}
#zxoINFOPOP a.reportsDWN:hover
{
	background-color: #43b6e4;
	color: #ffffff;
}

#zxoINFOPOP  a.reportsDWN:before {
    font-family: 'i';
    font-weight: normal;
    content: '\F019';
    font-size: 16px;
    line-height: 16px;
    padding-right: 8px;
}
































































/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #141f48; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(images/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
	display:none;
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 12px;
  line-height: 44px;
  color: #aaa;
  font-family:Verdana, Geneva, sans-serif;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  font-size: 0px;
  padding: 10px;
  line-height: 0px;
  color: #777;
  letter-spacing:2px;
  font-family:Verdana, Geneva, sans-serif; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
#photos {
  	display:inline-table;
	vertical-align:top;
	width:auto;
	max-width:50%;
	height:auto;
	padding:0;
	margin:0;
	text-align:right;
	position:relative;
	font-size:0;
	background:none;
	float:right;
	padding-top:30px;
	margin-left:20px;
	margin-bottom:20px;
	z-index:10; 
}
.vidsAFTERphotos {
	padding-top:0px !important;
}
#photos figure a, #photos figure a:link,#photos figure a:visited,
#photos section a, #photos section a:link,#photos section a:visited
{  
	background:none; 
	background-color:transparent; 
	outline:none; 
	background-color:transparent; 
	text-decoration:none; 
	position:absolute; 
	top:0; 
	left:0; 
	width: 100%; 
	height:100%; 
	padding:0; 
	margin:0;
	display:block; 
	overflow:hidden;
}
#photos figure a div, #photos section a div  { background-color:#000; display:inline-block; width:100%; height:100%; position:relative; overflow:hidden; padding:0; margin:0;}
/*#photos a div:after { 
	font-family:'i'; 
	color:#fff;
	content:'\f030';
	z-index:8;  transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out; 
	display:table;
	background-color:rgba(153,204,51,0); padding:5%; width:90%; height:100%; position:absolute; top:0%; left:0%; font-size:24px; line-height:24px; opacity:0;  text-align:right;}
#photos a:hover div:after { background-color:rgba(0,0,0,0.75);  opacity:1; }
*/
#photos figure a div:before, #photos section a div:before { 
	z-index:9; font-family:'i'; color:#fff; 
	transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out;-webkit-transition: all 0.25s ease-out; 
	display:table; content:'\f002';  width:100%; height:auto; position:absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size:0px; line-height:0px; text-align:center; opacity:0.5;}
#photos figure a:hover div:before, #photos section a:hover div:before { opacity:1; font-size:24px; line-height:24px; top:50%;}


#photos figure a div.v:before, #photos section a div.v:before  {content:'\f144'; font-size:36px; line-height:36px;}
#photos figure a div.v:after, #photos section a div.v:after { display:none;}

#photos img:before { 
	z-index:9; font-family:'i'; color:#fff; 
	transition: all 0.75s ease-in-out; -moz-transition: all 0.75s ease-in-out;-webkit-transition: all 0.75s ease-in-out; 
	display:table; content:'\f030';  width:100%; height:auto; position:absolute; top: 10%; right: 30%; transform: translate(-50%,-50%); font-size:0px; line-height:0px; text-align:center; opacity:0;}
#photos figure a:hover:before, #photos section a:hover:before { opacity:1; font-size:24px; line-height:24px; right: 10%;}
#photos figure a div h4, #photos section a div h4{font-family: 'Raleway',Verdana, Geneva, sans-serif; font-weight:400; font-size:18px; line-height:18px; color:#aaa; text-decoration:none; 
	margin-top:0px; padding-top:10px; padding-bottom:10px; text-align:center; position:absolute; bottom:0px; left:10%; width:80%; background-color:rgba(0,0,0,0.85); z-index:99; border-radius:15px; }
#photos figure a div.phototitle:before, #photos figure a div.phototitle:after,
#photos section a div.phototitle:before, #photos section a div.phototitle:after { display:none !important;} 



#photos figure a div img, #photos section a div img {  transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;  width:auto; height:100%; min-height: 100%; min-width: 100%; padding:0; margin:0; z-index:0; position:absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
#photos figure a:hover img, #photos section a:hover img { height:110%;}

#photosfigure  a.photoH div img {width:100%; height:auto;}

#photos figure, #photos section{
	cursor:pointer; 
	width:120px;  
	height:120px;
	padding:0; 
	padding-bottom:0%;
	box-sizing:border-box; 
	
	margin:0; 
	margin-right:2px;
	margin-top:2px;
	position:relative; 
	display:inline-table; 
	vertical-align:top;
}

@media (max-width: 1200px) {
  #photos figure, #photos section{ width:80px; padding-bottom:0%; height:80px;}
  .my-gallerynoMobileA { display:none !important;}
}


@media (max-width: 800px) {
   #photos figure, #photos section{ width:60px; padding-bottom:0%; height:60px;}
   .my-gallerynoMobileB { display:none !important;}
   
   #photos {
		width:100%;		
		text-align:left;
		float:none;
		padding-top:0px;
		z-index:10;
		margin-left:0px;
		margin-bottom:0px; 
	}
   
}
@media (max-width: 600px) {
   #photos figure, #photos section{ width:60px; padding-bottom:0%; height:60px;}
   .my-gallerynoMobileB { display:none !important;}
   
   #photos {
	   display:inline-block;
		width:100%;
		margin-left:0%;		
	}
   
}
















.heroARTICLE
{
	width:100%;
	/*height:70vh;*/
	height:0;
	padding-bottom:43%;
	min-height:400px;
	overflow:hidden;
	position:relative;
}
.heroARTICLE img
{
	/*object-fit:scale-down;*/
	width:100%;
	height:auto;
	min-height:100%;
	min-width:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:0;
	transition: opacity 1.25s ease-in-out; -moz-transition: opacity 1.25s ease-in-out;-webkit-transition: opacity 1.25s ease-in-out;

}
.heroARTICLE div
{
	transition: left 1.25s ease-in-out; -moz-transition: left 1.25s ease-in-out;-webkit-transition: left 1.25s ease-in-out;
	display:block;
	text-align:center;
	width:100%;
	height:auto;
	position:absolute;
	bottom:0%;
	padding-left:90px;
	padding-right:90px;
	padding-top:45px;
	padding-bottom:60px;
	z-index:2;
	transform:translate(0%,0%);
	box-sizing:border-box;
	/*backdrop-filter: blur(7px);*/
	box-shadow:rgba(0,0,0,0.5) 0px 2px 4px;
	background-color:#141f48;
	border-bottom-right-radius:3px;
	border-top-right-radius:3px;
	overflow:hidden;
	
	left:0%; 
	z-index:2;
}
.heroARTICLE div span {
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	padding: 4px;
	padding-left: 4px;
	padding-right: 12px;
	margin: 0;
	color: #fff;
	position: relative;
	display: block;
	z-index: 5;
	background: rgba(255,255,255,0);
	border: none;
	outline: none;
	mix-blend-mode: screen;
	width: auto !important;
}
.heroARTICLE div span span
{
	display: inline-block;
	vertical-align: middle;
	background-color: #43b6e4;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 10px;
	border-radius: 2px;
	color: #fff;
	font-weight: 400;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
}
.heroARTICLE div h1
{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 200;
	font-size: 48px;
	line-height: 48px;
	max-width:1100px;
	padding: 0;
	margin: 0;
	color: #fff;
	margin-bottom: 4px;
	position: relative;
	white-space: normal;
	display:inline-block;
	width: 100%;
	box-sizing: border-box;
}
.heroARTICLE div h2
{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	color: #fff;
	position: relative;
	display:inline-block;
	max-width:800px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.heroARTICLE time {
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	text-transform:uppercase;
	padding: 12px;
	padding-left:24px;
	padding-right:24px;
	margin: 0;
	color: #444;
	letter-spacing:1px;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translate(-50%,0%);
	display: block;
	z-index: 5;
	background: rgba(255,255,255,1);
	border: none;
	outline: none;
	mix-blend-mode: screen;
	width: auto !important;
}
.article
{
	width:100%;
	height:auto;
	position:relative;
	z-index:0;
	text-align:center;
	padding-bottom:60px;
}

.article h2
{
	width:100%;
	height:auto;
	position:relative;
	z-index:0;
	text-align:center;
}
.article h2 span
{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 60px;
    color: #141f48 !important;
	width:94%;
	max-width: 1200px;
	padding-top:60px;
	padding-bottom:24px;
	position:relative;
	display:inline-block;
	padding-left:2.5vw;
	padding-right:2.5vw;
}

.article article
{
	display: inline-block;
	position: relative;
	width: 90%;
	max-width: 1100px;
	height: auto;
	padding: 0;
	padding-bottom:60px;
	margin: 0;
	box-sizing: border-box;
	border: none;
	z-index: 0;
	background-color: transparent;
	text-align: left;
	margin-bottom: 0px;
}
/*.article article:after
{
	display: block;
	width: 100%;
	height: 12px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: transparent;
	background-image: url(images/shadow960.png);
	background-size: 100% 100%;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	content: '';
}*/
.article article p * 
{
	line-height: 32px;
}

.article article p {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;
	margin: 0;
	margin-top:60px;
	margin-bottom: 30px;
	font-size: 0;
	line-height: 0;
	border: none;
	outline: none;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
	color: #141f48;
}
.article article p a, .article article p a:link, .article article p a:visited {
    font-weight: 700;
    color: #43b6e4;
    text-decoration: none;
	font-size:inherit; line-height:inherit;
}
.article article p a:hover { opacity:0.5; }
.article article p b, .article article p u
{
	position:relative;
	font-size:inherit;
	line-height:inherit;
	font-weight:700;
	display:inline;	
}

.article article p i
{
	position:relative;
	font-size:inherit;
	line-height:inherit;
	display:inline;
	font-weight:300;
	letter-spacing:0.5px;	
}


.heroARTICLE div a.back, .heroARTICLE div a.back:link, .heroARTICLE div a.back:visited
{
	transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;
	position:absolute;
	left:60px;
	top:50%;
	transform:translate(0%,-50%);
	font-size:36px;
	line-height:36px;
	text-decoration:none;
	color:rgba(255,255,255,0.65);
	z-index:10;
	font-family:'i';
	font-weight:normal;				
}
.heroARTICLE div a.back:hover
{
	color:rgba(255,255,255,1);
}
@media (max-width: 800px) 
{
	.article article p 
	{			
		margin-top:30px;			
	}
	.heroARTICLE div h1
	{
		font-size:24px;
		line-height:28px;
	}
	.heroARTICLE div h2
	{
		font-size:12px;
	}
	.heroARTICLE div a.back, .heroARTICLE div a.back:link, .heroARTICLE div a.back:visited
	{
		left:30px;
	}
	.article h2 span
	{
		font-size:36px; line-height:36px; margin-top:36px;
	}
	
}


.heroPOINTER div:after
{
	
	font-style:normal;
	font-family:'i';
	font-weight:normal;
	color:inherit;
	font-size: 90px;
	line-height:90px;
	content:'\F0D8';
	position:absolute;
	bottom:0%;
	left:50%;
	transform:translate(-50%,40%);
	color:#fff;	
}










	.ULdetails
	{
		padding-left:30px !important;
		color: #141f48 !important;
		margin-top:0 !important;
		margin-bottom:30px !important;		
	}
	ul.ULdetails li
	{
		list-style:disc !important;	
		display:list-item !important;
		color: #141f48 !important;
	}
	ol.ULdetails li
	{
		list-style:decimal !important;
		display:list-item !important;
		color: #141f48 !important;
	}

	.article article ul, .article article ol
	{
		display: block;
		box-sizing: border-box;
		width:auto;
		height: auto;
		position: relative;
		padding: 0;
		margin: 0;
		margin-top:30px;
		margin-bottom:30px;
		border: none;
		outline: none;
		font-family: 'Outfit',Verdana, Geneva, sans-serif;
		font-size: 18px;
		line-height: 32px;
		font-weight: 400;
		color:inherit;
		list-style:none;
		z-index:9;
		text-align:left;
	}
	.article article ul li, .article article ol li
	{
		font-family: 'Outfit',Verdana, Geneva, sans-serif;
		font-size: 18px;
		line-height: 32px;
		font-weight: 300;
		color:inherit;
		list-style:none;
		display:table;
		
	}
	.article article ul li b, .article article ul li b u, .article article ol li b, .article article ol li b u
	{
		font-family: 'Outfit',Verdana, Geneva, sans-serif;
		font-size: 18px;
		line-height: 32px;
		font-weight: 700;
		
	}
	.article article ul li u, .article article ol li u
	{
		font-family: 'Outfit',Verdana, Geneva, sans-serif;
		font-size: 18px;
		line-height: 32px;
		font-weight: 300;
		
	}
	.article article ul li span, .article article ol li span
	{
		font-family: 'Outfit',Verdana, Geneva, sans-serif;
		font-size: 14px;
		line-height: 14px;
		font-weight: 400;
		color: #141f48;
		display:table-cell;
		width:100px;
		padding-top:10px;
		padding-bottom:10px;
		padding-right:7px;
		border-right:solid; border-right-color:#141f48; border-right-width:1px;		
	}
	.article article ul li span em, .article article ol li span em
	{
		display:inline-block;
		font-style:normal;
		font-family:'i';
		font-weight:normal;
		padding-right:4px;
		color:inherit;
		font-size: 16px;
		width:24px;
	}
	.article article ul li span em img, .article article ol li span em img
	{
		width:auto;
		height:18px;
	}
	.article article ul li time, .article article ol li time
	{
		font-family: 'Outfit',Verdana, Geneva, sans-serif;
		font-size: 14px;
		line-height: 14px;
		font-weight: 700;
		color: #141f48;
		display:table-cell;
		padding-left:20px;
		letter-spacing:1px;
	}
	.article article ul li p, .article article ol li p
	{
		font-family: 'Outfit',Verdana, Geneva, sans-serif;
		font-size: 18px;
		line-height: 24px;
		font-weight: 700;
		color: #141f48;
		display:table-cell;
		padding-left:20px;
		letter-spacing:1px;
		width:auto;
		margin-top:0;
		margin-bottom:0;
	}
	.article article ul li p a.regLINK:link, .article article ul li p a.regLINK:visited, .article article ol li p a.regLINK:link, .article article ol li p a.regLINK:visited
	{
		color: #43b6e4 !important;
		letter-spacing:1px;
		text-decoration:none;
		font-weight:700 !important;
		background:none !important;
		background-color:transparent !important;
		box-shadow:none !important;
		padding:0 !important;
	}
	.article article ul li p a.regLINK:hover, .article article ol li p a.regLINK:hover
	{
		opacity:0.7;			
	}
	.article article ul li p a.regLINK:before,.article article ul li p a.regLINK:after, .article article ol li p a.regLINK:before,.article article ol li p a.regLINK:after
	{
		display:none !important;
	}
	.article article p.afterdetails
	{
		margin-top:0px !important;
		margin-bottom:0 !important;		
	}
	/*
	.article article ul li a, .article article ul li a:link, .article article ul li a:visited
	{
		font-family: 'Outfit',Verdana, Geneva, sans-serif;
		font-size: 12px;
		line-height: 12px;
		font-weight: 400;
		color: #888;
		display:inline-block;
		letter-spacing:1px;
		background-color:#43b6e4;
		color:#fff;
		text-decoration:none;
		padding:10px;
		border-radius:2px;
		text-transform:uppercase;
	}
	.article article ul li a:hover
	{
		background-color:#FFF;
		color:#43b6e4;
		box-shadow:2px 2px 4px rgba(0,0,0,0.25);
	}
	.article article ul li a:before
	{
		font-style:normal;
		font-family:'i';
		font-weight:normal;
		padding-right:10px;
		color:inherit;
		font-size: 16px;
		content:'\F1C1';
	}
	*/
	
	.article article ul li a, .article article ul li a:link, .article article ul li a:visited, .article article ol li a, .article article ol li a:link, .article article ol li a:visited
	{
		font-family: 'Outfit',Verdana, Geneva, sans-serif;
		font-size:inherit;
		line-height:inherit;
		font-weight: 400;
		color:#43b6e4;
		text-decoration:none;
	}
	.article article ul li a:hover, .article article ol li a:hover
	{
		opacity:0.5;
	}
	
	
	
	.article article ul li address, .article article ol li address
	{
		font-family: 'Outfit',Verdana, Geneva, sans-serif;
		font-size: 14px;
		line-height: 18px;
		white-space:normal;
		width:auto;
		font-weight: 700;
		color: #141f48;
		display:table-cell;
		padding-left:20px;
		letter-spacing:1px;
		padding-bottom:10px;
		font-style:normal;
	}
	
	#mongo-form *{font-size:18px ; line-height:18px;}
	#bbox-root{font-family: 'Outfit',Verdana, Geneva, sans-serif; font-weight:400; background-color:#f9f9f9; font-size:18px !important; line-height:18px !important; box-shadow:rgba(0,0,0,0.5) 1px 1px 3px; box-sizing:border-box; padding:20px; margin-top:20px; margin-bottom:20px;}
	.BBFormEventName { color:#43b6e4 !important; font-family: 'Outfit' !important; font-weight:normal !important; font-size:36px !important; line-height:36px !important; }
	.BBFormEventDate { color:#141f48 !important; font-family: 'Outfit' !important; font-weight:normal !important; font-size:18px !important; line-height:18px !important; }
	#bboxevent_btnSubmit
	{
		   
			transition: opacity 2s ease-in-out, color 0.25s ease-in-out, top 0.5s ease-out;
			-moz-transition: opacity 2s ease-in-out, color 0.25s ease-in-out, top 0.5s ease-out;
			-webkit-transition: opacity 2s ease-in-out, color 0.25s ease-in-out, top 0.5s ease-out;
			width: auto;
			display: block;
			height: auto;
			text-decoration: none;
			padding-top: 18px;
			padding-bottom: 18px;
			padding-left: 30px;
			padding-right: 30px;
			background:#43b6e4;
			font-weight: 100;
			font-family: 'Outfit',Verdana, Geneva, sans-serif;
			font-size: 24px;
			line-height: 24px;
			text-align: center;
			box-shadow: rgb(0 0 0 / 30%) 5px 5px 15px;
			backdrop-filter: blur(5px);
			color: #fff;
			text-transform:uppercase;
			border-radius:2px;
	}
	#bboxevent_btnSubmit:hover
	{
		background:#fff;
		color: #43b6e4;
	}
	.BBFormConfirmation div p:first-child
	{
		
		color:#2b5f90 !important; font-family: 'Outfit' !important; font-weight:normal !important; font-size:36px !important; line-height:36px !important; 
	}
	
	
	.zxoVIDEOPLAYER {
		display:none; 	
		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(0,0,0,0.85); padding:0; margin:0; width:0px; height:0px; text-align:center;}
	.zxoVIDEOPLAYER a{ display:none; padding:0; margin:0; position:absolute; top:40px; right:40px; color:#fff; font-family:'i'; font-weight:normal; font-size:36px; line-height:36px; cursor:pointer;}
	.zxoVIDEOPLAYER a:hover{ color:#F00; } 
	.zxoVIDEOPLAYER section{ overflow:hidden; width:100%; height:100%; display:table-cell; vertical-align:middle; text-align:center; padding:0; margin:0; background-color:transparent; }
	.zxoVIDEOPLAYER section iframe{ display:none; }
	
	
.infoBAR {
	display:block;
	padding:0;
	margin:0;
	box-sizing:border-box;
	width:100%;
	height:auto;
	position:relative;
	background-color:#141f48;
	text-align:center;
}
.infoBAR section {
	display:inline-table;
	padding:0;
	margin:0;
	box-sizing:border-box;
	width:auto;
	height:auto;
	position:relative;
	background-color:transparent;
	text-align:left;
	padding-top:90px;
	padding-bottom:90px;
	width:90%;
	max-width:1100px;
}
.infoBAR section strong {
	display:table;
	width:auto;
	padding:0;
	margin:0;
	box-sizing:border-box;
	height:auto;
	position:relative;
	color:#44b6e5;
	text-align:center;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:24px; 
	line-height:24px;
	margin-bottom:12px;
	text-align:left;
	text-transform:uppercase;
}
.infoBAR section em {
	display:table;
	width:auto;
	padding:0;
	margin:0;
	box-sizing:border-box;
	height:auto;
	position:relative;
	color:#fff;
	text-align:center;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:100;
	font-size:36px; 
	line-height:36px;
	font-style:normal;
	text-align:left;
	margin-bottom:20px;
}
.infoBAR section p {
	display:table;
	width:auto;
	padding:0;
	margin:0;
	box-sizing:border-box;
	height:auto;
	position:relative;
	color:#fff;
	text-align:center;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:300;
	font-size:18px; 
	line-height:32px;
	font-style:normal;
	margin-bottom:20px;
	text-align:left;
	max-width:800px;
}
.infoBAR section div {
	display:inline-table;
	width:auto;
	padding:0;
	margin:0;
	box-sizing:border-box;
	height:auto;
	position:relative;
	margin-bottom:20px;
	white-space:nowrap;	
}
.infoBAR section div div{
	display:inline-block;
	width:auto;
	margin-right:200px;
	box-sizing:border-box;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:14px; 
	line-height:14px;
	color:#44b6e5;
	position:relative;
	max-width:none;
	min-width:0;
}
.infoBAR section div div:last-child { margin-right:0 !important;}
.infoBAR section div div span{
	color:#fff;
	text-align:center;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:100;
	font-size:60px; 
	line-height:60px;
	font-style:normal;
	text-align:left;
}
@media (max-width: 1360px) 
{
	.infoBAR section div div{	margin-right:120px; }
}
@media (max-width: 980px) 
{
	.infoBAR section div div{	margin-right:80px; }
}
@media (max-width: 800px) 
{
	.infoBAR section div div{	margin-right:60px; font-size:12px; line-height:12px; }
	.infoBAR section div div span 
	{
		font-size:48px;
		line-height:48px;
	}
}
@media (max-width: 600px) 
{	.infoBAR section { text-align:center;}
	.infoBAR section strong{ display:inline-block; text-align:center;}
	.infoBAR section em{ display:inline-block; text-align:center; padding-bottom:20px; margin-bottom:60px; border-bottom:solid; border-bottom-color:#44b6e5; border-bottom-width:1px;}
	.infoBAR section div { width:100%;}
	.infoBAR section div div{ display:table; width:100%; text-align:center; margin-bottom:30px; }
	.infoBAR section div div span 
	{
		display:block;
		width:100%;
		text-align:center;
		font-size:60px;
		line-height:60px;
	}
	.infoBAR section p{ display:inline-block; width:80%; text-align:center; padding-top:20px; margin-top:20px; border-top:solid; border-top-color:#44b6e5; border-top-width:1px;}
	footer section section img{ display:none; }
}











.tb {
	display:inline-block;
	width:94%;
	height:auto;
	max-width:1200px;
	box-sizing:border-box;
	margin:0;
	padding:0;
	position:relative;
	
}
.tb-first{margin-top:5vh;}
.tb section.tb-txt{
	font-size:18px;
	line-height:32px;
	font-weight:300;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	box-sizing:border-box;
	padding-left:2.5vw;
	padding-right:2.5vw;
	padding-top:5vh;
	padding-bottom:5vh;
}
.tb section.tb-txt *
{
	font-size:18px;
	line-height:32px;
	font-weight:300;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	box-sizing:border-box;
}
.tb section.tb-txt ul, .tb section.tb-txt ol
{
	display:inline-block;
	width:80%;
	max-width:600px;
	text-align:left;
}
.tb section.tb-txt-l,
.tb section.tb-txt-r
{
	display:inline-block;
	width:50%;
	height:auto;
	position:relative;
	vertical-align:top;
	text-align:left;
}
.tb section.tb-txt-t
{
	display:inline-block;
	width:100%;
	height:auto;
	position:relative;
	vertical-align:top;
	text-align:left;
}
.tb section.tb-img img
{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:auto;
	height:100%;
	min-height:100%;
	min-width:100%;
	z-index:1;
}			
.tb section.tb-img-align-l,
.tb section.tb-img-align-r
{
	display:inline-block;
	width:50%;
	height:50vh;
	min-height:400px;
	overflow:hidden;
	position:relative;
	vertical-align:top;
	margin:0;
}
.tb section.tb-img-align-t
{
	display:block;
	width:100%;
	height:50vh;
	max-height:600px;
	min-height:400px;
	overflow:hidden;
	position:relative;
	vertical-align:top;
	margin:0;
	padding:0;
}
.TBarticle
{
	padding-bottom:0 !important;
	margin-bottom:30px !important;
}
.TBarticle:after
{
	display:none !important;
}
.tb-img-portrait { width:100% !important; height:auto !important; }



















































.tbAR100{ width:100% !important; }
.tbAR100 section.tbAR-txt {padding-left:0 !important; padding-right:0 !important;} 
.tbAR {
	display:inline-block;
	width:94%;
	height:auto;
	max-width:1200px;
	box-sizing:border-box;
	margin:0;
	padding:0;
	position:relative;
	
}
.tbAR-first{margin-top:5vh;}
.tbAR section.tbAR-txt{
	font-size:18px;
	line-height:32px;
	font-weight:300;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	box-sizing:border-box;
	padding-left:2.5vw;
	padding-right:2.5vw;
	padding-top:32px;
	padding-bottom:32px;
	text-align:left;
	color:#141f48;
}
.tbAR section.tbAR-txt b, .tbAR section.tbAR-txt b *{ font-weight:700; color:#141f48;}
.tbAR section.tbAR-txt *
{
	font-size:18px;
	line-height:32px;
	font-weight:300;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	box-sizing:border-box;
	color:#141f48;
}
.tbAR section.tbAR-txt ul, .tbAR section.tbAR-txt ol
{
	display:inline-block;
	width:80%;
	max-width:600px;
	text-align:left;
}
.tbAR section.tbAR-txt ul li, .tbAR section.tbAR-txt ol li, .tbAR section.tbAR-txt li
{
	display:list-item;
	width:80%;
	max-width:600px;
	text-align:left;
	padding-left:20px;
	margin-left:40px;
}
.tbAR section.tbAR-txt-l,
.tbAR section.tbAR-txt-r
{
	display:inline-block;
	width:50%;
	height:auto;
	position:relative;
	vertical-align:top;
	text-align:left;
}
.tbAR section.tbAR-txt-t
{
	display:inline-block;
	width:100%;
	height:auto;
	position:relative;
	vertical-align:top;
	text-align:left;
}
.tbAR section.tbAR-img img
{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:auto;
	height:100%;
	min-height:100%;
	min-width:100%;
	z-index:1;
}			
.tbAR section img.tbAR-img-r,
.tbAR section img.tbAR-img-l
{
	display:inline-block;
	width:50%;
	height:auto;
	min-height:0px;
	overflow:hidden;
	position:relative;
	vertical-align:top;
	margin:0;
	box-shadow:rgba(0,0,0,0.25) 2px 2px 5px;
	box-sizing:border-box;
}
.tbAR section img.tbAR-img-r { float:right; margin-left:45px; margin-bottom:20px;}
.tbAR section img.tbAR-img-l { float:left; margin-right:45px; margin-bottom:20px;}
.tbAR section.tbAR-img-align-t
{
	display:block;
	width:100%;
	/*height:50vh;
	max-height:600px;
	min-height:400px;
	*/
	height:auto;
	overflow:hidden;
	position:relative;
	vertical-align:top;
	margin:0;
	padding:0;
}
.tbAR section.tbAR-img-align-t img
{ 
	width:100% !important;
	height:auto !important;
	position:relative !important;
	top: auto !important;
	left:auto !important;
	transform:none !important;
	min-width:0 !important;
	min-height:0 !important;
}
.TBARarticle
{
	padding-bottom:0 !important;
	margin-bottom:30px !important;
}
.TBARarticle:after
{
	display:none !important;
}
.tbAR-img-portrait { width:100% !important; height:auto !important; }







.tbAR a, .tbAR a:link, .tbAR a:visited
{
	font-weight:700 !important;
	color: #43b6e4 !important;
	text-decoration:none !important;
}
.tbAR a:hover
{
	color: #43b6e4 !important;
	opacity:0.7 !important; 
}
























.pics_in_a_row 
{
	display: flex; 
	flex-wrap: wrap ;
	width: 100%;
	height: auto;
	align-content: space-between;
	position:relative;
}
.pics_in_a_row div { position:relative; cursor:pointer; overflow:hidden; max-height:400px; background:#000;}

.pics_in_a_row div a{
  width: 100%;
  height: auto;
  vertical-align: middle;
  position:relative;
  overflow-y:hidden;
  display:inline-block;
  border:none;
  outline:none;
	
}
.pics_in_a_row div a:before
{
	width:100%;
	height:100%;
	background:none;
	background-color:transparent;
	content:'';
	border:solid;
	border-width:1px;
	border-color:#fff;
	position:absolute;
	top:0;
	left:0;
	z-index:9;
	
}
.pics_in_a_row div a img {
	
  width: 100%;
  height: auto;
  vertical-align: middle;
  object-fit:contain;
  opacity:0.75;
}
.pics_in_a_row div a:hover img
{
	opacity:1;
}
.pics_in_a_row figure
{
	width:auto;
	height:auto;
	margin:0 !important;
}



.cropROWPIC
{
	display:flex;
	width:100% !important;
	height:100% !important;
	overflow:hidden;
	box-sizing:border-box;
	position:relative;
	max-height:400px;		
}
.cropROWPIC img
{
	width:auto !important;
	height:auto !important;
	min-height:100%;
	min-width:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);	
}



















.simpleHEADER
{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	padding-top:96px;
	    background: #141f48;
		min-height:0 !important;
		padding-bottom:0px !important;
}

.simpleHEADER div
{
	transition: left 1.25s ease-in-out; -moz-transition: left 1.25s ease-in-out;-webkit-transition: left 1.25s ease-in-out;
	display:block;
	text-align:center;
	width:100%;
	height:auto;
	position:relative;
	padding-left:90px;
	padding-right:90px;
	padding-top:60px;
	padding-bottom:60px;
	z-index:2;
	box-sizing:border-box;
}
.simpleHEADER div span {
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	padding: 4px;
	padding-left: 4px;
	padding-right: 12px;
	margin: 0;
	color: #fff;
	position: relative;
	display: block;
	z-index: 5;
	background: rgba(255,255,255,0);
	border: none;
	outline: none;
	mix-blend-mode: screen;
	width: auto !important;
}
.simpleHEADER div span span
{
	display: inline-block;
	vertical-align: middle;
	background-color: #43b6e4;
	padding-right: 24px;
	padding-left: 24px;
	margin-right: 0px;
	border-radius: 2px;
	color: #fff;
	font-weight: 400;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
}
.simpleHEADER div h1
{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 300;
	font-size: 60px;
	line-height: 60px;
	max-width:1100px;
	padding: 0;
	margin: 0;
	color: #fff;
	margin-bottom: 4px;
	position: relative;
	white-space: normal;
	display:inline-block;
	width: 100%;
	box-sizing: border-box;
}
.simpleHEADER div h2
{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	color: #fff;
	position: relative;
	display:inline-block;
	letter-spacing: 1px;
	text-transform: uppercase;
	max-width:800px;
}
.simpleHEADER time {
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	text-transform:uppercase;
	padding: 12px;
	padding-left:24px;
	padding-right:24px;
	margin: 0;
	color: #444;
	letter-spacing:1px;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translate(-50%,0%);
	display: block;
	z-index: 5;
	background: rgba(255,255,255,1);
	border: none;
	outline: none;
	mix-blend-mode: screen;
	width: auto !important;
}


.imgHEADER {
	display:block;
	width:100%;
	height:auto;
	overflow:visible;
	position:relative;
	padding:0;
	margin:0;
	margin-top:120px;
	margin-bottom:30px;
	text-align:center;
}

.imgHEADER div{
	display:block;
	width:100%;
	height:0;
	position:relative;
	padding:0;
	padding-bottom:40%;
	margin:0;
	margin-bottom:30px;
	text-align:center;
	overflow:hidden;
}
.imgHEADER div img{
	display:block;
	width:100%;
	height:auto;
	min-width:100%;
	min-height:100%;
	max-height:none;
	max-width:none;
	padding:0;
	margin:0;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
@media (max-width: 730px) 
{
	.imgHEADER {
		margin-top:155px;
	}
}
@media (orientation: portrait) {
	.imgHEADER div{
		height:auto;
		overflow:visible;
		padding-bottom:0;
	}
	.imgHEADER div img{
		padding:0;
		margin:0;
		position:relative;
		top:auto;
		left:auto;
		transform:none;
	}
}
.imgHEADER img{
	display:block;
	width:auto;
	height:auto;
	min-width:100%;
	max-width:100%;
	max-height:70vh;
	position:relative;
	padding:0;
	margin:0;
	margin-bottom:30px;
}
.imgHEADER span {
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	padding: 4px;
	padding-left: 4px;
	padding-right: 12px;
	margin: 0;
	color: #fff;
	position: relative;
	display: block;
	z-index: 5;
	background: rgba(255,255,255,0);
	border: none;
	outline: none;
	mix-blend-mode: screen;
	width: auto !important;
}
.imgHEADER span span {
	display: inline-block;
	vertical-align: middle;
	background-color: #43b6e4;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 10px;
	border-radius: 2px;
	color: #fff;
	font-weight: 400;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	letter-spacing: 3px;
}
.imgHEADER h1{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 200;
	font-size: 60px;
	line-height: 60px;
	max-width: 1200px;
	padding: 0;
	margin: 0;
	color:#141f48;
	margin-bottom: 4px;
	position: relative;
	white-space: normal;
	display: inline-block;
	width: 90%;
	box-sizing: border-box;
}
.imgHEADER h2{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	max-width: 800px;
	padding: 0;
	margin: 0;
	color:#141f48;
	margin-bottom: 4px;
	position: relative;
	white-space: normal;
	display: inline-block;
	width: 90%;
	box-sizing: border-box;
	letter-spacing:1px;
}




.cPRO {
	display:block;
	width:100%;
	height:auto;
	background:#fff;
	box-sizing:border-box;
	text-align:center;
	position:relative;
	
	margin-bottom:60px;
}
.cPRO section {
	display:inline-table;
	width:70%;
	height:auto;
	background:#141f48;
	box-sizing:border-box;
	text-align:center;
	position:relative;
	padding:20px;
	box-shadow:rgba(0,0,0,0.25) 2px 2px 4px;
	border-radius:2px;
	max-width:600px;
	margin-top:60px;
	margin-left:5px;
	margin-right:5px;
	border:none;
}
@media (max-width: 980px) 
{
	.cPRO section {width:90%;}
}
.cPRO section div.txt {
	display:table-cell;
	width:auto;
	height:auto;
	background:none;
	box-sizing:border-box;
	text-align:left;
	position:relative;
	padding:20px;
	box-shadow:none;
	border-radius:2px;
	vertical-align:top;
}
.cPRO section div.txt b
{
	display:block;
	width:100%;
	position:relative;
	box-sizing:border-box;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 28px;
	color: #43b6e4;
	text-align:left;
	margin-bottom:20px;	
}
.cPRO section div.txt strong
{
	display:block;
	width:100%;
	position:relative;
	box-sizing:border-box;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-align:left;
	margin-bottom:20px;	
}
.cPRO section div.txt em
{
	display:block;
	width:100%;
	position:relative;
	box-sizing:border-box;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-align:left;
	font-style:normal;	
}
.cPRO section div.img {
	display:table-cell;
	width:15vw;
	height:auto;
	padding:0px;
	margin:10px;
	box-sizing:border-box;
	position:relative;				
	box-shadow:none;
	border-radius:0;
	vertical-align:top;
}
.cPRO section div.img div {
	display:inline-block;
	width:15vw;
	height:15vw;
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	position:relative;				
	box-shadow:rgba(0,0,0,0.25) 2px 2px 4px;
	border-radius:2px;
	overflow:hidden;
	vertical-align:top;
	text-align:left;
}
.cPRO section div.img div img
{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:auto;
	height:100%;
	min-width:100%;
	min-height:100%;
}
.cPRO section div.img div.thumbs {
	display:block !important;
	width:100% !important;
	height:auto !important;			
	box-shadow:none !important;
	border-radius:0 !important;
	overflow:auto !important;
	margin-top:10px !important;
}
.cPRO section div.img div.thumbs a
{
	display:inline-block;
	width:20%;
	height:0;
	overflow:hidden;
	padding:0;
	padding-bottom:20%;
	margin:2px;
	position:relative;
}
.cPRO section div.txt button
{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	background-color: #43b6e4;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 20px 25px;
	text-align: left;
	text-decoration: none;
	border-radius: 2px;
	border:none;
	margin:0;
	margin-top:18px;
}




.campTH
{
	display: block;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height:auto;
	padding-top: 0px;
	padding-bottom: 90px;
	position: relative;
	z-index: 1;
	overflow: visible;
	text-align: center;				
	background-color: #fff;
	padding-top: 10vh;
	/*border-top:solid;
	border-top-width:4px;
	border-top-color:#43b6e4;*/
}
.campTH h5 {
    display: inline-block;
    position: relative;
    width: 90%;
    max-width: 1100px;
    height: auto;
    padding: 0;
    padding-right: 1%;
    margin: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: none;
    z-index: 0;
    background-color: transparent;
    text-align: left;
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
    color: #141f48;
}
.campTH div {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 90%;
	background-color:transparent;
	height:auto;
	
	max-width:1100px;
	position:relative;
}

.campTH div div {
	cursor: pointer;
	display: table;
	box-sizing: border-box;
	width: 100%;
	padding: 5%;
	padding-top:0;
	padding-left: 0;
	padding-right: 0;
	height: auto;
	vertical-align: top;
	position: relative;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-top: 0 !important;
}

/*THUMB*/
.campTH div div section {
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	z-index: 1;
	box-shadow: 4px 4px 5px rgb(0 0 0 / 15%);
	display: table-cell;	
	height:100%;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0;
	margin: 0;
	position: relative;
}
.campTH div div section{width: 25%;}
.campTH div div section section {
	display: block;
	box-shadow: none;
	width: 100%;
	height:0%;
	position: relative;
	overflow: hidden;
	padding: 0;
	padding-bottom:100%;
	margin: 0;
	border-radius: 3px;
}
.campTH div div section section img {
	object-fit:cover;
	width: auto;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	padding: 0;
	margin: 0;
	z-index: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
}
/*END - THUMB*/

.campTH div div div
{
		transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	z-index: 0;
	display: table-cell;
	vertical-align: middle;
	width: 55%;
	height: auto;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0;
	padding-left: 5%;
	margin: 0;
	position: relative;
	background-color: #141f48;
	box-sizing:border-box;
	padding-top:40px;
	padding-bottom:40px;
}
.campTH div div div h3 {
	z-index: 1;
	display: inline-block;
	width: auto;
	text-align: left;
	height: auto;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border: none;
	color: #fff;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-weight: 400;
}
.campTH div div div p {
	width: 100%;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	height: auto;
	color: #012645;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: 400;
	line-height: 24px;
	padding: 0;
	margin: 0;
	padding-left: 0px;
	padding-right: 5px;
}
.campTH div div div b {
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
	color: rgba(255,255,255,0.7);
	font-weight: 700;
}
.campTH div div div b a, .campTH div div div b a:link, .campTH div div div b a:visited {
	font-size: inherit;
	line-height: inherit;
	color: rgba(255,255,255,0.7);
	font-weight: 400;
	text-decoration:none;
}
.campTH div div div p a, .campTH div div div p a:link, .campTH div div div p a:visited {
	font-size: inherit;
	line-height: inherit;
	color: rgba(255,255,255,0.7);
	font-weight: 400;
	text-decoration:none;
}

.campTH div div div p b {
	font-size: inherit;
	line-height: inherit;
	color: rgba(255,255,255,0.7);
	font-weight: 700;
}


.campTH div div div a.more, .campTH div div div a.more:link, .campTH div div div a.more:visited
{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:16px; 
	line-height:16px;
	white-space:nowrap;
	color: #fff;
	background-color: #43b6e4;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 20px 25px;
	text-align: left;
	text-decoration: none;
	border-radius:2px;
	margin:0;
	margin-top:0px;
	margin-bottom:20px;
	box-sizing:border-box; 
}
.campTH div div div a.more:hover
{
	background-color:#FFF;
	color: #43b6e4;
	box-shadow:rgba(0,0,0,0.25) 2px 2px 4px;
}



.heroREGIONmTOP 
{
	margin-top:100px !important;	
}


@media (max-width: 1700px) 
{
	section.heroSlant div h1{font-size:48px; line-height:48px;}
}
@media (max-width: 1200px) 
{
	section.heroSlant div h1{font-size:36px; line-height:36px;}
}
@media (max-width: 900px) 
{
	section.heroSlant
	{
		padding-bottom:56%;
	
	}
}
@media (max-width: 800px) 
{
	section.heroSlant div h1 {display:inline-block; padding-right:0;}
	section.heroSlant div { width:100%; transform:none; height:auto; right:0%; padding-top:30px;}
	section.heroSlant div div { vertical-align:bottom; transform:none; padding-left:30px; padding-top:0px; padding-bottom:30px;}
	section.heroSlant div h1 {white-space:normal;width:100%; display:inline-block;}
	section.heroSlant img {
		transform: translate(-50%,-70%);
	}
	.ff section, .ff section div {
		min-height:0;
	}
	.ff section div.hasIMG {
		padding-bottom:50%;
	}
}
@media (orientation: portrait) {
	.ff section, .ff section div {
			min-height:0;
		}
		.ff section div.hasIMG {
			padding-bottom:50%;
			margin-top:30px;
		}
	}
}

@media (max-width: 800px) 
{
	
	.statment h3 {
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
		padding: 0px;
		padding-top:24px;
		padding-bottom: 24px;
	}
	.statment {min-height:0;}
	.tbAR section.tbAR-txt { padding-top:2.5vw;}
	
	
	.statment h1
	{
		font-weight: 200;
		font-size: 24px;
		line-height: 32px;
		padding:0px;
		padding-top:32px;
		padding-bottom:32px;
	}
	.statment h1.pb { padding-bottom:32px !important; }
}
@media (max-width: 650px) 
{
	section.heroSlant div {padding-top:45px;}
	section.heroSlant div h1 {white-space:normal; font-size:28px; line-height:28px; width:100%; display:inline-block;}

	.ff section div h1, .ff section div h2, .ff section div h3 {
    	font-size: 18px;
    	line-height: 24px;
	}
	.ff section div a, .ff section div a:link, .ff section div a:visited
	{
		padding:16px 18px;
		font-size:14px; line-height:24px; 
		
	}
	.statment h3 {
		font-weight: 300;
		font-size: 18px;
		line-height: 24px;
		padding: 45px;
		padding-bottom: 45px;
	}
	.statment div.vid
	{
		height:auto;
		padding-bottom:56%;
	}
	footer div div, footer section section 
	{
		width:90%;
		white-space:normal;
	}
	footer div div a, footer div div a:link, footer div div a:visited
	{
		padding:12px 14px;
		font-size:12px; line-height:12px;
	}
	footer div div:last-child
	{
		float:none; width:90%;
		margin-top:30px;
		
	}
	footer section section a, footer section section a:link, footer section section a:visited
	{
		margin-right:18px;
	}
	
}














.categoryDESCRIPTIVE {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	box-sizing:border-box;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;	
}
.categoryDESCRIPTIVE section{
	max-width:1100px;
	display:inline-block;
	position:relative;
	width:70%;
	height:auto;
	padding:0;
	margin:0;
	box-sizing:border-box;
	text-align:center;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
	text-align:left;
}
.categoryDESCRIPTIVE section a, .categoryDESCRIPTIVE section a:link, .categoryDESCRIPTIVE section a:visited
{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
	color: #43b6e4;
	text-decoration:none;
}
.categoryDESCRIPTIVE section a:hover { opacity:0.5;}
@media (max-width: 800px) 
{
	.categoryDESCRIPTIVE section{width:90%;}
}
.categoryDESCRIPTIVE section ul{
	padding-left:30px; 
}
.categoryDESCRIPTIVE section b, .categoryDESCRIPTIVE section u{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
.categoryDESCRIPTIVE section b, .categoryDESCRIPTIVE section b u
{
	font-weight: 700 !important;
}
.categoryDESCRIPTIVE section img{
	width:50%;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	margin-right:48px;
	margin-bottom:24px;
}
.categoryDESCRIPTIVE section h2{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    padding: 0;
    margin: 0;
    color: #141f48;
    position: relative;
    display: inline;
}




#product ul {z-index:0;width:100%; height:auto; padding:0; margin:0; position:relative; display:table;text-align:center;}
#product ul div.cookie{ display:inline-block; text-align:left; width:80%; height:auto; padding:0; margin:0;}
#product ul section{ display:inline-block; text-align:left; width:80%; height:auto; padding:0; padding-top:30px; margin:0;}

#product ul div.cookie a, #product ul div.cookie a:link, #product ul div.cookie a:visited{ text-decoration:none; position:relative; display:inline-table; width:auto; height:0; margin:0; padding:20px; font-family:'Outfit',Verdana, Geneva, sans-serif; font-size:12px; line-height:12px; color:#888;}
#product ul div.cookie a:after { content:'\f054'; font-family:'i'; font-size:inherit; line-height:inherit; color:inherit; opacity:0.5; position:absolute; top:20px; left:0;}
#product ul div.cookie a:first-child { padding-left:0;}
#product ul div.cookie a:first-child:after { display:none;}
#product ul, #product ul section aside { display:inline-block; vertical-align:top; padding:0; margin:0;}


#product ul section aside { /*width:19%;*/ display:none; position:relative; text-align:center; padding-bottom:30px; border:solid; border-width:1px; border-color:#ddd; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; }
#product ul section aside div{ width:80%; display:inline-block; height:auto; position:relative; padding-top:20px; padding-bottom:20px; text-align:left; border-top:dotted; border-top-color:#ddd; border-top-width:1px;}
#product ul section aside div span{ width:100%; height:auto; display:table; padding:0; padding-top:10px; padding-bottom:10px; margin:0; font-family:'Outfit',Verdana, Geneva, sans-serif; font-size:14px; line-height:14px; }
#product ul section aside div ol{ list-style:none; width:100%; height:auto; padding:0; margin:0;  font-family:'Outfit',Verdana, Geneva, sans-serif; font-size:14px; line-height:14px;} 
#product ul section aside div ol li{ font-family:inherit; font-size:inherit; line-height:inherit; padding-top:5px; padding-bottom:5px; }


#product ul section aside div ol li input { padding:10px; font-size:36px;}
#product ul section aside div ol li i:after { content:'\f005'; font-family:'i'; font-size:inherit; line-height:inherit; color:#C90; font-style:normal; padding-right:5px;}
#product ul section aside div ol li i.g:after { color:#ddd; }

#product ul { /*width:80%;*/ width:100%; position:relative; }
#product ul { width:100%; display:inline-table; padding:0; margin:0; margin-bottom:20px; height:auto; list-style:none; position:relative;}
#product ul li{ list-style:none; display:inline-block; text-align:center; vertical-align:top; width:24%; height:auto; padding:0; margin:0; position:relative; border:dotted; border-width:1px; border-color:#CCC; border-bottom:none;  border-top:none;} 
#product ul li:after{ display:table; content:''; width:80%; position:absolute; bottom:-10px; left:10%; border-bottom:dotted; border-bottom-color:#ccc; border-bottom-width:1px; }

#product ul:last-child li:after { display:none; }
#product ul li:nth-child(4n+1){ border-left:none;}
#product ul li:nth-child(4n+4){ border-right:none;}
#product ul li a:before{transition:0.25s linear; -webkit-transition:0.25s linear; -moz-transition:0.25s linear;  position:absolute; z-index:1; top:50%; left:50%; width:0%; height:0%; opacity:0; background-color:#000; content:''; padding:0; margin:0; }
#product ul li a:link, #product ul li a:visited{ text-decoration:none; display:table; width:100%; position:relative; text-align:center; vertical-align:top; padding:0; padding-top:0%; padding-bottom:20%;  margin:0; }
#product ul li a div { display:block; width:100%; height:0; padding:0; padding-bottom:100%; margin:0; position:relative; overflow:hidden;}
#product ul li a div img {
	z-index:0; 
	position:absolute;
	top:50%;
	left:50%;
	width:auto;
	height:auto;
	min-height:100%;
	min-width:100%;
	transform:translate(-50%, -50%); 
} 
#product ul li a div img.p, #product ul li a div img.pp { width:100% !important; height:auto !important;} 
#product ul li a div img.h, #product ul li a div img.hh { width:auto !important; height:100% !important;} 

#product ul li a div#product ulIMGDIV { width:90%; height:0px; overflow:hidden !important; padding-bottom:90%; position:relative; display:inline-block;}

#product ul li a div#product ulIMGDIV img {z-index:0; width:100%; height:auto; border:0; display:inline; position:absolute; top:0; left:0; } 
/*
#product ul li a div#product ulIMGDIV img.h {z-index:0; width:auto; height:100%; border:0; display:inline; position:absolute; top:0; left:0; } 
*/
#product ul li a div#product ulIMGDIV img.h{width: auto;
    height: 100%;
	width:auto !important;
    min-height: 100%;
    min-width: 100%;
    padding: 0;
    margin: 0;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);} 

#product ul li a strong { 
	text-align:left; 
	z-index:2; 
	display:table; 
	width:90%; 
	height:auto; 
	padding:0; 
	padding-left:5%; 
	margin:0; 
	padding-top:14px; 
	font-family:'Outfit',Verdana, Geneva, sans-serif; 
	font-size:24px; 
	line-height:24px; 
	font-weight:400; 
	color:#333; 
} 
#product ul li a span { display:table; text-align:left; width:90%; padding:0; padding-left:5%; margin:0; padding-top:14px; font-family:'i'; color:#C90; font-size:18px; letter-spacing:5px; font-weight:normal; }
#product ul li a span.r5:after { content:'\f005 \f005\f005\f005\f005';  }
#product ul li a span.r45:after { content:'\f005 \f005\f005\f005\f123';  }
#product ul li a span.r4:after { content:'\f005 \f005\f005\f005\f006';  }
#product ul li a span.r35:after { content:'\f005 \f005\f005\f123\f006';  }
#product ul li a span.r3:after { content:'\f005 \f005\f005\f006\f006';  }
#product ul li a span.r25:after { content:'\f005 \f005\f123\f006\f006';  }
#product ul li a span.r2:after { content:'\f005 \f005\f006\f006\f006';  }
#product ul li a span.r15:after { content:'\f005 \f123\f006\f006\f006';  }
#product ul li a span.r1:after { content:'\f005 \f006\f006\f006\f006';  }
#product ul li a span.r05:after { content:'\f123 \f006\f006\f006\f006';  }
#product ul li a span.r0:after { content:'\f006 \f006\f006\f006\f006';  }
#product ul li a:hover:before{ width:100%; height:100%; top:0%; left:0%; opacity:0.1;}
#product ul li a b { text-transform:none !important; font-family:'Outfit',Verdana, Geneva, sans-serif; font-size:14px; line-height:18px; font-weight:300; display:table; color:#141f48; letter-spacing:1px; text-align:left; width:90%; padding:0; padding-left:5%; margin:0; padding-top:7px;}
#product ul li a em { text-transform:uppercase; font-family:'Outfit',Verdana, Geneva, sans-serif; font-size:12px; line-height:12px; font-weight:400; display:table; color:#888; letter-spacing:1px; text-align:left; width:90%; padding:0; padding-left:5%; margin:0; padding-top:20px;}


#product ul li a b.price ulrice {
	display: table;
	font-family:'Outfit',Verdana, Geneva, sans-serif; font-size:12px; line-height:12px; font-weight:normal; text-transform:none; 
	letter-spacing:0px;
	padding:0;
	width:90%; margin-left:5%; margin-top:14px;
	padding-bottom:30px;
	text-align:left;
}
#product ul li a b.price span { font-size:inherit; font-family:Verdana, Geneva, sans-serif; color:inherit; letter-spacing:inherit; display:inline; padding:0; margin:0; width:auto;}


@media (max-width: 1580px){
	#product ul li{ width:33%; }
	#product ul li:nth-child(4n+1){ border-left:dotted; border-left-width:1px; border-left-color:#ccc;}
	#product ul li:nth-child(4n+4){ border-right:dotted; border-right-width:1px; border-right-color:#ccc;}
	#product ul li:nth-child(3n+1){ border-left:none;}
	#product ul li:nth-child(3n+3){ border-right:none;}
}
@media (max-width: 1280px){
	#product ul div.cookie, #product ul section{ width:95%; }
	#footer section div:last-child a {padding-left:30px;}
}
@media (max-width: 1200px){
	
	.catgrid{ width:90%; }
}
@media (max-width: 1100px){
	#product ul section aside { position:fixed; top:0; left:-150%; width:100%; }
	#product ul { width:100%; }
}
@media (max-width: 900px){
}
@media (max-width: 800px){
	#product ul div.cookie, #product ul section{ width:95%;}
}
@media (max-width: 700px){
	#product ul {text-align:center;}
	#product ul li{ width:49.5%; }
	#product ul li:nth-child(3n+1){ border-left:dotted; border-left-width:1px; border-left-color:#ccc;}
	#product ul li:nth-child(3n+3){ border-right:dotted; border-right-width:1px; border-right-color:#ccc;}
	#product ul li:nth-child(even){ border-right:none;}
	#product ul li:nth-child(odd){ border-left:none;}
	#product ul li a strong { font-size:13px; }
	#product ul li b { display:table; font-size:12px; line-height:12px;}

	.catgrid{ width:100%; }
	.catgrid li{width:49%; border-left:none; border-right:none;}
	.catgrid li:nth-child(odd){ border-left:dotted; border-left-width:1px; border-left-color:#CCC; }
	.catgrid li:nth-child(even){ border-left:none;}


	.nomobile {display:none !important;}
	.mobileonly, .mobileonly:after, .mobileonly:before {display:block !important;}

}

#product ulp { z-index: 0;

width: 100% !important;

height: auto !important;

border: 0;

display: inline;

position: absolute;

top: 50% !important;

left: 50% !important;

transform: translate(-50%,-50%);
}









































.PRODUCTWRAP { 
	display:block; 
	position:relative;
	width:100vw;
	height:auto;
	padding:0;
	margin:0;
	text-align:center;
}


#product{display:inline-block; width:auto; width:70%; padding-bottom:90px; z-index:1; text-align:left;}
#product h1{    
	color: #111;
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700 !important;
    font-size: 32px;
    line-height: 32px; text-transform:uppercase; margin:0px; padding:0px; padding-bottom:5px;
	padding-left:30px; width:auto;
	
	}
	

#product h2{    
	color: #444 !important;
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400 !important;
    font-size: 20px;
    line-height: 20px; text-transform:uppercase; margin:0px; padding:0px; padding-bottom:5px;
	padding-left:30px; width:auto;
	}
#product h3, #product h4{ display:none; } 

@media (max-width: 1400px) {#product h1{font-size:36px; line-height:36px;}#product {width:75%;}.homeRAproductPages,.productTH,.homeRA {width:85%;}}
@media (max-width: 1300px) {#product {width:85%;}}
@media (max-width: 1100px) {#product h1{font-size:30px; line-height:30px;}}
@media (max-width: 1080px) {#product {width:95%;} }








@media (max-width: 700px), only screen and (orientation: portrait) {
	#product div.cookie a:first-child {font-size:18px !important;}
	#product div.cookie a:link, #product div.cookie a:visited {font-size:150%;}	
	.cookie a:first-child {font-size:18px !important;}
	.cookie a:link, .cookie a:visited {font-size:150%;}	
	#product h1 { font-size:36px; line-height:42px; margin-bottom:15px;}
	#product {width:95%;}
	#product div.setrating { margin-right:0px !important;}
}


#product div.cookie {display:table; position:relative; width:100%; height:auto; padding:0px; padding-top:0px; padding-bottom:0px; margin-bottom:5px; }








#product div.cookie a, #product div.cookie a:link, #product div.cookie a:visited{ text-decoration:none; position:relative; display:inline-table; width:auto; height:0; margin:0; padding:20px; font-family:'Outfit',Verdana, Geneva, sans-serif; font-weight:400; font-size:12px; line-height:12px; color:#888;}
#product div.cookie a:after { content:'\f054'; font-family:'i'; font-size:inherit; line-height:inherit; color:inherit; opacity:0.5; position:absolute; top:20px; left:0;}
#product div.cookie a:first-child { padding-left:0;}
#product div.cookie a:first-child:after { display:none;}
#product div.cookie a:hover { color:#9C0; }


.cookie { display:inline-block; padding:0; margin:0; text-align:left; height:auto !important;}
.cookie a, .cookie a:link, .cookie a:visited{ text-decoration:none; position:relative; display:inline-table; width:auto; height:0; margin:0; padding:20px; font-family:'Outfit',Verdana, Geneva, sans-serif; font-weight:400; font-size:12px !important; line-height:12px !important; color:#888;}
.cookie a:after { content:'\f054'; font-family:'i'; font-size:inherit; line-height:inherit; color:inherit; opacity:0.5; position:absolute; top:20px; left:0;}
.cookie a:first-child { padding-left:0;}
.cookie a:first-child:after { display:none;}
.cookie a:hover { color:#9C0; }










#product div.setrating{ display:inline-block; background:#FFF; padding:15px; width:auto !important; opacity:1 !important;  font-family:'Outfit',Verdana, Geneva, sans-serif; font-size:16px; font-weight:400 !important; line-height:18px; color:#25282a; margin-bottom:15px; margin-right:0px; margin-left:30px; border:none;box-shadow:2px 2px 7px rgba(0,0,0,0.35); -webkit-box-shadow:2px 2px 7px rgba(0,0,0,0.35); -moz-box-shadow:2px 2px 7px rgba(0,0,0,0.35);	border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
#product div.setrating div.rating-wrap{width:150px;height:25px;position:relative; margin-right:0px;display:inline-block; vertical-align:middle;} 
#product div.setrating div.rating-wrap div.radio-wrap{width:100%;height:100%;} 
#product div.setrating div.rating-wrap div.radio-wrap input[type=radio] {display:inline-block;position:relative;z-index:2;margin:0;width:15%;height:100%;opacity:0; cursor:pointer;} 
#product div.setrating div.rating-wrap div.radio-wrap div.rating-fill{width:0;height:100%;background:url(images/star.png) #efaf16;position:absolute;top:0;left:0;z-index:1;} 
#product div.setrating div.rating-wrap div.radio-wrap input[value="5"]:checked + .rating-fill{width:100%;} 
#product div.setrating div.rating-wrap div.radio-wrap input[value="4"]:checked + .rating-fill{width:80%;} 
#product div.setrating div.rating-wrap div.radio-wrap input[value="3"]:checked + .rating-fill{width:60%;} 
#product div.setrating div.rating-wrap div.radio-wrap input[value="2"]:checked + .rating-fill{width:40%;} 
#product div.setrating div.rating-wrap div.radio-wrap input[value="1"]:checked + .rating-fill{width:20%;} 
#product div.setrating div.rating-wrap div.rating-blank{width:100%;height:100%;background:url(images/star.png) #ccc;position:absolute;top:0;left:0; z-index:0;}
#product div.setrating button{	transition: all 0.25s; -moz-transition: all 0.25s; -webkit-transition: all 0.25s;		
	display:block; white-space:nowrap; 		
	font-family:'Outfit',Verdana, Geneva, sans-serif; color:#FFF !important; text-decoration:none; 
	font-size:0px !important; line-height:0px !important; width:0% !important; height:0% !important; position:relative; left:auto; top:auto; right:auto; 		
	border:none; background-color:#235bcd;		padding:0px !important;		text-align:center; margin-left:0 !important; margin:0px;		margin-top:0px; text-shadow:none !important;}
#product div.setrating button.hit{
		transition: all 0.25s; -moz-transition: all 0.25s; -webkit-transition: all 0.25s;
		display:block !important; white-space:nowrap; font-family:'Outfit',Verdana, Geneva, sans-serif; color:#FFF !important;  
		text-decoration:none; font-size:12px !important; line-height:12px !important; width:100% !important; height:auto !important; 
		position:relative; left:auto; top:auto; right:auto; border:none; background-color:#235bcd; padding:15px !important; text-align:center; margin-left:0 !important; margin:0px; margin-top:15px; cursor:pointer;}
#product div.setrating button.hit:hover{background-color:#f15a18;}
#product div.productT { display:table; width:auto; min-width:100%; height:auto; padding:0px; margin:0px;  padding-top:0px; }




#product div.productT div.L{ display:table-cell; width:40%; min-width:120px; max-width:260px; height:auto; padding:0px; margin:0px; vertical-align:top; }
#product div.productT div.L div.product-gallery{ display:block; width:100%; padding:0px; margin:0px; height:auto; margin-top:0px; margin-bottom:15px; padding-bottom:10px;} 
#product div.productT div.L div.product-gallery div{ display:block; padding:0px; margin:0px; margin-bottom:5px; border:none; width:100%; height:auto !important; position:relative; background-color:#000;transition: all 0.25s; -moz-transition: all 0.25s; -webkit-transition: all 0.25s;} 
#product div.productT div.L div.product-gallery div.videoWrapper {	position: relative;	padding-bottom: 56.25%; /* 16:9 */	padding-top: 25px;	height: 0;}
#product div.productT div.L div.product-gallery div.videoWrapper iframe {	position: absolute;	top: 0;	left: 0;width: 100%;height: 100%;}
#product div.productT div.L div.product-gallery div img{ display:block; padding:0px; margin:0px; border:none; width:100%; height:auto; position:relative; left:0px; top:0px;transition: all 0.25s; -moz-transition: all 0.25s; -webkit-transition: all 0.25s;} 
#product div.productT div.L div.product-gallery div img.centered{ display:block; padding:0px; margin:0px; border:none; width:100%; height:auto; position:relative; left:0px; top:0%;transition: all 0.25s; -moz-transition: all 0.25s; -webkit-transition: all 0.25s;} 
#product div.productT div.L div.product-gallery a,#product div.productT div.L div.product-gallery a:link,#product div.productT div.L div.product-gallery a:visited{display:inline-block; position:relative; padding:0px; margin:2px; margin-right:0px; border:none; outline:none; width:66px; height:66px; overflow:hidden;}




#product div.productT div.L div.product-gallery div a,#product div.productT div.L div.product-gallery div a:link,#product div.productT div.L div.product-gallery div a:visited{display:inline; position:relative; padding:0px; margin:0px; border:none; outline:none; width:auto; height:auto; overflow:auto;}


#product div.productT div.L div.product-gallery a.vid,#product div.productT div.L div.product-gallery a.vid:link,#product div.productT div.L div.product-gallery a.vid:visited{ background-color:#000;}
#product div.productT div.L div.product-gallery a.vid:before,#product div.productT div.L div.product-gallery a.vid:link:before,#product div.productT div.L div.product-gallery a.vid:visited:before{display:block; position:absolute; width:100%; height:100%; background-image:url(images/play-overlay.png); background-repeat:no-repeat; background-size:auto 75%; background-position:50% 50%; opacity:0.9; z-index:99; content:'';}
#product div.productT div.L div.product-gallery a img {width:200%; height:auto; margin-left:-40%; margin-top:-30%; border:none; outline:none;transition: all 0.25s; -moz-transition: all 0.25s; -webkit-transition: all 0.25s;} 
@media (max-width: 1300px) {#product div.productT div.L div.product-gallery div{height:430px}}
@media (max-width: 1150px) {#product div.productT div.L div.product-gallery div{height:380px},  #product div.productT div.L div.product-gallery a img {width:80px;},#product div.productT div.L div.product-gallery a,#product div.productT div.L div.product-gallery a:link,#product div.productT div.L div.product-gallery a:visited{width:80px; height:44px;} }


@media (max-width: 900px)
{
	#product div.productT div.R,#product div.productT div.L { display:table;}
	#product div.productT div.L div.product-gallery div { width:120px;}
	#product div.productT div.L div.product-gallery a, #product div.productT div.L div.product-gallery a:link, #product div.productT div.L div.product-gallery a:visited { width:120px; height:120px;}
}

@media (max-width: 700px) {
	#product div.cookie a:link, #product div.cookie a:visited { font-size:11px !important; line-height:11px !important;}
	#product h2 { font-size:16px !important; line-height:18px;} 
	#product h1 { margin-bottom: 10px !important;}
	#product div.productT div.R p.details, #product div.productT div.R div.details { margin-left:0px !important; }
	#product div.productT div.L div.product-gallery div { width:120px; background:none; background-color:transparent; display:inline-block; vertical-align:top; margin-bottom:2px; margin-top:2px;}
	.specsBOX50, .specsBOX50end { width:90% !important; margin-right:0 !important; margin-left:5% !important;} 
	.t100 section a:link, .t100 section a:visited { letter-spacing:0px;} 
}

#product div.productT div.R{ line-height:normal; display:table-cell; width:auto; min-width:0px; height:auto; padding:0px; margin:0px; vertical-align:top; padding-top:5px; font-size:16px; }
#product div.productT div.R p, #product div.productT div.R div.details { color:#555; font-family:'Outfit',Verdana, Geneva, sans-serif; font-weight:300; font-size:16px; line-height:24px; display:block; width:auto; min-width:0px; height:auto; padding:0px; padding-left:30px; margin:0px; vertical-align:top;}
#product div.productT div.R div.detailsFULL { color:#555; font-family:'Outfit',Verdana, Geneva, sans-serif; font-weight:400; font-size:16px; line-height:24px; display:block; width:auto; min-width:0px; height:auto; padding:0px; padding-left:0px; padding-bottom:60px; margin:0px; vertical-align:top;}
#product div.productT div.R div.price{ font-family:'Outfit',Verdana, Geneva, sans-serif; font-weight:400 !important; 
	font-size:16px; color:#888; display:block; width:auto; min-width:0px; height:auto; padding:0px; padding-left:30px; margin:0px; vertical-align:top; }
#product div.productT div.R div.price b { display:inline-block; font-weight:400; padding-top:15px; padding-bottom:15px; }
#product div.productT div.R div.cfprice{ font-family:'Outfit',Verdana, Geneva, sans-serif; font-weight:400; font-size:28px; color:#ddd; display:block; width:auto; min-width:0px; height:auto; padding:0px; padding-left:30px; margin:0px; vertical-align:top; }
#product div.productT div.R div.price strong{ display: inline !important; font-size:14px !important; margin:0px; padding:0px; padding-left:5px; line-height:48px !important; color:#9C0;}
#product div.productT div.R div.price span{font-size:14px; color:#f60; display:block; margin-top:0px; margin-bottom:5px;}
#product div.productT div.R div.msrp, #product div.productT div.R div.manuCat,#product div.productT div.R div.d{ font-family:'Outfit',Verdana, Geneva, sans-serif; font-weight:400; font-size:12px; color:#9fa2a3; display:block; width:auto; min-width:0px; height:auto; padding:0px; padding-left:30px; margin:0px; vertical-align:top; }
#product div.productT div.R div.sku{ font-family:Verdana, Geneva, sans-serif; font-weight:400; font-size:12px; color:#9fa2a3; display:block; width:auto; min-width:0px; height:auto; padding:0px; padding-left:30px; margin:0px; margin-bottom:15px !important; vertical-align:top; }
#product div.productT div.R strong{ font-family:'Outfit',Verdana, Geneva, sans-serif; font-weight:400; font-size:14px; color:#235bcd; display:block; width:auto; min-width:0px; height:auto; padding:0px; padding-left:30px; padding-top:15px; margin:0px; vertical-align:top; }
#product div.productT div.R div.placeOrder{ display:block; width:auto; min-width:0px; height:auto; padding:0px; padding-left:30px; margin:0px; margin-top:15px; vertical-align:top; }
#product div.productT div.R div.placeOrder div{ font-family:'Outfit',Verdana, Geneva, sans-serif; font-weight:400; white-space:nowrap; font-size:36px; letter-spacing:0px; display:table; background-color:#235bcd; color:#fff; width:auto; min-width:0px; height:auto; padding:15px; margin-left:30px; margin:0px; vertical-align:top; }
#product div.productT div.R div.placeOrder div b{ display:block; font-size:18px; font-weight:400; }
#product div.productT div.R div.price b#lot{ font-size:16px; }
#product div.productT div.R div.cfprice b#lot{ font-size:16px; display:block; margin-bottom:5px; }


#product div.productT div.R div.placeOrder div b a, #product div.productT div.R div.placeOrder div b a:link, #product div.productT div.R div.placeOrder div b a:visited{font-family:'Outfit',Verdana, Geneva, sans-serif; font-weight:400 !important; color:inherit; }
#product div.productT div.R div.placeOrder div b a:hover {color: #83c446 !important;}

#product div.productT div.R form { text-align:left; float:none !important; display:table; width:auto; margin:0; margin-left:0 !important; padding:0;  margin-bottom:15px; height:auto;}
#product div.productT div.R form select{ display:block; padding:10px; margin:0; margin-left:0; margin-bottom:10px; font-family:'Outfit',Verdana, Geneva, sans-serif; font-weight:400; max-width:inherit; font-size:14px; line-height:14px; color:#999;}
#product div.productT div.R form button { margin-left:0 !important;}

@media (max-width: 600px) { 
	#product div.productT div.L{ float:none; width:100% !important; max-width:100%;} #product div.productT div.R { width:100% !important; display:table;} 
	#product div.productT div.L div.product-gallery a, #product div.productT div.L div.product-gallery a:link, #product div.productT div.L div.product-gallery a:visited { width:60px; height:60px;}
	#product div.productT div.L div.product-gallery div { width:60px; padding-left:30px;}	
	#product div.productT { padding-top:0; }
	#product div.productT div.L div.product-gallery { margin-bottom:0;}
}


#product div.productT div.R button {opacity: 1;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    display: inline-table;
    vertical-align: top;
    text-decoration: none;
    width: auto;
    height: auto;
    padding: 15px;
    padding-left: 40px;
    padding-right: 40px;
	margin-left:30px;
	 margin-bottom:15px;
    background-color: #000;
    color: #fff;
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    border: none;
    cursor: pointer;}
#product div.productT div.R button:hover {background-color:#9C0;}
.ac { text-align:center;}

#product div.specsBOX { vertical-align:top; text-align:left; overflow:hidden; display:inline-block; min-width:200px; max-width:600px; height:auto; background:#eee; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; font-size:16px; line-height:24px; 
font-family:'Outfit',Verdana, Geneva, sans-serif; margin-top:30px;}
#product div.specsBOX section { width:auto; padding:20px;  color:#0a3370; }
#product div.specsBOX section.specsBOXhead { position:relative; font-weight:400 !important; 

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #7d7e7d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



 color:#111;font-family:'Outfit',Verdana, Geneva, sans-serif; text-transform:uppercase; }
#product div.specsBOX section div{ display:block; min-height:45px; width:100%; padding:0; margin:0; padding-top:5px; padding-bottom:5px; height:auto;}
#product div.specsBOX section div strong { font-weight:400; padding-top:10px; display:inline-block;}
#product div.specsBOX section div strong span{ font-size:12px;}

#product div.specsBOX section div a, #product div.specsBOX section div a:link, #product div.specsBOX section div a:visited{opacity: 1;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    display: inline-table;
	float:right;
    vertical-align: top;
    text-decoration: none;
    width: auto;
    height: auto;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #0a3370;
    color: #fff;
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    border: none;
    cursor: pointer;}
#product div.specsBOX section div a:hover { background-color:#83c446;}

.specsBOXheadsuse, .specsBOXheaddwn {padding-left:60px !important;}
.specsBOXheadsuse:before { position:absolute; top:20px; left:20px; font-family:'i'; content:'\f05a'; font-size:30px;}
.specsBOXheaddwn:before { position:absolute; top:20px; left:20px; font-family:'i'; content:'\f0ed'; font-size:30px;}


.specsBOX50 { width:48%; margin-right:2%;}
.specsBOX50end {width:50%; margin-right:0%;}
.specsBOX33 { width:32%; margin-right:2%;}
.specsBOX33end {width:33%; margin-right:0%;}


#product p.disclaimer { vertical-align:top; text-align:left; overflow:hidden; display:inline-block; min-width:200px; width:100%;
height:auto; font-size:12px; line-height:18px; 
font-family:Verdana, Geneva, sans-serif; margin-top:30px; margin-bottom:30px; padding-top:30px; border-top:solid; border-top-width:1px; border-top-color:#cccccc;}



.reports
{
	display:block;
	width:auto;
	text-align:center;
	height:auto;
	box-sizing:border-box;
	padding:0;
	margin:0;
	padding-bottom:60px;
	padding-top:60px;
	position:relative;
}
.reports div.reportsCat
{
	width:90%;
	margin-left:0%;
	margin-right:0%;
	margin-bottom:30px;
	text-align:left;
	cursor:default;
	max-width:1100px;
	display:inline-block;
	
}
.reports div.reportsCat h3
{
	position:relative;
	width:100%;
	box-sizing:border-box;
	padding:8px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:16px;
	color:#fff;
	display:inline-block;
	height:auto;
	text-align:left;
	background-color:#43b6e4;
	border-radius:2px;
	box-sizing:border-box;
	letter-spacing:1px;
	text-transform:uppercase;	
}
.reports div.reportsCat h3 img
{
	width:auto;
	height:18px;
	display:inline-block;
	vertical-align:bottom;
	padding:0;
	margin:0;
	margin-right:6px;
	
}





.reports h5 {
    display: inline-block;
    position: relative;
    width: 90%;
    max-width: 1100px;
    height: auto;
    padding: 0;
    padding-right: 1%;
    margin: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: none;
    z-index: 0;
    background-color: transparent;
    text-align: left;
    font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
    color: #141f48;
}
.reports ul
{
	display:inline-block;
	list-style:none;
	width:90%;
	max-width:1100px;
	text-align:left;
	height:auto;
	box-sizing:border-box;
	padding:0;
	margin:0;
	margin-bottom:60px;
	position:relative;
}
.reports ul li
{
	display:inline-table;
	list-style:none;
	width:49%;
	text-align:left;
	height:auto;
	box-sizing:border-box;
	padding:0;
	padding:30px;
	margin-bottom:30px;
	position:relative;
	background:#141f48;
	box-shadow:2px 2px 4px rgba(0,0,0,0.2);
	border-radius:5px;
	min-height:220px;
	

	margin-bottom:1%;
	vertical-align:top;	
}
.reports ul li.hasp {width:100% !important;}
.reports ul li:nth-child(odd)
{
	margin-right:1%;	
}
.reports ul li:nth-child(even)
{
		margin-left:1%;	
}
.reports ul li div.reportsIMG {width:25%;}
.reports ul li div.reportsTHUMB {width:25%;}
.reports ul li div
{
	position:relative;
	display:table-cell;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	vertical-align:top;
	text-align:left;
}
.reports ul li div span
{
	position:relative;
	display:block;
	width:100% !important;
	height:auto;	
	margin:0;
	padding:0;
	vertical-align:top;
}
.reports ul li div.reportsTHUMB span img
{
	position:relative;
	width:100%;
	height:auto;
}

.reports ul li div img
{
	width:90%;
	height:auto;
	padding-right:20px;
	min-width:48px;
	max-height:180px;	
}

.reports ul li div div
{
	position:absolute;
	bottom:0%;
	left:0%;
	transform:translate(0%,-100%);
	height:auto;
	width:auto;
	display:block;
	min-height:0;
	min-width:0;
	background-color:rgba(20,31,72,0.5);
	color:#fff;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:14px; 
	line-height:14px;
	z-index:2;
	padding:5px;
	padding-left:30px;
	padding-right:10px;
	text-transform:uppercase;
	letter-spacing:2px;	
	backdrop-filter: blur(20px);
	
}
.reports ul li em
{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	margin-bottom:0px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:12px; 
	line-height:12px;
	color:#43b6e4;
	padding-top:9px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-style:normal;
}
.reports ul li b
{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	margin-bottom:12px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:300;
	font-size:24px; 
	line-height:28px;
	color:#eeeeee;
	padding-top:6px;
	text-transform:uppercase;
}
.reports ul li b span
{
	position:relative;
	display:inline !important;
	padding-left:6px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:14px; 
	line-height:inherit;
	color:#09F;
}
.reports ul li p
{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	margin-bottom:12px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:16px; 
	line-height:24px;
	color:#eeeeee;
	padding-top:6px;
	text-transform:none;
}
.reports ul li a, .reports ul li a:link, .reports ul li a:visited
{
	position:relative;
	display:inline-table;
	width:auto !important;
	height:auto;
	padding:12px;
	margin:0;
	margin-bottom:12px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:12px; 
	line-height:12px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	background-color:#43b6e4;
	box-shadow:2px 2px 4px rgba(0,0,0,0.2);
	border-radius:3px;
	
}
.reports ul li a.reportsDWN { margin-right:12px !important;}
.reports ul li a.reportsREAD:before
{
	font-family:'i';
	font-weight:normal;
	content:'\F05A';
	font-size:14px;
	line-height:14px;
	padding-right:6px;
}
.reports ul li a.reportsDWN:before
{
	font-family:'i';
	font-weight:normal;
	content:'\F019';
	font-size:14px;
	line-height:14px;
	padding-right:6px;
}
.reports ul li a:hover
{
	color: #44b6e5;
	background-color:#ffffff;
	cursor:pointer;
}
@media (max-width: 960px) 
{
	.reports ul li{ width:100%; margin-left:0 !important; margin-right:0 !important;	 }
}



.basicPAGE section .card-address
{
	display:inline-block;
	width:50%;
	max-width:800px;
	min-width:360px;
	height:auto;
	box-sizing:border-box;
	padding:30px;
	box-shadow:rgba(0,0,0,0.35) 2px 2px 4px;
	background-color:rgba(255,255,255,1);
	float:right;
	margin:20px;
	margin-right:0px;
	margin-top:0px;
	border-radius:5px;
	position:relative;
}
.basicPAGE section .card-address b
{
	display:block;
	padding:0;
	margin:0;
	margin-bottom:10px;
	font-family: 'Bebas Neue',Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color:#43b6e4;
}
.basicPAGE section .card-address span
{
	display:block;
	padding:0;
	margin:0;
	margin-bottom:16px !important;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color:#444;
	text-align:left;
}
.basicPAGE section .card-address span em
{
	font-size:0;
}
.basicPAGE section .card-address span:last-child
{
	margin-bottom:0;
}
.basicPAGE section .card-address iframe
{
	display:block;
	outline:none;
	border:none;
	width:100%;
	height:260px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.basicPAGE section .card-address span a, .basicPAGE section .card-address span a:link, .basicPAGE section .card-address span a:visited {
	font-family: 'i';
	font-size: 18px;
	line-height: 18px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	margin-left: 0px;
	margin-right: 24px;
	margin-top:24px;
}
.basicPAGE section .card-address span a:hover
{
	color:#43b6e4;
}
.phoneBUT:before
{
	font-family:'i';
	font-size:14px;
	line-height:14px;
	color:inherit;
	content:'\F095';
	padding-right:7px;
}
.faxBUT:before
{
	font-family:'i';
	font-size:14px;
	line-height:14px;
	color:inherit;
	content:'\F02F';
	padding-right:7px;
}
@media (max-width: 800px) 
{
	.basicPAGE section .card-address
	{
		display:inline-block;
		width:100%;
		max-width:none;
		min-width:none;
		padding:30px;
		float:none;
		margin:0px;
		margin-top:0 !important;
		margin-bottom:60px;
		border-radius:5px;
	}
	.basicPAGE section .card-address span 
	{
		display:inline-block;
		margin-right:0px;
		letter-spacing:1px;
	}
	.basicPAGE section .card-address span em
	{
		font-size:inherit;
	}
}












.basicPAGE section .card-address div.locR
{
	width:190px;
	font-size:14px;
	line-height:18px;
	color:#444;
	font-weight:500;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	text-align:left;
	position:relative;
	float:right;
	
}

.basicPAGE section .card-address div.locR b
{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	color:#141f48;
	font-style:normal;
	margin-bottom:10px;
	display:table;
	padding:0;
	width:100%;
	position:relative;
	text-transform:uppercase;
}

.basicPAGE section .card-address div.locR ul
{
	display:inline-block;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:0;
	margin:0;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:12px;
	font-weight:400;
	text-align:left;
	position:relative;
}
.basicPAGE section .card-address div.locR ul li
{
	display:table;
	width:190px;
	height:auto;
	padding:0;
	margin:0;
	margin-bottom:8px;
	position:relative;
}
.basicPAGE section .card-address div.locR ul li span
{
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	position: relative;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:12px;
	font-weight:400;
}
.basicPAGE section .card-address div.locR ul li span:nth-child(1) {
	width: 40px;
}
.basicPAGE section .card-address div.locR ul li span:nth-child(2) {
	width: 60px;

	text-align: right;
}
.basicPAGE section .card-address div.locR ul li span:nth-child(3) {
	width: 40px;
	text-align: center !important;
}
.basicPAGE section .card-address div.locR ul li span:nth-child(4) {
	width: 50px;
	text-align: right;
}


.shadowTOP:before
{
	position:absolute;
	top:0;
	left:10vw;
	z-index:5;
	width:80vw;
	height:12px;
	background-image:url(images/shadow960.png);
	background-repeat:no-repeat;
	background-size: 100% 12px;
	background-position:center;
	content:'';
	opacity:0.5;
}
.ffregion { 
	margin-bottom:60px !important;
	box-shadow:none !important;}



.bm {
	display:block;
	width:100% !important;
	box-sizing:border-box;
	margin:0 !important;
	padding:0 !important;
	position:relative;
}
.bm ol{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:0;
	padding-left:30px;
	margin:0;
	
    
	height:auto;
	position:relative;
	text-align:left;

}
.bm ol li{
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	
	text-align:left;
	display:inline-block !important;
	vertical-align:top;
	position:relative;
	padding-left:24px;
	width:26%;
	margin: 0;
	margin-left: 3%;
    margin-right: 3%;
	
	white-space:nowrap;
	margin-bottom:0px;
}
.bm ol li b{
	display:block;
	font-weight:400;
	font-size:18px; line-height:18px;
	padding-left:0 !important;
}
.bm ol li span{
	display:inline-block !important;
	width:auto !important;
	padding:10px;
	padding-top:8px;
	padding-bottom:8px;
	border-radius:3px;
	background-color:rgba(0,0,0,0.25);
	font-weight:400;
	font-size:9px !important; line-height:12px !important;
	margin-top:0px !important;
	color:#fff !important;
	letter-spacing:1px;
}
.bm ol li em{
	display:block;
	font-weight:400;
	font-size:12px; line-height:12px;
	text-transform:uppercase;
	color:rgba(0,0,0,0.5);
	margin-top:8px;
	font-style:normal;
}
.bm ol li:before
{
	font-family:'i';
	font-weight:normal; 
	content:"\F111";
	font-size:10px; line-height:10px;
	position:absolute;
	top:24px;
	left:0;
	color:#43b6e4;
}
.bm ol li.teamCat:before{display:none !important;}



.PCATLINK{ 
	display:inline-block;
	width:auto;
	height:auto;
	padding:20px;
	background-color: #43b6e4;
	color:#fff;
	
	text-decoration:none;
	margin-top:0px;
	/*
	-ms-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
	*/
	border-radius: 2px;
	position:relative;
	
}
.PCATLINK span{
	display:block;
	/*
	-ms-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	*/
	font-size:18px;
	line-height:18px;
	white-space:nowrap;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	color:#fff;
}
.PCATLINK:hover{
	background: #141f48;
}

.card-address-multi
{
	float:none !important;
	width:47% !important;
	padding-top:0 !important;
	background-color:#fdfdfd !important;
}
.card-address-multi b
{
	display:block;
	width:100%;
	padding:20px !important;
	background-color:#43b6e4 !important;
	color:#fff !important;
}






.roots
{
	display:block;
	width:auto;
	text-align:center;
	height:auto;
	box-sizing:border-box;
	padding:0;
	margin:0;
	padding-bottom:60px;
	position:relative;
}
.roots ul
{
	display:inline-block;
	list-style:none;
	width:90%;
	max-width:1200px;
	text-align:left;
	height:auto;
	box-sizing:border-box;
	padding:0;
	margin:0;
	position:relative;
}
.roots ul li
{
	display:inline-block;
	list-style:none;
	width:25%;
	text-align:left;
	height:auto;
	box-sizing:border-box;
	padding:0;
	padding:15px;
	margin-bottom:30px;
	position:relative;	
}
.roots ul li div
{
	position:relative;
	display:block;
	width:100%;
	height:0;
	padding:0;
	padding-bottom:120%;
	margin:0;
	margin-bottom:20px;
	overflow:hidden;
	box-shadow:2px 2px 4px rgba(0,0,0,0.2);
}
.roots ul li div img
{
	position:absolute;
	top:0%;
	left:50%;
	transform:translate(-50%,0%);
	height:100%;
	width:auto;
	display:block;
	min-height:100%;
	min-width:100%;
	z-index:1;	
}

.roots ul li div div
{
	position:absolute;
	bottom:0%;
	left:0%;
	transform:translate(0%,-100%);
	height:auto;
	width:auto;
	display:block;
	min-height:0;
	min-width:0;
	background-color:rgba(20,31,72,0.5);
	color:#fff;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:14px; 
	line-height:14px;
	z-index:2;
	padding:5px;
	padding-left:30px;
	padding-right:10px;
	text-transform:uppercase;
	letter-spacing:2px;	
	backdrop-filter: blur(20px);
}

.roots ul li b
{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	margin-bottom:12px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:18px; 
	line-height:18px;
	color:#44b6e5;
}
.roots ul li a, .roots ul li a:link, .roots ul li a:visited
{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	margin-bottom:12px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:14px; 
	line-height:14px;
	color:#141f48;
	text-transform:uppercase;
	text-decoration:none;
}
.roots ul li a.rootsREAD:before
{
	font-family:'i';
	font-weight:normal;
	content:'\F00E';
	font-size:18px;
	line-height:18px;
	padding-right:6px;
}
.roots ul li a.rootsDWN:before
{
	font-family:'i';
	font-weight:normal;
	content:'\F019';
	font-size:18px;
	line-height:18px;
	padding-right:6px;
}
.roots ul li a:hover
{
	color: #44b6e5;
	cursor:pointer;
}


.image-gallery-container
{
	display:block; 
	width:100%;
	box-sizing:border-box;
	height:auto;
	padding: 40px 5%;
	margin:0;		
}
.textBLOCKsimple .image-gallery-container
{
	display:inline-block !important; 
	padding: 0 !important;
	float: right;
	width:50%;	
	margin-left: 30px;
    margin-bottom: 30px;
}
.textBLOCKsimple .image-gallery > figure {
    height: 160px;
}
.image-gallery-container ul {list-style: none;}
.image-gallery {
  display: flex !important;
  flex-wrap: wrap;
  gap: 5px;
  margin:0 !important;
}

.image-gallery > figure {
  flex: 1 1 auto; /* or flex: auto; */
  height: 25vh;
  cursor: pointer;
  position: relative;
}

.image-gallery::after {
  content: "";
  flex-grow: 999;
}

.image-gallery figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 0px;
}
.image-gallery figure { display:inline; }
.image-gallery figure a:after, .image-gallery figure a:link:after{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.502);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.2s 0.1s ease-in-out;
  color: #fff;
  border-radius: 5px;
  /* center overlay content */
  display: flex;
  align-items: center;
  justify-content: center;

}

/* hover */
.image-gallery figure:hover .overlay {
  transform: scale(1);
}


 .zxoG
 {
	
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	position:relative;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
	font-size:0px;		
 }
 .zxoG img
 {
	 display:block;
	 position:relative;
	 width:100% !important;
	 height:auto;
	 padding:0 !important;
	 margin:0;
	 margin-bottom:5px !important;
 }
 .zxoG div
 {
	display:block;
	box-sizing:border-box;
	vertical-align:top;
	position:relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	float:none;
 }
 .zxoG div a
 {
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	position:relative;
	width: 25%;
	height: 0;
	margin: 1px;
	padding: 0;
	padding-bottom:25%;
	overflow:hidden;
	cursor:pointer;
	opacity:0.6;		 
 }
 .zxoG div a:hover
 {
	 opacity:1;		 
 }
 .zxoG div a img
 {
	 position:absolute;
	 top:50%;
	 left:50%;
	 transform:translate(-50%,-50%);
	 width:auto;
	 height:auto;
	 min-width:100%;
	 max-width:100%;
 }
 @media (max-width: 800px) 
{
	.zxoG div a
	{
		width: 32%;
		padding-bottom:32%;	 
	}
}
@media (max-width: 600px) 
{
	.zxoG div a
	{
		width: 49%;
		padding-bottom:49%;	 
	}
}
 #zxoG
 {
	 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;
	 position:fixed;
	 top:50vh;
	 left:50vw;
	 transform:translate(-50%,-50%);
	 background-color:rgba(0,0,0,0.8);
	 z-index:99;
	 padding:0;
	 margin:0;
 }
 #zxoG section
 {
	 display:block;
	 position:relative;
	 width:100%;
	 height:100%;
	 padding:0;
	 margin:0;
	 z-index:0;
	 box-sizing:border-box;
 }
 #zxoG section img
 {
	 transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;
	 position:absolute;
	 top:50%;
	 left:50%;
	 transform:translate(-50%,-50%);
	 width:auto;
	 height:auto;
 }
 #zxoG-prev
 {
	 position:absolute;
	 top:50%;
	 left:60px;
	 transform:translate(0,-50%);
	 font-family:'i';
	 line-height:48px;
	 font-size:inherit;
	 color:#fff;
	 text-decoration:none;
	 content:'\F137';
	 cursor:pointer;
	 z-index:10;
	 text-shadow:rgba(0,0,0,0.2) 2px 2px 4px;
	 padding:30px;
	 padding-left:0px;
	 opacity:0.5;
 }
 #zxoG-next
 {
	 position:absolute;
	 top:50%;
	 right:60px;
	 transform:translate(0,-50%);
	 font-family:'i';
	 line-height:48px;
	 font-size:inherit;
	 color:#fff;
	 text-decoration:none;
	 content:'\F138';
	 cursor:pointer;
	 z-index:10;
	 text-shadow:rgba(0,0,0,0.2) 2px 2px 4px;
	 padding:30px;
	 padding-right:0px;
	 opacity:0.5;
 }
 #zxoG-close
 {
	 position:absolute;
	 top:18px;
	 right:28px;
	 font-family:'i';
	 line-height:48px;
	 font-size:inherit;
	 color:#c00;
	 text-decoration:none;
	 content:'\F057';
	 cursor:pointer;
	 z-index:11;
	 text-shadow:rgba(0,0,0,0.2) 2px 2px 4px;
	 padding:30px;
	 opacity:0.5;
 }
 #zxoG-next:hover, #zxoG-prev:hover, #zxoG-close {opacity:1;}
	
	 



@media (max-width: 1400px) 
{
	header nav div a.lang { margin-right:0px !important;}
}
@media (max-width: 1200px) 
{
	header nav ul li a, header nav ul li a:link, header nav ul li a:visited { padding-left:20px; padding-right:20px;}
	.image-gallery > figure {height:120px;	}
	
}
@media (max-width: 1100px) 
{
	header nav ul li a, header nav ul li a:link, header nav ul li a:visited { padding-left:10px; padding-right:10px;}
	
}
.DIVNLlinkMOBILE{ display:none !important;}
@media (max-width: 1000px) 
{
	
	header nav ul li b { padding-right:20px;}
	header nav div button{display:inline-block;}
	header nav ul li{display:none;}
	header nav ul li.logo{ display:inline-block !important; padding-top:10px; }
	header nav div{right:30px;}
	header nav ul li.logo a, header nav ul li.logo a:link, header nav ul li.logo a:visited{ padding-left:30px !important;  padding-bottom:20px !important;}
	header nav div a.lang, .regionLOGO span, header nav div a.ISregionA { display:none !important;}
	.regionLOGO { font-size:18px !important; line-height:18px !important; font-weight:700 !important; padding-top:20px !important;}
	.ff section div { width:100%;}
	.newsTH h5 { font-size:18px; line-height:18px;}
	.team ul li.teamCatDetails p img { width:180px; }
	.ff section div div.mobileONLY{	display:block; }
	.ff section div.hasIMG { display:none;}
	.statment h3, .statment h4, .statment h5{ width:100%;}
	.article article { margin-bottom:0;}
	.statment h3{ font-size:24px; line-height:32px;}
	.statment div.vid { width:80%; padding-bottom: 57%;}
	section.heroRegion { min-height:400px;}
	section.heroRegion img { width:auto; height:100%;}
	.DIVNLlink{ display:none;}
	.DIVNLlinkMOBILE{ display: inline-block !important; }
	
}
@media (max-width: 900px) 
{
	.roots ul li{ width:50%; }
}
@media (max-width: 840px) 
{
	section.heroRegion div h1 {display:inline-block; padding-right:0;}
	section.heroRegion div 
	{
		top:auto;
		bottom:0;
		transform:none !important;		
	}
	section.heroRegion div h1 {white-space:normal; font-size:48px; line-height:48px; width:98%; display:inline-block;}
	.article h2 span{ margin-top:0;}
	.campTH div div div a.more, .campTH div div div a.more:link, .campTH div div div a.more:visited { margin-bottom:0px;}
	.campTH div div div { padding-top:20px; padding-bottom:20px;}
	.campTH { padding-top:60px; padding-bottom:60px; }
	.card-address-multi{ width:45% !important; margin-left:10px !important; margin-right:10px !important; min-width:0 !important; }
	.bm ol{ padding-left:14px;}
	.bm ol li b{ font-size:16px;}
}
@media (max-width: 650px) 
{
		section.heroRegion div h1 {white-space:normal; font-size:36px; line-height:36px; width:98%; display:inline-block;}
	
}
@media (max-width: 600px) 
{
	header nav#regionNav section a, header nav#regionNav section a:link, header nav#regionNav section a:visited {padding-left: 0px !important; padding-right: 20px;}
	header nav#regionNav section { padding-left:20px; padding-right:20px;}
	.basicPAGE section div h1, .basicPAGE section div h2, .basicPAGE section div h3, .basicPAGE section div h4 { font-size:24px; line-height:32px;}
	.directory ul li a.phone:before { display:none !important; }
	.directory ul li a.phone, .team ul li a.phone, .team ul li a.phone:link, .team ul li a.phone:visited { font-size:12px !important; letter-spacing:0px !important; }
	.banner div { width:100%;}
	.basicPAGE section .card-address {width:100%; padding:20px !important;}
	.basicPAGE section .card-address span { letter-spacing:0px; font-size:14px; line-height:18px; margin-bottom:4px !important;}
	.basicPAGE section .card-address iframe { display:none !important;}
	.phoneBUT:before{ font-size:14px !important;}
	.heroARTICLE div { padding-left:24px; padding-right:24px;}
	section.heroSlant { padding-bottom:100%;} 
	section.heroSlant img { width:auto; height:100%;}
	.statment div.vid { margin-bottom:0;}
	.statment h3 { width:100%; padding:20px !important; padding-top:60px !important; padding-bottom:60px !important; font-size:18px; line-height:24px;}
	.tbAR section.tbAR-txt *, .tbAR section.tbAR-txt, .article article p { font-size:16px; line-height:28px;}
	.tbAR section.tbAR-txt { padding:14px !important; }
	.article article { margin-bottom:0px; padding-bottom:30px;}
	
	.newsTH section { width:80%;}
	.newsTH { padding-bottom:30px; padding-top:30px;}
	.newsTH section { margin-bottom:30px;}
	.simpleHEADER div { padding-left:20px; padding-right:20px; padding-top:30px; padding-bottom:30px;}
	.simpleHEADER div h1 { font-size:24px; line-height:28px; padding-top:24px; padding-bottom:24px;}
	.heroRegionNOWALLPAPER div { padding-top: 45px !important; padding-bottom:35px !important;}
	.heroRegionNOWALLPAPER div h1 { padding-top:20px !important;}
	.article h2 span { padding-top:45px; padding-bottom:30px;}
	.tbAR section img.tbAR-img-l { margin-right:20px;}
	.tbAR section img.tbAR-img-r { margin-left:20px;}
	section.heroRegion div h1 { font-size:28px;}
	section.heroRegion div { padding-top:20px; padding-bottom:20px;}
	.basicPAGE section { padding:30px;}
	.PCATLINK span { font-size:14px; font-weight:700; line-height:14px;}
	.PCATLINK { float: none !important; }
	.categoryDESCRIPTIVE section, #careers-th section div * { font-size:14px; line-height:18px;}
	#bbox-root { padding:0 !important;}
	.campTH { padding-top:30px; }
	.campTH div div section { display:none;} 
	.basicPAGE section .card-address { min-width:100%; }
	.basicPAGE section .card-address span em { display:none;}
	.directory ul { padding-bottom:30px;}
	.roots { padding-bottom:0;}
	.bm ol li b {font-size: 14px; line-height: 14px;}
	.team ul { padding-top:30px; padding-bottom:30px;}
	.image-gallery > figure {height:80px;	}
	.article { padding-bottom:30px;}
	.banner div h4 { font-size:24px; line-height:36px; font-weight:400;}
	.banner div p { font-size:14px; line-height:24px;}
	.banner a, .banner a:link, .banner a:visited { font-size:14px; line-height:14px; padding:14px 18px;}
	.article h2 span{ margin-top:36px;}
	.reports { padding-top:30px; padding-bottom:30px;}
	.heroARTICLE { padding-bottom:100%;}
	.campTH div div div h3 {font-size: 18px;  line-height: 24px; }
	.campTH div div div b a, .campTH div div div b a:link, .campTH div div div b a:visited { font-size:12px; line-height:12px;}
	.campTH div div div a.more, .campTH div div div a.more:link, .campTH div div div a.more:visited { font-size: 14px;  line-height: 14px; padding:14px 18px; }
	
	.tb section.tb-txt * { font-size:14px; line-height:18px;} 
	.tb section.tb-img-align-l, .tb section.tb-img-align-r { width:35%;}
	.zxoG
	 {
		width: 100%;
		float:none;
		margin-right:0;
		margin-bottom: 20px;	
	 }
	 .zxoG img { width:50% !important; display:inline-block; vertical-align:top; margin-right:0 !important;} 
	 .zxoG div { display:inline-block; vertical-align:top; width:40%;}
	 .zxoG div a { width:48%; padding-bottom: 48%; margin-top:0px; margin-bottom:2px; vertical-align:top; }
	 #mongo-form * { font-size:14px !important; line-height:14px !important;}
	 .BBFormContainer{ min-width:0px !important; margin:0px !important; padding:0 !important;}
	 .BBFormFieldContainer{margin-left:0px !important;margin-right:0px !important;  }
	 #mongo-form .BBFormEventName {font-size:18px !important; line-height:24px !important; margin-top:30px !important; }
	 
	.basicPAGE section p, .basicPAGE section div { text-align:center !important;} 
	.card-address-multi{ width:100% !important; margin-left:0 !important; margin-right:0 !important; text-align:left !important;  }
	.bm ol li { display:block !important; margin-bottom:24px;}
	.bm ol li b{ font-size:22px;}
	.team ul li.teamCatDetails p img{ padding-right:18px; padding-bottom:18px;}
	.categoryDESCRIPTIVE section img { margin-right:18px; margin-bottom:18px;}
	

}
@media (max-width: 400px) 
{
	header nav ul li b { padding-left:20px;}
	
}


.emailResponse {
    display: inline-block;
    text-align: center;
    width: 100vw;
    position: relative;
    padding: 10vw;
    padding-top: 90px;
    padding-bottom: 90px;
    margin: 0;
    background: rgba(255,255,255,1);
    z-index: 1;
}
.emailResponseY{ background:rgba(102,204,0,1);}
.emailResponseN{ background:#C00;}
.emailResponse p {
    display: inline-block;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(11,67,106,1);
    margin-top: 10px;
    letter-spacing: 5px;
    width: 90%;
    text-align: left;
}
.emailResponse p b{ font-size:60px;  color:#fff; letter-spacing:-1px; white-space:nowrap;font-family: 'Outfit', sans-serif;
    font-weight: 100; }
.noEMAIL:before, .noEMAIL:after { display:none !important;}




.article article ul li a.dwn, .article article ul li a.dwn:link, .article article ul li a.dwn:visited, .article article ul li a.info, .article article ul li a.info:link, .article article ul li a.info:visited
 {
	 position:relative;
	display:inline-table;
	width:auto !important;
	height:auto;
	padding:12px;
	margin:0;
	margin-bottom:12px;
	font-family:'Outfit',Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:12px; 
	line-height:12px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	background-color:#43b6e4;
	box-shadow:2px 2px 4px rgba(0,0,0,0.2);
	border-radius:3px;
	cursor:pointer;
	letter-spacing:0px;
 }
 .article article ul li a.dwn:before
{
	font-family:'i';
	font-weight:normal;
	content:'\F019';
	font-size:14px;
	line-height:14px;
	padding-right:6px;
}
.article article ul li a.info:before
{
	font-family:'i';
	font-weight:normal;
	content:'\F05A';
	font-size:14px;
	line-height:14px;
	padding-right:6px;
}



.pdfREADER{
display:block;
box-sizing:border-box;
padding:0;
padding-bottom:30px;
padding-top:45px;
margin:0;
width:100%;
height:auto;
background-color: #ffffff;
text-align:center;
}
.pdfREADERTOP{
padding-bottom:0 !important;
}
.pdfREADER div{
display:inline-table;
box-sizing:border-box;
padding:0;
padding-bottom:0px;
padding-top:0px;
padding-left: 2.5vw;
padding-right: 2.5vw;
margin:0;
width:94%;
max-width:1200px;
height:auto;
background-color:transparent;
text-align:left;
}
.pdfREADER div div{
display:table-cell;
padding:0;
margin:0;
height:auto;
text-align:left;
vertical-align:top;
}
.pdfREADER div div:first-child{
width:60px;
border-right:solid;
border-right-width:1px;
border-right-color:#141f48;
}
.pdfREADER div div.pdfREADERth
{ 
	width:auto !important;
	border:none !important;
}
.pdfREADER div div.pdfREADERth img
{ 
	width:180px !important;
	box-shadow:rgba(0,0,0,0.2) 2px 2px 4px;
}
.pdfREADER div div:last-child{
padding-left:24px;
}
.pdfREADER div div img{
display:inline-block;
box-sizing:border-box;
padding:0;
margin:0;
margin-right:18px;
margin-bottom:18px;
width:48px;					
height:auto;
vertical-align:top;
}
.pdfREADER div div h4{
display:inline-block;
box-sizing:border-box;
padding:0;
margin:0;
width:auto;					
height:auto;
vertical-align:top;
font-weight: 700;
font-size: 18px;
line-height: 24px;
font-family: 'Outfit',Verdana, Geneva, sans-serif;
color: #141f48;
}
.pdfREADER div div h4.pdfREADERthTITLE
{
	font-size: 24px;
	line-height: 36px;
	padding-top:12px;
}




.pdfREADER div a.read, .pdfREADER div a.read:link, .pdfREADER div a.read:visited
{
position:relative;
display:inline-table;
width:auto !important;
height:auto;
padding:12px;
padding-left:38px;
margin:0;
margin-bottom:12px;
margin-top:12px;
font-family:'Outfit',Verdana, Geneva, sans-serif;
font-weight:400;
font-size:14px; 
line-height:14px;
color:#fff;
text-transform:uppercase;
text-decoration:none;
background-color:#43b6e4;
box-shadow:2px 2px 4px rgba(0,0,0,0.2);
border-radius:3px;
cursor:pointer;
letter-spacing:0px;
}
.pdfREADER div a.read:before
{
font-family:'i';
font-weight:normal;
content:'\F1C1';
font-size:18px;
line-height:18px;
position:absolute;
top:50%;
left:12px;
transform:translate(0%,-50%);
color:inherit;
}	

.pdfREADER div a.read:hover {color:#43b6e4; background-color:#fff;  }

.afterdetails .lll
{
	/*display:inline-block !important;*/
}
.afterdetails .lll:after
{
	top:8px !important;
}

.lll
{
	position:relative;
	display:inline;
	font-family:inherit;
	line-height:inherit;
	font-size:inherit;
	font-weight:inherit;
	color:inherit;
	vertical-align:top;
	width:auto !important;
	overflow:visible;
	box-sizing:content-box;
	padding-left:24px;
	 -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.lll:after
{
	position:absolute;
	top:8px;
	left:0px;
	font-family:'i';
	content:'\F111';
	font-size:8px;
	line-height:8px;
	z-index:1;	
	
}






.ZENIG
{
	display: block;
	width: 100%;
	margin: auto;
	border:none;
	padding: 1px;
}
.ZENIG figure
{
	display:inline-block; vertical-align:top; 
	margin:1px;
	overflow:hidden;
}
							
.ZENIG > figure.p
{
	aspect-ratio: 2 / 3;
	max-height:120px;
	
	
}
.ZENIG > figure.s
{
	aspect-ratio: 1 / 1;
	max-height:120px;
	
}
.ZENIG > figure.l
{
	aspect-ratio: 3 / 2;
	max-height:120px;
	
	
}
.ZENIG figure a, .ZENIG figure a:link, .ZENIG figure a:visited
{				
										
}
.ZENIG figure a img {
	
	
	object-fit: cover;
	object-position: center;
	min-height:100%;
}
.ZENIG figure.p a img {width: auto;	height: 120px;}
.ZENIG figure.s a img {width: 120px; height:120px;}
.ZENIG figure.l a img {width: 100%;	height: auto;}

 
@media (max-width: 860px) 
{
	.ZENIG
	{
		grid-template-columns: repeat(auto-fit, minmax(180px, 0.5fr));
	}
}






.nTH
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
	padding:0;
	padding-top:48px;
	padding-bottom:90px;
	margin:0;
	box-sizing:border-box;
	text-align:center;
	z-index:1;
	border-top:solid;
	border-top-color:#43b6e4;
	border-top-width:12px;
	
}
.nTH section
{
	display:inline-block;
	width:90%;
	max-width:900px;
	height:auto;
	position:relative;
	padding:0;
	margin:0;
	box-sizing:border-box;
	text-align:left;
}
.nTH section a, .nTH section a:link, .nTH section a:visited
{
	display:block;
	width:100%;
	height:auto;
	min-height:140px;
	position:relative;
	padding:24px;
	margin:0;
	border-bottom:solid;
	border-bottom-color:#eee;
	border-bottom-width:1px;
	box-sizing:border-box;
	text-decoration:none;
}
.nTH section a:hover
{
	background:rgba(0,0,0,0.05);
	
}
.nTH section a.exLINK:after { color:#888 !important; }
.nTH section a div
{
	float:right;
	display:inline-block;
	width:90px;
	height:0;
	overflow:hidden;
	padding:0;
	margin:0;
	margin-right:48px;
	margin-left:12px;
	margin-bottom:12px;
	position:relative;
	padding-bottom:90px;
	border-radius:3px;
}
@media (max-width: 800px) 
{
	.nTH section a div{ margin-right:0px; }
}
.nTH section a div img
{
	width:auto;
	height:100%;
	min-height:100%;
	min-width:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.nTH section a b
{
	display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	margin-bottom:0px;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	color:#141f48;
	font-weight:700;
	font-size:18px;
	line-height:24px;
}
.nTH section a time
{
	display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	margin-top:6px;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	color:#888;
	font-weight:400;
	font-size:12px;
	line-height:12px;
	font-style:normal;
	letter-spacing:2px;
}
.nTH section a em
{
	display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	margin-bottom:12px;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	color:#888;
	font-weight:400;
	font-size:12px;
	line-height:12px;
	font-style:normal;
}
.nTH section a span
{
	display:inline-block;
	width:auto;
	height:auto;
	padding:7px;
	margin:0;
	margin-bottom:7px;
	
	margin-top:7px;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	color:#ffffff;
	font-weight:400;
	font-size:12px;
	line-height:12px;
	background:rgba(204,204,204,1);
	border-radius:4px;
}




.contact
{
	display:block;
	box-sizing:border-box;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	text-align:center;
	position:relative;
}
.contact section
{
	display:inline-table;
	box-sizing:border-box;
	width:90%;
	max-width:1200px;
	height:auto;
	padding:0;
	margin:0;
	text-align:center;
	box-shadow:rgba(0,0,0,0.3) 2px 2px 4px;
	padding:30px;
	padding-left:45px;
	padding-right:45px;
	position:relative;
	margin-top:60px;
	margin-bottom:60px;
	background-color:#43b6e4 ;
}
.contact section div
{
	display:table-cell;
	box-sizing:border-box;
	max-width:none;
	height:auto;
	padding:0;
	margin:0;
	box-shadow:none;
	vertical-align:middle;
	position:relative;
}
.contact section div.l
{
	text-align:center;
	width:33%;
	padding-right:30px;
	border-right:solid;
	border-right-color:#eee;
	border-right-width:1px;
}
.contact section div.r
{
	text-align:left;
	width:auto;
	padding-left:30px;
}
.contact section div address, .contact section div span
{
	display:inline-block;
	box-sizing:border-box;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	color: #eee;
	font-style:normal;
}
.contact section div span { margin-top:60px;}
.contact section div address:before, .contact section div span:before
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
	text-align:center;
	font-family: 'i';
	font-weight:normal;
	font-size: 48px !important;
	line-height: 48px !important;
	color:inherit;
}
.contact section div address:before
{
	content:"\F041";
	
}
.contact section div span.phoneBUT:before
{
	content:"\F095";
	
}
.contact section div span.faxBUT:before
{
	content:"\F02F";
	
}
.contact section div span a, .contact section div span a:link, .contact section div span a:visited
{
	font-family:'i';
	font-size:24px;
	line-height:24px;
	display:inline-block;
	padding:0;
	margin:0;
	margin-left:24px;
	color:#fff;
	font-weight:normal;
}
.contact section div form
{
	display:inline-block;
	box-sizing:border-box;
	height:auto;
	width:100%;
	padding:0;
	margin:0;
	position:relative;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	color: #eee;
	font-style:normal;
}
.contact section div form b, .contact section div form p
{
	display:inline-block;
	box-sizing:border-box;
	height:auto;
	width:100%;
	padding:0;
	margin:0;
	position:relative;	
	font-style:normal;
}
.contact section div form b
{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #eee;
	text-transform:uppercase;
}
.contact section div form p
{
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #eee;
	margin-bottom:24px;
}
.contact section div form div.ta {height:auto !important;}
.contact section div form div
{
	display:block;
	box-sizing:border-box;
	height:48px;
	width:100%;
	padding:0;
	margin:0;
	position:relative;
	margin-bottom:36px;
	background-color:#fff;
}
.contact section div form div input
{
	display:block;
	box-sizing:border-box;
	height:100%;
	width:100%;
	padding:0;
	padding-left:16px;
	margin:0;
	position:relative;
	background-color:transparent;
	
	border:none;
	outline:none;
	z-index:2;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.contact section div form div textarea
{
	display:block;
	box-sizing:border-box;
	height:200px;
	width:100%;
	padding:0;
	padding-left:6px;
	margin:0;
	position:relative;
	background-color:transparent;
	
	border:none;
	outline:none;
	z-index:2;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.contact section div form div label
{
	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;
	box-sizing:border-box;
	height:auto;
	width:auto;
	padding:0;
	margin:0;
	position:absolute;
	background-color:transparent;
	border:none;
	outline:none;
	top:50%;
	left:24px;
	transform:translate(0%,-50%);
	z-index:1;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	white-space:nowrap;
	color:#00BBC9;
}
.contact section div form div input:focus + label, .contact section div form div input:valid + label,.contact section div form div textarea:focus + label, .contact section div form div textarea:valid + label
{
	top:100%;
	left:2px;
	margin-top:12px;
	color:#fff;
	font-size: 14px;
}
.contact section div form div.nobg{ background-color:transparent; margin-bottom:0; }
.contact section div form div button
{
	display:table;
	box-sizing:border-box;
	height:auto;
	width:auto;
	padding:18px;
	padding-left:24px;
	padding-right:24px;
	margin:0;
	position:relative;
	
	border:none;
	outline:none;
	z-index:2;
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	white-space:nowrap;
	color:#00BBC9;
	background:#FFF;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	cursor:pointer;
}
.contact section div form div button:hover
{
	background:#43b6e4;
	color:#fff;
}

.afterdetails a.img
{
	display:inline-block;
	vertical-align:top;
	float:right;
	padding:0;
	margin:0;
	margin-left:24px;
	margin-bottom:24px;
	width:40%;
	height:auto;
	position:relative;
}
.afterdetails a.img img
{
	display:block;
	vertical-align:top;
	float:none;
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	position:relative;
}





			.docs
			{
				display:block;
				width:100%;
				height:auto;
				box-sizing:border-box;
				padding:0;
				margin:0;
				position:relative;
				text-align:center;	
				background: rgba(0,0,0,0.05);
			}
			
			
			.docs ul {
				display: inline-block;
				box-sizing: border-box;
				width: 98%;
				max-width: 1200px;
				height: auto;
				padding: 0;
				padding-top: 30px;
				padding-bottom: 48px;
				margin: 0;
				margin-bottom: 48px;
				margin-top: 48px;
				position: relative;
				border-radius: 3px;
				box-shadow: rgba(0,0,0,0.3) 2px 2px 4px;
				overflow: hidden;
				background: rgba(255,255,255,1);
				text-align:left;
				padding-left:5%;
			}
			
			.docs ul li
			{
				display:inline-block;
				box-sizing: border-box;
				position: relative;
				width: 90%;
				height: auto;
				padding: 12px;
				margin: 0;
				border-bottom: solid;
				border-bottom-color: #eee;
				border-bottom-width: 1px;
				text-decoration: none;
				text-align: left;
				vertical-align:top;
			}
			.docsIN, .docsSINGLE
			{
				background: rgba(0,0,0,0);
			}
			.docsIN ul
			{
				padding-top:0;
				margin-top:0;
				box-shadow: none;
				width:100%;
				padding-left:2.5vw;
				margin-left:0;
				margin-right:2%;
			}
			.docsSINGLE ul
			{
				margin-top:0;
				width:100%;
				margin-left:0;
				box-shadow: none;
				padding:0;
				padding-left:2.5vw;
				text-align:left;
				overflow:visible;
				
			}
			.docsIN ul li
			{
				width: 98%;
				padding-top:0;
				padding-bottom:12px;
				display:block;
				border-bottom:none;	
							
			}
			.docsSINGLE ul li
			{
				margin-top:0;
				width:50%;
				margin-left:0;
				margin-right:2%;
				text-align:left;
				box-shadow: rgba(0,0,0,0.3) 2px 2px 4px;
				border-bottom:none;
				border-radius:3px;
				padding:24px;
				background: rgba(0,0,0,0.05);
				
			}
			.docsIN ul li:before
			{
				content:'';
				background-color:#141f48;
				width:1px;
				height:100%;
				position:absolute;
				top:0;
				left:64px;
				display:block;				
			}
			.docs ul li.halfwidth{width: 45%; margin-left:1%; margin-right:1%;}
			@media (max-width: 960px) 
			{
				.docs ul li.halfwidth{width: 90%; margin-left:0; margin-right:0;}
			}
			.docs ul li:hover
			{
				background: rgba(0,0,0,0.05);
			}
			.docsIN ul li:hover, .docsSINGLE ul li:hover
			{
				background: rgba(0,0,0,0);
			}
			.docs ul li em {
				display: inline-block;
				width: auto;
				height: auto;
				padding: 0;
				margin: 0;
				margin-bottom: 12px;
				font-family: 'Outfit',Verdana, Geneva, sans-serif;
				color: #888;
				font-weight: 400;
				font-size: 12px;
				line-height: 12px;
				font-style: normal;
			}
			.docs ul li b {
				display: inline-block;
				width: auto;
				height: auto;
				padding: 0;
				margin: 0;
				margin-bottom: 12px;
				font-family: 'Outfit',Verdana, Geneva, sans-serif;
				color: #141f48;
				font-weight: 700;
				font-size: 18px;
				line-height: 24px;
			}
			.docs ul li a, .docs ul li a:link, .docs ul li a:visited {
				position: relative;
				display: inline-table;
				width: auto !important;
				height: auto;
				padding: 12px;
				margin: 0;
				margin-bottom: 12px;
				font-family: 'Outfit',Verdana, Geneva, sans-serif;
				font-weight: 400;
				font-size: 12px;
				line-height: 12px;
				color: #fff;
				text-transform: uppercase;
				text-decoration: none;
				background-color: #43b6e4;
				box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
				border-radius: 3px;
				cursor:pointer;
			}
			.docs ul li a.reportsDWN:before {
				font-family: 'i';
				font-weight: normal;
				content: '\F019';
				font-size: 14px;
				line-height: 14px;
				padding-right: 6px;
			}
			.docs ul li a.reportsDWN {
				margin-right: 12px !important;
			}
			.docs ul li a:hover{color: #43b6e4;background-color: #fff;}
			.docs ul li a.reportsREAD:before {
				font-family: 'i';
				font-weight: normal;
				content: '\F05A';
				font-size: 14px;
				line-height: 14px;
				padding-right: 6px;
			}
			.docs ul li span
			{
				width:140px;
				height:auto;
				max-height:240px;
				padding:0;
				margin:0;
				display:inline-block;
				vertical-align:top;
				float:left;
				overflow:hidden;
				position:relative;
				margin-right:24px;
			}
			.docs ul li span img
			{
				width:100%;
				height:auto;
				position:relative;		
				
			}
			@media (max-width: 700px) 
			{
				.docs ul li span { width:120px; }
			}
			.docs ul div
			{
				display:block;
				box-sizing: border-box;
				position: relative;
				width: 90%;
				height: auto;
				margin: 0;
				text-decoration: none;
				text-align: center;
				margin-bottom:48px;
			}
			.docs ul div h3
			{
				display: inline-block;
				box-sizing: border-box;
				padding: 0;
				margin: 0;
				font-family: 'Outfit',Verdana, Geneva, sans-serif;
				font-weight: 100;
				font-size: 60px;
				line-height: 60px;
				color: #43b6e4;
				border-bottom: dotted;
				border-bottom-width: 1px;
				border-bottom-color: #43b6e4;
				text-align:center;
				position:relative;
				width:100%;
			}
			.docs ul div h3 span
			{
				display: inline-block;
				box-sizing: border-box;
				width: auto;
				height: auto;
				padding: 6px;
				padding-left: 24px;
				padding-right: 24px;
				margin: 0;
				margin-bottom: 12px;
				position: relative;
				text-align: left;
				border-radius: 3px;
				box-shadow: rgba(0,0,0,0.3) 2px 2px 4px;
				overflow: hidden;
				font-family: 'Outfit',Verdana, Geneva, sans-serif;
				font-weight: 400;
				font-size: 12px;
				line-height: 12px;
				color: #ffffff;
				background-color: #43b6e4;
			}

			.docsIN ul li span
			{
				width: 48px;
				height:100%;
				max-height:none;
				overflow:visible;
				padding-bottom:60px;
				position:relative;
								
			}
			.docsIN ul li span strong
			{
				content:"\F0C5";
				display: inline-block;
				font-style: normal;
				font-family: 'i';
				font-weight: normal;
				color: inherit;
				font-size: 36px;
				line-height:36px;
				color: #141f48;
				position:relative;			
			}
			.docsIN ul li:nth-child(2) span strong { opacity:0; }
			.docsIN ul li:nth-child(3) span strong { opacity:0; }
			.docsIN ul li:nth-child(4) span strong { opacity:0; }
			.docsIN ul li:nth-child(5) span strong { opacity:0; }
			.docsIN ul li:nth-child(6) span strong { opacity:0; }
			.docsIN ul li:nth-child(7) span strong { opacity:0; }
			.docsIN ul li:nth-child(8) span strong { opacity:0; }
			.docsIN ul li:nth-child(9) span strong { opacity:0; }
			.docsIN ul li:nth-child(10) span strong { opacity:0; }
			.docsIN ul li:nth-child(11) span strong { opacity:0; }
			.docsIN ul li:nth-child(12) span strong { opacity:0; }
			.docsIN ul li:nth-child(13) span strong { opacity:0; }


#HSS {
	display:block;
	box-sizing:border-box;
	width:100%;
	height:80vh;
	min-height:620px;
	padding:0;	
	margin:0;
	
	position:relative;
	overflow:hidden;
	white-space:nowrap;
	background-color:000;
	z-index:0;
	border-bottom:solid;
	border-bottom-color:#fff;
	border-bottom-width:3px;
}

/*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:90px;
	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 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:900px;
	height:auto;
	margin:0;
	box-sizing:border-box;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:3;
	text-align:center;
	background-color:rgba(0,0,0,0.4);	
	border-radius:1px;
	backdrop-filter:blur(5px);
	padding-top:60px;
	padding-bottom:60px;
}
#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: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
	letter-spacing:-2px;
	color:#eee;
	text-transform:capitalize;
	white-space:normal;
	padding-left:60px;
	padding-right:60px;
}
#HSS section div div h4:before{
	content:
}
#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: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
	color:rgba(255,255,255,0.65);
	text-transform:uppercase;
	margin-top:12px;
	letter-spacing:1px;
	white-space:normal;
	padding-left:60px;
	padding-right:60px;
}

#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: 'Outfit',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 time span{
	font-size:inherit;
	font-weight:inherit;
	font-family:inherit;
}
@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
	{
		background-color:rgba(0,0,0,0.65);
		padding-top:30px;
		padding-bottom:30px;
	}
}
#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: 'Outfit',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;
	min-height:100%;
	min-width:100%;
	padding:0;
	margin:0;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:2;
}
#HSS section div img.p{	width:auto;	height:100%;}
#HSS section div img.l{	width:100%;	height:auto;}
@media (orientation: portrait) {
	#HSS section div img.p{	width:100%;	height:auto;}
	#HSS section div img.l{	width:auto;	height:100%;}
}
#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;
}
#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:18px;
	margin:0;
	margin-top:24px;
	background-color:rgba(0,156,198,1);
	color:rgba(255,255,255,1);
	font-family: 'Outfit',Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 	12px;
    line-height: 12px;
	letter-spacing:1px;
	text-decoration:none;
	text-transform:uppercase;
	border-radius:2px;
	box-shadow:2px 2px 4px rgba(0,0,0,0.35);
}
#HSS section div div a:hover
{
	background-color:rgba(255,255,255,1);
	color:rgba(0,156,198,1);
}
#HSS nav{
	position:absolute;
	bottom:60px;
	left:0;
	display:block;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	border:none;
	z-index:50;
	text-align:center;
	white-space:nowrap;
}
#HSS nav a.navA{transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out;	 position:relative; bottom:auto; top:auto; left:auto; vertical-align:middle; right:auto; transform:none; cursor:pointer; border-width:0px; opacity:1; display:inline-block; width:5px; height:5px; background-color:rgba(255,255,255,1); content:''; border-radius:50%; padding:0; margin:0; margin-left:15px; margin-right:15px;}
#HSS nav a.navA:hover{ background-color:rgba(255,255,255,1)}
#HSS nav a.curr{ opacity:1; background-color:rgba(255,255,255,0.75); width:14px; height:14px;}



.hasIMG span
{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:90%;
	height:auto;
	padding:0;
	margin:0;
	z-index:5;
	display:block;
	overflow:hidden;
}

.hasIMG span iframe, .mobileONLY span iframe
{
	position:relative;
	width:100%;
	height:300px;
	border:none;
	outline:none;
	display:block;
	z-index:1; 
}
.ff section div.hasIMG img { z-index:1; }
.mobileONLY span
{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:90%;
	height:auto;
	padding:0;
	margin:0;
	z-index:5;
	display:block;
	overflow:hidden;
}




.jnfp{
	display:block;
	width:100%;
	height:auto;
	min-height:400px;
	box-sizing:border-box;
	position:relative;
	padding:0;
	margin:0;
	margin-top:92px;
	overflow:hidden;
	background-color: #141f48;
	text-align:center;
}
.jnfp img{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:auto;
	height:auto;
	min-width:100%;
	min-height:100%;
	opacity:0.5;
	z-index:0;
}
.jnfp section{
	display:inline-block;
	width:60%;
	height:auto;
	min-height:0;
	box-sizing:border-box;
	position:relative;
	padding:90px;
	margin:0;
	overflow:auto;
	z-index:1;
	text-align:left;
}
.jnfp section b, .jnfp section h1{
	display:block;
	width:100%;
	max-width:660px;
	height:auto;
	min-height:0;
	box-sizing:border-box;
	position:relative;
	padding:20px;
	margin:0;
	margin-bottom:20px;
	background-color:rgba(204,0,0,0.75);
	color:#fff;
	backdrop-filter: blur(10px);
}
.jnfp section b{
	font-family: 'Outfit', Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 46px;
	line-height: 46px;
	letter-spacing:0px;
}
.jnfp section h1{
	font-family: 'Outfit', Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
}
.jnfp section p{
	display:inline-block;
	width:48%;
	box-sizing:border-box;
	vertical-align:top;
	height:auto;
	min-height:320px;
	box-sizing:border-box;
	position:relative;
	padding:48px;
	margin:0;
	margin-bottom:20px;
	background-color:rgba(255,255,255,0.15);
	color:#fff;
	font-family: 'Outfit', Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	backdrop-filter: blur(15px);	
	letter-spacing:0.5px;	
}
.jnfp section p.f{ margin-right:2px;}
.jnfp section p.l{ margin-left:2px;}

.jnfp section p strong{
	font-family: 'Outfit', Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	text-transform:uppercase;
}
.jnfp section p em{
	font-family: 'Outfit', Verdana, Geneva, sans-serif;
	font-weight: 600;
	font-size:inherit;
	line-height:inherit;
	font-style:normal;
}
.jnfp section p a:link, .jnfp section p a:visited, .jnfp section p a
{
	font-family: 'Outfit', Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	background-color: rgba(204,0,0,1);
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 20px 25px;
	text-align: left;
	text-decoration: none;
	border-radius: 2px;
	margin-right: 10%;
	margin-top: 20px;
	text-transform:uppercase;
}
.jnfp section p a:hover { background-color:#9C0;}
.jnfp section p a span
{
	font-size: inherit;
	line-height: inherit;
	display: inline-block;
}
.jnfp section p a:after
{
	font-family: 'i';
	font-weight: normal;
	font-size: 24px;
	content: '\F105';
	color: inherit;
	padding-left: 20px;
	display: inline-block;
}
@media (max-width: 1400px) 
{
	.jnfp section { width:80%; }
}
@media (max-width: 1060px) 
{
	.jnfp section { width:100%; }
}
@media (max-width: 860px) 
{
	.jnfp section b{
		font-size: 48px;
		line-height: 48px;
	}
	.jnfp section h1{
		font-size: 36px;
		line-height: 48px;
	}
	.jnfp img{ opacity:0.25;}
}
@media (max-width: 720px) 
{
	.jnfp section { padding:48px; }
}
@media (max-width: 680px) 
{
	.jnfp section b{
		font-size: 36px;
		line-height: 36px;
		letter-spacing:0px;
	}
	.jnfp section h1{
		font-size: 22px;
		line-height: 24px;
		letter-spacing:0px;
	}
	.jnfp section,.jnfp section p { padding:24px; }
	
	
}







#cd{ 
	display:block;
	position:relative;
	width:100%;
	height:30vh;
	min-height:400px;
	text-align:center;
	background: #43b6e4;
}
#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:12px;
	line-height:18px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-family:'Outfit';
	font-weight:400;
	font-style:normal;
	background:none;
	color:#fff;
	padding:6px;
	margin-bottom:6px;
	border-radius:3px;
	text-transform:uppercase;
	white-space:normal !important;
	
}
#cd div h4{
	display:inline-block;
	width:100%;
	padding:0;
	font-size:36px;
	line-height:42px;
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	font-family:'Outfit';
	font-weight:400;
	margin:0;
	margin-bottom:12px;
	
	color:#fff;
}
#cd div b{
	display:inline-block;
	width:100%;
	padding:0;
	font-size:24px;
	line-height:32px;
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	font-family:'Outfit';
	font-weight:300;
	margin:0;
	margin-bottom:0px;
	margin-top:24px;
	border-top:solid;
	border-top-color:#fff;
	border-top-width:1px;
	padding-top:18px;
	white-space:normal !important;
	
	color:#fff;
}
#cd div div{
	position:relative;
	top:auto;
	left:auto;
	transform:none;
	display:inline-block;
	width:160px;
	height:auto;
	vertical-align:top;
	font-size:16px;
	line-height:16px;
	text-align:center;
	font-family:'Outfit';
	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:'Outfit';
	font-weight:400;
	
}
#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;
	margin-top:12px !important;
}
#cd div a:hover { background-color:#fff !important; color:#43b6e4 !important;}

@media (max-width: 800px) 
{
	#cd div div{				
		width:120px;
		font-size:14px;
		line-height:14px;				
	}
	#cd div div span{
		font-size:36px;
		line-height:36px;
	}
	#cd div h4 { white-space:normal; margin-bottom:14px; }
}

#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;
    margin-top: 24px !important;
	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: 18px;
    padding-bottom: 18px;
    margin: 0;
    background: none;
    background-color: transparent;
    color: #2a3c41;
    font-family: 'Outfit', Verdana, Geneva, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    position: relative;
    border: solid;
    border-color: #2a3c41;
    border-width: 2px;
    cursor: pointer;
}
#cd div a:hover {color: #43b6e4 !important; box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 4px;} 

