/*****************************   
beyondskins.Responsive - Diazo responsive theme for PLone
Simples Consultoria - www.simplesconsultoria.com.br
******************************/
/* reset */
* {margin:0; padding:0; list-style:none; vertical-align:baseline;}

/************** Responsive Diazo Magic ************************/

/* Background images */
body {background: url("header_bg_leaf.png") repeat-x scroll 0 126px #FFFFFF; }
#header {
	background: url("header_bg_leaf.png") repeat-x scroll 0 126px #FFFFFF; 
}

/* Colors and fonts */
body {color: #000000; font-family: 'Cabin', Arial, Helvetica, sans-serif; font-size: 70%;}
#content a:link, a:link, #content a:visited, 
/*body #wrapper #content #main #portal-columns div.row a:link, 
*/dl.portlet a:link {border-bottom:none; color:#3c8a40;}

a:hover, #content a:hover, dl.portlet a:hover {color:#205C90; text-decoration: underline;}
h1, h2, h3, h4, h5, h6 {font-family: 'Cabin', Arial, Helvetica, sans-serif;}
h1 {color: #000;}
h2, h3, h4, h5, h6 {color: #000;}
#wrapper {width:944px; margin: 0 auto; max-width: 90%; min-width:944px; font-size: 1.1em; }
#main {background:#fff; font-size: 1.3em; padding: 0 0 1em;}

#portal-globalnav {
	background: #ffffff; 
	color: #000000; 
	display: table; 
	text-align: left; 
	width:100%;
}
#portal-globalnav li a {color: #000000;}
#portal-globalnav a:hover, #portal-globalnav li.selected a {color: #fff;}
#portal-globalnav a:hover {background: #2f6f33 !important;}
#portal-globalnav li.selected a {background: #3c8a40 !important;}
#portal-searchbox #searchGadget {
border-width: 1px;
border-style: solid;
border-color: #3c8a40;
}
#portal-searchbox .searchButton {display:none;}
#footer {}
#footer a:link {}
#footer a:hover {}
#footer a:visited {}

#content-views a, #content li.formTab a, #content-core li.formTab a {
	line-height: 23px;
}

/****************** Basic Stuff ***********************/


#content {font-size: 100%; margin-bottom: 0; margin-left: 2em; margin-top:10px;}
p {line-height: 1.8em; margin: 0 0 1em 0;}
h1, h2, h3 {margin: 0.5em 0 0.5em;}
.hidden {display: none;} 
.clear {clear: both;}
.pb-ajax, .pb-image, 
.overlay iframe {font-size: 1.3em;}
div.overlay-iframe, div.overlay-ajax {left:11%!Important; width:75%;}
.portlet img, #content img {max-width:100%;}
div.position-0.width-16, div.width-full { width:100%; margin-left: -100%;}

a[href$='.pdf'] {
	padding: 5px 0px 5px 18px;
	background: transparent url('pdf.png') no-repeat center left;
}
body.portaltype-file a[href$='.pdf'],
#footer a[href$='.pdf'] {
	background: none;
}
a[href$='.doc'], a[href$='.docx'] {
	padding: 5px 0px 5px 18px;
	background: transparent url('doc.png') no-repeat center left;
}
body.portaltype-file a[href$='.doc'], body.portaltype-file a[href$='.docx'] {
	background: none;
}


/* lists */
#content li, dl.portlet li {
    display: list-item;
    line-height: 1.5em;
    list-style: disc outside;
    margin-bottom: 0.25em;
}
dl.portlet dt { background-color: #3c8a40; color: #fff;}
dl.portlet dt a:link, dl.portlet dt a:visited, dl.portlet dt a:hover {
	color: #fff;
}
div.managePortletsLink, div.managePortletsLink a, a.managePortletsFallback {
	background-color: #3c8a40; 
	color: #fff;
}
#content ol li, dl.portlet ol li {list-style: decimal outside;}
dl.portlet ul.navTreeLevel0 > .navTreeItem {list-style: none;}

#portal-column-one, #portal-column-two {
	margin-top:27px;
}

