/*
Theme Name: Translational Photosynthesis
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
html {box-sizing: border-box;}
*, *:before, *:after {
	box-sizing: inherit;
}
* { 
	margin:0; 
	padding:0;
	max-height:999999em;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset, mejs-container{margin:0 0 15px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}
body {
	color:#333;
	font:300 14px/1.5714 'Roboto', Arial, Helvetica, sans-serif;
	background:#dadada;
	overflow-y: scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
	min-width:320px;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
	display: block;
}
a {
	text-decoration:underline;
	color:#333;
	outline:none;
}
a:hover {text-decoration:none;}
img{
	max-width: 100%;
	height: auto;
}
video, iframe, object, embed{max-width: 100%;}
input, textarea, select {
	font:300 italic 100% 'Roboto', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
	overflow: auto;
}
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
	height:244px;
	min-height:244px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea{
	display:block;
	width:100%;
	background:#fff;
	margin: 18px 0 0;
	-webkit-appearance:none;
	border:1px solid #e9e9e9;
	font-size:15px;
	line-height:24px;
	padding:10px 11px;
	height:46px;
	border-radius: 4px;
	box-shadow: none !important;
	outline:none;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus{border-color:#08844d !important;}
.error input[type="text"],
.error input[type="tel"],
.error input[type="email"],
.error input[type="url"],
.error input[type="password"],
.error input[type="search"],
.error textarea{border-color:#f00 !important;}
label{vertical-align:middle;}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding:0;
	border:0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}
input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {display:none;}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1, h2, h3{
	font-weight:300;
	line-height:1.23;
	margin:0 0 24px;
}
h4, h5, h6{
	font-weight:normal;
	line-height:1.4;
}
h1{font-size:200%;}
h2{font-size:171.4%;}
h3{font-size:128.57%;}
h4{font-size:120%;}
h5{font-size:115%;}
h6{font-size:100%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
#content blockquote{
	padding: 30px;
	background-color: #f6f6f6;
	width: 100%;
	color: #747474;
	font: 300 14px/1.5714 'Roboto', Arial, Helvetica, sans-serif;
	overflow-y: auto;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
	min-width:320px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	border:1px solid #ccc;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}
ul{ margin-left:1px; }
ul, ol{ padding-left:3em; }
ul ul,
ul ol,
ol ul, 
ol ol{
	padding-left:3em;
	margin:0;
}
ul,
ul ul,
ol ul{padding:0;}
ul>li{
	position:relative;
	list-style-type:none;
	padding:0 0 0 15px;
}
ul>li:before{
	content:'•';
	position:absolute;
	left:0;
	top:0;
}
dl:after{
	content:'';
	display:table;
	clear:both;
}
dl{margin:0 0 20px;}
dl dt{
	float:left;
	clear:left;
	padding-right:5px;
	color:#158450;
}
.widget {margin-bottom: 14px; overflow: hidden;}
.widget ul{padding-left:2em;}
.widget select{min-width: 150px;}
.widget_calendar table{width:100%;}
.widget_calendar #next{text-align:right;}
.comment-form textarea,
.post-password-form input[type="password"],
.comment-form input[type="text"],
.search-form input[type="text"]{
	margin:0 4px 0 0;
	width:350px;
	max-width:100%;
}
.post-password-form input[type="password"],
.search-form input[type="text"]{
	width:150px;
	display:inline-block;
	vertical-align:middle;
}
.commentlist{margin:0 0 14px;}
.commentlist .edit-link{margin:0;}
.commentlist-item .commentlist-item {padding:0 0 0 3em;}
.commentlist .commentlist-item .avatar{
	width:48px;
	height:auto;
	margin:0;
}
@media only screen and (max-width: 767px){.commentlist-item .commentlist-item {padding: 0;}}
.comment,
.commentlist-holder{overflow:hidden;}
.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item{padding-top:14px;}
.commentlist .avatar-holder{
	float:left;
	margin:0 14px 4px 0;
}
.comment-form label{
	display:block;
	padding-bottom:4px;
}
.comment-form textarea{
	padding:3px 4px;
	overflow:auto;
	margin:0;
	height:120px;
}
.gallery-item dt{
	float:none;
	padding:0;
}
.navigation{
	overflow:hidden;
	margin:20px 0 14px;
	font-size:18px;
	line-height:22px;
	color:#a9a8a7;
}
.navigation .next a,
.navigation .prev a{ 
	text-decoration:none !important;
	color:#a9a8a7;
}
.navigation .next{float:left;}
.navigation .prev{float:right;}
.navigation .prev a:after,
.navigation .next a:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:46px;
	height:44px;
	margin:0 20px 0 0;
	background:#f3f3f3 url(images/sprite.png) 15px 11px no-repeat;
	transition: background-color .3s ease-in-out;
}
.navigation .prev a:after{
	background-position:-30px 11px;
	margin:0 0 0 20px;
}
.navigation .next a:hover:before,
.navigation .prev a:hover:after{background-color:#ececec;}
.navigation ul{
	margin:0;
	padding:10px 0 0;
	list-style:none;
	overflow:hidden;
	text-align:center;
}
.navigation ul li{
	display:inline-block;
	vertical-align:top;
	list-style:none outside;
	margin:0 7px 0 3px;
	padding:0;
}
.navigation ul li:before{display:none;}
.navigation a{
	color:#a9a8a7;
	text-decoration:none;
}
.navigation a:hover{text-decoration:underline;}
.navigation.alt .prev a,
.navigation.alt .next a{
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	width:46px;
	height:44px;
	position:relative;
}
.navigation.alt .prev a:before,
.navigation.alt .next a:after{
	position:absolute;
	left:0;
	top:0;
	margin:0;
}
.wp-caption{
	max-width: 98%;
	clear:both;
	border:1px solid #ccc;
	padding:5px;
}
.wp-caption img{vertical-align:top;} 
.wp-caption p{margin:10px 0 0;}
.aligncenter {
	margin: 0 auto 20px;
	text-align:center;
}
img.aligncenter {
	display: block;
	margin: 0 auto 20px;
}
.alignleft {
	float: left;
	margin: 4px 23px 5px 0; 
}
.alignright {
	float: right;
	margin: 4px 0 5px 23px; 
}
/* placeholder input styles */
::-webkit-input-placeholder {color: #a9a8a7;}
:-moz-placeholder {color: #a9a8a7;}
::-moz-placeholder {
	color: #a9a8a7;
	opacity: 1;
}
:-ms-input-placeholder {color: #a9a8a7;}
.bg-stretch{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:-1;
}
.bg-stretch img{
	display:block;
	width:100%;
	height:100%;
	max-width:none;
}
.container{
	max-width:1190px;
	margin:0 auto;
	padding:0 10px;
}
.container:after,
#header:after,
.header-holder:after{
	content:'';
	display:table;
	clear:both;
}
#wrapper{
	width:100%;
	position:relative;
	overflow:hidden;
	background:#fff;
}
.darken-background-page #wrapper{background:#fafafa;}
#header{
	position:relative;
	z-index:99;
}
#header .container{position:relative;}
.header-holder{
	padding: 27px 9999px 22px;
	margin: 0 -9999px;
	background: rgba(255,255,255, 0.9);
}
.logo{
	width:299px;
	float:left;
	margin:0 20px 0 0;
}
.logo img{
	display:block;
	width:100%;
	height:auto;
}
.post-password-form [type="submit"],
.form-submit [type="submit"],
.btn{
	display:inline-block;
	vertical-align:top;
	position:relative;
	border:none;
	background:#158450;
	padding:14px 5px;
	margin:0;
	cursor:pointer;
	text-decoration:none !important;
	width:auto;
	height:auto;
	font-size:15px;
	line-height:20px;
	font-style:italic;
	font-weight:300;
	text-align:center;
	color:#fff;
	outline:none !important;
	min-width:169px;
	box-shadow: 1px 1px 0 rgba(255,255,255, 0.3) inset;
	border-radius: 4px;
	transition: background .3s linear, color .3s linear;
}
.post-password-form [type="submit"]{
	min-width:0 !important;
	padding:13px 10px;
}
.btn:hover,
.btn:active,
.form-submit [type="submit"]:hover,
.post-password-form [type="submit"]:hover{background:#00723d;}
.btn-grey{
	background:#f8f8f8;
	color:#333;
	font-style:normal;
}
.btn-grey:hover,
.btn-grey:active{background:#ecebeb;}
.btn-darkgrey{
	background:#e2e2e2;
	color:#898989;
	font-style:normal;
}
.btn-darkgrey:hover,
.btn-darkgrey:active{background:#d7d7d7;}
.btn-brown{
	background:#dbbc6a;
	color:#fff;
}
.btn-brown:hover,
.btn-brown:active{background:#baa15e;}
.btn-white{
	background:#fff;
	color:#b39547;
	font-style:normal;
}
.btn-white:hover,
.btn-white:active{
	background:#baa15e;
	color:#fff;
}
.top-search-box,
.login-box{
	position:absolute;
	right:10px;
	top:0;
	font-size:15px;
	line-height:21px;
	font-style:italic;
	text-align:center;
	z-index:5;
}
.top-search-box {
  right: 200px;
  z-index:7;
}
.login-box .slide .btn{
	padding:11px 10px 12px;
	display:block;
	width:100%;
	min-width:0;
	background:#baa15e;
	font-weight:300;
}
.top-search-box .slide button{
  width: 50%;
	padding:2px 10px;
	background:#baa15e;
	display:block;
  margin: 0 4px 5px auto;
  border: none;
  border-radius: 4px;
}
.top-search-box .slide button:hover,
.login-box .slide .btn:hover{background:#9b7e32;}
.login-box .btn.opener,
.top-search-box .btn.opener,
.login-box .btn.btn-log-out{
	padding:10px 10px 12px;
	min-width:170px
	color:#fff;
	box-shadow: 1px -1px 0 rgba(255,255,255, 0.3) inset;
	font-style:italic;
	font-weight:300;
	float:right;
	border-radius: 0 0 3px 3px;
}
.top-search-box .slide,
.login-box .slide{
	width:328px;
	position:absolute;
	top:-9999px;
	background:#dbbc6a;
	border-radius: 0 0 0 4px;
	transition: margin .3s linear;
}
.login-form input[type="text"],
.login-form input[type="tel"],
.login-form input[type="email"],
.login-form input[type="password"]{
	margin:0 0 21px;
}
.login-box .row{margin:0 0 0 -10px;}
.login-box .row:after{
	content:'';
	display:table;
	clear:both;
}
.login-box .col{
	float:left;
	width:50%;
	padding:0 0 10px 10px;
}
.login-box .login-form{
	padding:10px 10px 0;
	margin:0;
}
.top-search-box a,
.login-box a{
	color:#fff;
	text-decoration:none;
}
.top-search-box a:hover,
.login-box a:hover{text-decoration:underline;}
.login-box .link{
	margin:9px 0 0;
	display:inline-block;
	vertical-align:top;
}
.login-box .login-form input[type="text"],
.login-box .login-form input[type="tel"],
.login-box .login-form input[type="email"],
.login-box .login-form input[type="password"]{
	margin:0;
	display:block;
	width:100%;
}
.login-box .logout-holder{
	overflow:hidden;
	padding:10px;
}
.login-box .logout-holder .btn:nth-child(even){float:right;}
.login-box .logout-holder .btn:first-child,
.login-box .logout-holder .btn:first-child + .btn{margin-top:0;}
.login-box .links-list{
	margin:0;
	padding:0;
	list-style:none;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	text-align:left;
	margin:0 0 10px;
}
.login-box .links-list li{
	list-style:none outside;
	margin:0 0 1px;
	padding:0;
}
.login-box .links-list li:before{display:none;}
.login-box .links-list li:first-child{border-width:1px 0;}
.login-box .links-list a{
	display:block;
	padding:10px 11px;
	font-weight:normal;
	transition: background .3s ease-in-out;
}
.login-box .links-list a:hover,
.login-box .links-list .active a{
	text-decoration:none;
	background:rgba(0,0,0, 0.15);
}
#nav{
	float:right;
	margin:47px -3px 0 0;
}
#nav > ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#nav > ul > li{
	float:left;
	position:relative;
	margin:0 0 0 19px;
	padding:0;
	list-style:none outside;
}
#nav li{padding:0;}
#nav li:before{display:none;}
#nav > ul > li.has-drop-down.hover{
	position:relative;
	padding-bottom:22px;
	margin-bottom:-22px;
}
#nav > ul > li > a{
	display:block;
	background:transparent;
	position:relative;
	padding:0 3px 16px;
	text-decoration:none;
	font-size:15px;
}
#nav > ul > li > a:after{
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	right:50%;
	height:3px;
	background:#dbbc6a;
	opacity:0;
	transition: all .3s ease-in-out;
}
#nav > ul > li.hover > a,
#nav > ul > li.active > a{
	color:#dbbc6a;
	text-decoration:none;
}
#nav > ul > li.hover > a:after,
#nav > ul > li.active > a:after{
	left:0;
	right:0;
	opacity:1;
}
#nav ul ul{
	width:315px;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:100%;
	left:-21px;
	padding:0 15px 0 24px;
	visibility:hidden;
	z-index:99;
	opacity:0;
	margin:22px 0 0;
	background:rgba(255,255,255, 0.9);
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
#nav ul ul li{
	list-style:none;
	margin:0 0 8px;
}
#nav ul ul a{
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
}
#nav ul ul .hover > a,
#nav ul ul .active > a{color:#dbbc6a;}
#nav ul .hover > ul{
	visibility:visible;
	opacity:1;
	margin:0;
	transition: opacity .3s ease-in-out;
}
#nav .opener{
	display:block;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	width:24px;
	height:20px;
	position:relative;
	background:transparent;
}
#nav .opener span:before,
#nav .opener span:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:3px;
	width:100%;
	background:#898989;
	transition: all .3s ease-in-out;
}
#nav .opener span:after{
	top:auto;
	bottom:0;
}
#nav .opener:before,
#nav .opener:after{
	content:'';
	position:absolute;
	top:50%;
	height:3px;
	left:0;
	right:0;
	background:#898989;
	margin:-1px 0 0;
	transition: all .3s ease-in-out;
}
#nav.active .opener span:before,
#nav.active .opener span:after{opacity:0}
#nav.active .opener:before{
	transform: rotate(45deg);
	margin-top:-2px;
}
#nav.active .opener:after{
	transform: rotate(-45deg);
	margin-top:-2px;
}
.cycle-gallery {
	position: relative;
	font-size:18px;
	line-height:22px;
	color:#fff;
}
.cycle-gallery:after{
	content:'';
	display:table;
	clear:both;
}
.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	float:left;
	width:100%;
	margin:-136px 0 0;
}
.cycle-gallery .slideset {
	width: 99999px;
	float: left;
	position:relative;
}
.cycle-gallery .mask .slide {
	width:100%;
	overflow:hidden;
	min-height:630px;
	float: left;
	padding:200px 0 80px;
	z-index:2;
}
.cycle-gallery .mask .slide.active {
	z-index: 3;
}
.cycle-gallery .text-block{
	max-width:500px;
	text-shadow:1px 1px 5px rgba(0,0,0, 0.5);
}
.cycle-gallery .text-block h1{
	font-size:60px;
	line-height:57px;
	font-style:italic;
	font-weight:200;
	letter-spacing:-2px;
	margin:0 0 37px;
}
.cycle-gallery .text-block p{margin:0 0 26px;}
.cycle-gallery .btn{
	/*text-transform:capitalize;*/
	font-weight:normal;
	text-shadow:none !important;
}
.cycle-gallery .pagination{
	position:absolute;
	bottom:31px;
	left:50%;
	width:980px;
	margin:0 0 0 -490px;
	line-height:0;
	text-align:center;
	z-index:5;
}
.cycle-gallery .pagination ul{
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
	vertical-align:top;
}
.cycle-gallery .pagination ul li{
	float:left;
	padding:0;
	list-style:none outside;
	margin:0 1px;
}
.cycle-gallery .pagination ul li:before{display:none;}
.cycle-gallery .pagination ul a{
	display:block;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	width:63px;
	height:4px;
	background:rgba(255,255,255, 0.7);
	transition: background .3s ease-in-out;
}
.cycle-gallery .pagination ul a:hover,
.cycle-gallery .pagination ul .active a{background:#fff;}
.not-enough-slides .btn-next,
.not-enough-slides .btn-prev,
.not-enough-slides .pagination{visibility:hidden !important;}
#main{
	padding:62px 0 0;
	background:inherit;
	position:relative;
}
.carousel {
	position: relative;
	background:inherit;
	max-width:1190px;
	padding:0 10px;
	margin:0 auto 29px;
}
.carousel:before,
.carousel:after{
	content:'';
	position:absolute;
	left:-10px;
	top:0;
	bottom:0;
	width:20px;
	background:inherit;
	z-index:10;
}
.carousel:after{
	left:auto;
	right:-10px;
}
.carousel .mask {
	position: relative;
	overflow: hidden;
	margin:0 -14px;
}
.carousel .mask .slideset {
	width:100% !important;
	float: left;
	white-space:nowrap;
	font-size:0;
	line-height:0;
}
.carousel .slide {
	width:33.3334%;
	padding:0 14px;
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:20px;
	white-space:normal;
}
.carousel .btn-next,
.carousel .btn-prev{
	float:left;
	width:46px;
	height:44px;
	position:relative;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	background:#f3f3f3;
	margin:0 0 0 1px;
	transition: background .3s ease-in-out;
}
.carousel .btn-next:hover,
.carousel .btn-prev:hover{background:#fff;}
.carousel .btn-next:after,
.carousel .btn-prev:after{
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	margin:-11px 0 0 -9px;
	background: url('images/sprite.png') no-repeat;
	width: 13px;
	height: 23px;
}
.carousel .btn-next:after{
	background-position:-48px 0;
	margin:-11px 0 0 -5px;
}
.carousel .heading{margin:0 0 43px;}
.carousel .heading:after{
	content:'';
	display:table;
	clear:both;
}
.carousel .panel{
	float:right;
	margin:1px 0 0 10px;
}
.carousel .panel .btn{
	float:left;
	padding:12px 16px;
	margin:0 0 0 13px;
	min-width:0;
	border-radius: 0;
}
.carousel .heading h1{
	float:left;
	font-size:46px;
	line-height:56px;
	font-weight:100;
	margin:-5px 0 0;
}
.news-box{
	display:table;
	width:100%;
	table-layout:fixed;
	overflow:hidden;
	position:relative;
	padding:30px;
	margin:0 0 29px;
	color:#333;
	border:1px solid #f5f5f5;
	background:#fff;
}
.news-box .img-holder{
	margin:-30px -30px 22px;
	max-height:247px;
	overflow:hidden;
	position:relative;
}
.news-box .img-holder img{
	display:block;
	width:100%;
	height:auto;
	max-width:none;
}
.news-box .img-holder h2{
	position:absolute;
	left:0;
	right:50px;
	bottom:0;
	margin:0 !important;
	font-size:22px !important;
	line-height:44px !important;
	font-weight:100;
}
.news-box .img-holder h2 a{
	color:#fff;
	text-decoration:none;
}
.news-box .img-holder h2 span{
	position:relative;
	background:#158450;
	border: solid #158450;
	border-width:8px 0;
	transition: all .3s ease-in-out;
}
.news-box .img-holder h2 a:hover span{
	background:#10663e;
	border-color:#10663e;
}
.news-box .img-holder h2 .level-1{left:-10px;}
.news-box .img-holder h2 .level-2{left:60px;}
.news-box .img-holder h2 .level-3{left:-23px;}
.news-box.event-box h2 span{
	background:#df703d;
	border-color:#df703d;
}
.news-box.event-box h2 a:hover span{
	background:#d34200;
	border-color:#d34200;
}
.news-box p{margin:0 0 20px;}
.news-box .bar{
	display:table-footer-group;
	height:1%;
	overflow:hidden;
	bottom:30px;
	right:30px;
	left:30px;
}
.news-box .bar .btn{
	float:right;
	width:169px;
	margin:0 0 0 5px;
}
.news-box .info-wrap{
	overflow:hidden;
	font-size:12px;
	line-height:18px;
}
.news-box .category{
	display:block;
	font-size:18px;
	line-height:24px;
	margin:0 0 6px;
}
.news-box .category a{
	text-decoration:none;
	color:#158450;
}
.news-box .category a:hover{text-decoration:underline;}
.news-box.event-box .category a{color:#df703d;}
.news-box .info-wrap .date{display:block;}
.quote-section{
	overflow:hidden;
	position:relative;
	font-size:46px;
	line-height:58px;
	font-style:italic;
	font-weight:100;
	padding:79px 0 73px;
	margin:0 0 67px;
	text-align:center;
	color:#fff;
	background:#063805;
	z-index:2;
}
.quote-section blockquote{
	margin:0;
	padding:0;
	border:none;
}
.quote-section blockquote q{
	display:block;
	letter-spacing:-1px;
	margin:0 0 18px;
}
.quote-section blockquote cite{
	display:block;
	font-size:14px;
	line-height:22px;
	font-style:normal;
}
.info-section{margin:0 0 70px;}
.info-section .news-box{
	float:right;
	width:31.795%;
	font-size:14px;
	line-height:20px;
	margin:0 0 0 28px;
	padding-bottom:91px;
}
.info-section .news-box .bar{
	position:absolute;
	height:auto;
}
.info-section .news-box .btn{float:none;}
.news-box.publications-and-training-box h2 span{
	background:#dbbc6a;
	border-color:#dbbc6a;
}
.news-box.publications-and-training-box h2 a:hover span{
	background:#bf9934;
	border-color:#bf9934;
}
.tabs-area{
	overflow:hidden;
	position:relative;
	border:1px solid #e9e9e9;
	background:#fff;
	font-size:14px;
	line-height:20px;
	padding: 0 0 31px;
}
.tabset{
	margin:0 0 31px;
	padding:0;
	list-style:none;
	display:table;
	width:100%;
	table-layout:fixed;
	font-size:22px;
	line-height:30px;
	text-align:center;
}
.tabset li{
	display:table-cell;
	vertical-align:top;
	list-style:none outside;
	padding:0;
	border-left:1px solid #fff;
}
.tabset li:before{display:none;}
.tabset li:first-child{border:none;}
.tabset a{
	display:block;
	color:#a9a8a7;
	background:#efefef;
	white-space:nowrap;
	text-decoration:none;
	height:83px;
	transition: background .3s ease, color .3s ease;
}
.tabset a:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:1px;
	height:100%;
}
.tabset a span{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:5px;
	white-space:normal;
	font-weight:300;
}
.tabset a:hover{background:#e0dfdf;}
.tabset .active a{
	background:#158450;
	color:#fff;
}
.tab-content{
	position:relative;
	overflow:hidden;
	padding:0 29px;
}
.tab-content img.alignleft,
.tab-content img.alignright{
	margin:0 29px 0 0;
	max-width:62.4%;
	height:auto;
	border:1px solid #efefef;
}
.tab-content img.alignright29px{margin:0 0 0 29px;}
.tab-content .text-wrap{
	overflow:hidden;
	padding:0 0 60px;
}
.tab-content h1{
	font-size:18px;
	line-height:22px;
	font-weight:300;
	margin:0 0 8px;
}
.tab-content .date{
	display:block;
	margin:0 0 18px;
	font-size:12px;
}
.tab-content h1 a{text-decoration:none;}
.tab-content h1 a:hover{text-decoration:underline;}
.tab-content .btn{
	position:absolute;
	bottom:0;
}
.tab-content p{margin:0 0 10px;}
.subscribe-section{
	background:#dbbc6a;
	padding:32px 0 19px;
}
.subscribe-form{
	overflow:hidden;
	margin:0;
	padding:0;
}
.subscribe-form input[type="text"],
.subscribe-form input[type="email"]{
	margin:-8px 0 0;
	padding:0;
	background:none;
	border:none;
	width:100%;
	outline:none;
	font-size:46px;
	line-height:56px;
	font-style:normal;
	font-weight:300;
	color:#fff;
	height:56px;
	position:relative;
	z-index:3;
}
.subscribe-form .field-holder{
	overflow:hidden;
	position:relative;
	color:#fff;
}
.subscribe-form .field-holder h2{
	font-size:38px;
	line-height:40px;
	font-weight:300;
	margin:0 0 12px;
}
.subscribe-form .btn{
	float:right;
	margin:16px 0 0 20px;
}
.subscribe-form ::-webkit-input-placeholder {
	color: #fff;
	font-style:normal;
}
.subscribe-form :-moz-placeholder {
	color: #fff;
	font-style:normal;
}
.subscribe-form ::-moz-placeholder {
	color: #fff;
	font-style:normal;
}
.subscribe-form :-ms-input-placeholder {
	color: #fff;
	font-style:normal;
}
.subscribe-form :focus::-webkit-input-placeholder {opacity:0;}
.subscribe-form :focus:-moz-placeholder {opacity:0;}
.subscribe-form :focus::-moz-placeholder {opacity:0;}
.subscribe-form :focus:-ms-input-placeholder {opacity:0;}
.page-heading{
	font-size:36px;
	line-height:48px;
	font-weight:100;
	font-style:italic;
	color:#fff;
	margin:0;
	text-shadow:0 0 50px rgba(0,0,0, 1);
	padding:45px 9999px 46px;
	margin:0 -9999px;
	overflow:hidden;
}
.page-heading span{
	position:relative;
	display:inline-block;
	vertical-align:top;
	z-index:2;
}
.page-heading span:before{
	content:'';
	position:absolute;
	left:-250px;
	right:-250px;
	top:-250px;
	bottom:-250px;
	z-index:-1;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.65)), color-stop(60%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
}
.main-holder{padding-bottom:40px;}
#content{
	float:left;
	width:57.26495%;
	padding:3px 0 0;
}
/* for template of people without sidebar "People Full Width"
   Has to be declared after #content (see above) */
