@import url(https://fonts.googleapis.com/css?family=Bitter:400,700,400italic|Oxygen:400,300,700|Open+Sans);
/******************************************************************
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 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
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;
}
/* ==========================================================================
   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;
}
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;
}
/* ==========================================================================
   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: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
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
*********************/
/* font import */
/*********************
 * Bitter 
 ** Normal 400 
 ** Normal 400 Italic
 ** Bold 700
 *********************
 * Oxygen
 ** Book 300
 ** Normal 400
 ** Bold 700
 *********************/
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 #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.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.
*/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */

}
body {
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 100%;
  line-height: 1.5;
  color: #565656;
}
.entry-content {
  font-family: "Open-Sans", Arial, sans-serif;
}
.no-mobile {
  display: none;
}
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #e98b11;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #be710e;
}
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 {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  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 */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*********************
06. HEADER SYTLES
*********************/
.header {
  background: rgba(255, 255, 255, 0.95);
  height: 55px;
  width: 100%;
  -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 4;
}
.header #inner-header {
  width: 96%;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
.header #logo img {
  -webkit-box-shadow: 5px -1px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px -1px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px -1px 5px 0px rgba(0, 0, 0, 0.15);
}
.header nav {
  float: right;
}
/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  border: 0;
  border-bottom: 0;
  /* end .menu ul li */

}
.nav li {
  float: left;
  position: relative;
  padding: 0 0 11px 0;
  /* showing sub-menus */

}
.nav li a {
  border-bottom: 0;
  text-decoration: none;
  color: #aaaaaa;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 11px;
}
.nav li a:hover,
.nav li a:focus {
  color: #939393;
}
.nav li ul.sub-menu,
.nav li ul.children {
  border-top: 0;
  position: absolute;
  background: #f6f5f3;
  display: none;
  z-index: 8999;
  margin: 10px 0 0 -45px;
  padding: 10px 0;
  width: 120px;
  /* highlight sub-menu current page */

}
.nav li ul.sub-menu:hover,
.nav li ul.children:hover {
  top: auto;
  display: block;
}
.nav li ul.sub-menu li,
.nav li ul.children li {
  padding: 0;
  /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/

}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 10px;
  border-right: 0;
  display: block;
  width: 120px;
  color: #3d3d3d;
  text-align: center;
  margin-top: 2px;
}
.nav li ul.sub-menu li a:hover,
.nav li ul.children li a:hover,
.nav li ul.sub-menu li a:focus,
.nav li ul.children li a:focus {
  background: #f79931;
  color: #ffffff;
}
.nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
  border-bottom: 0;
}
.nav li:hover ul {
  top: auto;
  display: block;
}
/* end .nav */
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 2.2em;
  z-index: 10;
  position: relative;
}
.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;
}
/* end .entry-content */
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
}
.footer #inner-footer {
  font-size: 12px;
  text-align: center;
}
.footer #inner-footer a.donate {
  display: block;
  width: 233px;
  height: 32px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: url('../images/support.png') no-repeat;
  font-size: 1.3em;
  line-height: 32px;
}
/* end .footer-links */
/* Sliders */
#slideshow {
  position: relative;
  top: -72px;
  z-index: -1;
}
.flex-caption {
  display: none;
}
.slideshow-content {
  display: none;
}
.page .entry-content {
  font-family: "Open-Sans", Arial, sans-serif;
  line-height: 1.8em;
}
.page .slideshow-content {
  padding: 0 2%;
}
.page .slideshow-title {
  text-align: center;
  color: #ffffff;
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 500;
}
.page .widgettitle {
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
}
.page .widget {
  font-family: "Open-Sans", Arial, sans-serif;
}
.browse {
  position: absolute;
  height: 73px;
  width: 259px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/down-arrow.png);
  color: #fff;
  text-align: center;
  line-height: 0px;
  font-size: 1.2em;
}
.browse a {
  color: #fff;
  text-decoration: none;
}
.browse a:hover {
  text-decoration: none;
  color: #fff;
}
.map-page .slideshow-content {
  top: -244px;
}
.map-page .browse {
  top: -302px;
}
.home #content {
  margin-top: 1000px;
}
/* Maps */
.map-page #content {
  margin-top: 500px;
}
#map-canvas {
  position: relative;
  top: -67px;
  z-index: 0;
  height: 800px;
}
.infoBox {
  background: url('../images/infobox-arrow.png') no-repeat 240px 230px;
  color: #ffffff;
  text-decoration: none;
}
.infoBox .mapbox {
  background: rgba(50, 44, 45, 0.85);
  width: 240px;
  padding: 9px;
  margin-right: 20px;
  text-decoration: none;
}
.infoBox img {
  margin: 0 auto;
  border: 3px solid #5f5f5f;
  text-align: center;
  position: relative;
}
.infoBox p {
  padding: 0;
  margin: 0 0 5px 0;
  font-weight: 400;
  font-size: 1.0em;
  text-decoration: none;
}
.infoBox .Old {
  color: #df3a24;
  border-color: #df3a24;
  text-decoration: none;
}
.infoBox .East {
  color: #8e67ac;
  border-color: #8e67ac;
  text-decoration: none;
}
.infoBox .Arts {
  color: #15a069;
  border-color: #15a069;
  text-decoration: none;
}
.infoBox .Government {
  color: #f89921;
  border-color: #f89921;
  text-decoration: none;
}
.infoBox .Bayside {
  color: #d7499a;
  border-color: #d7499a;
  text-decoration: none;
}
.infoBox .Parkside {
  color: #436ab3;
  border-color: #436ab3;
  text-decoration: none;
}
.infoBox .Off-Peninsula {
  color: #9d9d9d;
  border-color: #9d9d9d;
  text-decoration: none;
}
.infoBox .Other {
  color: #9d9d9d;
  border-color: #9d9d9d;
  text-decoration: none;
}
.infoBox .West {
  color: #fff200;
  border-color: #fff200;
  text-decoration: none;
}
.infoBox .Brick {
  color: #000000;
  border-color: #000000;
  text-decoration: none;
}
.infoBox .districts {
  text-decoration: none;
}

