﻿/*
Theme Name: houstonzoo
Theme URI: http://houstonzoo.org
Authors: Apptitude and the Houston Zoo
Author URI: http://apptitude.io
Description: The official theme of The Houston Zoo
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: houstonzoo
Tags: houston, zoo, houstonzoo, animals, conservation

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

houstonzoo is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	/*font-family: inherit;*/
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	/* overflow-y: scroll;  Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	height: auto !important;
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #EFEDE3; /* Fallback for when there is no custom background color defined. */
	padding: 0 10% 0 10%;
	height:100%;
    min-height:100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "futura-pt",sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

textarea:focus, input:focus{
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 2.7em;
	color: #77ab48;
}

h2 {
	font-size: 1.2em;
	color: #77ab48;
}

h3 {
	font-size: 1.2em;
	color: #77ab48;
}

.page-content h1 {
	margin-bottom: 10px;
}

.page-content h3 {
	font-style: normal;
	font-weight: 500;
	word-wrap: break-word;
}

.page-content h4 {
	margin: 0 0 10px;
}

#content h3 {
	margin: 20px 0;
}

h4 {
	font-size: 2.4em;
	color: #77ab48;
}

h4.gray {
	font-size: 1.5em;
	color: #979494;
	font-weight: 600;
	margin-bottom: 35px;
	margin-top: 35px;
}

h5 {
	font-size: 2.0em;
	color: #77ab48;
}

h6 {
	font-size: 1.4em;
	color: #77ab48;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 400;
	word-wrap: break-word;
	text-align: center;
}

p {
	margin-bottom: 1.0em;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	clear: both;
	color: #5b5b5a;
	font-size: 16px;
	display: block;
}

b {
	font-weight: bold;
}

strong {
	font-weight: 500;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.minititle {
	font-size: 12px;
	color: #77ab48;
	line-height: 12pt;
	position: relative;
	top:0;
	float:right;
	font-style: normal;
	font-weight: normal;
}

select {
	padding: 6px;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	-moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	background: #ffffff;
	color: #77ab48;
	border: 1px solid #77ab48;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.right {
	text-align: right;
}

.container_12 h6 {
	text-align: left;
	padding-left: 10px;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
	font-size: 14pt !important;
}

.gform_wrapper textarea {
	font-size: 14pt !important;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc !important;
	border: 0;
	height: 1px;
	margin: 1.5em auto;
	width: auto;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
}

th {
	font-weight: bold;
}

main {
	padding: 20px 40px;
}

article {
	padding: 20px;
}

.entry-content {
	padding: 20px 40px;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	/* border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	/*color: #111;*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

@media only screen and (min-width:992px) {
	#search {
		float:right;
		margin:80px 20px 0 0;
	}
}

@media only screen and (min-width:850px) and (max-width:992px) {
	#search {
		float:right;
		margin:110px 170px 0 0;
	}
}

@media only screen and (max-width:850px) {
	#search {
	    float: none;
	    margin: 0;
	    position: absolute;
	    right: 0;
	    top: 211px;
	    z-index: 1;
	}
	#s {
		background: url('/wp-content/uploads/2014/10/search21.png') no-repeat;
		width: 230px;
		border-radius: 150px;
		margin-right: -50px !important;
		height:50px!;
		top: 0 !important;
	}
}

#s {
	background-position:center center;
	background-repeat:no-repeat;
	border: none;
	height:55px;
	display: inline-block;
	padding-left: 30px;
	margin-right: -55px;
	float: left;
	font-size: 1.7em;
}

.search-submit {
	background: url('/wp-content/uploads/2014/10/search1.png');
	background-position:center;
	background-repeat:no-repeat;
	border: none;
	height:50px;
	width: 50px;
	display: inline-block;
	box-shadow: none;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	text-decoration: underline;
	color: #77AB48;
}

a:visited {
	color: #77AB48;
}

a:hover,
a:focus,
a:active {
	color: #77AB48;
}

.block a {
	display: block;
}

.page-content a {
	text-decoration: underline !important;
}


/* Menu correction stuff */

.viewport{
	z-index: 4;
}

.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}




/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.active-nav {
	background-color: #FFFFFF;
	padding: 1.0em 0;
	margin-top: -10px;
	background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 0%, #f1f1f1 25%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(0%,#e1e1e1), color-stop(25%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e1e1e1 0%,#f1f1f1 25%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e1e1e1 0%,#f1f1f1 25%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e1e1e1 0%,#f1f1f1 25%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e1e1e1 0%,#f1f1f1 25%,#ffffff 100%); /* W3C */
}

.active-nav a {
	color: #EA6814 !important;
}

.top {
	z-index: 999999 !important;
}

#nav-wrapper {
	width:100%;
	z-index: 9999;
}

#main-nav {
	margin: 0 auto !important;
	height: 50px;
	clear: both;
	display: block;
	min-height: 43px;
	text-align: center;
	padding: 6px 0 0;
	background-color: #77AB48;
	position: relative;
	color: #FFFFFF;
}

#main-navigation {
	z-index: 999;
}

#menu-main-nav {
	z-index: 999;
	padding: 0;
	border: 0;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	width: 100%;
	position: absolute;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation li a {
	display: block;
	padding: 0.5em 1.8em;
	font-weight: bold;
	text-transform: none;
	font-family: futura-pt,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.5em;
	color: #FFFFFF;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
    background-color: #ffffff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: block;
    left: -999em;
    min-width: 200px;
    padding: 10px;
    text-align: left;
    top: 4.5em;
    z-index: 9999;
}

.main-navigation.submenu {
	position: relative;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	
}

.main-navigation ul ul li {
    clear: left;
    display: block;
    float: left;
}

.main-navigation ul ul li a {
	color: #767676;
	font-weight: 400;
	font-size: 12pt;
}

.main-navigation ul li:hover {
	background-color: #FFFFFF;
	padding: 1.0em 0;
	margin-top: -10px;
	background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 0%, #f1f1f1 15%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(0%,#e1e1e1), color-stop(25%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e1e1e1 0%,#f1f1f1 15%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e1e1e1 0%,#f1f1f1 15%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e1e1e1 0%,#f1f1f1 15%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e1e1e1 0%,#f1f1f1 15%,#ffffff 100%); /* W3C */
}

#menu-main-nav .current_page_item {
	background-color: #77AB48 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*border-radius: 5px;*/
}
.main-navigation ul li{
	border-radius: 5px;
}

.main-navigation .current_page_item {
	background-color: #EA6814;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.main-navigation .current_page_item a {
	color: #fff;
}
.main-navigation .current_page_item .sub-menu a {
	color: #767676;
}
.main-navigation .current_page_item .sub-menu a:hover {
	color: #fff;
}

.main-navigation li:hover > a {
	color: #EA6814;
}

.main-navigation ul ul li:hover {
	padding: 0;
	background-color: #FFFFFF;
	background: #FFFFFF;
}

.main-navigation ul ul :hover > a {
	color: #FFFFFF;
	background-color: #EA6814;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: 0;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

#menu-plan-your-visit {
	display: none;
}

#menu-new-at-the-zoo {
	display: none;
}

#menu-meet-the-animals-2 {
	display: none;
}

#menu-exhibits-4 {
	display: none;
}

#menu-education {
	display: none;
}

#menu-experiences-2 {
	display: none;
}

#menu-protect-animals-2 {
	display: none;
}

.subnavigation ul {
	background-color: #FFFFFF;
	text-align: left;
	left: 0;
	top: 4.0em;
	padding: 7px 5px;
	z-index: -10;
	display: block;
	box-shadow: none;
}

.subnavigation ul li {
	margin: 0 0.5%;
}

.subnavigation ul li:hover {
	background-color: #FFFFFF;
	padding: 0;
	margin-top: 0;
}

.subnavigation ul li a {
	color: #767676;
	font-weight: 500;
	font-size: 8pt;
	text-transform: uppercase;
}

.subnavigation ul li:hover {
	padding: 0;
	background-color: #FFFFFF;
	background: #FFFFFF;
}

.subnavigation ul :hover > a {
	color: #FFFFFF;
	background-color: #EA6814;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media only screen and (min-width:850px) and (min-width:991px) {
	#header-nav {
		position: absolute;
		right: 5px;
		top: 20px;
		height: 40px;
	}
}