/*header*/
#header {line-height:125px;position:relative;}
#logo, #tagline {padding: 28px 0 34px;float: left;}
#logo img, #tagline img {max-width:100%;}
#logo img { width: 181px; }
#logo a, #tagline a {display:block; width:100%;}
#tagline {
	left:10px;
	line-height:21px; 
	padding:0; 
	position:relative;
	top: 80px;
	vertical-align:bottom; }
#tagline img {height: 21px; }
#portal-personaltools {font-size: 1.1em;}

#portal-personaltools a,
#portal-personaltools a:link,
#portal-personaltools a:visited,
body.template-overview-controlpanel a,
body.template-overview-controlpanel a:link,
body.template-overview-controlpanel a:visited {
	color: #3c8a40 !important;
}
#portal-personaltools a:hover {
	color: white !important;
	text-decoration: none;	
}
#portal-personaltools .actionMenuHeader a:hover,
#portal-personaltools #anon-personalbar a:hover {
	color: #3c8a40 !important;	
}
#contentActionMenus a:hover {
	text-decoration: none;
}

/* navigation */
#portal-globalnav {line-height:18px; margin:0; padding:0; font-size: 1.75em;}
#portal-globalnav ul {padding-top: 0;}
#portal-globalnav li {
	border-right: 1px solid #3c8a40; 
	display: table-cell;
	float:none;
	padding:0 0;
	position:inherit;
	text-align:center;
}
#portal-globalnav li:first-child {
	border-left: 1px solid #3c8a40; 
}
#portal-globalnav li a {
	background:none; 
	border-right:none;
	font-size: 18px;
	font-weight: bold;
	line-height:18px;
	min-width:inherit;
	padding: 0.34em 1em 0.5em;
	text-decoration: none;
}
#searchbt, #nav #seletor {display:none;}

/* navigation dropdown */
#portal-globalnav ul li {float: left;}
#portal-globalnav li ul li {
	border-bottom: none;
	display:block;
	float:none;
	left:0;
	padding:0;
	position:relative;
	text-align:left;
}
#portal-globalnav li ul {
	left:inherit;
	margin-left:-1px;
}
#portal-globalnav li:last-child ul {
	right:2px;
}
#portal-globalnav li.selected ul li a {color:#fff;}
/*#portal-globalnav ul li */
#portal-globalnav ul li a {
	border-top:none;
	background-color:#3c8a40;
	color:white;
	width:auto;
}
#portal-globalnav:hover li:hover a:hover {
	background-color:#2f6f33;
}
#portal-globalnav:hover > li:hover {
	border-bottom:1px solid #8ab10e;
}
#portal-globalnav > li {border-bottom:1px solid transparent;}
#portal-globalnav > li.selected {border-bottom:1px solid #8ab10e;}
#portal-globalnav li a span {white-space:nowrap; }
#portal-globalnav:hover  li.selected a:hover,
#portal-globalnav ul.globalSectionsLevel1 li.selected a {background-color: #2f6f33 !important;}
#portal-globalnav:hover > li:hover a {
	background-color:#3c8a40;
}

/* Searchbox */
#portal-searchbox {float: right; margin: 10px 0 0 0; font-size: 1em;}
#portal-searchbox  form, #portal-searchbox  form .LSBox  {font-size: 100%;}
#portal-searchbox #searchGadget {
	background-image:url("mag_glass.png");
	background-position:right center;
	background-repeat:no-repeat;
	padding: 1.2% 0  1.1% 0;
	margin-right: 0.6%;
	text-indent: 2%;
	width: 166px;
	font-size:1.1em;
}
#portal-searchbox .searchButton {font-size:0.8em; width: 27%; padding:1.899% 0  0.8% 0; text-align:center;}
#LSResult {z-index:1; margin-top: 0.5%;}

input.searchField {
    -moz-appearance: none;
}

/*footer*/
#footer {
	background-color: #fff;
    clear: left;
    color:#333;
    font-size:18px;
    height: 165px;
