/*
Theme Name: TVMDL 2015
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: TVMDL theme based on the Genesis Framework.   
Version: 1.9
Text Domain: tvmdl
Author: Stephanie Leary  
Author URI: http://www.stephanieleary.com/
GitHub Theme URI: https://github.tamu.edu/s-leary/tvmdl-2015
GitHub Enterprise: https://github.tamu.edu
Template: genesis  
Template Version: 2.6.1
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.species-nav ul:before,
.species-nav li:before,
#agency-nav ul:before,
.entry-content .responsive-tabs ul.responsive-tabs__list:before,
.test-search-form {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.species-nav ul:after,
.species-nav li:after,
#agency-nav ul:after,
.entry-content .responsive-tabs ul.responsive-tabs__list:after,
.test-search-form {
	clear: both;
	content: " ";
	display: table;
}

table .entry:before,
table .entry:after {
	clear: none;
	content: none;
	display: inherit;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #f5f2e9;
	color: #333;
	font-family: "ff-meta-web-pro",serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

/* a, /**/
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #2b5d7d;
	text-decoration: none;
}

.entry-content a:hover {
    text-decoration: underline;
}
.entry-content a {
font-weight: bold;
}

a:hover {
	color: #245D7A;
}

.announcements a {
	color: #ffc;
	text-decoration: underline;
}

.announcements a:hover {
	color: #ff9;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #500000;
	font-family: "ff-meta-web-pro",sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 1em;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 4px;
	width: 100%;
	font-family: "ff-meta-web-pro",sans-serif;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
	padding: 4px 16px;
}

.footer-widgets .gform_wrapper .gform_footer {
	margin: 0;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.test-search-form label h4 {
	display: inline;
	color: #fff;
	text-shadow: 1px 2px 3px #000, 0 0 .5em #000;
}

body.home .test-search-form label h4 {
	color: #5e564e;
	text-shadow: none;
}

#test-search {
	width: 40%;
	color: #999;
}

.test-search-form {
	padding: 1.6em 0;
}

.home .test-search-form {
	margin: 0;
}

.searchform input, .searchform select, .searchform textarea {
	padding: 4px;
	font-size: .9em;
}

.test-search-form select {
	width: 15%;
	color: #999;
}

.test-search-form .test-submit {
	padding: 4px 8px;
}

.goog-te-gadget .goog-te-combo {
	display: none;
}

.widget_glt_widget #flags {
	width: 85px;
}

.widget_tag_cloud .tagcloud a.tag-cloud-link {
	font-size: inherit !important;
	display: block;
}

/* ## Tables
--------------------------------------------- */

body.search-results .content,
body.post-type-archive-tests .content,
body.tax-species .content,
body.tax-sections .content {
	background: #fff;
	padding: 2em;
}

.search-result-container {  /* main content container for test search results pages */
	background: #fff;
	padding: 2em 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

table#test-search-results {
	margin: 0;
	font-size: 0.9em;
}

table table {
	margin-bottom: 0;
}

tbody {
	border-bottom: 1px solid #ddd;
}

tbody tr:hover th, tbody tr:hover td {
	background: #F9F7F1;
}

tbody tr.current th, tbody tr.current td {
	background: #F5F2E9;
}

table table tbody tr:hover {
	background: none;
}

td,
tbody th {
	padding: 6px 12px 6px 6px;
	text-align: left;
	border-top: 1px solid #ddd;
}

#test-search-results tbody th {
	white-space: nowrap;
}

table .test-detail-view tr:first-child th, 
table .test-detail-view tr:first-child td {
	border-top: 0;
}

table .test-detail-view .lab-schedule tbody tr:first-child th,
table .test-detail-view .lab-schedule tbody tr:first-child td {
	border-top: 1px solid #ddd;
}

td, th {
	vertical-align: top;
}

td.name {
	width: 25%;
}

td.specimen {
	width: 50%;
}

td.in-state,
td.out-of-state {
	text-align: right;
}

th {
	font-weight: 400;
}

thead th {
	font-weight: 800;
	text-align: left;
	padding: 0 6px;
}

.lab-schedule thead th {
	text-align: left;	
}

thead th.price-state {
	font-size: .8em;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
}

tr.test-detail-container {
	background: #fff;
	font-size: .9em;
	display: none; /* hide initially */
}

