@charset "UTF-8";
/*
Theme Name: LiMPETS - child theme of toolbox
Description: Customized theme for LiMPETS - Long-term Monitoring Program and Experiential Training for Students
Version: 1.0
Author: Ison Design
Template: toolbox
*/
@import url(../toolbox/style.css); /* Inherit default theme styles */

/*
65b2b9 = aqua
e4e666 = yellow


 * Web Fonts from fontspring.com
 * (c) 2010-2011 Fontspring
 *
 * The fonts included are copyrighted by the vendor listed below.
 * Vendor:      FontSite Inc.
 * License URL: http://www.fontspring.com/fflicense/fontsite
  */
@font-face {
    font-family: 'ClarendonFSMedium';
    src: url('fonts/clarendon_fs/Clarendon-Medium-webfont.eot');
    src: url('fonts/clarendon_fs/Clarendon-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/clarendon_fs/Clarendon-Medium-webfont.woff') format('woff'),
         url('fonts/clarendon_fs/Clarendon-Medium-webfont.ttf') format('truetype'),
         url('fonts/clarendon_fs/Clarendon-Medium-webfont.svg#ClarendonFSMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 800;
font-weight: 700;
font-weight: 600;
font-weight: 400;
 */


 /* list-item fix  */

 #content ul.something,
.home #content .soliloquy-slider,
.home #content ul.news-items,
#content .entry-content .gform_fields,
#content .entry-content .resource-category,
#content .entry-content .links,
#content .entry-content ul.species-nav {
   margin-left: 0;
 }
 #content ul.something li,
 .home #content .soliloquy-slider li,
 .home #content ul.news-items li,
 #content .entry-content .gform_fields li,
 #content .entry-content .resource-category li,
 #content .entry-content .links li,
 #content .entry-content ul.species-nav li {
   padding-left: 0;
   background: none;
 }




/* RESET ****************************************
http://meyerweb.com/eric/tools/css/reset/   v2.0 | 20110126 */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* STRUCTURE *****************************************/

html, body {
    width:100%;
    height:100%;
}
html {
    font-size: 100%;
}
body {
	height:100%;
	font:400 14px/17px "proxima-nova",sans-serif;
	color:#07376F;
	background:#a6d4e1 url(img/backgrounds/body_bg.png) repeat-x;
}
body.wp-admin {
	background:none;
}
#page {
	position:relative;
	margin:0; /* override */
	padding-bottom:30px;
}
#siteHeader,
#middleContainer,
#siteFooter {
	width:100%;
	text-align:center; /* IE8 centering bug */
}
#siteHeader header,
#middle,
#siteFooter footer {
	position:relative;
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:left;
	z-index:1;
}
#middle #primary {
	position:relative;
	float: right;
	margin: 0 0 0 -223px;
	width: 100%;
	z-index:1
}
#content {
	width:717px;
	margin: 0 0 0 243px ;
}
/* #secondary */
#middle #secondary,
#middle #tertiary,
#middle .features {
	position:relative;
	float: left;
/* 	overflow: hidden; */
	width:223px;
	z-index:2;
}

/* Full-width content area for templates without sidebars */
.full-width #content,
.image-attachment #content {
	margin: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* WP clearfix */
.clearFix {
	float:none;
	clear:both;
	width:100%;
	font-size:1px;
	line-height:1px;
}
/* custom clearfix */
.clearfix {
	zoom: 1;  /* IE7 clearfix */
}
/* clearfix */
.clearfix:before,
.clearfix:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
.clearfix:after {
clear: both;
}








/* MISC GLOBAL STYLES *****************************************/

/* links */
a {
	color:#007F8C;
  text-decoration:underline;
}
a:hover,
a:active {
	outline: none;
}
a:hover {
	color:#07376F;
  text-decoration:none;
}
a.more:after {
	content:" »";
	color:#007F8C;
}
a.go:after,
a.jump:after {
	content:"";
	position:absolute;
	width:0;
	height:0;
	border-style:solid;
	border-color:transparent;
}
a.go:after {
	right:-19px;
	top:9px;
	border-width:5px 10px;
	border-left:6px solid #007F8C;
}
a.jump:after {
	right:-15px;
	top:11px;
	border-width:10px 5px;
	border-top:6px solid #007F8C;
}
a.go:hover:after,
a.jump:hover:after {
	color:#07376F;
}

#primary a {
    text-decoration:underline;
}
#primary a:hover {
	text-decoration:none;
}

/* lists */
ul {
	list-style:none;
}
#content ol {
	margin:10px 0 0 20px;
}
/* bullets */
#content ul {
	margin-top:8px;
	margin-left:0;
	line-height:1.5em;
}
#content h2+ul {
	margin-top:15px;
}
#content ul li {
	margin-top:5px;
	padding-left:0;
}
#content ul ul {
	margin:0 0 10px 45px;
}
#content ul.bullets,
#content .entry-content ul,
#content .post ul {
	margin-left:40px;
}
#content ul.justified {
	margin-left:0;
}
#content ul.bullets li,
#content .entry-content ul li,
#content .post ul li {
	padding-left:15px;
	background:url(img/backgrounds/bullet.png) no-repeat 0 8px;
}

p {
    margin-top:13px;
}
strong {
	font-weight:bold;
	font-weight:600;
}
em {
	font-style:italic;
}
cite,
i[lang] {
	font-style:italic;
}
acronym {
	border-bottom:1px dotted #999;
	cursor:help;
}

/* tabbed-content */
.wp-tabs * {
	font-family:"proxima-nova",sans-serif !important;
	text-shadow:none !important;
}
.wp-tabs a {
	color:#007F8C !important;
  text-decoration:none !important;
}
.wp-tabs a:hover {
	color:#07376F !important;
  text-decoration:underline !important;
}

/* anchor link target */
:target {
   background:#f5f069;
}

/* pages with featured images */
#content article {
	position:relative;
}
.featured-image-text {
	padding-left:270px;
}
.page-ri-methods .featured-image-text,
.parent-page-ri-methods .featured-image-text {
	padding-left:225px;
}


/* screen reader only */
.hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}



/* pagination */
.pagination {
	margin:30px 0 0;
	text-align:center
}
.pagination .page-numbers {
	display:inline-block;
	margin:0 1px;
	height:24px;
	padding:2px 10px 0;
	background: rgba(255,255,255,.3);
	font-size:12px !important;
}
.pagination .page-numbers.current {
	color:#fff !important;
  background: rgba(0,0,0,.2);
}
#primary .pagination a {
	text-decoration: none !important;
}


#primary .edit-link {
  display: block;
  margin: 30px 0;
}
#primary .edit-link a {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 5px;
  background-color: #007F8C;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
#primary .edit-link a::after {
  content: " (you're logged into WordPress)";
  font-weight: 400;
  text-transform: none;
}



/* IMAGES *****************************************/

a img {
	border: none;
}
/* #primary figure img {
	display:block;
	box-shadow: 0 0 10px #b0aba2;
	-moz-box-shadow: 0 0 10px #b0aba2;
	-webkit-box-shadow: 0 0 10px #b0aba2;
} */
#primary img+br {
	display:none;  /* fix wp-inserted breaks */
}
#primary figcaption {
	margin-top:5px;
	font-size:11px;
	line-height:14px;
	color:#c7bca3;
	text-align:right;
}
#primary figcaption a {
	text-decoration:none;
	color:#c7bca3;
}
#primary figcaption a:hover {
	text-decoration:underline;
}
.featured-image {
	position:absolute;
	left:0;
	top:3px;
}
.featured-image img {
	width:252px !important;
	height:auto !important;
}
.page-ri-methods .featured-image img,
.parent-page-ri-methods .featured-image img {
	width:190px !important;
}
#secondary figcaption {
	max-width:223px;
}

/* Resize images to fit main content area.
     - Applies only to images uploaded via WordPress by targeting size-* classes.
     - Other images will be left alone. Use "size-auto" class to apply to other images. */
/* img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; */ /* When images are too wide for containing element, force them to fit. */
/* 	height: auto; */ /* Override height to match resized width for correct aspect ratio. */
/* }
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
} */


/*** image replacement ****/

.replace {
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}


/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}


/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}

.img-left {
	float:left;
	margin:4px 20px 10px 0;
}
.img-right {
	float:right;
	margin:4px 0 10px 20px;
}







/* GOOGLE FORMS *****************************************/


/* vim: set expandtab tabstop=4 shiftwidth=4: */
/**
 * CSS declarations for Google Docs Forms
 *
 * The only change from Google's CSS is to make fields wider than
 * their default width and to set the default font.
 */

