/*
Theme Name: Ghostpress - Natural Capital Coalition
Theme URI: http://ghostlimited.com
Author: Nicola Whyte, David Evans & John Van Ham
Author URI: http://ghostlimited.com
Description: This theme has been written by Ghost (Digital) Limited with Bootstrap specifically for Natural Capital Coalition.
License: Ghostpress is the intellectual property of Ghost (Digital) Limited. It may not be resold or passed on to any third parties.
Version: 2.8
*/
@import url(members.css);
@import url(wysiwyg.css);
@import url(hub.css);
@import url(bio.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300);
@import url(https://fonts.googleapis.com/css?family=PT+Mono);

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novabold';
    src: url('fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('fonts/proximanova-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	-webkit-font-smoothing: antialiased;
	font-family: 'proxima_nova_rgregular', Calibri, Arial, sans-serif;
	color: #4e4e4e;
	font-size: 16px;
	background: #fefefe;
	line-height: 1.6;
	overflow-x: hidden;
}


body.page-template-template-hub {
	background: url('img/hub_background_1440width.svg') no-repeat;
	background-position: top center;
	background-size: contain;
}

.col-centered {
	float: none;
	margin: 0 auto;
	padding: 0;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.aligncenter {
	margin: 0 auto;
}
img {
	display: block;
	height: auto;
	max-width: 100%;
}
a, a > span {
	color: #555!important;
	text-decoration: underline;
}
a:hover, a:focus, a > span:hover {
	color: #2ea3f2!important;
}
a.arrow-link {
	font-family: 'proxima_novabold', Arial, sans-serif;
	font-size:18px;
	color:#4e4e4e;
	text-decoration: none;
}
a.arrow-link:hover {
	color:#19B8EC!important;
	text-decoration: underline;
}
a.arrow-link:after {
	content: '';
    background: url('img/arrow-right.png') no-repeat;
    background-size: 26px;
    background-position: center 8px;
    height: 25px;
    width: 50px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'proxima_nova_rgregular', Arial, sans-serif;
	font-weight: 700;
}
h1, .h1 {
	font-size: 26px;
	margin: 40px 0 20px 0;
}
h2, .h2 {
	font-size: 24px;
	color: #5A818F;
}
h3, .h3 {
	font-size: 21px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 16px;
}
h6, .h6 {
	font-size: 14px;
}
.embed-container {
	position: relative;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#search-desktop {
	display: inline-flex;
}
.text-center {
	margin-top: 20px;
}
.pull-right {
	margin-top: -55px;
}
.btn-search-green,.btn-search-green:active,.btn-search-green:focus,.btn-search-green.active {
	display: inline-block;
	background: url('img/search-green.png') no-repeat;
	background-size: 56px;
	height: 56px;
	width: 56px;
	outline: none!important;
	border: 0;
	box-shadow: none;
}
.share-icon {
	display: inline-block;
	background: url('img/share-orange.png') no-repeat;
	background-size: 56px;
	height: 56px;
	width: 56px;
	position: relative;
	z-index: 20;
}
.share-icon:hover{
	cursor:pointer;
}
a.btn-green {
	background-color: #b9d977;
	padding: 8px 20px 6px 20px;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'proxima_nova_rgregular', Arial, sans-serif;
	text-decoration: none;
	font-size: 16px;
	border: 2px solid #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.btn-green:focus, a.btn-green:hover {
	background-color: #02c0e4;
}
a.btn-blue {
	background-color: #02c0e4;
	padding: 8px 20px 6px 20px;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'proxima_nova_rgregular', Arial, sans-serif;
	text-decoration: none;
	font-size: 16px;
	border: 2px solid #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.btn-blue:focus, a.btn-blue:hover {
	background-color: #b1d36c;
}
blockquote {
	padding: 10px 40px 10px 40px;
	border-left: 0;
	font-size: 18px;
}
input {
	font-family: 'proxima_nova_rgregular',arial;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	margin-right: 0;
}
p {
	line-height: 1.4;
}
.no-transition {
	-webkit-transition: height 0.01s;
	-moz-transition: height 0.01s;
	-ms-transition: height 0.01s;
	-o-transition: height 0.01s;
	transition: height 0.01s;
}

.modal {
	position: fixed !important;
}
/* HEADER */
#header {
	width: 100%;
	padding-bottom: 20px;
}
#logo {
	max-width: 161px;
	padding: 35px 0;
}
.topnavbar {
	margin: 10px 0 5px 0;
}
.nav-container {
	margin-top:53px;
}
ul#menu-top-menu.nav.navbar-nav li a {
	padding: 5px 0 0 0;
}
#top-navbar-collapse {
	margin-right: -11px;
	padding: 0;
}
.social.icon-bar {
	margin: 5px;
}
.form-control.search-input {
	display:none;
	margin-top: 12px;
}
.navbar-static-top {
	margin-bottom: 30px;
	border: none;
}
.navbar {
	min-height: 40px;
}
.navbar-default {
	padding: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background: none;
}
ul#menu-main-menu {
	padding-left: 0;
}
.menu-main-menu-container {
    width: 96%;
}
.navbar .nav {
    margin: 0;
    display: table;
    width: 93%;
    margin-left: 4%;
}
.navbar .nav li {
	display: inline-block;
	float: none;
	text-align: center;
	vertical-align: middle;
	font-family: 'proxima_nova_rgregular', Calibri, Arial, sans-serif;
	text-transform: uppercase;
}
.navbar .nav li a {
	color: #000;
	text-decoration: none;
	padding: 5px 0 5px 0;
	margin: 0 20px 0 0px;
	font-family: 'proxima_novabold', Calibri, Arial, sans-serif;
	font-size: 14px;
	border-bottom: 3px solid #fff;
}
.navbar .nav li.current_page_item>a, #menu-main-menu>li.menu-item.current_page_ancestor>a {
	border-bottom: 3px solid #faa417;
}
.navbar .brand:hover, .navbar .nav li a:hover, .navbar .brand:focus, .navbar .nav li a:focus {
	border-bottom: 3px solid #faa417;
}
.navbar .nav li:first-child a, .navbar .nav li:first-child {
	margin-left:0;
	border-left: 0;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #FFF;
	border-color: transparent;
}
.navbar-toggle {
	background-color: #1c232b
}
.navbar-collapse {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding:0
}
.social-icons {
	display:none;
	position: absolute;
	right: 22px;
	top: 80px;
	z-index: 2;
}
.caret {
	margin-right: 5px;
}
.dropdown-menu {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.dropdown-menu>li {
	display: list-item;
	text-align: -webkit-match-parent;
	border-left: none !important;
	border-left: none;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	background: #FFF !important;
}
.dropdown-menu>li>a:first-child {
	margin-left: 15px !important;
}
.dropdown-menu>li.current_page_item>a:hover {
	color: #000;
}
#menu-main-menu>.menu-item>ul.dropdown-menu {
    margin-top: 10px;
}