body.single-tests tr.test-detail-container {
	display: inherit;
}

td.test-detail {
	padding: 6px 3em 0;
}

td.test-schedule {
	padding: 0;
}

.test-detail-view tbody th {
	font-weight: 800;
}

td p.test-description {
	margin-bottom: 0.7em;
}

td p.specimen-details {
	color: #999;
	font-size: 0.9em;
	line-height: 1.6;
	margin: 0;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

.featured-posts {
	padding: 1em 0;
}

.test-search-form .searchform {
	text-align: center;
}

.species-nav {
	clear: right;
	padding-top: 1em;
	margin-left: 0;
}

.species-nav li {
	display: inline-block;
	list-style: none;
	width: 70px;
	height: 70px;
	background: #b4af9e;
	border-radius: 35px;
	margin: 0 2px 3em 0;
	padding-bottom: 0;
}

.entry-content .species-nav li {
	margin: 0 0 3em 0;
}

.species-nav li:hover,
.species-nav li:focus {
	background: #5e564e;
}

.species-nav li a {
	display: block;
	height: 70px;
	width: 70px;
	text-align: center;
	overflow: visible;
	position: relative;
	color: #8F897C;
}

.species-nav li a span {
	left: 0;
	top: 70px;
	width: 70px;
	position: absolute;
}

.species-nav li a:hover span,
.species-nav li a:focus span {
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	 -webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.species-nav .feline a {
	background: url(images/cat.png) center center no-repeat;
	background-size: 78% auto;
}

.species-nav .canine a {
	background: url(images/dog.png) center center no-repeat;
	background-size: 78% auto;
}

.species-nav .porcine a {
	background: url(images/pig.png) center center no-repeat;
	background-size: 80% auto;
}

.species-nav .bovine a {
	background: url(images/cow.png) center center no-repeat;
	background-size: 80% auto;
}

.species-nav .avian a {
	background: url(images/chicken.png) center 65% no-repeat;
	background-size: 60% auto;
}

.species-nav .ovine a {
	background: url(images/sheep.png) center center no-repeat;
	background-size: 80% auto;
}

.species-nav .equine a {
	background: url(images/horse.png) 60% center no-repeat;
	background-size: 78% auto;
}

.species-nav .cervid a {
	background: url(images/deer.png) 68% center no-repeat;
	background-size: 68% auto;
}

.species-nav .other a {
	background: url(images/rhino.png) center center no-repeat;
	background-size: 80% auto;
}

/* ### Footer */

.site-footer {
	background: #847f74;
	color: rgba(255,255,255,0.6);
	font-size: .8em;
}

.site-footer a {
	color: #fff;
}

.footer-widgets {
	background: #fff;
}

.footer-widgets li {
	line-height: 1.325;
}

.footer-widgets li a {
	font-size: .8em;
}

.footer-widgets img.affiliate {
	width: 140px; 
	height: auto;
	margin: 0 12px 24px 0;
}

.footer-widgets img.affiliate.iso {
	margin-top: 10px;
	width: 300px;
	height: 96px;
}

.footer-address p {
	text-align: center;
}

.footer-widgets .widget-area {
	display: block;
	float: left;
	width: 31.623931623931625%;
	margin-right: 2.564102564102564%;
}

.footer-widgets .widget-area:nth-child(3) {
	margin-right: 0;
}


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

#portrait {
	font-size: 0.8em;
	margin-right: 2.564102564102564%;
}

#featured-img-id {
	margin-bottom: 2em;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 0.8em;
	margin: 20px 0;
}

.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	/* float: right;  */
	margin-top: 32px;
	clear: both;
}

.site-header #lang_sel_list {
	float: right;
	font-family: inherit;
}

.entry-content .search-form {
	width: 50%;
}

.test-search-form { 
	width: 100%;
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4); 
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4); 
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4); 
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

label.hidden {
	display: block;
	position: absolute;
	left: -9999px;
}

button span.hidden {
	display: none;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 30px;
}

.entry-title {
	font-size: 30px;
}

.archive .entry-title {
	font-size: 20px;
	margin-bottom: .5em;
}

.search-results-list .entry-title {
	font-size: 1.2em;
	margin: 0 0 .4em;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_glt_widget .widget-title {
	clear: both;
	display: inline;
}

.widget_glt_widget #google_language_translator {
	clear: none;
	display: inline;
}