@media only screen and (max-width:991px) {
	#header-nav {
		position: absolute;
		float: right;
		right: 15px;
		top: 20px;
		width: 50%;
	}
	
	#header-navigation .sub-menu {
		display: none;
	}

	.header-navigation {
		clear: both;
		display: block;
		width: 100%;
		min-height: 43px;
		text-align: right;
		padding-top: 6px;
		margin-bottom: 7px;
		color: #FFFFFF;
		z-index: 99999;
	}
	
	.header-navigation ul {
		list-style: none;
		margin: 0 150px 0 0;
		padding-left: 0;
		width: 100%;
	}
	
	.header-navigation li {
		position: relative;
		padding: 2px;
		line-height: 24px;
	}
	
	.header-navigation li:last-child {
		border-right: 0;
	}
	
	.header-navigation a {
		font-family: "futura-pt",sans-serif;
		font-style: normal;
		font-weight: 400;
		padding-left: 1px;
		padding-right: 1px;
		font-size: 1.3em;
		text-transform: uppercase;
		color: #767676;
		display: block;
		text-decoration: none;
	}
	
	.header-navigation a:hover {
		color: #77AB48;
	}
	
	.header-navigation ul ul {
		float: left;
		position: absolute;
		left: -999em;
		z-index: 99999;
		width: 100%;
	}
	
	.header-navigation ul ul li {
		position: relative;
		font-size: 1.0em;
		background: white;
		z-index: 1000000;
		padding: 2px;
		margin-top: -1px;
	}
	
	.header-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	
	.header-navigation ul ul a {
		width: 150px;
		padding-left: 10px;
	}
	
	.header-navigation ul ul li {
		border: 0;
		text-align: left;
	}
	
	.header-navigation ul ul li a {
		font-size: 8pt;
		text-transform: none;
	}
	
	.header-navigation li:hover > a {
	}
	
	.header-navigation ul ul :hover > a {
	}
	
	.header-navigation ul ul a:hover {
	}
	
	.header-navigation ul li:hover > ul {
		left: auto;
	}
	
	.header-navigation ul ul li:hover > ul {
		left: 100%;
	}
	
	.header-navigation .current_page_item > a,
	.header-navigation .current-menu-item > a,
	.header-navigation .current_page_ancestor > a {
	}

}

@media only screen and (min-width:992px) {
	.header-navigation {
		clear: both;
		display: block;
		float: left;
		width: 100%;
		min-height: 43px;
		text-align: center;
		padding-top: 6px;
		margin-bottom: 7px;
		position: relative;
		color: #FFFFFF;
		text-align: center;
	}
	
	.header-navigation ul {
		list-style: none;
		margin: 0 235px 0 0;
		padding-left: 0;
		width: 100%;
	}
	
	.header-navigation li {
		float: left;
		position: relative;
		padding: 2px 5px;
		font-size: 16px;
		border-right: 1px solid grey;
		line-height: 12px;
		margin-right: 2px;
	}
	
	.header-navigation li:last-child {
		border-right: 0;
	}
	
	.header-navigation a {
		font-family: "futura-pt",sans-serif;
		font-style: normal;
		font-weight: 400;
		padding-left: 1px;
		padding-right: 1px;
		font-size: 12px;
		text-transform: uppercase;
		color: #767676;
		display: block;
		text-decoration: none;
	}
	
	.header-navigation a:hover {
		color: #77AB48;
	}
	
	.header-navigation ul ul {
		float: left;
		position: absolute;
		padding-top: 10px;
		left: -999em;
		z-index: 99999;
	}
	
	.header-navigation ul ul li {
		position: relative;
		font-size: 11px;
		top: 0;
		background: white;
		z-index: 1000000;
		padding: 2px;
	}
	
	.header-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	
	.header-navigation ul ul a {
		width: 150px;
	}
	
	.header-navigation ul ul li {
		border: 0;
		text-align: left;
	}
	
	.header-navigation ul ul li a {
		font-size: 8pt;
		text-transform: none;
	}
	
	.header-navigation li:hover > a {
	}
	
	.header-navigation ul ul :hover > a {
	}
	
	.header-navigation ul ul a:hover {
	}
	
	.header-navigation ul li:hover > ul {
		left: auto;
	}
	
	.header-navigation ul ul li:hover > ul {
		left: 100%;
	}
	
	.header-navigation .current_page_item > a,
	.header-navigation .current-menu-item > a,
	.header-navigation .current_page_ancestor > a {
	}
	
	#menu-item-29015 {
		display: none;
	}
	
	#menu-item-29016 {
		display: none;
	}
	
	#menu-item-29017 {
		display: none;
	}
	
}

.header-navigation .current_page_item > a {
	color: #78AC47;
}

#footer-nav {
	padding: 20px 0;
	background-color: #77AB48;
	position: relative;
	color: #FFFFFF;
	min-height: 43px;
	margin-bottom: 40px;
}

.footer-navigation {
	clear: both;
	display: block;
	text-align: center;
	width: 100%;
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.footer-navigation li {
	display: inline-block;
	position: relative;
}

.footer-navigation li a {
	display: inline;
	text-transform: none;
	/* font-family: "Dosis", Arial, sans-serif; */
	font-family: futura-pt,sans-serif;
	font-style: normal;
	font-size: 1.15em;
	color: #FFFFFF;
	padding: 0;
}

.footer-navigation .current_page_item a {
	font-weight: 600;
}

.delimiter {
	display: inline;
}

.footer-navigation li:last-child .delimiter {
	display: none;
}

.footer-navigation a {
	display: block;
	text-decoration: none;
}

.footer-navigation a:hover {
	text-decoration: underline;
}

#menu-footer-nav li a {
	content: "•" !important;
}

/* Small menu */
.menu-toggle {
	display: none;
	padding:4px;
}
a.menu-togle{
	color:#fff;
}
.flex-btn{
	display: none;
}
.flexpanel-active .flex-btn{
	display: block;
}
/* move flexpanel down slightly when adminbar is active */
body.admin-bar.flexpanel-active.flexpanel-left .flexpanel .viewport-wrap {
    top: 32px;
}
/*
.flexpanel .viewport {
    background: #77AB48 none repeat scroll 0 0;
}
*/

a.menu-toggle span, a:hover.menu-toggle span, a:focus.menu-toggle span, a:active.menu-toggle span{
	color:#fff;
}


@media screen and (max-width: 850px) {
	#main-nav {
		padding: 6px 0 5px;
	}
	.main-navigation ul {
		display: none;
	}
	
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
		float:left;
		position: relative;
	}
	
	.main-navigation ul {
		position: relative;
		width: 100%;
		margin: 0;
		text-align: left;
	}
	
	.main-navigation ul li {
		background-color: #77AB48;
		width: 100%;
		margin-top: -1px;
	}
	
	.main-navigation ul li:last-child {
		padding-bottom: 5px;
	}
	
	.main-navigation ul ul {
		display: none;
	}

	.main-navigation ul li:hover {
		background: #77AB48;
		padding: 0;
		margin-top: 0;
		color: #FFFFFF;
	}
	
	.main-navigation ul li a:hover {
		color: #FFFFFF;
	}
	
	.subnavigation {
		height: 0 !important;
	}
	
	.subnavigation div {
		height: 0 !important;
	}
	
	.subnavigation ul {
		top: 0 !important;
		background-color: inherit;
	}
	
	.subnavigation ul li {
		margin: -1px 0 0;
		width: 100%;
	}
	
	.subnavigation ul li a {
		color: #fff;
	}
	
	.main-navigation .current_page_item {
		background-color: #77AB48;
		border-radius: 0;
		-webkit-border-radius: 0;
	}
	
	.subnavigation ul :hover > a {
		background-color: #77AB48;
		border-radius: 0;
		-webkit-border-radius: 0;
	}

}

@media screen and (min-width: 850px) {
	#menu-item-28796 {
		display: none;
	}
	#menu-item-28795 {
		display: none;
	}
	#menu-item-28794 {
		display: none;
	}
	#menu-item-28791 {
		display: none;
	}
	#menu-item-28793 {
		display: none;
	}
	#menu-item-28790 {
		display: none;
	}
	#menu-item-28797 {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#google_language_translator {
	margin-top: -3px;
}

@media screen and (max-width: 850px) {
	.hiddensm {
		display: none;
	}
}

.conservation-menu {
	list-style: none;
	padding: 0;
	margin-left: -5px;
	margin-top:20px;
}

.conservation-menu li a {
	text-decoration: none;
	margin-left: 10px;
	text-transform: uppercase;
}

.conservation-menu li a h2 {
	color: #fff;
	text-transform:capitalize;
}

.conservation-menu li {
	padding: 0 20px;
	margin: -10px 10px;
	font-weight: 500;
	text-transform: none;
}

.conservation-menu li:hover {
	background-color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.conservation-menu li:hover a h2{
	color: #77AB48 !important;
}

.conservation-menu-container {
	background-color: #77AB48;
	margin-left: -30px;
	padding: 5px 0;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1 em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
        margin-bottom: 1 em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.twitter-share-button {
	margin-bottom: 5px;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
#wpadminbar {
	z-index: 9999999 !important;
}

#header-wrapper {
}

#header {
	display: block;
	float: left;
	min-width: 100%;
	min-height: 153px;
	height: auto;
	top: 0;
	position: relative;
}

