@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;700&display=swap'); /* font-family: 'Poppins', sans-serif; */
@import url("reset.css");
@import url("support.css");
@import url("forms.css");
@import url("fontawesome/css/all.css");

:root{
    --layer-1-bg: #000000;
    --layer-1-fg: #ffffff;
    --layer-1-text: #000000;
    --layer-1-active-bg: #009dff;
    --layer-1-active-fg: #ffffff;
	--brand-1-bg: #132b45;
	--brand-1-fg: #ffffff;
	--brand-2-bg: #8dcb25;
	--brand-2-fg: #ffffff;
	--grey: #434343;
}
html{ height: 100%; font-size: 16px; scroll-behavior: smooth; }
body{ position: relative; min-height: 100%; margin: 0; padding: 0; color: var(--grey); font-family: 'Poppins', sans-serif; font-size: 1rem; font-weight: 300; }
li{ margin: 0 0 5px; line-height: 1.6em; }
li>:is(ul,ol){ margin: 10px 0 20px 10px; list-style-type: lower-alpha; }
li>:is(ul,ol) li>:is(ul,ol){ list-style-type: lower-roman; }
*+br{ display: none; visibility: hidden; }
a,input{ transition: all 0.3s; }
h1{ margin: 0 0 2rem; color: var(--layer-1-text); font-size: 30px; font-weight: 300; }
h2{ margin: 0 0 2rem; color: var(--layer-1-text); font-size: 24px; font-weight: 400; }
h3{ margin: 3rem 0 0.8rem; padding-bottom: 0.4rem; color: var(--layer-1-text); border-bottom: solid 1px var(--layer-1-text); font-size: 18px; font-weight: 400; }