label.gform-error,
label.wpgform-error {
    float: right;
    color: red;
    font-weight: bold;
}

div.gform-captcha,
div.wpgform-captcha {
    margin: 5px 0px 10px;
    display: none;
}

div.gform-browser-warning,
div.gform-browser-error,
div.wpgform-browser-warning,
div.wpgform-browser-error {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    padding: 0 .6em;
    margin: 5px 0 15px;
}

div.gform-browser-warning,
div.wpgform-browser-warning {
    background-color: #ffffe0;
    border-color: #e6db55;
}

div.gform-google-error,
div.gform-browser-error,
div.wpgform-google-error,
div.wpgform-browser-error {
    background-color: #ffebe8;
    border-color: #cc0000;
}

body.ss-base-body {}
div.errorbox-good {}
div.ss-attribution {}
div.ss-footer {}
div.ss-footer-txt, div.ss-logo {
    display: none;
}

div.ss-form {}
div.ss-form-container {
  font-family: inherit !important;
}
.ss-form-question {
  margin: 25px 0 0;
}
.ss-q-item-label {
  font-size: 18px;
  font-weight: 600;
}
div.ss-form-desc {}
div.ss-form-entry {}
div.ss-form-entry input {
  padding: 5px 10px;
  border: none;
  font-family: inherit !important;
  font-size: inherit;
  background-color: #f3f3f3 !important;
}
div.ss-form-heading {}
div.ss-item {}
div.ss-legal {}
div.ss-navigate {
  margin: 30px 0 20px;
}
div.ss-navigate #ss-submit {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  background-color: #007F8C;
  color: #fff;
  margin-right: 20px;
}
div.ss-navigate #ss-submit:hover {
  background-color: #07376F;
}
div.ss-no-ignore-whitespace {
    white-space: pre-wrap;
}
div.ss-required-asterisk {
    color: red;
    font-weight: bold;
}
div.ss-scale {}
div.ss-text {}
form#ss-form {}
h1.ss-form-title {}
hr.ss-email-break {}
input.ss-q-short:text {
    width: 500px;
}
label.ss-q-help {
    display: block;
}
label.ss-q-radio {}
label.ss-q-title {
    font-weight: bold;
}
span.ss-powered-by {}
span.ss-terms {}
td.ss-gridnumber {}
td.ss-gridnumbers {}
td.ss-gridrow
td.ss-gridrow-leftlabel
td.ss-leftlabel {}
td.ss-rightlabel {}
td.ss-scalerow {}
td.ss-scalenumber {}
td.ss-scalenumbers {}
textarea.ss-q-long {
    font-family: inherit !important;
    background-color: #f3f3f3 !important;
}
tr.ss-gridrow {}

/**
 * New Google Forms CSS 2013-04-30
 */

div.ss-form-container div.disclaimer {
    display: none;
}

div.ss-q-help {
}

div.ss-secondary-text {
}

/*  This hides the "Never submit passwords through Google Forms." warning. */
td.ss-form-entry > div.ss-secondary-text {
    display: none;
}

div.password-warning {
    display: none;
}

div.ss-form-container li {
    list-style-type: none;
}

/*  2013-06-04:  Hide "Edit this Form" link */
a.ss-edit-link {
    display: none;
}

/*  2013-06-06:  Hide help text for scales */
div.aria-only-help {
    display: none;
}

/* 2013-10-30:  Hide default error messages */
div.error-message {
    display: none;
}

/* 2013-10-30:  Attempt to make text entry boxes a reasonable width */
input.ss-q-short, textarea.ss-q-long {
    width: auto;
}

/* 2013-11-15:  CSS to support using WordPress Google form to render spreadsheets */

/**  Hide the gunk that Google adds to make the table work **/
td.hd, td.headerEnd, tr.rShim, td.sortBar {
    display: none;
    width: 0px !important;
    padding: 0px !important;
}

/**  Empty selector but could be used to select all of the table cells **/
tr.rShim td, tr.rShim ~ tr td {
}

/**  Hide the "powered" and "listview" DIVs that Google adds **/
div div span.powered, div.listview {
    display: none;
}

/** Hide the "This is a required question" message **/
div.ss-form-container div.required-message {
    display: none;
}







/* SITE HEADER *****************************************/

#siteHeader header {
	position:relative;
/* 	height:148px; */
	height:120px;
	z-index:2;
}
#siteHeader h1 {  /* site name */
	position:absolute;
	left:0;
	top:31px;
	margin:0;   /* theme override */
}
#siteHeader h1:after {
	content:"";
	position:absolute;
	left:35px;
	top:-45px;
	width:18px;
	height:54px;
	background:url(img/header/logo_bg.png) no-repeat;
}
#siteHeader h1 a {
	position:relative;
	display:block;
	width:243px;
	height:36px;
	background:url(img/header/logo.png) no-repeat;
}
#siteHeader h1 a:hover {
	background-position:0 -36px;
}

/* homepage logo animation */
@-webkit-keyframes floatUp {
  0% { -webkit-transform: translateY(0); } 100% { -webkit-transform: translateY(-60px) scale(.7,.7); }
}
@-moz-keyframes floatUp {
  0% { -webkit-transform: translateY(0); } 100% { -webkit-transform: translateY(-60px) scale(.7,.7); }
}
@keyframes floatUp {
  0% { -webkit-transform: translateY(0); } 100% { -webkit-transform: translateY(-60px) scale(.7,.7); }
}
@-webkit-keyframes fadeOut {
  0% {	opacity:0; } 5% {	opacity:1; } 100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% {	opacity:0; } 5% {	opacity:1; } 100% { opacity:0; }
}
@keyframes fadeOut {
  0% {	opacity:0; } 5% {	opacity:1; } 100% { opacity:0; }
}
@-webkit-keyframes fadeIn {
  0% {	opacity:0; } 100% {	opacity:1; }
}
@-moz-keyframes fadeIn {
  0% {	opacity:0; } 100% {	opacity:1; }
}
@keyframes fadeIn {
  0% {	opacity:0; } 100% {	opacity:1; }
}
body.home .bubble {
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #007f8c;
	left: 40px;
	top:28px;
	z-index:2;
	opacity:0;
 	-webkit-animation: floatUp .5s ease 1s 30 both, fadeOut 20s linear 0s 1 both;
 	-moz-animation: floatUp .5s ease 1s 30 both, fadeOut 20s linear 0s 1 both;
 	animation: floatUp .5s ease 1s 30 both, fadeOut 20s linear 0s 1 both;
}
.home #siteHeader h1:after {
	opacity:0;
 	-webkit-animation: fadeIn 6s linear 5s 1 both;
 	-moz-animation: fadeIn 5s linear 5s 1 both;
 	animation: fadeIn 5s linear 5s 1 both;
}

#siteHeader h2 {  /* tagline */
	position:absolute;
	left:0px;
	top:75px;
	width:243px;
	height:35px;
	background:url(img/header/tagline.png) no-repeat;
}

/* social media links */
.social-media-links {
	position:absolute;
	right:50px;
	top:18px;
}
.social-media-links li {
	float:left;
	margin-left:5px;
}
.social-media-links li:first-child {
	margin-left:0;
}
.social-media-links .twitter a,
.social-media-links .facebook a,
.social-media-links .instagram a,
.social-media-links .pinterest a,
.social-media-links .flickr a,
.social-media-links .youtube a {
	display:block;
	width:31px;
	height:31px;
	background:url(img/icons/social-media.png) no-repeat;
}
.social-media-links .facebook a {
	background-position:0 0;
}
.social-media-links .twitter a {
	background-position:-31px 0;
}
.social-media-links .instagram a {
	background-position:-62px 0;
}
.social-media-links .pinterest a {
	background-position:-93px 0;
}
.social-media-links .flickr a {
	background-position:-124px 0;
}
.social-media-links .youtube a {
	background-position:-155px 0;
}
.social-media-links .facebook a:hover {
	background-position:0 -31px;
}
.social-media-links .twitter a:hover {
	background-position:-31px -31px;
}
.social-media-links .instagram a:hover {
	background-position:-62px -31px;
}
.social-media-links .pinterest a:hover {
	background-position:-93px -31px;
}
.social-media-links .flickr a:hover {
	background-position:-124px -31px;
}
.social-media-links .youtube a:hover {
	background-position:-155px -31px;
}



/*** MAIN NAVIGATION ***/