/*    margin-top: -90px; */
    padding: 0;
    position: relative;
    text-align: right;
    width: 100%;
}
#footercontent {
	font-size: 13px; 
	margin: 0 auto; 
	max-width: 90%; 
	min-width:944px; 
	width:944px; 
}
#footercontent p {line-height:18px;}

/* Site Actions in footer */
#siteactions {
	background-color: #3C8A40;
	padding: 14px;
	width:100%;	
}
#siteactions { margin-bottom: 0;}
#portal-siteactions {
	background-color: #3C8A40;
	color: #fff;
	display:inline;
	font-size: 100%; 
	padding-bottom:0;
	position:relative;
	text-align: right; 
	top:-24px;
	width:100%;
}
#portal-siteactions li {margin-right:0;}
#footercontent #portal-siteactions a:link {
	border-left: 1px solid #FFFFFF;
	color:#fff;
	font-size:15px;
	padding:0 1em;
}
#footercontent #portal-siteactions a:visited { color:#fff; }
#footercontent #portal-siteactions a:hover { color:#cccccc; }
#footercontent #portal-siteactions li:first-child a:link {border-left:none;}
#footercontent #portal-siteactions li:last-child a:link {padding-right:0;}
#winrocklogo {
	font-size:12px;
	vertical-align:middle;
}
#winrocklogo a {padding-left:1em;}
#winrocklogo img {vertical-align:middle;}
#footercontent a:link {color:#333;}
#footercontent a:hover {color:#3C8A40;}
#footercontent .separator {
	color: #3C8A40;
	padding:0 0.5em;
}
#footercontent p { margin-bottom:0.5em;}

/* Collective Cover */

body.section-homepage #content h1,
body.section-homepage #content h2,
body.section-homepage #content h3,
body.section-homepage #content h4,
body.section-homepage #content h5,
body.section-homepage #content h6 {
	color: #000;
}

#content li, dl.portlet li {
	display: list-item;
/*	list-style: none;*/
}
body.template-layoutedit.portaltype-collective-cover-content #content li {
	display: inline;
}
#content .row {
	margin-bottom: 20px;
}

.galleria-stage {
	bottom:0;
	left:0;
	right:0;
	top:0;
}
.cover-carousel-tile.galleria,
.galleria-container { height: 301px!important;}
.galleria-thumbnails-container { bottom: 0;}
.galleria-inner { height:304px; }
div.galleria-image img { height:304px; top:0 !important; }
.galleria-image-nav { top: 21%; }
.galleria-info { 
	background-color: rgba(0, 0, 0, 0.4);
	bottom: inherit; 
	height: 35%; 
	left: inherit; 
	right:0; 
	top: 52%; 
	width:515px; 
}
.galleria-info-text {
	padding-top:6px;
}
#content .galleria-info-title a:link,
#content .galleria-info-title a:visited {
	border-bottom: none;
	color: #fff !important;
	font-family: "Cabin", Arial, Helvetica, sans-serif;
	font-size: 28px;
}
#content .galleria-info-title a:hover {
	color: #cccccc !important;
}
.galleria-info-description {
	color: #fff;
	font-family: "Cabin", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
}

/* Collective Cover - Home Page */