@media only screen and (min-width:1250px) {
	#collage-container {
	    margin: 5px 0 0 5px;
	}

	#header .inner, #content, .tn-grid-container, #sub-container, #footer, #main-nav, #more-button {
		width: 1100px;
	}
	
	#s {
		background: url('/wp-content/uploads/2014/12/search22-01.png') no-repeat;
		width: 450px;
	}
	
	#row-container {
		max-height: 1325px;
	}
	
	.box.size64 h2 {
		margin-top: 10px;
		margin-left: 10px;
		font-size: 1.9em;
	}
	
	.tile-title {
		margin-top: 10px;
		margin-left: 10px;
		font-size: 1.5em;
	}
	
	.tile-subtitle {
		font-size: 0.9em;
	}
	
	#more-button {
	  	margin: 0 auto -114px;
	  	bottom:125px;
	}
	
	.main-navigation {
		padding-left: 0.7em;
	}
	
	.main-navigation li a {
		font-size: 1.4em;
		padding: 0.5em 1.6em;
	}
	
	.subnavigation ul li a {
		padding: 0.8em 0.9em 0.7em;
	}
	
	.adopthoverimage {
		position: absolute;
		top: 5px;
		left: 13px;
		width: 85%;
		height: 85% !important;
		max-height: 150px;
		opacity: 0;
	}
		
	.col-md-4 .adopthover {
		position: absolute;
		top: -2px;
		right: 17%;
		width: 59%;
		height: 84% !important;
		opacity: 0;
	}
	
	.col-md-3 .adopthover {
		position: absolute;
		top: -2px;
		right: 16%;
		width: 78%;
		height: 87% !important;
		opacity: 0;
	}
	
	.col-md-4 .conservimage .adopthover {
		position: absolute;
		top: -2px;
		right: 22%;
		width: 55%;
		height: 84% !important;
		opacity: 0;
	}
	
	.col-md-3 .conservimage .adopthover {
		position: absolute;
		top: -2px;
		right: 22%;
		width: 72%;
		height: 87% !important;
		opacity: 0;
	}
}

@media only screen and (min-width:1050px) and (max-width:1250px) {
	#collage-container {
	    margin: 5px 0 0 5px;
	}
	
	#header .inner, #content, .tn-grid-container, #sub-container, #footer, #main-nav, #more-button {
		width: 1040px;
	}
	
	#s {
		background: url('/wp-content/uploads/2014/12/search21-011.png') no-repeat;
		width: 350px;
	}
	
	#row-container {
		max-height: 1270px;
	}
	
	.box.size64 h2 {
		margin-top: 10px;
		margin-left: 10px;
		font-size: 1.9em;
	}
	
	.tile-title {
		margin-top: 10px;
		margin-left: 10px;
		font-size: 1.5em;
	}
	
	.tile-subtitle {
		font-size: 0.8em;
	}
	
	#more-button {
		width: 1000px;
		margin: 0 auto -100px;
		bottom:115px;
	}
	
	.main-navigation {
		padding-left: 1.50em;
	}
	
	.main-navigation li a {
		font-size: 1.4em;
		padding: 0.5em 1.2em;
	}
	
	.subnavigation ul li a {
		padding: 0.8em 0.6em 0.5em;
	}
	
	.adopthoverimage {
		position: absolute;
		top: 4px;
		left: 8px;
		width: 92%;
		height: 86% !important;
		max-height: 150px;
		opacity: 0;
	}
	
	.col-md-4 .adopthover {
		position: absolute;
		top: -2px;
		right: 12%;
		width: 68%;
		height: 84% !important;
		opacity: 0;
	}
	
	.col-md-3 .adopthover {
		position: absolute;
		top: -2px;
		right: 4%;
		width: 88%;
		height: 88% !important;
		opacity: 0;
	}
	
	.col-md-4 .conservimage .adopthover {
		position: absolute;
		top: -2px;
		right: 19%;
		width: 60%;
		height: 84% !important;
		opacity: 0;
	}
	
	.col-md-3 .conservimage .adopthover {
		position: absolute;
		top: -2px;
		right: 17%;
		width: 77%;
		height: 87% !important;
		opacity: 0;
	}

}

@media only screen and (min-width:850px) and (max-width:1050px) {
	#collage-container {
	    margin: 5px 0 0 5px;
	}

	#header .inner, #content, .tn-grid-container, #sub-container, #footer, #main-nav, #more-button {
		width: 800px;
	}
	
	#s {
		background: url('/wp-content/uploads/2014/10/search21.png') no-repeat;
		width: 235px;
	}
	
	#row-container {
		max-height: 990px;
	}
	
	.box.size64 h2 {
		margin-top: 10px;
		margin-left: 10px;
		font-size: 1.8em;
	}
	
	.tile-title {
		margin-top: 10px;
		margin-left: 10px;
		font-size: 1.4em;
	}
	
	.tile-subtitle {
		font-size: 0.8em;
	}
	
	#more-button {
		width: 800px;
		margin: 0 auto -100px;
		bottom:115px;
	}
	
	.main-navigation {
		padding-left: 0;
	}
	
	.main-navigation li a {
		font-size: 1.2em;
		padding: 0.5em 0.8em;
	}
		
	.subnavigation ul li a {
		font-size: 7pt;
		padding: 0.8em 0.3em 0.5em;
	}
	
	.adopthoverimage {
		position: absolute;
		top: 5px;
		left: 0;
		width: 100%;
		height: 85% !important;
		max-height: 140px;
		opacity: 0;
	}
	
	.col-md-4 .adopthover {
		position: absolute;
		top: -2px;
		right: 11%;
		width: 61%;
		height: 77% !important;
		opacity: 0;
	}
	
	.col-md-3 .adopthover {
		position: absolute;
		top: -13px;
		right: 30%;
		width: 60%;
		height: 80% !important;
		opacity: 0;
	}

	.col-md-4 .conservimage .adopthover {
		position: absolute;
		top: -2px;
		right: 10%;
		width: 77%;
		height: 83% !important;
		opacity: 0;
	}

	.col-md-3 .conservimage .adopthover {
		position: absolute;
		top: -2px;
		right: 10%;
		width: 72%;
		height: 87% !important;
		opacity: 0;
	}

}

@media only screen and (min-width:650px) and (max-width:850px) {
	#collage-container {
	    margin: 5px 0 0 5px;
	}
	
	#header .inner, #content, .tn-grid-container, #sub-container, #footer, #main-nav, #more-button {
		width: 620px;
	}
	
	#row-container {
		max-height: 820px;
	}
	
	.box.size64 h2 {
		margin-top: 5px;
		margin-left: 5px;
		font-size: 1.3em;
	}
	
	.tile-title {
		margin-top: 5px;
		margin-left: 5px;
		font-size: 1.1em;
	}
	
	.tile-subtitle {
		display: none;
	}
	
	#more-button {
		width: 600px;
		margin: 0 auto -103px;
		bottom:115px;
	}
	
}

@media only screen and (min-width:550px) and (max-width:650px) {
	#collage-container {
	    margin: 5px auto 10px;
	    width:330px !important;
	}
	
	#content {
		margin: 0;
		padding: 0;
	}
	
	#header .inner {
		width: 100%;
		max-width: 599px;
	}
	
	.tn-grid-container {
		width: 100%;
		max-width: 599px;
	}
	
	#sub-container {
		width: 100%;
		max-width: 599px;
	}
	
	.box.size64 h2 {
		margin-top: 5px;
		margin-left: 5px;
		font-size: 1.2em;
	}
	
	.tile-title {
		margin-top: 5px;
		margin-left: 5px;
		font-size: 1.0em !important;
	}
	
	#row-container {
		max-height: 2610px;
	}
	
	#more-button {
		width: 100%;
		margin: -100px auto 0;
	}
	
	#footer {
		width: 100%;
		max-width: 599px;
	}
	
	#main-nav {
		width: 100%;
		max-width: 599px;
	}
	
	#menu-main-nav .current_page_item {
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
	}

}

@media only screen and (max-width:550px) {
	#collage-container {
	    margin: 5px auto 10px;
		width:330px !important;
	}
	
	#content {
		margin: 0;
		padding: 0;
	}
	
	#header .inner {
		width: 100%;
	}
	
	.tn-grid-container {
		width: 100%;
	}
	
	.box.size64 h2 {
		margin-top: 5px;
		margin-left: 5px;
		font-size: 1.6em;
	}
	
	.tile-title {
		margin-top: 5px;
		margin-left: 5px;
		font-size: 1.4em !important;
	}
	
	#row-container {
		max-height: 2610px;
	}
	
	#more-button {
		width: 100%;
		margin: -100px auto 20px !important;
		position: relative !important;
	}
	
	#footer {
		width: 100%;
	}
	
	#main-nav {
		width: 100%;
	}
	
	#menu-main-nav .current_page_item {
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
	}
	
	.adopthoverimage {
		position: absolute;
		top: -4px;
		left: 29%;
		width: 42%;
		min-width: 140px;
		height: 90% !important;
		opacity: 0 !important;
	}
	
	.fcbk_share {
		display: none;
	}
	
}