#menu-main-menu>.menu-item>ul.dropdown-menu {
    margin-top: 10px;
}
#menu-main-menu .menu-item ul.dropdown-menu .menu-item ul.dropdown-menu {
	display: block;
	position: relative;
	border: none;
	box-shadow: none;
	margin-left: 20px;
	margin-top: 0px;
}
#menu-main-menu .menu-item .dropdown-menu .menu-item {
	display: block;
	text-align: left;
}
.clear {
	clear:both;
}
/* HOMEPAGE */
.title {
	text-align: center;
	color: #FFF;
	font-family: 'proxima_novabold', Calibri, Arial, sans-serif;
	font-size: 21px;
}
#intro {
	padding: 70px 40px 70px 40px;
	color: #FFF;
	font-size: 24px;
	font-family: 'proxima_novabold', Arial, sans-serif;
}
.intro {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/*height: 300px;
	height: 38vw;
	min-height: 150px;
	*/
}
#natural-capital {
	background: #b1d36c;
	padding: 15px;
}
.natural-capital {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/*height: 300px;
	height: 38vw;
	min-height: 150px;
	*/
}
#naturalcapital {
	padding: 60px 40px 60px 40px;
	font-family: 'proxima_novabold', Calibri, Arial, sans-serif;
	font-size: 20px;
}
#naturalcapital p {
	margin-bottom: 25px;
}
#protocol {
	background-color: #5a818f;
}
img.protocol {
	margin: 0 auto;
	width: 223px;
	padding-top: 15px;
}
#protocoltext {
	overflow: auto;
	font-family: 'proxima_novabold', Calibri, Arial, sans-serif;
	padding: 50px 15px 40px 15px;
	color: #FFF;
	font-size: 20px;
}
#protocoltext p {
	margin-bottom: 25px;
}
#content-hub {
	background: #f1b332;
	padding: 15px;
}
#contenthub {
	font-family: 'proxima_novabold', Calibri, Arial, sans-serif;
	color: #FFF;
	font-size: 20px;
}
#contenthub {
	padding: 50px 0 50px 0;
}
#contenthub .background {
	background-color: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	padding: 30px 30px 30px 30px;
	margin-bottom: 40px;
}
#contenthub p {
	margin-bottom: 25px;
}
#contenthub .button {
	padding-top: 30px;
	padding-bottom: 30px;
}
.twitter-follow-button {
	float: right;
}
.twitter .box-title {
	background: #f1b332;
	padding: 10px 20px 10px 20px;
	text-align: left;
}
.twitter .twitter-inner {
	background: #fff;
	height: 280px;
}
.twitter .twitter-inner a.twitter-timeline {
	padding: 15px 10px 15px 10px;
}
.twitter .twitter-inner .cookieconsent-optout-marketing {
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.2;
	color: #000;
	padding: 15px 10px 15px 10px;
}
.twitter-timeline {
	border-radius: 0px !important;
}
.featuredhub .hub-inner {
	background: #fff;
	padding: 15px 10px 15px 10px;
	overflow: auto;
	min-height: 280px;
}
.featuredhub .box-title {
	background: #9c8b68;
	padding: 10px 20px 10px 20px;
}
.featuredhub .post-content {
	margin-top: 10px;
}
.featuredhub .post-content .fh-title {
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.2;
	color: #000;
}
.featuredhub .post-content .post-date {
	font-weight: normal;
	font-size: 18px;
	color: #000;
}
.featuredhub img {
	border: 1px solid #ccc;
	margin: 0 auto;
	width: 143px;
}
.featuredhub .read-more {
	margin-top: 40px;
	margin-bottom: 20px;
}
#twitter-widget-1 {
	background: #fff;
	min-height: 280px !important;
}
/* CONTENT */
#content {
	margin: 30px 0 50px 0;
}
#content h3 {
	line-height: 1.4;
	margin-top:-3px;
}
.hero_image_page {
	position:relative;
	margin: 0px;
	padding:0;
	height: 300px;
	/* <- For old browsers that can't do vw*/
	height: 38vw;
	min-height: 150px;
	max-height: 300px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}