/* essential styles */
ul.sf-menu,
ul.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sf-menu li {
	position: relative;
}
ul.sf-menu ul {
	position: absolute;
	display: none;
	left: 0;
	z-index: 99;
}
ul.sf-menu > li {
	float: left;
}
ul.sf-menu li:hover > ul,
ul.sf-menu li.sfHover > ul {
	display: block;
}
ul.sf-menu a {
	display: block;
	position: relative;
}
ul.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/* optional styles */
.menu-main-menu-container {
  float: left;
}
#main-menu {
	position:absolute;
	left:285px;
	bottom:0;
}
ul.sf-menu {
	float: left;
	width:675px;
	list-style:none;
}
ul.sf-menu > li {
	float:left;
	width:108px;
  margin-left: 12px;
	font:700 15px/18px "proxima-nova",sans-serif;
	-webkit-transition: background .2s;
	transition: background .2s;
}
ul.sf-menu li.nav_what {
  width:100px;
}
ul.sf-menu li.nav_rocky {
  width:140px;
}
ul.sf-menu li.nav_sandy {
  width:123px;
}
ul.sf-menu > li.nav_teachers {
	width:100px;
}
ul.sf-menu > li.nav_donate {
	width:100px;
}
ul.sf-menu li.nav_blog {
	width:36px;
}
ul.sf-menu a {
/* 	padding-bottom:34px; */
	padding-bottom:10px;
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 0 #000;
	zoom: 1; /* IE7 */
}
ul.sf-menu a:hover {
	color:#e4e666;
}
ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
.sf-menu ul {
	top: 44px;
	min-width: 12em; /* allow long menu items to determine submenu width */
	width: 12em; /* no auto sub width for IE7, see white-space comment below */
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
ul.sf-menu ul li {
	font:400 14px/18px "proxima-nova",sans-serif;
	background-color: #00467e;
	white-space: nowrap; /* no need for Supersubs plugin */
	white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	background-color: #00467e;
	opacity:.97;
}
ul.sf-menu ul li a {
	padding:4px 5px;
	opacity:1;
	text-shadow:1px 1px 0 #0b4a50;
}
ul.sf-menu ul li a:hover {
	background-color: #1a8f9b;
}
ul.sf-menu ul li:first-child a {
	padding-top:8px;
}
ul.sf-menu ul li:last-child a {
	padding-bottom:8px;
}

/* you-are-here state */
.sf-menu li.current-menu-item,
.sf-menu li.current-menu-parent {
	color:#e4e666;
	cursor:default;
}
.sf-menu ul li.current-menu-item a {
	background-color: #1a8f9b;
}



/* Secondary Nav Menu */

#secondary-menu {
	position:absolute;
	left:279px;
	top:30px;
	font:600 12px/12px "proxima-nova",sans-serif;
}
.menu-secondary-menu-container,
#secondary-menu ul {
  float: left;
}
#secondary-menu ul {
	list-style:none;
}
#secondary-menu li {
	display:block;
	float:left;
	margin-left:15px;
	text-transform:uppercase;
}
#secondary-menu a {
	color:#b1d8dc;
	text-decoration:none;
	text-shadow:1px 1px 0 #000;
}
#secondary-menu a:hover {
	color:#e4e666;
}

/* breadcrumb nav */
#crumbsDiv {
	width:700px;
	height:23px;
	margin:-5px 0 20px 245px;
}
body.home #crumbsDiv * {
	display:none;
}
p#breadcrumbs {
	margin-top:0;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
	color:#007F8C;
}
p#breadcrumbs + p#breadcrumbs {
  display: none;
}
p#breadcrumbs a {
	text-decoration:underline;
	color:#007F8C;
}
p#breadcrumbs a:hover {
	text-decoration:none;
	color:#07376F;
}
p#breadcrumbs span.separator {
	margin:0 1px;
}






/* SITE FOOTER *****************************************/

#siteFooter {
	position:relative;
	margin:0px 0 20px;
}
#siteFooter footer {
	position:relative;
	padding:25px 0 0;
	font-size:13px;
	line-height:13px;
	font-weight:300;
	color:#07376F;
}
/* clear float */
#siteFooter footer:before,
#siteFooter footer:after {
	content:"";
	display:table;
}
#siteFooter footer:after {
	clear:both;
}
#siteFooter a {
	color:#07376F;
	text-decoration:none;
}
#siteFooter a:hover {
	text-decoration:underline;
}
#siteFooter .footerLinks {
	position:absolute;
	left:0;
	top:40px;
}

#siteFooter small {
	float:left;
	clear:both;
	margin:30px 0 0;
	font-size:11px;
	line-height:11px;
}
#siteFooter small span {
	margin-left:7px;
	padding-left:10px;
	border-left:1px solid #c9c9c9;
}
#siteFooter small span a {
	color:#fff;
}
#siteFooter small span a:hover {
	color:#c9c9c9;
}

/* organization links */
#siteFooter ul.org-links {
	float:left;
	width:203px;
	/*padding-right:55px;*/
	list-style:none outside none;
}
#siteFooter ul.org-links li {
	float:left;
}
#siteFooter ul.org-links li a {
	display:block;
	float:left;
	width:60px;
	height:60px;
}
#siteFooter ul.org-links li.gfa {
	margin:15px 20px 0 0;
}
#siteFooter ul.org-links li.gfa a {
  width: 80px;
  height: 45px;
	background:url(img/footer/gfa.png) no-repeat 0 0;
  background-size: 80px;
}
#siteFooter ul.org-links li.nms a {
	background:url(img/footer/nms.png) no-repeat 0 0;
  background-size: 60px;
}
#siteFooter ul.org-links li.noaa {
  margin:20px 25px 0 0;
}
#siteFooter ul.org-links li.noaa a {
	background:url(img/footer/noaa.png) no-repeat 0 0;
  background-size: 55px;
}
#siteFooter ul.org-links li.pgm {
  margin-top:23px;
}
#siteFooter ul.org-links li.pgm a {
  width:75px;
	background:url(img/footer/pgm.png) no-repeat 0 0;
  background-size: 75px;
}


/* sitemap */
.menu-sitemap-container {
  float: left;
  width: calc(100% - 243px);
  margin-left: 40px;
}
ul#menu-sitemap {
	float:left;
	position:relative;
}
ul#menu-sitemap,
ul#menu-sitemap ul {
	list-style:none;
}
ul#menu-sitemap > li {
	float:left;
	width:111px;
  width:calc(16.666% - 9px);
	margin-left:10px;
	font:800 12px/14px "proxima-nova",sans-serif;
}
ul#menu-sitemap > li:first-child {
	margin-left:0;
}
ul#menu-sitemap ul {
	margin-top:5px;
}
ul#menu-sitemap ul li {
	margin:6px 0 0;
	font:400 12px/14px "proxima-nova",sans-serif;
}
ul#menu-sitemap a {
	text-decoration:none;
}
ul#menu-sitemap a:hover {
	color:#007F8C;
	text-decoration:underline;
}
/*ul#menu-sitemap li.nav_blog {
	position:absolute;
	left:595px;
	top:22px;
}*/

/* donate */
#siteFooter p.donate {
	position:absolute;
	right:0;
	bottom:0;
}
#siteFooter p.donate a {
	display:block;
	padding:7px 10px 5px;
	border-radius:5px;
	font-size:.9em;
	font-weight:600;
	color:#fff;
	background-color:#007F8C;
	text-decoration:none;
	text-transform:uppercase;
}
#siteFooter p.donate a span {
	text-transform:lowercase;
}
#siteFooter p.donate a:hover {
	background-color:#07376F;
}



/* CONTENT *****************************************/

#middleContainer {
}
#middle {
	padding:20px 0 0;
	min-height:500px;
}
/* clear float */
#middle:before,
#middle:after {
	content:"";
	display:table;
}
#middle:after {
	clear:both;
}
#primary {
	position:relative;
	min-height:400px;
	font-size:1.1em;
	line-height:1.6em;
	z-index:1;
}
.page-template-full-width-page-php #primary,
.page-template-full-width-page-php #content {
	width:960px;
	margin-right:0;
	padding-right:0;
}

/* headings */
body.blog #content article h1.entry-title,
body.archive #content article h1.entry-title {
	margin:0 0 2px;
	padding:0;
 	font:22px/26px ClarendonFSMedium,georgia,serif;
	color:#007F8C;
	text-transform:none;
}
body.page #content article h1.entry-title,
body.single #content article h1.entry-title,
body.single-post_site #content article h1.entry-title {
	font:30px/30px ClarendonFSMedium,georgia,serif;
	color:#07376F;
/* 	text-shadow: 1px 1px 1px #d0dbe7; */
}

#primary h2 {
	margin:30px 0 10px;
	font-size:16px;
	line-height:20px;
	font-weight:700;
	color:#1b6675;
	text-transform:uppercase;