body.section-homepage #content {
	margin-left: 0;
}
div.position-0 {
	margin-left:-100%;
}
body.section-homepage #content .row:nth-child(2) .cell:first-child {
	border-right: #3C8A40 2px solid ;
}
body.section-homepage #content .row:nth-child(2) .cell:first-child .tile:first-child :first-child p {
	border-bottom: 2px solid #333;
	margin-bottom: 0.5em;
	padding-bottom: 5px;
	width: 75%;
}
body.section-homepage #content .row:nth-child(2) .cell:first-child .tile:first-child a:link,
body.section-homepage #content .row:nth-child(2) .cell:first-child .tile:first-child a:visited {
	border-bottom:none;
	color:#3C8A40;
	font-size:18px;
	font-weight: 700;
}
body.section-homepage #content .row:nth-child(2) .cover-collection-tile {
	margin-right:20px;
}
body.section-homepage #content .row:nth-child(2) .cover-collection-tile .collection-item {
	color:#205C90;
	display:list-item;
	list-style: disc outside none;
	margin-left: 18px
}
body.section-homepage #content .row:nth-child(2) .cover-collection-tile  .tile-header {
	color:#000;
	font-family:"Cabin", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:700;
	margin-top:15px;
}
body.section-homepage #content .row:nth-child(2) .cover-collection-tile .collection-item h2,
body.section-homepage #content .row:nth-child(2) .cover-collection-tile .collection-item h2 a {
	color:#333;
	font-size:16px;
	font-weight:normal;
}
body.section-homepage #content .row:nth-child(2) .tile:nth-child(4) .cover-collection-tile .collection-item h2 {
	margin-bottom:0;
}
body.section-homepage #content .row:nth-child(2) .cover-collection-tile .collection-item h2 a {
	color:#333;
}
body.section-homepage #content .row:nth-child(2) .cover-collection-tile .collection-item h2 a:hover {
	color:#205C90 !important;
}
body.section-homepage #content .row:nth-child(2) .cover-collection-tile .collection-item .description {
	margin-bottom: 0;
}
/* Home Page Body area */
body.section-homepage #content .row:nth-child(2) .cell:nth-child(2) .cover-richtext-tile p {
	font-size: 16px;
	font-weight: 600;
	line-height: 28.8px;
}
body.section-homepage #content .row:nth-child(2) .cell:nth-child(2) 
.tile:first-child .cover-richtext-tile {
	border-bottom: 2px solid #333;
}

/* Home Page three boxes in body area */

div.width-11 {
	width: 67.5%;
}
body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile {
	float:left;
	height:255px;
	overflow: hidden;
	width:183px;
}
body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:first-child {
	height: inherit;
	margin-bottom: 24px;
	margin-right: 0;
	width:99%;
}
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(5) {
 	clear: both;
}
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(n + 2) .cover-richtext-tile :last-child {
	display:none;
}
body.section-homepage .row:nth-child(2) .cover-list-tile .list-item h4,
body.section-homepage .cover-list-tile .list-item a:link, 
body.section-homepage .cover-list-tile .list-item a:visited 
{
	color:#333 !important;
	font-size:16px;
	font-weight:normal;
}
body.section-homepage #content .row:nth-child(2) .tile:nth-child(5) 
.cover-list-tile .list-item a:hover {
	color: #005293 !important;
}
body.section-homepage #content .row:nth-child(2) .tile:nth-child(6) 
.cover-list-tile .list-item a:hover {
	color: #d2492a !important;
}
body.section-homepage #content .row:nth-child(2) .tile:nth-child(7) 
.cover-list-tile .list-item a:hover {
	color: #3c8a2e !important;
}
body.section-homepage .row:nth-child(2) .cover-list-tile .list-item h4 {
	display: list-item;
	list-style: disc inside url('hex-bullet-blue.png');
	padding-left: 21px;
	text-indent: -21px;
}
body.section-homepage .row:nth-child(2) .tile:nth-child(5)
.cover-list-tile .list-item h4 {
	list-style-image: url('hex-bullet-blue.png');
}
body.section-homepage .row:nth-child(2) .tile:nth-child(6) 
.cover-list-tile .list-item h4 {
	list-style-image: url('hex-bullet-red.png');
}
body.section-homepage .row:nth-child(2) .tile:nth-child(7)
.cover-list-tile .list-item h4 {
	list-style-image: url('hex-bullet-green.png');
}
body.section-homepage .row:nth-child(2) .tile {
	border-radius:0;
	margin:0 5px;
}
body.section-homepage .row:nth-child(2) .cell:first-child .tile {
	margin:0 5px 0 0;
}
body.section-homepage .row:nth-child(2) .tile-edge:nth-child(2),
body.section-homepage .row:nth-child(2) .tile-edge:nth-child(5) {
	border: 2px solid #005293;
}
body.section-homepage .row:nth-child(2) .tile-edge:nth-child(3),
body.section-homepage .row:nth-child(2) .tile-edge:nth-child(6) {
	border: 2px solid #d2492a;
}
body.section-homepage .row:nth-child(2) .tile-edge:nth-child(4),
body.section-homepage .row:nth-child(2) .tile-edge:nth-child(7) {
	border: 2px solid #3c8a2e;
	margin-right: 0;
}
body.section-homepage .row:nth-child(2) .tile-edge:nth-child(2),
body.section-homepage .row:nth-child(2) .tile-edge:nth-child(3),
body.section-homepage .row:nth-child(2) .tile-edge:nth-child(4) {
	border-bottom: none;
	border-color: transparent;
	border-top: none;
/*	padding-top: 2px;
	padding-right: 0;
	padding-left: 0;
*/}
body.section-homepage #content .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(2) h2,
body.section-homepage #content .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(3) h2,
body.section-homepage #content .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(4) h2 {
	color:#fff;
	font-size:30px;
	font-weight:600;
	height:50px;
	line-height:47px;
	margin:0;
	position:relative;
	top: -4px;
}
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(2) h2:before {
	content: url('integrity-1.png');
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(3) h2:before {
	content: url('innovation-1.png');
	padding-right: 5px;
	vertical-align: top;
}
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(4) h2:before {
	content: url('impact-1.png');
	padding: 5px;
	vertical-align: top;
}
body.section-homepage #content .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(2) p,
body.section-homepage #content .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(3) p,
body.section-homepage #content .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(4) p {
	font-size: 14px;
	font-weight: 600;
	font-weight: 700;
	height: 63px;
	line-height: 17px;
	padding: 0 5px;
}