.infoBox .districts span.wayfinding {
  color: #c9c9c9;
  margin-bottom: 15px;
  text-decoration: none;
}
/* Gallery */
.gallery {
  width: 96%;
  margin: 0 auto;
}
.gallery img {
  width: 100%;
}
#filter-wrapper {
  margin: 0 auto 20px auto;
  text-align: center;
  display: none;
}
#filter-wrapper:before {
  display: inline-block;
  content: "";
  height: 36px ;
  width: 55px;
  background: url('../images/filter-before.png');
}
#filter-wrapper:after {
  display: inline-block;
  content: "";
  height: 36px ;
  width: 57px;
  background: url('../images/filter-after.png');
}
#filter {
  width: auto;
  height: 36px;
  background: url('../images/filter.png') repeat-x;
  color: #fff;
  position: relative;
  z-index: 10;
  display: inline-block;
  text-align: center;
  line-height: 36px;
}
#filter ul {
  list-style: none;
  position: relative;
  top: -15px;
}
#filter ul li {
  display: inline;
  margin: 0 3px;
}
#filter ul li a {
  color: #ffffff;
  text-decoration: none;
}
#filter ul li a:hover {
  text-decoration: underline;
}
.box:hover .simple-caption {
  opacity: 1;
  display: block;
}
.box .simple-caption {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  color: #fff;
  z-index: 100;
  top: 0;
  height: 98%;
  width: 100%;
  display: none;
  line-height: 0px;
  text-align: center;
  padding: 0% 4% 0 4%;
}
.box .simple-caption h3 {
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 500;
  font-size: 1.0em;
  line-height: 1.0em;
}
.box .simple-caption p {
  line-height: 1.2em;
  font-size: 0.8em;
}
.box .simple-caption .location img {
  width: 11px;
  margin: 0 5px 0 0;
}
/* Project Pages */
.project .slideshow-content {
  top: -252px;
  padding: 0 6%;
  width: 100%;
}
.project .slideshow-content img {
  margin: 0 5px 0 0;
}
.project .flex-control-nav {
  bottom: 195px;
}
.project .browse {
  top: -310px;
}
.project #main {
  padding: 0 2.5%;
  line-height: 1.8em;
}
.project #main h1,
.project #main h2,
.project #main h3,
.project #main h4,
.project #main h5,
.project #main h6 {
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
}
.project #main p {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.project #main .single-title {
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding: 0 0 10px 0;
  color: #3d3d3d;
  font-size: 2.1em;
}
.project #sidebar h3 {
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding: 0 0 10px 0;
  color: #3d3d3d;
  font-size: 1em;
  text-transform: uppercase;
  margin-top: 10%;
}
.project #sidebar dt {
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 600;
  color: #3d3d3d;
  font-size: 1em;
  text-transform: uppercase;
  margin-top: 10%;
  margin: 6% 0 0 0;
}
.project #sidebar dd {
  font-family: "Open-Sans", Arial, sans-serif;
}
.gallery.nearby {
  background: #252525;
  width: 100%;
  padding: 1% 2% 15px 2%;
  margin: 0 0 10px 0;
  -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.gallery.nearby h4 {
  text-align: center;
  color: #ffffff;
  margin: 10px 0 10px 0;
  width: 140px;
  display: block;
  margin: 0 auto;
  background: #252525;
  position: relative;
  z-index: 4;
  font-weight: 400;
}
.gallery.nearby hr {
  position: relative;
  top: -22px;
  z-index: 1;
  color: #949494;
  background: #949494;
}
/* Districts */
.districts {
  font-family: "Oxygen", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.districts p {
  text-decoration: underline;
  font-weight: 600;
  margin: 25px 0 0 0;
  padding: 0;
  display: block;
}
.districts .bullet {
  display: inline-block;
  height: 12px;
  width: 12px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 8px solid;
  padding: 0;
  margin: 0 5px 0 0;
}
.districts .wayfinding {
  font-weight: 300;
  font-style: italic;
  font-size: 0.8em;
  display: block;
  color: #636363;
  border-bottom: none;
}
.districts .Old {
  color: rgba(255, 255, 255, 0.91);
  border-color: #FFF;
}
.districts .East {
  color: rgba(255, 255, 255, 0.91);
  border-color: #FFF;
}
.districts .Arts {
  color: rgba(255, 255, 255, 0.91);
  border-color: #FFF;
}
.districts .Government {
  color: rgba(255, 255, 255, 0.91);
  border-color: #FFF;
}
.districts .Bayside {
  color: rgba(255, 255, 255, 0.91);
  border-color: #FFF;
}
.districts .Parkside {
  color: rgba(255, 255, 255, 0.91);
  border-color: #FFF;
}
.districts .Off-Peninsula {
  color: rgba(255, 255, 255, 0.91);
  border-color: #FFF;
}
.districts .Other {
  color: rgba(255, 255, 255, 0.91);
  border-color: #FFF;
}
.districts .Arts .bullet {
  color: #008F00 !important;
} 
.districts .Government .bullet {
  color: #FF9300 !important;
} 
.districts .Bayside .bullet {
  color: #d7499a !important;
} 
.districts .Parkside .bullet {
  color: #945200 !important;
} 
.districts .Off-Peninsula .bullet {
  color: #FF40FF !important;
} 
.districts .Other .bullet {
  color: #000088 !important;
} 
.districts .West .bullet {
  color: #FFFB00 !important;
} 
#stationary-map {
  margin-top: 20px;
  height: 150px;
  width: 100%;
}
a.learn-more {
  display: block;
  width: 123px;
  height: 22px;
  line-height: 22px;
  background: url(../images/learn-more.png);
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
}
/*********************
POPUP / LIGHTBOX
*********************/
.popup {
  display: none;
  width: 100%;
  padding: 0 2%;
  color: #bfbfbf;
}
.popup .close-trigger {
  float: right;
  height: 26px;
  width: 72px;
  display: block;
  line-height: 26px;
  background: url(../images/close.png) no-repeat right;
  color: #fff;
}
.popup .close-trigger:hover {
  cursor: hand;
  cursor: pointer;
}
.popup #columns {
  clear: both;
}
.popup .left-column {
  width: 50%;
  float: left;
  margin: 0 0 0 0;
  padding: 0 2.5%;
}
.popup .left-column .excerpt-read-more {
  display: none;
}
.popup .right-column {
  width: 50%;
  float: right;
  margin: 0 0 0 0;
  padding: 0 2.5%;
}
.popup .right-column .stationary-map {
  width: 100%;
  height: 230px;
}
.popup .right-column .left-column {
  width: 55%;
  margin: 5% 0 0 0;
  padding: 0;
}
.popup .right-column .right-column {
  width: 45%;
  margin: 0;
  padding: 0;
}
.popup .nearby {
  clear: both;
  background: none;
}
.popup .gallery.nearby h4 {
  background: #000;
}
#content404 {
  margin: 0 auto;
  text-align: center;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*** Dropit ***/
