@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-Regular.ttf');
}

/* 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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;}
	
html, body {
	height: 100%;
	font-family: 'Roboto', arial, helvetica;
	color:#000000;
	font-weight:normal;
	font-size:14px;
	line-height:22px;
}
.debug{
	position:fixed;
	bottom:0;
	left:0;
	font-size:12px;
	z-index:99999;
	border-top:1px solid #555555;
	border-right:1px solid #555555;
	border-left:1px solid #555555;
	background:#fff;
}
a{
	color: #3a5715;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
}
strong{ font-weight:bold; }
em{ font-style:italic; }
sub{ vertical-align:sub;  font-size: 12px; }
sup{ vertical-align:super; font-size: 12px; }
body{
	border-top:5px solid #3a5715;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
h1{
	font-size:33px;
	line-height:36px;
	color:#3a5715;
	margin:0 0 8px;
	font-weight:bold;
}
h2{
	font-size:25px;
	color:#3a5715;
	line-height:30px;
	font-weight:bold;
	margin:0 0 10px;
}
h2.subtitle, .pane-node-field-subtitle{
	color:#000;
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	margin-bottom:20px;
}
h3{
	font-size:23px;
	color:#3a5715;
	line-height:26px;
	font-weight:bold;
	margin:0 0 12px;
}
h4{
	font-size:20px;
	color:#333333;
	line-height:24px;
	font-weight:bold;
	margin:0 0 12px;
}
h5{
	font-size:18px;
	color:#333333;
	line-height:22px;
	font-weight:bold;
	margin:0 0 12px;
}
h6{
	font-size:16px;
	color:#333333;
	line-height:20px;
	font-weight:bold;
	margin:0 0 12px;
}
/** LAYOUT **/
#pagewrapper{
	max-width:1000px;
	padding:0;
	margin:0 auto;
	position:relative;
	background:#fff;
	overflow:hidden;
}
.block{ overflow:hidden; }
.contextual-links-region.block{ overflow:visible; }
/** HEADER **/
#header{
	position:relative;
	margin:0 0 20px;
}
.logo{
	margin:-40px 0 0;
	float:left;
}
.logo a{ display:block; }

#header .search{
	padding:0 0 0 10px;
	float:right;
	position:relative;
	border-radius:1px;
	width:212px;
	border:1px solid #989797;
	clear:both;
}
#header .mobilesearch{ display:none; }
#header .search form{
	margin:0;
}
#header .search form input.form-text{
	color:#c4c2c2;
	border:0;
	font-size:12px;
	line-height:13px;
	padding:5px 0;
	width: 162px;
	font-style:italic;
	height:20px;
}
#header .search form input.form-submit{
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	font-size:13px;
	color:#fff;
	width:40px;
	height:30px;
	background:#8ac640;
	border:0;
	cursor:pointer;
	border-radius:0;
	-webkit-appearance: none;
}

.utility{
	float:right;
	margin:0 145px 18px;
}
.logged-in .utility{ margin-right:0; }
.utility ul{
	list-style:none outside none;
}
.utility ul li{
	float:left;
	margin: 0 10px;
	list-style:none outside none;
}
.utility ul li ul{ display:none; }
.utility ul li a{
	color:#525252;
	font-size:13px;
	margin:0;
	padding:10px 0;
	display:block;
	text-transform:uppercase;
}

#header #block-user-login{
	position:absolute;
	right:0;
	top:0;
	z-index:101;
}
#header #block-user-login.open{ width:420px; }
#header #block-user-login h2{
	background:url(../images/user.png) no-repeat 8px 13px #3a5715;
	color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: 17px;
    line-height: 13px;
    margin-right: 0;
    overflow: visible;
    padding: 15px 10px 14px 30px;
    position: relative !important;s
    width: 100px;
    z-index: 10;
    float:right;
}
#header #block-user-login .content{
	display:none;
	width:420px;
	height:155px;
	background:#3a5715;
	overflow: hidden;
}
#header #block-user-login .content form{
	margin:20px auto;
	width:256px;
}
#header #block-user-login .content .form-item{margin:0 0 10px;}
#header #block-user-login .content form input.form-text{
	width:250px;
	font-size:13px;
	color::#7b7c7c;
	font-style:italic;
}
#header #block-user-login .content form input.form-submit{
	background: none repeat scroll 0 0 #EFC350;
    border: 0 none;
    color: #000000;
    float: right;
    font-size: 13px;
    padding: 8px 15px;
    text-transform: uppercase;
    cursor:pointer;
    margin-top:-10px;
    -webkit-appearance: none;
}
#header #block-user-login .content form input:hover.form-submit{ background:#fbe4a9; }
#header #block-user-login .content form label{ display:none; }
#header #block-user-login .content form .form-item-persistent-login label { display:inline; color:#fff; }
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute;
	height:100%; width:100%;
	top:0; left:0;
	background:#000;
	z-index:100;
}
#header #block-user-login .content .item-list ul{
	list-style:none;
	float:left;
	margin:0;
}
#header #block-user-login .content .item-list ul li{
	list-style:none;
	margin:0;
}
#header #block-user-login .content .item-list ul li a{
	color:#fff;
}

.form-item, .form-actions { margin-top:0; margin-bottom:0; }