body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(2) h3,
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(3) h3,
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(4) h3 {
	background-color: #fff;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	bottom:0;
	font-size: 18px;
	margin: 0 -7px;
	padding:4px 7px;
	position: relative;
}
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(2) h3 { border-color: #005293; }
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(3) h3 { border-color: #d2492a; }
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(4) h3 { border-color: #3c8a2e; }
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(2) h3:after {
	content: url('integrity-2.png');
	vertical-align: middle;
}
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(3) h3:after {
	content: url('innovation-2.png');
	vertical-align: middle;
}
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(4) h3:after {
	content: url('impact-2.png');
	vertical-align: middle;
}
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(2),
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(3),
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(4) {
	background-repeat: no-repeat;
	color:#fff;
	height:151px;
	overflow: inherit;
	width:183px;
}
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(2) {
	background-color: #005293;
	background-image: url('integ-bar.png');
}
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(3) {
	background-color: #d2492a;
	background-image: url('innov-bar.png');
}
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(4) {
	background-color: #3c8a2e;
	background-image: url('impact-bar.png');
	margin-right:0;
}


/*body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(6),
body.section-homepage .row:nth-child(2) .cell:nth-child(2) 
.tile:nth-child(7) {
 	margin-left:66%;
	position: relative;
}
*/


/* Interior pages - banner */

div.position-1\:4 {
	margin-left: -76%;
}
div.width-3\:4 {
	width: 76%;
}

#banner {
	height: 194px;
	margin-bottom: 5px;
	margin-top: 27px;
}
#banner .tagline {
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 30px;
	padding: 2px 30px 2px 10px;
	position: absolute;
	right:0;
	text-align: right;
	top: 145px;
}

/* Navigation portlet */

#portal-column-one .portletWrapper:nth-child(2) {
	margin-bottom: -155px;
}
.portlet-static-buttons,
.portletNavigationTree {
	position: relative;
	top: -155px;
}
.portletNavigationTree .portletHeader {
	display: none;
}
dl.portletNavigationTree li {
	display: block;
}
dl.portletNavigationTree .navTreeItem img { display: none; }
.portletNavigationTree .portletItem ul.navTreeLevel0 > .navTreeTopNode {
}
.portlet-static-buttons ul li a:link,
.portlet-static-buttons ul li a:hover,
.portlet-static-buttons ul li a:visited,
.portletNavigationTree ul.navTreeLevel0 > .navTreeItem a:link ,
.portletNavigationTree ul.navTreeLevel0 > .navTreeItem a:hover ,
.portletNavigationTree ul.navTreeLevel0 > .navTreeItem a:visited {
	color: #3C8A40!important;
	padding-bottom: 5px;
	padding-left: 0!important;
	padding-top: 5px;
}
.portlet-static-buttons a,
.portletNavigationTree ul.navTreeLevel0 > .navTreeItem a span {
	line-height: 22px;
}
.portlet-static-buttons a,
.portletNavigationTree .portletItem a {
	background-image: none;
	line-height: 2em;
}
.portlet-static-buttons ul li,
dl.portlet ul.navTreeLevel0 > .navTreeItem {
	border-bottom: 2px solid #333;
	font-size: 18px;
	line-height: inherit;
	margin-left: 16px;
	margin-right: 11px;
	padding: inherit;
}
.portlet-static-buttons ul li.login,
.portletNavigationTree ul li.section-log-in-to-my-account {
    background-image: url("lock.png");
    background-position: right 0px;
    background-repeat: no-repeat;
}
.portlet-static-buttons ul li.login a {
}
.portlet-static-buttons ul > .navTreeTopNode,
.portletNavigationTree .portletItem ul.navTreeLevel0 > .navTreeTopNode {
	border-bottom: none;	
	font-size: 24px;
	height: 130px;
	margin-bottom: 30px;
	margin-left: 0;
	position: relative;
}
.portlet-static-buttons ul > .navTreeTopNode div,
.portletNavigationTree .portletItem ul.navTreeLevel0 > .navTreeTopNode div {
	bottom: 0;
	position: absolute;
}
dl.portlet ul.navTree .navTreeCurrentItem {
	background-color: transparent;
	border-left: 0;
	color: #0066a4!important;
	margin-left: 0;
	margin-right: 0;

}
dl.portletNavigationTree .portletItem ul.navTreeLevel0 > .navTreeCurrentNode a.navTreeCurrentItem:link ,
dl.portletNavigationTree .portletItem ul.navTreeLevel0 > .navTreeCurrentNode a.navTreeCurrentItem:hover ,
dl.portletNavigationTree .portletItem ul.navTreeLevel0 > .navTreeCurrentNode a.navTreeCurrentItem:visited {
	color: #0066a4!important;
}
.portlet-static-buttons ul > .navTreeTopNode,
dl.portletNavigationTree .portletItem ul.navTreeLevel0 > .navTreeTopNode a:link,
dl.portletNavigationTree .portletItem ul.navTreeLevel0 > .navTreeTopNode a:hover,
dl.portletNavigationTree .portletItem ul.navTreeLevel0 > .navTreeTopNode a:visited {	
	color: #fff!important;
	line-height: inherit;
	padding-left: 16px!important;
}
dl.portletNavigationTree .portletItem ul.navTreeLevel0 > .navTreeTopNode a.navTreeCurrentItem:link,
dl.portletNavigationTree .portletItem ul.navTreeLevel0 > .navTreeTopNode a.navTreeCurrentItem:hover,
dl.portletNavigationTree .portletItem ul.navTreeLevel0 > .navTreeTopNode a.navTreeCurrentItem:visited {	
	color: #fff!important;
}

