/*
 * 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.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

/* ==========================================================================
   Start: Recommended Isotope styles
   ========================================================================== */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

button::-moz-focus-inner {
  border: 0;
}

a:focus { 
    outline: none; 
}

html,
body {
  height: 100%;
  font-family: "proxima-nova-n4","proxima-nova",sans-serif; /* Start with loading -n4 to prevent IE8/IE7 bug http://help.typekit.com/customer/portal/articles/6855-using-multiple-weights-and-styles */
	/* min-width: 980px; */
}

/* Content section */

#container {
	margin: 0 auto 60px auto;
}

#main {
	margin-right: 320px;
	min-height: 680px;
}

a,
a:link,
a:active,
a:visited {
	color:#7fc348;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.element {
	width: 275px;
	height: 355px;
	margin: 20px 20px 20px 20px;
	background-color: #333333;
  float: left;
  overflow: hidden;
  position: relative;
	-webkit-box-shadow:  0px 5px 10px 1px #666;
  box-shadow:  0px 5px 10px 1px #666;
}

.expanded {
	width: 600px !important;
	height: auto !important;	
	min-height: 600px;
}

/* News detail (displayed when clicking in search result) */

.news_detail_container {
	width: 600px;
	min-height: 600px;
	margin: 0px;
	background-color: #333333;
  float: left;
  overflow: hidden;
  position: relative;
}

.news_detail_container .photo {
	width: 275px;
	height: 150px;
	overflow: hidden;
}

.news_detail_container .photo img {
	width: 100%;
	height: auto;
}

.news_detail_container .photo {
	width: 600px;
	height: auto;
}

.news_detail_container .line {
	width: 275px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

.news_detail_container .line img {
	width: 100%;
	height: 10px;
}

.news_detail_container .line {
	width: 600px;
	height: 10px;
}

.news_detail_container .text {
	color: #fdfcfb;
	margin: 10px 10px 10px 10px;
	width: 255px;
	height: 135px;
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
}

.news_detail_container .text {
	color: #fdfcfb;
	margin: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
}

/* Textpage */

#page_breadcrumb {
	height:20px;
	font-size:13px;
	margin:0px 0 0 0;
}

.breadcrumb {
	padding:3px 10px 3px 10px;
	background-color: #555;
	color:#fff;
}

#page_container {
	margin: 0px auto 80px auto;
	min-height: 355px;
	min-width: 600px;
	width: 80%;
  text-align: center;
}

.page_text {
	font-size: 14px;
	line-height: 20px;
	color: #fdfcfb;
	padding: 20px;
	overflow: hidden;
	display: inline-block;
	text-align: left;
	background-color: #333333;
	-webkit-box-shadow:  0px 5px 10px 1px #666;
  box-shadow:  0px 5px 10px 1px #666;		
  min-height: 315px;
  min-width: 235px;
}

.page_text h1 {
	font-weight: bold;
	text-decoration: underline;	
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
	letter-spacing: 3px;
}

.page_text h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	letter-spacing: 3px;
}

.page_text h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	letter-spacing: 1px;
}

.page_text p {
	font-size: 14px;
	line-height: 20px;
}

.page_text table td img {
	margin:5px 0 5px 0;
}

.gallerycomment {
	margin: 1em 0;
}

.table_lid td, .table_partner td {
	min-width:300px;
  vertical-align: top;	
}

.table_lid td img, .table_partner td img {
	margin:0 !important;
}

/* Homepage Isotope Element */

.photo {
	width: 275px;
	height: 150px;
	overflow: hidden;
}

.photo img {
	width: 100%;
	height: auto;
}

.expanded .photo {
	width: 600px;
	height: auto;
}