/* 	letter-spacing:.08em; */
}
#primary h3 {
	margin-top:20px;
/* 	font-size:14px;
	line-height:14px; */
	font-weight:bold;
}
#primary h2+h3 {
/* 	margin-top:5px; */
}
#primary h4 {
	margin-top:20px;
	font-weight:bold;
}




/* blockquote */
#primary blockquote {
	position:absolute;
 	left:690px;
	top:75px;
	font-size:24px;
	line-height:34px;
	font-weight:400;
	color:#849065;
}
.page-contact-us #primary blockquote {
	left:345px;
}
#primary blockquote p:first-child:before {
	content:"\201C";
	position:relative;
	left:-8px;
	margin-right:-8px;
}
#primary blockquote p:first-child:after {
	content:"\201D";
}
#primary blockquote p.source {
	font-weight:400;
	font-size:16px;
	line-height:22px;
}
#primary blockquote p.source:before {
	content:"\2013 \0020";
}
/* #primary .quote blockquote {
	position:relative;
	z-index:2;
}
#primary .quote:before,
#primary .quote:after {
	position:absolute;
	content:'';
	width:92px;
	height:89px;
	background:url(img/quotes.png);
	z-index:1;
}
#primary .quote:before {
	left:0;
	top:0;
}
#primary .quote:after {
	right:0;
	bottom:0;
	background-position:-92px 0;
}
#primary .quote blockquote {
	margin-top:40px;
	font-style: normal;
	color:#006990;
} */
#primary .quote blockquote p {
	font-size:1.3em;
	line-height:1.6em;
}
#primary .quote blockquote p.attribution {
	text-align:right;
	font-size:.92em;
	line-height:1em;
}


.page .edit-link {
	clear: both;
	display: block;
}


/* Notices */
.post .notice {
	background:none;
	display: block;
	padding:0;
}






/*** SIDEBAR/WIDGETS ************************************/

#secondary {
	margin:0px;
	padding:0;
	line-height:18px;
}
#secondary aside {
	width:215px;
	padding:15px 10px 15px;
	margin-top:20px;
}
#secondary aside,
#secondary aside p {
	font-size:100%;
	line-height:17px;
}
#secondary aside:first-child {
	margin-top:0;
}


/* Local Nav Menu */

.widget_nav_menu {
/* 	margin-top:50px; */
	font-size:15px;
	line-height:18px;
}
.widget_nav_menu ul.menu>li>a {
	font:700 16px/20px "proxima-nova",sans-serif;
	text-transform:uppercase;
}

.widget_nav_menu ul {
	margin:-5px 0 15px;
	list-style:none;
}
.widget_nav_menu ul ul {
	margin-top:10px;
}
.widget_nav_menu li {
	margin-top:8px;
}
.widget_nav_menu .menu>li {
	margin-top:6px;
}
.widget_nav_menu ul.menu>li>a,
.widget_nav_menu li a {
	display:block;
	text-decoration:none;
}
.widget_nav_menu ul.menu>li>a:hover,
.widget_nav_menu li a:hover {
	text-decoration:underline;
}

/* you-are-here */
.widget_nav_menu li li.current-menu-item>a,
.widget_nav_menu li li.current-page-ancestor>a,
.single-post_site .widget_nav_menu li li.nav-sites>a {
	cursor:default;
	color:#07376F;
	font-weight:700;
}
.widget_nav_menu li li.current-menu-item>a:after,
.widget_nav_menu li li.current-page-ancestor>a:after,
.single-post_site .widget_nav_menu li li.nav-sites>a:after {
	content:" >";
	font-weight:700;
}


/* Features */

.features .feature {
	padding-right:20px;
	margin-top:35px;
	border-right:3px dotted #e4e666;
}
.features .feature h1 {
	margin:20px 0 10px;
	font:600 18px/18px "proxima-nova",sans-serif;
	text-transform:uppercase;
	color:#07376F;
}
.features .feature p {
	margin-top:0;
	font-size:15px;
	line-height:20px;
}
.features .feature img {
	float:none;
	margin:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.features .feature blockquote .feature-text {
 	display:inline-block;
	position:relative;
/* 	font:12px/16px ClarendonFSMedium,georgia,serif; */
}
.features .feature blockquote .feature-text p {
	position:relative;
	margin-top:-5px;
	z-index:2;
}
.features .feature blockquote .feature-text span {
	position:absolute;
	font-size:72px;
	color:#e3f0f3;
}
.features .feature blockquote .feature-text span.open {
	left:-30px;
	top:18px;
}
.features .feature blockquote .feature-text span.close {
	right:-18px;
	bottom:-15px;
}
.features .feature blockquote p.attribution {
	margin-top:15px;
	font-size:12px;
	font-style:italic;
	line-height:15px;
	text-align:right;
}
.features .feature blockquote p.attribution:before {
	content:"\2014 ";
	position:relative;
	left:-15px;
}



/* 404 ERROR *****************************************/

.error404 #content {
	width:717px;
	margin: 0 0 0 243px ;
}
.error404 #searchform {  /* toolbox overrides */
	background:none;
	display: block;
	margin-top:20px;
	padding:0;
}
/*
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
} */





/*** HOME *****************************************/

.home #primary h1.entry-title,
.home #secondary,
.home #crumbsDiv {
	display:none;
}
.home div#middle {
	min-height:454px;
	padding-top:40px;
}
.home #content {
	float:left;
	width:960px;
	margin:0;
}

/* slideshow */
.soliloquy-slides,
.soliloquy-item {
	margin-top: 0 !important;
}
/* .soliloquy-container .soliloquy-caption {
	width: 350px !important;
	right: 32px !important;
	left: auto !important;
	bottom: 20px !important;
} */
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	padding-left:100px !important;
	text-align: right !important;
	font-size: 20px !important;
	line-height: 26px !important;
}
.soliloquy-container .soliloquy-caption h2 {
	color: #fff !important;
}

@media (min-width: 768px) and (max-width: 1024px) {

	.soliloquy-container .soliloquy-caption {
		bottom: 13px !important;
}

}

@media (max-width: 600px) {

   /** Hide the caption and control nav for small devices since they can swipe slides */
	.soliloquy-container .soliloquy-control-nav,
        .soliloquy-container .soliloquy-caption {
		display: none !important;
}

}

.home div#text {
	float:left;
	width:648px;
	margin-left:0;
}
.home div#right-col {
	float:left;
	width:292px;
	padding-left:20px;
}
.home #content #home-text {
	padding-right:20px;
	border-right:3px dotted #e4e666;
}
.home #content #home-text h3 {
	margin-top:45px;
	font-size:22px;
	line-height:30px;
	font:700 22px/30px "proxima-nova",sans-serif;
	text-shadow:none;
	text-transform:uppercase;
	color:#007F8C;
}
.home #content #home-text p {
	margin:15px 0 30px;
	font-size:22px;
	line-height:30px;
 	font:400 22px/36px "proxima-nova",sans-serif;
}
.home div#imgLeft {
	float:left;
	margin-left:3px;
}
.home div#quote {
	height:386px;
	margin-bottom:49px;
}
.home blockquote {
	margin-top:-10px;
	font:26px/36px ClarendonFSMedium,georgia,serif;
	letter-spacing:-.02em;
	-webkit-font-smoothing:antialiased;
	color:#65b2b9;
}
.home p.attribution {
	margin-top:10px;
	font:16px/20px ClarendonFSMedium,georgia,serif;
	letter-spacing:-.02em;
	-webkit-font-smoothing:antialiased;
	color:#65b2b9;
}

/* news feature */
.home .news-feature {
	position:relative;
	height:376px;
	margin-bottom:50px;
	font:400 14px/18px "proxima-nova",sans-serif;
	background-color:#f0f5f7;
	color:#007F8C;
}
.home .home-feature-media img {
	width:292px;
	max-height:250px;
}
.home .home-feature-media iframe {
	width:292px;
}
.home .news-feature h3 {
	margin:0 10px;
/* 	font:16px/20px ClarendonFSMedium,georgia,serif; */
font-size:18px;
line-height:22px;
}
.home .news-feature p {
	margin:10px 10px 0;
}
.home .news-feature p.more {
	margin-top:7px;
}
.home .news-feature p.credit {
	position:absolute;
	right:10px;
	top:235px;
	margin:20px 10px;
	font-size:10px;
	line-height:10px;
	color:#abd0d4;
}