.widget_glt_widget .goog-te-gadget {
	display: inline;
}

/* see also background on .nav-secondary */

.footer-widgets .widget-wrap {
	padding: 0 .4em;
}

.entry-content .widget.related_posts_by_taxonomy ul {
	margin-left: 2em;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## ACF
--------------------------------------------- */

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* ## Tabby
--------------------------------------------- */

.entry-content .responsive-tabs ul.responsive-tabs__list {
	margin: 2em 0 0;
}

.entry-content .responsive-tabs .responsive-tabs__list__item {
	max-width: 30%;
	white-space: normal;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 160px;
}

.site-header .wrap {
	padding: 0;
}

.announcements {
	background: #500000; 
	color: #fff; 
	text-align: center;
}

.announcements .wrap {
	padding: 0;
}

.announcements p {
	margin: 1em 0;
	padding: 0;
}

.announcements a {
	color: #ff0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 740px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/tvmdl-logo-wide2.png) no-repeat left;
	background-size: 100% auto;
	float: left;
	min-height: 120px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 220px;
}

.header-widget-area .widget-title {
	display: none;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 24px;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover,
.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item.submenu-active,
.genesis-nav-menu .menu-item.sfHover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:focus > .sub-menu,
.genesis-nav-menu .menu-item.sfHover > .sub-menu,
.genesis-nav-menu .menu-item.submenu-active > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #f5f2e9;
}

.nav-primary .genesis-nav-menu a {
	font-size: 1.2em;
	color: #5e564e;
}

.nav-primary .genesis-nav-menu a.client-portal {
	color: #800000;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus {
	-moz-box-shadow: 	0 -3px 3px #BBB6A5;
	-webkit-box-shadow: 0 -3px 3px #BBB6A5;
	box-shadow: 		0 -3px 3px #BBB6A5;
}

.nav-primary .menu-item {
	width: 16%;
	text-align: center;
}

.nav-primary .genesis-nav-menu .sub-menu .menu-item {
	width: inherit;
	text-align: left;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background: none;
	color: #333;
	font-size: 1em;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu.sfHover a {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav-primary .genesis-nav-menu .current-menu-item > a {
	-moz-box-shadow: 0 -3px 3px #aaa;
	-webkit-box-shadow: 0 -3px 3px #aaa;
	box-shadow: 0 -3px 3px #aaa;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	padding: .4em 0;
	text-shadow: 1px 0 1px #000, 0 0 5px #000, 0 0 1em #000;
	-moz-box-shadow:    inset 0 0 4px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.6);
	box-shadow: 		inset 0 0 4px rgba(0,0,0,0.6);
}

.nav-secondary li {
	display: inline-block;
	padding: 0;
	color: #e5dfc9;
	font-size: 1em;
}

.nav-secondary li.locations {
	padding: 8px 24px;
}

.nav-secondary a {
	display: block;
	color: #fff;
	padding: 8px 24px;
}

.nav-secondary a:hover,
.nav-secondary a:focus,
.nav-secondary .current-item a {
	color: #bdb980;
}

.nav-secondary .contact,
.nav-secondary .career opportunities {
	float: right;
}

/* Sidebar Navigation
--------------------------------------------- */

.widget_subpages {
	font-family: "ff-meta-web-pro", sans-serif;
	font-size: 0.9em;
}

.widget_subpages li a {
	display: block;
	padding: .4em 0 .4em 1em;
	border-bottom: 1px solid #e5dfc9;
}

.widget_subpages li a:hover,
.widget_subpages li a:focus {
	background: rgba(255,255,255,0.6);
}

/* Agency Navigation
--------------------------------------------- */
#agency-nav {
	background: #5e564e;
}

#agency-nav ul {
  margin: 0 auto;
  padding: 0;
  position: relative;
	text-align: center;
}

#agency-nav ul li {
  display: inline-block;
  list-style: none;
  position: relative;
}

#agency-nav ul li a {
  height: 42px;
  background: url("images/agency-nav.png");
  text-indent: -9999em;
  display: block;
  border-bottom: none;
}

#agency-nav ul li.tfs-item {
	margin-left: -33px; 
	z-index: 3
}

#agency-nav ul li.tfs-item a {
  width: 167px;
  z-index: 5;
}

