@charset "utf-8";
/* CSS Document */

/*CSS Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, ol, ul, li, dl, dt, fieldset, form, label, legend, caption, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:.9em;
}
/*end CSS Reset*/


/*general*/
body {
	background-color:#fff;
	font-family:verdana, geneva, sans-serif;
}

#container {
	/*width:97.95918%;  960px / 980px */
	width:98%;
	max-width:855px;
	margin:0 auto;
}


nav, section[role*=main], aside {
	float:left;
}

section[role*=main] {
	float:right;
}

nav, aside {
	/*width:18.2653%; 179px / 980px */
	width:18%;
	background-color:#FDFCFC;
	min-height:1400px;
	border-left:1px solid #1b8bcb;
	font-weight:bold;
}

section[role*=main] {
	box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
	/*width:55.99632%; 547px / 980px */
	width:81.8%;
	background:url(../images/bkgd_main6.jpg) #fff center 100% repeat-x;
	border-left:1px solid #1b8bcb;
	border-right:1px solid #1b8bcb;
	padding-top:1.65%;
	padding-bottom:130px;
	background-size:contain;
	display:inline-block;
	min-height:1400px;
}



section[role*=main] h2, section[role*=main] p, section[role*=main] h3, section[role*=main] h4, section[role*=main] ul, section[role*=main] .accordion {
	/*padding-right:5.62%;*/
	padding-right:3.62%;
	padding-left:1.65%;
}

section[role*=main] table {
	margin-left:1.65%;
}

h1 {
	text-transform:uppercase;
	font-size:1.7em; /*27px / 16px*/
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

h2 {
	font-size:1.4em; /*24px / 16px*/
	font-weight:bold;
	color:#007ac2;
}

h3 {
	font-size:1.1em; /*19px / 16px*/
	font-weight:bold;
	color:#007ac2;
}

h4 {
	font-size:.95em; /*19px / 16px*/
	font-weight:bold;
	color:#58595b;
}


p, dt, dd {
	/* font-size:.75em; */ 
	line-height:1.15em; font-size:.9em; color:#58595b; /*modified to make the logistics page match the other pages*/
}

p strong u {
	font-size:.9em;
}

a {
	color:#007ac2;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4, p, section[role*=main] ul, .accordion {
	margin-bottom:4%;
	line-height:1.15em;
}

p, section[role*=main] ul {
	font-size:.9em;
	color:#58595b;
}

ul li ul {
	margin-bottom:0 !important;	
}

hr {
	color:#ccc;
	background-color:#ccc;
	height:1px;
	border:none;
	clear:both;
	margin:20px;
}

dl {
	margin:0 20px;
}

dt {
	font-weight:bold;
	margin-bottom:5px;
}

dd {
	margin-bottom:20px;
}
/*end general*/


/*header/banner*/
header {
	background:url(../images/banner3.jpg) transparent 0 0 no-repeat;
	background-size:contain;
	height:430px;
	min-width:205px;
}

header h1 {
	width:100%;
	height:100%;
}
/*end header/banner*/


/*nav*/

nav ul li {
	border-top:1px solid transparent;
	border-bottom:1px solid #1b8bcb;
	padding:4% 0 4% 23.46368%;
	list-style:none;
}

nav ul li:hover, nav ul li.on {
	background:url(../images/flame.png) transparent 5% center no-repeat;
}

nav ul li a {
	font-size:.8em;
	color:#007ac2;
	text-decoration:none;
}

nav ul li a:hover {
	text-decoration:underline;
}

nav #pside {
	margin-top:35px;
	margin-bottom:15px;
	background-color:#f7c265;
}

nav img {
	margin:15px auto;
}
/*end nav*/


/*main content*/
section[role*=main] ul li {
	padding:0 0 1% 0;
	list-style:none;
	margin-left:5.48446%;	
}

section[role*=main] ul li:before, #deadlines li:before {
	content:"• ";
	color:#007ac2;
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	left: -13px;
	top: 0;
}

section[role*=main] img {
	max-width:100%;
}

section[role*=main] #psponsors img {
	display:inline-block; 
	vertical-align:middle;
	margin:auto 10px;
}

section[role*=main] p>ul {
	text-decoration:underline;
}

#deadlines li:before, .accordion p:before {
	content:"Â» ";
	font-weight:bold;
	font-size:1.4em;
	left:-20px;
	top:-2px;
}

.accordion p {
	background-color: #fbe3c1;
	color:#58595b;
	margin: 0 !important;
	padding: 5px 0 5px 10px;
	width: 96%;
	height:auto;
	overflow:auto;
	font-weight:normal;
	font-size:.9em;
	border:1px solid #1b8bcb;
	border-top:none;
	overflow:hidden !important;
}

.accordion > p:first-child, .accordion p.active ~ p, .borderontop {
	border-top:1px solid #1b8bcb;
}

.accordion p:hover {
	cursor:pointer;
}

.accordion p.active:before {
	/*content:"â–¼ " !important;*/
	content:"Â» ";
	-webkit-transform: rotate(90deg);	
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	position:relative; top:8px; left:0;
}

.accordion ul {
	padding: 10px 0 0 10px;
	margin-bottom:1% !important;
}

.pagephotos {
	border:1px solid #f4cd92;
	float:right;
	margin:0 0 2% 2%;	
}

#logos img {
	margin:5px;
}

#ag span, #msw span, #oandg span, #ww span, #msw2 span {
	color:#f00;
	font-size:1em;	
}

.suplogos {
	float:right;
	margin-left:15px;
	margin-bottom:10px;	
}



/*end main content*/


/*aside*/

aside p {
	color:#002a51;
	font-size:.9em;
	font-weight:bold;
	margin:10.5% 0 0 7%;
}

aside img {
	margin:10.5% auto !important;
	display:block;
	max-width:100%;
}


/*end aside*/

/* sub page content */
.sub_page p 
{
    margin-bottom: 0px !important;
    padding-top: 1%;
}

.sub_page ul { padding-top: 1%; margin-bottom: 2% !important;}

.sub_page h4, h3 { margin-bottom: 3% !important;}

/* end sub page content */

/* poster page */

#tblSectors, .tblCaseStudies
{
   color: #58595B;
   font-size: 0.9em;
   margin-left: 1.65%;
   margin-right: 1.65%;
}

#tblSectors th, .tblCaseStudies th
{
    background: none repeat scroll 0 0 #007AC2;
    border: 1px solid #000000;
    color: #FFFFFF;
    padding: 10px;
    vertical-align: middle;
}

#tblSectors td
{
   border: 1px solid #000000;
   padding: 5px;
   text-align: center;
}

.tblCaseStudies td, .tblCaseStudies th   
{
    border: none;  
    padding: 2px !important; 
}

.tblCaseStudies td  
{
    font-size: 0.9em; 
    text-align: left; 
}

.tblCaseStudies ul       
{
    max-width: 150px;
    width: 150px;
    word-wrap: break-word;
}

.tblRowCountry 
{
    background: none repeat scroll 0 0 #ff0000;
    color: #ffffff;   
    text-align:left !important;
}

/* end of poste page */

@media all and (max-width:820px) {
	nav {
	width:18%;
}

section[role*=main] {
	width:81%;
}
}