/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */
word-break:keep-all;
-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
  background:#fff;
}

.w-subs {
    background:#fff;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a {
text-decoration:none;
}

a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}

p a:hover {
text-decoration:underline;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

hr {
height:3px;
border:0px;
background:#e8e9ea;
}

.sharethis {
display:none;
}
#stToolPop {
display: none !important;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}

dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/*
NOTE: For older browser support (and some mobile),
don't use the shorthand to define *different* corners.

USAGE: .border-radius(4px);

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #c6d551;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #98a71b;
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  background-color: #839313;
}
.button:active,
.button:visited:active {
  background-color: #839313;
}

.gform_previous_button.button {
  border: 1px solid #8bcfd0;
 background-color: #339999;
}
.gform_previous_button.button:hover,
.gform_previous_button.button:visited:hover,
.gform_previous_button.button:focus,
.gform_previous_button.button:visited:focus {
  background-color: #449394;
}
.gform_previous_button.button:active,
.gform_previous_button.button:visited:active {
  background-color: #449394;
}

.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER SYTLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */

}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1.6;
/*  color: #656565; */
  color: #000;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
03. LAYOUT & GRID STYLES
*********************/
#inner-content {
width:960px;
}

.wrap {
  width: 96%;
  margin: 0 auto;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #0c529a;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
/* color: #d10e3c; */
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-weight: 400;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
  color:#565656;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
  color:#565656;
}
h1,
.h1 {
  font-size: 1.5em;
  line-height: 1.333em;
  color:#3b3b3b;
}
h2,
.h2 {
  font-size: 1.05em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  font-family: Arial, Helvetica, sans-serif;
}
h3,
.h3 {
  font-size: 1.1em;
  color:#0c529a;
}
h4,
.h4 {
  font-size: 1em;
  color:#0c529a;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
}
h5,
.h5 {
  font-size: 1.1em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color:#565656;
  font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
}
h6,
.h6 {
  font-size: 1em;
  color:#565656;
  font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
}
/*********************
06. HEADER SYTLES
*********************/
/*********************
07. NAVIGATION STYLES
*********************/

.nav.footer-nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  width:750px;
}
.nav.footer-nav li {
}
.nav.footer-nav li a {
  display: block;
  text-decoration: none;
  padding: 7px 7px;
  color:#fff;
}
.nav.footer-nav li ul.sub-menu li a,
.nav.footer-nav li ul.children li a {
  padding-left: 30px;
}

/* end .nav */

/*********************
08. POSTS & CONTENT STYLES
*********************/
#content {
  margin-top:1px;
}

#homecontent {
  /* margin-top:20px; */
  margin-top:1px;
}
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
}
/* entry content */
.entry-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/

}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */

}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 .2em;
}
.bones_page_navi {
  /* current page link */

  /* end .bones_page_navi .bpn-current */

  /* common styles for page-navi links */

  /* remove the bg on end links */

  /* previous link */

  /* next page link */

  /* first page link */

  /* last page link */

}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  padding-left:10px;
  display: block;
  text-decoration: none;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #06C;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #06C;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */

}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 400;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */

}
.commentlist {
  /* general comment classes */

  /* vcard */

  /* end .commentlist .vcard */

  /* comment meta */

  /* comment content */

  /* end .commentlist .comment_content */

  /* comment reply link */

  /* end .commentlist .comment-reply-link */

}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */

}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */

  /* change number for different depth */

}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */

}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 20px;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: 481px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.

  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.less styles.

  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */

  }
  .menu ul {
    /* end .menu ul li */

    /* highlight current page */

    /* end current highlighters */

  }
  .menu ul li {
    /*
  				plan your menus and drop-downs wisely.
  				*/

  }
  .menu ul li a {
    /*
  					you can use hover styles here even though this size
  					has the possibility of being a mobile device.
  					*/

  }
  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */

  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Grid Stylesheet

  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.less stylesheet.

  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:

  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://gridpak.com/ - Create your own responsive grid.

  The grid below is a combination of the 1140 grid and Twitter Boostrap.
  I liked 1140 but Boostrap's grid was way more detailed so I merged them
  together, let's see how this works out. If you want to use 1140, the original
  values are commented out on each line.

  ******************************************************************/

.sharethis {
display:block;
}

  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 960px;
  }
  /*********************
  HEADER SYTLES
  *********************/


  /*********************
  NAVIGATION STYLES
  *********************/
  .nav.footer-nav {
    background:transparent;
    border: 0;
      border-right:0px solid #000;
      padding-bottom:5px;
  }
  ul.nav.footer-nav {
  margin:0px !important;
  }
  .nav.footer-nav li {
    float: left;
    position: relative;
  }
  .nav.footer-nav li a {
    border-bottom: 0;
font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
font-size:1em;
  }
  .nav.footer-nav li a:hover,
  .nav.footer-nav li a:focus {
    background-color: #0b5092;
    text-decoration:underline;
  }
  .nav.footer-nav li ul.sub-menu,
  .nav.footer-nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
  }
  .nav.footer-nav li ul.sub-menu li,
  .nav.footer-nav li ul.children li {
  }
  .nav.footer-nav li ul.sub-menu li a,
  .nav.footer-nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  .nav.footer-nav li ul.sub-menu li:last-child a,
  .nav.footer-nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav.footer-nav li:hover ul {
    top: auto;
    display: block;
  }
  /* end .nav */

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 2.2em;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */

  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
  			be careful with the depth of your menus.
  			it's very rare to have multi-depth menus in
  			the footer.
  			*/

  }
  /* end .footer-links */
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
  /*

  EXAMPLE
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go.

  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {

}
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

/* -------------------------------------- */
/* -------------------------------------- */
/* -------------------------------------- */

#critical_message {
max-width: 960px;
margin: 0 auto;
padding:6px;
padding-left:40px;
padding-right:5px;
margin-bottom: 20px;
margin-top: 20px;
color:#fff;
font-size:1em;
text-align:left;
background:#000 URL('../../library/images/star.png') 1px 0px no-repeat;
}
#critical_message a {
color:#c9d776;
}
#critical_message a:hover {
text-decoration:underline;
}
#critcal_hide {
float:right;
cursor:pointer;
color:#ccc;
text-decoration:underline;
font-weight:bold;
}
#critcal_hide:hover {
text-decoration:underline;
}

#homepage_callout {
max-width: 960px;
margin: 0 auto;
padding:8px;
padding-left:30px;
padding-right:30px;
text-align:center;
background:#F3AC3F;
border:3px solid #F3AC3F;
margin-bottom: 20px;
color:#fff;
font-weight:bold;
font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
font-size:1.15em;
}