/** NAVIGATION **/
#navigation{
	width:100%;
	margin:0;
	padding:0;
	height:auto;
	background:url(../images/nav-bg.png) repeat-x 0 0;
}
#om-menu-mega-menu{
	clear:both;
	position:relative;
	list-style:none outside none;
	width:auto;
	max-width:1000px;
	display: block;
	margin:0 auto;
	height:46px;
	float:none;
}
#om-menu-mega-menu li{
	list-style:none outside none;
	text-align:center;
	display: block;
	float:left;
	width:auto;
	vertical-align: middle;
	height:46px;
	border-right:1px solid #e5e5e5;
	position:static;
	padding:0;
}
.not-logged-in #om-menu-mega-menu li.leaf-members-area { display:none; }
#om-menu-mega-menu li:last-child{ border-right:0; }
#om-menu-mega-menu li a.om-link{
	font-size:15px;
	color:#363636;
	width:auto;
	line-height:15px;
	display:block;
	height:31px;
	padding:15px 14px 0;
}
#om-menu-mega-menu li .arrow{
	background:url(../images/arrow-down.png) no-repeat 0 0;
	width:13px;
	height:8px;
	display:inline-block;
	margin-left:5px;
}
#om-menu-mega-menu li:hover{ background:#7ab531; }
#om-menu-mega-menu li:hover a.om-link{ color:#fff; text-decoration:none; }
.smallmenu{ display:none; }
#om-menu-mega-menu .om-maximenu-content{
	display:none;
	background:url(../images/mega-bg.png) repeat-x 0 100% #aad574;
	position:absolute;
	left:0;
	top:46px;
	width:100%;
	z-index:999;
	padding:30px 0;
}
#om-menu-mega-menu .om-maximenu-content .om-maximenu-middle{ background:none; }
#om-menu-mega-menu .om-maximenu-content .om-maximenu-middle-right{ padding:0; }
#om-menu-mega-menu li:hover .om-maximenu-content{ display:block; }
#om-menu-mega-menu .om-maximenu-content .block.first{
	width:385px;
	float:left;
	padding:10px 0 30px;
}
#om-menu-mega-menu .om-maximenu-content .block.last{
	width:614px;
	float:left;
	border-left:1px solid #84a954;
	min-height:202px;
}
#om-menu-mega-menu .om-maximenu-content ul{
	list-style:none outside none;
	margin:10px 10px 10px 45px;
	width:41%;
	float:left;
}
#om-menu-mega-menu .om-maximenu-content ul li{
	float:none;
	text-align:left;
	height:auto;
	border-right:0;
	margin:15px 0;
	width:auto;
}
#om-menu-mega-menu .om-maximenu-content ul li:hover{ background:none; }
#om-menu-mega-menu .om-maximenu-content ul li.last{ border-bottom:0; }
#om-menu-mega-menu .om-maximenu-content ul li a{
	font-size:15px;
	color:#000;
	display:block;
	line-height:18px;
	font-weight:bold;
}
#om-menu-mega-menu .om-maximenu-content ul li a:hover{ color:#3a5715; }
#om-menu-mega-menu .om-maximenu-content ul li ul{
	width:100%;
	float:none;
	margin:10px 0;
}
#om-menu-mega-menu .om-maximenu-content ul li ul li{
	margin:5px 0;
	width:auto;
	float:none;
	clear:both;
}
#om-menu-mega-menu .om-maximenu-content ul li ul li a{
	font-weight:normal;
	font-size:14px;
	line-height:17px;
}
#om-menu-mega-menu .om-maximenu-content h3{
	font-size:20px;
	color:#fff;
	line-height:26px;
	text-align:left;
	margin:15px 0 10px 50px;
	font-weight:bold;
}
/** FOOTER **/
#footer{
	width:100%;
	margin:0;
	background:#363636;
	padding:45px 0;
	color:#a2a1a1;
}
#footer .footerinner{
	width:auto;
	max-width:1000px;
	margin:0 auto;
	position:relative;
	padding:0;
}
#footer .footerad{
	text-align:center;
	margin:0 15px 30px;
}
#footer .footerad a img{
	width:100%;
	height:auto;
}
#footer .footercontact{
	margin:20px 0;
}
#footer .footercontact .block{
	width:230px;
	float:left;
}
#footer h3{
	font-size:14px;
	font-weight:bold;
	color:#a2a1a1;
	line-height:20px;
	margin:0;
}
#footer p{
	font-size:13px;
	line-height:20px;
}
#footer .footernav{
	border-top:1px solid #cac5b7;
	border-bottom:1px solid #cac5b7;
	padding:15px 0;
}
#footer .footernav ul{
	margin:0;
	list-style: none outside none;
}
#footer .footernav ul li{
	float:left;
	margin:0 17px 0 0;
	list-style:none outside none;
}
#footer .footernav ul li:last-child{ margin-right:0; }
#footer .footernav ul li a{
	color:#ffd767;
	font-size:12px;
	line-height: 12px;
}
#footer .copyright p{
	margin:20px 0;
	font-size:11px;
}
#footer .footersocial{ margin:20px 0 0; }
#footer .footersocial .content a{
	width:24px;
	height:24px;
	font-size:0;
	text-indent:-9999px;
	cursor:pointer;
	display:block;
	margin:0 5px;
	float:left;
}
#footer .footersocial a.facebook{ background:url(../images/footer-fb.png) no-repeat 0 0; }
#footer .footersocial a.twitter{ background:url(../images/footer-tw.png) no-repeat 0 0; }
#footer .footersocial a.linkedin{ background:url(../images/footer-in.png) no-repeat 0 0; }
#footer .footersocial a.email{ background:url(../images/footer-mail.png) no-repeat 0 0; }
#footer .footersocial a.youtube{ background:url(../images/footer-yt.png) no-repeat 0 0; }

