<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*=========================================================================*/
/***************************************************************************/
/*=============NEWSROOMS MAIN CSS==========================================*/
/***************************************************************************/
/*=========================================================================*/

/*=============AUTHOR: SIMON ALLIN=============*/


/*=====================================*/
/*=============CSS CONTENTS============*/
/*=====================================*/



/*

* 1 RESET
* 2 LAYOUT 
* 3 NAVIGATION
* 4 HEADINGS
* 5 LISTS
* 6 LINKS
* 7 FORMS
* 8 TABLES
* 9 TYPO 
* 10 ICONS/BUTTONS
* 11 IMAGES	
* 12 MISC

*/


/*

 * HTML5 Boilerplate
 *

 * What follows is the result of much research on cross-browser styling.

 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,

 * Kroc Camen, and the H5BP dev community and team.

 *

 * Detailed information about this CSS: h5bp.com/css

 *

 * ==|== normalize ==========================================================

 */





/* 	=============================================================================
	HTML5 display definitions
	========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
	Base
	========================================================================== */



/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */



html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
*/



::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }

::selection { background: #fe57a1; color: #fff; text-shadow: none; }



/* =============================================================================

   Links

   ========================================================================== */



a { color: #0090D2; text-decoration:none;  }
a:visited { color: #0090D2; }
a:hover { color: #0090D2; text-decoration:underline; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */

a:hover, a:active { outline: 0; }

/* =============================================================================
Typography
========================================================================== */



/******************
* START YUI FONTS *
******************/

/*
YUI 3.5.1 (build 22)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/

*/

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
**/

body {
	font: 13px/1.231 GillSansRegular, "Gill Sans MT", "Gill Sans", "latoRegular", Calibri, sans-serif;
	font-weight: 300;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}



/**
  * Nudge down to get to 13px equivalent for these form elements
  */ 

select,input,button,textarea { font:99% arial,helvetica,clean,sans-serif } 

/**
 * To help tables remember to inherit
 */

table { font-size:inherit;font:100% }

/**

 * Bump up IE to get to 13px equivalent for these fixed-width elements

 */

pre,code,kbd,samp,tt { font-family:monospace;*font-size:108%;line-height:100% }



/* YUI CSS Detection Stamp */

#yui3-css-stamp.cssfonts { display: none; }



/******************

 * END YUI FONTS *

******************/











abbr[title] { border-bottom: 1px dotted; }



b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */


ul, ol { margin: 1em 0; padding: 0 0 0 40px;  list-style: none; list-style-image: none; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */



img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }



/*

 * Correct overflow not hidden in IE9

 */



svg:not(:root) { overflow: hidden; }





/* =============================================================================

   Figures

   ========================================================================== */



figure { margin: 0; }





/* =============================================================================

   Forms

   ========================================================================== */



form { margin: 0; }

fieldset { border: 0; margin: 0; padding: 0; }



/* Indicate that 'label' will shift focus to the associated form element */

label { cursor: pointer; }



/*

 * 1. Correct color not inheriting in IE6/7/8/9

 * 2. Correct alignment displayed oddly in IE6/7

 */



legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }



/*

 * 1. Correct font-size not inheriting in all browsers /// ***removed

 * 2. Remove margins in FF3/4 S5 Chrome

 * 3. Define consistent vertical alignment display in all browsers

 */



button, input, select, textarea { margin: 0; vertical-align: baseline; *vertical-align: middle; }



/*

 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)

 */



button, input { line-height: normal; }



/*

 * 1. Display hand cursor for clickable form elements

 * 2. Allow styling of clickable form elements in iOS

 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)

 */



button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }



/*

 * Re-set default cursor for disabled elements

 */



button[disabled], input[disabled] { cursor: default; }



/*

 * Consistent box sizing and appearance

 */



input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }



/*

 * Remove inner padding and border in FF3/4: h5bp.com/l

 */



button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }



/*

 * 1. Remove default vertical scrollbar in IE6/7/8/9

 * 2. Allow only vertical resizing

 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }



/* Colors for form validity */

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/** =============================================================================
	Tables
	========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/** =============================================================================
	Chrome Frame Prompt
	========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/** ==|== PRIMARY STYLES ========================================================
	Author: SIMON ALLIN
	========================================================================== */