#agency-nav ul li.tfs-item a:hover,
#agency-nav ul li.tfs-item a:focus {
  background-position: -167px 0;
}

#agency-nav ul li.tvmdl-item {
	margin-left: -33px;
	z-index: 8;
}

#agency-nav ul li.tvmdl-item a {
  width: 167px;
  background-position: 0 -42px;
}

#agency-nav ul li.tvmdl-item a:hover,
#agency-nav ul li.tvmdl-item a:focus {
  background-position: -167px -42px;
}

#agency-nav ul li.ext-item {
  margin-left: -40px;
  z-index: 2;
}

#agency-nav ul li.ext-item a {
  width: 167px;
  background-position: 0 -84px;
}

#agency-nav ul li.ext-item a:hover,
#agency-nav ul li.ext-item a:focus {
  background-position: -167px -84px;
}

#agency-nav ul li.res-item {
  margin-left: -40px;
  z-index: 0;
}

#agency-nav ul li.res-item a {
  width: 167px;
  background-position: 0 -126px;
}

#agency-nav ul li.res-item a:hover,
#agency-nav ul li.res-item a:focus {
  background-position: -167px -126px;
}

#agency-nav ul li.agrilife-item {
  z-index: 10;
}

#agency-nav ul li.agrilife-item a {
  width: 167px;
  background-position: 0 -168px;
}

#agency-nav ul li.agrilife-item a:hover,
#agency-nav ul li.agrilife-item a:focus {
  background-position: -167px -168px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry,