.modal-dialog {
    top: 20%;
}

iframe {
	border: 0;
	width: 100%;
}

@media screen and (max-width: 425px) {
	iframe {
		border: 0;
		height: auto;
		width: 100%;
	}
}

.hero_image_page .title {
	position: absolute;
	top: 50%;
	height: 50px;
	margin: -25px auto 0;
	right: 0;
	left: 0;
}
.hero_image_page .title h1 {
	color: #FFF;
	font-family: 'proxima_novabold';
	text-align: left;
	font-size: 50px;
	padding: 0;
	margin: 0 10px;
	text-shadow: #4e4e4e 1px 0 10px;
}

.page-id-343 .bio_image {
	max-height:150px;
	padding: 0 10px;
}

bio_image {
	max-height:150px;
	padding: 0;
}



.narrow-container {
	width: 100%;
}



h1.page-title {
	font-size: 50px;
	line-height: 55px;
	max-width: 760px;
}

.home h1.page-title {
    padding-left: 130px;
	padding-right: 300px;
	max-width: none;
}

.wpcf7-submit {
	background-color: #b9d977;
	padding: 3px 20px 1px 20px;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'proxima_nova_rgregular', Arial, sans-serif;
	text-decoration: none;
	font-size: 16px;
	border: 2px solid #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.wpcf7-submit:focus, .wpcf7-submit:hover {
	background-color: #02c0e4;
}
.main-content {
	overflow:hidden;
}
.tags {
	margin-top: 15px;
}
.tags p{font-weight:bold}
.tags p a{font-weight:normal}

.the-content p{
	color: #4e4e4e;
	line-height:33px;
	font-size:20px;
	font-family: 'proxima_nova_rgregular', Arial, sans-serif;
}