#portal-columns {
	overflow: hidden;
	z-index: 1;
}
#portal-column-content:before {
    background:#3C8A40;
    bottom:-800%; 
    content:""; 
    display:block; 
    left:-1%;
    position:absolute; 
    top:300px; 
    width:2px; 
    z-index:1; 
}


#content .documentDescription, #content #description {
	border-bottom: 2px solid #333;
	color: #000;
	font-family: "Cabin", sans-serif;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

#content-core {
	color: #333;
	min-height: 500px;
}
#content h1, #content h2, #content h3 {
	color: #3C8A40;
}

.collection-item { border-bottom: none; }


.methodology-collection h2.tile-header {
	font-size: 20px;
	text-transform: uppercase;
}
#content .methodology-table {
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
}
#content .methodology-table tr.topborder {
	background-color: #3C8A40;
}
#content .methodology-table tr.topborder td {
	padding: 2px;	
}
#content .methodology-table tr.emptyrow td {
	padding: 0.5px;
}
#content .methodology-table tr {
	line-height: 24px;
}
#content .methodology-table tr.odd {
	background-color: #e0e2b9;
}
#content .methodology-table tr.even {
	background-color: #eaeac3;
}
#content .methodology-table th {
	background-color: #3C8A40;
	color: #fff;
	font-size: 18px;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}