.line {
	width: 275px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

.line img {
	width: 100%;
	height: 10px;
}

.expanded .line {
	width: 600px;
	height: 10px;
}

.text {
	color: #fdfcfb;
	margin: 10px 10px 10px 10px;
	width: 255px;
	height: 135px;
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
}

.expanded .text {
	color: #fdfcfb;
	margin: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
}

.readmore {
	height: 40px;
	width: 255px;
	margin: 0 10px 0 10px;
	font-size: 13px;
	color: #7fc348;
	cursor: pointer;
}

.expanded .readmore {
	display: none;
}

.element h1 {
	font-weight: bold;
	text-decoration: underline;	
	font-size: 15px;
	text-transform: uppercase;
	margin: 0px;
	letter-spacing: 3px;
}

.element h2 {
	font-weight: bold;
	font-size: 15px;
	margin: 0px;
	letter-spacing: 3px;
}

.element h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	letter-spacing: 1px;
}

.element p {
	font-size: 14px;
	line-height: 20px;
}

#nav_pagina {
	background-color: #fff;
	padding:20px;
	margin:0 auto 20px auto;
	display: inline-block;	
}

/* Sidebar */

#sidebar {
	width: 275px;
	height: 355px;
	background-color: #333333;
  position: absolute;
	right: 20px;
  top: 265px;
}

#sidebar h4 {
	font-size: 13px;
	color:#999999;
	margin:10px 0 0 20px;
}

#sidebar_v2 {
	width: 275px;
	background-color: transparent;
  position: absolute;
	right: 20px;
  top: 265px;
}

#sidebar_v2 h4 {
	font-size: 13px;
	color:#999999;
	margin:0px 0 0 20px;
}

#sidebar_v2 .calendar_container {
	padding:10px 0 10px 0;
	background-color: #333333;
}

#sidebar_v2 .sellingpoints_container {
	padding:10px 0 10px 0;
	color:#ffffff;
	font-size: 13px;
	background-color: #333333;
}

#sidebar_v2 .button_container {
	padding:10px 0 10px 0;
}

#sidebar_v2 a.sidebar_cat_button {
	display:block;
	height:25px;
	padding:15px;
	color:#ffffff;
	font-size:15px;
	background-color: #333333;
	margin-bottom:10px;
	text-align:center;
}

#sidebar_v2 a.sidebar_cat_button:hover {
	background-color: #555555;
}

/* Header */

#header_container {
	width: 100%;
	background: url(/_static/images/fac_header_bg.jpg) repeat-x;
	/* height: 213px; */
	height: 185px;
	margin: 0 0 60px 0;
}

#header_top {
	height: 140px;
	width: 100%;
}

#header_logo {
	float: left;
	margin: 0px 0 0 5%;
}

#header_right {
	float:right;
}

#header_options {
	margin: 0px 20px 0 0;
	width: 700px;
	height: 45px;
}

	#contact a {
		float:right;
		height:27px;
		margin:10px 0px 0px 6px;
		color:#333333;
		padding:0px 20px 0px 20px;
		text-transform: uppercase;
		background-color:#dddddd;
		font-size:13px;
		letter-spacing: 2px;
		line-height: 27px;
	}

	#login a {
		float:right;
		height:27px;
		margin:10px 0px 0px 6px;
		color:#333333;
		padding:0px 20px 0px 20px;
		text-transform: uppercase;
		background-color:#dddddd;
		font-size:13px;
		letter-spacing: 2px;
		line-height: 27px;
	}
	
	#search {
		float:right;
		height:27px;
		margin:10px 0px 0px 5px;
		color:#333333;
		padding:0px 20px 0px 20px;
		text-transform: uppercase;
		background-color:#dddddd;
		font-size:13px;
		letter-spacing: 2px;
		line-height: 27px;
	}
	
	.language a {
		float:right;
		height:27px;
		margin:10px 0px 0px 6px;
		color:#333333;
		padding:0px 20px 0px 20px;
		text-transform: uppercase;
		background-color:#dddddd;
		font-size:13px;
		letter-spacing: 2px;
		line-height: 27px;		
	}
	
	#search .search-button {
		display: none;
		margin:0px;
	}
	
	#search input:active, #search input:focus {
		background-color: #dddddd;
	}

#header_partners {
	margin: 0px 20px 0 0;
	float:right;
}

