/* @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; background-color: #ffffff; background-attachment: fixed; background-size: cover; color: #666666; font-family: 'Roboto', sans-serif; font-size: 16px; }
	body.index{ background-image: url(../images/common/index-bg.jpg); }
ol li{ margin: 0 0 5px; }
*+br{ display: none; visibility: hidden; }
a,input{ transition: all 0.3s; }
h1{ margin: 0 0 30px; color: #75b6e5; font-size: 24px; font-weight: 300; letter-spacing: 2px; line-height: 32px; text-transform: uppercase; }
	.content.big h1{ font-weight: 700; }
h2{ margin: 0 0 30px; color: #75b6e5; font-size: 24px; font-weight: 300; letter-spacing: 2px; line-height: 32px; text-transform: uppercase; }
h3{ margin: 0 0 25px; color: #666666; font-size: 18px; font-weight: 700; letter-spacing: 2px; line-height: 26px; text-transform: uppercase; }

.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; }
	.padleft.bigpad{ padding-left: 60px; }
.padright{ padding-right: 30px; }
	.padright.smallpad{ padding-right: 10px; }
	.padright.bigpad{ padding-right: 60px; }
.padbottom{ padding-bottom: 30px; }
	.padbottom.smallpad{ padding-bottom: 10px; }
	.padbottom.bigpad{ padding-bottom: 60px; }
.padtop{ padding-top: 30px; }
	.padtop.smallpad{ padding-top: 10px; }
	.padtop.bigpad{ padding-top: 60px; }
.content{  }
	.content p{ margin: 0 0 20px; font-size: 16px; line-height: 24px; }
		.content p br{ display: block !important; visibility: visible !important; }
		.content p a{  }
			.content p a:hover{  }
		p.hours{ margin: 0 0 5px; padding: 0 0 5px; border-bottom: solid 1px #eeeeee; }
			p.hours:last-child{ border-bottom: none; }
			p.hours label{ display: inline-block; width: 100px; font-weight: 700; }
	.content ul{ margin-left: 40px; list-style: disc; }
		.content ul li{ margin: 0 0 20px; font-size: 16px; line-height: 24px; }
	.content iframe{ width: 100%; }
.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: 5px 10px; background-color: #000000; color: #ffffff; text-align: center; text-decoration: none; }
	a.buttonlink:hover{ background-color: #ffffff; color: #000000; text-decoration: none; }
	a.buttonlink .fa{ margin-right: 10px; font-size: 10px; vertical-align: 1px; }
.pagebanner{ position: relative; display: block; width: 100%; margin: 0 0 30px; padding: 0 0 53.5%; background-position: center; background-repeat: no-repeat; background-size: cover; }
	.pagebanner h1{ position: absolute; left: 0; bottom: 30px; display: block; padding: 20px 200px 20px 30px; background-color: #ffffff; clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%); }
.profileimage{ position: relative; display: block; margin: 0 0 30px; }
	.profileimage>img{ display: block; width: 100%; }
	.profileimage .profilelinks{ position: absolute; left: 0; bottom: 0; right: 0; }
		.profileimage .profilelinks a{ display: block; margin: 0 10px 5px; padding: 20px 20px; background-color: #ff8000; color: #ffffff; border-radius: 10px; box-shadow: 0 1px 5px rgba(0,0,0,0.5); font-size: 14px; font-weight: 700; text-decoration: none; text-align: center; text-shadow: -1px -1px 1px rgba(0,0,0,0.2); text-transform: uppercase; }
			.profileimage .profilelinks a:hover{ background-color: #75b6e5; }
.thumblist{ display: block; margin: 0 0 30px; padding: 0; list-style: none; }
	.thumblist li{ display: inline-block; width: 32%; margin: 0 0 30px; vertical-align: top; }
		.thumblist li:nth-child(3n+2){ margin: 0 1.45% 30px; }
		.thumblist li a{ display: block; max-height: 350px; padding: 0 0 10px; color: #666666; overflow: hidden; 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 .date{ display: block; margin: 0 0 0px; padding: 0 10px; color: #666666; font-size: 14px; font-weight: 700; letter-spacing: 0; line-height: 26px; text-transform: uppercase; }
			.thumblist li a .title{ display: block; margin: 0 0 10px; padding: 0 10px; color: #666666; font-size: 18px; font-weight: 700; letter-spacing: 0; line-height: 26px; text-transform: uppercase; }
			.thumblist li a .summary{ display: block; margin: 0 0 10px; padding: 0 10px; color: #949494; font-size: 14px; line-height: 20px; }
			.thumblist li a:hover{ background-color: #75b6e5; }
				.thumblist li a:hover .date{ color: #ffffff; }
				.thumblist li a:hover .title{ color: #ffffff; }
				.thumblist li a:hover .summary{ color: #ffffff; }
	.thumblist.articles li{ display: inline-block; width: 47%; margin: 0 1.9% 30px 0; vertical-align: top; }
		.thumblist.articles li:nth-child(3n+2){ margin: 0 0 30px; }
		.thumblist.articles li:nth-child(2n+2){ margin: 0 0 30px 1.9%; }
		.thumblist.articles li a{ max-height: 420px; }
.contactlist{ display: block; margin: 0 15px !important; padding: 0 !important; list-style: none; }
	body.contact .contactlist{ margin-left: 0 !important; }
	.contactlist li{ display: block; margin: 0 0 10px; }
		.contactlist li a{ display: block; color: #666666; font-weight: 400; text-decoration: none; }
			.contactlist li a .fa{ display: inline-block; margin-right: 10px; font-size: 28px; transition: all 0.6s; vertical-align: -4px; }
			.contactlist li a span{ display: inline-block; vertical-align: 0; }
			.contactlist li a:hover{ color: #75b6e5; }
				.contactlist li a:hover .fa{ transform: rotateY(360deg); }

#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; }
		
#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: 76px; background-color: #949494; transition: all 0.6s; }
	#header:before{ content: ''; position: absolute; left: 0; top: 0; bottom: 0; display: block; width: 100px; background-color: #ffffff; clip-path: polygon(0 0, 0 100%, 100% 100%); transition: all 0.6s; }
	body.index #header:before{ background-color: transparent; }
	#header #logopane{ float: right; padding: 35px 50px 20px 220px; background-color: #75b6e5; color: #ffffff; clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%); -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%); font-size: 20px; font-weight: 300; line-height: 24px; text-align: right; transition: all 0.6s; }
		#header #logopane a{ display: block; margin: 0 0 20px; color: #ffffff; font-size: 24px; font-weight: 700; text-decoration: none; transition: all 0.6s; }
		#header #logopane strong{ display: block; margin: 0 0 20px; font-size: 24px; transition: all 0.6s; }
		#header #logopane span{ display: block; max-height: 40px; margin: 0 0 20px; overflow: hidden; transition: all 0.6s; }
	#header.scrolled{ height: 50px; }
		#header.scrolled:before{ clip-path: polygon(0 0, 0 100%, 50% 100%); }
		#header.scrolled #mainnav>li>a{ padding: 18px 20px; font-size: 14px; }
		#header.scrolled #logopane{ padding: 35px 50px 20px 110px; clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%); }
			#header.scrolled  #logopane span{ max-height: 0; margin: 0 0 0; }

.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; height: 76px; }
	#mainnav>li{ position: relative; float: left; margin: 0 1px 0 0; }
		#mainnav>li>a{ display: block; padding: 30px 20px; color: #ffffff; font-size: 16px; font-weight: 300; text-decoration: none; text-transform: uppercase; transition: all 0.6s; }
			#mainnav>li>a:hover{ background-color: #75b6e5; }
			#mainnav>li.selected>a,#mainnav>li>a.selected{ background-color: #75b6e5; }
			#mainnav>li.flag{ float: right; }
				#mainnav>li.flag>a{ float: right; padding: 32px 30px; 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: 26px; 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: 5px 10px; background-color: #ffffff; color: #000000; border: solid 1px #000000; text-decoration: none; }
						#mainnav>li>ul>li>a:hover{ background-color: #000000; color: #ffffff; }
						#mainnav>li>ul>li>a.selected{ background-color: #000000; color: #ffffff; }
				
#maincontent{ padding: 150px 0; }
	#maincontent.hasBanner{ padding: 50px 0 150px; }
	#maincontent>ul{ margin-left: 40px; list-style: disc; }
		#maincontent>ul li{  margin: 0 0 5px; line-height: 18px; }

#footercntr{ position: absolute; left: 0; bottom: 0; display: block; width: 100% !important; margin: 30px auto 0 !important; background-color: #f8f8f8; }
	#footer{ display: block; width: 100%; margin: 0 auto; padding: 15px 0px; overflow: hidden; }
		#footer p{ margin: 0; padding: 0px; font-size: 10px; color: #666666; }
			#footer p.copyright{ float: left; padding-top: 4px; }
			#footer p.credit{ float: right; }
			#footer p a{ color: #666666; }
				#footer p a:hover{  }
				#footer p a img{ vertical-align: -6px; }


/* 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; }
		
	
/* MOBILENAV */
	a#mobilenavlink{ position: absolute; right: 20px; top: 25px; display: none; width: 45px; padding: 5px; }
		a#mobilenavlink:after{ content: ""; }
		a#mobilenavlink>span{ display: block; height: 8px; margin: 0 0 3px; background-color: #ffffff; border-radius: 2px; }
	#mobilenav{ position: absolute; right: 0; top: 175px; display: block; width: 250px; padding: 0 0 10px; background-color: #75b6e5; }
		.scrolled #mobilenav{ top: 95px; }
		#mobilenav li{ display: block; margin: 0 0 1px; }
			#mobilenav li a{ display: block; margin: 0 10px; padding: 10px 10px; color: #ffffff; text-decoration: none; }
				#mobilenav li a:hover{ background-color: rgba(255,255,255,0.2); color: #ffffff; }
				#mobilenav li.selected>a,#mobilenav li a.selected{ background-color: rgba(255,255,255,0.2); color: #ffffff; }
			#mobilenav>li>ul{ display: block; margin: 1px 0 1px 30px; }
		#mobilenav li.flag>a{ 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 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; 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%; overflow: hidden; }
		#slider li{ position: relative; display: block; width: 100%; height: 0; padding: 0 0 56%; 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; padding: 15px; color: #000000; font-size: 30px; text-decoration: none; }
			#slider a.navarrow:hover{ color: #000000; }
			#slider a.cycle-prev{ left: 50px; }
			#slider a.cycle-next{ right: 50px; }
		#slider p.content{ position: absolute; left: 10%; top: 10%; z-index: 1000; display: block; width: 25%; padding: 20px; background-color: rgba(255,255,255,0.8); border-radius: 3px; font-size: 16px; line-height: 22px; }
			#slider p.content .title{ display: block; margin: 0 0 20px; }
			#slider p.content .description{ display: block; margin: 0 0 20px; }
			#slider p.content a{ display: inline-block; padding: 5px 10px; background-color: #000000; color: #ffffff; text-decoration: none; }
		#slider .cycle-pager{ position: absolute; left: 0; bottom: 10px; z-index: 1000; display: block; width: 100%; text-align: center; }
			#slider .cycle-pager span{ display: inline-block; width: 13px; height: 13px; margin: 0 5px; background-color: #000000; color: #000000; border: solid 1px #000000; 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 1px #000000; }
				#slider .cycle-pager span.cycle-pager-active{ background-color: #ffffff; color: #ffffff; border: solid 1px #000000; }
				