.home #news-widget h2 {
	margin:0 0 20px;
	font:700 16px/18px "proxima-nova",sans-serif;
	text-transform:uppercase;
	letter-spacing:0;
	text-shadow:none;
	color:#007F8C;
}
.home #news-widget ul {
	list-style:none;
	margin-top:15px;
	font-size:16px;
	line-height:20px;
}
.home #news-widget li {
	margin-top:12px;
}
.home #news-widget li:after {
	content:" >";
	position:relative;
	top:1px;
	color:#007F8C;
	font-weight:800;
}
.home #news-widget p.more-news {
	margin-top:25px;
	padding:0 5px;
	font-size:14px;
	background-color:#f0f5f7;
}
.home #news-widget p.more-news:after {
	position:relative;
	top:1px;
	content:" >";
	color:#007F8C;
}
.home #news-widget a {
	color:#007F8C;
	text-decoration:none;
}
.home #news-widget a:hover {
	text-decoration:underline;
}





/*** WHAT IS LIMPETS *****************************************/

/* About  us*/
.page-about-us ul.staff-list li {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #e9e9e9;
	zoom:1;   /* IE7 clearfix */
}
.page-about-us ul.staff-list li:first-child {
	margin-top:20px;
	padding-top:0;
	border-top:none;
}
.page-about-us ul.staff-list li:before,
.page-about-us ul.staff-list li:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.page-about-us ul.staff-list li:after {
	clear: both;
}
.page-about-us #content h2 {
	display:none;
}
.page-about-us .bio p {
	margin-top:0;
}
.page-about-us .bio strong {
	text-transform:uppercase;
}
.page-about-us figure.staff-image {
	float:left;
	margin:5px 15px 5px 0;
}
.page-about-us figure.staff-image img {
	width:80px;
	height:80px;
/* 	border:3px solid #fff;
	-webkit-box-shadow:2px 2px 4px #c9c9c9;
	-moz-box-shadow:2px 2px 4px #c9c9c9;
	box-shadow:2px 2px 4px #c9c9c9; */
}
body#about div#text p strong {
	text-transform:uppercase;
}

/* Contact Us */
.page-contact-us .featured-image-text {
  padding-right: 270px;
  padding-left: 0;
}
.page-contact-us .featured-image {
  left: auto;
  right: 0;
}
.page-contact-us dl {
	margin-top: 20px;
	font-size: 15px;
	line-height: 18px;
	color: #07376F;
}
.page-contact-us #primary h4 {
	margin-top: 15px;
	color: #007F8C;
	font-weight: bold;
}
.page-contact-us #primary p.email,
.page-contact-us #primary p.phone {
	margin: 2px 0 0;
}
.page-contact-us #primary p a {
	color: #07376F;
}


.gform_wrapper span.gform_description {
  font-weight: bold !important;
}





/* ROCKY INTERTIDAL / SANDY BEACH *****************************************/

/* Get Involved */
.page-ri-get-involved .img-right {
}



/* Sites *****************************************/

.page-template-page-sites-php .ui-tabs,
.page-template-page-sites-php .ui-tabs-nav {
 	background:none !important;
	border:none !important;
}
.page-template-page-sites-php #tabs,
.page-template-page-sites-php #primary .mapp-poi-list .site-links a {
	font-size:13px !important;
}
.page-template-page-sites-php #primary .ui-tabs li a,
.page-template-page-sites-php #primary .mapp-poi-list a {
	color:#007F8C;
	text-decoration:none !important;
}
.page-template-page-sites-php #primary .ui-tabs li a:hover,
.page-template-page-sites-php #primary .mapp-poi-list a:hover {
	color:#07376F;
	text-decoration:underline !important;
}

body.page-ri-sites .ui-tabs-panel,
.page-template-page-sites-php .ui-tabs-panel {
	border:1px solid #c9c9c9 !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}
body.page-ri-sites ul.ui-tabs-nav li,
.page-template-page-sites-php ul.ui-tabs-nav li {
  background:#e9e9e9 !important;
}
body.page-ri-sites ul.ui-tabs-nav li.ui-state-active,
.page-template-page-sites-php ul.ui-tabs-nav li.ui-state-active {
  background:#fff !important;
}

.mapp-map-links {
	border:none !important;
	background:#fff !important;
	padding-bottom:10px;
}
#content .mapp-map-links a,
p#strvw.collapseomatic a,
p#strvw.colomat-close a {
	position:relative;
	left:-5px;
	padding:1px 5px 2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#007F8C;
	color:#fff !important;
	text-transform:lowercase;
	font-size:12px;
	text-decoration:none !important;
}
.mapp-map-links a:hover,
p#strvw.collapseomatic a:hover,
p#strvw.colomat-close a:hover {
	text-decoration:none !important;
 	background-color:#07376F !important;
}
p#strvw.collapseomatic a,
#target-strvw.collapseomatic_content {
	z-index:1000;
}
p#strvw {
	position:absolute;
	left:185px;
	top:5px;
	margin:0;
	padding:0;
	line-height:12px;
	text-align:center;
}
p#strvw.collapseomatic a {
	display:inline-block;
	width:70px;
	padding:2px 0 4px;
}
p#strvw.colomat-close a {
	position:relative;
}
p#strvw.colomat-close a:before {
	content:"x ";
	position:absolute;
	left:-11px;
	font-weight:bold;
	color:#007F8C;
}
p#strvw.colomat-close a:before:hover {
	color:#07376F;
}
#target-strvw.collapseomatic_content {
	position:absolute;
	left:25px;
	top:42px;
	width:180px;
	padding:0 10px 10px;
	background-color:#007F8C;
	font-size:12px;
	line-height:15px;
	color:#fff !important;
}

/* hide "bigger map" link for sites main pages */
.page-template-page-sites-php .mapp-map-links a+a {
	display:none;
}

p#strvw.collapseomatic,
p#strvw.colomat-close {
	background-image:none;
}

.page-template-page-sites-php .mapp-layout {
	border:none !important;
	width:665px !important;
	zoom: 1;  /* IE7 clearfix */
}
/* clearfix */
.page-template-page-sites-php .mapp-layout:before,
.page-template-page-sites-php .mapp-layout:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
.page-template-page-sites-php .mapp-layout:after {
clear: both;
}
.page-template-page-sites-php .mapp-canvas,
.page-template-page-sites-php .mapp-wrapper {
	float:left;
	width:331px !important;
}
.page-template-page-sites-php .mapp-list {
	float:left;
	width:332px !important;
	max-height:500px !important;
}
/* hide default map location list heading */
.page-template-page-sites-php .mapp-list th+th {
	font-size:0;
}
.page-template-page-sites-php .mapp-list th+th:before {
	position:relative;
	left:5px;
	top:-10px;
	content:"Monitoring Sites";
	font:bold 14px/17px "proxima-nova",sans-serif;
	text-shadow:none;
	text-transform:uppercase;
}
.page-template-page-sites-php .mapp-list td {
	padding:7px 5px;
}
.page-template-page-sites-php .mapp-list .mapp-title {
	font-weight:bold;
}
.page-template-page-sites-php .mapp-list .site-links {
	padding-top:3px;
	line-height:13px;
}
.page-template-page-sites-php .mapp-list a.site-post {
	display:inline-block;
	margin-right:3px;
	padding-right:5px;
	border-right:1px solid #b9b9b9;
}
.page-template-page-sites-php .mapp-directions {
	float:right;
	width:302px !important;
	margin:0 0 15px 10px;
	padding:10px;
	background-color:#e9e9e9;
}


/* map info boxes */
.mapp-ib {
	box-shadow:none !important;
	padding-bottom:5px !important;
}
.mapp-body .limpets-info-box {
	width:250px;
	height:120px;
	padding:15px 0 0;
	zoom: 1;  /* IE7 clearfix */
}
.mapp-body .limpets-info-box:before,
.mapp-body .limpets-info-box:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
.mapp-body .limpets-info-box:after {
clear: both;
}
.mapp-body div {
	width:220px !important;
	height:105px !important;
	margin: 10px 0 !important;
	font-family:proxima-nova,sans-serif !important;
	font-size:11px !important;
	font-weight:400 !important;
}
.mapp-body img {
	float:right;
	position:relative;
	top:3px;
	width:72px !important;
	height:72px !important;
	margin: 0 0 10px 10px !important;
}
.mapp-iw .mapp-title {
	margin-top:-3px !important;
	padding-bottom:26px;
	border-bottom:1px solid #d9d9d9;
}
.mapp-body p {
	margin-top:7px;
	font-size:12px !important;
	line-height:16px !important;
}
.mapp-body p.site-town {
	position:absolute;
	top:35px;
	width:210px !important;
}
.mapp-body p.site-info,
.mapp-body p.site-parking {
	position:relative;
	top:15px;
}
.mapp-iw p a:link,
.mapp-body p a:hover,
.mapp-iw .mapp-links a {
 font-family:proxima-nova,sans-serif;
 font-size: 12px;
 font-weight: 400;
 text-decoration:none;
 display:inline-block;
 padding:1px 3px 1px;
 background:#f3f3f3;
 border-radius:4px;
 background:none;
 color:#007F8C !important;
}
/* .mapp-body p a:hover,
.mapp-iw .mapp-links a:hover {
 background:#007F8C;
 color:#fff !important;
} */
.mapp-body p a {
}
.mapp-iw .mapp-links {
	position:absolute;
 	top:125px !important;
 	border-top:none !important;
 	font-size: 12px;
}