.the-content > p{
    padding-left: 130px;
}

.topic-center {
	width: 563px;
	margin: 90px auto;
	background: #fff;
}
.topic-center p {
	color: #4e4e4e;
	line-height:33px;
	font-size:20px;
	font-family: 'proxima_nova_rgregular', Arial, sans-serif;
}
/* CONTACT US */
.google-map {
	margin-bottom: 30px;
}
/* PROTOCOL */
#protocol-download {
	overflow: auto;
	padding: 20px;
	background: #5a818f;
	color: #FFF;
	padding-bottom: 10px;
	margin: 30px 0 30px 0;
	text-align: center;
}
#protocol-download h3 {
	margin-top: 0;
}
#protocol-download .pd-content {
	padding-top: 45px;
}
#protocol-download p {
	font-weight: 600;
	font-size: 18px;
	font-family: 'proxima_nova_rgregular', Calibri, Arial, sans-serif;
	line-height:1.3;
	padding-top: 5px;
}
#protocol-download p a {
	color: #b1d36c;
}
#protocol-download input[type="text"] {
	color: #000;
	margin-bottom: 5px;
}
#protocol-download img {
	max-width: 190px;
	margin-top: 20px;
}
input.ed_bt_css {
	background-color: #b9d977;
	padding: 3px 20px 1px 20px;
	color: #FFF;
	font-family: 'proxima_nova_rgregular', Arial, sans-serif;
	text-decoration: none;
	font-size: 16px;
	border: 2px solid #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
input.ed_bt_css:focus, input.btn-green:hover {
	background-color: #02c0e4;
}
#protocol-download p.alt-protocol a {
	color: #FFF;
	font-weight: normal;
}

/* POST */
#post-content {
	margin: 30px 0 50px 0;
	padding: 0;
}

p.metadata {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: 'proxima_novabold', Arial, sans-serif;
	font-size: 14px;
}
.essb_links.essb_template_copy-retina li a .essb_network_name {
	display: none;
}
.essb_links.essb_template_copy-retina a {
	-webkit-border-radius: 13px!important;
	-moz-border-radius: 13px!important;
	border-radius: 13px!important;
}
.essb_links {
	margin-top: 20px !important;
	margin-bottom: 25px !important;
}
.next-prev {
	overflow: auto;
	margin-top: 30px;
	padding: 20px 0 0 0;
}
.next-prev p {
	color:#666;
}
.next-prev p.next,.next-prev p.prev {
	color: #5A818F;
	font-size: 18px;
	font-family: 'proxima_novabold', Arial, sans-serif;
	margin-bottom: 24px;
}
.previous-post {
	text-align: left;
	margin: 0;
	padding:0;
}
.prev, .next {
	border-bottom: 1px solid #4E4E4E;
	height: 30px;
}
.post-link a {
	font-size: 14px;
	text-decoration: none;
	color: #4e4e4e;
	font-weight: normal;
}
.next-post {
	text-align: right;
	margin: 0;
	padding:0;
}
.post {
	overflow: auto;
	margin: 30px 0 20px 0;
	background: #f6f6f6;
	position: relative;
}
.post em{
	position: absolute;
	bottom: 25px;
	left: 288px;
	font-size: 12px;
}

.post em a{
	font-style: normal;
}
.post h2 {
	margin-top: 0;
	padding-top: 0;
	/*text-transform: uppercase;
	*/
	font-size: 18px;
}
.post h2 a {
	color: #000;
	text-decoration: none;
}
p.uppercase {
	text-transform:uppercase;
	font-size: 12px;
}
p.uppercase:nth-child(2){
	display: none;
}