#otherpage_callout {
max-width: 960px;
margin: 0 auto;
padding:8px;
padding-left:30px;
padding-right:30px;
text-align:center;
background:#339999;
border:3px solid #8bcfd0;
margin-bottom: 20px;
line-height:1.1em;
color:#fff;
font-weight:normal;
font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
font-size:1.15em;
}
#otherpage_callout h2 {
margin-top:3px;
margin-bottom:0px;
color:#fff;
font-weight:bold;
font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
}
#otherpage_callout p {
margin-top:0px;
margin-bottom:3px;
}

#ppl_wrap {
width:960px;
margin:0 auto;
overflow:hidden;
}

#inner-header, #main {
background:#fff;
}

#inner-header {
position:relative;
z-index:10000;
font-size:.85em;
/*
height: 256px;
opacity:1;
filter:alpha(opacity=100);
background:#fff URL('../../library/images/your-nav-here.jpg') no-repeat;
}
#inner-header:hover {
opacity:.4;
filter:alpha(opacity=40);
background:#fff URL('../../library/images/your-nav-here.jpg') no-repeat;
*/
}

#inner-header ul {
margin:0px;
}
#inner-header input {
background:none;
}

#inner-header select {
width:285px;
height:24px;
-webkit-appearance: menulist !important;
border:1px solid #a9a8a7;
padding:0px !important;
padding-left:3px !important;
background:transparent !important;
}
#inner-header input[type="text"] {
height:30px;
width:417px;
}

#inner-header input[type="radio"] {
margin:0px !important;
margin-left:3px !important;
margin-top:3px !important;
}

#inner-header label {
font-weight: bold;
font-family: Arial, sans-serif;
font-size: 1em;
padding-left:3px;
padding-right:0px;
}

/*
#inner-header input.search_button {
background:#103587 URL('../../library/images/searchbutton.png') no-repeat;
width:67px;
height:30px;
}
*/

#inner-header input.search_button {
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(0, 71, 147);
background-image: url(https://cdn.bibliocommons.com/images/button_gradient.png);
background-origin: padding-box;
border-bottom-color: rgba(255, 255, 255, 0.296875);
border-bottom-left-radius: 0px;
border-bottom-right-radius: 5px;
border-bottom-style: inset;
border-bottom-width: 1px;
border-left-color: rgba(255, 255, 255, 0.296875);
border-left-style: inset;
border-left-width: 1px;
border-right-color: rgba(255, 255, 255, 0.296875);
border-right-style: inset;
border-right-width: 1px;
border-top-color: rgba(255, 255, 255, 0.296875);
border-top-left-radius: 0px;
border-top-right-radius: 5px;
border-top-style: inset;
border-top-width: 1px;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
display: block;
font-family: 'Lucida Grande';
font-size: 14px;
height: 30px;
letter-spacing: normal;
line-height: 18px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 2px;
margin-top: -31px;
outline-color: rgb(255, 255, 255);
outline-style: none;
outline-width: 0px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
padding-top: 4px;
position: absolute;
right: 15px;
text-align: center;
text-decoration: none;
text-indent: 0px;
text-shadow: none;
text-transform: none;
vertical-align: middle;
white-space: pre;
width: 67px;
word-spacing: 0px;
}


.dropDownContent {
z-index:10000;
}

.footer {
color:#fff;
background:#000;
border-top:0px solid #A8CC00;
border-bottom:0px solid #A8CC00;
}

#main {
margin-bottom:20px;
}

.solid_module {
width:310px;
background:#fff;
float:left;
margin-left:15px;
height:268px;
color:#000;
margin-bottom:30px;
}
.solid_module a {
color:#000;
text-decoration:none;
padding-left:40px;
}
.solid_module a:hover {
text-decoration:underline;
}

.module {
width:310px;
background:#000 URL('../../library/images/module-ribbon.jpg') repeat-x;
float:left;
margin-left:15px;
height:481px;
}
.module p, .module table, #filter_calendar label, .module label {
background:#fff;
}

.module.contact {
height:auto;
margin-bottom:40px;
}

.module.narrow {
width:260px;
}
.module.short {
height:213px;
}
.module.shorter {
height:203px;
}
.module.shorterer {
height:205px;
}
.module.shortish {
height:273px;
}
.module.shortless {
height:353px;
}
.module.shorterest {
height:170px;
}
.module.shortest {
height:143px;
}
.module.moreshorter {
height:113px;
}
.module:first-child{
margin-left:0px;
}
.module h5 {
  font-size: 1.2em;
  letter-spacing:0px;
  color:#fff;
  margin-top:0px;
  margin-bottom:10px;
  margin-left:15px;
  height:49px;
  line-height:49px;
  font-weight: 600;
}
#promo_wrap_left .module h5 {
  margin-bottom:0px;
}
#promo_wrap_left #small_connect {
padding-top:10px;
}

.solid_module h5 {
  font-size: 1.2em;
  letter-spacing:0px;
  color:#fff;
  margin-top:0px;
  margin-bottom:10px;
  padding-left:15px;
background:#000;
}

.module h5.margin_up {
margin-top:-67px;
}

.module.doublem {
width:635px;
}

.border_right_bottom {
border-right:1px solid #e8e9ea;
border-bottom:1px solid #e8e9ea;
}

#cal_next_wrap {
border:3px solid #000;
padding-right:10px;
height:225px;
background:#fff;
margin-bottom:20px;
}
#cal_next_wrap.landing:hover {
background:#f4f2f2;
cursor:pointer;
}
#cal_next_wrap .title a {
text-decoration:none;
}
#cal_next_wrap.landing:hover .title {
text-decoration:underline;
}

#cal_next_loc_img {
width:232px;
height:219px;
border-right:3px solid #000;
float:left;
}

.up_next_event {
background:#fff;
margin-bottom:25px;
margin-left:10px;
margin-right:10px;
padding-right:3px;
}
.up_next_event:hover  {
background:#f4f2f2;
cursor:pointer;
}
.up_next_event.no_link:hover, .up_coming.no_link:hover  {
background:#fff;
cursor:default;
}

.up_next_event .title a, #team a {
text-decoration:none;
}
.up_next_event:hover .title {
text-decoration:underline;
}
.up_next_event.no_link:hover .title, .up_coming.no_link:hover .title {
text-decoration:none;
}

.event_details {
margin-left:55px;
}

.up_next_event_cal {
margin-bottom:10px;
margin-top:10px;
}
.up_next_date, .up_next_date_cal, .up_next_date_cal_list {
background:URL('../../library/images/up-next-date.jpg') 0px 20px no-repeat;
width:36px;
height:56px;
text-align:center;
text-transform:uppercase;
font-weight:bold;
font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
float:left;
margin-left:10px;
margin-right:20px;
margin-bottom:0px;
}