/* Single Site */

.single-post_site .entry-content {
	position: relative;
	padding: 0 0 30px 270px;
}
body.single-post_site #content article h1.entry-title {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #07376F;
}
.single-post_site .mapp-body img,
.single-post_site .mapp-body p.site-info,
.single-post_site .mapp-body p.site-parking {
	display:none;
}
.single-post_site .mapp-layout {
	position:absolute;
	left:0;
	z-index:2;
	margin:0 !important;
}
.single-post_site .mapp-inline .mapp-sidebar {
  display: none;
}
/* hide link in info window to same page */
.single-post_site .mapp-body p.site-info {
	display:none;
}
.single-post_site .mapp-iw {
 	height:80px !important;
}
.single-post_site .mapp-iw .mapp-links {
 	top:62px !important;
}
.single-post_site .mapp-poi-list {
	background: #fff; /* Old browsers */
}
.single-post_site .mapp-poi-list table {
	padding-bottom:20px;
}
.single-post_site .mapp-directions {
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff 0%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}
.single-post_site .mapp-directions {
	margin-top:0 !important;
	padding:10px 0 195px;
}
.single-post_site .mapp-layout[style*="width: 100%"] .mapp-directions {
	padding-bottom:70px;
}
.single-post_site .entry-content h2 {
	margin:15px 0 -10px;
}
.single-post_site .entry-content h2.since,
.single-post_site .entry-content h2.since+p {
 	display:inline-block;
/* 	padding-top:30px; */
}
.single-post_site figure.image_large {
	position:absolute;
	left:0;
	top:285px;
	width:252px;
	z-index:1;
}
.single-post_site #primary figure.image_large img {
	width:250px;
}
.single-post_site figure.image_small {
	float:right;
	width:180px;
	margin:17px 0 10px 20px;
}
.single-post_site #primary figure.image_small img {
	width:180px;
}
.single-post_site #content .datasheet-list {
  margin: 0;
  padding: 0;
	/* list-style: outside square none; */
  list-style: none;
}
.single-post_site #content .datasheet-list li {
	margin: 5px 0 0;
	padding: 0;
  background: none;
}




/* Species *****************************************/

/* Landing page */

#content .species-nav {
	width:100%;
	line-height:1em;
}
#content ul.species-nav li {
	float:left;
}
.species-nav li:first-child {
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid blue;
}


/* SPECIES LISTS */

.page-template-page-species-php #tabs {
	margin-top:25px;
	padding:0 !important;
	float:left;
	border:1px solid #c0e0ec;
	border-radius:0;
	background:#e9f4f8;
}
.page-template-page-species-php #tabs .ui-tabs-nav {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 199px;
	margin:0 0 0 1px !important;
	padding: 0 !important;
	font-size:12px !important;
	background:none !important;
	border:none !important;
}
.page-template-page-species-php #tabs .ui-tabs-nav li {
	right: 1px;
	width: 100%;
	height:auto !important;
	overflow: hidden;
	margin:0 !important;
	padding:0 !important;
	border:none !important;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	line-height:15px;
	background:none; /* override default gradient */
	box-shadow:none;
}
.page-template-page-species-php #content .ui-tabs-nav li a {
   width: 100%;
	text-decoration:none;
	color:#fff !important;
	background-color:#007F8C;
	border-top:1px solid #e9f4f8;
}
.page-template-page-species-php #content .ui-tabs-nav li:first-child a {
	border-top:none;
}
.page-template-page-species-php #content .ui-tabs-nav li.ui-state-active {
	position:relative;
	padding-left:1px;
}
/* "you are here" arrow */
.page-template-page-species-php #content .ui-tabs-nav li.ui-state-active:after {
	content:"";
	position:absolute;
	left:-1px;
	top:4px;
	z-index:200;
	width:0;
	height:0;
	border:10px solid transparent;
	border-left-color:#c0e0ec;
}
.page-template-page-species-php #content .ui-tabs-nav li.ui-state-active a {
	font-weight:bold;
	color:#07376F !important;
	background-color:#e9f4f8;
	outline:none;
}
.page-template-page-species-php #content .ui-tabs-nav li:last-child.ui-state-active a {
	border-bottom:1px solid #c0e0ec;
}
.page-template-page-species-php #content .ui-tabs-nav li a:hover {
	text-decoration:none !important;
	background-color:#07376F;
}
.page-template-page-species-php #content .ui-tabs-nav li.ui-state-active a:hover {
	background-color:#e9f4f8;
	cursor:default;
}

.page-template-page-species-php #content .ui-tabs-panel {
	margin-left:200px;
	padding:15px;
	font-size:14px !important;
	background:none;
	box-shadow:none;
}
.page-template-page-species-php #content .ui-tabs-panel h2 {
	margin:10px 0 20px;
	font-size:18px;
	text-transform:none;
	color:#07376F;
}
.page-template-page-species-php #content .ui-tabs-panel h2 span {
	font-size:15px;
	font-style:italic;
	font-weight:normal;
}
.page-template-page-species-php .ui-tabs-panel dt {
	margin-top:10px;
	font-weight:bold;
}
.page-template-page-species-php  .ui-tabs-panel dt:after {
	content:":";
	font-weight:bold;
}
.page-template-page-species-php .ui-tabs-panel dd p {
	margin-top:0;
}
.page-template-page-species-php .species-image {
	float:right;
	margin:6px 0 5px 10px;
}

.page-template-page-species-php .also-monitored {
 	float:left;
	position:absolute;
	left:15px;
	top:720px;
	z-index:2;
/* 	margin:-130px 0 0 10px; */
	font-size:14px !important;
}



/* Equipment *****************************************/

.page-ri-equipment div#checklist,
.page-sb-equipment div#checklist {
	float:left;
	width:656px;
	margin-top:20px;
	margin-left:10px;
	padding-top:20px;
	border-top:1px dashed #07376F;
}
.page-ri-equipment p#download {
	margin-top:17px;
}
.page-sb-equipment p#download {
	margin-top:10px;
}
.page-ri-equipment p#download a,
.page-sb-equipment p#download a {
	padding:2px 2px 0;
	background-color:#07376F;
	font-size:11px;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
}
body#ri_equip_build img#rt {
	float:right;
	margin:-10px 0 20px 20px;
}
body#ri_equip_build dix#textFullWidth ul {
	margin-top:-2px;
}
body#ri_equip_build h4 {
		margin-top:20px;
}
body#ri_equip_build p#download {
	clear:left;
	margin-top:45px;
}
table#equipChecklist {
	width:100%;
	text-align:left;
	font-size:12px;
	line-height:14px;
	color:#07376F;
}
table#equipChecklist tr {
	vertical-align:bottom;
}
table#equipChecklist th {
	font-weight:bold;
	border-left:1px solid #007F8C;
	border-bottom:2px solid #07376F;
	padding:0 3px;
	vertical-align:bottom;
}
table#equipChecklist th.first {
	padding-left:0;
	border-left-width:0;
}
table#equipChecklist th h4 {
	margin-top:0;
	padding-left:0;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	color:#07376F;
}
table#equipChecklist td {
	border-left:1px solid #007F8C;
	border-bottom:1px solid #07376F;
	padding-top:6px;
	padding-left:3px;
}
table#equipChecklist th.equip {
	padding-left:0;
	border-left-width:0;
	border-bottom-width:1px;
	font-weight:normal;
}
.page-ri-equipment table#equipChecklist th.equip {
	width:217px;
}
.page-sb-equipment table#equipChecklist th.equip {
	width:205px;
}
.page-ri-equipment table#equipChecklist td.notes {
	width:213px;
}
.page-sb-equipment table#equipChecklist td.notes {
	width:255px;
}
table#equipChecklist td.check span {
	display:block;
	width:49px;
	height:30px;
	text-indent:-9999px;
	font-size:1%;
	background:url(	img/icons/check.png) left bottom no-repeat;
}
table#equipChecklist td.noCheck span {
	display:block;
	width:49px;
	height:30px;
	text-indent:-9999px;
	font-size:1%;
	background:url(../img/noCheck.png) left bottom no-repeat;
}
table#equipChecklist a {
	color:#007F8C;
	text-decoration:none;
}
table#equipChecklist a:hover {
	text-decoration:underline;
}