#content .methodology-table td {
	padding: 2px 10px;
}
#content .methodology-table a:link,
#content .methodology-table a:visited {
	color: #000!important;
}


body.site-acr.portaltype-event .event.summary {
    display: none;
}

.template-view.portaltype-methodology.userrole-anonymous #content-core #formfield-form-widgets-version,
.template-view.portaltype-standard.userrole-anonymous #content-core #formfield-form-widgets-version {
	display: none;
}

.template-view.portaltype-methodology.userrole-anonymous #content-core #formfield-form-widgets-body label,
.template-view.portaltype-standard.userrole-anonymous #content-core #formfield-form-widgets-body label {
	display: none;
}

.template-view.portaltype-methodology.userrole-anonymous #content-core fieldset#folder-listing,
.template-view.portaltype-standard.userrole-anonymous #content-core fieldset#folder-listing {
	display: none;
}

/* Responsive Design Magic*/

@media print and (max-width: 768px) {

	#wrapper {width: 100%; max-width: 100%; min-width: 100%;}
	#header {line-height:inherit;}
	#logo {min-width:181px;}	
	#tagline {display:none;}

	/*Columns*/
	#portal-column-one, 
	#portal-column-two,
	#portal-column-content {clear: both; width: 97.75%; margin-left: -98.875%;}

	/*Search*/
    #portal-searchbox  {display:none;}

	/*Global navigation*/
	#nav {padding:0;width:100%;
	}
	
	#searchbt {background-color:#3c8a40; display:block; float:right;width:14%;}
	
	#searchbt a {
		display:block;
		border-bottom:1px solid #8ab10e;
		text-indent: -900000px;
		padding: 1em;
		margin-top: 3px;
		background:transparent url(search-ico.png) no-repeat center center;
	}
	
	#nav #seletor {
		background:#3c8a40 url("sections-ico.png") no-repeat 97% 60%;
		border-bottom:1px solid #8ab10e;
		color:#fff;
		display:block;
		font-size:18px;
		line-height: 23px;
		padding:8px 3px 8px 10px;
		width:85%;
	 }
	
	#nav li {display: none;}
	
	#nav:hover li {
		background-color: #3c8a40;
		color:#fff;
		display: block;
		width:100%; 
		border-top:none;
		display:block !Important;
		padding:0;
		text-align: left;
	}
	
	#nav {
		margin:0;
		padding:0;
	}
	

	#nav:hover li a {
		color: #ffffff;