.tax-leaders .content,
.tax-topics .content {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.tax-leaders .content .entry,
.tax-topics .content .entry {
	margin-bottom: 20px;
	padding: 0;
}

.search-results-list li {
	margin: 1em 0;
	padding: 0 0 0 1em;
	list-style-type: decimal;
	list-style-position: outside;
}

.search-results-list .excerpt {
	color: #847f74;
}

.content .entry {
	background-color: #fff;
	-moz-box-shadow: 	0 0 20px #e5dfc9;
	-webkit-box-shadow: 0 0 20px #e5dfc9;
	box-shadow: 		0 0 20px #e5dfc9;
}


.search-results .content,
.tax-leaders .content,
.tax-topics .content {
	background-color: #fff;
	-moz-box-shadow: 	0 20px 20px #e5dfc9;
	-webkit-box-shadow: 0 20px 20px #e5dfc9;
	box-shadow: 		0 20px 20px #e5dfc9;
}

table#test-search-results .entry,
.tax-leaders .content .entry,
.tax-topics .content .entry {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.jobrss li {
	font-size: .8em;
	font-color: #999;
	font-style: italic;
}

.jobrss a {
	font-size: 1.2em;
	font-style: normal;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.tax-leaders .entry-footer .entry-meta,
.tax-topics .entry-footer .entry-meta {
	border: none;
	padding-top: 0;
	padding-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget_recent_entries li {
	margin: 1em 1em 1em 0;
}

.sidebar .widget_recent_entries li .post-date,
.recent_posts_with_excerpts h3.date {
	display: block;
	font-size: .9em;
	font-style: italic;
	color: #999;
}

h2.recent_posts_with_excerpts {
	font-size: inherit;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #f5f2e9;
	clear: both;
	padding-top: 40px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #6F6C62;
	color: #fff;
	line-height: 1.5;
	padding: 1em;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
	color: #F4EEE6;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

.content,
.site-header .title-area {
	width: 64.58%; /* (620/960) */
}

.content {
	float: right;
	width: 65.81196581196582%;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 77.08%; /* (740/960) */
}

.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
	width: 41.67%;  /* (400/960) */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.site-header .widget-area {
	width: 31.25%;  /* (300/960) */
}

.sidebar-primary {
	float: left;
	padding-bottom: 2em;
	/*width: 31.623931623931625%;*/  	/* gutter */
	width: 34%;  						/* no gutter */
}

.sidebar-primary .widget {
	margin: 3.6em 2em;
}

.sidebar-secondary {
	float: left;
	width: 14.52991452991453%;
	padding-bottom: 2em;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

.nav-primary li.mobile-only,
.test-search-form .combined-search {
	display: none;
}

/* IE Compatibility Mode */
.no-backgroundsize body {
	font-style: normal;
}

.no-backgroundsize .genesis-nav-menu .menu-item,
.no-backgroundsize .species-nav li {
	display: block;
	float: left;
	width: auto;
	clear: none;
}

.no-backgroundsize .species-nav li {
	margin: 0 1em 0 0;
}

.no-backgroundsize .genesis-nav-menu .menu-item.mobile-only {
	display: none !important;
}

.no-backgroundsize .nav-primary,
.no-backgroundsize .nav-secondary {
	background: #F5F2E9;
}

.no-backgroundsize .nav-primary a,
.no-backgroundsize .nav-secondary a {
	color: #5e564a;
}

.no-backgroundsize .test-search-form .test-submit {
	padding: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}
	
	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.nav-primary .menu-item {
		width: 15.5%;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}
	
	.test-search-form label h4 {
		margin-left: 0;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

}

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

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.splash,
	body.altbg .splash {
		background: none;
		box-shadow: none;
		padding: 0;
	}
	
	.splash .wrap {
		margin: 0;
		padding: 1em;
		box-shadow: none;
	}
	
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		float: none;
		width: 100% !important;
	}
	
	.title-area {
		overflow: auto;
	}
	
	.content .entry {
		padding: 2em;
		box-shadow: 0 20px 20px #e5dfc9;
	}
	
	.featured-posts .content .entry {
		padding: 1em;
	}
	
	.sidebar-primary .widget {
		margin: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}
	
	.genesis-nav-menu {
		text-align: left;
	}
	
	.nav-primary {
		background: #fff;
	}
	
	.nav-primary ul {
		background: #f5f2e9;
	}
	
	.nav-secondary a,
	.nav-secondary > .first > a,
	.nav-secondary > .last > a,
	.nav-secondary li.locations {
		padding: 10px 4px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}
	
	#slides,
	.test-search-form,
	.species-nav {
		float: none;
	}

	#slides,
	.test-search-form,
	.species-nav,
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.home .featured-content .entry {
		margin: 0;
		width: 100%;
	}
	
	.species-nav li {
		margin: 0 2px 2em 0;
	}
	
	.home-links h3 {
		margin-top: 1em;
	}
	
	.featured-posts {
		background: #f5f2e9;
		margin-bottom: 1em;
	}
	
	.featured-posts .entry img {
		width: 100%;
		height: auto;
		margin: 0;
	}
	
	.site-footer .wrap {
		padding: 0;
	}
	
	.footer-address {
		padding: 1em 5% 2em;
	}
	
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	td.name,
	td.specimen {
		width: auto;
	}
	
	table.test-detail-view th, 
	table.test-detail-view td {
		/* display: table-cell; */
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr { 
		border-width: 0;
	}
	
	.content tr.entry {
		padding: 0;
		margin-bottom: 0;
	}
	
	th {
		white-space: normal;
	}

	td { 
		border: none;
		position: relative;
	}
	
	td.test-detail {
		padding: 6px;
	}
	
	body.search #test-search-results td {
		padding-left: 33%;
	}
	
	body.search #test-search-results td.test-detail,
	body.search #test-search-results .test-detail-view td {
		padding-left: 6px;
	}
	
	td.name a {
		font-weight: 700;
	}
	
	td.in-state, td.out-of-state {
		text-align: left;
	}
	
	body.search #test-search-results > tbody td:before,
	body.species #test-search-results > tbody td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 30%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	#test-search-results tbody td:first-child {
		white-space: inherit;
	}
	
	td.name:before { content: "Name: "; }
	td.specimen:before { content: "Description: "; }
	td.section:before { content: "Section: "; }
	td.species:before { content: "Species: "; }
	td.in-state:before { content: "In State: "; }
	td.out-of-state:before { content: "Out of State: "; }
	td.turnaround:before { content: "Turnaround Time: "; }
	
	body.search #test-search-results td.turnaround.test-detail, 
	body.search #test-search-results .test-detail-view td.turnaround {
		padding-left: 40%;
	}
		
	tbody tr:hover th, tbody tr:hover td {
		background: none;
	}
	
	#test-search-results > tbody tr:nth-child(0n+1) td,
	#test-search-results > tbody tr:nth-child(4n+1) td {
		background: #F9F7F1;
	}
	
	td.test-detail {
		background: #f5f2e9;
	}
	
	td.test-detail table tbody td {
		background: none;
	}
	
	table .test-detail-view .lab-schedule tbody tr:first-child th, 
	table .test-detail-view .lab-schedule tbody tr:first-child td {
		border-width: 0;
	}
}

