@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext'); /* font-family: 'Roboto', sans-serif; */
/* @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin-ext'); /* font-family: 'Roboto Condensed', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin-ext'); /* font-family: 'Open Sans', sans-serif; */
@import url("reset.css");
@import url("support.css");
@import url("forms.css");
@import url("font-awesome.css");

html{ height: 100%; }
body{ position: relative; min-height: 100%; margin: 0; padding: 0; color: #666666; font-family: 'Roboto', sans-serif; font-size: 14px; }
ol li{ margin: 0 0 5px; }
*+br{ display: none; visibility: hidden; }
a,input{ transition: all 0.3s; }
h1{ margin: 0 0 30px; color: #002859; font-size: 30px; font-weight: 400; }
h2{ margin: 50px 0 20px; color: #002859; font-size: 24px; font-weight: 400; }
	.col>h2:first-child{ margin-top: 0; }
h3{ margin: 0 0 30px; color: #002859; font-size: 18px; font-weight: 700; line-height: 26px; }

.hideforload{ display: none !important; visibility: hidden !important; }
.mobile{ display: none; }

.flexcontainer{ 
	display: flex; display: -webkit-flex; display: -moz-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap; -moz-flex-flow: row nowrap;
	justify-content: space-around;j -webkit-ustify-content: space-around; -moz-justify-content: space-around;
	align-content: center; -webkit-align-content: center; -moz-align-content: center;
	align-items: center; -webkit-align-items: center; -moz-align-items: center;
}
	.flex-item{
		order: 1; -webkit-order: 1; -moz-order: 1;
		flex: 0 1 auto; -webkit-flex: 0 1 auto; -moz-flex: 0 1 auto;
		align-self: center; -webkit-align-self: center; -moz-align-self: center;
	}

ul.bulletslist{ margin-left: 40px; list-style: disc; }
	ul.bulletslist li{ margin: 0 0 5px; }
	
a.show:after{ 
	font-family: "osprey-simple" !important;
	display: inline-block;
	margin: 0 0 0 10px;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e014";
	vertical-align: 1px;
}
	a.show.closed:after{ content: "\e014"; }
	a.show.open:after{ content: "\e019"; }
	
.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: 10px; }
.padright{ padding-right: 30px; }
	.padright.smallpad{ padding-right: 10px; }
.padbottom{ padding-bottom: 30px; }
	.padbottom.smallpad{ padding-bottom: 10px; }
.padtop{ padding-top: 30px; }
	.padtop.smallpad{ padding-top: 10px; }
.content{  }
	.content p{ margin: 0 0 40px; font-size: 16px; line-height: 30px; text-align: justify; }
		.content p br{ display: block !important; visibility: visible !important; }
		.content p a{ color: #002859; }
			.content p a:hover{ text-decoration: none; }
	.content ul{ margin-left: 40px; list-style: disc; }
		.content ul li{ margin: 0 0 20px; font-size: 16px; line-height: 24px; text-align: justify; }
	.content ol{ margin-left: 40px; }
		.content ol li{ margin: 0 0 20px; font-size: 16px; line-height: 24px; text-align: justify; }
			.content ol li a{ color: #002859; }
				.content ol li a:hover{ text-decoration: none; }
	.content .quarter ol{ margin-left: 0px; }
		.content .quarter ol li{ margin-left: 0px; }
			.content .quarter ol li a{ display: block; text-align: left; text-decoration: none; }
				.content .quarter ol li a:hover{ text-decoration: underline; }
.centre{ text-align: center; }
.inner{ clear: both; display: block; width: 100%; max-width: 1260px; margin-left: auto !important; margin-right: auto !important; padding: 0 30px; }
.mappane{ display: block; margin: 40px 0; }
	.mappane iframe{ display: block; width: 100% !important; }
a.buttonlink{ display: inline-block; padding: 10px 20px; background-color: #666666; color: #ffffff !important; border-radius: 2px; font-size: 13px !important; font-weight: 400; line-height: 13px; text-align: center; text-decoration: none; text-transform: uppercase; }
	a.buttonlink.block{ display: block; margin: 5px 0; }
	a.buttonlink:hover{ background-color: #002859; color: #ffffff; text-decoration: none; }
	a.buttonlink .fa{ margin-right: 10px; font-size: 10px; vertical-align: 1px; }
X.pagebanner{ display: block; width: 100%; margin: 0 0; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; }
.pagebanner{ display: block; width: 100%; margin: 0 0; background-attachment: fixed; background-position: center 0; background-repeat: no-repeat; background-size: 100% auto; }
	.pagebanner .inner{ position: relative; /*height: 75vh;*/ height: 65vh; }
		.pagebanner .inner h1{ position: absolute; left: 0px; bottom: -30px; display: block; padding: 20px 60px 20px 30px; background-color: #ffffff; }
.logo{ display: block; margin: 0 0 30px; text-align: center; }
	.logo img{ display: inline-block; max-width: 100%; }
.splitbanner{ display: block; width: 100%; margin: 50px 0; padding: 0 0 50vh; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; box-shadow: inset 0 0 30px rgba(0,0,0,0.5); }
.ctalabel{ display: block; color: #002859; font-size: 14px; font-weight: 700; text-align: right; text-decoration: none; text-transform: uppercase; }
.pillarnav{ display: block; margin: 0 !important; padding: 30px 0 !important; list-style: none !important; text-align: center; }
	.pillarnav li{ display: inline-block; width: 19%; margin: 0 3px !important; vertical-align: top; }
		.pillarnav li:first-child{ margin-left: 0 !important; }
		.pillarnav li:last-child{ margin-right: 0 !important; }
		.pillarnav li a{ position: relative; display: block; padding: 10px; color: #002859; background-position: center; background-size: cover; font-size: 14px; text-align: center; text-decoration: none; }
			.pillarnav li a .content{ display: block; height: 160px; padding: 10px; background-color: #ffffff; transition: all 0.3s; }
				.pillarnav li a .content .title{  }
				.pillarnav li a:hover{ background-position: left top; box-shadow: 0 0 10px rgba(0,0,0,0.8); }
	.pillarnav.tiles li{ width: 20%; margin: 0 -4px 0 0 !important; }
		.pillarnav.tiles li a{ padding: 0; outline: solid 1px #ffffff; }
			.pillarnav.tiles li a .content{ height: 150px; background-color: rgba(255,255,255,0.5); }
				.pillarnav.tiles li a .content .title{ color: #002859; font-weight: 700; text-shadow: 0 0 3px rgba(255,255,255,0.8); }
	.pillarnav.sidebar{ padding: 0 !important; }
		.pillarnav.sidebar li{ display: block; width: 100%; margin: 0 0 1px 0 !important; }
			.pillarnav.sidebar li a{ padding: 0; font-size: 14px; line-height: 20px; text-align: left; }
				.pillarnav.sidebar li a .content{ height: auto; background-color: #f4f4f4; }
					.pillarnav.sidebar li a:hover{ box-shadow: none; }
						.pillarnav.sidebar li a:hover .content{ background-color: #002859; color: #ffffff; }
.tombstonebar{ margin-left: -30px; }
.tombstone{ position: relative; display: inline-block; max-width: 260px; margin: 0 25px 60px; padding: 45px 30px; background-color: #eeeeee; vertical-align: top; }
	.tombstonebar .tombstone{ max-width: 250px; }
	.tombstone:before{ content: url(../images/common/loitabar-blue.png); position: absolute; left: -10px; bottom: -10px; z-index: 1; }
	.tombstone:after{ content: url(../images/common/loitabar-brown.png); position: absolute; right: -10px; top: -10px; z-index: 1; }
	.tombstone>span{ display: block; margin: 0 0 15px; text-align: center; }
	.tombstone .company{ min-height: 45px; font-size: 16px; font-weight: 700; line-height: 22px; }
	.tombstone .subtext{ font-size: 14px; font-weight: 400; line-height: 20px; }
	.tombstone .provider{ font-size: 18px; font-weight: 700; line-height: 24px; }
	.tombstone .undersigned{ min-height: 90px; font-size: 12px; font-weight: 400; line-height: 18px; }
.tileslist{ display: block; width: 100%; Xmax-width: 1260px; margin-left: auto !important; margin-right: auto !important; margin-bottom: -50px; padding: 0; list-style: none !important; overflow: hidden; text-align: center; }
	.tileslist li{ float: left; width: 20%; margin: 0 !important; }
		.tileslist li a{ position: relative; display: block; padding: 130px 30px; color: #ffffff; background-position: left top; background-size: cover; Xfilter: grayscale(1); text-align: center; text-decoration: none; }
			.tileslist li a:after{ content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; background-color: rgba(0,0,0,0.5); }
			.tileslist li a>span{ position: relative; z-index: 2; display: block; }
			.tileslist li a .title{ margin-bottom: 20px; font-size: 18px; font-weight: 700; }
			.tileslist li a .description{  }
			.tileslist li a:hover{ background-position: right bottom; }
.maplink{ display: block; }
	.maplink>img{ display: block; max-width: 100%; }
	.maplink:hover{ opacity: 0.6; }


#notfoundmessage{ padding: 100px; /*background-image: url(../images/common/404.jpg);*/ background-repeat: no-repeat; text-align: center; }
#statusmessage{ position: absolute; z-index: 10000; display: block; width: 100%; }
	#statusmessage p{ display: block; width: 30%; margin: 0 auto; padding: 10px 20px; background-color: #ed1c24; color: #ffffff; cursor: pointer; text-align: center; }
		#statusmessage p span{ display: none; visibility: hidden; }

#cookiebar{ position: fixed; left: 0; bottom: 0; right: 0; z-index: 99999999; display: block; padding: 15px 50px; background-color: rgba(0,0,0,0.9); color: #ffffff; box-shadow: 0 0 30px rgba(0,0,0,0.8); overflow: hidden; }
	#cookiebar .inner{ overflow: hidden; }
	#cookiebar .left{ float: left; width: 80%; padding-top: 5px; font-size: 14px; font-weight: 300; line-height: 22px; }
	#cookiebar .right{ float: right; width: 19%; text-align: right; }
		#cookiebar .right a{ display: inline-block; padding: 10px 30px; /*background-color: #ffff26;*/ background-color: #ffffff; color: #000000; font-size: 16px; font-weight: 700; text-decoration: none; }
			#cookiebar .right a .fa{ margin-right: 10px; }
		
#parent{ position: relative; display: block; width: 100%; max-width: 2000px; min-height: 100%; margin: 0 auto; padding: 0 0 60px; }
	#parent > div{ display: block; margin: 0 auto; }
	
#header{ position: fixed; left: 0; top: 0; right: 0; z-index: 1001; height: 100px; padding-top: 15px; background-color: #ffffff; box-shadow: 0 0 30px rgba(0,0,0,0.3); transition: all 0.6s; }
	#header #logo{ float: left; max-width: 300px; transition: all 0.6s; }
		#header #logo img{ display: block; width: 100%; }
		#header #logo:hover{ opacity: 0.5; }
	#header.scrolled{ height: 50px; padding-top: 10px; }
		#header.scrolled #logo{ max-width: 220px; margin-top: -10px; }
		#header.scrolled #mainnav{ padding-top: 2px; }
			#header.scrolled #mainnav li{  }
				#header.scrolled #mainnav>li>a{ padding: 4px 10px; }
				#header.scrolled #mainnav>li>ul{ top: 35px; }

.socialnav{  }
	.socialnav>li{ display: inline-block; margin: 0 1px 0 0; }
		.socialnav>li a{ display: block; padding: 5px; color: #000000; font-family: 'pixons'; font-size: 16px; text-decoration: none; }
			.socialnav>li a:hover{ background-color: #000000; color: #ffffff; text-decoration: none; }

#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; }

#mainnav{ float: right; transition: all 0.6s; }
	#mainnav>li{ position: relative; display: inline-block; margin: 0 1px 0 0; padding: 0 0 20px; }
		#mainnav>li>a{ display: block; padding: 25px 10px; color: #857c6d; font-size: 14px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
			#mainnav>li>a:hover{ color: #002859; }
			#mainnav>li.selected>a,#mainnav>li>a.selected{ color: #002859; }
			#mainnav>li.flag{ float: right; margin-top: -1px; }
				#mainnav>li.flag>a{ float: right; background-color: transparent; border: solid 1px transparent; }
					#mainnav>li.flag>a:hover{  background-color: transparent; border: solid 1px transparent; opacity: 0.5; }
			
			#mainnav>li>ul{ position: absolute; left: 0; top: 84px; display: block; width: 250px; max-height: 0px; overflow: hidden; transition: all 0.75s; }
				#mainnav>li:hover>ul{ max-height: 1000px; }
				#mainnav>li>ul>li{ display: block; }
					#mainnav>li>ul>li>a{ display: block; padding: 10px 10px; background-color: #ffffff; color: #857c6d; font-size: 14px; font-weight: 700; text-decoration: none; }
						#mainnav>li>ul>li>a:hover{ color: #002859; }
						#mainnav>li>ul>li>a.selected{ color: #002859; }
				
#maincontent{ padding: 80px 0; }
	#maincontent>ul{ margin-left: 40px; list-style: disc; }
		#maincontent>ul li{  margin: 0 0 5px; line-height: 18px; }

.footerpattern{ display: block; padding: 0 0 15%; background-image: url(../images/common/footerpattern.jpg); background-attachment: fixed; background-position: center bottom; background-repeat: no-repeat; background-size: 100% auto; }
	.footerpattern .topgrad{ display: block; width: 100%; height: 50px; opacity: 0.5; 
								/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+100 */
								background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
								background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
								background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
								filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
							}
#footercntr{ position: absolute; left: 0; bottom: 0; display: block; width: 100% !important; margin: 30px auto 0 !important; background-color: #ffffff; box-shadow: 0 0 30px rgba(0,0,0,0.3); }
	#footer{ display: block; width: 100%; margin: 0 auto; padding: 25px 30px 15px; overflow: hidden; }
		#footer p{ margin: 0; padding: 0px; font-size: 12px; color: #666666; }
			#footer p.copyright{ float: left; }
			#footer p.credit{ float: right; }
			#footer p a{ color: #666666; }
				#footer p a:hover{  }
				#footer p a img{ vertical-align: -6px; }


/* ABOUT */
	.profilelinks{ display: block; margin: 0 !important; padding: 0 !important; list-style: none !important; overflow: hidden; }
		.profilelinks li{ float: left; width: 49%; margin: 0 1% 3px 0 !important; }
			.profilelinks li a{ position: relative; display: block; height: 0; margin: 0; padding: 0 0 120%; background-color: #eeeeee; color: #ffffff; background-position: center; background-size: cover; font-size: 12px; text-align: center; text-decoration: none; -webkit-filter: grayscale(100%); filter: grayscale(100%); }
				.profilelinks li a .name{ position: absolute; left: 0; bottom: 0; right: 0; display: block; padding: 5px 0; background-color: #999999; transition: all 0.3s; }
				.profilelinks li a:hover{ -webkit-filter: grayscale(0%); filter: grayscale(0%); }
					.profilelinks li a:hover .name{ padding: 7px 0; background-color: #002859; }


/* TEAM */
	.teamlist{ display: block; margin: 0 0 30px !important; padding: 0; list-style: none !important; overflow: hidden; }
		.teamlist li{ float: left; width: 32%; margin: 0 0 30px; }
			.teamlist li:nth-child(3n+2){ margin: 0 1.9% 30px; }
			.teamlist li a{ color: #666666; text-decoration: none; }
				.teamlist li a>span{ display: block; }
				.teamlist li a .image{ padding: 0 0 67%; background-position: center; background-repeat: no-repeat; background-size: cover; }
				.teamlist li a .title{ margin: 10px 0 5px; color: #002859; font-size: 16px; font-weight: 700; }
				.teamlist li a .position{ height: 30px; font-size: 13px; line-height: 18px; }


/* PILLARS */
	#pillarsbar{ display: block; min-height: 80vh; padding: 80px 0; background: url(../images/common/pattern-bg-1.jpg) center center no-repeat; background-attachment: fixed; background-size: cover; box-shadow: 0 0 30px rgba(0,0,0,0.5); }
		#pillarsbar .inner{ max-width: 90%; }
		#pillarsbar a.panellink{ position: relative; background-position: center; background-repeat: no-repeat; background-size: cover; color: #ffffff; text-decoration: none; clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%); }
			#pillarsbar a.panellink:before{ content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; display: block; background-color: rgba(0,0,0,0.6); transition: all 0.3s; }
			#pillarsbar a.panellink .content{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 100; display: block; padding: 30px 30px; }
				#pillarsbar a.panellink .content .logo{ display: block; height: 60px; margin: 0 0 20px; background-position: left center; background-repeat: no-repeat; background-size: contain; filter: brightness(0) invert(1); transition: all 0.3s; }
				#pillarsbar a.panellink .content .title{ display: block; margin: 0 0 30px; font-size: 18px; font-weight: 300; line-height: 24px; }
				#pillarsbar a.panellink .content .description{ display: block; font-size: 14px; font-weight: 300; line-height: 20px; }
			#pillarsbar a.panellink:hover{ color: #002859; }
				#pillarsbar a.panellink:hover:before{ background-color: rgba(255,255,255,0.9); }
				#pillarsbar a.panellink:hover .content .logo{ filter: brightness(1) invert(0); }
		#pillarsbar .halfsquare{ float: left; width: 48%; margin: 0.9%; padding: 0 0 40%; }
		#pillarsbar .thirdsquare{ float: left; width: 31.5%; margin: 0.9%; padding: 0 0 35%; }
			#pillarsbar a.panellink.thirdsquare .content{ padding: 15px 30px; }
				#pillarsbar a.panellink.thirdsquare .content .logo{ height: 50px; margin: 0 0 20px; }
				#pillarsbar a.panellink.thirdsquare .content .title{ margin: 0 0 15px; font-size: 20px; }
	#pillarsbar .unitsrow{ display: block; margin-bottom: 30px; overflow: hidden; }
		#pillarsbar .unitsrow .panellink{ float: left; width: 19%; margin: 0 0.5%; padding: 0 0 25%; }
	#pillarsbar .newsrow{ display: block; padding: 0 0.5%; overflow: hidden; }
		#pillarsbar .newsrow .homenews li{ float: left; width: 32%; margin: 0 0 30px; }
			#pillarsbar .newsrow .homenews li:nth-child(3n+2){ margin: 0 1.9% 30px; }
		#pillarsbar .newsrow>p{ clear: both; }


/* NEWS */
	.homenews{  }
		.homenews li{ display: block; margin: 0.9% 0.9% 15px; }
			.homenews li a{ position: relative; display: block; padding: 0 0 50%; background-position: center; background-size: cover; color: #ffffff; clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 85%); text-decoration: none; }
				.homenews li a:before{ content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; display: block; background-color: rgba(0,0,0,0.6); transition: all 0.3s; }
				.homenews li a .content{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 100; display: block; width: 100%; padding: 30px 30px; text-align: right; transition: all 0.3s; }
					.homenews li a .content .date{ display: block; margin: 0 0 10px; font-size: 12px; text-transform: uppercase; }
					.homenews li a .content .title{ display: block; padding-left: 30%; font-size: 16px; line-height: 24px; }
					.homenews li a:hover{ clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%, 0 100%); }
						.homenews li a:hover:before{ background-color: rgba(0,0,0,0.1); }
						.homenews li a:hover .content{ left: 100%; right: auto; }
	.newslist{ display: block; }
		.newslist li{ display: block; border-bottom: solid 1px #cccccc; }
			.newslist li:last-child{ border-bottom: none; }
			.newslist li a{ display: block; padding: 50px 10px; color: #666666; overflow: hidden; text-decoration: none; }
				.newslist li a .thumb{ float: left; width: 20%; padding: 0 0 13%; background-position: center; background-size: cover; }
				.newslist li a .content{ float: right; width: 75%; }
					.newslist li a .content .date{ display: block; margin: 0 0 0px; }
					.newslist li a .content .title{ display: block; margin: 0 0 10px; color: #002859; font-size: 18px; font-weight: 700; line-height: 26px; }
					.newslist li a .content .summary{ font-size: 14px; line-height: 20px; }
				.newslist li a:hover{ background-color: #eeeeee; }
	.newsbanner{ display: block; width: 100%; margin: -20px 0 20px; padding: 0 0 66%; background-position: center; background-repeat: no-repeat; background-size: cover; }


/* STAND-ALONE LINKS */
	#standalonelinks{ display: block; padding: 100px 0; background-color: #002859; box-shadow: 0 0 30px rgba(0,0,0,0.5); }
		#standalonelinks a{ display: inline-block; width: 30%; min-height: 380px; margin: 0 0 15px; padding: 30px; color: #ffffff; border: solid 2px #ffffff; clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%); text-decoration: none; vertical-align: top; }
			#standalonelinks a:nth-child(3n+2){ margin: 0 4.5% 15px; }
			#standalonelinks a>span{ display: block; margin: 0 0 10px; }
				#standalonelinks a .title{ min-height: 72px; margin: 0 0 15px; font-size: 28px; font-weight: 700; line-height: 36px; }
				#standalonelinks a .description{ margin: 0 0 20px; font-size: 16px; font-weight: 300; line-height: 24px; }
				#standalonelinks a .ctalabel{ color: #ffffff; }
			#standalonelinks a:hover{ background-color: rgba(255,255,255,0.25); }
			

/* FLASH NEWS */
	.flashnewsbar{ padding: 50px 0; background-color: #002859; box-shadow: 0 0 30px rgba(0,0,0,0.5); }
		.flashnewsbar .inner{ overflow: hidden; }
			.flashnewsbar .image{ float: left; width: 60%; padding: 0 0 30%; background-position: center; background-repeat: no-repeat; background-size: cover; }
			.flashnewsbar .text{ float: right; width: 35%; color: #ffffff; }
				.flashnewsbar .text .title{ display: block; margin: 0 0 15px; font-size: 28px; font-weight: 700; line-height: 36px; }
				.flashnewsbar .text .summary{ display: block; margin: 0 0 20px; font-size: 14px; font-weight: 300; line-height: 22px; }
				.flashnewsbar .text .link{  }


/* DISPLAY PANE */
	#displaypane{ position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 100000000; display: block; padding: 30px; background-color: #ffffff; overflow: auto; overflow-x: none; }
		#displaypane>.close{ position: absolute; right: 20px; top: 15px; color: #cccccc; font-size: 48px; }
			#displaypane>.close:hover{ color: #000000; }
		#displaypane #innerpane{ position: absolute; left: 30px; top: 60px; right: 30px; bottom: 60px; background-position: center; background-repeat: no-repeat; background-size: contain; }
	.displaypaneprofileimg{ display: block; height: 0; padding: 0 0 120%; background-position: center; background-size: cover; }
		
	
/* MOBILENAV */
	a#mobilenavlink{ position: absolute; right: 30px; top: 25px; display: none; width: 45px; padding: 5px; }
		.scrolled a#mobilenavlink{ top: 5px; transition: all 0.3s; }
		a#mobilenavlink:after{ content: ""; }
		a#mobilenavlink>span{ display: block; height: 8px; margin: 0 0 3px; background-color: #002859; border-radius: 1px; }
	#mobilenav{ position: absolute; right: 0; top: 100px; display: block; width: 250px; padding: 0 0 10px; background-color: #ffffff; transition: all 0.3s; }
		.scrolled #mobilenav{ top: 50px; }
		#mobilenav li{ display: block; margin: 0 0 1px; }
			#mobilenav li a{ display: block; margin: 0 10px; padding: 10px 10px; color: #857c6d; text-decoration: none; }
				#mobilenav li a:hover{ background-color: #002859; color: #ffffff; }
				#mobilenav li.selected>a,#mobilenav li a.selected{ background-color: #002859; color: #ffffff; }
			#mobilenav>li>ul{ display: block; margin: 1px 0 1px 30px; }
		#mobilenav li.flag>a{ background-color: #ffffff; border: none; text-align: center; }
			#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; }
	
/* IMGPOOL CLASSES */
	img.imgpoolinline{ display: inline-block; margin: 10px; vertical-align: middle; }
	img.imgpoolleft{ float: left; margin: 0 30px 20px 0; }
	img.imgpoolright{ float: right; margin: 0 0 20px 30px; }
	img.imgpoolblock{ display: block; max-width: 100%; margin: 0 auto 10px; }
	img.bordered{ border: solid 1px; }			
	
/* DOCPOOL CLASSES */
	a.docbutton{ display: inline-block; padding: 5px 10px; background-color: #000000; color: #ffffff; border: solid 1px #000000; border-radius: 2px; text-decoration: none; }
		a.docbutton:hover{ background-color: #ffffff; color: #000000; }
	a.docbigbutton{ display: inline-block; padding: 5px 10px; background-color: #000000; color: #ffffff; border: solid 1px #000000; 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: #ffffff; color: #000000; }

/* SLIDER STYLES */
	#slider{ display: block; width: 100%; box-shadow: 0 0 30px rgba(0,0,0,0.5); overflow: hidden; }
		#slider li{ position: relative; display: block; width: 100%; height: 0; padding: 0 0 100vh; Xbackground-attachment: fixed; background-position: center center; background-repeat: no-repeat; background-size: cover; overflow: hidden; }
			#slider li:after{ content: url(../images/common/loitabar-white-tr.png); position: absolute; right: 0px; top: 100px; opacity: 0.5; }
			#slider li:before{ content: url(../images/common/loitabar-white-bl.png); position: absolute; left: 0px; bottom: 0px; opacity: 0.5; }
			#slider li .inner{ position: relative; height: 60vh; margin-top: 200px; }
		#slider a.navarrow{ position: absolute; top: 45%; z-index: 1000000; display: block; width: 50px; height: 50px; padding: 6px 5px 5px; background-color: rgba(255,255,255,0.1); color: #ffffff; border: solid 2px rgba(255,255,255,0.5); border-radius: 100px; font-size: 30px; text-align: center; text-decoration: none; }
			#slider a.navarrow:hover{ background-color: rgba(255,255,255,0.6); color: #002859; border: solid 2px rgba(255,255,255,0.9); }
			#slider a.cycle-prev{ left: 50px; }
			#slider a.cycle-next{ right: 50px; }
		#slider p.content{ position: absolute; left: 0px; top: 15vh; right: 0; z-index: 1000; display: block; /*width: 50%; padding: 20px 50px 40px; background-color: rgba(255,255,255,0.3); border: solid 3px rgba(255,255,255,0.8);*/ color: #ffffff; font-size: 16px; line-height: 22px; text-align: center; }
			#slider p.content .title{ display: block; margin: 0 0 20px; font-family: 'Open Sans', sans-serif; font-size: 60px; font-weight: 300; line-height: 70px; text-shadow: 0 0 10px rgba(0,0,0,0.75); }
			#slider p.content .description{ display: block; margin: 0 0 20px; font-size: 22px; font-weight: 400; line-height: 30px; text-shadow: 0 0 10px rgba(0,0,0,0.75); }
			#slider p.content a{ display: inline-block; padding: 15px 30px; background-color: #857c6d; color: #ffffff; text-decoration: none; }
				#slider p.content a:hover{ background-color: #002859; }
		#slider .cycle-pager{ position: absolute; left: 0; bottom: 30px; z-index: 1000; display: block; width: 100%; text-align: center; }
			#slider .cycle-pager span{ display: inline-block; width: 13px; height: 13px; margin: 0 2px; background-color: transparent; color: transparent; border: solid 2px #ffffff; border-radius: 20px; cursor: pointer; font-family: arial; overflow: hidden; transition: all 0.3s; }
				#slider .cycle-pager span:hover{ background-color: #ffffff; color: #ffffff; border: solid 2px #ffffff; }
				#slider .cycle-pager span.cycle-pager-active{ background-color: #ffffff; color: #ffffff; border: solid 2px #ffffff; }
		#slider .scrollbar{ position: absolute; left: 0; bottom: -15px; right: 0; z-index: 1000; display: block; padding: 10px; text-align: center; }
			#slider .scrollbar a{ display: inline-block; padding: 10px 30px; background-color: rgba(255,255,255,0.1); color: #ffffff; border: solid 2px rgba(255,255,255,0.5); font-size: 48px; border-radius: 100px 100px 0 0; }
				#slider .scrollbar a:hover{ background-color: rgba(255,255,255,0.8); color: #002859; }
				