.full-width #content {
  width: 100%;
}
.article{
	padding:49px 0 0;
	margin:60px 0 0;
	border: solid #f3f3f3;
	border-width:2px 0 0;
}
.article:first-child,
.mobile-only + .article{
	border:none;
	padding-top:0;
	margin-top:0;
}
.article .btn-row{
	clear:both;
	overflow:hidden;
	text-align:right;
	margin:16px 0;
}
.article .btn-row .btn{min-width:127px;}
.article h1{
	font-size:40px;
	line-height:1.1;
	font-style:italic;
}
.imgs-list{
	margin:24px 0 0 -44px;
	padding:0;
	list-style:none;
	font-size:1px;
	line-height:0;
}
.imgs-list li{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 36px 44px;
	padding:0;
}
.imgs-list li:before{display:none;}
.imgs-list img{display:block;}
.video-box{
	width:100%;
	position:relative;
	overflow:hidden;
	margin:25px 0;
}
.video-box img{
	max-width:100%;
	height:auto;
	display:block;
}
.content-columns-wrap{
	clear:both;
	padding:20px 0 0;
}
.content-columns{
	overflow:hidden;
	width:100%;
}
.content-columns .holder{
	overflow:hidden;
	border-top:2px solid #f2f2f2;
	margin:20px 0 0 -35px;
	padding:50px 0 0;
}
.content-columns:first-child .holder{
	margin-top:0;
	border-width:0;
	padding-top:0;
}
.content-columns .col{
	float:left;
	width:33.33334%;
	padding:0 0 40px 35px;
}
.content-columns .btn{
	min-width:0;
	display:block;
	width:100%;
	margin:0 0 9px;
}
.content-columns .btns-holder{overflow:hidden;}
.content-columns .category{
	display:block;
	font-size:14px;
	line-height:22px;
	margin:0 0 3px;
}
.content-columns .category a{
	color:#158450;
	text-decoration:none;
}
.content-columns .category a:hover{text-decoration:underline;}
.content-columns .date{
	display:block;
	font-size:12px;
	line-height:18px;
	margin:0 0 20px;
}
.article .content-columns h2,
.content-columns h2{
	font-size:18px;
	line-height:22px;
	margin:0 0 20px;
}
.article .content-columns h2 a,
.content-columns h2 a{
	text-decoration:none;
}
.article .content-columns h2 a:hover,
.content-columns h2 a:hover{text-decoration:underline;}
.section-box{
	overflow:hidden;
	margin:0 0 0 -28px;
}
.section-box .col{
	float:left !important;
	width:33.33334%;
	padding:0 0 0 28px;
}
.btn-load-more{
	display:block;
	padding:11px;
	font-size:16px;
	line-height:22px;
	width:auto;
	min-width:0;
	max-width:370px;
	margin:40px auto 30px;
	box-shadow: none;
	border-radius: 0;
}
.main-panel{margin:0 0 22px;}
.main-panel:after,
.sort-bar:after{
	content:'';
	display:table;
	clear:both;
}
.sort-bar{margin:0;}
.members-sort-bar{
	float:right;
	margin:0 0 0 20px;
}
.members-sort-bar .jcf-select{
	max-width:350px;
	margin:0 !important;
}
.search-form{
	width:100%;
	overflow:hidden;
	margin:0;
	max-width:100%;
}
.sort-bar .search-form{float:left;}
.search-form input[type="text"],
.search-form input[type="search"]{
	margin:0;
	padding:10px 43px 10px 11px;
	width:100%;
}
.search-form.topsearch input[type="text"] {
  height: 30px;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  padding: 5px 43px 5px 11px;
  width: 95%;
}
.login-box-title {
  width: 100%;
  margin: 6px 0 0;
  background: #CEB26B;
  color: #8C6E23;
}
.login-box hr {
  border-top: 1px solid #BAA05A;
  border-bottom: 1px solid #cfcfcf;
  border-left: none;
  margin-top: 6px;
}
.login-box .search-form button {
  background: #BAA05A;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  border-right: 1px solid #8C6E23;
  border-bottom: 1px solid #8C6E23;
  color: #fff !important;
  font-style: italic !important;
  width: 95%;
}
.login-box .search-form button:active {
  border: 1px solid #8C6E23;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.search-form [type="submit"]{
	position:absolute;
	right:1px;
	top:1px;
	margin:0;
	padding:0;
	border:none;
	background:#fff url(images/btn-search.png) 0 50% no-repeat;
	font-size:1px;
	line-height:0;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	width:40px;
	height:44px;
	border-radius: 0 4px 4px 0;
}
.search-form .search-col{
	margin:0 0 10px;
	position:relative;
	width:266px;
	float:left;
}
.sort-bar .select-col{
	float:right;
	margin:0;
}
.main-panel .jcf-select{
	display:inline-block;
	vertical-align:top;
	width:auto;
}
.jcf-select-sort-by .jcf-select-text:before{
	content:'Sort by: ';
	display:inline;
	margin:0 5px 0 0;
}
.sort-bar .jcf-select{margin:0 0 10px 16px;}
.post:after{
	content:'';
	display:table;
	clear:both;
}
/*.post .heading{margin:0 0 25px;}*/
.post .heading:after,
.post .heading .panel:after{
	content:'';
	display:table;
	clear:both;
}
.post .heading .panel{overflow:hidden;}
.post .heading .meta{
	float:left;
	margin:0 10px 0 0;
}
.social-box{width:100%;margin: 20px 0;}
.social-box:after{
	content:'';
	display:table;
	clear:both;
}
.social-box [class^='st_']{
	display:inline-block;
	vertical-align:top;
	width:35px;
	height:35px;
	cursor:pointer;
	background-color:#e2e2e2 !important;
	transition: background-color .2s ease-in-out;
}
.social-box [class^='st_']:hover{background-color:#c9c7c7 !important;}
.social-box .st_facebook_custom{background:url(images/sprite.png) 0 -56px no-repeat;}
.social-box .st_twitter_custom{background:url(images/sprite.png) -38px -56px no-repeat;}
.social-box .st_linkedin_custom{background:url(images/sprite.png) -76px -56px no-repeat;}
.social-box .st_googleplus_custom{background:url(images/sprite.png) -114px -56px no-repeat;}
.social-box .st_sharethis_custom{background:url(images/sprite.png) -152px -56px no-repeat;}
.post .heading .social-box{
	float:right;
	width:auto;
}
.post .category{
	display:block;
	font-size:18px;
	line-height:24px;
	margin:0 0 3px;
}
.post .category a{
	color:#158450;
	text-decoration:none;
}
.post .category a:hover{text-decoration:underline;}
.post .date{
	display:block;
	font-size:12px;
	line-height:18px;
}
article.post header.heading h2 {
        font-size: 28px;
}
/* page chief-investigators-partner-investigators */
.directors img {
  max-width: 150px;
}
.directors h3 {
  text-align: center;
  color: #DBBC6A;
}
.directors {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEBC2D;
  border-bottom: 1px solid #DEBC2D;
}
.directors td {
  border: 0px;
}

.people-section{margin:0 0 0 -29px;}
.people-section:after{
	content:'';
	display:table;
	clear:both;
}
.people-section .box{
	float:left;
	position:relative;
	width:33.33334%;
	padding:0 0 60px 29px;
}
.people-section .btn{
	display:block;
	min-width:0;
	width:100%;
	height:auto;
}
.people-section .text-wrap{overflow:hidden;}
.people-section img{
	display:block;
	max-width:100%;
	margin:0 auto 20px;
        max-height: 200px;
}
.people-section h2{
	font-size:18px;
	line-height:22px;
	margin:0 0 16px;
}
.people-section h2 a{
	text-decoration:none;
	color:#158450;
}
.people-section h2 a:hover{text-decoration:underline;}
.people-section p{margin:0 0 18px;}
.article .photo{
	float:left;
	width:205px;
	height:auto;
	margin:0 29px 20px 0;
}
.article .info-holder,
.info-holder .description{overflow:hidden;}
.info-holder .description{
	min-height:229px;
	padding:0 0 10px;
}
.article .info-holder h3{
	font-size:18px;
	line-height:22px;
	color:#158450;
	margin:0 0 25px;
}
.info-holder dl a{text-decoration:none;}
.info-holder dl a:hover{text-decoration:underline;}
.publication-post{margin: 0 0 20px;border-bottom: 1px solid #e9e9e9;}
.publication-post:after{
	content:'';
	display:table;
	clear:both;
}
.publication-post h2{text-transform:capitalize;}
.publication-post h3 a{text-decoration:none;}
.publication-post h3 a:hover{text-decoration:underline;}
.publication-post h3.publication{margin-bottom: 15px;}
.publication-post p.year {margin-top: -15px;}
.btns-panel{
	text-align:right;
	overflow:hidden;
	padding:14px;
	/*background:#fafafa;
	border: solid #e9e9e9;
	border-width:1px 0;*/
	margin:25px 0 0;
}
.btns-panel .btn{
	min-width:111px;
	margin:0 0 0 6px;
}
.visual-box{
	position:relative;
	margin:0 0 30px;
	overflow:hidden;
	height:139px;
}
.visual-box img{
	display:block;
	max-width:none;
}
.visual-box h3{
	position:absolute;
	left:0;
	right:50px;
	bottom:0;
	margin:0 !important;
	font-size:22px !important;
	line-height:44px !important;
	font-weight:300;
	-webkit-background-clip: content-box;
	-moz-background-clip: content-box;
	background-clip: content-box;
}
.visual-box h3 a{
	color:#fff;
	text-decoration:none;
}
.visual-box h3 span{
	position:relative;
	background:#158450;
	border: solid #158450;
	border-width:7px 0 8px;
	transition: all .3s ease-in-out;
}
.visual-box h3 .level-1{left:-18px;}
.visual-box h3 .level-2{left:54px;}
.visual-box h3 .level-3{left:-18px;}
.visual-box h3 span{
	background:#dbbc6a;
	border-color:#dbbc6a;
}
.visual-box h3 a:hover span{
	background:#baa15e;
	border-color:#baa15e;
}
.items-section{
	overflow:hidden;
	font-size:14px;
	line-height:26px 20px;
}
.items-section .box{
	float:left;
	clear:left;
	width:48%;
	padding:26px 20px;
	background:#fafafa;
	margin:0 0 30px;
}
.items-section .box:nth-child(even){
	float:right;
	clear:right;
}
.items-section h3{margin:0 0 20px;}
.items-section h3 a{text-decoration:none;}
.items-section h3:hover{text-decoration:underline;}
.items-section p{margin:0 0 15px;}
.wpcf7{
	padding:29px;
	background:#fafafa;
	overflow:hidden;
	margin:0 0 20px;
}
.wpcf7-form {
	overflow:hidden;
	width:100%;
	margin:0;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form textarea{
	margin:18px 0 0;
	padding:20px 18px ;
	font-size:18px;
	line-height:24px;
	height:66px;
}
.wpcf7-form textarea{
	height:244px;
	min-height:244px;
}
.wpcf7-form .wpcf7-form-control-wrap{
	float:left;
	width:48%;
	clear:left;
}
.wpcf7-form .wpcf7-form-control-wrap:nth-child(even){
	float:right;
	clear:right;
}
.wpcf7-form .wpcf7-form-control-wrap.message{width:100%;}
.wpcf7-form .btn{
	clear:both;
	float:right;
	margin:19px 0 0;
}
.wpcf7 h2{margin:0;}
.form-wrap{
	padding:60px 0 0;
	margin:40px 0 0;
	border-top:1px solid #ebebeb;
}
.wpcf7 .wpcf7-response-output{
	clear:both;
	width:100%;
	float:left;
	margin:1em 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7-validation-errors{border-color:#f00 !important;}

/* MEMBERS */
.members-menu, .forum-menu {
  display: none;
}
.body-class-members-home .members-menu, .body-class-members-home .forum-menu,
.body-class-tax-member .members-menu, .body-class-tax-member .forum-menu,
.body-class-forums .members-menu, .body-class-forums .forum-menu,
.body-class-bbpress .members-menu, .body-class-bbpress .forum-menu {
  display: block;
}

/* MEMBERS PROFILE - MEMBERS LIST */
/* PROFILE BUILDER */
.wppb-edit-user h4 {
  margin-top: 5px;
  padding: 10px;
  border-radius: 5px;
  background: #DBBC6A;
}
.wppb-edit-user label {
  font-weight: normal;
}
.wppb-edit-user ul > li::before {
  content: "";
}
.wppb-edit-user ul li {
  padding-left: 0;
}
.wppb-edit-user input, 
.wppb-edit-user textarea {
  margin-bottom: 15px;
}

/* members list */
ul.cf-user-list > li::before {
  content: "";
}
ul.cf-user-list > li {
  width: 100%;
  margin-bottom: 25px;
  padding-left: 0;
}
.cf-user-name {
  padding: 10px;
  border-radius: 5px;
  background: #DBBC6A;
  cursor: pointer;
}
.cf-user-full-desc {
  display: none;
  transition: 0.5s all ease-in;
}
.cf-user-avatar {
  float: left;
}
.cf-user-bio {
  float: left;
  margin-left: 20px;
  width: 80%;
}
.clear-both {
  clear: both;
}


/* BBPRESS 
-------------------------------------------------------------*/
/* Headings in the top banner made bold */
.body-class-bbpress h1,
.bbp-forum-title,
li.bbp-topic-title {
  font-weight: 700;
}
li.bbp-topic-title a {
  font-weight: 300;
}
li.bbp-topic-title a.bbp-topic-permalink {
  font-weight: 700;
}
/* sidebar on top of forum width: 100% */
.members-pages aside#sidebar,
.members-pages div#content {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.members-pages aside#sidebar {
  background: #fff;
}
/* sidebar not too big  */
.members-pages aside#sidebar h2 {
  padding-left: 10px;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 0;
  cursor: pointer;
  transition: .3s all ease-in;
}
.members-pages aside#sidebar h2:hover {
  background: #DBBC6A;
  transition: .3s all ease-in;
}
.members-pages aside#sidebar h2::after {
  content: " \f107";
  font-family: FontAwesome;
  font-size: 16px;
  padding-left: 10px;
}
.members-pages aside#sidebar ul li a {
  font-size: 16px;
  padding: 5px;
}
.members-pages aside#sidebar .widget-box {
  margin-bottom: 10px !important;
}
.members-pages aside#sidebar {
  padding-top: 10px;
}
.members-pages aside#sidebar ul#menu-forum li {
  border-top: none;
}
/* forum sidebar menu toggle slide (see js/cl_functions.js) */
.members-pages aside#sidebar nav.side-nav {
  display: none;
}