/*		width:100%;
		padding:0 2.5%;
		line-height: 2em;
        display: block;
  	    width: 95% !important;
*/	}
	
	#nav:hover li:hover {background: #ff9900; border-bottom-color: #3c8a40;}
	#nav:hover li a:hover,
	#nav:hover li.selected a {background: transparent;}
	
	#nav ul li ul,
	#nav:hover ul li ul { display: none;}
	#portal-globalnav > li { border-bottom: none; border-right: none; }
	#portal-globalnav li:first-child { border-left: none; }

	.galleria-inner { height: 199px; width: 620px;}
	.galleria-info { bottom: 0; top: inherit; width: auto; }
	.galleria-info-description { font-size: 17px; }
	.galleria-info-description { font-size: 14px; }

	body.section-homepage #content .row:nth-child(2) .cell:first-child {
		border-right: none;
	    clear: both;
	    float: none;
	    width: 100%;
	}
	body.section-homepage #content .row:nth-child(2) .cell:first-child .tile:first-child *:first-child p {
	    display: table-cell;
	    text-align: center;
		width: 310px;		
	}

	div.width-11 { width: 100% }
	div.position-5 { margin-left: -100%; }

	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:first-child { margin-top: 10px; }
	body.section-homepage #content .row:nth-child(2) .cell:nth-child(2) .tile:first-child .cover-richtext-tile {
		    border-top: 2px solid #333;
		    padding-top: 1em;
	}

	#footercontent {
		background-color: #fff;
	    clear: left;
	    color:#333;
	    font-size:13px;
	    height: 165px;
	/*    margin-top: -90px; */
	    padding: 0;
	    position: relative;
	    text-align: right;
	    max-width: 100%;
	    min-width: 100%;
	    width: 100%;
	}
	#siteactions { padding-left: 0; padding-right: 0;}

	.overlay.overlay-ajax {top: 10px !Important;}
	.overlay.overlay-ajax input.searchPage {
	    font-size: 200% !important;
	    width: 90%;
	    margin-bottom:1em;
	}
	.overlay.overlay-ajax input.searchPage.searchButton {width:auto;}
	.overlay.overlay-ajax #searchform .discreet {text-align:left;}
	.overlay.overlay-ajax #content-core strong {display:none;}

	table.listing tbody tr td:last-child {
		
	}

}

@media print and (max-width: 668px) {
	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:nth-child(2), 
	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:nth-child(3), 
	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:nth-child(4) {
		width: 29%;
	}
	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:nth-child(2) h2, 
	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:nth-child(3) h2, 
	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:nth-child(4) h2 {
		font-size: 22px
	}
	body.section-homepage #content .row:nth-child(2) .cell:nth-child(2) .cover-richtext-tile p {
		font-size: 12px;
	}
	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:nth-child(2) h3, 
	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:nth-child(3) h3, 
	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:nth-child(4) h3 {
		font-size: 14px;
	}
	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile { width: 29%; }
	body.section-homepage .row:nth-child(2) .cover-list-tile .list-item h4, 
	body.section-homepage .cover-list-tile .list-item a:link, 
	body.section-homepage .cover-list-tile .list-item a:visited {
		font-size: 11px;
	}
}

@media print and (max-width: 560px) {
	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:nth-child(2), 
	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:nth-child(3), 
	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:nth-child(4) {
		width: 183px;
	}
	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile { width: 183px; }
	div.position-5 { position: relative; }
	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:nth-child(4) {
		clear: both;
		display: block;
		position: relative;
		top: 191px;
	}
	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:nth-child(5) {
		border-top: none;
		position: relative;
		top: -155px;
	}
	body.section-homepage .row:nth-child(2) .tile-edge:nth-child(7) {
		border-top: none;
		display: block;
		position: relative;
	}
	body.section-homepage .row:nth-child(2) .tile-edge:nth-child(6) {
		border-top: none;
		display: block;
		position: relative;
		top: -155px;
	}
	body.section-homepage .row:nth-child(2) .tile-edge:nth-child(7) {
		border-top: none;
		clear: both;
		display: block;
		position: relative;
		top:50px;
	}
}

@media print and (max-width: 480px) {

	#portal-breadcrumbs {display:none;}
	
	#portal-searchbox {
	    float: none;
        width:80%;
		clear:both;
		margin: 0 auto 2%;
	}
	#nav {padding:0;width:100%;
	}
	.galleria-inner { display: none; }

	body.section-homepage #content .row:nth-child(2) .cell:first-child .tile:first-child *:first-child p {
	    display: block;
	    text-align: center;
		width: 100%;		
	}

	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:nth-child(3) {
		clear: both;
		display: block;
		position: relative;
		top: 164px;
	}
	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:nth-child(5) {
		top: -315px;
	}
	body.section-homepage .row:nth-child(2) .tile-edge:nth-child(6) {
		clear: both;
		display: block;
		position: relative;
		top: -134px;
	}
	body.section-homepage .row:nth-child(2) .cell:nth-child(2) .tile:nth-child(4) {
		top: 332px;
	}

	#footercontent #portal-siteactions a:link {
		font-size: 13px;
	}
}