#post-content .col-xs-3.thumb {
	padding: 0;
	width: 258px;
}
#post-content .col-xs-9.entry {
	padding: 30px;
}
#post-content h1 {
	color:#5A818F;
	font-size: 30px;
	font-family: 'proxima_nova_rgregular', Arial, sans-serif;
}
.col-xs-9.entry em {
	position: absolute;
	bottom: 0;
}
/* EXPANDABLE */
.expandable .panel-heading {
	cursor: pointer;
}
.expandable .panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings';
	/* essential for enabling glyphicon */
	content: "\e252";
	/* adjust as needed, taken from bootstrap.css */
	float: right;
	/* adjust as needed */
	color: #000;
	/* adjust as needed */
}
.expandable .panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\e253";
	/* adjust as needed, taken from bootstrap.css */
}
.expandable .panel-group .panel {
	margin-bottom:20px;
}
/* EVENTS */
#tribe-events-pg-template {
	padding-bottom: 30px;
}
h2.tribe-events-page-title {
	font-size: 21px !important;
	text-transform: uppercase;
}
.tribe-events-cal-links {
	overflow: auto;
}
/* ACF MAP */
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}
/* FOOTER */
#footer-widgets {
	background-color: #F6F6F6;
	padding: 20px 0;
	color: #4e4e4e;
	margin-top:40px;
}
#footer-widgets:after {
	content: "";
	display: table;
	clear: both;
}
#footer-widgets h3 {
	font-size: 18px;
	font-family: 'proxima_novabold', Arial, sans-serif;
	text-align: center;
}
#footer-widgets a {
	font-size: 16px;
	color: #4e4e4e;
	line-height: 27px;
	margin-top:40px;
}
#footer-widgets .textwidget {
	font-family: 'proxima_nova_rgregular', Calibri, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
}
#footer {
	clear: both;
	padding: 30px 20px 20px 20px;
	background-color: #F6F6F6;
}
#footer p {
	text-align: center;
	font-size: 14px;
	font-family: 'proxima_nova_rgregular', Calibri, Arial, sans-serif;
	color: #4e4e4e;
}
#footer p a {
	color: #4e4e4e;
	text-decoration: none;
}
#footer p a:hover, #footer p a:focus {
	text-decoration: underline;
}
a.btn-widget {
	display:block;
	width: fit-content;
	margin: 0px auto;
	background-color: #19B8EC;
	padding: 10px 45px 10px 45px;
	color: #FFF!important;
	font-family: 'proxima_nova_rgregular', Arial, sans-serif;
	text-decoration: none;
	font-size: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 50px;
	transition: ease .5s;
}
a.btn-widget.signup:after {
	content:' \27F6';
}
a.btn-widget:hover {
	background:#5A818F
}
a.btn-widget:focus, a.btn-widget:hover {
	background-color: #5A818F;
}
.mc4wp-form-fields p label {
	text-align: right;
	margin-right: 15px;
	display: none;
}
.mc4wp-form-fields p input[type="first-name"], .mc4wp-form-fields p input[type="last-name"], .mc4wp-form-fields p input[type="organization"], .mc4wp-form-fields p input[type="email"] {
	width: 65%;
	font-family: 'PT Mono', Courier, serif;
	color: #333;
}
input.btn-green {
	background-color: #b9d977;
	padding: 3px 20px 1px 20px;
	text-transform: uppercase;
	color: #4e4e4e;
	font-family: 'proxima_nova_rgregular', Arial, sans-serif;
	text-decoration: none;
	font-size: 16px;
	border: 2px solid #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
input.btn-green:focus, input.btn-green:hover {
	background-color: #02c0e4;
}

#tribe-events .tribe-events-button, .tribe-events-button {
    color: #fff !important; 
}
div#text-2 {
	padding: 0 40px;
}
.navbar-toggle {
	display: block; 
}
/* Intermediate Size and below CSS */
@media screen and (max-width: 961px) {
	.hidden-xs {
		display: none!important;
	}
}
/* DESKTOP CSS (Above mobile size) */
@media screen and (min-width: 961px) {
	
	.navbar-toggle, .navbar-collapse {
		display: none; 
	}

	.narrow-container {
		width: 732px;
		margin: 0 auto;
	}

	.page-id-93

	.page-parent .narrow-container,
	.page-id-93 .narrow-container,
	.page-id-337 .narrow-container,
	.page-id-335 .narrow-container,
	.page-id-191 .narrow-container,
	.page-id-193 .narrow-container,
	.page-id-314 .narrow-container{
		width: 100%;
		margin: 0 auto;
	}

	.col-sm-10.nav-container {
		margin-top: 48px!important;
		padding:0;
	}	

}