@media only screen and (min-width:768px) and (max-width:850px) {
	.adopthoverimage {
		position: absolute;
		top: 5px;
		left: 0;
		width: 100%;
		height: 80% !important;
		max-height: 95px;
		opacity: 0;
	}
}

@media only screen and (min-width:550px) and (max-width:786px) {
	.adopthoverimage {
		position: absolute;
		top: -2px;
		left: 32%;
		width: 36%;
		height: 100% !important;
		opacity: 0;
	}
}

@media only screen and (max-width:768px) {
	
	.pg-template {
		padding: 0 5px !important;
	}
	
	#container {
		padding: 10px 15px;
	}
	
	.slide-buttons {
		display:none !important;
	}
	
	.slide img.image {
		width: auto !important;
		min-width: 500px !important;
		max-width: none !important;
	}
	
	.tn-grid-container.parent-pg {
	margin: 20px auto 0 !important;
	}

}

@media only screen and (min-width:768px) {
	#container {
		padding: 0 40px;
	}
}

@media only screen and (max-width:992px) {
	.col-md-4 .adopthover {
		display: none !important;
	}
	
	.col-md-3 .adopthover {
		display: none !important;
	}
}

@media only screen and (max-width:850px) {
	.headerHours {
		float: left;
		color: #EA6814;
		margin-left: 15px;
		font-size: 18px;
		margin-top: 165px;
		font-family: 'futura-pt',sans-serif;
		font-style: normal;
		font-weight: 400; 
		position: relative;
	}
	#header .inner {
		margin: 0 auto;
		position: relative;
		height: 100%;
		min-height: 212px;
		border-bottom: 0px solid #D9DCDD;
		background-color: white;
	}
}

@media only screen and (min-width:850px) {
	.headerHours {
		float: left;
		color: #EA6814;
		margin-left: 150px;
		font-size: 18px;
		margin-top: 106px;
		font-family: 'futura-pt',sans-serif;
		font-style: normal;
		font-weight: 400; 
		position: relative;
	}
	
	#header .inner {
		margin: 0 auto;
		position: relative;
		height: 100%;
		min-height: 153px;
		border-bottom: 0px solid #D9DCDD;
		background-color: white;
	}
}

.headerHours p {
	float: left;
	color: #EA6814;
	font-size: 18px;
	margin-bottom: 0;
	font-family: 'futura-pt',sans-serif;
	font-style: normal;
	font-weight: 400; 
	position: relative;
}

.smallHours {
	font-size: 14px;
}

.smallHours p {
	font-size: 14px;
}

@media only screen and (min-width:992px) {
	#header-plugins {
		position: absolute;
		right: 0;
		top: 0;
	}
}

@media only screen and (min-width:768px) and (max-width:992px) {
	#header-plugins {
		position: absolute;
		float:right;
		right: 120px;
	}
}

@media only screen and (max-width:768px) {
	#header-plugins {
		display: none;
	}
	
	.leftSideSocial {
		display: none;
	}
}

#content {
	/*top:60px;*/
	/*margin: 50px auto 0;*/
	width: 100%;
    position:relative;
    padding: 0;
    overflow: hidden;
}

#content.home {
	/*top: 10px;*/
}

#container {
	background-color: #fff;
}

#container.parent-pg {
	padding: 0 0 10px;
}

#main {
	padding-bottom:50px;
}

#page {
	height: auto;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #737373;
	background-color: #EFEDE3;
	overflow-x: hidden;
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-image: none;
	height: 100%;
}

.page {
	margin: 0;
	padding: 0;
}

.page-content {
	color: #5b5b5a;
	margin: 0 auto;
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 0px;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: left;
}

.pg-template {
	padding: 40px 0 30px;
}

.tn-grid-container {
	margin: 0 auto;
	clear: both;
}

#sub-container {
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 30px;
}

.adopt {
	width:120%;
	margin-left: -10%;
}

#content-sub {
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
	padding-top: 40px;
	background-color: #ffffff;
	text-align: left;
}

.content-sub {
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #ffffff;
	text-align: left;
}

#footer {
	font-family: "futura-pt",sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 20px;
	position: relative; /* negative value of footer height */
	clear:both;
}

#row-container {
	height: 100%;
	display: block;
	margin: 0;
	padding: 0 !important;
	overflow: hidden;
}

#collage-container {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: left;
}

#collage-container a {
	text-decoration: none;
}

.tile-title {
	color: #fff;
	text-transform: uppercase;
}

.tile-subtitle {
	text-align: right;
	position: absolute;
	bottom: -10px;
	margin-bottom: -50px;
	right: 10px;
	margin-left:15px;
	color: #fff;
	text-transform: none;
}

.tile-subtitle p {
	margin: 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
	display: inline-block !important;
}

.glyphicon-chevron-right {
	display:inline-block;
	font-size: 0.8em;
}

#more-button {
	background: url('/wp-content/uploads/2014/12/btn_more.png') no-repeat center center; 
	height:90px;
	position:absolute;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance:none;
	padding: inherit;
	text-shadow: none;
	margin-top: 0;
	padding-top: 0 !important;
}

.block-list {
	list-style:none;
	margin:0;
}

.block-list li {
	margin: 2.5px 0;
}

.bold {
	font-weight: 800;
}

.search-box {
	width: 100%;
	max-width: 220px;
	min-height: 150px;
}

.search-box h2 {
	font-size: 2.3em !important;
}

.list-none {
	list-style: none;
	margin: 0;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.contact-dev {
	font-size: 14px;
	color: #ea6814;
	border: 1px solid #ea6814;
	font-weight: 700;
	padding: 1em 2em 1em 2em;
	margin-top: -10px;
	float:right;
}

.contact-dev a {
	font-size: 14px;
	color: #ea6814;
	font-weight: 700;
}

.support_page_callout {
	float: right;
	font-size: 14px;
	color: #ea6814;
	border: 1px solid #ea6814;
	margin-right: 0em;
	font-weight: 700;
	padding: 1em 2em 1em 2em;
	margin-bottom: 1em;
	width: 55%;
	display: inline;
}

.adopthover:hover {
	opacity: 1;
}

.conservimage .adopthover:hover {
	opacity: 1;
}

.footerlocation {
	text-align: left;
	padding-left: 22%;
}

@media only screen and (max-width:768px) {
	.footerlocation {
		padding-left: 42%;
	}
}

.natz h1 {
	font-size: 22pt;
	font-weight: normal;
}

@media only screen and (min-width:850px) {
	#social-buttons {
		text-align: right;
		margin:-40px 0 0 0;
		position:relative;
		float:right;
	}
}

@media only screen and (max-width:850px) {
	#social-buttons {
		text-align: right;
		margin:20px 0 0 0;
		position:relative;
		float:right;
	}
		
	#social-buttons ul {
		margin: 0;
	}
}

#social-buttons a {
	text-decoration: none;
}

#youtube h2 {
	margin-bottom: 10px;
}

#natz-left a, #natz-right a {
	text-decoration: none;
	color: inherit;
}

.buffer {
	margin-top: 20px;
}

.inline {
	display: inline-block;
}

/* BEGIN emma enewsletter signup form styles */

/* Controls width of your form */
.e2ma_signup_form {
	width:420px;
}

/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text],
.e2ma_signup_form textarea,
.e2ma_signup_form select { 
	border:1px solid #ccc;
	font-family: "futura-pt",sans-serif;
	font-size:16px;
	width: 100%;  
}
.e2ma_signup_form textarea { 
	height: 100px;
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	border:0px solid #ddd;
	padding:5px;
	margin-bottom:5px;
}

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
    text-align:center;
    display: inline;
}

/* Controls border around signup image (when image is linked) */
.e2ma_signup_image {
    border:0;
}

/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	font-family:"futura-pt", sans-serif;
	font-size:16px;
	color:#77ab48;
	font-weight: 500;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	font-family:"futura-pt", sans-serif;
	font-size:16x;
	color:#5b5b5a;
	float:left;
	text-align:left;
	width:110px;
	padding-top:0px;
	white-space:nowrap;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	margin-left:140px;
	font-family:"futura-pt";
	font-size:16px;
	color:#333333;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style for "Select your interests..." text */
