/* ########################### */
/* General Settings
/* ########################### */

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*body, html, form, fieldset, legend, input, button, textarea, label, img, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, div, p, span, a, blockquote, address, th, td, tfoot, abbr
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}*/

body, html, legend, label, img
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

:focus
{
  outline-color: transparent;
  outline-style: none;
}

div.wp-caption
{
	float: left;
}

/* ####################### */
/* Body
/* ####################### */

body
{
	font-size: 1.225em !important;
	color: #1d1d1d;
	line-height: 1.225em;
	padding: 133px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	background: #FFFFFF;
}

body *
{
 	font-family: 'Open Sans', sans-serif !important;
}

body .fa
{
    font-family: FontAwesome !important;
}

body .jw-icon
{
	font-family:'jw-icons' !important;
}

/* ####################### */
/* Text elements
/* ####################### */

h1, h2, h3, h4, h5
{
	display: block;
	color: #1d1d1d;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

h1,
h2.large
{
	width: 100%;
	font-weight: 300;
	font-size: 2.575em;
	margin: 0px 0px 30px 0px;
}

#romi_container h1,
.keyindicators_container h1
{
  float: left;
  width: 100%;
  position: relative !important;
}

h2
{
	font-weight: 300;
	font-size: 1.775em;
	margin: 0px 0px 13px 0px;
}
	
h3
{
	
	font-size: 1.425em;
	margin: 0px 0px 7px 0px;
}

h4
{
	font-size: 1.225em;
}

h5
{
	
	font-size: 1.225em;
}

p
{
	margin: 0px 0px 20px 0px;
}

	
ul
{
	margin-left: 27px;
	padding: 0px 0px 0px 33px;
	margin: 0px 0px 17px 0px;
}
	ul li
	{
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 3px 0px;
	}

ol
{
	margin-bottom: 17px;
	margin-left: 0px;
	padding: 0px 0px 0px 33px;
}

	ol li
	{
		margin: 0px 0px 3px 0px;	
	}

	
/* Minimum height for Firefox */
blockquote {
min-height: 22px; 
height: auto;
}

/* Minimum height for IE */
/*\*/
* html blockquote {
height: 22px;
}
/**/

table
{
	font-size: 0.95em;	
	margin-bottom: 20px;
}
	
	
/* ####################### */
/* Links
/* ####################### */

a
{
	/*color: #e31818;*/
	color: #000000;
	outline: none !important;
	text-decoration: none;
}

	.container a
	{
		text-decoration: underline;
	}

	a font
	{
		color: #e31818 !important;
		outline: none !important;
	}

	a:hover
	{
		color: #e31818;
		text-decoration: underline;
	}

	
/* ####################### */
/* Framework
/* ####################### */

.container
{
	margin: 0 auto;
	max-width: 1000px;
	padding: 0px 10px 0px 10px !important;
}

.container .container
{
	padding: 0px 0px 0px 0px !important;
}
	
	/*body.fullwidth > .container,
	body.fullwidth > .container .container
	{
		float: left;
		max-width: 100% !important;
		width: 100% !important;
	}*/
	
	section
	{
		float: left;
		width: 100%;	
	}
	

/* ####################### */
/* Header
/* ####################### */

#header_container
{
	float: left;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	position: fixed;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	background: #101010 url(graphics/backgrounds/bg_header.png) repeat-x left top;
}

/*body.fullwidth #header_container
{
	width: 100% !important;
	padding-left: 10px;
	padding-right: 10px;
}*/

#header_container #header
{
	width: 980px;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

	/*body.fullwidth #header_container #header
	{
		width: 100% !important;
	}*/

	/* Minimum height for Firefox */
	#header_container #header {
	min-height: 77px; 
	height: auto;
	}
	
	/* Minimum height for IE */
	/*\*/
	* html #header_container #header {
	height: 77px;
	}
	/**/
	
	#header_container #header #logo
	{
		float: left;
		left: 0px;
		top: 23px;
		width: 170px;
		height: 39px;
		position: absolute;
	}
	
	/*body.fullwidth #header_container #header #logo
	{
		left: 0px;
	}*/
	
		#header_container #header #logo img
		{
			float: left;
			width: 100%;
			height: auto;
			max-width: 170px;
		}

/* ####################### */
/* Header - Multiple logos
/* ####################### */

#header.multiple-logos #logo {
	max-width: 170px;
}

#header.multiple-logos #second_logo {
	float: left;
	position: absolute;
	left: 190px;
	top: 23px;
	max-height: 39px;
	max-width: 200px;
}

@media screen and (max-width: 1000px) {
	#header.multiple-logos #second_logo {
		top: 5px;
	}
}

@media screen and (max-width: 450px) {
	#header.multiple-logos #logo {
		max-width: 160px !important;
	}

	#header.multiple-logos #second_logo {
		left: 175px;
		max-width: 160px;
	}
}

@media screen and (max-width: 410px) {
	#header.multiple-logos #logo {
		max-width: 145px !important;
		top: 7px !important;
	}

	#header.multiple-logos #second_logo {
		max-height: 34px;
		top: 7px;
		left: 160px;
		max-width: 145px;
	}
}

@media screen and (max-width: 390px) {
	#header.multiple-logos #logo {
		max-width: 130px !important;
		top: 9px !important;
	}

	#header.multiple-logos #second_logo {
		max-height: 30px;
		top: 9px;
		left: 145px;
		max-width: 130px;
	}
}

@media screen and (max-width: 350px) {
	#header.multiple-logos #logo {
		max-width: 115px !important;
		top: 11px !important;
	}

	#header.multiple-logos #second_logo {
		max-height: 26px;
		top: 11px;
		left: 130px;
		max-width: 115px;
	}
}

@media screen and (max-width: 330px) {
	#header.multiple-logos #logo {
		max-width: 105px !important;
		top: 13px !important;
	}

	#header.multiple-logos #second_logo {
		max-height: 25px;
		top: 13px;
		left: 120px;
		max-width: 105px;
	}
}