.up_coming .up_next_date {
margin-left:0px;
}

.up_next_date .day, .up_next_date_cal .day, .up_next_date_cal_list .day {
background:#339999;
height:28px;
color:#fff;
margin-top:6px;
display:block;
font-size:1.6em;
}
.up_next_event .title, .up_next_event_cal .title, .up_next_event_cal_list .title, #blog_list .title {
color:#0c529a;
font-size:1em;
font-weight:bold;
}

 .up_next_event_cal .title {
 color:#656565;
 }

.up_next_event .time, .up_next_event_cal .time, .up_next_event_cal_list .time {
font-size:.9em;
font-weight:bold;
}
.up_next_event .location, .up_next_event_cal .location, .up_next_event_cal_list .location {
font-size:.9em;
line-height:1.4em;
display:block;
}
.up_next_event .title, .up_next_event .title a {
display: block;
line-height:1.1em;
}

.up_next_date_cal {
margin-bottom:160px;
}
.up_next_date_cal_list {
margin-bottom:100px;
}

.border_top {
border-top:2px solid #e8e9ea;
padding-top:20px;
margin-top:20px;
}
.border_top_bottom {
border-top:3px solid #e8e9ea;
border-bottom:2px solid #e8e9ea;
padding-top:40px;
padding-bottom:10px;
margin-bottom:30px;
}

.up_coming {
margin-bottom:20px;
margin-left:0px;
margin-right:10px;
padding-right:3px;
}
.up_coming:hover  {
background:#f4f2f2;
cursor:pointer;
}
.up_coming .title a, #team a {
text-decoration:none;
}
.up_coming:hover .title {
text-decoration:underline;
}
.up_coming .title {
color:#0c529a;
font-size:1em;
font-weight:bold;
}
.up_coming .time,.up_coming .location,.up_coming .audience {
font-size:.9em;
font-weight:bold;
}
.up_coming .abstract {
font-size:.9em;
display:block;
margin-left:55px;
}
.up_coming .location {
display:block;
margin-left:55px;
}
.up_coming .audience {
display:block;
margin-left:55px;
}

#blog_post_wrap {
padding:1px;
padding-left:345px;
padding-right:20px;
width:635px;
width:960px;
margin-left:-325px;
min-height:700px;
background:#fff;
}
#research_list_wrap, #blog_list_wrap {
padding:1px;
padding-left:20px;
padding-right:20px;
width:635px;
background:#fff;
}
#cal_list_wrap {
padding:1px;
width:635px;
background:#fff;
}
#cal_list_wrap h1 {
margin-left:20px;
}
#cal_item_wrap {
margin:14px;
margin-bottom:34px;
padding:1px;
height:160px;
}

#cal_item_wrap.landing:hover  {
background:#f4f2f2;
cursor:pointer;
}
#cal_item_wrap .title a {
text-decoration:none;
}
#cal_item_wrap.landing .title {
color:#0C529A;
}
#cal_item_wrap.landing:hover .title a{
text-decoration:underline;
}

#large_connect, #large_location {
padding:12px;
padding-top:0px;
}
#large_connect {
height:339px;
}
#large_connect a {
display:block;
padding-top:12px;
padding-left:85px;
height:54px;
text-decoration:none;
font-weight:bold;
font-size:1.1em;
font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
color:#656565;
}
#large_connect_facebook {
background:#fff URL('../../library/images/sprites.png') 20px 8px no-repeat;
}
#large_connect_facebook:hover {
background:#e8e9ea URL('../../library/images/sprites.png') 20px 8px no-repeat;
}
#large_connect_twitter {
background:#fff URL('../../library/images/sprites.png') 20px -36px no-repeat;
}
#large_connect_twitter:hover {
background:#e8e9ea URL('../../library/images/sprites.png') 20px -36px no-repeat;
}
#large_connect_youtube {
background:#fff URL('../../library/images/sprites.png') 20px -82px no-repeat;
}
#large_connect_youtube:hover {
background:#e8e9ea URL('../../library/images/sprites.png') 20px -82px no-repeat;
}
#large_connect_updates {
background:#fff URL('../../library/images/sprites.png') 20px -127px no-repeat;
}
#large_connect_updates:hover {
background:#e8e9ea URL('../../library/images/sprites.png') 20px -127px no-repeat;
}
#large_connect_blog {
background:#fff URL('../../library/images/sprites.png') 20px -172px no-repeat;
}
#large_connect_blog:hover {
background:#e8e9ea URL('../../library/images/sprites.png') 20px -172px no-repeat;
}
a:hover .connect_inner_link {
padding-bottom:1px;
border-bottom:1px solid #656565;
}

#small_connect {
padding:12px;
padding-top:0px;
}
#small_connect a {
display:block;
padding-top:12px;
height:54px;
width:56px;
text-decoration:none;
font-weight:bold;
font-size:1.1em;
font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
color:#656565;
float:left;
}
#small_connect_facebook {
background:#fff URL('../../library/images/sprites.png') 10px 8px no-repeat;
}
#small_connect_facebook:hover {
background:#e8e9ea URL('../../library/images/sprites.png') 10px 8px no-repeat;
}
#small_connect_twitter {
background:#fff URL('../../library/images/sprites.png') 10px -36px no-repeat;
}
#small_connect_twitter:hover {
background:#e8e9ea URL('../../library/images/sprites.png') 10px -36px no-repeat;
}
#small_connect_youtube {
background:#fff URL('../../library/images/sprites.png') 10px -82px no-repeat;
}
#small_connect_youtube:hover {
background:#e8e9ea URL('../../library/images/sprites.png') 10px -82px no-repeat;
}
#small_connect_updates {
background:#fff URL('../../library/images/sprites.png') 10px -127px no-repeat;
}
#small_connect_updates:hover {
background:#e8e9ea URL('../../library/images/sprites.png') 10px -127px no-repeat;
}
#small_connect_blog {
background:#fff URL('../../library/images/sprites.png') 10px -172px no-repeat;
}
#small_connect_blog:hover {
background:#e8e9ea URL('../../library/images/sprites.png') 10px -172px no-repeat;
}

.connect_border {
border-bottom: 3px solid #f4f5f5;
}