.e2ma_signup_form_group_label {
	font-family:"futura-pt", sans-serif;
	font-size:16px;
	color:#333333;
	font-weight:normal;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style and spacing for groups displayed as options */
.e2ma_signup_form_groups {
	font-family:"futura-pt", sans-serif;
	font-size:16px;
	color:#333333;
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	font-family:"futura-pt", sans-serif;
	font-size:12px;
	color:#5b5b5a;
	border:0px solid #dddddd;
	padding:5px;
	margin-bottom:0px;
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	color:#FF0000;
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	float:left;
}

/* Controls display of the "clear" button */
.e2ma_signup_form_button_row #e2ma_signup_reset_button {
	display: none;
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button { 
    width: 160px !important;
}

/* END emma enewsletter signup form styles */
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {

}

.search-title a {
	font-size: 1.3em;
}

.search-summary p {
	font-size: 1.0em;
	margin-top: -20px;
}

.search-column img {
	width: 100%;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.goog-te-combo {
	font-size: 9pt !important;
	padding-left: 5px;
}

select.goog-te-combo {
	padding: 3px 5px !important;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.toggle {
	text-align: left;
	margin-bottom: 10px;
	clear: both;
	float: none !important;
	border: 1px solid #77AB48;
	padding: 10px;
	width: 100%;
	border-radius: 16px;
	padding-bottom: 0;
}
.toggle-prev .toggle_active {
	background: url("images/arrow-down.png") no-repeat scroll left 0px transparent !important;
}

.toggle-prev .toggle_title {
	background: url("images/arrow-right.png") no-repeat scroll left 0px transparent;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 10px;
	padding-left: 33px;
	text-decoration: none;
}
.moretoggles {
	border: none;
	padding: 0px;
	padding-bottom: 1em;
	margin: 0px;
	cursor: pointer;
}

.moretoggles  .toggle_title {
	float: right !important;
	/* padding-left: 0px; */
	padding-top: 5px;
	padding-left: 35px;
	text-transform: uppercase;
	margin-left: 30px;
}
.moretoggles  .toggle {
	padding: 0px !important;
}
.moretoggles  .toggle_content  {
	padding: 0px;
}

.moretoggles .toggle_title {
	background: url("images/more-arrow-down.png") no-repeat scroll -3px 0px transparent !important;
	height: 30px;
}

.moretoggles .toggle_active {
	background: url("images/more-arrow-up.png") no-repeat scroll -3px 0px transparent !important;
	height: 30px;
	
}
.moretoggles_left  .toggle_title {
	float: left !important;
	/* padding-left: 0px; */
	padding-top: 5px;
	/* padding-left: 35px; */
	text-transform: uppercase;
	margin-left: 0px;
	padding-left: 40px;
}
.moretoggles_left .toggle_title {
	background: url("images/more-arrow-down.png") no-repeat scroll -3px 0px transparent !important;
	height: 30px;
}

.moretoggles_left .toggle_active {
	background: url("images/more-arrow-up.png") no-repeat scroll -3px 0px transparent !important;
	height: 30px;
	
}

.moretogglesleft {
	border: none;
	padding: 0px;
	padding-bottom: 1em;
	margin: 0px;
}

.moretogglesleft  .toggle_title {
	padding-right: 100%;
	float: left !important;
	/* padding-left: 0px; */
	padding-top: 5px;
	padding-left: 35px;
	text-transform: uppercase;
}
.moretogglesleft  .toggle {
	padding: 0px !important;
}
.moretogglesleft  .toggle_content  {
	padding: 0px;
}

.moretogglesleft .toggle_title {
	background: url("images/more-arrow-down.png") no-repeat scroll -3px 0px transparent !important;
	height: 30px;
}

.moretogglesleft .toggle_active {
	background: url("images/more-arrow-up.png") no-repeat scroll -3px 0px transparent !important;
	height: 30px;
}

.morelineToggle {
	border-bottom: 1px solid #dddddd;
	padding-top: 10px;
}

.linetoggles {
	border: none;
	padding: 0px;
	padding-bottom: 1em;
	margin: 0px;
	margin-top: 10px;
	padding-top: 20px;
}

.linetoggles .toggle {
	border: none;
	padding: 0px;
	padding-bottom: 1em;
	margin: 0px;
	margin-top: -10px;
	padding-top: 20px;
	cursor: pointer;
}
.linetoggles  .toggle_title {
	/* float: right !important; */
	/* padding-left: 0px; */
	margin-left:48%;
	margin-right:auto;
	/* width: 100%; */
	height: 20px;
	padding-top: 15px;
	padding-left: 35px;
	margin-top: -17px;
}
.linetoggles  .toggle {
	padding: 0px !important;
	padding-bottom: 10px;
}
.linetoggles  .toggle_content  {
	padding: 0px;
	padding-bottom: 20px;
}
 .toggle_content  {
	padding-bottom: 20px !important;
}
.linetoggles .toggle_title {
	background: url("images/arrow-line-down.png") no-repeat scroll -3px 0px transparent !important;
	height: 32px;
}

.linetoggles .toggle_active {
	background: url("images/arrow-line-up.png") no-repeat scroll -3px 0px transparent !important;
	height: 32px;
}

/* SC Toggles */
.toggle-image .toggle_title{
	/* background: url("images/arrow-right.png") no-repeat scroll left 0px transparent; */
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-left: 0px;
    text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.toggle-image .toggle_active{
	/* background: url("images/arrow-down.png") no-repeat scroll left 0px transparent; */
}
.toggle-image .toggle_content{
	font-size: 16px;
    padding-left: 0px;
    padding-top: 0px;
	padding-bottom: 15px;
	display:none;
	padding-right: 10px;
}

.toggle_moreonly_left {
	margin: 20px 0;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
10.4 Bootstrap/Grid
--------------------------------------------------------------*/
@media only screen and (max-width:768px) {
	.row {
		padding: 0 5px !important;
	}
	
	.col-md-4 {
		padding: 0 10px !important;
	}
	
	.col-md-6 {
		padding: 0 10px !important;
	}

}

@media only screen and (max-width:992px) {
	.row div.col-md-4  {
		padding-right: 0 !important;
		border-right: none !important;
		min-height: 98%;
		height: auto !important;
		margin-left: auto;
	}
	
	.row div.col-md-6:first-child  {
		padding-right: 0 !important;
		border-right: none !important;
		min-height: 98%;
		height: auto !important;
		margin-left: auto;
	}
	
	.parent-pg .row div.col-md-4 {
		padding: 0 25px !important;
	}
}

.row {
	padding: 0 15px;
}

.col-sm-2 {
	padding: 0 5px;
}

.col-sm-2 img {
	margin: 5px auto;
	width: 100%;
}

.col-md-2 img {
	margin: 20px auto;
}

.col-md-3 a {
	text-decoration: none !important;
}

.col-md-4 {
	padding: 0 50px;
}

@media only screen and (max-width:992px) {
	.col-md-3 img {
		margin: 10px auto;
	}
}

.col-md-4 a {
	text-decoration: none !important;
}

.col-md-4 img {
	margin: 5px auto;
}

.col-md-4 h6 {
	margin-bottom: 0;
	padding: 0;
}

.col-md-6 a {
	text-decoration: none;
}

.col-md-6 img {
	margin: 0 auto 10px;
}

.col-md-6 hr {
	width: 100%;
}

.row div.col-md-4  {
	padding-right: 5%;
	padding-left: 5%;
	border-right: 1px solid #e7e6e7;
	min-height: 98%;
	height: auto !important;
	margin-left: 0 !important;
}

.row div.col-md-4:last-child {
	border-right: 0;
}

.row div.col-md-6:first-child  {
	padding-right: 4.5%;
	padding-left: 0 !important;
	border-right: 1px solid #e7e6e7;
	min-height: 98%;
	height: auto !important;
	margin-left: 0 !important;
}

.row div.col-md-6:last-child  {
	padding-right: 0 !important;
	padding-left: 4%;
}

.row div.col-md-8:first-child  {
	padding-right: 1.5%;
	border-right: 1px solid #e7e6e7;
	min-height: 98%;
	height: auto !important;
	margin-left: 0 !important;
}

.column-button {
	display:block;
	margin: 5px auto;
}

.pseudo-col-7 {
	color: #77ab48;
}

@media only screen and (min-width:768px) {
	.pseudo-col-5 {
		width: 18.95%;
		display: inline;
		float: left;
		position: relative;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
}

@media only screen and (max-width:768px) {
	.pseudo-col-5 {
		width: 95%;
		display: block;
		position: relative;
		margin: 20 auto;
	}
}

@media only screen and (min-width:768px) {
	.pseudo-col-6 {
		width: 15.5%;
		display: inline;
		float: left;
		position: relative;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
}

@media only screen and (max-width:768px) {
	.pseudo-col-6 {
		width: 95%;
		display: block;
		position: relative;
		margin: 20 auto;
	}
}

@media only screen and (min-width:768px) {
	.pseudo-col-7 {
		width: 13.1%;
		display: inline;
		float: left;
		position: relative;
		margin-left: 1%;
	}
}

@media only screen and (max-width:768px) {
	.pseudo-col-7 {
		width: 95%;
		display: block;
		position: relative;
		margin: 20 auto;
	}
	
	.pseudo-col-7 img {
		margin: 0 auto;
	}
}

@media only screen and (min-width:768px) {
	.pseudo-col-2 {
		width: 50%;
		display: inline;
		float: left;
		position: relative;
		padding-right: 20px;
	}
}

@media only screen and (max-width:768px) {
	.pseudo-col-2 {
		width: 95%;
		display: block;
		position: relative;
		margin: 20 auto;
	}
	
	.pseudo-col-2 img {
		margin: 0 auto;
	}
}

@media only screen and (min-width:768px) {
	.pseudo-col-4 {
		width: 25%;
		display: inline;
		float: left;
		position: relative;
		padding-right: 25px;
	}
}

@media only screen and (max-width:768px) {
	.pseudo-col-4 {
		width: 95%;
		display: block;
		position: relative;
		margin: 20 auto;
	}
	
	.pseudo-col-4 img {
		margin: 0 auto;
	}
}


@media only screen and (min-width:768px) {
	.pseudo-col-3 {
		width: 33%;
		display: inline;
		float: left;
		position: relative;
		padding-right: 15px;
	}
}

@media only screen and (max-width:768px) {
	.pseudo-col-3 {
		width: 95%;
		display: block;
		position: relative;
		margin: 20 auto;
	}
	
	.pseudo-col-3 img {
		margin: 0 auto;
	}
}


.col-sm-10 h3 {
	font-weight: 400;
	font-size: 1.5em;
	letter-spacing: -0.5px;
}

.no-rule div {
	border: 0 !important;
	text-align: center;
}

.no-rule div.col-md-4 {
	padding: 0px !important;
}


/*colored column boxes - Camp Zoofari*/

#div_set	{
		float:left;
		display:block;
		margin:6px;
		color: #fff;
		max-width:232px;
    		border-radius: 10px;
		box-sizing:border-box;
		padding:10px 20px 10px 20px;
		}

.ZoofariColor_1 {
		background:#54B948;
		}

.ZoofariColor_2 {background:#F07C19;
		}

.ZoofariColor_3 {background:#E32551;
		}

.ZoofariColor_4 {background:#25ADB9;
		}

/*end colored column boxes - Zoofari*/

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

iframe {
	margin-bottom: 20px;
}

#youtube iframe {
	width: 100%;
}

.leftSideSocial iframe {
	margin: 0;
}

#logo-image {
	width: 30%;
}

#logo-image img {
	display: block;
	bottom: 0;
	margin: auto;
	position: absolute;
	top: 0;
}

#logo-text, .logo-image {
	height: 100%;
	width: 100%;
	position: absolute;
	margin-left: 3%;
}

@media only screen and (max-width:768px) {
	#logo-image img {
	display: block;
	bottom: 0;
	margin: 30px auto;
	position: absolute;
	top: 0;
}
}

.slider-pro {
	margin: 5px auto 20px;
}

img.aligncenter {
	margin-bottom: 20px;
}

.bannerimg {
	margin: 20px 0;
}

hoverimg {
	margin-top: -200px;
}

.adopthoverimage:hover {
	opacity: 1.0;
}

.adoptimage {
	text-align: center;
}

.adoptPic {
	display: block;
	margin: 10px auto 0;
}

.conservPic {
	display: block;
}

.webcamImage {
	margin: 0;
	text-align: center:
}

.webcamImage img {
	display: block;
	text-align: center:
}

.webcamImage a {
	text-decoration: none !important;
}

@media only screen and (max-width:992px) {
	.webcamImage a {
		max-width: 225px;
		margin: 0 auto;
	}
}

.full-width-page-content img {
	max-width: 100%!important;
	height: auto;
}

.size-full {
	padding: 0.5em 0;
	display: block;
}

.wide {
	width: 100%;
	min-width: 100%;
	margin-bottom: 25px;
}

#cff .cff-link {
	width: 100% !important;
}