/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body {
	color:#333333;
	}
	
	.header.top { padding: 24px 0; }

	.header.top h1 { margin: 0 0 0 0; font: lighter 297%/1.1 Helvetica35Thin,helvetica,sans-serif !important; }
	

	
	.header.top h1 { background: url(https://mediaserver.responsesource.com/newsroom-logo/tb_lrg/70926/colour_blueorange_WEB+%28copy%29.png) no-repeat; width: 300px; height: 55px; text-indent: -9999px; }	
	#NEWSROOM_LOGIN .header.top.txt_logo h1 { border:none; }

	.nav.main { height: auto; background: #FFFFFF; width:auto; }
	.NAV_WIDE .nav.main.BLACK {
		background: #464646; /* Old browsers */
		background: -moz-linear-gradient(top,  #464646 0%, #464646 50%, #292929 50%, #292929 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464646), color-stop(50%,#464646), color-stop(50%,#292929), color-stop(100%,#292929)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #464646 0%,#464646 50%,#292929 50%,#292929 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #464646 0%,#464646 50%,#292929 50%,#292929 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #464646 0%,#464646 50%,#292929 50%,#292929 100%); /* IE10+ */
		background: linear-gradient(top,  #464646 0%,#464646 50%,#292929 50%,#292929 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#292929',GradientType=0 ); /* IE6-9 */
		-webkit-box-shadow: 3px 3px 3px #ccc;
		-moz-box-shadow: 3px 3px 3px #ccc;
		box-shadow: 3px 3px 3px #ccc;
		border-top:2px solid #333;
		border-bottom:2px solid #000;
	}
	
	.NAV_NARROW.page_bloc_style_rounded .nav.main ul { border-radius:8px; }
	.nav ul { height:auto; }
	.nav ul li { float:left; display:inline; margin:0 20px 0 0; padding: 6px 0; }
	.nav ul li a { color: #333333; text-decoration:none; font: lighter 189%/1.1 latoLight, GillSansRegular, "Gill Sans MT", "Gill Sans", "latoRegular", Calibri, sans-serif }

	#CONTENT { padding-top:20px; line-height:160%; }
	.page_bloc {  padding: 14px; margin-bottom:40px; }
	
	.header h2, .header h1 { 
		font: lighter 189%/1.1 GillSansRegular, "Gill Sans MT", "Gill Sans", "latoRegular", Calibri, sans-serif; 
		letter-spacing: -1px; 
		margin:0 0 0 0; 
		padding-bottom: 8px;
	}
	
	.newsroom_marque { 
		float:left;
		border-style: none none solid none;	
		border-width: 0 0 1px 0;
		border-color: rgb(215, 215, 215); 
		padding: 8px; 
		background-color: #FFFFFF;  
		border-radius: 6px;
	}
	
	.aside h2 { font: lighter 189%/1.1 GillSansRegular, "Gill Sans MT", "Gill Sans", "latoRegular", Calibri, sans-serif; border-bottom: 1px solid rgb(215, 215, 215); margin:0 0 0 0; padding-bottom: 8px; letter-spacing: -1px; }
	.aside li { border-style:none none solid none; border-width: 0px 0px 1px 0px; border-color: rgb(215, 215, 215); border-color: rgba(215, 215, 215, 0.5); padding:3% 3% 3% 0; }

	
	
	h2.no_items { border-color: rgb(215, 215, 215); }
	
	.aside li a { color: #FF00A2; }
	
	
	#MAIN_PAGE &gt; :first-child { margin-bottom:20px; }
 
	.aside div {  }
	.aside div ul { padding-left:0; }

	#MAIN_PAGE.row { padding-top:20px; }
	
	/* for last items in list we change the border-color */
	.ELITE .last_item { border-color: rgb(215, 215, 215) !important; }
	.SPARTAN .last_item { border-color: rgb(215, 215, 215) !important; }
	.CORTANA .last_item { border-color: rgb(215, 215, 215) !important; }
	
	/* for last items in list we change the border-color */
	.first_item { border-width: 1px 0 0 0; border-style: solid ; border-color: rgb(215, 215, 215); }
	
	span.meta { color: #666; font-size:83%; }
	
	#MAIN_PAGE h2.no_items { font-weight:lighter; }
	#MAIN_PAGE h3.no_items { font-weight:lighter; }
	
	/* ============================== */
	/* ! Error Page			   	      */
	/* ============================== */
	
	.oops_bubble { border:1px solid #CCC; border-radius: 8px; background: #F7F7F7; padding: 8px; }
	
	#NEWSROOM_ERROR #MAIN_PAGE { min-height: 400px; }
	#NEWSROOM_ERROR h2 { font-size: 189%; font-weight:lighter; margin-bottom: 20px; }
	#NEWSROOM_ERROR h3 { font-size: 167%;  font-weight:lighter; }
	a.tools{
		display:block;
		width:74px;
		height:20px;
		background: transparent url(/core-css/css_core/icons/list_tools_sprite.gif) no-repeat;
		text-align: center;
		padding:64px 0 0 0;
		color:#333;
	}
	a.tools.OWNER{background-position: -592px top;}
	a.tools.OWNER:hover{background-position: -592px -74px;}
	
	/* ============================== */
	/* ! Follow newsroom	   	      */
	/* ============================== */
	
	#TOOLS ul { padding-left: 14px; }
	#TOOLS ul li {
		float:right;
		display:inline;
		background-color: #F8F8F8;
		border: 1px solid #E7E7E7;
		border-radius: 4px 4px 4px 4px;
		font-size: 16px;
		width: auto;
		font-weight: normal;
		line-height: 35px;
		margin: 0 8px 0 0;
		outline: 0 none;
		vertical-align: baseline;
		padding: 2px 8px;
	}

    #TOOLS ul li.tools__social {background-color: transparent; border-width: 0px; padding: 0px; margin: 0 2px 0 0; }
	
	#TOOLS ul li a { background-color: transparent; color: #666; }
	#TOOLS ul li.account { padding:0 0 0 0; margin-left: 4px}
	#TOOLS ul li.account a { padding:0 0 0 0; width: 34px; height:34px; background-size: cover; background: url(images/account_sprite.png) no-repeat -2px -2px; }
	#TOOLS ul li.account a:hover { background-position: center -32px; }
	
	#TOOLS {padding-right:14px;}
	#TOOLS .login.logout { margin-right: 0; }
	
	#TOOLS.custom_template ul { padding:0 }
	#TOOLS.custom_template ul li { float:left; margin: 0 8px 8px 0; }
	
	.ELITE #TOOLS.custom_template.page_bloc { margin-bottom: 0 }
	
	/*
	.CORTANA #TOOLS.custom-template { margin-left: 8px; }
	.CORTANA #TOOLS.custom-template ul li { margin: 16px 8px 16px 0px; } */

	/* ============================== */
	/* ! Releases			   	      */
	/* ============================== */
	
	#RELEASE_main { margin:0 0 20px; }
	#RELEASE_main .header h2, #RELEASE_article .header h1{ font: lighter 189%/1.1 GillSansRegular, "Gill Sans MT", "Gill Sans", "latoRegular", Calibri, sans-serif; letter-spacing: -1px; }
	#RELEASE_main .release_data {  }
	#RELEASE_main .release_img { float:left; display:inline; }
	#RELEASE_main h4 { font:lighter 153.9%/1.1 helvetica,sans-serif; }
	#RELEASE_list h4 { font:138.5%/1.1 GillSansRegular, "Gill Sans MT", "Gill Sans", "latoRegular", Calibri, sans-serif; margin:0 0 8px; padding-right: 8px; }
	#quote_box { margin-top: 10px; background: url(/core-css/css_core/open_quote.png) no-repeat scroll 8px 8px transparent; }
	#quote_box blockquote { padding: 10px 8px 10px 34px; }
	#quote_box blockquote h2 { font: lighter 197%/1.1 latoLight, GillSansRegular, "Gill Sans MT", "Gill Sans", "latoRegular", Calibri, sans-serif; padding:8px 16px 0 4px; }
	
	#RELEASE_info h2 { border-bottom: none; }
	#RELEASE_share .addthis_toolbox { padding-top: 14px; }
	
	ul#RELEASE_list { 
		padding: 20px 0; 
		border-style: solid none; 
		border-width: 1px 0; 
		border-color: rgb(215, 215, 215);  
		border-color: rgba(215, 215, 215, 0.5);  
	}
	
	#NEWSROOM_HOME ul#RELEASE_list { clear:both; border-bottom: 1px solid rgb(215, 215, 215); }



	.read_full { color#0090D2; border-bottom: 1px dotted #0090D2; font-size: 100%;}
	.read_full:hover, .read_full:visited { color:#0090D2; text-decoration:none;}

	
	ul#RELEASE_list p.attatchments { margin-top:8px; }
	
	/* specific to releases page */
	#NEWSROOM_RELEASES ul#RELEASE_list { padding: 0 0 0 0; border-bottom:none; }
	#NEWSROOM_RELEASES ul#RELEASE_list li { float:none; width:100%; padding:20px 0; background:transparent; border-style: none none solid none; border-width:0 0 1px 0; border-color: rgb(215, 215, 215); border-color: rgba(215, 215, 215, 0.5); }
	#NEWSROOM_RELEASE .aside #RELEASE_actions li { border-bottom:none; }
	
	ul#RELEASE_list li { float:left; width:50%; padding:0 0 0 0; background:transparent; }
	ul#RELEASE_list img { float:left; margin-right:8px; }
	
	#RELEASE_list .img_hold, #RELEASE_list .data_hold { float:left; }
	.media_item .img_hold, .media_item .data_hold { float:left; }
	
	#NEWSROOM_RELEASES ul#RELEASE_list .img_hold { width: 12%; margin-right: 1%; }
	#NEWSROOM_RELEASES ul#RELEASE_list .data_hold { width: 87%; }
	#NEWSROOM_HOME ul#RELEASE_list .img_hold { width: 22%; margin-right:2% }
	#NEWSROOM_HOME ul#RELEASE_list .data_hold { width: 76%; }
	
	.media_item ul#RELEASE_list .img_hold { width: 24%; }
	.media_item ul#RELEASE_list .data_hold { width: 76%; }
	
	#RELEASE_main .release_data img { float:left; margin-right: 14px; }
	.release_data p { margin: 14px 0; }
	#RELEASES p { font-size: 116%;  } 
	
	.more_releases { float:right; padding:6px; border-style: solid; border-width:0px 0px 1px 1px; border-color: rgb(215, 215, 215); }
	.more_releases a { }
	.more_releases a:hover { text-decoration:none; }
	
	#RELEASE_main_media { max-width:300px; float:left; margin: 0 12px 12px 0; } 
	
	/* mime type variants */
	span.attatchment{color:#333333; padding:2px 4px 2px 16px; margin-top: 6px; background:transparent url(images/paper_clip.gif) no-repeat 3px 4px; font-size:93%; }

	/* ============================== */
	/* ! About Newsroom		   	      */
	/* ============================== */
		
	#NEWSROOM_about p { font: lighter 157%/1.2 latoLight, GillSansRegular, "Gill Sans MT", "Gill Sans", "latoRegular", Calibri, sans-serif; border-style:solid; border-width: 1px; border-color: rgb(215, 215, 215); padding:8px; }	
	#NEWSROOM_RELEASE #NEWSROOM_about { /* padding: 10px 10px 10px 10px;  border-style:none solid solid solid; border-width: 0px 1px 1px 1px; border-color: rgb(215, 215, 215); */ }
	#NEWSROOM_RELEASE #NEWSROOM_about p { font: 100%/1.5 GillSansRegular, "Gill Sans MT", "Gill Sans", "latoRegular", Calibri, sans-serif; border:none; padding: 0 0 0 0; }
	
	/* ============================== */
	/* ! Icons				   	      */
	/* ============================== */
	
	.icon { width:34px; height:22px; background: url(images/details_icon_sprite.png) center 3px no-repeat transparent; }
	.icon.phone { background-position: center -113px; }
	.icon.website { height: 25px;background-position: center -228px; }
	.icon.address { height: 35px;background-position: center -341px; }
	
	.icon.more { float:right; width: 20px; height:20px; background: url(images/more_icon.png) no-repeat; margin-left:4px; }
	 a:hover .icon.more { background-position: left -20px;  }
	 
	.social_link { display:block; width:auto; min-height:34px; background: url(images/social_sharing_sprite.png) no-repeat left top; padding: 6px 0 0 44px; color:#333; }
	.social_link.twitter {  }
	.social_link.youtube { background-position: left -140px; }
	.social_link.facebook { background-position: left -280px; }
	.social_link.linkedin { background-position: left -420px; }
	.social_link:hover { text-decoration:none; color: #333; }
	
	a.share_icon {
		display:block;
		width:auto; 
		height:33px;
		padding:15px 0 0 60px;
		background: transparent url(/core-css/css_core/icons/share_sprite_trans.png) no-repeat;
	}
	
	a.share_icon.email{background-position: left -108px;}
	a.share_icon.email:hover{background-position: left -162px;}
	a.share_icon.printer{background-position: left -216px;}
	a.share_icon.printer:hover{background-position: left -270px;}
	a.share_icon.pdf{background-position: left -324px;}
	a.share_icon.pdf:hover{background-position: left -378px;}
	a.share_icon.send{background-position: left -432px;}
	a.share_icon.send:hover{background-position: left -486px;}
	a.share_icon.rss{background-position: left -540px;}
	a.share_icon.rss:hover{background-position: left -594px;}
	
	#TOOLS li.rss { padding: 2px; background:#FAA353; border-color: #FCCB9E; margin-right:0px; height: 26px; width: 26px; border-radius: unset;}
	li.rss a { display:block; width: 35px; background: url(images/rss_icon.png) no-repeat; background-size: contain;
    height: 26px; height: 26px}
    #TOOLS li.account {border-radius: unset; width: 30px; height: 30px; background-position: center; }

	.css_success { clear:both; background:#fff url(/core-css/css_core/icons/success_tick.gif) no-repeat 10px center; }
    .css_success h4 { color: #62A442; padding: 10px 10px 10px 70px; margin:0 0 14px 0; font-size:138.58%; font-weight: lighter; }
    .css_fail { clear:both; background:#fff url(/core-css/css_core/icons/fail_x.gif) no-repeat 10px center; }
    .css_fail h4 { color: #ff0033; padding: 10px 10px 10px 70px; margin:0 0 14px 0; font-size:138.58%; font-weight: lighter; }
		
	/* ============================== */
	/* ! Information		   	   	  */
	/* ============================== */
	
	.label { float:left; width: 20%; }
	.info { float:right; width: 80%; }
	
	/* ============================== */
	/* ! Video/Image List		   	  */
	/* ============================== */
	
	#IMAGES .header h2 { border-bottom: none; } 
	#VIDEOS h3, #IMAGES h3 { font:138.5%/1.1 GillSansRegular, "Gill Sans MT", "Gill Sans", "latoRegular", Calibri, sans-serif; margin:0 0 8px; }
	#VIDEOS img { float:left; margin:0 auto; width:30%; }
	#IMAGES li, #VIDEOS li { padding: 0 0 0 0; margin-bottom:6px; }
	#VIDEOS .video_text { float:left; width:64%; padding: 0 2%; }
	#VIDEOS li { padding: 8px 0 8px 0; border-style: none none solid none; border-width:1px; border-color: rgb(215, 215, 215); border-color: rgba(215, 215, 215, 0.5);  }
	#VIDEOS li.last_item { border-bottom: none; }
	#IMAGES img { max-height: 200px; border-style: solid; border-weight: 1px; border-color: rgb(215, 215, 215); border-color: rgba(215, 215, 215, 0.5); }
	#IMAGES ul {  border-bottom: 1px solid rgb(215, 215, 215); border-top: 1px solid rgb(215, 215, 215); padding-top:6px; }
	#VIDEOS ul {  border-bottom: 1px solid rgb(215, 215, 215); border-top: 1px solid rgb(215, 215, 215); padding: 6px 0 0 0; }

	#IMAGES li { width:auto; float:left; padding: 0 0 0 0; margin-right:1%; }
	#IMAGES li.last_item { margin-right:0; border-color: rgb(215, 215, 215) !important; }
		
	#IMAGES .text h3 { padding: 10px 0 3px 0; margin: 0 0; line-height:1.2; }
	#uploaded_images { margin-bottom:20px; }
	
	/* ============================== */
	/* ! Documents Channel		   	  */
	/* ============================== */
	
	&lt;!--#DOCUMENTS ul { padding:8px; border:1px solid  rgb(215, 215, 215); border-radius: 8px; margin:0 0 20px 0; }--&gt;
	#DOCUMENTS ul { margin:0 0 20px 0; border-top: 1px solid  rgb(215, 215, 215); border-bottom: 1px solid  rgb(215, 215, 215); padding:0 0 0 0; }
	
	#DOCUMENTS ul li { border-style: none none solid none; border-weight: 1px; border-color: rgb(215, 215, 215); border-color: rgba(215, 215, 215, 0.5); padding: 0 0 0 0; }
	#DOCUMENTS ul li.last_item { border-bottom: none; }
	
	#DOCUMENTS h3 { float:left; padding: 8px; font:138.5%/1.1 GillSansRegular, "Gill Sans MT", "Gill Sans", "latoRegular", Calibri, sans-serif; margin:0 0 0 0; padding-right: 8px; }
	#DOCUMENTS .doc_mime {
	    border-right:solid 1px rgb(215, 215, 215);
	    color: #333333;
	    display: inline;
	    float: left;
	    padding: 8px;
	    width:28px;
	    text-transform: uppercase;
    }
    .doc_date { float:right; padding:8px 0 8px 8px; color: #333333 !important;  }
    .doc_date a { color: #333333; } 
	
	/* ============================== */
	/* ! Contacts list			   	  */
	/* ============================== */
	
	#CONTACTS h2 a { color: #333333; }
	
	.aside #CONTACTS ul li {  border-bottom: none; padding:0 0 0 0; } 
	.bloc_color #CONTACTS ul { background: #F8F8F8; border-bottom: 1px solid #E7E7E7; }
	
	#CONTACTS ul h4 { font: lighter 153.9% GillSansRegular, "Gill Sans MT", "Gill Sans", "latoRegular", Calibri, sans-serif ; margin: 6px 0 10px 0; float:left; width:250px; }
	#CONTACTS ul li a.tools { float:right; display:inline; }
	#NEWSROOM_CONTACTS #CONTACTS ul { width:45%; float:left; padding:8px; border:1px solid rgb(215, 215, 215); border-radius: 8px; margin:20px 2.5% 0 0; }
	#CONTACTS ul { width:45%; float:left; margin:0 2.5% 0 0; padding: 20px 0; border-style: none none solid none; border-width:0 0 1px 0; border-color: rgb(215, 215, 215); border-color: rgba(215, 215, 215, 0.5); }
	#NEWSROOM_CONTACTS #CONTACTS.single ul { width:auto; margin-right: 0;  }  
	#CONTACTS ul.first_item { clear:both; }
	#CONTACTS ul.last_item { margin-right:0; }
	#CONTACTS ul li { margin-bottom: 6px; }
	#CONTACTS ul li .label { float:left; width: 25%; marign-right:1%; }
	#CONTACTS ul li .data { float:right; width: 74%; word-wrap: break-word; }
	span.NA { color:#ccc; }

 	#CONTACTS .img_hold { overflow: hidden; height: 72px; margin-top: 3px; margin-right:1%; float: left; width: 25% }
	#CONTACTS .img_hold img { float: left; } 
	#CONTACTS .data_hold { float: right; width: 74%; }
	
	.aside #CONTACTS ul { display:block; float:none; width:auto; margin-right:0; }
	
	#NEWSROOM_RELEASE #CONTACTS ul {  }
	#NEWSROOM_CONTACTS #CONTACTS ul.last_item { margin-right:0; }
	
	/* ============================== */
	/* ! Tag Cloud				   	  */
	/* ============================== */
	
	.tag_cloud_inner { padding: 6px; border-style:solid none; border-color: rgb(215, 215, 215); border-width:1px 0; }
	.tag_cloud_inner a { 
		margin: 3px 3px ;
		float:left;
		display:inline;
		white-space: normal;
		white-space: pre;           /* CSS 2.0 */
		white-space: pre-wrap;      /* CSS 2.1 */
		white-space: pre-line;      /* CSS 3.0 */
		white-space: -pre-wrap;     /* Opera 4-6 */
		white-space: -o-pre-wrap;   /* Opera 7 */
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -hp-pre-wrap;  /* HP Printers */
		/* word-wrap: break-word;       IE 5+ */
		white-space: normal\9; }
	
	/* ============================== */
	/* ! Social Media Gen		   	  */
	/* ============================== */
	
	aside .social_media a { color: #F09F08; }
	.social_media h2 a { color: #333333; }
	
	/* ============================== */	
	/* ! Facebook				   	  */
	/* ============================== */
	
	#FACEBOOK li { padding:10px 0; }
	
	/* ============================== */
	/* ! YouTube				   	  */
	/* ============================== */
	
	 #YOUTUBE .img_hold { overflow: hidden; height: 72px; margin-top: 3px; float: left; width: 45% }
	 #YOUTUBE .img_hold img { float: left; margin-right: 8px; margin-top: -12px; height: 96px;  } 
	 #YOUTUBE .data_hold { float: right; width: 54%; padding-left:1%; }
	
	/* ============================== */
	/* ! LOGIN				   	  */
	/* ============================== */
	
	#NEWSROOM_FOLLOW .header h2 { border-bottom:none; }
	#NEWSROOM_FOLLOW h1 {
	    border-bottom: 3px solid #CCCCCC;
	    display: block;
	    font-size: 28px;
	    line-height: 36px;
	    margin-bottom: 30px;
	    padding: 10px 0;
	}
	
	.login_box {
	    background: none repeat scroll 0 0 #F5F9FA;
	    border: 1px solid #E4ECEE;
	    border-radius: 4px 4px 4px 4px;
	    margin-bottom: 30px;
	    padding: 15px 20px 20px;
	}
	.login_box li { margin: 0 0 10px; 0; padding: 0 0 0 0 !important;}
	.login_box label { float:left; width:30%; }
	.login_box input, .login_box .input  { float:right; width:50%; padding:6px; height:auto; }
	.login_box .input input { padding: 0 0 0 0; }
	.login_box input.submit { width:auto; padding-left:50px; padding-right:50px;}
	.login_box input.checkbox { float:left; text-align:left; width:auto; }
	
	#LOGIN p, #CREATE p { margin-top: 10px; margin-bottom: 10px; }
	
	p.small-text{ font-size: 93%; } 
	p.login_about{ margin-top:20px; margin-bottom:10px; width:80%; font-size:108%; } 
	p.forgot{ font-weight: bold; } 
	p.login_error{ color: red; } 
		
	/* ============================== */
	/* ! Customise Layouts	  	      */
	/* ============================== */
	
		/* ============================== */
		/* ! ELITE				   	      */
		/* ============================== */
			
		body.ELITE { background-color: #FFFFFF; }
		.ELITE .header.top { border-bottom: 1px solid #E7E7E7; }
		.ELITE.NAV_NARROW .header.top { border-bottom:none; }
		.ELITE .header.top h1 { border:none; padding-left:0; padding-right:0; }
		.ELITE .ag_08 .page_bloc { padding-left:0; }
		
		.ELITE .newsroom_marque { padding:0 0 0 0; border: none; }
		
		.ELITE.NAV_WIDE .nav.main { border-bottom: 1px solid #E7E7E7; }	
		.ELITE.NAV_WIDE .nav.main li { background: none; }
		.ELITE.NAV_WIDE .nav.main li.newsroom { padding:6px 6px 6px 0; }
		
		.ELITE .ag_08.main_col li { background:transparent; }
		.ELITE .aside div ul li {  }
		
		.ELITE li { padding-left: 6px; border-width:1px; border-color: rgb(215, 215, 215); border-color: rgba(215, 215, 215, 0.5); }
		
		/* specific styles for NAV_NARROW */
		.ELITE.NAV_NARROW .nav.main { background: transparent; }	
		.ELITE.NAV_NARROW .nav.main ul li {
			padding:6px;
			margin-right: 6px;
			border-style: solid;
			border-width: 1px;
			border-color: rgb(215, 215, 215);
			border-radius: 4px;
			background: #FFFFFF;
		}
		
		
		/* ============================== */
		/* ! SPARTAN			   	      */
		/* ============================== */
			
		body.SPARTAN { background-color: #FFFFFF }
		.SPARTAN #MAIN_PAGE.ag_container { background: #FFFFFF; }
		
		.SPARTAN.NAV_WIDE .newsroom_marque { padding:0 0 0 0; border: none; }
		
		/* grid container margin overide */
		.SPARTAN.NAV_NARROW .header.top .ag_07 { width: 57.4561403508772% ; margin:0 0.8771929824561404% 0 0; }
		.SPARTAN.NAV_NARROW .header.top .ag_05 { width: 40.78947368421053%; margin:0 0 0 0.8771929824561404% ; }
		.SPARTAN .header.top .ag_12 { width:100%; margin:0 0 0 0; }
		
		.SPARTAN.NAV_WIDE .header.top h1 { margin-left: 14px; }
		.SPARTAN.NAV_WIDE #TOOLS { padding-right: 14px; }
		.SPARTAN #TOOLS { padding-right: 0; }
		
		.SPARTAN #CONTENT { padding-top: 0; }
		.SPARTAN #CONTENT #MAIN_PAGE { padding-top: 20px; }
			
			/* ============================== */
			/* ! Nav Tab for spartan	 	  */
			/* ============================== */
			
			/* grid container margin overide */
			.SPARTAN .nav.main .ag_12 { width:100%; margin:0 0 0 0; }
			
			.SPARTAN .nav.main li { float: left;  margin:0 4px 0 0; padding: 6px; }
			.SPARTAN.NAV_WIDE .nav.main li a { color: #333333; }
				
			/* select tabs */
			.SPARTAN .nav.main li { background: rgba(255,255,255,0.5); }
			#NEWSROOM_HOME.SPARTAN .nav.main li.newsroom { background:  #FFFFFF; }
			#NEWSROOM_RELEASES.SPARTAN .nav.main li.releases { background:  #FFFFFF; }
			#NEWSROOM_IMAGES.SPARTAN .nav.main li.images { background:  #FFFFFF; }
			#NEWSROOM_VIDEOS.SPARTAN .nav.main li.videos { background:  #FFFFFF; }
			#NEWSROOM_DOCS.SPARTAN .nav.main li.contacts { background:  #FFFFFF; }
			#NEWSROOM_CONTACTS.SPARTAN .nav.main li.contacts { background:  #FFFFFF; }
		
			/* nav narrow */
			.SPARTAN.NAV_NARROW .header.top h1 { padding: 8px; background-color: #FFFFFF;  border-radius: 6px; }
			.SPARTAN.NAV_NARROW .header.top .newsroom_marque {  } 
			.SPARTAN.NAV_NARROW .nav.main { background: transparent; }
			
			/* nav wide -- remove tabs */
			.SPARTAN.NAV_WIDE .nav.main ul { padding-left: 22px; }
			.SPARTAN.NAV_WIDE .nav.main li { background: transparent !important; padding: 10px 12px 10px 0; }
			
			/* Make header white */
			.SPARTAN.NAV_WIDE .header.top .ag_container { background: #FFFFFF;  padding-top:24px; padding-bottom:24px;} 
			.SPARTAN.NAV_WIDE .header.top { padding-top:0; padding-bottom:0; }
			
			/* remove line from logo */
			.SPARTAN.NAV_WIDE .header.top h1 { border-bottom: none; }
			
		/* ============================== */
		/* ! CORTANA					  */
		/* ============================== */
		
		.CORTANA {  }
		.CORTANA #CONTENT { padding-top: 26px;  }
		
		body.CORTANA { background: #FFFFFF; }
		
		.CORTANA .header.top h1 { padding: 8px; background-color: #FFFFFF;  border-radius: 6px; }
		.CORTANA .page_bloc { background: #FFFFFF; border-radius: 6px; border-bottom: 1px solid #D7D7D7 }
		.CORTANA .ag_08 .page_bloc { margin-right: 0px; }
		.CORTANA .ag_04 .page_bloc { margin-left: 8px;  }
		.CORTANA .aside .page_bloc { background: #FFFFFF; }
		.CORTANA #FOLLOW_NEWSROOM.page_bloc { background: transparent; padding:0 0 0 0; }
		.CORTANA .more_releases { border-width:0 0 0 0; padding:6px 0 0 0; }
		.CORTANA .aside li { background:transparent; }
		
		/* grid container margin overide */
		.CORTANA .nav_tabs .nav.main .ag_12 { width:100%; margin:0 0 0 0; } 
		
		.CORTANA #NEWSROOM_about p { border:none; padding:4px; }
		
			/* ============================== */
			/* ! Nav for cortana		 	  */
			/* ============================== */
			
			.CORTANA .nav.main li { padding: 8px; }
			.CORTANA.NAV_WIDE .nav.main { background: #FFFFFF; }
			.CORTANA.NAV_NARROW .nav.main { background: transparent; }
			.CORTANA.NAV_NARROW .nav.main li {
				background: #FFFFFF;
				border-radius:8px; 
				margin-right:10px;
			}
		
		/* ============================== */
		/* ! FLOOD						  */
		/* ============================== */
	
	/* ============================== */
	/* ! Page background Style  	  */
	/* ============================== */
	
	.content_color #MAIN_PAGE { padding-top:20px; }
	.content_color #CONTENT { padding-top:0; }
	.content_color.cc_white #CONTENT .row {  }
	
	
	/* ============================== */
	/* ! bloc background Style  	  */
	/* ============================== */
	

	/* ============================== */
	/* ! Shadows				  	  */
	/* ============================== */
	
	.bloc_style_shadow #CONTENT .page_bloc {  box-shadow:0 0 8px rgba(0, 0, 0, 0.1); }
	
	/* ============================== */
	/* ! Pagination Styling   		  */
	/* ============================== */
	
	ul.pagination { padding:10px 0; }
	
	.pagination li{
		border-style: solid;
		border-width: 1px;
		border-color: rgb(215, 215, 215);
		border-color: rgba(215, 215, 215, 0.5);
		display:inline;
		float:left;
		margin:0 3px 0 0;
		padding:0;
		text-align:center;
	}

	.pagination li.current_page{
		width:14px;
		height:14px;
		padding:8px;
		color:#333; 
		border:2px solid #666;	
	}

	.pagination a{
		float:left;
		display:inline;
		width:16px;
		height:16px;
		padding:8px;
		background:none;
		color:#333;
		font-size: 100%;
		text-decoration:none;
	}

	.pagination.days li, .pagination.months li, .pagination.years li { margin:10px; }
	.pagination.days a, .pagination.months a, .pagination.years a { width:auto; }

	#pagination_pages {
		font-size:85%;
		color:#333;
		border:none;	
		position:relative;
		padding:9px 0 0 0;	
	}
	
	span.paginate_button, span.paginate_active { 
		float:left;
		display:inline;
		width:auto;
		height:16px;
		padding:8px 12px;
		background:none;
		color:#333;
		border:1px solid #CCCCCC;
		margin-right:3px;
		cursor: pointer;
	}

	.previous.paginate_button, .next.paginate_button, .first.paginate_button, .last.paginate_button { width:auto; background-color:#F1EFEB; }
	span.paginate_active { border:2px solid #666; }

	/* ============================== */
	/* ! Footer Styling   			  */
	/* ============================== */
	
	#footer { color: #333333 }
	#footer a { color: #333333 }
	.footer_wide #footer {  background: #E7E7E7; padding:20px 0; } 
	#footer_inner_left li { background: transparent; }
	#footer_inner_left #USEFULL_LINKS li a { font-size: 116%; padding:8px 0 8px 30px; color: #333;}
	#footer_inner_right img { float:left; padding-left: 14px;  }
	.footer_narrow .footer .twelvecol {  background: #E7E7E7; }
	
	#FOOTER_LINKS ul { margin-bottom:20px; }
	#FOOTER_LINKS ul li { padding-left:0; }
	#FOOTER_LINKS ul li a { display:block; padding:4px 0 4px 30px; background: url(images/external_link.gif) no-repeat left center; font-size:116%; }


	/* ============================== */
	/* ! Docs Page Layout	   	   	  */
	/* ============================== */
	
	.media_item { text-align: center; background-color: #FFF; width: 232px; display: inline-block; margin: 0 10px 15px 0; }
	.media_item.last_media_item { margin-right: 0; }


/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		font-size: 12px; -webkit-text-size-adjust: none;
	}
	
	.mobile_wrapper { padding: 0 10px; }
	.newsroom_marque { float:none; }
	.header.top { padding: 10px 0; }
	
	#TOOLS { float:none; } 
	
	.ELITE .page_bloc, SPARTAN .page_bloc { padding:0 0 0 0; }
	
	.header.top.txt_logo h1 { border-radius:0; float:none; display:block; } 
	
	/* ============================== */
	/* ! NAV styling			 	  */
	/* ============================== */
	
	.SPARTAN .nav.main li { float:none; display:block;  clear:both; margin-right:0; }
	.SPARTAN .nav.main li a { }

	.CORTANA .nav.main { border-radius:8px; }
	.CORTANA .ag_04 .page_bloc { margin-left:0; }
	
	#TOOLS ul { padding-left: 0; }
	#TOOLS ul li { border:none; float:left; font-size: 100%; margin-right:4px; padding:0 0 0 0; background: transparent; border-radius:0;    }
	#TOOLS li.rss { background:transparent; padding: 0 0 0 0; margin-right:4px; }
	#TOOLS ul li.rss a, #TOOLS ul li.account a { width: auto; height: auto; background-image:none; text-indent: 0; margin-right:4px; }
	
	.SPARTAN.NAV_NARROW .header.top .ag_07 { width:100%; }
	.SPARTAN.NAV_NARROW .header.top .ag_05 { width:100%; }
	
	/* ============================== */
	/* ! Low prority content hides 	  */
	/* ============================== */
	
	#TAG_CLOUD { display:none; }
	#LINKEDIN { display:none; }		
	
	/* ============================== */
	/* ! Images/Videos Styling 		  */
	/* ============================== */
	
	#IMAGES ul { padding-top: 6px; }
	
	/* ============================== */
	/* ! Releases Styling	  		  */
	/* ============================== */
	
	ul#RELEASE_list li { float:none; width:100%; }
	
	#NEWSROOM_RELEASES ul#RELEASE_list .img_hold { display:none; }
	#NEWSROOM_RELEASES ul#RELEASE_list .data_hold { width:100%; }
	
	/* ============================== */
	/* ! contacts Styling	  		  */
	/* ============================== */
	
	#CONTACTS ul li .label { float:left; width: 20%; }
	#CONTACTS ul li .data { float:right; width: 80%; }
	
	#NEWSROOM_CONTACTS #CONTACTS ul { width: 95%; }
	#NEWSROOM_CONTACTS #CONTACTS ul li .label { float:left; width: 30%; }
	#NEWSROOM_CONTACTS #CONTACTS ul li .data { float:right; width: 70%; }
	
	/* ============================== */
	/* ! Navigation Styling  		  */
	/* ============================== */
	
	.nav.main { height: auto; padding:0 0 0 0;}
	.nav ul { height:auto; margin:8px 0; }
	.nav ul li { float:none; display:block; margin:0 20px 0 0; padding: 3px 0; }
	.nav ul li a { font-size: 174%;}

	/* ============================== */
	/* ! Tab Nav Style  			  */
	/* ============================== */
	.nav_tabs .nav.main ul { background: #FFF; padding:8px 16px; } 
	.nav_tabs .nav.main li { float: none; background: #FFF; margin:0 0 0 0; padding: 6px; border-bottom: solid 1px #DDDDDD; }
	
	.footer_wide #footer { padding: 10px; }
	#footer_inner_right img { padding-left:0; }
}

/* ============================= */

/* ! Layout for smaller screens  */

/* ============================= */

@media only screen and (max-width: 1023px) {

	body {
	
		/*font-size: 0.8em;

	line-height: 1.5em;
		*/
	}	
}

/* ========================================== */

/* ! Provide higher res assets for iPhone 4   */

/* ========================================== */



@media only screen and (-webkit-min-device-pixel-ratio: 2) { 


/*	.logo {
	background: url(logo2x.jpg) no-repeat;
	background-size: 212px 303px;
	}*/
}

/* ==|== media queries ======================================================
	EXAMPLE Media Query for Responsive Design.
	This example overrides the primary ('mobile first') styles
	Modify as content requires.
	========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================

   Please define your styles before this section.

   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */	
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* ==|== print styles =======================================================
	Print styles.
	Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/* ==|== magnific styles =======================================================
	Lightbox styles.
	Usually kept in mliu
========================================================================== */

.lBox { position: relative; width: 100%; margin: 0 auto; }

@media only screen and (min-width: 468px) {
	.lBox { width: 80%; }	
}

@media only screen and (min-width: 768px) {
	.lBox { width: 60%; }	
}

@media only screen and (min-width: 1140px) {
	.lBox { width: 40%; }	
}
</pre></body></html>