#smallest_connect {
padding:12px;
padding-top:7px;
margin-bottom:20px;
margin-top:-5px;
border-left:1px solid #e8e9ea;
border-bottom:1px solid #e8e9ea;
}
#smallest_connect a {
display:block;
padding-top:2px;
height:48px;
width:46px;
text-decoration:none;
font-weight:bold;
font-size:1.1em;
font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
color:#656565;
float:left;
}
#smallest_connect_facebook {
background:#fff URL('../../library/images/sprites.png') 5px 5px no-repeat;
}
#smallest_connect_facebook:hover {
background:#e8e9ea URL('../../library/images/sprites.png') 5px 5px no-repeat;
}
#smallest_connect_twitter {
background:#fff URL('../../library/images/sprites.png') 5px -40px no-repeat;
}
#smallest_connect_twitter:hover {
background:#e8e9ea URL('../../library/images/sprites.png') 5px -40px no-repeat;
}
#smallest_connect_youtube {
background:#fff URL('../../library/images/sprites.png') 5px -85px no-repeat;
}
#smallest_connect_youtube:hover {
background:#e8e9ea URL('../../library/images/sprites.png') 5px -85px no-repeat;
}
#smallest_connect_updates {
background:#fff URL('../../library/images/sprites.png') 5px -130px no-repeat;
}
#smallest_connect_updates:hover {
background:#e8e9ea URL('../../library/images/sprites.png') 5px -130px no-repeat;
}
#smallest_connect_blog {
background:#fff URL('../../library/images/sprites.png') 5px -175px no-repeat;
}
#smallest_connect_blog:hover {
background:#e8e9ea URL('../../library/images/sprites.png') 5px -175px no-repeat;
}

#faux_bg {
    background:#fff;
height:10px;
}
#faux_bg20 {
    background:#fff;
height:20px;
}
#faux_faux {
height:20px;
border-right:1px solid #fff;
border-top:1px solid #e8e9ea;
width:310px;
}
#questions {
width:310px;
color:#fff;
height:68px;
padding:5px;
padding-left:65px;
background:#de1628 URL('../../library/images/sprites.png') 15px -265px no-repeat;
}
#questions.narrow {
width:260px;
}
#questions_inner {
background:#de1628;
text-align:center;
padding-top:15px;
height:58px;
font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
font-size:1.25em;
/* font-weight: 600; */
display:block;
color:#fff;
cursor:pointer;
text-decoration:none;
}
#questions_inner:hover {
/* background:#fff;
color:#000; */
}
a:hover .questions_inner_link {
padding-bottom:1px;
border-bottom:1px solid #000;
}

.view_all_wrap {
border-top:3px solid #f4f5f5;
padding-top:20px;
position:relative;
top:391px;
width:310px;
}
.view_all, .view_all:visited {
border:0px solid #A8CC00;
background:#339999;
color:#fff;
text-align:center;
font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
font-size:1.25em;
margin-left:20px;
margin-right:20px;
padding-top:5px;
height:44px;
display:block;
text-decoration:none;
}
.view_all:hover, .view_all:visited:hover {
background:#007e7e;
color:#fff;
}
a:hover .view_all_link {
padding-bottom:1px;
border-bottom:0px solid #A8CC00;
}

select {
width:285px;
height:24px;
border:1px solid #8b8a8b;
padding-left:10px;
background:#eaebeb;
}

label {
font-weight:bold;
font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
font-size:1.15em;
}

#calform select {
float:right;
margin-top:-30px;
width:185px;
height:24px;
border:1px solid #8b8a8b;
padding-left:10px;
background:#eaebeb;
}
#calform label {
margin-top:-3px;
}
#calform {
margin:20px;
}
.cal_filter {
height:24px;
margin-bottom:10px;
}

#blogcalform select {
float:right;
margin-top:-30px;
width:185px;
height:24px;
border:1px solid #8b8a8b;
padding-left:10px;
background:#eaebeb;
}
#blogcalform label {
margin-top:-3px;
}
#blogcalform {
margin:20px;
margin-left:10px;
margin-right:15px;
}

#location_details {
background:#fff;
width:290px;
margin-top:15px;
padding-left:10px;
padding-right:10px;
}
#location_details img {
float:left;
border:3px solid #000;
}
#location_details a:link {
color:#0c529a;
font-size:1em;
font-weight:bold;
text-decoration:none;
}
#location_address {
float:right;
width:170px;
margin-bottom:5px;
}
.days {
padding:3px;
padding-left:20px;
padding-right:20px;
}
.today {
background:#e8e9ea;
font-weight:bold;
}
.hours {
float:right;
width:130px;
}

#quick_links {
background:#339999;
border:0px solid #1973a6;
padding:15px;
padding-bottom:8px;
padding-top:13px;
color:#fff;
width:216px;
float:right;
}
#quick_links a {
color:#fff;
text-decoration:none;
font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
font-size:1.1em;
}
#quick_links a:hover {
text-decoration:underline;
}
#quick_links h5 {
margin:0px;
line-height:auto;
color:#fff;
margin-bottom:5px;
font-weight:bold;
font-size:1.25em;
}
#quick_links ul {
margin:0px;
}
#quick_links li {
list-style-type:disc;
list-style-position:inside;
margin-bottom:2px;
}

#main.homepage {
float:left;
width:735px;
height:422px;
overflow:hidden;
}

#audience_links {
color:#fff;
float:right;
}
a.audience_links  {
color:#fff;
text-decoration:none;
margin-bottom:11px;
background:#DE1628;
border:0px solid #c50516;
padding:15px;
padding-top:13px;
padding-bottom:13px;
display:block;
width:216px;
font-weight:bold;
}
a:hover.audience_links {
background:#c50516;
color:#fff;
}
a:hover .audience_link {
border-bottom:1px solid #ff5f6d;
padding-bottom:1px;
}
a.audience_links:first-child  {
margin-top:18px;
}
a.audience_links:last-child  {
margin-bottom:19px;
}

#filter_calendar {
width:310px;
background:#fff;
float:left;
background:#05435F URL('../../library/images/module-ribbon.jpg') repeat-x;
}
#filter_calendar h5 {
  font-size: 1.2em;
  letter-spacing:0px;
  color:#fff;
  margin-top:0px;
  margin-bottom:10px;
  margin-left:15px;
  height:49px;
  line-height:49px;
}

#event_module {
float:right;
width:635px;
height:1100px;
}

#search_module {
float:right;
width:635px;
}

#research_module, #blog_module {
float:right;
width:635px;
margin-top:25px;
}

#blog_module h2 a {
font-size:1.3em;
color:#0c529a;
}
#blog_module h2 a:hover {
text-decoration:underline;
}

.faux_bottom {
height:20px;
background:#fff;
}

.pagenumber {
float:left;
height:15px;
width:20px;
border-left:2px solid #8c8c8c;
line-height:15px;
padding-left:5px;
padding-right:3px;
cursor:pointer;
}
.pagenumber.buff {
width:30px;
}
.pagenumber:first-child {
border-left:0px solid #8c8c8c;
}
.pagenumber.current {
color:#339999;
}
.pagenumber:hover {
background:#339999;
color:#fff;
}