#cff .cff-text-link {
	width: 100% !important;
}

.cff-link img {
	width: 35% !important;
	margin: 0 32.5% !important;
	display: block !important;
}

.natz-post-thumbnail {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-right: 10px;
	width: 80px;
	height: 80px !important;
}

img[title="pdf_icon"] {
	margin: 0;
	padding: 0;
}

.wp-image-1702 {
	display: inline !important;
	margin-top: -15px !important;
	margin-right: 0;
}

.wp-image-19675 {
	display: inline !important;
	margin-top: -7px !important;
}

.wp-image-692 {
	display: inline !important;
	margin-top: -7px !important;
	height: 20px;
	width: 20px;
}

.wp-image-2455 {
	display: block;
	float: left;
}

.wp-image-12899 {
	display: block;
	float: left;
}

.wp-image-2458 {
	display: block;
	float: left;
}

.wp-image-9810 {
	display: block;
	float: left;
}

.wp-image-2957 {
	display: block;
	float: left;
}

.wp-image-2982 {
	display: block;
	float: left;
}

.wp-image-2983 {
	display: block;
	float: left;
}

.wp-image-2984 {
	display: block;
	float: left;
}

.wp-image-3011 {
	display: block;
	float: left;
}

.wp-image-2512 {
	display: block;
	float: left;
}

.wp-image-20345 {
	display: block;
	float: left;
}

.wp-image-1383 {
	display: block;
}

.wp-image-3005 {
	display: block;
	float: left;
}

.wp-image-17137 {
	display: block;
	float: left;
}

.wp-image-12196 {
	display: block;
	float: left;
}

.wp-image-22733 {
	display: block;
	float: left;
 }
 
.wp-image-12897 {
	display: block;
	float: left;
 }

.wp-image-12896 {
	display: block;
	float: left;
}

.wp-image-1387 {
	display: block;
	float: left;
}

.fcbk_share {
	position: absolute;
	top: 18px;
	right: 20px;
	width: 80px;
	overflow: hidden;
} 

#google_language_translator {
	display: inline-block;
}

.gsc-selected-option-container {
	min-width: 75px !important;
}

.gsc-above-wrapper-area {
	display:none;
}

.gsc-search-button input {
	text-shadow: none;
	box-shadow: none;
}

.gsc-table-cell-snippet-close, .gs-promotion-text-cell {
	padding-left: 50px;
}

.gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
	max-width: 100px !important;
}

/*--------------------------------------------------------------
5.15 Blog
--------------------------------------------------------------*/

.archive .entry-title a {
	text-decoration: none !important;
}

.archive .entry-title {
	font-size: 2.5em;
}

.archive .page-title {
	font-size: 3.0em;
}

.page-header.archive {
	margin-top: 0;
}

.jetpack_subscription_widget {
	margin-top: 10px;
}

.jetpack_subscription_widget h2 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

#searchBlog {
	height: 40px;
}

#searchBlog input {
	display: block !important;
	background-image: none !important;
	border: 1px solid #ccc;
	margin: 15px 0;
	width: auto;
    height: auto;
}

#searchBlog .search-submit {
	height: 30px;
	width: 30px;
	float: right;
	margin: 20px 10px 0;
	opacity: 1 !important;
}

#searchBlog #s {
	padding-left:3px;
	padding-right:30px;
}

.webcamImage a {
	display:block;
	background-color:#77AB48;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	margin: 20px 0;
}

.webcamImage a:hover {
	color: #FFFFFF;
}


.small {
  font-size: 14px;
  line-height: 10pt;
}

.blog-home a, .blog a {
	text-decoration: none !important;
}

.blog-home img, .next-up img, .featured-video-plus {
	min-width: 100%;
	border-top: 5px solid #77AB48;
	margin-top: 20px;
	margin-bottom: 10px;
}

.featured-video-plus {
	overflow: hidden;
}

.green-top {
	min-width: 100%;
	border-top: 5px solid #77AB48;
	margin-bottom: 30px;
}

.green-top h5 {
	color: #77AB48;
	font-size: 1.5em;
	margin: 5px 0;
}

.aside .green-top {
	margin-bottom: 30px;
}

.blog-home h4, .blog h4 {
	font-size: 1.0em;
}

.blog-home .col-md-12, .blog-home .col-md-9, .blog-home .col-md-8, .blog-home .col-md-4, .blog-home .col-md-3 {
	padding: 0 10px !important;
}

.blog-home .col-md-8, .blog .col-md-8  {
	border: none !important;
}