/* LAYOUT */
	/* #parent{ position: relative; display: block; width: 100%; max-width: 2000px; min-height: 100vh; margin: 0 auto; padding: 0 0 45px; } */
	#parent{ position: relative; display: flex; width: 100%; max-width: 2000px; min-height: 100vh; margin: 0 auto; padding: 0; }
		#parent>.leftpane{ width: 300px; }
		#parent>.rightpane{ position: relative; flex: 1; padding: 3rem 0 4rem; }
	.hideforload{ display: none !important; visibility: hidden !important; }
	.mobile{ display: none; }
	.inner{ clear: both; display: block; width: 100%; max-width: 1360px; margin-left: auto !important; margin-right: auto !important; padding-left: 30px; padding-right: 30px; }
		.inner.articlewidth{ max-width: 760px; }
	.columns{ overflow: hidden; }
		.columns .col{ float: left; }
			.columns .col.right{ float: right; }
			.columns .col.quarter{ width: 25%; }
			.columns .col.threequarters{ width: 75%; }
			.columns .col.half{ width: 50%; }
			.columns .col.third{ width: 33%; }
			.columns .col.twothirds{ width: 66%; }
			.columns .col.sixty{ width: 60%; }
			.columns .col.forty{ width: 40%; }
			.columns .col.full{ clear: both; width: 100%; }
			.columns .col>img{ display: block; width: 100%; }
	.padleft{ padding-left: 30px; }
		.padleft.smallpad{ padding-left: 15px; }
		.padleft.bigpad{ padding-left: 60px; }
	.padright{ padding-right: 30px; }
		.padright.smallpad{ padding-right: 15px; }
		.padright.bigpad{ padding-right: 60px; }
	.padbottom{ padding-bottom: 30px; }
		.padbottom.smallpad{ padding-bottom: 15px; }
		.padbottom.bigpad{ padding-bottom: 60px; }
	.padtop{ padding-top: 30px; }
		.padtop.smallpad{ padding-top: 15px; }
		.padtop.bigpad{ padding-top: 60px; }
	.tabs{ display: block; margin-bottom: 20px; border-bottom: solid 1px #cccccc; }
		.tabs a{ display: inline-block; margin: 0 0 -1px 0; padding: 10px 30px; background-color: #eeeeee; color: #666666; border: solid 1px #cccccc; border-radius: 2px 2px 0 0; font-size: 14px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
			.tabs a.selected{ background-color: var(--layer-1-fg); color: var(--layer-1-bg); border: solid 1px #cccccc; border-bottom: solid 1px var(--layer-1-fg); }
	.tab{  }
		.tab .note{ margin-bottom: 30px; font-size: 14px; }
	
/* CONTENT */
	#maincontent{  }
	.content{ color: var(--layer-1-text); }
		.content p{ margin: 0 0 25px; font-size: 1rem; line-height: 1.8rem; }
			.content p br{ display: block !important; visibility: visible !important; }
			.content p a{ color: var(--layer-1-text); text-decoration: none; }
				.content p a:hover{ color: var(--layer-1-text); text-decoration: underline; }
		.content ul{ margin-left: 40px; margin-bottom: 40px; list-style: disc; }
			.content ul li{margin: 0 0 20px;font-size: 1rem;line-height: 1.6rem;}
	.centre{ text-align: center; }
	.mappane{ display: block; margin: 40px 0; }
		.mappane iframe{ display: block; width: 100% !important; }
	a.buttonlink{ display: inline-block; margin: 0 0.2rem; padding: 0.1rem 0.6rem; background-color: var(--layer-1-bg); color: var(--layer-1-fg) !important; border-radius: 3px; font-size: 0.8rem; text-align: center; text-decoration: none !important; text-transform: uppercase; vertical-align: 1px; }
		a.buttonlink:hover{ background-color: var(--layer-1-text); color: var(--layer-1-bg); text-decoration: none; }
		a.buttonlink .fa{ margin-right: 10px; font-size: 10px; vertical-align: 1px; }
	.content ul.videogrid{ display: grid; grid-template-columns: repeat(auto-fill,minmax(20em,1fr)); gap: 1em; margin: 0; padding: 0; list-style: none; }
		.content ul.videogrid li{ margin: 0; padding: 1em; background-color: var(--brand-1-fg); color: var(--brand-1-bg); border-radius: 3px; box-shadow: 0 3px 5px rgba(0,0,0,0.1); }
			.content ul.videogrid li h4{ margin: 0 0 1em; }
			.content ul.videogrid li iframe{ height: 12em; }
		
/* BANNERS */
	.pagebanner{ display: block; width: 100%; margin: 0 0; padding: 0 0 40vh; background-position: center; background-repeat: no-repeat; background-size: cover; box-shadow: 0 0 60px rgba(0,0,0,0.3); }
	
/* LISTS */
	.thumblist{ display: block; margin: 0 0 30px; padding: 0; column-count: 3; column-gap: 1em; list-style: none; }
		.thumblist li{ display: block; margin: 0 0 1em; }
			.thumblist li a{ display: block; text-decoration: none; }
				.thumblist li a .image{ display: block; margin: 0 0 10px; padding: 0 0 56%; background-position: center; background-size: cover; }
				.thumblist li a .title{ display: block; margin: 0 0 10px; }
				.thumblist li a .summary{ display: block; margin: 0 0 10px; }

/* HEADER AND NAVIGATION */
	#header{ position: relative; z-index: 1001; height: 100%; background-color: var(--brand-1-bg); color: var(--brand-1-fg); box-shadow: 0 0 4rem rgba(0,0,0,0.3); }
	    #header .inner{ padding: 3rem 0rem; }
		#header #logo{ display: block; margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: solid 1px rgba(255,255,255,0.3); text-align: center; }
			#header #logo img{ display: inline-block; width: 100%; max-width: 200px; }
			#header #logo:hover{  }
	#scrollmeasure{ position: absolute; left: 0; top: 50px; display: block; width: 1px; height: 1px; }
	.socialnav{  }
		.socialnav>li{  }
			.socialnav>li a{  }
				.socialnav>li a:hover{  }
	#langnav{  }
		#langnav>li{ display: inline-block; margin: 0 1px 0 0; }
			#langnav>li a{ display: block; padding: 5px; }
				#langnav>li a:hover{ opacity: 0.5; }
	#docnav{ display: none; margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: solid 1px rgba(255,255,255,0.3); }
		#docnav ul{ margin: 0 0 1px; }
		#docnav li{ margin: 0 0 1px; }
		#docnav a{ margin-bottom: 1px; }
		#docnav a .fa{ pointer-events: none; }
		#docnav a.selected .fa{ transform: rotateX(180deg); }
			#docnav>li>a{ display: flex; align-items: center; justify-content: space-between; padding: 0.5rem 1rem; color: var(--brand-1-fg); text-decoration: none; }
				#docnav>li>a:not(.selected):hover{ background-color: var(--brand-2-bg); color: var(--brand-2-fg); }
				#docnav>li>a.selected{ background-color: rgba(255,255,255,0.1); color: var(--brand-2-bg); font-weight: 700; }
			#docnav>li>ul{ display: block; margin: 0 0 1rem 1rem; padding: 0; border-left: solid 2px rgba(255,255,255,0.3); }
				#docnav>li>ul>li{ display: block; margin: 0 0 1px; }
					#docnav>li>ul>li>a{ display: flex; align-items: center; justify-content: space-between; padding: 0.5rem 1rem; color: var(--brand-1-fg); text-decoration: none; }
						#docnav>li>ul>li>a:not(.selected):hover{ background-color: var(--brand-2-bg); color: var(--brand-2-fg); }
						#docnav>li>ul>li>a.selected{ background-color: rgba(255,255,255,0.1); color: var(--brand-2-bg); font-weight: 700; }
				#docnav>li>ul>li>ul{ display: block; margin: 0 0 1rem 1rem; padding: 0; border-left: solid 2px rgba(255,255,255,0.3); }
					#docnav>li>ul>li>ul>li{ display: block; margin: 0 0 1px; }
						#docnav>li>ul>li>ul>li>a{ display: flex; align-items: center; justify-content: space-between; padding: 0.5rem 1rem; color: var(--brand-1-fg); text-decoration: none; }
							#docnav>li>ul>li>ul>li>a:not(.selected):hover{ background-color: var(--brand-2-bg); color: var(--brand-2-fg); }
							#docnav>li>ul>li>ul>li>a.selected{ background-color: rgba(255,255,255,0.1); color: var(--brand-2-bg); font-weight: 700; }
	#mainnav{ display: block; margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: solid 1px rgba(255,255,255,0.3); }
		#mainnav>li{ margin: 0 0 1px; }
			#mainnav>li>a{ display: block; padding: 0.5rem 1rem; color: var(--brand-1-fg); font-size: 0.8rem; text-decoration: none; }
				#mainnav>li>a:not(.selected):hover{ background-color: var(--brand-2-bg); color: var(--brand-2-fg); }
				#mainnav>li.selected>a,#mainnav>li>a.selected{ background-color: var(--brand-2-fg); color: var(--brand-2-bg); font-weight: 700; }
				#mainnav>li.flag{  }
					#mainnav>li.flag>a{  }
						#mainnav>li.flag>a:hover{  }
				#mainnav>li>ul{ position: absolute; left: 0; top: 60px; z-index: 1000; display: block; width: 200px; max-height: 0px; overflow: hidden; transition: all 0.75s; }
					#mainnav>li:hover>ul{ max-height: 1000px; background-color: var(--layer-1-bg); color: var(--layer-1-fg); box-shadow: 0 0 15px rgba(0,0,0,0.5); }
					#mainnav>li>ul>li{ display: block; }
						#mainnav>li>ul>li>a{  }
							#mainnav>li>ul>li>a:hover{  }
							#mainnav>li>ul>li>a.selected{  }
	
/* FOOTER */
	#footercntr{ position: absolute; left: 0; bottom: 0; display: block; width: 100% !important; margin: 0px auto 0 !important; background-color: var(--grey); }
		#footer{ display: block; width: 100%; margin: 0 auto; overflow: hidden; }
			#footer p{ margin: 0; padding: 1rem 0; color: #ffffff; font-size: 0.8rem; }
				#footer p.copyright{ text-align: right; }
				#footer p.credit{  }
				#footer p a{ color: #ffffff; }
					#footer p a:hover{ text-decoration: none; }

/* DISPLAY PANE */
	#displaypane{ position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 100000000; display: block; padding: 30px; background-color: var(--layer-1-fg); overflow: auto; overflow-x: none; }
		#displaypane>.close{ position: absolute; right: 20px; top: 15px; color: #cccccc; font-size: 48px; }
			#displaypane>.close:hover{ color: var(--layer-1-bg); }
		#displaypane #innerpane{ position: absolute; left: 30px; top: 60px; right: 30px; bottom: 60px; background-position: center; background-repeat: no-repeat; background-size: contain; }
		
	
/* MOBILENAV */
	a#mobilenavlink{ position: absolute; right: 20px; top: 10px; z-index: 20000000; display: none; width: 45px; padding: 5px; }
		a#mobilenavlink:after{ content: ''; }
		a#mobilenavlink>span{ display: block; height: 8px; margin: 0 0 3px; background-color: var(--layer-1-fg); border-radius: 2px; }
	#mobilenav{ position: absolute; right: 0; top: 0px; z-index: 10000000; display: block; width: 250px; height: 100vh; padding: 100px 0 10px; background-color: var(--layer-1-bg); box-shadow: 0 0 30px rgba(0,0,0,0.3); }
		#mobilenav li{ display: block; margin: 0 0 1px; }
			#mobilenav li a{ display: block; margin: 0 0px; padding: 10px 10px; background-color: var(--layer-1-bg); color: var(--layer-1-fg); text-decoration: none; }
				#mobilenav li a:hover{ background-color: var(--layer-1-bg); color: var(--layer-1-text); }
				#mobilenav li.selected>a,#mobilenav li a.selected{ background-color: var(--layer-1-text); color: var(--layer-1-fg); }
			#mobilenav>li>ul{ display: block; margin: 1px 0 1px 30px; }
		#mobilenav li.flag>a{ border: none; text-align: left; }
			#mobilenav li.flag>a>img{ display: inline-block; }
			
/* TINYMCE ASSIGNED CLASSES */
	.alignleft{ text-align: left; }
	.alignright{ text-align: right; }
	.aligncenter{ text-align: center; }
	.alignfull{ text-align: justify; }
	.attention{ display: block; padding: 20px; background-color: #c92e00; color: #ffffff !important; border-radius: 2px; font-size: 13px !important; font-weight: 400; }
	
/* IMGPOOL CLASSES */
	img.imgpoolinline{ display: inline-block; margin: 10px; vertical-align: middle; }
	img.imgpoolleft{ float: left; margin: 0 20px 10px 0; }
	img.imgpoolright{ float: right; margin: 0 0 10px 20px; }
	img.imgpoolblock{ display: block; max-width: 100%; margin: 0 auto 10px; }
	img.bordered{ border: solid 1px; }			
	
/* DOCPOOL CLASSES */
	a.docbutton{ display: inline-block; margin: 0 0.2rem; padding: 0.1rem 0.6rem; background-color: var(--layer-1-bg); color: var(--layer-1-fg) !important; border-radius: 3px; font-size: 0.8rem; text-align: center; text-decoration: none !important; text-transform: uppercase; vertical-align: 1px; }
		a.docbutton:hover{ background-color: var(--layer-1-text); color: var(--layer-1-fg); }
	a.docbigbutton{ display: inline-block; padding: 5px 10px; background-color: var(--layer-1-bg); color: var(--layer-1-fg); border: solid 1px var(--layer-1-bg); border-radius: 2px; text-decoration: none; }
		a.docbigbutton span{ display: block; }
			a.docbigbutton span.title{ text-transform: uppercase; }
			a.docbigbutton span.description{ font-size: 11px; }
		a.docbigbutton:hover{ background-color: var(--layer-1-fg); color: var(--layer-1-bg); }

/* SLIDER STYLES */
	#slider{ display: block; width: 100%; box-shadow: 0 0 60px rgba(0,0,0,0.3); overflow: hidden; }
		#slider li{ position: relative; display: block; width: 100%; height: 0; padding: 0 0 60vh; background-position: center top; background-repeat: no-repeat; background-size: cover; overflow: hidden; }
		#slider a.navarrow{ position: absolute; top: 45%; z-index: 1000000; display: block; background-color: var(--layer-1-bg); color: var(--layer-1-fg); font-size: 1rem; text-decoration: none; }
			#slider a.navarrow:hover{ background-color: var(--layer-1-text); }
			#slider a.cycle-prev{ left: 0px; padding: 0.5rem 0.8rem 0.5rem 1.2rem; border-radius: 0 3px 3px 0; }
			    #slider a.cycle-prev:hover{ padding: 0.5rem 1.2rem 0.5rem 0.8rem; }
			#slider a.cycle-next{ right: 0px; padding: 0.5rem 1.2rem 0.5rem 0.8rem; border-radius: 3px 0 0 3px; }
			    #slider a.cycle-next:hover{ padding: 0.5rem 0.8rem 0.5rem 1.2rem; }
		#slider p.content{ position: absolute; left: 30vw; top: 15vh; right: 30vw; z-index: 1000; display: flex; flex-direction: column; align-items: center; padding: 2rem; background-color: rgba(255,255,255,0.2); border-radius: 4px; box-shadow: 0 0 30px rgba(0,0,0,0.8); backdrop-filter: blur(5px); text-align: center; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); }
			#slider p.content .title{ display: block; margin: 0 0 1.5rem; color: var(--layer-1-fg); font-size: 1.4rem; font-weight: 400; }
			#slider p.content .description{ display: block; margin: 0 0 0; color: var(--layer-1-fg); font-size: 0.7rem; font-weight: 300; line-height: 1.2rem; }
			#slider p.content a{ display: inline-block; padding: 5px 10px; background-color: var(--layer-1-bg); color: var(--layer-1-fg); text-decoration: none; }
		#slider .cycle-pager{ position: absolute; left: 0; bottom: 0px; right: 0; z-index: 1000; display: flex; justify-content: center; }
			#slider .cycle-pager span{ flex-basis: 100%; height: 1rem; background-color: var(--layer-1-bg); color: var(--layer-1-bg); cursor: pointer; overflow: hidden; transition: all 0.3s; }
				#slider .cycle-pager span:hover{ background-color: var(--layer-1-text); color: var(--layer-1-text); }
				#slider .cycle-pager span.cycle-pager-active{ background-color: var(--layer-1-text); color: var(--layer-1-text); }
				
/* MODULE SPECIFIC */
#maincontent.article{  }
	#maincontent.article .breadcrumbs{ display: block; margin: 0 0 1rem; font-size: 0.8rem; opacity: 0.6; }
	#maincontent.article .videopane{ display: block; margin: 0 0 3rem; height: 50vh; }
		#maincontent.article .videopane iframe{ display: block; width: 100%; height: 100%; }