#next, #prev {
float:left;
background:#339999 URL('../../library/images/page-arrow-sprite.jpg') no-repeat;
width:72px;
height:23px;
color:#fff;
font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
margin-top:-5px;
margin-bottom:10px;
}
#prev {
margin-left:20px;
padding-left:15px;
background-position:0px 0px;
}
#next {
padding-left:17px;
background-position:-72px 0px;
}
#prev.active {
background-position:0px -23px;
cursor:pointer;
}
#next.active {
background-position:-72px -23px;
cursor:pointer;
}
#next a, #prev a {
color:#fff;
}
.ppl_page_navi .pagenumber:nth-child(2) {
border-left:0px solid #8c8c8c;
}
.ppl_page_navi li a {
  color: #656565;
}
.ppl_page_navi li a:hover,
.ppl_page_navi li a:focus {
  color: #fff;
  text-decoration: none;
}


#perpage {
font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
float:right;
margin-top:-5px;
margin-right:20px;
}
#perpage select {
width:65px;
background-position:30px;
font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
margin-left:5px;
}
#perpage label {
font-weight:normal;
font-size:.9em;
margin:0px;
display:inline;
}

#carousel {
	height:290px;
	overflow:hidden;
	margin-bottom:0px;
	position:relative;
	top:-70px;
	z-index:0;
	background:#fff;

}

.page-template-page-teen-single #carousel_header{
	margin-left: 50px;
	margin-top: 0px;
}

.page-template-page-teen-single #carousel{
	margin-bottom: -60px;
	margin-left: 50px;
	height: 305px;
}

#carousel_header {
height:70px;
position:relative;
z-index:1;
background:#fff;
padding:10px;
padding-top:7px;
padding-left:30px;
margin-top:-20px;
}
#carousel_header h2 {
font-weight:bold;
font-size:1.2em;
}
#carousel_header a {
text-decoration:none;
margin-top:-10px;
display:inline-block;
}

#blog_list {
padding:10px;
padding-top:0px;
margin-top:-5px;
background:#fff;
}
.blog_item {
margin-bottom:10px;
padding:5px;
margin-left:40px;
}
.blog_module_item {
margin-bottom:10px;
padding:5px;
padding-left:10px;
padding-right:10px;
margin-left:0px;
}
.blog_item:hover, .blog_module_item:hover  {
background:#f4f2f2;
cursor:pointer;
}
.blog_item .title a, .blog_module_item .title a {
text-decoration:none;
}
.blog_item:hover .title, .blog_module_item:hover .title {
text-decoration:underline;
}

#location_intro {
/* margin-top:-20px; */
background:#fff;
}
#location_intro h1 {
font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
font-weight:bold;
}
#location_intro_img {
width:141px;
height:141px;
border:3px solid #000;
margin-left:35px;
margin-top:25px;
float:left;
}
#location_intro_txt {
width:522px;
margin-top:10px;
margin-left:20px;
float:left;
}
#location_intro_txt_long {
width:740px;
margin-top:10px;
margin-left:20px;
float:left;
}
#location_intro ul {
list-style-type:disc;
margin-left:20px;
}


#location_intro_links {
margin-top:25px;
margin-bottom:25px;
color:#fff;
float:right;
}
a.subloc_links  {
color:#fff;
text-decoration:none;
margin-bottom:7px;
background:#DE1628;
border:0px solid #c50516;
padding:15px;
padding-top:13px;
padding-bottom:13px;
display:block;
width:216px;
}
a:hover.subloc_links {
background:#c50516;
color:#fff;
}
a:hover .subloc_link {
border-bottom:1px solid #ff5f6d;
padding-bottom:1px;
}

#locations_intro_img {
width:267px;
height:165px;
border:2px solid #d1cfcf;
margin-top:25px;
margin-bottom:25px;
float:right;
}

#location_map {
margin-top:20px;
margin-bottom:20px;
background:#fff;
padding:30px;
padding-right:0px;
}
#location_map h2 {
font-weight:600;
}
#location_map_txt {
width:290px;
float:left;
}
#location_googlemap {
width:620px;
height:510px;
margin-top:10px;
float:right;
background:#fff;
}

#locations_map {
margin-top:20px;
margin-bottom:20px;
background:#fff;
padding:20px;
padding-left:15px;
padding-right:0px;
}
#locations_map h2 {
font-weight:600;
}
.locations_map_txt {
width:290px;
margin-bottom:30px;
}
.locations_map_txt:last-child {
margin-bottom:10px;
}
.locations_map_txt a {
text-decoration:none;
}
.locations_map_txt:hover .title {
text-decoration:underline;
}
.locations_map_txt:hover {
background:#f4f2f2;
}
.locations_map_txt .days {
font-weight:bold;
padding:0px;
}
.locations_map_txt img {
border:3px solid #d1cfcf;
}
#locations_map_txt_txt {
float:right;
width:200px;
margin-top:-63px;
line-height:1.5em;
}
#locations_map_txt_txt:hover {
cursor:pointer;
}
#locations_googlemap {
width:620px;
height:600px;
float:right;
background:#fff;
}
#locations_map_txt_left {
float:left;
}

.st_sharethis_custom {
background:transparent url(https://cdn.bibliocommons.com/images/sharethis_16.png) no-repeat scroll 0px 0px;
padding: 3px 18px 10px 0px;
}
.sharethis {
float:right;
width:100px;
}
.sharethis_blog {
margin-top:20px;
float:right;
width:100px;
}
.stButton .chicklets {
padding-left:0px !important;
padding-right:0px !important;
width:16px;
}
.stButton {
margin-right: 0px !important;
margin-left: 0px !important;
}

.marker {
background:#339999;
border:3px solid #000;
color:#fff;
height:31px;
width:31px;
text-align:center;
line-height:25px;
margin-left:34px;
margin-bottom:15px;
}

.alt_bg {
background:#f4f2f2;
}

.doublem td {

}
.doublem td {
padding:5px;
padding-top:6px;
padding-bottom:6px;
}

#switchboard {
font-size:1em;
width:595px;
margin:0 auto;
}
#switchboard table {
width:595px;
}
#switchboard a {
text-decoration:none;
}
#switchboard a:hover {
text-decoration:underline;
}

#team {
padding:20px;
padding-top:5px;
line-height:1.8em;
background:#fff;
}
.more_contacts {
display:block;
margin-top:15px;
}

.small_italics {
font-size:.8em;
font-style:italic;
}

#main_content {
padding-top:40px;
padding-bottom:10px;
margin-left:90px;
margin-right:345px;
}
#main_content h1 {
font-size:1.5em;
}
#main_content p {
font-size:1.1em;
word-break: break-word;
}