.bbpress-forum #bbpress-forums div.bbp-search-form {
  float: left !important;
}
.bbpress-forum .bbp-breadcrumb {
  /*display: none;*/
  float: left;
  clear: both;
}
.bbpress-forum #bbpress-forums .bbp-topic-meta span,
.bbpress-forum #bbpress-forums .bbp-topic-meta a {
  font-size: 12px;
}li.bbp-forum-info, li.bbp-topic-title {
  width: 40% !important;
  clear: left;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
  width: 37% !important;
}
.bbp-forum-freshness.in-loop,
.bbp-topic-freshness.in-loop {
  text-align: left;
}

.bbpress-forum #bbpress-forums .bbp-topic-freshness a {
  font-size: 14px;
}
.bbp-topic-title {
  font-weight: 400;
}



#bbpress-forums p,
#bbpress-forums a,
#bbpress-forums span,
#bbpress-forums li {
  font-size: 16px;
}

/*#bbpress-forums .bbp-breadcrumb {
  display: none;
}*/

/* subscription link */
span#subscription-toggle {
  float: right;
}

/* --------- Forums list ---------- */
/* regular links */
#bbpress-forums a {
  color: #158450;
}
#bbpress-forums a:hover {
  text-decoration: underline;
}

#bbpress-forums .bbp-header,
#bbpress-forums .bbp-footer {
  background: #fafafa !important;
}
#bbpress-forums ul.bbp-forums {
  border: 1px solid #fafafa !important;
}
#bbpress-forums a {
  text-decoration: none;
  transition: all 0.5s;
}
#bbpress-forums li.bbp-body .bbp-forum-info:hover a {
  color: #fff;
}
#bbpress-forums li.bbp-body .bbp-forum-info:hover {
  background-color: #DBBC6A;
  color: #fff;
  transition: all 0.5s;
}