@media screen and (min-width: 681px) {
	nav {
		display: block !important;
	}
	
	.species-nav li a span {
		left: -9999px;
	}

	.species-nav li a:hover span,
	.species-nav li a:focus span {
		left: 0;
	}
}

@media screen and (max-width: 680px) { 
	
	.site-header {
		min-height: inherit;
	}
	
	.site-header .wrap {
	    padding: 0 5%;
	}
	
	#agency-nav,
	.nav-secondary,
	.site-header .widget-area {
		display: none;
	}

	.nav-primary li.mobile-only {
		display: inherit;
	}
	
	.test-search-form label.test-search {
		display: none;
	}
	
	.test-search-form .combined-search {
		display: block;
	}

	.header-image .site-title > a {
		background: url("images/tvmdl-logo.jpg") center center no-repeat;
		background-size: 100% auto;
	    display: block;
	    float: none;
	    height: 90px;
	    margin: 0 auto;
	    min-height: inherit;
	    width: 216px;
	}
	
	.nav-primary,
	.home-links {
		background: none;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		width: 100%;
	}
	
	.genesis-nav-menu a {
		padding: 10px 8px;
	}
	
	.genesis-nav-menu .sub-menu a {
		padding: 10px 20px;
	}
	
	.test-search-form {
		padding: 1em 2em;
	}
	
	body.home .test-search-form {
		padding: 0;
	}
	
	.test-search-form,
	body.altbg .test-search-form,
	body.home .test-search-form,
	body.home.altbg .test-search-form {
		background: none;
		box-shadow: none;
	}
	
	.test-search-form label h4,
	body.home .test-search-form label h4,
	#test-search,
	body.home #test-search,
	.test-search-form select,
	body.home .test-search-form select {
		display: block;
		margin: 6px 0;
		width: 100%;
		text-shadow: none;
	}
	
	.test-search-form label.combined-search h4 {
		color: #5e564e;
		font-size: 16px;
		display: none !important;
	}
	
	.test-search-form .test-submit {
		display: block;
		float: right;
		font-size: 13.6px;
		margin: 6px 0 1em;
		width: 49%;
	}
	
	.test-search-form .combined-search.test-submit {
		margin-right: 2%;
	}
	
	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		font-size: 0.9em;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		padding: .4em 1em;
		color: #fff;
	}
	
	button.menu-toggle {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	
	button.menu-toggle:hover,
	button.menu-toggle:focus {
		color: #fff;
		box-shadow: none;
	}

	button.menu-toggle,
	button.sub-menu-toggle {
		background-color: transparent;
	}

	.sub-menu-toggle {
		padding: 12px;
		position: absolute;
		right: 0;
		top: 0;
		color: #fff;
	}

	#primary-toggle:before {
		content: "Menu";
		font-style: normal;
		margin: 0;
		text-transform: uppercase;
	}
	
	#primary-toggle.activated:before {
		content: "Menu \2191";
	}

	.sub-menu-toggle:before {
		content: "+";
	}

	.sub-menu-toggle.activated:before {
		content: "-";
	}

	.genesis-nav-menu {
		display: none;
		position: relative;
	}

	.nav-primary .genesis-nav-menu .sub-menu {
		box-shadow: none;
	}
	
	.nav-primary .genesis-nav-menu .current-menu-item > a {
		box-shadow: none;
	}
	
	.nav-primary .genesis-nav-menu a {
		background: rgba(229, 223, 201, 1);
	}
	
	.nav-primary .genesis-nav-menu a:hover,
	.nav-primary .genesis-nav-menu a:focus {
		box-shadow: none;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		position: relative;
		text-align: left;
	}

	.genesis-nav-menu .menu-item:hover,
	.genesis-nav-menu .menu-item:focus {
		position: relative;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		padding-bottom: 0;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 30px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 40px;
	}

	.nav-primary a:hover,
	.nav-primary a:focus,
	.nav-primary .current-menu-item > a {
		color: #500000;
	}
	
	.search-result-container {
		padding: 0 1em;
	}
	
	body.search-results .content, 
	body.post-type-archive-tests .content, 
	body.tax-species .content {
		padding: 2em 0;
	}
	
	.featured-posts .entry img {
		max-width: 100%;
	}
	
}