.page-template-page-teen-single #main_content ul {
list-style-type: disc;
margin-left: 20px;
}
.page-template-page-teen-single #main_content ul li ul {
margin-left: 15px; margin-top: 0px; margin-bottom: 5px;
list-style-type: circle;
}
.page-template-page-teen-single #main_content ol {
list-style-type: decimal;
margin-left: 20px;
}
.page-template-page-teen-single #main_content ol li ol {
margin-left: 15px; margin-top: 0px; margin-bottom: 5px;
list-style-type: lower-alpha;
}
.page-template-page-teen-single #main_content li {
line-height: 1.8em;
}

#highlights {
margin-top:30px;
border-top:3px solid #e8e9ea;
padding-top:40px;
}
#highlights p {
font-size:1em;
}

.highlight {
margin-bottom:40px;
}
.highlight .title {
float:left;
margin-left:10px;
margin-top:-3px;
font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
font-weight:bold;
font-size:1.4em;
color:#656565;
}
.highlight .title.spp {
color:#0C529A;
}
.highlight .title a {
color:#0C529A;
text-decoration:none;
}
.highlight .title a:hover {
text-decoration:underline;
}
.highlight img {
border:3px solid #e8e9ea;
}
.highlight p {
margin-top:0px;
}

.alignleft {
float: left;
margin: 0 10px 10px 0;
}
.alignright {
float: right;
margin: 0 0 10px 10px;
}

.learn_right {
margin-top:-15px;
float:right;
}
.learnlinks {
color:#0c529a;
}
.learnlinks a {
text-decoration:none;
font-weight:bold;
}
.learnlinks a:hover {
text-decoration:underline;
}

.border_top p {
font-size:.95em !important;
line-height:1.75em;
}

.move_up {
margin-top:-10px;
}

.hl_even {
height:20px;
width:20px;
background:#8bcfd0;
float:left;
margin-bottom:15px;
}
.hl_odd {
height:20px;
width:20px;
background:#339999;
float:left;
margin-bottom:15px;
}

#promo_wrap_left {
margin-top:25px;
margin-right:25px;
width:260px;
}
#promo_wrap {
clear:both;
float:right;
margin-top:25px;
width:260px;
}
.single_learnlinks {
color:#fff;
border:0px solid #135ca1;
background:#000066;
padding:18px;
width:260px;
}
.single_learnlinks.teen {
border:3px solid #7b4693;
background:#603375;
}
.single_learnlinks.adult {
    border:0px solid #135ca1;
    background:#000066;
}
.single_learnlinks.kids {
border:3px solid #497db3;
background:#0c529a;
}
.single_learnlinks a {
color:#fff;
text-decoration:none;
font-weight:normal;
}
.single_learnlinks ul {
list-style-type:disc;
list-style-position:outside;
margin-left:20px;
}
.single_learnlinks a:hover {
text-decoration:underline;
}
.single_learnlinks h5 {
  font-size: 1.3em;
  letter-spacing:0px;
  color:#fff;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
}

.single_reltopics {
color:#fff;
border:0px solid #A8CC00;
background:#339999;
padding:15px;
width:260px;
margin-top:20px;
}
.single_reltopics.kids {
border:3px solid #ffc048;
background:#fd9a2f;
}
.single_reltopics a {
color:#fff;
text-decoration:none;
font-weight:normal;
}
.single_reltopics a:hover {
text-decoration:underline;
}
.single_reltopics h5 {
  font-size: 1.3em;
  letter-spacing:0px;
  color:#fff;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
}


#promos {
width:260px;
margin-top:30px;
}
#promos img {
border:3px solid #e8e9ea;
margin-bottom:10px;
}

.clear_left {
clear:left;
}

#main.audience {
margin-top:-50px;
margin-bottom:20px;
}

#additional_content {
margin-bottom:45px;
}
#additional_content h1 {
margin-bottom:0px;
}
#additional_content p {
margin-top:0px;
}

#page_content {
padding-top:30px;
padding-bottom:10px;
margin-left:30px;
margin-right:345px;
min-height:300px;
}
#page_content_right {
padding-top:0px;
padding-bottom:10px;
margin-right:30px;
margin-left:345px;
min-height:300px;
}

#page_content h1, #page_content_right h1 {
font-size:1.5em;
margin-top:0px;
}
#page_content h2, #page_content_right h2 {
font-size:1.2em;
color:#3b3b3b;
}
#page_content p, #page_content_right p {
font-size:1em;
}
#page_content ul, #page_content_right ul, #page_content ol, #page_content_right ol {
margin-left:25px;
}
#page_content li, #page_content_right li {
list-style-type:disc;
}
#page_content ul ul, #page_content_right ul ul {
margin-top:0px;
margin-left:20px;
}
#page_content ul ul li, #page_content_right ul ul li {
list-style-type:circle;
}
#page_content table, #page_content_right table {
width:558px;
}
#page_content td, #page_content_right td {
padding:3px;
padding-left:5px;
padding-right:5px;
border-right:1px solid #c6d551;
}
#page_content td:last-child, #page_content_right td:last-child {
border-right:0px;
}
#page_content ol li, #page_content_right ol li {
list-style-type:decimal !important;
}

.expand_trigger {
padding:10px;
background:#98a71b;
border-bottom:7px solid #c6d551;
color:#fff;
cursor:pointer;
}
.expand_trigger span {
font-size:.7em;
float:right;
}
.hide {
display:none;
border:1px solid #c6d551;
border-top:0px;
border-bottom:7px solid #c6d551;
}

.left {
float:left;
}
.margin0 {
margin:0px;
}
.pad_top20 {
padding-top:20px;
}
.margin_top20 {
margin-top:20px;
}
.margin_top0 {
margin-top:0px !important;
}
.margin_left0 {
margin-left:0px;
}
.margin_bottom5 {
margin-bottom:5px !important;
}

.copyright {
float:right;
font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
font-size:1em;
margin-right:10px;
margin-top:8px;
}

#research_items {
min-height:550px;
}
#research_item_details a {
text-decoration:none;
}
#research_item_details a:hover {
text-decoration:underline;
}
#research_item_details {
margin-left:50px;
margin-top:-35px;
margin-bottom:60px;
}

#research_item .marker {
background:#DE1628;
border:3px solid #DE1628;
color:#fff;
height:31px;
width:31px;
text-align:center;
line-height:25px;
margin-left:0px;
margin-top:15px;
margin-bottom:5px;
}