/* no stupid dots before list elements */
#bbpress-forums ul li::before {
  display: none;
}

/* admin links (under topics) */
#bbpress-forums .bbp-admin-links a {
  font-size: 12px;
}

/* Forum search */
.bbpress-forum.members-pages #sidebar .carousel {
  display: none;
}

/* FORUM AND PROFILE */
#bbp-user-profile .entry-title,
.profile-title {
  font-weight: 700;
}
#bbp-your-profile .form-table {
  width: 100%;
}

/* Notices */
div.bbp-topic-description,
div.bbp-template-notice {
  font-style: italic;
}

/* profile */
table.form-table {
  margin-bottom: 35px !important;
}


/* SIDEBARS */
.home-bottom-sidebar ul {
  padding-left: 0;
}
.home-bottom-sidebar ul>li {
  padding-left: 0;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ececec;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    list-style: outside none none;
    padding: 0;
}
.home-bottom-sidebar ul>li::before {
  content: "";
}
.home-bottom-sidebar ul>li a {
    color: #333;
    display: block;
    padding: 12px 13px 11px;
    text-decoration: none;
    transition: background 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}
.home-bottom-sidebar ul>li:hover {
    text-decoration:none;
    background: #dbbc6a;;
}

#sidebar{
	float:right;
	width:37.43%;
	padding:58px 6% 20px;
	margin:-62px 0 0;
	background:#fafafa;
	color:#333;
}
#sidebar input[type="text"],
#sidebar input[type="tel"],
#sidebar input[type="email"],
#sidebar input[type="url"],
#sidebar input[type="password"],
#sidebar input[type="search"],
#sidebar textarea{margin:0 0 9px;}
#sidebar textarea{
	height:100px;
	min-height:100px;
}
#sidebar .jcf-select{
	display:block;
	clear:both;
	padding-left:11px;
	max-width:100%;
}
#sidebar .jcf-select:after{
	content:'';
	display:table;
	clear:both;
}
#sidebar .carousel{
	margin:0;
	padding:0;
}
#sidebar .carousel:before{left:-20px;}
#sidebar .carousel:after{right:-20px;}
#sidebar .slide{width:100%;}
#sidebar .news-box{padding:20px;}
#sidebar .news-box .img-holder{margin:-20px -20px 22px;}
#sidebar .news-box p{margin:0 0 10px;}
#sidebar .news-box .bar{
	left:20px;
	right:20px;
}
#sidebar .news-box .btn{
	min-width:0;
	width:110px;
}
#sidebar h1,
#sidebar h2{
	font-size:30px;
	line-height:38px;
	font-weight:100;
	letter-spacing:-1px;
	margin:0 0 17px;
}
#sidebar .carousel h1{margin: 0 95px 17px 0;}
#sidebar .carousel .heading{margin:0;}
#sidebar .carousel .panel{margin: -2px 0 17px 0;}
#sidebar .carousel .btn-next,
#sidebar .carousel .btn-prev{width:44px;}
#sidebar .news-box .img-holder h2 .level-1{left:-21px;}
#sidebar .news-box > h2{
	font-size:18px;
	line-height:22px;
	margin:0 0 20px;
}
#sidebar .news-box > h2 a{text-decoration:none;}
#sidebar .news-box > h2 a:hover{text-decoration:underline;} 
.side-nav{
	font-size:18px;
	line-height:24px;
	color:#999;
}
.side-nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
.side-nav ul li{
	list-style:none outside;
	border: solid #ececec;
	border-width:0 0 1px;
	padding:0;
}
.side-nav ul li:before{display:none;}
.side-nav ul li:first-child{border-width:1px 0;}
.side-nav a{
	display:block;
	color:#333;
	text-decoration:none;
	padding:12px 13px 11px;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}