.dropit {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropit .dropit-trigger {
  position: relative;
}
.dropit .dropit-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  /* dropdown left or right */

  z-index: 1000;
  display: none;
  min-width: 150px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropit .dropit-open .dropit-submenu {
  display: block;
}
/*** Map Filter ***/
#map-dropdown {
  height: 50px;
  width: 250px;
  line-height: 50px;
  background: #332d2d;
  display: block;
  text-indent: 20px;
  position: absolute;
  z-index: 20;
  top: 140px;
  left: 2%;
  text-transform: uppercase;
  font-family: "Bitter";
  display: none;
}
#map-dropdown img {
  margin: 0 0 2px 2px;
}
#map-dropdown li a {
  color: #fff;
  text-decoration: none;
}
#map-dropdown li ul#filter-map {
  background: rgba(0, 0, 0, 0.8);
  width: 250px;
}
#map-dropdown li ul#filter-map li {
  line-height: 1.23em; 
  padding-bottom: 10px;
  padding-right: 15px;
  padding-top: 5px;
}
#map-dropdown li ul#filter-map li:nth-child(8) {
	margin-left: 40px;
	text-indent: 0px;
} 
/* #map-dropdown li ul#filter-map li:hover {
  background: rgba(255, 255, 255, 0.234);
} */ 
#map-dropdown li ul#filter-map { 

} 
#map-dropdown li ul#filter-map li span { 
	border: 0.71px solid #FFF !important; 
	margin-left: -20px;	
	position: absolute;
} 
#map-dropdown li ul#filter-map li a {
  color: rgba(255, 255, 255, 0.91);
  display: inline-block;
  font-family: "Bitter";
  line-height: 1.25;
}
#map-dropdown li ul#filter-map li:nth-child(5) a span { 
  background-color: #FF40FF !important;
  border-color: #FFF !important;
} 
#map-dropdown li ul#filter-map li:nth-child(8) a span { 
  background-color: #0433FF !important;
  border-color: #FFF !important;
} 
#map-dropdown li ul#filter-map li.Old a span {
  background-color: #FF2600;
  border-color: #FFF;
}
#map-dropdown li ul#filter-map li.East a span {
  background-color: #9437FF;
  border-color: #FFF;
}
#map-dropdown li ul#filter-map li.Arts a span {
  background-color: #008F00;
  border-color: #FFF;
}
#map-dropdown li ul#filter-map li.Government a span {
  background-color: #FF9300;
  border-color: #FFF;
}
#map-dropdown li ul#filter-map li.Bayside a span {
  background-color: #d7499a;
  border-color: #d7499a;
}
#map-dropdown li ul#filter-map li.Parkside a span {
  background-color: #945200;
  border-color: #FFF;
}
#map-dropdown li ul#filter-map li.Off-Peninsula a span {
  background-color: #FF40FF;
  border-color: #FFF;
}
#map-dropdown li ul#filter-map li.Other a span {
  background-color: #000088;
  border-color: #FFF;
}
#map-dropdown li ul#filter-map li.West a span {
  background-color: #FFFB00;
  border-color: #FFF;
}
#map-dropdown li ul#filter-map li.Brick a span {
  background-color: #000000;
  border-color: #FFF;
}
.twitter,
.instagram,
.facebook,
.flickr {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  height: 25px;
  width: 26px;
}
.twitter {
  background: url(../images/twitter.png);
}
.instagram {
  background: url(../images/instagram.png);
}
.facebook {
  background: url(../images/facebook.png);
}
.flickr {
  background: url(../images/flickr-icon.png);
}
.twitter:hover,
.instagram:hover,
.facebook:hover,
.flickr:hover {
  background-position: 0 100%;
}
/*
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.
  
  ******************************************************************/
  .box .simple-caption {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    color: #fff;
    z-index: 100;
    top: 0;
    height: 98%;
    width: 100%;
    display: none;
    line-height: 0px;
    text-align: center;
    padding: 0% 4% 0 4%;
  }
  .box .simple-caption h3 {
    font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
    font-weight: 500;
    font-size: 1.0em;
    line-height: 1.0em;
  }
  .box .simple-caption p {
    line-height: 1.2em;
    font-size: 0.8em;
  }
  .box .simple-caption .location img {
    width: 11px;
    margin: 0 5px 0 0;
  }
  #map-dropdown {
    display: block;
  }
  #filter-wrapper {
    display: block;
  }
  .no-mobile {
    display: block;
  }
  #menu-main-menu {
    display: inline-block;
  }
  .navsocial.no-mobile {
    display: inline-block;
    top: -35px;
    position: relative;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    border: 0;
    border-bottom: 0;
  }
  .nav li {
    float: left;
    position: relative;
    padding: 0 0 11px 0;
  }
  .nav li a {
    border-bottom: 0;
    text-decoration: none;
    color: #aaaaaa;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 12px;
  }
  .nav li a:hover,
  .nav li a:focus {
    color: #939393;
  }
  /*********************
  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) {
  .onecol {
    width: 7.41666666667%;
  }
  .twocol {
    width: 15.8333333333%;
  }
  .threecol {
    width: 24.25%;
  }
  .fourcol {
    width: 32.6666666667%;
  }
  .fivecol {
    width: 41.0833333333%;
  }
  .sixcol {
    width: 49.5%;
  }
  .sevencol {
    width: 57.9166666667%;
  }
  .eightcol {
    width: 66.3333333333%;
  }
  .ninecol {
    width: 74.75%;
  }
  .tencol {
    width: 83.1666666667%;
  }
  .elevencol {
    width: 91.5833333333%;
  }
  .twelvecol {
    margin-left: 0;
    width: 100%;
  }
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 1%;
  }
  .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!
  
  ******************************************************************/
  .box .simple-caption {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    color: #fff;
    z-index: 100;
    top: 0;
    height: 98%;
    width: 100%;
    display: none;
    line-height: 0px;
    text-align: center;
    padding: 0% 4% 0 4%;
  }
  .box .simple-caption h3 {
    font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
    font-weight: 500;
    font-size: 1.0em;
    line-height: 1.0em;
  }
  .box .simple-caption p {
    line-height: 1.2em;
    font-size: 0.8em;
  }
  .box .simple-caption .location img {
    width: 11px;
    margin: 0 5px 0 0;
  }
  #map-dropdown {
    display: block;
  }
  #filter-wrapper {
    display: block;
  }
  .no-mobile {
    display: block;
  }
  .slideshow-content {
    display: block;
    position: absolute;
    height: 180px;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    overflow-text: ellipsis;
    color: #fff;
    padding: 2% 6% 0 6%;
    font-style: italic;
    text-align: center;
  }
  .slideshow-content h2 {
    font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  }
  .flex-caption {
    display: block;
    position: absolute;
    height: 282px;
    width: 461px;
    background: url(../images/caption.png);
    color: #fff;
    padding: 60px 0 0 30px;
    font-size: .9em;
    z-index: 300000;
  }
  .flex-caption h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid white;
    width: 80%;
    font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  }
  .flex-caption .location {
    font-weight: 500;
  }
  .flex-caption .location img {
    width: 11px;
    height: 15px;
    display: inline;
    margin: 0 5px;
  }
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1140px;
  }
  /*********************
  HEADER SYTLES
  *********************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .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;
  }
  /*********************
  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 */
  .box .simple-caption h3 {
    font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.4em;
  }
  .box:hover .simple-caption {
    opacity: 1;
    display: block;
  }
}
/*
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;
  }
  .map-page #content,
  .map-page #inner-header,
  .map-page .slideshow-content,
  .map-page .browse,
  .map-page #map-dropdown {
    display: none;
  }
}

.credits { color: #b3b3b3; font-size: 0.8em; line-height: 1.5em; margin-top: 0.3em; }
.credits a { color: #b3b3b3; }

.news ul li {
  padding: 0 0 10px 0;
}

.districts a {
    text-decoration: none !important;
}