#alphabet {
margin-top:20px;
margin-bottom:40px;
}
#alphabet a {
text-decoration:none;
color:#135ca1;
padding:6px;
margin:0px;
}
#alphabet a:hover {
background-color:#135ca1;
color:#fff;
}
#alphabet .litalpha {
background-color:#fff;
color:#135ca1;
padding:5px;
border:1px solid #135ca1;
}

#alphabet a:first-child {}
#alphabet a:nth-child(2) {}
#alphabet a:last-child {}
#vrule {
border-right:1px solid #135ca1;
}

.restrict {
color:#899700;
font-style:italic;
}

#page_content h5 {
text-transform:capitalize;
font-weight:bold;
font-size:1.25em;
}

a.get_back {
color:#fff;
text-decoration:none;
margin-bottom:7px;
background:#DE1628;
border:0px solid #c50516;
padding:15px;
padding-top:13px;
padding-bottom:13px;
display:block;
width:266px;
}
a:hover.get_back {
background:#c50516;
color:#fff;
}
a:hover .get_back {
border-bottom:1px solid #ff5f6d;
padding-bottom:1px;
}

.for_you {
background:#339999 URL('../../library/images/navcar.png') no-repeat top right;
height:32px;
line-height:32px;
color:#fff;
font-size:1.1em;
padding-left:5px;
padding-right:10px;
}

.left0 {
margin-left:0px;
}
.contact_tables {
font-size:1em;
width:635px;
margin:0 auto;
}
.contact_tables table {
width:635px !important;
}
.contact_tables td {
border:0px !important;
}
.contact_tables a {
text-decoration:none;
}
.contact_tables a:hover {
text-decoration:underline;
}

.day {
line-height:32px;
}

#ws-plugin--qcache-ajax-clear {
height:auto !important;
border:0px;
background:transparent;
color:#ccc !important;
}

.hang_ind {
float:right;
width:210px;
}

#eventdatecount {
width:250px; margin:0 auto; padding-bottom:10px;
}

.navColumn h5 {
font-family: Arial, Helvetica, sans-serif;
}

.cycle-slideshow {
margin-top:-1px;
}

.home .cycle-slideshow {
margin-top:-1px;
height:422px;
}
/*
.cycle-slideshow img {
height:423px;
}
*/


.search_content ol li {
list-style-type: none;
}
#search_content {
padding-top:30px;
padding-bottom:10px;
margin-left:30px;
margin-right:345px;
min-height:300px;
}
#search_content_right {
padding-top:0px;
padding-bottom:10px;
margin-right:30px;
margin-left:345px;
min-height:300px;
}

#search_content h1, #search_content_right h1 {
font-size:1.5em;
margin-top:0px;
}
#search_content h2, #search_content_right h2 {
font-size:1.2em;
color:#3b3b3b;
}
#search_content p, #search_content_right p {
font-size:1em;
}

.search-title {
margin-top:0px !important;
}

#credit {
font-family: 'Calibri W01 Regular 904604', Arial, sans-serif;
font-size: .9em;
width: 743px;
border-right:0px solid #000;
padding-bottom: 5px;
margin-left:7px;
margin-top:-10px;
}
#credit a {
color:#fff;
}
#credit a:hover {
text-decoration:underline;
}

.no_li {
margin-left:0px !important;
}
.no_li li {
list-style-type:none !important;
margin-left:0px !important;
}


/* -------------------------------------- */
/* -------------------------------------- */
/* -------------------------------------- */


/* FIREFOX FIXES -------------------------------------- */
@-moz-document url-prefix() {

	.day {
		line-height:29px;
	}
	.days {
	  padding: 2px 20px;
	}
	.doublem td {
		padding: 5px 5px;
	}
	#locations_map h2 {
		margin-bottom:0px;
	}
	.up_next_event {
    margin-bottom: 15px;
	}
	#inner-header input.search_button {
		margin-top: -30px !important;
		margin-right:0px !important;
		width:73px !important;
		padding-top:6px !important;
	}

	#navAndSearch h1 {
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
		font-size:14.4px !important;
		height:17px !important;
		line-height:18px !important;
	}
	.defaultOptions a {
		font-size:13.2px !important;
	}
	.defaultOptions a:hover {
		text-decoration:underline;
	}

	.hideMe {
		margin-top:1px !important;
		margin-right:5px !important;
		display:block !important;
		float:left;
		padding: 5px 2px 3px 0px !important;
		font-size:12px !important;
		border-top:1px solid #000 !important;
		border-left:1px solid #000 !important;
		border-right:1px solid #eee !important;
		border-bottom:1px solid #eee !important;
	}
	#inner-header select {
		padding: 5px 2px 3px 0px !important;
	}

	#header form div.searchOptions {
		margin-left:137px !important;
	}
	#searchOptions label {
		line-height: 18px !important;
		padding-left:0px !important;
		padding-right:0px !important;
	}
	#searchOptions input[type="radio"] {
		margin:0px !important;
		margin-left:20px !important;
	}
	#mainNav {
		margin-top:1px !important;
	}

	ul#mainNav > li {
		margin: 0px  1px !important;
		margin-left:3px !important;
	}
	ul#mainNav > li:first-child {
		margin-left:0px !important;
	}
	ul#mainNav > li a {
		font-size:13.9167px !important;
		/* font-size:12px !important; */
	}
	a.audience_links  {
		margin-bottom:11px;
	}
	a.audience_links:first-child  {
		margin-top:17px;
	}
	a.audience_links:last-child  {
		margin-bottom:18px;
	}
	li.dropDownItem a {
	line-height:18px !important;
	font-size:12px !important;
	}

}

/* END FIREFOX FIXES -------------------------------------- */


div.gs-title {
height:25px !important;
}
.gs-snippet {
margin-left:10px;
}

.page-id-44409 .gform_wrapper, .page-id-41891 .gform_wrapper, .page-id-41898 .gform_wrapper, .page-id-41900 .gform_wrapper, .page-id-41894 .gform_wrapper {
clear:both;
top: -170px;
position:relative;
border-top:1px solid #0c529a;
}

/*
	2016-04-26 styles for HP connect box
*/

#hp-connect-wrapper{
	position: relative;

}

#hp-connect-box-feed h3,
#hp-connect-box-feed h3 a{
	margin-bottom: 0px;
	color:#135498;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;

}

#hp-connect-box-feed div.blog{
	padding-left:80px;
	padding-right: 20px;
	background: #ffffff URL('../../library/images/blog.png') 20px 10px no-repeat;
}

#hp-connect-box-feed div.twitter .single-tweet{
	padding-left:80px; /*The twitter widget brings its own 10px of padding*/
	padding-right: 20px;
	background: #ffffff URL('../../library/images/twitter.png') 20px 0px no-repeat;
	font-size: 14px;
	line-height: 1.4;
}