/* Datasheets and Forms *****************************************/
.open-spoilers {
	display:block;
	width:100%;
	margin:-5px 0 10px;
	text-align:right;
	font-size:14px;
}
#content ol.datasheet-list {
	margin:5px 0 10px 20px;
}
.page-sb-datasheets-and-forms #content ol.datasheet-list {
	margin-top:15px;
}
#content ol.datasheet-list li {
	margin:5px 0 0;
}
#content ol.datasheet-list li a {
	text-decoration:none;
}
#content ol.datasheet-list li a:hover {
	text-decoration:underline;
}
#primary .collapse-container h3 {
	margin-top:10px;
	padding:5px 15px 5px;
	background:#007F8C url(img/icons/collapse-open.png) no-repeat 97% 50%;
	color:#fff;
}
#primary .collapse-container h3:hover {
	background-color:#07376F;
	text-decoration:none;
	cursor:s-resize;
}
#primary .collapse-container h3.colomat-close {
	background:#07376F url(img/icons/collapse-close.png) no-repeat 97% 50%;
}
#primary .collapse-container h3.colomat-close:hover {
	cursor:n-resize;
}
.collapseomatic_content {
	padding:10px 0;
}

.page-template-page-datasheets-php .all-controls {
	float:right;
	margin:-25px 0 0;
	font-size:12px;
	text-transform:lowercase;
}
.page-template-page-datasheets-php span+span {
	margin-left:7px;
	padding-left:7px;
	border-left:1px solid #b9b9b9;
}
.page-template-page-datasheets-php span:first-child:hover {
	cursor:s-resize;
}
.page-template-page-datasheets-php span+span:hover {
	cursor:n-resize;
}




/* RESOURCES *****************************************/

.page-student-resources dl,
.page-teacher-resources dl,
.parent-page-teacher-resources dl {
	margin-top:20px;
/* 	font-size:12px;
	line-height:18px; */
	color:#07376F;
}
.page-student-resources dt,
.page-teacher-resources dt,
.parent-page-teacher-resources dt {
	color:#007F8C;
	font-weight:bold;
}
.page-student-resources dt span,
.page-teacher-resources dt span,
.parent-page-teacher-resources dt span {
	font-weight:normal;
}
.page-student-resources dt a,
.page-teacher-resources dt a,
.parent-page-teacher-resources dt a {
	color:#007F8C;
}
.page-student-resources dd,
.page-teacher-resources dd,
.parent-page-teacher-resources dd {
	margin-bottom:15px;
}
.page-student-resources dd ul.bullets,
.page-teacher-resources dd ul.bullets,
.parent-page-teacher-resources dd ul.bullets {
	margin-top:0;
}
.page-student-resources dd li,
.page-teacher-resources dd li,
.parent-page-teacher-resources dd li {
	margin-top:0;
}
.page-student-resources dd li a,
.page-teacher-resources dd li a,
.parent-page-teacher-resources dd li a {
	color:#07376F;
	text-decoration:underline;
}
.page-teacher-resources h3,
.parent-page-teacher-resources h3 {
	font-size:18px;
}

.page-teacher-resources ul.bullets,
.parent-page-teacher-resources ul.bullets {
	margin-top:15px;
}
.page-teacher-resources ul.bullets a,
.parent-page-teacher-resources ul.bullets a {
	color:#007F8C;
	font-weight:bold;
}

/* in-network resources */
.page-teacher-resources-2 #primary section.hr {
	margin-top:40px;
	padding-top:20px;
	border-top:1px solid #07376F;
}
.page-teacher-resources-2 #primary section h1 {
	text-align:center;
	font-size:22px;
	line-height:26px;
}
.page-teacher-resources-2 #primary h2 {
	margin:25px 0 0;
 	font-size:16px;
	line-height:20px;
	font-weight:normal;
	text-transform:uppercase;
}
.page-teacher-resources-2 #primary section h2 {
	margin-bottom:-5px;
}
.page-teacher-resources-2 #primary .intro {
	margin-bottom:20px;
}

.page-template-page-network #content ul.resource-category {
	margin:10px 0;
}
.page-template-page-network #content ul.resource-category li {
	float:left;
	margin:0 15px 0 0;
}
#content a.gradient-button {
	display: inline-block;
	padding:10px 15px;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
	background-color:#007f8c;
	/*background: -moz-linear-gradient(top,  #007f8c 0%, #007f8c 50%, #118b98 51%, #118b98 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007f8c), color-stop(50%,#007f8c), color-stop(51%,#118b98), color-stop(100%,#118b98));
	background: -webkit-linear-gradient(top,  #007f8c 0%,#007f8c 50%,#118b98 51%,#118b98 100%);
	background: -o-linear-gradient(top,  #007f8c 0%,#007f8c 50%,#118b98 51%,#118b98 100%);
	background: -ms-linear-gradient(top,  #007f8c 0%,#007f8c 50%,#118b98 51%,#118b98 100%);
	background: linear-gradient(to bottom,  #007f8c 0%,#007f8c 50%,#118b98 51%,#118b98 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f8c', endColorstr='#118b98',GradientType=0 );
	box-shadow:1px 1px 3px #c0dee1;*/
}
#content a.gradient-button:hover {
	background-color:#07376F;
	/*background: -moz-linear-gradient(top,  #07376f 0%, #07376f 50%, #1f4f87 51%, #1f4f87 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#07376f), color-stop(50%,#07376f), color-stop(51%,#1f4f87), color-stop(100%,#1f4f87));
	background: -webkit-linear-gradient(top,  #07376f 0%,#07376f 50%,#1f4f87 51%,#1f4f87 100%);
	background: -o-linear-gradient(top,  #07376f 0%,#07376f 50%,#1f4f87 51%,#1f4f87 100%);
	background: -ms-linear-gradient(top,  #07376f 0%,#07376f 50%,#1f4f87 51%,#1f4f87 100%);
	background: linear-gradient(to bottom,  #07376f 0%,#07376f 50%,#1f4f87 51%,#1f4f87 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07376f', endColorstr='#1f4f87',GradientType=0 );*/
}
/* .page-teacher-resources-2 #primary .toc {
	margin:20px 0 30px;
	padding:0 10px 10px;
	border:1px dotted #07376F;
 	font-size:18px;
	font-weight:bold;
}
.page-teacher-resources-2 #primary .toc a {
	display:inline-block;
	position:relative;
	text-decoration:none;
}
.page-teacher-resources-2 #primary .toc a:hover {
	text-decoration:underline;
} */
.page-teacher-resources-2 #primary .two-col {
	float:left;
	width:50%;
}
.page-teacher-resources-2 #primary .two-col.first {
	width:45%;
	margin-right:5%;
}
.page-teacher-resources-2 #socialbar {
	list-style:none;
	margin:5px;
}
.page-teacher-resources-2 #socialbar li {
	display:inline;
	margin-right:2px;
}
.page-teacher-resources-2 #socialbar li img {
	width:36px;
}
.page-teacher-resources-2 #socialbar li a:hover {
	position:relative;
	top:2px;
}
.page-teacher-resources-2 #content ul li.inline {
	float:left;
	width:350px;
}
.page-teacher-resources-2 #content ul li.inline:nth-child(even) {
	margin-left:17px;
}
.page-teacher-resources-2 .embed-container,
.page-teacher-resources-2 .embed-container iframe {
	width:350px;
	min-height:202px;
}
.page-teacher-resources-2 #primary .embed-container h3 {
	margin-top:0;
	font-size:14px;
	font-weight:normal;
}
.page-teacher-resources-2 #primary p.note {
	margin-top:0;
	font-size:12px;
}


/* workshops & events */
.page-workshops-and-events p.reg-button {
	margin:30px 0 20px;
}
.page-workshops-and-events #primary p.reg-button a {
	padding:5px 15px 5px;
	border-radius:5px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background-color:#007F8C;
}
.page-workshops-and-events #primary p.reg-button a:hover {
	background-color:#07376F;
}
.page-workshops-and-events p.reg-detail {
	margin:5px 0 0;
}
.page-workshops-and-events .entry-content article {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #007F8C;
}
.page-workshops-and-events #primary .event-details {
	float:left;
	width:597px;
	font-size:13px;
}
.page-workshops-and-events article .event-section {
	margin:10px 0 0;
}
.page-workshops-and-events #primary .event-section.description {
	font-size:15px;
}
.page-workshops-and-events .entry-content article h1 {
	font-size:18px;
	font-weight:bold;
}
.page-workshops-and-events #primary article h2 {
	margin:12px 0 0px;
	font-size:13px;
	font-weight:normal;
	text-transform:none;
}
.page-workshops-and-events #primary article h2.inline {
	float:left;
	margin:12px 5px 0 0;
	font-weight:bold;
	text-transform:uppercase;
}
.page-workshops-and-events .entry-content article p {
	margin:7px 0 0;
}
.page-workshops-and-events article .event-image {
	float:left;
	margin:16px 20px 10px 0;
}
.page-workshops-and-events article .event-image,
.page-workshops-and-events article .event-image img {
	width:100px;
}