.blog .widgettitle, .archive .widgettitle {
	color: #666;
	font-size: 2.0em;
	margin-bottom: 10px;
}

.blog .ytc_title, .archive .ytc_title {
	color: #666;
	font-size: 1.5em;
	margin: 10px 0 !important;
	text-align: center;
}

.blog input[type="submit"], .archive input[type="submit"] {
	background-color: #77AB48;
	border-radius: 30px;
	margin: 0 auto !important;
	box-shadow: none;
	text-shadow: none;
	padding: 5px 10px;
	font-size: 1.0em;
	float: none;
	color: #fff;
	text-align: center;
	border: none;
}

.blog .aside, .archive .aside {
	padding-left: 30px !important;
	padding-right: 0 !important;
	border-left: 1px solid #e7e6e7 !important;
}

.blog-post-title {
	font-size: 1.6em;
	color: #666;
	width: 87%;
}

.tall-post .blog-post-title, .small-post .blog-post-title {
	font-size: 1.3em;
	color: #666;
	width: 87%;
}

.blog-post-date {
	position: absolute;
	right: 10px;
}

.single-blog-post-date {
	float: right;
	font-size: 120% !important;
}

.blog-post-date .month,.single-blog-post-date .month {
	color: #666;
	font-weight: 800;
	font-size: 0.9em;
	margin-bottom: -5px;
}

.blog-post-date .day, .single-blog-post-date .day {
	background-color: #77AB48;
	border-radius: 6px;
	padding: 2px 5px;
	color: #fff;
	font-weight: 800;
}

.blog-post-body .entry-title {
	color: #666;
}

.blog-post-body .posted-on {
	display: none;
}

.blog-post-body .byline {
	font-size: 1.2em;
	display: inline-block;
	float:left;
}

.blog-post-body {
	padding: 20px 20px 0 0 !important;
	margin-bottom: 0;
}

.form-allowed-tags {
	display: none;
}

.next-up {
	margin-bottom: 30px;
}

.next-up .col-md-4 {
	border: none !important;
	padding-left: 0 !important;
	padding-right: 20px !important;
}

.next-up .col-md-4 img, .next-up .col-md-4 .featured-video-plus {
	height: 200px;
}

.next-up .col-md-4 .featured-video-plus .fluid-width-video-wrapper {
	padding-top: 100% !important;
}

.next-up .col-md-4 .blog-post-title {
	font-weight: 100;
}

.blog-post-body .comments-title, .next-up h2, .comment-respond h3 {
	font-weight: 800;
	color: #666 !important;
}

.blog-post-body .comment-list {
	margin-left: 0;
	list-style: none;
}

.blog-post-body .comment-list .comment-author {
	font-size: 1.3em;
	font-style: italic;
	font-weight: 100;
}

.blog-post-body .comment-list .comment-author b {
	font-weight: normal;
}

.blog-post-body .comment-metadata {
	margin-bottom: 10px;
}

.blog-post-body input[type="submit"] {
  -webkit-appearance: textfield;
  padding: 5px 20px;
  background-color: #77AB48;
  border: none;
  float: right;
  font-size: 1.0em;
}

.blog-post-body article img {
	/*min-width: intrinsic !important;*/
}

.blog-post-body .wp-caption-text {
	font-size: 1.1em;
}

.blog-post-body hr {
	width: 97%;
}

.sd-title {
	color: #666;
}

.sd-title:before {
	border-top: none !important;
}

.small-post img, .wide-post img {
	height: 175px;
}

.tall-post img {
	height: 350px;
}

.large-post img {
	height: auto;
}

.large-post a.featured, .small-post a.featured {
		display: block;
    overflow: hidden;
    height: 530px;
}

.blog-home .blog-banner {
	border: none !important;
	max-width: 98% !important;
	min-width: 98% !important;
	margin: 0 10px !important;
}

.blog .blog-banner {
	border: none !important;
	width: 100%;
	margin-top: -20px;
	margin-bottom: 30px !important;
}

.blog-archive-item .col-md-3 img, .blog-archive-item .col-md-3 .featured-video-plus {
	margin-top: 0 !important;
}

.blog-archive-item .blog-post-title {
	font-size: 1.3em;
}

.blog-archive-item .blog-post-date .month {
	font-size: 0.8em;
}

.blog-archive-item .blog-post-date .day {
  padding: 1px 5px;
  font-weight: 800;
  font-size: 0.9em;
  line-height: 1.4em;
}

.blog-home a, .blog a {
	text-decoration: none !important;
}

.blog-home img, .next-up img, .featured-video-plus {
	min-width: 100%;
	border-top: 5px solid #77AB48;
	margin-top: 20px;
	margin-bottom: 10px;
}

.featured-video-plus {
	overflow: hidden;
}

.green-top {
	min-width: 100%;
	border-top: 2px solid #77AB48;
	margin-bottom: 30px;
}

.green-top h5 {
	color: #77AB48;
	font-size: 1.5em;
	margin: 5px 0;
}

.aside .green-top {
	margin-bottom: 30px;
}

.blog-home h4, .blog h4 {
	font-size: 1.0em;
}

.blog-home .col-md-12, .blog-home .col-md-9, .blog-home .col-md-8, .blog-home .col-md-4, .blog-home .col-md-3 {
	padding: 0 10px !important;
}

.blog-home .col-md-8, .blog .col-md-8  {
	border: none !important;
}

.blog .widgettitle {
	color: #666;
	font-size: 2.0em;
	margin-bottom: 10px;
}

.blog .ytc_title {
	color: #666;
	font-size: 1.5em;
	margin: 10px 0 !important;
	text-align: center;
}

.blog input[type="submit"] {
	background-color: #77AB48;
	border-radius: 30px;
	margin: 0 auto !important;
	box-shadow: none;
	text-shadow: none;
	padding: 5px 10px;
	font-size: 1.0em;
	float: none;
	color: #fff;
	text-align: center;
	border: none;
}

.blog .aside {
	padding-left: 30px !important;
	padding-right: 0 !important;
	border-left: 1px solid #e7e6e7 !important;
}

.blog-post-title {
	font-size: 1.6em;
	color: #666;
	width: 87%;
}

.tall-post .blog-post-title, .small-post .blog-post-title {
	font-size: 1.3em;
	color: #666;
	width: 87%;
}

.blog-post-date {
	position: absolute;
	right: 10px;
}

.single-blog-post-date {
	float: right;
	font-size: 120% !important;
}

.blog-post-date .month,.single-blog-post-date .month {
	color: #666;
	font-weight: 800;
	font-size: 0.9em;
	margin-bottom: -5px;
}

.blog-post-date .day, .single-blog-post-date .day {
	background-color: #77AB48;
	border-radius: 6px;
	padding: 2px 5px;
	color: #fff;
	font-weight: 800;
}

.blog-post-body .entry-title {
	color: #666;
}

.blog-post-body .posted-on {
	display: none;
}

.blog-post-body .byline {
	font-size: 1.2em;
	display: inline-block;
	float:left;
}

.blog-post-body {
	padding: 20px 20px 0 0 !important;
	margin-bottom: 0;
}

.form-allowed-tags {
	display: none;
}

.next-up {
	margin-bottom: 30px;
}

.next-up .col-md-4 {
	border: none !important;
	padding-left: 0 !important;
	padding-right: 20px !important;
}

.next-up .col-md-4 img, .next-up .col-md-4 .featured-video-plus {
	height: 200px;
}

.next-up .col-md-4 .featured-video-plus .fluid-width-video-wrapper {
	padding-top: 100% !important;
}

.next-up .col-md-4 .blog-post-title {
	font-weight: 100;
}

.blog-post-body p {
	clear: none;
}

.blog-post-body .comments-title, .next-up h2, .comment-respond h3 {
	font-weight: 800;
	color: #666 !important;
}

.blog-post-body .comment-list {
	margin-left: 0;
	list-style: none;
}

.blog-post-body .comment-list .comment-author {
	font-size: 1.3em;
	font-style: italic;
	font-weight: 100;
}

.blog-post-body .comment-list .comment-author b {
	font-weight: normal;
}

.blog-post-body .comment-metadata {
	margin-bottom: 10px;
}

.blog-post-body input[type="submit"] {
  -webkit-appearance: textfield;
  padding: 5px 20px;
  background-color: #77AB48;
  border: none;
  float: right;
  font-size: 1.0em;
}

.blog-post-body article img {
	min-width: intrinsic !important;
}

.blog-post-body .wp-caption-text {
	font-size: 1.1em;
}

.blog-post-body hr {
	width: 97%;
}

.sd-title {
	color: #666;
}

.sd-title:before {
	border-top: none !important;
}

.small-post img, .wide-post img {
	height: auto;
}

.tall-post img {
	height: 350px;
}