.side-nav .active a,
.side-nav a:hover{
	background:#dbbc6a;
	color:#fff;
}
.widget-box{margin:0 0 50px;}
.post-search-form .btn{
	font-style:italic;
	min-width:0;
}
.post-search-form .btn-clear{
	float:left;
	width:48%;
	font-style:italic;
	background:#fff;
	color:#898989;
	margin:0 0 10px;
	box-shadow: 0 0 0 1px #f3f3f3 inset;
	transition: box-shadow .2s ease-in-out, color .2s ease-in-out;
}
.post-search-form .btn-clear:hover{
	box-shadow: 0 0 0 1px #e96c2a inset;
	color:#e96c2a;
	background:#fff;
}
.post-search-form .btn-search{
	float:right;
	width:48%;
	margin:0 0 10px;
	box-shadow: 0 0 0 1px #f3f3f3 inset;
	transition: box-shadow .2s ease-in-out, color .2s ease-in-out, background .2s ease-in-out;
}
.post-search-form .btn-search:hover{
	box-shadow: 0 0 0 1px #158450 inset;
	color:#158450;
	background:#fff;
}
.post-search-form input[type="text"],
.post-search-form input[type="tel"],
.post-search-form input[type="email"],
.post-search-form input[type="url"],
.post-search-form input[type="password"],
.post-search-form input[type="search"],
.post-search-form textarea{margin:0 0 9px;}
.subscribe-box{
	position:absolute;
	right:0;
	top:153px;
	width:44px;
	z-index:50;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.btn-subscribe{
	border-radius: 4px 4px 0 0;
	float:right;
}
#footer{
	width:100%;
	background:#fafafa;
	overflow:hidden;
}
.f1{
	max-width:1190px;
	padding:0 10px;
	margin:0 auto;
}
.f1:after{
	content:'';
	display:table;
	clear:both;
}
.footer-columns{
	margin:0 0 60px -61px;
	color:#898989;
	padding:68px 0 0;
	font-size:12px;
	line-height:16px;
}
.footer-columns:after{
	content:'';
	display:table;
	clear:both;
}
.footer-columns .column{
	float:left;
	width:25%;
	padding:0 15px 0 60px;
	border-left:1px solid #dadada;
}
.footer-columns .column:first-child{
	border-color:transparent;
}
.footer-columns .login-column{padding-right:0;}
.footer-columns h2{
	font-size:18px;
	line-height:24px;
	font-weight:300;
	margin:0 0 10px;
}
.footer-columns a{
	text-decoration:none;
	color:#898989;
}
.footer-columns a:hover{text-decoration:underline;}
.footer-nav{margin:29px 0 0;}
.footer-nav:first-child{margin-top:0;}
.footer-nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-nav ul li{
	list-style:none outside;
	margin:0 0 8px;
	padding:0;
}
.footer-nav ul li:before{display:none;}
.footer-columns dl dt{font-weight:300;}
.footer-columns .login-form{margin:20px 0 0;}
.twitter_title_link img {
  /*display: none;*/
}
.twitter_title_link {
  margin-left: 15px;
}
ul.twitter_feeder_widget li {
  padding-bottom: 9px;
}
ul.twitter_feeder_widget a {
  color: #666;
}
.logos-section{
	overflow:hidden;
	margin:60px 0 35px;
}
.logos-section h2{
	overflow:hidden;
	position:relative;
	text-align:center;
	font-size:18px;
	line-height:24px;
	font-weight:300;
	font-style:italic;
	color:#898989;
	margin:0 0 30px;
}
.logos-section h2 span{
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding:0 12px;
	max-width:80%;
}
.logos-section h2 span:before,
.logos-section h2 span:after{
	content:'';
	position:absolute;
	right:100%;
	top:50%;
	height:1px;
	width:9999px;
	background:#dadada;
}
.logos-section h2 span:after{
	right:auto;
	left:100%;
}
.logos-list{
	padding:0;
	list-style:none;
	text-align:justify;
	font-size:1px;
	line-height:0;
	width:100%;
}
.logos-list:after{
	content:'';
	width:100%;
	display:inline-block;
	vertical-align:top;
	height:0;
	font-size:0;
	line-height:0;
}
.logos-list li{
	list-style:none outside;
	display:inline-block;
	vertical-align:middle;
	padding:0 0 10px;
	margin:0;
	max-width:14.18%;
}
.logos-list li:before{display:none;}
.logos-list a{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}
.logos-list img{
	vertical-align:top;
	transition: opacity .2s ease-in-out;
}
.logos-list img:hover{opacity:0.8;}
.copyryght{
	margin:0 -9999px;
	padding: 40px 9999px;
	overflow:hidden;
	font-size:13px;
	line-height:20px;
	color:#a9a8a7;
	background:#dadada;
}
.copyryght a{
	color:#a9a8a7;
	text-decoration:none;
}
.copyryght a:hover{text-decoration:underline;}
.copyryght p{margin:0;}
.copyryght .by{
	float:right;
	margin:0 0 0 15px;
}
.btns-list{
	margin:0;
	padding:0 16px;
	list-style:none;
}
.btns-list li{
	list-style:none outside;
	margin:0 0 11px;
	padding:0;
}
.btns-list li:before{display:none;}
.btns-list .btn{
	display:block;
	min-width:0;
	text-align:left;
	font-size:18px;
	line-height:23px;
	padding:15px 39px;
	text-align:left;
	font-style:normal;
	box-shadow: none;
}
/* custom select styles */
.jcf-select {
	display:block;
	width:100%;
	position: relative;
	background: #e2e2e2;
	margin: 0 0 10px;
	padding:0 46px 0 11px;
	min-width: 135px;
	max-width:250px;
	height: 46px;
	cursor:pointer;
	font-size:15px;
	line-height:46px;
	border-radius: 4px;
}
.jcf-select:after{
	content:'';
	display:table;
	clear:both;
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}
.jcf-select .jcf-select-text {
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 15px;
	color:#898989;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 35px;
	bottom: 1px;
	right: 0;
	top: 1px;
	background:url(images/select-opener.png) 0 51% no-repeat;
	border-color:inherit;
}
body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}
.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}
.jcf-select-drop .jcf-select-drop-content {
	border:none;
}
/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border:none;
	min-width: 200px;
	margin: 0 15px;
}
/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow:hidden;
	background: #e2e2e2;
	color:#898989;
	line-height: 24px;
	font-size: 15px;
	border-radius: 4px;
	width: 100%;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}