#hp-connect-box-feed div.twitter .single-tweet:first-of-type{
	margin-bottom: 15px;
}

#hp-connect-box-feed p{
	margin-top: 0px;
	font-size: 14px;
	color:#404040;
	line-height: 18px;
}

#hp-connect-box-feed p a{
	color:#135498;
	font-size: 14px;
}

#large_connect.hp-connect-box-links{
	height: auto;
	border-top: 3px solid #f4f5f5;
	background-color: white;
	padding-top: 10px;
	position: absolute;
	bottom: 0px;
	height: 90px;
	width:100%;
}

#hp-connect-wrapper .timeline-Header,
#hp-connect-wrapper .MediaCard{
	display: none;
}

.timeline-Tweet{
	padding-left:0px !important;
}

#large_connect.hp-connect-box-links a{
	display: inline-block;
	padding-left: 50px;
	padding-right: 10px;
	margin-left: 5px;
}

#large_connect.hp-connect-box-links  a#large_connect_facebook,
#large_connect.hp-connect-box-links  a#large_connect_facebook:hover{
	background-position: 12px 8px;
}

#large_connect.hp-connect-box-links  a#large_connect_twitter,
#large_connect.hp-connect-box-links  a#large_connect_twitter:hover{
	background-position: 12px -36px;
}

#large_connect.hp-connect-box-links  a#large_connect_updates,
#large_connect.hp-connect-box-links  a#large_connect_updates:hover{
	background-position: 12px -127px;
}
#large_connect.hp-connect-box-links  a#large_connect_blog,
#large_connect.hp-connect-box-links  a#large_connect_blog:hover{
	background-position: 12px -172px;
}

#blog_post_wrap ul, #blog_list_wrap ul{
	list-style: disc;
	padding-left: 15px;
}


.page-template-page-teens-php .cycle-slideshow{
	overflow: hidden;
}

.page-template-page-teens-php #location_intro{
	padding:0px 80px;
}

.page-template-page-teens-php #location_intro_txt{
	width:100%;
	margin: 0px;
	padding-left:20px;
	padding-top:10px;
	float:none;
}

.page-template-page-teens-php #child-links{
	width:100%;
}

.page-template-page-teens-php #child-links:after{
		content: "";
		display: table;
		clear: both;
}


.page-template-page-teens-php #child-links > div{
	width:33%;
	float:left;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.page-template-page-teens-php #child-links .child-box-link img{
	width:90%;
	height: 200px;
}

.page-template-page-teens-php #child-links > div a{
	width:100%;
	height: 100%;
}

.page-template-page-teens-php #child-links > div a:hover{
	text-decoration: none;
}

.page-template-page-teens-php #child-links > div a h3{
	width: 165px;
	margin: 0 auto;
	background-color: #613077;
	border:3px solid #7e3f99;
	color:white;
	text-align: center;
	position: relative;
	z-index:10;
	bottom:33px;
	height: 53px;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	font-family:'Calibri W01 Regular 904604', Arial, sans-serif;
}


/* Different colors for Health, Teen and Kids Pages */
.page-template-page-teens-php #child-links.link-color-green > div a h3{
	/* Health */
	border-color: rgba(193,212,47,1.0);
	background-color: rgba(128,140,32,1.0);
}

.page-template-page-teens-php #child-links.link-color-blue > div a h3{
	/* Kids */
	background-color: #0c529a;
	border-color: #497db3;
}


.page-template-page-teens-php #child-links > div a h3:after{
	content:" \00bb";
}

.page-template-page-teens-php #child-links > div a:hover h3{

}

.page-template-page-teens-php #module-wrapper{
	margin-top: 35px;
}

.page-template-page-teen-single-php #header-wrapper,
.page-template-page-teen-single-calendar-php #header-wrapper{
	background-color:white;
	margin-bottom: 20px;
}

.page-template-page-teen-single-php #header-wrapper-banner,
.page-template-page-teen-single-calendar-php #header-wrapper-banner{
	width:74%;
	display: inline-block;
	overflow: hidden;
	margin-bottom: -7px;
}

.page-template-page-teen-single-calendar-php #header-wrapper-banner .cycle-slideshow,
.page-template-page-teen-single-php #header-wrapper-banner .cycle-slideshow{
	margin-bottom: 0px;
}

.page-template-page-teen-single-calendar-php #header-interiour-menu,
.page-template-page-teen-single-php #header-interiour-menu{
	width:25%;
	display: inline-block;
	float:right;
	text-align: right;
	position: relative;
	z-index:2;
}

.page-template-page-teen-single-calendar-php #header-interiour-menu a,
.page-template-page-teen-single-php #header-interiour-menu a{
	display: block;
	background-color:#613077;
	border:2px solid #7e3f99;
	color:White;
	text-align: left;
	height: 37px;
	line-height: 34px;
	padding-left:15px;
	margin-top: 10px;
}

.page-template-page-teen-single-calendar-php #header-interiour-menu a:first-of-type,
.page-template-page-teen-single-php #header-interiour-menu a:first-of-type{
	margin-top:0px;
}

.page-template-page-teen-single-calendar-php #header-interiour-menu a:after,
.page-template-page-teen-single-php #header-interiour-menu a:after{
	content:" \00bb";
}


.page-template-page-teen-single-calendar-php #header-interiour-menu.green-links a,
.page-template-page-teen-single-php #header-interiour-menu.green-links a{
	border-color: rgba(193,212,47,1.0);
    background-color: rgba(128,140,32,1.0);
}

.page-template-page-teen-single-calendar-php #header-interiour-menu.blue-links a,
.page-template-page-teen-single-php #header-interiour-menu.blue-links a{
	background-color: #0c529a;
    border-color: #497db3;
}


.page-template-page-teen-single-calendar-php #main.audience,
.page-template-page-teen-single-php #main.audience{
	margin-top: 0px;
}

.page-template-page-teen-single-calendar-php #main:after,
.page-template-page-teen-single-php #main:after{
	content:"";
	display: table;
	clear: both;

}

.page-template-page-teen-single-calendar-php #promo_wrap,
.page-template-page-teen-single-php #promo_wrap{
	text-align: right;
}

.page-template-page-teen-single-php #promo_wrap .single_reltopics,
.page-template-page-teen-single-calendar-php #promo_wrap .single_reltopics,
.page-template-page-teen-single-calendar-php #promo_wrap .single_learnlinks,
.page-template-page-teen-single-php #promo_wrap .single_learnlinks{
	text-align: left;
}

.page-template-page-teen-single-calendar-php #promo_wrap #promos img,
.page-template-page-teen-single-php #promo_wrap #promos img{
	max-width: 100%;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: normal;
    font-size: 1.2em;
}