/* STUDENT RESOURCES *****************************************/

.page-student-resources #content ul.resource-category {
	margin:20px 0 30px;
}
.page-student-resources #content ul.resource-category li {
	float:left;
	width:31%;
	margin:0 15px 0 0;
	text-align:center;
}




/* BLOG *****************************************/

body.blog img.blog-banner {
	max-width:100% !important;
}
body.blog h1.page-title {
	margin:-10px 0 35px;
	padding:18px 15px 15px;
 	font:600 30px/30px "proxima-nova",sans-serif;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	background-color:#07376F;
}
body.blog h1.page-title span {
	font:30px/30px ClarendonFSMedium,georgia,"times new roman",times,serif;
}
/* body.blog #middle {
	padding-top:40px;
} */
body.blog #content article,
body.archive #content article {
	margin-top:20px;
}
body.blog #content article+article,
body.archive #content article+article {
	margin-top:40px;
}
body.blog #secondary a {
	text-decoration:none;
}
body.blog #secondary a:hover {
	text-decoration:underline;
}

body.blog .entry-meta,
body.single .entry-meta,
body.archive .entry-meta {
	font-size:12px;
	line-height:15px;
}
body.blog #content article h1.entry-title a,
body.archive #content article h1.entry-title a,
body.blog #content .entry-meta a,
body.single #nav-above a,
body.single #nav-below a {
	text-decoration:none;
}
body.blog #content article h1.entry-title a:hover,
body.archive #content article h1.entry-title a:hover,
body.blog #content .entry-meta a:hover,
body.single #nav-above a:hover,
body.single #nav-below a:hover {
	text-decoration:underline;
}
body.blog footer.entry-meta,
body.single footer.entry-meta,
body.archive footer.entry-meta {
	margin-top:15px;
	padding:2px 5px;
	background-color:#e5f1f5;
}
body.blog #content img,
body.archive #content img {
	max-width:500px;
}

/* single blog posts */
body.single #content article h1.entry-title {
	margin:0px 0 17px;
}
body.single #nav-above,
body.single #nav-below {
	font-size:13px;
  line-height: 1.2;
}
body.single #nav-above {
  margin: 0 0 20px;
}
body.single #nav-below {
  margin: 20px 0 0;
}
body.single .nav-next:before,
body.single .nav-next:before {
	content:"next: ";
}
body.single .nav-prev:before,
body.single .nav-prev:before {
	content:"previous ";
}

/* category page */
.archive.category h1.page-title { /* hide category/school prefix */
	margin:0 0 25px;
	padding:4px 5px 2px;
	font-size:0;
	line-height:0;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	background-color:#07376F;
}
.archive.category h1.page-title span {  /* display category/school name */
	font-size:18px;
	line-height:18px;
}
.archive.category h1.page-title span:before {  /* display category/school name */
	content:"School: ";
}

/* sidebar */
#secondary aside h1.widget-title {
	font:700 16px/18px "proxima-nova",sans-serif;
	text-transform:uppercase;
}
#secondary aside.all-schools {
	margin:35px 0 -80px;
	padding:0 10px;
}
#secondary aside.schools h1.widget-title {
	margin-bottom:35px;
}
body.blog #secondary aside.schools h1.widget-title {
	margin-bottom:10px;
}
#secondary aside.schools li:last-child,
#secondary aside.tools li:last-child {
	display:none;
}
#secondary aside li {
	margin-top:8px;
}

/* comments */
#respond:target {
	padding:15px;
	background:#fff;
}





/* DISCOVER YOUR SANCTUARIES *****************************************/

.page-discover-your-marine-sanctuaries #content ul.sanctuaries li {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #c9c9c9;
}
.page-discover-your-marine-sanctuaries #content ul.sanctuaries li:first-child {
	margin-top:20px;
	padding-top:0;
	border-top:none;
}
.page-discover-your-marine-sanctuaries #content h2{
	margin-top:0px;
}
.page-discover-your-marine-sanctuaries ul.sanctuaries img {
	float:left;
	margin:0 15px 0 0;
}





/* NEWS *****************************************/

.page-news .news-items article,
.parent-page-news .news-items article {
	float:left;
	width:100%;
	margin:0px 25px 25px 0;
	border-top:1px solid #007F8C;
	padding-top:25px;
}
.page-news .news-items article:first-child,
.parent-page-news .news-items article:first-child {
	margin-top:10px;
}
.page-news .news-items article h1,
.parent-page-news .news-items article h1 {
	margin-top:0;
	font: 20px/22px ClarendonFSMedium,georgia,serif !important;
}
.page-news .news-items p.date,
.parent-page-news .news-items p.date {
	margin-top:7px;
	font-size:11px;
	line-height:11px;
	font-weight:normal;
	color:#07376F;
	text-transform:uppercase;
}
#content .news-items div {
	float:left;
}
.page-news .news-items figure+div,
.parent-page-news .news-items figure+div {
	width:475px;
}
.page-news .news-items article figure,
.parent-page-news .news-items article figure {
	float:left;
	margin:5px 15px 10px 0;
}
#content .news-items article figure,
#content .news-items article img {
	width:225px;
}




/* SEARCH *****************************************/

/* search */
#search-form {
	margin-right: 10px;
}
.search-form {
  position:relative;
	float:right;
	width:0%;
	max-width:250px;
  min-width:40px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
	height:50px;
	overflow:hidden;
}
.search-input {
  position: relative;
  top:15px;
  right:0;
  width:85% !important;
  height:35px;
  margin:0;
  padding:0px 55px 0px 10px;
	border:0;
	outline:0;
  color:#777;
	font-size:14px !important;
	line-height:50px;
	background:none;
	-webkit-appearance:none; /* prevent IOS from hijacking style */
}
.search-open .search-input {
  background:#f3f3f3;
}
.search-input::-webkit-input-placeholder,
.search-input:-ms-input-placeholder {
  color: #d1d2d4;
}
.search-icon,
.search-submit {
  width:50px;
  height:50px;
  display:block;
  position:absolute;
  top:0;
  right:-17px;
  padding:0;
  margin:0;
  border:0;
  outline:0;
  line-height:50px;
  text-align:center;
  cursor:pointer;
	color:#fff;
  background: none !important;
}
.search-submit {
	font-size: 0;
}
.search-form.search-open .search-icon {
	background:#c1c2c4;
}
.search-icon i {
	font-family: "FontAwesome";
	display: inline;
	position: relative;
	top: 10px;
  width: auto;
  height: auto;
	margin-top: 0;
  line-height: normal;
  vertical-align: baseline;
	font-size: 16px;
  background-image: none;
}
.search-icon i::before {
	content: "\f002";
	text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.search-open {
  width:100%;
}
/* search results */
.search-results #content h1.page-title {
  font-size: 24px;
}
.search-results #content h1.page-title span,
.search-results #content article .searchwp-highlight {
  background: #ffff99;
}
.search-results #content article {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid #d9d9d9;
}
.search-results #content article:first-of-type {
  margin-top: 35px;
  padding-top: 0;
  border-top: none;
}
.search-results #content article header h1 {
  font-size: 18px;
  font-weight: 600;
}
.search-results #content article header h1 a {
  text-decoration: none;
}
.search-results #content article header h1 a:hover {
  text-decoration: underline;
}
.search-results #content article .entry-meta {
  display: none;
}




/* MEDIA QUERIES *****************************************/


/* high-res displays *************************************/

@media  only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min--moz-device-pixel-ratio: 1.5),
	only screen and (min-device-pixel-ratio: 1.5),
	only screen and (min-device-pixel-ratio: 2) {

/* 	#siteHeader hgroup {
		background-image:url(img/header/logo_header@2x.png);
		background-size:150px;
}
	#siteHeader h1 a {
		background-image:url(img/header/firm_name@2x.png);
		background-size:379px;
}
	#siteHeader h2 {
		background-image:url(img/header/tagline@2x.png);
		background-size:379px;
	} */

}