.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
	padding:0;
}
.jcf-list ul li:before{display:none;}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 4px 11px;
	color: #898989;
	height: 1%;
}
.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #898989;
	color: #fff;
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}
.jcf-list .jcf-option-hideme{display:none !important;}
/* common custom form elements styles */
.jcf-disabled {background: #ddd !important;}
.jcf-focus, .jcf-focus * {border-color: #f00 !important;}
#fancybox-content iframe{margin:0;}
@media only screen and (max-width:1274px){
	.subscribe-box{display:none;}
}
@media only screen and (max-width:1199px){
	#nav{
		clear:both;
		width:100%;
		margin:22px 0 -22px;
	}
	#nav ul{
		float:none;
		text-align:justify;
		line-height:0;
		margin:0 -3px;
	}
	#nav ul:after{
		content:'';
		display:inline-block;
		vertical-align:top;
		font-size:0;
		line-height:0;
		width:100%;
		height:0;
	}
	#nav > ul > li{
		display:inline-block;
		vertical-align:top;
		float:none;
		margin:0 3px;
		line-height:22px;
		text-align:center;
	}
	#nav > ul > li.hover.has-drop-down{
		padding-bottom:0;
		margin-bottom:0;
	}
	#nav ul ul{
		line-height:22px;
		padding-top:15px;
		margin:0;
	}
	.cycle-gallery .container{position:relative;}
	.cycle-gallery .mask{margin-top:-170px;}
	.cycle-gallery .btn{
		position:absolute;
		right:10px;
		bottom:15px;
	}
	.cycle-gallery .mask .slide{
		padding:218px 0 40px;
		min-height:513px;
	}
	.cycle-gallery .text-block p{margin:0 0 15px;}
	.carousel .mask{margin:0 -9px;}
	.carousel .slide{padding: 0 9px;}
	.btn{min-width:140px;}
	.carousel .bar .btn{
		min-width:0;
		width:118px;
	}
	.quote-section{
		font-size:37px;
		line-height:47px;
		margin:0 0 60px;
	}
	.info-section .news-box{margin:0 0 0 18px;}
	#sidebar{padding:52px 50px 20px;}
	#sidebar .news-box .info-wrap{
		margin:0 0 58px;
	}
	#sidebar .news-box .btn{
		position:absolute;
		bottom:0;
		left:0;
		right:0;
		width:auto;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden;
	}
	#sidebar .news-box .bar{bottom:22px;}
	.news-box .bar .btn{
		width:127px;
		min-width:0;
	}
	.news-box{padding:20px 19px;}
	.news-box .img-holder{margin:-20px -19px 19px;}
	.news-box .bar{
		left:19px;
		right:19px;
	}
	.section-box{margin:0 0 0 -19px;}
	.section-box .col{padding:0 0 0 19px;}
	.people-section{margin:0 0 0 -23px;}
	.people-section .box{padding-left:23px;}
}
@media only screen and (min-width:980px){
	#fancybox-wrap{
		width:auto !important;
		height:auto !important;
	}
	#fancybox-content{
		width:auto !important;
		height:auto !important;
	}
	#fancybox-content iframe{
		margin:0;
		width:900px;
		height:536px;
	}
}
@media only screen and (max-width:979px){
	.carousel .slide{width:50%;}
	.table-wrap{
		display:table;
		width:100%;
		table-layout:fixed;
	}
	.table-wrap .row{
		display:table-row;
		height:1%;
	}
	.table-wrap .top-row{display:table-header-group;}
	.info-section .news-box{
		float:none;
		width:100%;
		margin:20px 0 0;
		padding:20px 30px 29px;
		overflow:hidden;
	}
	.info-section .news-box img{display:none;}
	.info-section .news-box .img-holder{
		float:left;
		width:39.77%;
		background:#dbbc6a;
		padding:16px 0 9999px 20px;
		margin:-20px 20px -9999px -30px;
		max-height:none;
	}
	.info-section .news-box .img-holder h2,
	.info-section .news-box .bar{
		position:static;
		overflow:hidden;
	}
	.info-section .news-box h2{
		font-size:22px;
		line-height:29px;
	}
	.info-section .news-box h2 span{
		position:static;
		background:none !important;
		border:none !important;
	}
	.info-section .news-box h2 a:hover{text-decoration:underline;}
	.info-section .news-box .text-wrap{overflow:hidden;}
	.info-section .news-box p{margin:0 0 30px;}
	.tab-content{padding:0 23px;}
	.tab-content img.alignleft,
	.tab-content img.alignright{
		margin:0 20px 0 0;
		max-width:57.72%
	}
	.tab-content img.alignright{margin:0 0 0 20px;}
	.quote-section{
		font-size:28px;
		line-height:36px;
		padding:58px 0;
	}
	.footer-columns{margin-left:-21px;}
	.footer-columns .column{padding:0 20px;}
	#sidebar{padding:52px 21px 20px;}
	#content .alignleft,
	#content .alignright{
		float:none;
		width:auto;
		display:block;
		margin:0 auto 20px;
		max-width:100%;
	}
	#sidebar .carousel h1{
		margin-right:0;
		width:100%;
	}
	#sidebar .carousel .panel{
		float:left;
		margin-top:0;
	}
	#sidebar .carousel .btn-next,
	#sidebar .carousel .btn-prev{margin:0 1px 0 0;}
	.content-columns .col{width:100%;}
	.content-columns .btn{
		float:left;
		width:48%;
	}
	.content-columns .btn:nth-child(even){float:right;}
	.section-box .col{width:50%;}
	.people-section .box{width:50%;}
	.article .info-holder{overflow:visible;}
	.article .info-holder .navigation{
		clear:both;
		width:100%;
		margin:20px 0 0;
	}
	.article .photo{
		width:166px;
		margin-right:20px;
	}
	.info-holder .description{
		min-height:0;
		padding:0;
	}
	.post-search-form .jcf-select-year-select{
		clear:none;
		float:left;
		width:48%;
		min-width:0;
	}
	.post-search-form .btn-clear{float:right;}
	.post-search-form .btn-search{width:100%;}
	.items-section .box{width:100%;}
	.wpcf7{padding:20px 15px;}
	.wpcf7-form .wpcf7-form-control-wrap{width:100% !important;}
	.members-sort-bar{
		float:none;
		width:100%;
		margin:0 0 15px;
	}
	.members-sort-bar .jcf-select{
		max-width:none;
		width:100% !important;
	}
	.page-heading{
		padding-top:10px;
		padding-bottom:11px;
	}
}
@media only screen and (min-width:768px){
	.login-column .js-slide-hidden,
	#nav .js-slide-hidden{position:static !important;}
	.mobile-only,
	.login-column .opener,
	#nav .opener{display:none !important;}
}
@media only screen and (max-width:767px){
	.f1,
	.container{
		padding-left:16px;
		padding-right:16px;
	}
	.logo{
		width:221px;
		float:left;
	}
	.header-holder{
		padding-top:20px;
		padding-bottom:20px;
		padding:35px 10px 20px;
		margin:0 -16px;
		position:relative;
		z-index:99;
	}
	.login-box{
		left:10px;
	}
	.login-box .slide{
		width:auto;
	}
        .top-search-box .btn.opener,
	.login-box .btn.opener{
		padding:7px 10px 9px;
		font-size:13px;
		line-height:17px;
	}
	#nav{
		float:right;
		width:auto;
		margin:20px 0 0;
		clear:none;
		font-size:18px;
		line-height:24px;
		text-align:left;
	}
	#nav .slide{
		position:absolute;
		width:100%;
		right:0;
		left:0;
		top:100%;
		margin:0;
		display:none;
	}
	#nav .slide li{
		display:block;
		width:100%;
		margin:0;
		border-top:1px solid #e2e2e2;
	}
	#nav .slide a{
		display:block;
		background:#333;
		color:#fff;
		padding:5px 22px;
		text-align:left;
		transition: background .2s ease-in-out, color .2s ease-in-out;
	}
	#nav .slide .hover > a,
	#nav .slide .active > a{
		color:#333;
		background:#dbbc6a;
	}
	#nav ul:after,
	#nav .slide a:after{display:none;}
	#nav .slide .has-drop-down-a:after{
		content:'+';
		display:block;
		width:auto;
		height:auto;
		background:none;
		left:auto !important;
		bottom:auto;
		right:5px !important;
		top:50%;
		opacity:1;
		font-size:26px;
		line-height:26px;
		margin:-14px 0 0;
	}
	#nav .slide .hover > .has-drop-down-a:after{content:'—';}
	#nav .slide ul{
		position:static;
		background:none;
		width:auto;
		padding:0;
		display:none;
		font-size:16px;
	}
	#nav .slide ul li{margin:0;}
	#nav .slide .hover > ul{display:block;}
	#nav .slide ul a{padding-left:32px;}
	#main{padding:43px 0 0;}
	.cycle-gallery .mask{margin-top:-116px;}
	.cycle-gallery .mask .slide{
		min-height:414px;
		padding:187px 0 30px;
	}
	.cycle-gallery .pagination{bottom:20px;}
	.cycle-gallery .text-block h1{margin:0;}
	.cycle-gallery .btn{bottom:2px;}
	.carousel{
		margin:0 auto;
		padding:0 16px;
	}
	.carousel .slide{width:100%;}
	.carousel .panel{
		float:none;
		margin:0;
		width:100%;
	}
	.carousel .panel:after{
		content:'';
		display:table;
		clear:both;
	}
	.carousel .panel .btn{
		float:right;
		margin:0 0 0 5px;
	}
	.carousel .heading{margin:0 0 17px;}
	.carousel .heading h1{
		float:none;
		font-size:30px;
		line-height:40px;
		margin:0 0 17px;
	}
	.news-box{padding:20px;}
	.news-box .img-holder{
		max-height:195px;
		margin:-20px -20px 11px;
	}
	.news-box .bar{
		left:20px;
		bottom:24px;
		right:20px;
	}
	.subscribe-section{
		padding:0;
		background:none;
		margin:0 0 11px;
	}
	.subscribe-form .field-holder {
		color: #333333;
		text-align: center;
	}
	.subscribe-form .field-holder h2 {
		font-size: 29px;
		line-height: 34px;
	}
	.subscribe-form input[type="text"],
	.subscribe-form input[type="email"]{
		font-size:18px;
		line-height:24px;
		height:53px;
		padding:13px 39px 14px;
		font-weight:300;
		background:#dbbc6a;
		margin:0;
		border-radius: 4px;
	}
	.subscribe-form .btn{
		position:absolute;
		left:-9999px;
	}
	.cycle-gallery .text-block p,
	.info-section,
	.quote-section,
	.footer-columns .column,
	.logos-section{display:none;}
	.footer-columns{
		padding:0 0 30px;
		margin:0;
	}
	.footer-columns .login-column{
		display:block;
		padding:0;
		border:none;
		width:100%;
	}
	.footer-columns .login-form{
		margin:0;
		position:static;
	}
	.login-column .opener{
		display:block;
		font-size:18px;
		line-height:23px;
		padding:15px 39px;
		color:#fff;
		font-style:normal;
		font-weight:300;
		text-align:left;
		margin:0 0 11px;
		text-align:center;
	}
	.login-column h2{
		position:absolute;
		left:-9999px;
	}
	.login-form input[type="text"],
	.login-form input[type="tel"],
	.login-form input[type="email"],
	.login-form input[type="password"]{margin:0 0 11px;}
	.copyryght{
		padding-top:30px;
		padding-bottom:30px;
	}
	.copyryght .by{
		float:none;
		display:block;
		margin:0 0 0 13px;
	}
	#sidebar{
		display:none;
		width:auto;
		clear:both;
		float:none;
		overflow:hidden;
		padding:20px 16px;
		margin:0 -16px;
		overflow:hidden;
		margin-top:0;
	}
         /* display sidebar with menu for members */
	.members-pages #sidebar {
		display: block;
         }
         #sidebar .widget-box, #sidebar .widget:first-child {
           border-top: none !important;
         }

	.body-contact-page #sidebar{display:block;}
	#sidebar .widget-box,
	#sidebar .widget{margin:15px 0 0;}
	#sidebar .widget-box,
	#sidebar .widget:first-child{
		border-top:1px solid #eaeaea;
		padding-top:8px;
		margin-top:0;
	}
	.form-wrap .wpcf7{
		margin:0 -16px !important;
		padding:15px 16px !important;
	}
	#content{width:100%;}
	.imgs-list{
		width:auto;
		text-align:justify;
		margin:0 -10px;
	}
	.imgs-list:after{
		content:'';
		width:100%;
		height:0;
		font-size:0;
		line-height:0;
		display:inline-block;
		vertical-align:top;
	}
	.imgs-list li{
		margin:0 10px 15px;
		max-width:40%
	}
	.article{
		margin: 20px 0 0;
		padding: 18px 0 0;
	}
	.content-columns .col{
		padding-bottom:20px;
	}
	.content-columns .btn{
		float:none;
		width:100% !important;
	}
	.section-box .col{width:100%;}
	.jcf-select-sort-by .jcf-select-text:before{display:none;}
	.search-form .search-col{
		float:none;
		width:100%;
	}
	.sort-bar .select-col{
		width:100%;
		float:none;
		overflow:hidden;
		clear:both;
	}
	.sort-bar .jcf-select{
		float:left;
		width:48%;
		margin:0 0 10px;
	}
	#main{padding-top:20px;}
	.main-panel{margin:0 0 10px;}
	.jcf-select{padding-right:30px;}
	.jcf-select .jcf-select-opener{width:27px;}
	.sort-bar .jcf-select:last-child{float:right;}
	.search-form{
		width:100%;
		float:none;
		overflow:hidden;
	}
	.btn-load-more{margin:0 auto 20px;}
	.article .photo{
		display:block;
		float:none;
		width:auto;
		margin:0 auto 15px;
		max-width:100%;
	}
	.article .info-holder h3{margin:0 0 15px;}
	.info-holder .description{overflow:visible;}
	.btns-panel .btn{
		float:left;
		width:48%;
		margin:10px 0 0;
	}
	.btns-panel .btn:first-child,
	.btns-panel .btn:first-child + .btn{margin-top:0;}
	.btns-panel .btn:nth-child(even){
		float:right;
	}
	.publication-post{margin:0 0 20px;}
	.items-section .box{
		padding:22px 20px;
		margin:0 0 21px;
	}
	.items-section h3{margin:0 0 10px;}
	.items-section p{margin:0 0 10px;}
	.form-wrap{
		margin:20px 0 0;
		padding:30px 0 0;
	}
	.wpcf7{padding:15px 10px;}
	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="tel"],
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="url"],
	.wpcf7-form input[type="password"],
	.wpcf7-form input[type="search"],
	.wpcf7-form textarea{
		height:44px;
		padding:10px 11px;
		font-size:15px;
		margin:15px 0 0;
	}
	.wpcf7-form textarea{
		height:130px;
		min-height:130px;
	}
	.content-columns-wrap{padding-top:0;}
	.jcf-select{max-width:100%;}
	.page-heading{font-size:28px;}
	#footer{background:transparent;}
	.footer-columns .column{
		height:auto !important;
		min-height:0 !important;
	}
}
@media only screen and (max-width:640px){
	.cycle-gallery .text-block h1{
		font-size:30px;
		line-height:28px;
		letter-spacing:0;
		margin:0 0 20px;
	}
	.cycle-gallery .btn{position:static;}
	.cycle-gallery .mask .slide{
		min-height:322px;
		padding:150px 0 30px;
	}
	.cycle-gallery .pagination ul a{width:55px;}
	.people-section .box{
		width:100%;
		padding-bottom:30px;
	}
	.navigation ul li{
		margin:0 4px 0 0;
	}

	/* Forum Freshness removed on mobiles */
 	.bbp-forum-freshness {
		display: none;
	}
	.bbp-topic-freshness {
		display: none;
	}
	li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count {
		width: 20% !important;
	}
	.bbp-forum-info, .bbp-topic-title {
		width: 60% !important;
	}
}

@media only screen and (max-width:550px){
   .top-search-box {
       right: 165px;
       width: auto;
       left: 1px;
   }
}
@media only screen and (max-width:479px){
	.login-box .col{width:100%;}
	.login-box .link{margin:9px 0;}
	.post .heading .social-box{
		width:100%;
		padding-top:8px;
	}
	#fancybox-content iframe{
		width:100% !important;
		height:auto !important;
	}
}

/** Member Page - Return to Member Home link */

article.post {
	min-height: 300px;
}

.member-home.top {
	margin: 0 0 30px 0;
}

.member-home.bottom {
	margin: 30px 0 35px;
}

.member-home .btn-darkgrey {
	background: #f3f3f3;
	border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.member-home .btn-darkgrey:hover {
    background: #ececec !important;
}