/* Navigation */

#header_menubar {
	height: 73px;
	width: 100%;
}

#nav {
	margin: 0 0 0 5%;
}

#mobnav-btn {
    display: none;
    font-size: 20px;
    font-weight: bold;
    background-color: blue;
    color: white;
    padding: 10px;
    cursor: pointer;
}

.mobnav-subarrow {
    display: none;
}

/* Footer */

#footer_container {
	background-color: #3a3a3a;
	height: 360px;
	width: 100%;	
}

#footer_line {
	background-color: #e9eaee;
	height: 10px;
	width: 100%;
}

#footer_cols_container {
	color: #fdfcfb;
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;	
	width:100%;
}

#footer_cols {
	margin:0 0 0 0;
	width:940px;
	margin:0 auto 0 auto;
}

#footer_cols h1 {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	margin: 50px 0 56px 0;
	letter-spacing: 3px;
}

#footer_col1 {
	width:280px;
	float:left;
	margin:40px 100px 0 0; 
}

#footer_col1 .footer_text {
	margin:20px 0 0 60px;
}

#footer_col2 {
	width:220px;
	float:left;
	margin:35px 120px 0 0; 
}

#footer_col2 .footer_text {
	margin:20px 0 0px 0px;
}

#footer_col3 {
	width:220px;
	float:left;
	margin:35px 0px 0 0; 
}

#footer_col3 img {
	margin:0 10px 0 0;
}

#copyright {
	background-color: #3a3a3a;
	height: 20px;
	width: 100%;	
	text-align: center;
	color: #999;
	font-size:11px;		
}

#copyright a { color:#bbb; }

/* Gallery */

.gallery .img {
	height: 120px;
	/*width: 120px;   Adjust as you see fit */
	float: left;
	margin: 10px;
	text-align: center;
}

.gallery .img a {
	display: inline-block;
	border: 2px solid #ddd;
	padding: 1px;
}

.gallery .img a:hover {
	border-color: #999;
}

.gallery img {
	border: none;
}

.gallery .pagenavigation {
	height: 50px;
}