@media screen and (max-width: 400px) {
	.test-search-form {
	    padding: 1em 0.5em;
	}
}


/* Extra Genesis menu button */
/* Temporary fix */

.nav-primary button.menu-toggle {
	display: none;
}

/* Gradients */
/* Place last to avoid parse errors above */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.archive-pagination li a {
	/* light maroon to dark, vertical */
	background: rgb(142,2,51); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlMDIzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(142,2,51,1) 0%, rgba(80,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(142,2,51,1)), color-stop(100%,rgba(80,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(142,2,51,1) 0%,rgba(80,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(142,2,51,1) 0%,rgba(80,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(142,2,51,1) 0%,rgba(80,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(142,2,51,1) 0%,rgba(80,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e0233', endColorstr='#500000',GradientType=0 ); /* IE6-8 */
	
}

button:hover,
button:focus,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button:focus,
.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	-moz-box-shadow: 	inset 0 2px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.6);
	box-shadow: 		inset 0 2px 3px rgba(0,0,0,0.6);
	
	/* dark to light maroon, vertical */
	background: rgb(80,0,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZTAyMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(80,0,0,1) 0%, rgba(142,2,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,0,0,1)), color-stop(100%,rgba(142,2,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(80,0,0,1) 0%,rgba(142,2,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(80,0,0,1) 0%,rgba(142,2,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(80,0,0,1) 0%,rgba(142,2,51,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(80,0,0,1) 0%,rgba(142,2,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#500000', endColorstr='#8e0233',GradientType=0 ); /* IE6-8 */
	
}

button#primary-toggle,
button#secondary-toggle:hover {
	/* beige to cream, down */
	background: rgb(229,223,201); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZGZjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iI2Y1ZjJlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(229,223,201,1) 0%, rgba(245,242,233,1) 83%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,223,201,1)), color-stop(83%,rgba(245,242,233,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,223,201,1) 0%,rgba(245,242,233,1) 83%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,223,201,1) 0%,rgba(245,242,233,1) 83%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,223,201,1) 0%,rgba(245,242,233,1) 83%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,223,201,1) 0%,rgba(245,242,233,1) 83%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5dfc9', endColorstr='#f5f2e9',GradientType=0 ); /* IE6-8 */
	
	
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu,
button#secondary-toggle,
button#primary-toggle:hover,
button#primary-toggle:focus {
	/* cream to beige, down */
	background: #f8f7f3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjdmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWRmYzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(248,247,243,1) 0%, rgba(229,223,201,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,247,243,1)), color-stop(100%,rgba(229,223,201,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,247,243,1) 0%,rgba(229,223,201,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,247,243,1) 0%,rgba(229,223,201,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,247,243,1) 0%,rgba(229,223,201,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(248,247,243,1) 0%,rgba(229,223,201,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f3', endColorstr='#e5dfc9',GradientType=0 ); /* IE6-8 */
}

.nav-primary .genesis-nav-menu .sub-menu,
button#secondary-toggle,
button#primary-toggle:hover,
button#primary-toggle:focus {
	-moz-box-shadow: 	0 3px 3px #aaa;
	-webkit-box-shadow: 0 3px 3px #aaa;
	box-shadow: 		0 3px 3px #aaa;
}

.sidebar-primary {
	/* white to transparent, diagonal */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

button.sub-menu-toggle {
	background: rgb(188,183,166); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjYjdhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTU2NGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(188,183,166,1) 0%, rgba(94,86,78,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,183,166,1)), color-stop(100%,rgba(94,86,78,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(188,183,166,1) 0%,rgba(94,86,78,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(188,183,166,1) 0%,rgba(94,86,78,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(188,183,166,1) 0%,rgba(94,86,78,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(188,183,166,1) 0%,rgba(94,86,78,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcb7a6', endColorstr='#5e564e',GradientType=0 ); /* IE6-8 */
	
}

button.sub-menu-toggle:hover,
button.sub-menu-toggle:focus {
	background: rgb(94,86,78); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNTY0ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2I3YTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(94,86,78,1) 0%, rgba(188,183,166,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,86,78,1)), color-stop(100%,rgba(188,183,166,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(94,86,78,1) 0%,rgba(188,183,166,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(94,86,78,1) 0%,rgba(188,183,166,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(94,86,78,1) 0%,rgba(188,183,166,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(94,86,78,1) 0%,rgba(188,183,166,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e564e', endColorstr='#bcb7a6',GradientType=0 ); /* IE6-8 */
	
}

.splash .wrap {
	/* beige to white (center) to beige, vertical, with transparency */
	background: #fff;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZGZjOSIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTVkZmM5IiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(229,223,201,0.8) 0%, rgba(255,255,255,0.9) 60%, rgba(229,223,201,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,223,201,0.8)), color-stop(60%,rgba(255,255,255,0.9)), color-stop(100%,rgba(229,223,201,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,223,201,0.8) 0%,rgba(255,255,255,0.9) 60%,rgba(229,223,201,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,223,201,0.8) 0%,rgba(255,255,255,0.9) 60%,rgba(229,223,201,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,223,201,0.8) 0%,rgba(255,255,255,0.9) 60%,rgba(229,223,201,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,223,201,0.8) 0%,rgba(255,255,255,0.9) 60%,rgba(229,223,201,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce5dfc9', endColorstr='#cce5dfc9',GradientType=0 ); /* IE6-8 */
}

@media screen and (max-width: 680px) { 
	.test-search-form,
	body.altbg .test-search-form {
		/* beige to white (center) to beige, vertical, with transparency */
		background: #fff;
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZGZjOSIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTVkZmM5IiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(229,223,201,0.8) 0%, rgba(255,255,255,0.9) 60%, rgba(229,223,201,0.8) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,223,201,0.8)), color-stop(60%,rgba(255,255,255,0.9)), color-stop(100%,rgba(229,223,201,0.8))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(229,223,201,0.8) 0%,rgba(255,255,255,0.9) 60%,rgba(229,223,201,0.8) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(229,223,201,0.8) 0%,rgba(255,255,255,0.9) 60%,rgba(229,223,201,0.8) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(229,223,201,0.8) 0%,rgba(255,255,255,0.9) 60%,rgba(229,223,201,0.8) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(229,223,201,0.8) 0%,rgba(255,255,255,0.9) 60%,rgba(229,223,201,0.8) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce5dfc9', endColorstr='#cce5dfc9',GradientType=0 ); /* IE6-8 */
	}
}


@media print {
   .test-search-form,
   #test-search,
   nav,
   .genesis-nav-menu,
   .site-footer,
   #agency-nav,
   .comment-respond,
 	.pf-content .pf-primary-img {
      display: none !important;
   }

   .header-image .site-title > a {
     background: none !important;
     text-indent: none;
   }

   .sidebar-primary,
   .splash .wrap  {
      background: none;
   }
/* ## Image Hotspot
--------------------------------------------- */
body #powerTip {
    background-color: #fff;
}
body #powerTip.n:before {
    border-top: 10px solid rgb(220, 220, 220);
}
body #powerTip.s:before {
    border-bottom: 10px solid #fff;
}
body #powerTip.e:before {
    border-right: 10px solid #fff;
}
body #powerTip.w:before {
    border-left: 10px solid #fff;
    right: -10px
}
body #powerTip.ne:before,body #powerTip.nw:before {
    border-top: 10px solid #fff;
    border-top: 10px solid rgba(220,220,220,1);
}
body #powerTip.se:before,body #powerTip.sw:before {
    border-bottom: 10px solid #fff;
    border-bottom: 10px solid rgba(220,220,220,1);
}
body #powerTip.nw-alt:before,body #powerTip.ne-alt:before,body #powerTip.sw-alt:before,body #powerTip.se-alt:before {
    border-top: 10px solid #fff;
    border-top: 10px solid rgba(220,220,220,1);
}
body #powerTip.sw-alt:before,body #powerTip.se-alt:before {
    border-bottom: 10px solid #fff;
    border-bottom: 10px solid rgba(220,220,220,1);
}
body .box_view_html {
    color: #000;
}
body .box_view_html span.close_ihp svg {
    fill: #000;
}
}

body.post-type-archive-tests .nav-primary ul,
body.post-type-archive-tests .nav-secondary ul {
	display: none;
}

/**/
body.post-type-archive-tests.logged-in .nav-primary ul,
body.post-type-archive-tests.logged-in .nav-secondary ul {
	display: inherit;
}
/**/