@media only screen and (min-width : 961px) and (max-width : 1200px) {
	.navbar .nav li a {
		font-size: 12px;
		margin: 0 10px 0 0;
	}

	.navbar .nav {
		margin: 0;
		display: table;
		width: 100%;
		margin-left: 0;
	}	


 }

 @media only screen and (min-width : 768px) and (max-width : 1200px) {
	div#text-2 {
		padding: 0 15px!important;
	}	
	 
}


@media screen and (min-width: 961px) {

	div#text-2 {
		padding: 0 10%;
	}		
}

@media screen and (max-width: 767px){
	.col-md-3.col-sm-4.hub_categories_list {
		display: none!important;
	}

	.catlist.mobile-only {
		display: none;
		background: #f6f6f6;
		padding: 20px;
		margin-top: 10px;
	}
	
	.catlist.mobile-only.active {
		display: block;
		background: #f6f6f6;
		padding: 20px;
		margin-top: 10px;
	}	

	.catlist.mobile-only .catlist_list {
		margin-top: 10px;
		margin-bottom: 5px;
		column-count: 2;
	}

	.catlist.mobile-only .catlist_list a {
		color: #555;
		text-decoration: none;
		line-height: 22px;
		margin-bottom: 10px;
		display: block;
		font-size: 18px;
		font-family: 'proxima_nova_rgregular', Arial, sans-serif;
	}	

	.search-buttons {
		display: block;
		position: relative;
		top:0;
	}

	.search-buttons .btn-search {
		background: #00b7f1;
		width: 100%;
		border-radius: 20px;
		height: 50px;
		color:#fff;
	}	

	.catlist.mobile-only .catlist_list {
		margin-top: 10px;
		margin-bottom: 5px;
		column-count: 2;
	}	
}