.blog-home .blog-banner {
	border: none !important;
	max-width: 98% !important;
	min-width: 98% !important;
	margin: 0 10px !important;
}

.blog-home .post-tag a {
	margin-right: 30px;
}

.blog .blog-banner {
	border: none !important;
	width: 100%;
	margin-top: -20px;
	margin-bottom: 30px !important;
}

.blog-archive-item .col-md-3 img, .blog-archive-item .col-md-3 .featured-video-plus {
	margin-top: 0 !important;
}

.blog-archive-item .blog-post-title {
	font-size: 1.3em;
}

.blog-archive-item .blog-post-date .month {
	font-size: 0.8em;
}

.blog-archive-item .blog-post-date .day {
  padding: 1px 5px;
  font-weight: 800;
  font-size: 0.9em;
  line-height: 1.4em;
}

/*--------------------------------------------------------------
12.0 Sliders and Events
--------------------------------------------------------------*/

.slider-pro {
	max-width: 100% !important;
}

.slide-buttons {
left: auto !important;
}

.corner-bottom-green .slide-buttons {
margin-top: -25px !important;
float:right !important;
right: 80px !important;
top: 0 !important;
display: block;
} 

.corner-bottom-green .slide-buttons .buttons-inner a {
  background: url('/wp-content/uploads/2014/12/green-button1.png') no-repeat center center !important;
}

.corner-bottom-green .slide-buttons .buttons-inner a.select {
  background: url('/wp-content/uploads/2014/12/green-button-active.png') no-repeat center center !important;
  background-position: auto !important;
}

.corner-bottom-green .slide-buttons .buttons-inner a:hover {
  background: url('/wp-content/uploads/2014/12/green-button-hover.png') no-repeat center center !important;
  background-position: auto !important;
}

.advanced-slider .lightbox-icon.magnifying {
  background-image: url('/wp-content/uploads/2014/12/lightbox_magnifying_white2.png');
}

.advanced-slider.minimal-light {
	width: 100% !important;
	height: 300px !important;
}

.advanced-slider.minimal-light .slider-main .slide-wrapper {
	height: 100% !important;
	width: 100% !important;
}

.advanced-slider.minimal-light img {
	height: 100% !important;
	width: 100% !important;
	left: 0 !important;
	top: 0 !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
}

.fc-row .fc-widget-header {  
  margin-bottom: 0px;
  background: #77AB48;
  color: #fff;
}

.fc-row table {  
  margin: 0px;
}

.fc-state-highlight, .fc-today {
  background-color: pink;
}

.fc-day-grid-event, .fc-event, .fc-start, .fc-end {  
  cursor: pointer;  
  background: #EA6814;
  border: solid 2px #EA6814;
}

.fc-toolbar h2 {
  font-size: 1.5em;
}

.fc-time {
  display: none;
}

.fc-title {
  font-size: 1.2em;
}

.fc-unthemed .fc-today {
  background: #EFEDE3;
}

#events-list {
  width: 100%;
  height: 650px;
  margin: 20px 0px 0px 0px;
  overflow-x: auto;
  overflow-y: scroll;
}

#events-list .ui-accordion-header {
  cursor: pointer;
  border-top: solid 1px #ccc;
  font-size: 1.5em;
  padding: 10px;
}

#events-list .ui-accordion-content {
  padding: 0 10px 0 10px; 
  font-size: 1.0em;
}

#events-list .event-date {
  font-size: 14px;
  margin: 10px 0 0 0;
  color: #999;
}

#events-search {
  font-size: 14pt;
  width: 100%;
  border-radius: 8px;
  padding: 5px 10px 5px 15px;
  background-image: url('images/search.jpg');
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

.event-featured {
  margin: 10px 20px 10px 0;
  float: left;
}

.alerts {
  border: solid 1px #EA6814;
  border-radius: 10px;
  padding: 20px;
}
  
.alerts h1, .alerts h3 {
  color: #EA6814;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: left;
	line-height: 1.2em;
}

.wp-caption .wp-caption-text {
	margin: 0.2em 0;
}

.gray-caption {
	margin-top: -10px;
	margin-right: 5px;
	background: #aeabab;
    	padding: 8px;
	font-size: 1em;
	text-align: center;
    	color: #ffffff;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
12.3 Etc
--------------------------------------------------------------*/

.dark {
  color: #5B5B5A;
}

.small {
  font-size: 14px;
  line-height: 10pt;
}

	
@media only screen and (min-width:1250px) {
	#zoolightssprite {
		height: 283px;
		width: 956px;
		background: transparent url('/wp-content/themes/houstonzoo/images/zoolightssprite.png') 0 0 no-repeat;
		margin: 0 auto;
	}
	#lightsstring {
		height: 300px;
		width: 1100px;
		background: transparent url('/wp-content/themes/houstonzoo/images/lightsoff.png') 0 0 no-repeat;
		margin: 0 auto;
		position: absolute;
		left: 50%;	
		margin-left: -550px;	
		top: 70px;
		z-index: 999999;
		pointer-events: none;
	}
	#lightsstringa {
		height: 300px;
		width: 1100px;
		background: transparent url('/wp-content/themes/houstonzoo/images/lightson.png') 0 0 no-repeat;
		margin: 0 auto;
		position: absolute;
		left: 50%;	
		margin-left: -550px;	
		top: 70px;
		z-index: 999999;
		pointer-events: none;
	}
	#lightsstring1 {
		height: 300px;
		width: 1100px;
		background: transparent url('/wp-content/themes/houstonzoo/images/altcolors.png') 0 0 no-repeat;
		margin: 0 auto;
		position: absolute;
		left: 50%;	
		margin-left: -550px;	
		top: 70px;
		z-index: 999999;
		pointer-events: none;
	}
	#lightsstring2 {
		height: 300px;
		width: 1100px;
		background: transparent url('/wp-content/themes/houstonzoo/images/lightsonoff.png') 0 0 no-repeat;
		margin: 0 auto;
		position: absolute;
		left: 50%;	
		margin-left: -550px;	
		top: 70px;
		z-index: 999999;
		pointer-events: none;
	}
	#zoolightsspritealt {
		display: none;
	}
}

@media only screen and (min-width:1050px) and (max-width:1250px) {
	#zoolightssprite {
	height: 283px;
	width: 956px;
	background: transparent url('/wp-content/themes/houstonzoo/images/zoolightssprite.png') 0 0 no-repeat;
	margin: 0 auto;
	}
	#lightsstring {
		height: 300px;
		width: 1100px;
		background: transparent url('/wp-content/themes/houstonzoo/images/lightsoff.png') 0 0 no-repeat;
		margin: 0 auto;
		position: absolute;
		left: 50%;	
		margin-left: -550px;	
		top: 70px;
		z-index: 999999;
		pointer-events: none;
	}
	#lightsstring {
		height: 300px;
		width: 1100px;
		background: transparent url('/wp-content/themes/houstonzoo/images/lightson.png') 0 0 no-repeat;
		margin: 0 auto;
		position: absolute;
		left: 50%;	
		margin-left: -550px;	
		top: 70px;
		z-index: 999999;
		pointer-events: none;
	}
	#lightsstring1 {
		height: 300px;
		width: 1100px;
		background: transparent url('/wp-content/themes/houstonzoo/images/altcolors.png') 0 0 no-repeat;
		margin: 0 auto;
		position: absolute;
		left: 50%;	
		margin-left: -550px;
		top: 70px;
		z-index: 999999;
		pointer-events: none;
	}
	#lightsstring2 {
		height: 300px;
		width: 1100px;
		background: transparent url('/wp-content/themes/houstonzoo/images/lightsonoff.png') 0 0 no-repeat;
		margin: 0 auto;
		position: absolute;
		left: 50%;	
		margin-left: -550px;	
		top: 70px;
		z-index: 999999;
		pointer-events: none;
	}
	#zoolightsspritealt {
		display: none;
	}
}

@media only screen and (max-width:1050px) {
	#zoolightssprite, #lightsstring1, #animationbutton {
	display: none !important;
	}
	#zoolightsspritealt {
		display: block;
		width: 100%;
		height: auto;
	}
}

@media only screen and (min-width:650px) and (max-width:850px) {
	#zoolightssprite {
	height: 283px;
	width: 956px;
	}
}

@media only screen and (min-width:550px) and (max-width:650px) {
	#zoolightssprite {
	height: 283px;
	width: 956px;
	}
}

@media only screen and (max-width:550px) {
	#zoolightssprite {
	height: 283px;
	width: 956px;
	}
}

/*--------------------------------------------------------------
Field labels in Gravity forms are way too small. Here's the fix.
--------------------------------------------------------------*/

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    font-size: 1.5rem!important;
}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
font-size: 1.5rem!important;
}