#footer .footersocial a:hover.facebook{ background:url(../images/footer-fb-on.png) no-repeat 0 0; }
#footer .footersocial a:hover.twitter{ background:url(../images/footer-tw-on.png) no-repeat 0 0; }
#footer .footersocial a:hover.linkedin{ background:url(../images/footer-in-on.png) no-repeat 0 0; }
#footer .footersocial a:hover.email{ background:url(../images/footer-mail-on.png) no-repeat 0 0; }
#footer .footersocial a:hover.youtube{ background:url(../images/footer-yt-on.png) no-repeat 0 0; }
/** HOMEPAGE **/
.view-id-homepage_slideshow{
	width:100%;
	position:relative;
	margin:0 0 30px;
}
.view-id-homepage_slideshow .views-slideshow-cycle-main-frame{
	position:relative;
	width:100%;
	max-height: 428px;
	height:auto;
}
.view-id-homepage_slideshow .views_slideshow_cycle_slide .views-field-field-slide-image a{
	display:block;
	margin:0;
	padding:0;
}
.view-id-homepage_slideshow .views_slideshow_cycle_slide img{
	width:100%;
	height:auto;
}
.view-id-homepage_slideshow .slidertext{
	position:absolute;
	top:0;
	right:32px;
	width:24%;
	height:100%;
	background:url(../images/overlay.png) repeat 0 0;
	padding:0 20px;
	z-index:99;
}
.view-id-homepage_slideshow h2{
	font-size:27px;
	color:#666666;
	line-height:32px;
	margin:115px 0 5px;
	font-weight:bold;
}
.view-id-homepage_slideshow p{
	font-size:14px;
	color:#000000;
	line-height:20px;
	margin:0 0 10px;
}
.button a{
	background: none repeat scroll 0 0 #3A5715;
    display: block;
    font-size: 14px;
    line-height: 17px;
    padding: 5px;
    text-align: center;
    width: 136px;
    color:#fff;
    margin:10px auto;
}
.region-content .button a{
	width:auto;
	display:inline-block;
	padding:5px 10px;
}
.view-id-homepage_slideshow .slidertext br{ display:none; }
.view-id-homepage_slideshow .views-slideshow-controls-text{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
.view-id-homepage_slideshow .views-slideshow-controls-text-previous,
.view-id-homepage_slideshow .views-slideshow-controls-text-next{
	width:32px;
	height:100%;
	position:absolute;
	display:block;
	background:url(../images/controls-overlay.png) repeat 0 0;
	top:0;
	left:0;
	z-index:9;
}
.view-id-homepage_slideshow .views-slideshow-controls-text-next{
	left:auto;
	right:0;
}
.view-id-homepage_slideshow .views-slideshow-controls-text-previous a,
.view-id-homepage_slideshow .views-slideshow-controls-text-next a{
	display:block;
	position: absolute;
    top: 50%;
    width: 32px;
    height:72px;
    font-size:0;
    text-indent:-9999px;
    cursor:pointer;
    margin-top:-36px;
    background:url(../images/controls-left.png) no-repeat center 0;
}
.view-id-homepage_slideshow .views-slideshow-controls-text-next a{
	background:url(../images/controls-right.png) no-repeat center 0;
}
.view-id-homepage_slideshow .views-slideshow-pager-fields{
	position:absolute;
	bottom:-35px;
	left:12%;
	z-index:9;
}
.view-id-homepage_slideshow .views_slideshow_pager_field_item{
	float:left;
	margin:0 10px;
	padding-bottom:5px;
	width:130px;
}
.view-id-homepage_slideshow .views_slideshow_pager_field_item.active{
	border-bottom:5px solid #efc350;
	margin-top:-9px;
}
.view-id-homepage_slideshow .views_slideshow_pager_field_item img{
	border:5px solid #fff;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(30,29,29,0.34);
	-moz-box-shadow: 0px 0px 5px 5px rgba(30,29,29,0.34);
	box-shadow: 0px 0px 5px 5px rgba(30,29,29,0.34);
}
.views-slideshow-cycle-main-frame,
.views-slideshow-cycle-main-frame-row,
.views-slideshow-cycle-main-frame-row img {
   width: 100% !important;
   height:auto !important;
}

.front .layout-responsive-region-body{
	margin:30px 5px;
	width:64.7%;
	float:left;
	border-top:5px solid #ac9864;
}
.front .layout-responsive-region-header_a{ float:none; }
.front .layout-responsive-region-sidebar_b{
	width:32%;
	float:right;
	margin-top:9px;
}
.front .layout-responsive-region-body h2{
	font-size:12px;
	line-height:16px;
	color:#000000;
	text-transform:uppercase;
	text-align:center;
	margin:20px 0;
	letter-spacing:2px;
}
.layout-responsive-region-body ul{
	list-style:none outside none;
	margin:0 0 15px;
	padding:0;
}
.layout-responsive-region-body ul li{
	list-style:none outside none;
	padding:0 0 0 17px;
	margin:0 30px 5px 15px;
	background:url(../images/green-bullet.png) no-repeat 0 8px;
}
.layout-responsive-region-body ol{
	margin:0 0 15px 30px;
}
.layout-responsive-region-body p{
	margin: 0 0 15px;line-height:22px;
}
.homebox{
	width:auto;
	float:left;
	margin:0 5px;
	position:relative;
	padding: 0;
}
.homebox .header{
	margin:2px 0 15px;
	width:100%;
	position:relative;
}
.homebox h3{
	font-size:18px !important;
	color:#3a5715 !important;
	font-weight:bold !important;
	line-height:22px !important;
}
.homebox .content{
	margin: 0 25px;
    padding: 25px 0;
	border-bottom:1px solid #e3e3e3;
}
.homebox img{ width:100%; height:auto; }
.homebox .header h2 a{
	display: block;
    padding:8px 0 8px 40px;
	color:#f1edc5;
	background:url(../images/plus.png) no-repeat 8px 11px;
}
.homebox.talk .header h2 a{ background:url(../images/speech-bubble.png) no-repeat 8px 11px; }
.homebox.calendar .header h2 a{ background:url(../images/events-calendar.png) no-repeat 8px 8px; }
a.more{
	display:block;
	text-align:right;
	padding-right:25px;
	font-weight:bold;
	color:#3a5715;
	background:url(../images/more-arrow.png) no-repeat 100% 3px;
}
.homebox.rightimg{ border-bottom:1px solid #e3e3e3; margin: 0 30px; }
.homebox.rightimg img{
	float: right;
    margin: -15px 0 0;
    width: 47%;
}
.homebox.rightimg .content{
	border-bottom: 0 none;
    float: left;
    margin-left: 0;
    width: 47%;
}
.homebox.rightimg h2{
	width:47%;
	margin-bottom: 0 !important;
}
.homebox.half{
	width:45%;
	float:left;
	margin:10px 15px;
}
.homebox.half.first{
	border-right:1px solid #e3e3e3;
	margin-right: 0;
    padding-right: 15px;
}
.homebox.half .content{
	border-bottom:0;
	margin:0;
}
.front .layout-responsive-region-sidebar_b h3{
	font-size:15px !important;
	line-height:19px !important;
	color:#000 !important;
}

.front .socialicons{
	margin-bottom:5px !important;
	padding-bottom:0 !important;
}
.front .socialicons .pane-content{
	text-align: center;
}
.front .socialicons p{
	/*width:195px;*/
	margin:0 auto;
	display: inline-block;
}
.front .socialicons a{
	width:24px;
	height:24px;
	font-size:0;
	text-indent:-9999px;
	cursor:pointer;
	display:block;
	margin:0 10px;
	float:left;
}
.front .socialicons a.facebook{ background:url(../images/footer-fb.png) no-repeat 0 0; }
.front .socialicons a.twitter{ background:url(../images/footer-tw.png) no-repeat 0 0; }
.front .socialicons a.linkedin{ background:url(../images/footer-in.png) no-repeat 0 0; }
.front .socialicons a.email{ background:url(../images/footer-mail.png) no-repeat 0 0; }
.front .socialicons a.youtube{ background:url(../images/footer-yt.png) no-repeat 0 0; }

.front .socialicons a:hover.facebook{ background:url(../images/footer-fb-on.png) no-repeat 0 0; }
.front .socialicons a:hover.twitter{ background:url(../images/footer-tw-on.png) no-repeat 0 0; }
.front .socialicons a:hover.linkedin{ background:url(../images/footer-in-on.png) no-repeat 0 0; }
.front .socialicons a:hover.email{ background:url(../images/footer-mail-on.png) no-repeat 0 0; }
.front .socialicons a:hover.youtube{ background:url(../images/footer-yt-on.png) no-repeat 0 0; }

/** SUBPAGE **/
.not-front .layout-responsive-region-sidebar_a {
	width:19.5%;
	float:left;
	margin-top:30px;
	clear:left;
}
.not-front .layout-responsive-region-body{
	width:55.8%;
	float:left;
	margin-left:25px;
	margin-top:25px;
}
.not-front.onesidebar.leftsidebar .layout-responsive-region-body{ width:76%; }
.not-front.one-sidebar .layout-responsive-region-body{
	width:75.3%;
	margin-top:40px;
}
.not-front .layout-responsive-region-sidebar_b{
	width:19.5%;
	float:right;
	margin-top:30px;
}
.region-content{ position:relative; min-height:500px;}
.layout-responsive-region-sidebar_a  .leftnav{
	margin-bottom:15px;
	padding:0;
	list-style:none outside none;
}
.layout-responsive-region-header_a select{ display:none; }
.layout-responsive-region-sidebar_a  .leftnav li{
	margin:8px 0;
	padding:0 15px;
	font-size:14px;
	background:url(../images/li-arrow.png) no-repeat 0 8px;
	list-style:none;
}
.layout-responsive-region-sidebar_a  .leftnav li a{ display:block; }
.layout-responsive-region-sidebar_a  .block.leftnav{
	border-top:0;
	margin-top:0;
	padding-top:0;
}
.layout-responsive-region-sidebar_b .block, .layout-responsive-region-sidebar_a  .block, .layout-responsive-region-sidebar_a .pane-block, .layout-responsive-region-sidebar_b .pane-block{
	margin:20px 0;
	padding:20px 0 10px;
	border-top:1px solid #efc350;
}
.layout-responsive-region-sidebar_b .block.adblock, .layout-responsive-region-sidebar_a  .block.adblock{ text-align:center; }
.layout-responsive-region-sidebar_b .block h2, .layout-responsive-region-sidebar_a  .block h2, .layout-responsive-region-sidebar_a .pane-block h2, .layout-responsive-region-sidebar_b .pane-block h2{
	color:#000;
	font-size:23px;
	line-height:26px;
	margin-bottom:30px;
	font-weight:normal;
}
.layout-responsive-region-sidebar_b .block h3{
	margin-bottom:5px;
}
.layout-responsive-region-sidebar_b .block h3, .layout-responsive-region-sidebar_b .block h3 a, .layout-responsive-region-sidebar_a  .block h3, .layout-responsive-region-sidebar_a  .block h3 a,
.layout-responsive-region-sidebar_b .pane-block h3, .layout-responsive-region-sidebar_b .pane-block h3 a, .layout-responsive-region-sidebar_a  .pane-block h3, .layout-responsive-region-sidebar_a  .pane-block h3 a{
	font-size:15px;
	font-weight:bold;
	color:#000;
}
.layout-responsive-region-sidebar_b .block p, .layout-responsive-region-sidebar_a  .block p{
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
}
.layout-responsive-region-sidebar_b .views-row, .layout-responsive-region-sidebar_a  .views-row{
	margin-bottom:20px;
}
.layout-responsive-region-sidebar_b form, .layout-responsive-region-sidebar_a  form{
	padding:0 0 0 10px;
	position:relative;
	border-radius:1px;
	width:212px;
	border:1px solid #989797;
	clear:both;
	margin:0;
}
.layout-responsive-region-sidebar_a  form{ width:170px; }
.layout-responsive-region-sidebar_b form input.form-text, .layout-responsive-region-sidebar_a  form input.form-text{
	color:#c4c2c2;
	border:0;
	font-size:12px;
	line-height:13px;
	padding:5px 0;
	width: 162px;
	font-style:italic;
	height:20px;
}
.layout-responsive-region-sidebar_a  form input.form-text{ width:125px; }
.layout-responsive-region-sidebar_b form input.form-submit, .layout-responsive-region-sidebar_a  form input.form-submit{
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	font-size:13px;
	color:#fff;
	width:40px;
	height:30px;
	background:#dea221;
	border:0;
	cursor:pointer;
	-webkit-appearance: none;
}
.layout-responsive-region-sidebar_b .node-aluminum-fact{
	background:url(../images/globe.png) no-repeat 100% 10px #e6f0d9;
	border-top:0;
	margin:0 auto 20px !important;
	padding:20px 0 10px !important;
}
.layout-responsive-region-sidebar_b .node-aluminum-fact .content{
	padding:0 12px 10px;
}
.layout-responsive-region-sidebar_b .node-aluminum-fact h2{
	font-size:21px;
	line-height:25px;
	font-weight:normal;
	margin: 0 12px 10px;
    padding: 0 0 15px;
	border-bottom:1px solid #cfe2b9;
}
.layout-responsive-region-sidebar_b .node-aluminum-fact a.more{
	font-size:13px;
	margin-top:30px;
}
.layout-responsive-region-sidebar_b .node-aluminum-fact.grey{ background:url(../images/economy.png) no-repeat 100% 0 #d8d8d8; }
.layout-responsive-region-sidebar_b .node-aluminum-fact.grey h2{ border-bottom:1px solid #c3cbb8; }
.layout-responsive-region-sidebar_b .node-aluminum-fact.gold{ background:url(../images/safety.png) no-repeat 0 0 #faedca; }
.layout-responsive-region-sidebar_b .node-aluminum-fact.gold h2{ border-bottom:1px solid #e1dfac; }
.layout-responsive-region-sidebar_b .node-aluminum-fact.tan{ background:url(../images/future.png) no-repeat 100% 0 #f0ece3; }
.layout-responsive-region-sidebar_b .node-aluminum-fact.tan h2{ border-bottom:1px solid #d8dec1; }


.layout-responsive-region-sidebar_b .node-callout{
	background:url(../images/callout.png) no-repeat 0 0 #f0d07f;
	border-top:0;
	margin:0 auto 20px !important;
	padding:75px 0 10px !important;
	max-width:195px;
}
.layout-responsive-region-sidebar_b .node-callout .content{
	padding:0 12px;
}
.layout-responsive-region-sidebar_b .node-callout h2{
	font-size:24px;
	line-height:26px;
	font-weight:bold;
	margin: 0 5px 10px;
    padding: 0;
	color:#3a5715;
	text-align:center;
}
.layout-responsive-region-sidebar_b .node-callout .content p{
	font-size:13px;
	color:#000000;
}
.layout-responsive-region-sidebar_b .node-callout a.more{
	font-size:13px;
	margin-top:10px;
	color:#fff;
	border-top:1px solid #d8c46c;
	padding:14px 25px 5px 0;
	background:url(../images/callout-link.png) no-repeat scroll 100% 17px;
}

.block .views-field-view-node a{
	font-weight:bold;
	display:block;
}
span.date, .views-field-field-subtitle{
	color:#666666;
	display:block;
	margin:0 0 5px;
}
.layout-responsive-region-header_a{
	position:relative;
}
.layout-responsive-region-header_a .view-section-image img{
	width:100%;
	height:auto;
}
.breadcrumb{
	margin:15px 0 0 19.5% !important;
	padding-left:25px !important;
	font-size:12px;
	line-height:16px;
	float:left;width:55%;
}
.logged-in .breadcrumb {width:46%;}
.smallarrow{ display:none; }
.pill{
	float:right;
	width:164px;
	padding-left:10px;
	height:31px;
	background:url(../images/social.png) no-repeat 0 0;
	font-size:10px;
	color:#ac9864;
	text-align:center;
	margin-top:10px;
}
.social span{float: left;
  margin: 5px 4px 0 0;}
  .node-type-report .social span{  float: left;
  margin: 5px 1px 0 0;
  vertical-align: middle;}
  .node-type-report .social span.st_facebook_large {margin:-4px 0 0 4px;}
.node-type-report .social span.st_twitter_large, .node-type-report .social span.st_linkedin_large, .node-type-report .social span.st_email_large {margin:-4px 1px;}
.social span span{ margin:0; float:none; }
.social span span span{ width:20px !important; height: 20px !important; }
.social a{
	width:20px;
	height:20px;
	margin:6px 2px;
	float:left;
	display:block;
	font-size:0;
	text-indent:-9999px;
	cursor:pointer;
}
.social .st_linkedin_large span span{ background:url(../images/social-linkedin.png) no-repeat 0 0 !important; }
.social .st_facebook_large span span{ background:url(../images/social-facebook.png) no-repeat 0 0 !important; }
.social .st_twitter_large span span{ background:url(../images/social-twitter.png) no-repeat 0 0 !important; }
.social .st_email_large span span{ background:url(../images/social-email.png) no-repeat 0 0 !important; }
.bookmark{
	background:url(../images/bookmark.png) no-repeat 0 0;
	padding-left:0;
	width:122px;
	margin-left:5px;
}
.bookmark a{
	font-size:10px;
	color:#ac9864;
	margin-top:5px;
	display:block;
}

.layout-responsive-region-body table{
	border-collapse:collapse;
	text-align:left;
	margin: 0 0 20px;
}
.layout-responsive-region-body table tr:nth-child(odd){
	background:#eaeaea;
}
.layout-responsive-region-body .nostyle table tr:nth-child(odd){ background:none }
.layout-responsive-region-body table th{
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#3a5715;
	border:1px solid #bdbdbd;
	padding:15px 12px;
	border-right:1px solid #344e13;
}
.layout-responsive-region-body table td{
	border:1px solid #bdbdbd;
	padding:15px 12px;
}
.layout-responsive-region-body .nostyle table td{ border:0; }
.layout-responsive-region-body table tr:nth-child(odd) td{ border-bottom:1px solid #e5e5e5; }
.layout-responsive-region-body .nostyle table tr:nth-child(odd) td{ border-bottom:0; }
.layout-responsive-region-body table.data{
	border:0;
}
.layout-responsive-region-body table.data tr:nth-child(odd){
	background:none;
}
.layout-responsive-region-body table.data th{
	border:0;
	background:none;
	border-right:0;
	color:#000000;
	padding:5px;
}
.layout-responsive-region-body table.data td{
	border:0;
}
.layout-responsive-region-body table.data tr:nth-child(odd) td{ border-bottom:0; }


.layout-responsive-region-body input.form-submit{
	font-size:21px;
	color:#fff;
	font-weight:bold;
	border:0;
	border-radius:5px;
	background:url(../images/green-btn.png) repeat 0 0;
	padding:6px 30px;
	height:40px;
	margin:20px 10px 20px 0;
	cursor:pointer;
	-webkit-appearance: none;
}
.layout-responsive-region-body input:hover.form-submit, .layout-responsive-region-body input.hover.form-submit{
	background:url(../images/green-btn-hover.png) repeat 0 0;
}
.region-content .views-exposed-form{
	background:#e6f0d9;
	border:1px solid #e0e0e0;
	padding:3px 12px;
	margin:10px 0 20px;
}
.region-content .views-exposed-form input.form-submit{
	background:#3a5715;
	font-size:13px;
	margin:5px;
	height:22px;
	padding:2px 15px;
	border: 0 none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
}
.region-content .views-exposed-form label{ margin-right:10px; }
.region-content .views-exposed-form select{
	font-size:15px;
	font-weight:bold;
	color:#999999;
}
.not-front .region-content .view{
	margin:0 0 30px;
}
.not-front .region-content .views-row{
	padding:18px 0 8px;
	border-top:1px solid #e5e5e5;
	margin:10px 0;
}
.not-front .region-content .views-row:after{
	clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.region-content .views-row.last{ border-bottom:1px solid #e5e5e5; }
.region-content .views-row h3, .region-content .views-row .views-field-title a, .region-content .views-row .views-field-title span{
	font-size:14px;
	color:#3a5715;
	line-height:15px;
	margin-bottom:5px;
	font-weight:bold;
}
.not-front .region-content .views-row .views-field-field-image{
	float:right;
	margin:0 0 10px 10px;
}
.videos{
	margin:20px 0;
	width:145%;
}
.videos .video{
	padding:7px;
	border:1px solid #e0e0e0;
	float:left;
	margin:0 5px 20px 0;
	position:relative;
	width:240px;
	background:#f3f3f3;
}
.layout-responsive-region-body .video h3{
	color:#5e762e;
	font-size:16px;
	line-height:19px;
	width:100%;
	margin-bottom:5px;
}
.layout-responsive-region-body .video p{
	color:#666666;
	width:100%;
}
.video iframe{
	max-width:240px;
	height:auto;
	margin-bottom:15px;
}
.item-list .pager{
	background:#e6f0d9;
	padding:6px 12px;
	margin:10px 0 20px;
	text-align:left;
}
.item-list .pager li{
	font-size:13px;
	background:#fff;
	border:1px solid #afadad;
	padding:0 5px;
	margin:0 2px;
}
.item-list .pager li.pager-current{
	background:#5e762e;
	color:#fff;
	border:1px solid #5e762e;
}
.item-list .pager li a{
	
}
.item-list .pager li.pager-current a{
	color:#fff;
}
.item-list .pager li.pager-first, .item-list .pager li.pager-previous, .item-list .pager li.pager-next, .item-list .pager li.pager-last{
	border:0;
	background:none;
}
.item-list .pager a.prev{
	padding:0 0 0 10px;
	background:url(../images/pager-prev.png) no-repeat 0 5px transparent;
	border:0;
}
.item-list .pager a.next{
	padding:0 10px 0 0;
	background:url(../images/pager-next.png) no-repeat 100% 5px transparent;
	border:0;
}

/* Megamenu */
#navigation, #block-om-maximenu-om-maximenu-1{
	overflow:visible;
}
.om-maximenu-open{ display:none; }



.region-content table{ width:100%; }
.region-content table td{
	padding:5px;
}

.not-front .view-section-image{
	width:auto;
	margin:0 !important;
}
.not-front .view-section-image .views-row{
	padding:0;
	border-top:0;
	margin:0;
}
.not-front .view-section-image img{
	width:100%;
	height:auto;
}
img.alignleft{
	float: left;
	margin-right:10px;
	margin-bottom:10px;
}

/** View Specific **/
.views-field-field-article-date{
	color:#666666;
	display:block;
	margin:0 0 5px;
}

/** Search Results **/
.search-results li{
	padding:8px 0;
	border-bottom:1px solid #e5e5e5;
	margin:0 0 10px;
}
.search-results .search-snippet-info{ padding-left:0; }
.page-search .search-form{
	background:#e6f0d9;
	border:1px solid #e0e0e0;
	padding:3px 12px;
	margin:10px 0 20px;
}
.page-search .search-form input.form-submit{
	background:#3a5715;
	font-size:13px;
	margin:5px;
	height:22px;
	padding:2px 15px;
	border: 0 none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
}
.page-search .search-form label{ margin-right:10px; }
p.blockquote, blockquote{
	margin-left:20px;
	margin-right:20px;
	font-size:18px;
	color:#3a5715;
}
.floatleft{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.floatright{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

#mvBanner img
{
	width:auto !important;
	height:auto !important;
	max-width:95% !important;
}
#mvBanner
{
	width:auto !important;
	max-width:900px;
}

.mobilemenu{ display:none; }
#om-menu-mega-menu li.mobile-only{ display:none; }

.pane-node-terms h2,.field-type-taxonomy-term-reference h3{
	font-size:14px;
	display:inline;
	margin:0;
}
.pane-node-terms .pane-content{ display:inline; }
.pane-node-terms ul{
	display:inline;
	margin:0;
}
.pane-node-terms ul li{
	list-style:none outside none;
	display:inline-block;
	margin:0 5px;
}

.page-members-area.not-front .region-content .view{ margin-bottom:10px; }
.page-members-area.not-front .region-content.views-row:after{
	content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
img.centeredimg{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
p.center{ text-align:center; }
p.left{ text-align:left; }
p.right{ text-align:right; }
p.caption{ font-size:12px; margin:0; }
ul li.leaf{ list-style:none outside none; }

.page-node-done .links{ display:none; }
.page-node-done h2{ margin-top:20px; }

iframe{ max-width:100%; }

.view-sustainable-initiatives .views-row{
	position:relative;
	display:table;
	width:100%;
}
.view-sustainable-initiatives .img{
	display:table-cell;
	width:215px;
	vertical-align:top;
	float:none !important;
	margin:0 !important;
}
.view-sustainable-initiatives .img img{
	margin:10px 0 0;
}

.view-sustainable-initiatives .text{
	margin:0;
	display:table-cell;
}
.view-sustainable-initiatives .text h3{
	font-size:18px;
	line-height:24px;
}

.page-members-area .layout-responsive-region-sidebar_b .views-row{
	border-top:0;
	padding:5px 0;
}
.page-members-area .layout-responsive-region-sidebar_b ul{
	list-style: none outside none;
}
.layout-responsive-region-body .field-name-field-topics ul li{
	display:inline-block;
	padding:0;
	margin:5px 5px 5px 0;;
	background:none;
}
.layout-responsive-region-body .field-name-field-topics ul li:after{ content:", "; }
.layout-responsive-region-body .field-name-field-topics ul li:last-child:after{ content:""; }

img.floatleft, iframe.left, div.left{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
img.floatright, iframe.right, div.right{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
img.centeredimg, iframe.center, div.center{
	margin-left:auto;
	margin-right:auto;
	display:block;
}.view-sustainable-initiatives .views-row{
     position:relative;
     display:table;
     width:100%;
 }
.view-sustainable-initiatives .img{
    display:table-cell;
    width:215px;
    vertical-align:top;
    float:none !important;
    margin:0 !important;
}
.view-sustainable-initiatives .img img{
    margin:10px 0 0;
}

.view-sustainable-initiatives .text{
    margin:0;
    display:table-cell;
}
.view-sustainable-initiatives .text h3{
    font-size:18px;
    line-height:24px;
}

.page-members-area .layout-responsive-region-sidebar_b .views-row{
    border-top:0;
    padding:5px 0;
}
.page-members-area .layout-responsive-region-sidebar_b ul{
    list-style: none outside none;
    margin: 0 0 5px;
    padding: 0;
}
.page-members-area .layout-responsive-region-sidebar_b ul li{
	background: url("../images/arrow-bullet.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
    list-style: none outside none;
    margin: 0 0 5px !important;
    padding: 0 0 0 10px !important;
	font-weight:normal;
}

.page-members-area .layout-responsive-region-body .views-field-field-section-title{
	color: #000000;
    background: url("../images/arrow-bullet.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
    list-style: none outside none;
    margin: 0 0 5px !important;
    padding: 0 0 0 10px !important;
    font-weight:normal;
}

.page-members-area .layout-responsive-region-body .views-field-field-section-title{
    color: #000000;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 16px;
    margin: 20px 0 10px;
    text-align: center;
    text-transform: uppercase;
	width:44%;
}
.page-members-area .layout-responsive-region-body .views-field-field-image{
	margin: -35px 0 10px 10px !important;
    width:44%;
}
.page-members-area .layout-responsive-region-body .views-field-field-image{
    margin: -35px 0 10px 10px !important;
}

.view-report-views .ui-accordion-header a{
background-color: #78b824;
height: 32px;
color: white;;
font-size: 14px;
font-weight: normal;
line-height:30px;
}

.ui-corner-all, .ui-corner-top{
border-top-left-radius:0px;
border-top-right-radius:0px;

}

.ui-accordion-content-active { height: inherit !important; }

.ui-state-default .ui-icon{
background-image:url(../images/ui-arrow.png); 
background-repeat: no-repeat;
background-position: -32px -2px;


}
.ui-state-active .ui-icon{
	background-image:url(../images/ui-arrow-down.png); 
background-repeat: no-repeat;
background-position: -63px -2px;

}

.ui-accordion .ui-accordion-content .views-row-first{
	border-top:none;
	padding-top:0px;
}

.ui-accordion .ui-accordion-content .views-field-title a{
	font-weight:normal;
	color:#78b824;
}

.ui-accordion .ui-accordion-content .views-field{
	font-size:13px;
	font-weight:normal;
	line-height:23px;
}
.ui-accordion .ui-accordion-content .archives a{
	float:right;
	font-weight:normal;
	background-image:url(../images/archive-icon.png);
	background-repeat: no-repeat;
background-position: -3px 0px;
padding-left: 25px;
}

.ui-accordion .ui-accordion-content .excel{
	display:inline;
	background-image:url(../images/excel-icon.png);
	background-repeat: no-repeat;
background-position: -3px -6px;
padding-left: 25px;
	
}

.ui-accordion .ui-accordion-content .pdf{
	display:inline;
	background-image:url(../images/pdf-icon.png);
	background-repeat: no-repeat;
background-position: -3px -6px;
padding-left: 25px;
	
}
.ui-accordion .ui-accordion-content .views-field-field-article-date{
	display:inline;
}

.node-type-report .pane-content{
	line-height:40px;
}
	
.node-type-report .field-name-field-archives .field-item{
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	
}
.node-type-report .field-name-field-archives .field-item img.file-icon{
padding-left:10px;
}

.node-type-report .field-name-field-archives .file:before{
content: "Download:";
}

a.btn{
	font-size:20px;
	line-height:22px;
	color:#fff;
	font-weight:bold;
	border:0;
	border-radius:5px;
	background:#375214;
	padding:6px 10px;
	margin:20px 0;
	cursor:pointer;
	text-align:center;
	display:block;
}
a.btn:hover{ background:#324b12; text-decoration:none;}

.grid-2{
	width:40%;
	float:left;
	border-top:0 !important;
	padding:0 !important;
	margin-left:10% !important;
	min-height:220px;
}
.grid-2 img{
	max-width:100%;
	height:auto;
}

.view-id-infographic_views.view-display-id-block_1{ text-align:center; }
.node-type-infographic .field-name-field-infographic-image{ text-align:center; }
.node-type-infographic .field-name-field-infographic-image img{
	max-width:100%;
	height:auto;
}
.node-type-infographic h1{ text-align:center; }


/** Bookstore dropdown **/
#om-menu-mega-menu .leaf-bookstore.leaf-role-anonymous-user .om-maximenu-content{
	max-width:300px;
	left:auto;
	right:0;
}
#om-menu-mega-menu .leaf-bookstore.leaf-role-anonymous-user .om-maximenu-content .block{
	width:auto;
	float:none;
	min-height: 0;
	padding: 0 35px;
	border-left:0;
}
#om-menu-mega-menu .leaf-bookstore.leaf-role-anonymous-user .om-maximenu-content .block-user-id-login{ display:none; margin-top:20px; }
#om-menu-mega-menu .leaf-bookstore.leaf-role-anonymous-user .om-maximenu-content .block a.btn{
	font-size:14px;
	margin:0 0 20px;
}
#om-menu-mega-menu .leaf-bookstore.leaf-role-anonymous-user form label,
#om-menu-mega-menu .leaf-bookstore.leaf-role-anonymous-user form .form-item-persistent-login,
#om-menu-mega-menu .leaf-bookstore.leaf-role-anonymous-user form .item-list{ display:none; }
#om-menu-mega-menu .leaf-bookstore.leaf-role-anonymous-user form input.form-text {
    font-size: 13px;
    font-style: italic;
    width: 95%;
    border:0;
    padding:5px;
    margin:0 0 15px;
}
#om-menu-mega-menu .leaf-bookstore.leaf-role-anonymous-user form input.form-submit {
    background: none repeat scroll 0 0 #efc350;
    border: 0 none;
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 13px;
    padding: 8px 15px;
    text-transform: uppercase;
    -webkit-appearance: none;
}

/* Form styling */
.panels-ipe-portlet-marker {margin-bottom:11px;}
.not-front .panels-ipe-portlet-content .pane-content {line-height:22px}