/* MOBILE CSS */
@media screen and (max-width: 960px) {

	.home h1.page-title {
		padding-left: 0px;
		padding-right: 0px;
		max-width: none;
	}

	.the-content > p {
		padding-left: 0;
	}

	#menu-main-menu>.menu-item>ul.dropdown-menu {
		margin-top: -1px;
		background-color: #5A818F;
		width: 100%;
		border-radius: 0;
		border: 0;
		position: relative;
		padding: 0;
		box-shadow: none;
		left: 0;
		float: none;
	}
	#menu-main-menu .menu-item ul.dropdown-menu .menu-item ul.dropdown-menu {
		display: block;
		position: relative;
		border: none;
		box-shadow: none;
		margin-left: 20px;
		margin-top: 0px;
		background-color: #5A818F;
		float:none;
	
	}

	table{
		width: 100%!important;
	}

	.col-md-3.col-sm-4.hub_categories_list {
		display: block;
		position: absolute;
		top: -75px;
		left: 0;
		width: 400px;
		right: 0;
		margin: 0 auto;
	}	

	.hub_categories_list .catlist {
	    background: #f6f6f6;
		padding: 20px;
		width: 480px;
		z-index: 100;
		position: relative;
		left: -104px;
		top: -4px;
	}

	.hub-search {
		padding: 10px 20px 10px 20px;
	}	

	.col-centered {
		padding: 0 60px;
	}
	.menu-main-menu-container {
		width:100%;
	}
	#post-content .col-xs-3.thumb,#post-content .col-xs-9.entry {
		width:100%;
	}
	#post-content .col-xs-9.entry {
		padding-bottom:60px;
	}
	#post-content .col-xs-3.thumb img {
		width:100%;
	}
	.post em {
		position: absolute;
		bottom: 15px;
		left: 30px;
		font-size: 12px;
	}
	.hero_image_page .title h1 {
		font-size: 35px;
	}

	h1.page-title {
		font-size: 37px;
		line-height: 45px;
		margin-bottom: 20px;
		margin-top: -25px;
	}
	.home .the-content p:first-child {
		display: none;
	}
	.topic-center {
		background: transparent;
		width: 100%;
		margin: 34px auto;
	}
	.topic-center h2 {
		font-size: 30px;
	}
	.topic-center p {
		font-size: 18px;
		line-height: 33px;
	}
	#logo {
		float: left;
		margin-left: -15px;
		padding-top: 10px;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.home #logo {
		margin-left: -15px;
		padding-top: 10px;
		margin-bottom: 28px;
		padding-bottom: 35px;
	}

	#logo a img{
		height:47px;
	}

	.navbar-default .navbar-toggle {
		background-color: transparent;
		margin-top: 84px;
		left: 20px;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 35px;
		height: 2px;
		border-radius: 1px;
		margin-bottom: 10px;
		position: relative;
		margin-top: 10px;
	}
	.navbar-default .navbar-toggle {
		border-color: transparent;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}
	.navbar-default {
		position: static;
		float:right;
	}
	.navbar {
		min-height: 0;
	}
	.navbar .nav {
		margin: 0;
		display: block;
		width: 100%;
		background-color: #F6F6F6;
		padding: 20px 0px;
		height: 100%;
		overflow: scroll;
	}
	.navbar .nav li {
		display: block!important;
		float: none;
		text-align: left;
		padding: 10px 12px;
		text-transform: uppercase;
		border-left: none;
	}

	.navbar .nav li.open {
		background:#5A818F;
	}	
	.navbar .nav li a {
		color: #fff;
		border-bottom: 3px solid #F6F6F6;
		margin-left: 0;
	}
	 
	.navbar .brand:hover, .navbar .nav li a:hover, .navbar .brand:focus, .navbar .nav li a:focus {
		color: #fff;
	}
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
		border-color: transparent;
		color:#fff!important;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
	}
	.dropdown-menu>li>a {
		color: #fff;
		display:inline;
		background: #00b7f1 !important;
		padding-left:0 !important;
		margin-left: 30px;
	}
	.navbar .nav li.dropdown a {
		color: #424242!important;
	}	
	.navbar .nav li.dropdown.open a {
		color: #fff!important;
	}		
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
	}
	#menu-main-menu .menu-item .dropdown-menu .menu-item {
		text-align: left;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff!important;
		background: transparent!important;
		border:0;
	}
	.navbar-header {
		position: absolute;
		top: 10px;
		right: 0;
		top: -138px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		position: fixed;
		top: 67px;
		right: -100vw;
		margin: 0px;
		z-index: 200;
		width: 100%;
		padding: 0px;
		transition: ease .2s;
		height: calc(100%)!important;

	}

	.navbar-collapse.in {
		right:0;
	}

	.navbar .nav li.current_page_item>a, #menu-main-menu>li.menu-item.current_page_ancestor>a {
		border-bottom: 3px solid #fff;
	}
	.navbar .brand:hover, .navbar .nav li a:hover, .navbar .brand:focus, .navbar .nav li a:focus {
		border-bottom: 0;
		background-color: transparent;
	}
	.mobile-social .social.icon-bar a {
		margin:0;
	}
	.mobile-social .social.icon-bar {
		margin-top: 0;
		margin-left: 0;
		margin-right:10px;
		float: left;
	}
	.hero_image #intro {
		left: 25%;
		right: 0;
		-ms-transform: translate(-17%, -50%);
		transform: translate(-17%, -50%);
		padding: 8px 10px;
		font-size: 17px;
	}
	.hero_image #naturalcapital {
		left: 25%;
		right: 0;
		-ms-transform: translate(-17%, -50%);
		transform: translate(-17%, -50%);
		padding: 8px 10px;
		font-size: 17px;
	}
	.hero_image #protocoltext {
		left: 25%;
		right: 0;
		-ms-transform: translate(-17%, -50%);
		transform: translate(-17%, -50%);
		padding: 8px 10px;
		font-size: 17px;
	}
	.hero_image #contenthub {
		left: 25%;
		right: 0;
		-ms-transform: translate(-17%, -50%);
		transform: translate(-17%, -50%);
		padding: 8px 10px;
		font-size: 17px;
	}

	#footer-sidebar1, #footer-sidebar2 {
		margin-bottom: 50px;
	}

	#content {
		margin-top: 0;
		margin-right: -15px;
		margin-left: -15px;
	}

	#footer-widgets .container {
		display: table;
	}

	#footer-sidebar2{
		display: table-header-group;
	}

	div#custom_html-2 {
		padding-bottom: 30px;
	}
}

@media (min-width: 1200px){
	#post-content .col-lg-9 {
		width: 75%;
		margin: 0 auto;
		float: initial;
	}
	.col-sm-10.nav-container {
		margin-top: 54px!important;
	}		
	
}