.gallery .prevpage a, .gallery .prevpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0;
	text-indent: -1000px;
	background: url(/modules/Gallery/images/previous.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .nextpage a, .gallery .nextpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0 6px 0 0;
	text-indent: -1000px;
	background: url(/modules/Gallery/images/next.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .parentlink a {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	text-indent: -1000px;
	background: url(/modules/Gallery/images/uppage.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .pagenavigation a:hover {
	background-position: 0 -40px;
}

.gallery .prevpage em, .gallery .nextpage em {
	background-position: 0 -80px;
}

.gallery .pagelinks {
	float: right;
	border-right: 2px solid #666;
}

.gallery .pagelinks a, .gallery .pagelinks em {
	margin-top: 6px;
	padding: 0 6px;
	border-left: 2px solid #666;
	text-align: center;
	font: bold 11px verdana; color: #666;
}

.gallery .pagelinks em {
	color: #aaa;
}

.galleryclear {
	clear: both;
}

.pp_social .facebook {
	width:120px !important;
}


/* Front end users */

.login_container {
}

label {
	width:120px;
	display: inline-block;	
}

input, textarea, select {
	border:0px;
	background-color:#dddddd;
	padding:5px;
	font-family: "proxima-nova-n4","proxima-nova",sans-serif; /* Start with loading -n4 to prevent IE8/IE7 bug http://help.typekit.com/customer/portal/articles/6855-using-multiple-weights-and-styles */
	background: #dddddd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZGZkZmRmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjY2ZjZmNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg,  #dddddd 0%, #dfdfdf 51%, #cfcfcf 51%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#dddddd), color-stop(51%,#dfdfdf), color-stop(51%,#cfcfcf), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #dddddd 0%,#dfdfdf 51%,#cfcfcf 51%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #dddddd 0%,#dfdfdf 51%,#cfcfcf 51%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #dddddd 0%,#dfdfdf 51%,#cfcfcf 51%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(135deg,  #dddddd 0%,#dfdfdf 51%,#cfcfcf 51%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
	background: none;
	filter:none;
	background-color: #fff;
}

input[readonly="readonly"] {
	background: none;
	filter: none;
	background-color: #333;
	color:#fff;
	font-weight: bold;
	padding-left:0px;
}

input[type=checkbox] {
	margin:10px 0px 10px 120px;
}

input[type=checkbox] + label {
	width:300px;
	display: inline-block;		
}

input[type=submit] {
	margin:10px 0px 10px 120px;
	color:#FDFCFB;
	padding:5px 20px 5px 20px;
	text-transform: uppercase;
	background: #37b478; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #37b478 0%, #8cc63f 51%, #39b54a 51%, #66c241 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#37b478), color-stop(51%,#8cc63f), color-stop(51%,#39b54a), color-stop(100%,#66c241)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #37b478 0%,#8cc63f 51%,#39b54a 51%,#66c241 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #37b478 0%,#8cc63f 51%,#39b54a 51%,#66c241 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #37b478 0%,#8cc63f 51%,#39b54a 51%,#66c241 100%); /* IE10+ */
	background: linear-gradient(135deg,  #37b478 0%,#8cc63f 51%,#39b54a 51%,#66c241 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37b478', endColorstr='#66c241',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

input[type=text] {
	width:150px;
}

.indent {
	margin:0 0 0 120px;
}

/* Additional form settings */

.formbuilderform div {
	line-height: 20px;
	margin:0 0 1em 0;	
}

.inputwide input {
	width:600px;
}

textarea {
	width:400px;
}

.error_message {
  display:none;
}
        
.formbuilderform .info {
  margin:0 0px 15px 160px;
  padding:0px;
}

.formbuilderform .fb_invalid input, .contactform .fb_invalid textarea, .contactform .fb_invalid select, .formbuilderform .fb_invalid select {
  /* border: 1px solid #FF0000; */
  background: none;
  filter:none;
  background-color: #ff6666;
  -webkit-box-shadow: 0px 0px 4px 0px #f00;
          box-shadow: 0px 0px 4px 0px #f00;
}

.formbuilderform .hint {
  display:none;
}

div.required:hover .hint {
  position: absolute;
  display: block;
  margin: -20px 10px 0 220px;
  color: #FFFFFF;
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.6);
  font-size:13px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

div.tableheader {
	display: inline-block;
	width:170px;
	margin-bottom: 0px;
	font-weight: bold;
}

div.tablecell {
	display: inline-block;
	width:170px;
	margin-bottom: 0px;
}

div.tablecell label {
	margin-top:5px;
}

div.tablecheckbox {
	margin:10px 0 0 0;	
}

div.tablecheckbox input {
	margin:0 0 0 70px;
}

fieldset {
	padding:0 20px 20px 20px;
	width:520px;
	background-color: #555;
	margin:40px auto 40px auto;
}

legend {
	font-weight: bold;
	padding:10px 20px 0 20px;
	font-size:14px;
	margin:0 0 10px -20px;
	background-color: #555;
	display: block;
	width:100%;
}

select {
	border:0px;
	background-color:#dddddd;
	padding:5px;
	font-family: "proxima-nova-n4","proxima-nova",sans-serif; /* Start with loading -n4 to prevent IE8/IE7 bug http://help.typekit.com/customer/portal/articles/6855-using-multiple-weights-and-styles */
}

/* Calendar */

.calendar-list {	
}

.calendar {
	color:#ccc;
	font-size:12px;
	margin:30px auto 30px auto;
}

.calendar tbody a, .calendar tbody a:link, .calendar tbody a:visited, .calendar tbody a:active {
	background-color: #7FC348;
	color:#fff;
	width:24px;
	height:24px;
	display:inline-block;
	line-height: 24px;
} 

.calendar tbody a:hover {
	background-color: #fff;
	color:#000;
	text-decoration: none;	
}

.calendar-month {
	font-size:15px;
	height: 30px;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	padding: 10px 0 0 0;
}

.calendar td, .calendar th {
	width:30px;
	height:30px;
	border:1px solid #666666;
	text-align: center;
}

.calendar-event {
	margin-top:10px;	
}

.calendar-month-title {
	display: inline-block;
	width:150px;
}

a.buttonlink {
	display:inline-block;
	margin:10px 0px 10px 0px;
	color:#fff !important;
	padding:5px 20px 5px 20px;
	text-transform: uppercase;
	background: #37b478; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #37b478 0%, #8cc63f 51%, #39b54a 51%, #66c241 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#37b478), color-stop(51%,#8cc63f), color-stop(51%,#39b54a), color-stop(100%,#66c241)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #37b478 0%,#8cc63f 51%,#39b54a 51%,#66c241 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #37b478 0%,#8cc63f 51%,#39b54a 51%,#66c241 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #37b478 0%,#8cc63f 51%,#39b54a 51%,#66c241 100%); /* IE10+ */
	background: linear-gradient(135deg,  #37b478 0%,#8cc63f 51%,#39b54a 51%,#66c241 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37b478', endColorstr='#66c241',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

a.buttonlink:hover {
	text-decoration: none;
}

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

/*
		#sidebar {
			display: none;
		}
*/

}

@media only screen and (max-width:770px) {
	
	#main {
		margin-right:0px;
	}
	
	#header_container {
		height:140px;
	}
	
	#header_logo {
		width:100%;
		text-align: center;
		margin:0px;
	}
	
	#header_logo img {
		height:90px;
	}
	
	#header_right {
		float:none;
	}
	
	#header_options {
		width:100%;
		text-align: center;
	}
	
	#search {
		display:block;
		margin:0px;
		float:none;
		background-color:#fff;
	}	
	
	#header_partners {
		display:none;
	}
	
	#header_menubar {
		display:none;
	}
	
	#contact, #login {
		display:none;
	}
	
	#footer_container {
		height:auto;
		padding-bottom:30px;
	}
	
	#footer_cols {
		width:100%;
	}
	
	#footer_cols h1 {
		margin:20px 0 20px 0;
	}

	#footer_col1 {
		text-align: center;
		width:100%;
	}
	
	#footer_col1 .footer_text {
		margin:0px
	}
		
	#footer_col2 {
		text-align: center;
		width:100%;
	}

	#footer_col2 .footer_text {
		margin:0px;
		font-size:16px;
	}
			
	#footer_col3 {
		text-align: center;
		width:100%;
	}
	
	#footer_col3 .footer_text {
		margin:0px
	}
	
	#sidebar {
		width: 275px;
		height: 355px;
		background-color: #333333;
	  position: relative;
		right: 0px;
	  top: 0px;
		margin:0 auto 20px auto;
  }
  
	#sidebar h4 {
		font-size: 13px;
		color:#999999;
		margin:0px;
		padding:10px 0 0 20px;
	}

	#sidebar_v2 {
		width: 275px;
		background-color: transparent;
	  position: relative;
		right: 0px;
	  top: 0px;
		margin:0 auto 20px auto;
  }
  
	#sidebar_v2 h4 {
		font-size: 13px;
		color:#999999;
		margin:0px;
		padding:10px 0 0 20px;
	}
		
	.element {
		width:275px;
	}
	
	.element .photo {
		width:275px;
	}
	
	.expanded {
		width:275px !important;
		min-height: auto;
	}
	
	.expanded .photo {
		width:275px;
		height:150px;	
	}
	
	.expanded .text {
		width:255px;
		margin:10px;
	}
	
	#copyright {
		height:auto;
		width:100%;
	}
	
	#page_container {
		min-width:0px;
		margin:0px;
		width:100%;
	}
	
	#page_breadcrumb {
		width:100%;
	}
	
	.page_text {
		width:90%;
		margin-bottom:20px;
	}
	
	.page_text img {

	}
			
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * 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;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

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

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

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

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    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;
    }
}