@media (max-width: 460px) {
	/*.navbar-default {
		position: static;
		float:right;
	}
	.navbar .nav {
		margin: 0;
		display: block;
		width: 100%;
		background-color: #FFF;
		padding: 20px 0px;
	}
	.navbar .nav li {
		display: block;
		width:100%;
		float: none;
		text-align: right;
		padding: 10px 12px;
		text-transform: uppercase;
		border-left: none;
	}
	*/

	
	.catlist.mobile-only .catlist_list {
		margin-top: 10px;
		margin-bottom: 5px;
		column-count: 1;
	}

	.col-centered {
		padding: 0 15px;
	}

	.topic-center {
		margin-top: 60px;
	}

	h1.page-title {
		font-size: 30px;
		line-height: 45px;
		margin-bottom: 20px;
		margin-top: -25px;
	}	

	body.page-template-template-hub {
		background: url('img/MBLBackground.svg') no-repeat;
		background-position: top center;
		background-size: contain;
	}
	

	.hero_image #intro {
		left:10%;
		right: 0;
		-ms-transform: translate(-5.5%, -50%);
		transform: translate(-5.5%, -50%);
		padding: 8px 10px;
		font-size: 17px;
	}
	.hero_image #naturalcapital {
		left: 10%;
		right: 0;
		-ms-transform: translate(-5.5%, -50%);
		transform: translate(-5.5%, -50%);
		padding: 8px 10px;
		font-size: 17px;
	}
	.hero_image #protocoltext {
		left: 10%;
		right: 0;
		-ms-transform: translate(-5.5%, -50%);
		transform: translate(-5.5%, -50%);
		padding: 8px 10px;
		font-size: 17px;
	}
	.hero_image #contenthub {
		left: 10%;
		right: 0;
		-ms-transform: translate(-5.5%, -50%);
		transform: translate(-5.5%, -50%);
		padding: 8px 10px;
		font-size: 17px;
	}
	.hero_image_page .title {
		left: 0;
		right: 0;
		-ms-transform: translate(-5.5%, -50%);
		transform: translate(-5.5%, -50%);
		padding: 8px 10px;
		width:90%;
	}
	.img-responsive.protocol {
		margin-top: 20px;
		max-width: 200px;
	}
	#protocol-download img {
		margin-top: 20px;
	}
	#document-links p {
		font-size: 18px;
		padding: 10px 0 0 0;
	}
	#footer-sidebar1, #footer-sidebar2 {
		margin-bottom: 20px;
	}
	.link-box {
		width: 100% !important;
	}
}

.search-overlay {
	display:none;
    position: absolute;
    height: 100vh;
    width: 100vw;
    background: #fff;
    top: 0;
    z-index: 22;
    opacity: 0.9;
    text-align: center;
}

.search-overlay a.close {
	position:absolute;
	top:80px;
	right:80px;
	opacity:1;
	font-size: 30px;
	text-decoration: none;
	text-indent: -999999px;
	height:37px;
	width:36px;
	background:url('img/close-large.png');
}

.search-overlay #search-desktop {
    position: absolute;
    top: calc(50% - 40px);
    left: 0;
    right: 0;
}

.search-overlay .input-group {
	width: 500px;
	margin: 0 auto;
}

.search-overlay .form-control.search-input {
	-webkit-border-radius: 0;
	display: block!important;
    border: 0;
    box-shadow: none;
	border-bottom: 1px solid #4A4A4A;
	font-family: 'proxima_nova_rgregular', Arial, sans-serif;
	font-size: 30px;
	height:auto;
}

#search-mobile .input-group input {
	-webkit-border-radius: 0;
	display: block!important;
	border: 0;
	background: transparent;
	color: #4e4e4e;
    box-shadow: none;
	border-bottom: 1px solid #4A4A4A;
	font-family: 'proxima_nova_rgregular', Arial, sans-serif;
	padding-left: 0;
}

#search-mobile .btn {
	-webkit-border-radius: 0;
	border: 0;
	background: transparent;
	color: #4e4e4e;
	border-bottom: 1px solid #4A4A4A;
	margin-top:1px;
}

.navbar-toggle.active {
	background:url('img/close-large.png') no-repeat;
	background-position: center center;
}

.navbar-toggle.active span{
	visibility:hidden;
}

#tribe-events-content a {
	color: #337ab7!important;
}
