/******************************************************************
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;
  font-size: 0.9em;
  border-left: 6px solid rgb(236, 236, 236);
  padding-left: 1em;
}
blockquote.pull-quote{
  float: left;
  border: none;
  font-size: 1.5em;
  margin: 1em 2em 1.5em;
  padding: 0 5% 0 0;
  width: 95%;
  display: block;
  word-break: break-word;
}

blockquote.pull-quote:before {
    content: '“';
    position: absolute;
    font-size: 5em;
    margin-top: -0.4em;
    margin-left: -0.3em;
    color: rgb(221, 221, 221);
    z-index:-1;
}
/*
 * 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
*********************/
/*  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;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px 20px 10px 0px;
  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
*********************/
.no-touch .tiled-layout .featured{
  -webkit-transition:box-shadow 300ms;
  transition:box-shadow 300ms;
}
.tiled-layout .featured >.hero{
  -webkit-transition:background-size 300ms, opacity 300ms;
  transition:background-size 300ms, opacity 300ms;
}
.no-touch .tiled-layout .featured:hover >.hero{
  -webkit-transition:background-size 600ms, opacity 600ms;
  transition:background-size 600ms, opacity 600ms;
}  
.no-touch .tiled-layout .fullH h2 {
  -webkit-transition: margin-top 400ms, color 600ms, background-color 300ms, text-shadow 800ms;
  transition: margin-top 400ms, color 600ms, background-color 300ms, text-shadow 800ms;
}
.tiled-layout .fullH h2 a,
.widget_archive li a,
.widget_meta li a{
  -webkit-transition:background-color 400ms, color 400ms, box-shadow 400ms;
  transition:background-color 400ms, color 400ms, box-shadow 400ms;
}
.no-touch .tiled-layout .fullH:hover h2 a,
.tagcloud a{
  -webkit-transition:background-color 300ms, color 300ms, box-shadow 300ms;
  transition:background-color 300ms, color 300ms, box-shadow 300ms;
}
.tiled-layout .fullH p{
  -webkit-transition:margin-top 300ms, opacity 300ms;
  transition:margin-top 300ms, opacity 300ms;
}
.no-touch .tiled-layout .fullH:hover p{
  -webkit-transition:margin-top 600ms, opacity 1000ms;
  transition:margin-top 600ms, opacity 1000ms;
  -webkit-transition-delay:250ms;
  transition-delay:250ms;
}
.no-touch .tiled-layout .fullH:hover h2,
.no-touch .tiled-layout .fullH:hover h2,
.no-touch .tiled-layout .fullH:hover h2 a{
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.tiled-layout .halfH h2, 
.tiled-layout h3.h2,
.no-touch .tiled-layout .halfH:hover h2, 
#searchform input#searchsubmit,
.no-touch .nav li a:hover,
.nav li a:focus{
  -webkit-transition: background-color 300ms;
  transition:background-color 300ms;
}
nav.main .nav, nav.main.show .nav {
  -webkit-transition:all 0ms;
  transition:none;
}
#searchform input#s{
  -webkit-transition: width 500ms, padding 500ms, color 500ms;
  transition: width 500ms, padding 500ms, color 500ms;
}
nav.main .nav{
  -webkit-transition:height 300ms, opacity 300ms;
  transition:height 300ms, opacity 300ms;
}
#logo {
  -webkit-transition:opacity 400ms;
  transition:opacity 400ms;
}
.wp-caption {
  -webkit-transition:box-shadow 500ms;
  transition:box-shadow 500ms;
}
.no-touch .tiled-layout article .thumbnail img{
  -webkit-transition:margin 300ms, opacity 300ms, width 300ms;
  transition:margin 300ms, opacity 300ms, width 300ms;
}
.no-touch .tiled-layout article .thumbnail img:hover {
  -webkit-transition:opacity 600ms, width 600ms;
  transition:margin 600ms, opacity 600ms, width 600ms;
}
.bones_page_navi li a, .comments #toggle, .commentlist .comment-reply-link{
  -webkit-transition:color 300ms;
  transition:color 300ms;
}

/*********************
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,
.btn a,
.btn a:visited {
  text-decoration: none;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 6px 17px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  background-color: #f5f5f5;
  *background-color: #ebe8d7;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-width: 1px;
  border-style: solid;

  border-color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *margin-left: .3em;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus,
.btn a:visited:hover,
.btn a:focus,
.btn a:hover {
  color: #333333;
  background-color: #ebe8d7;
  *background-color: #d9d9d9;
}
.button:active,
.button:visited:active {
  background-color: #cccccc \9;
}
.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);
}
.button.btn-success {
  color: #ffffff;
  background-color: #127457;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: transparent;
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

}
.button.btn-success:hover,
.button.btn-success:focus,
.button.btn-success:active,
.button.btn-success.active,
.button.btn-success.disabled,
.button.btn-success[disabled] {
  color: #ffffff;
  background-color: #006A51;
  *background-color: #499249;
}
.button.btn-success:active,
.button.btn-success.active {
  background-color: #408140 \9;
}
.button.btn-info{
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background-color: #2083AA;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  border-color: transparent;
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

}
.button.btn-info:hover,
.button.btn-info:focus,
.button.btn-info:active,
.button.btn-info.active,
.button.btn-info.disabled,
.button.btn-info[disabled] {
  color: #ffffff;
  background-color: #107Ba4;
  *background-color: #2a85a0;
}
.button.btn-info:active,
.button.btn-info.active {
  background-color: #24748c \9;
}

.older.btn a{
  width: 100%;
  float: left;
}

/*
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 STYLES
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: "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 100%;
  line-height: 1.5;
  color: #565656;
}
/********************
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
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
  position: relative;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: rgb(0, 136, 204);
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #003388;
}
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: "PT Sans", "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 {
  transition:color 300ms;
  text-decoration: none;

}
h1 a:visited,
.h1 a:visited,
h2 a:visited,
.h2 a:visited,
h3 a:visited,
.h3 a:visited,
h4 a:visited,
.h4 a:visited,
h5 a:visited,
.h5 a:visited {
  text-decoration: none;

}

h2 a,
.h2 a,
h2 a:visited,
.h2 a:visited{
  color:#000;
}

h2 a:hover,
h2 a:visited:hover,
h2 a:focus,
h2 a:visited:focus,
.h2 a:hover,
.featured:hover h2 a{
  color: #08c;
}

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
*********************/

#logo {
  margin: 0 0 .25em;
  padding: 0.5em;
  float: right;
  width: 90%;
}
#logo.fade{
  opacity: 0.2;
}
.site-logo a {
  overflow: hidden;
  float: left;
  display: block;
  height: 7em;
  padding-top: 1.25em;
  max-width: 100%;
  width: 85%;
  left: 15%;
  position: relative;
}
.site-logo img{
  max-width: 427px;
  width:100%;
}
/*********************
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: 1px solid #ccc;
  border-bottom: 0;
  /* end .menu li */

  /* highlight current page */

  /* end current highlighters */

}
.nav li {
  /*
    so you really have to rethink your dropdowns for mobile.
    you don't want to have it expand too much because the
    screen is so small. How you manage your menu should
    depend on the project. Here's some great info on it:
    http://www.alistapart.com/articles/organizing-mobile/
    */

}
.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  /*
      remember this is for mobile ONLY, so there's no need
      to even declare hover styles here, you can do it in
      the style.scss file where it's relevant. We want to
      keep this file as small as possible!
      */

}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
  background-color: rgb(247, 247, 247);
  color: rgb(51, 51, 51);
}
nav.main li.current_page_item a, nav.main li.current_page_parent a, nav.main li.current-post-parent.current-post-ancestor a, nav.main li.current-menu-item a,
nav.main li.current_page_item a:hover, nav.main li.current_page_parent a:hover, nav.main li.current-post-parent.current-post-ancestor a:hover, nav.main li.current-menu-item a:hover{
  background-color: #002878;
  color:white;
}
nav li.current_page_item a:hover, nav li.current_page_parent a:hover, nav li.current-post-parent.current-post-ancestor a:hover, nav li.current-menu-item a:hover{
  opacity: 0.8;
}

nav.main{
  position: relative;
  top: 0;
  padding-bottom: 2em;
}

nav.main.show ::selection{
  background-color: transparent;
}

nav.main .nav{
  height: 0;
  margin: 0;
  opacity: 0;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

nav.main #searchform,nav.main .nav li{
  display: none;
}
nav.main.show .nav, nav.main.show #searchform{
  height: auto;
  opacity: 1;
  display: block;
  margin-top: -3.5em;
  float: left;
}
nav.main.show .nav{
  margin-bottom: 4.5em;
  width: 100%;
  float: left;
}
nav.main.show .nav, nav.main.show p, nav.main.show .nav li{
  display: block;
}
nav.main span.toggle{
  display: block;
  visibility: visible;
  cursor: pointer;
  font-size: 2em;
  float: left;
  position: absolute;
}
nav.main li.active a, nav.sites li.active a{
  background-color: rgb(190, 190, 190);
  color: rgb(14, 14, 14);
}

nav.sites{
  display: none;
  visibility: hidden;
}
nav.sites.bottom{
  display: block;
  visibility: visible;
}

nav.sites p{
  margin: 0.5em 1em 0.5em 0.5em;
}
/* end .nav */
/* tagline */
#tagline{
  width: 100%;
  position: relative;
  float: right;
  z-index: -2;
  height: 1em;
  display: block;
  top: -0.75em;
  right: 0em;
  line-height: 0em;
  font-size: 2em;
  text-align: right;
  color: rgb(211, 211, 211);
  font-family: "Minion Pro", Minion;
}
#tagline::selection{
  background-color: white;
}
/* end tagline */
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: -1em;
}
.single #content{
  margin-top: -2em;
}
/* 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;
}
.archive-title{
  margin-top: 0;
}
/* 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 #endmark{
  width: 100%;
  text-align: center;
  float: left;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content p img {
  margin: 0 0 1.5em 0;
  height: auto;
  padding: 1em;
  border: none !important;
}
.entry-content video,
.entry-content object,
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.entry-content ul, .entry-content ul{
  margin: 0 0 0 2.5em;
  width: 80%;
}
.entry-content ul{
  list-style: disc;
}
.entry-content ol{
  list-style: decimal;
}
.entry-content li{
  margin: 1em 0;
}
span.author{
  font-style: italic;
}

#related-links{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
#related-links a{
  text-decoration: none;
}
#related-links a:hover{
  text-decoration: underline;
}
#related-links .wrapper {
  padding-top: 0;
}
#related-links small{
  margin-left: 0.4em;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: rgb(255, 255, 255);
  padding: 5px;
  margin: 1em;
  box-shadow: 1px 7px 15px rgb(235, 235, 235);
/* images inside wp-caption */

}
.wp-caption:hover{
  box-shadow: 1px 7px 15px rgb(225, 225, 225);
}

.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;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* end .wp-caption */

/* homepage styles */

.tiled-layout .fullH h2 a, .tiled-layout .halfH h2{
  padding: 0;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.86);
}
.tiled-layout .featured p{
   padding: 0;
}
.tiled-layout .halfH h2, .tiled-layout h3.h2{
}
.tiled-layout a i {
  font-size: 0.8em;
  margin-left: 0.5em;
}

.tiled-layout .featured span.link{
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  cursor: pointer;
  display: none;
  visibility: hidden;

  /* edit: added z-index */
  z-index: 1;

  /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif */
  background-image: url('../images/empty.gif');
}
.tiled-layout .featured span.link a{
  width: 100%;
  height: 100%;
  position: absolute;
}

.tiled-layout article .thumbnail{
  width: 100%;
  height: 10em;
  overflow: hidden;
  margin-bottom: 1em;
  display: none;
  visibility: hidden;
}
.tiled-layout article .thumbnail img{
  width: 130%;
  height: auto;
}
.tiled-layout article.summary{
  padding: 0.5em 0;
}
.tiled-layout article.summary.thumb{
  padding-bottom:0;
}
.single .tiled-layout article.summary:first-child{
  padding-top: 0;
}

.tiled-layout article.summary .thumbnail{
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  padding-right: 10px;
  margin-top: 5px;
}
.tiled-layout article.summary .thumbnail img{
  margin-top: -4%;
  width: auto;
  margin-left: -4%;
  height: 100%;
}
.no-touch .tiled-layout article.thumb .thumbnail img:hover{
  margin-top: -4%;
  width: auto;
  margin-left: -4%;
  height: 100%;
}
.no-touch .tiled-layout article .thumbnail img:hover {
  margin-top: -2%;
  opacity: 0.8;
  width: 134%;
  margin-left: -2%;
}

.tiled-layout article.summary.thumb h3{
  float: left;
  width: 66%;
  margin-top: 0;
  margin-left: 0px;
}

.summary> p {
    float: left;
    width: 80%;
    margin: 0;
}
.summary.thumb> p {
    float: left;
    width: 75%;
    margin: 0;
}
@media (min-width: 767px){
  .summary.thumb> p {
      padding-left: 12px;
  }
}
@media (max-width: 768px){
  .summary{
    margin:20px 0;
  }
  .summary h3 {
      margin:0 0 5px;
  }
}

.tiled-layout article.post{
}
/* end homepage styles */

/* archive and search list styles */
#post-not-found p{
  margin-left: 0;
}
.search article p strong{
  background: rgb(255, 249, 203);
}
.archive article .post-date, .search article .post-date{
  float: left;
  display: block;
  width: 20%;
  padding: 0 2%;
  position: absolute;
  background-color: rgb(245, 245, 245);
  border: 8px solid rgb(255, 255, 255);
}
.archive article .content, .search article .content {
  display: block;
  width: 100%;
  padding-left: 22%;
}
.archive article, .search article{
  float: left;
  width: 100%;
}
.archive .entry-content .thumb, .search .entry-content .thumb{
  float: left;
  width: 60px;
  overflow: hidden;
}

.archive .entry-content img, .search .entry-content img{
  max-width: 300em;
}

.archive .entry-content p, .search .entry-content p{
  margin: 0em 0.4em 2.5em;
}
.search p, .page-template-page-list-posts-php p{
  font-size: 1em;
}

.archive .content .h2, .search .content .h2, .page-template-page-list-posts-php .entry-content h2{
  margin-top: 0.2em;
}
.search .content .h2, .page-template-page-list-posts-php .content .h2{
  font-size: 1.25em;
  margin-left: 0.3em;
}
.archive.paged .tiled-layout article.summary:before, .archive.tag .tiled-layout article.summary:before{
  content: "";
}

.section h2,
.section .h2{
  float: left;
  width: 100%;
  background-color: #002878;
  color: #FFF;
  padding: 0 0.2em;
}
.section .wrapper> a{
  float: right;
}
.section h2 a,.section h2 a:visited,
.section .h2 a,.section .h2 a:visited{
  color:#FFF;
}
.section h2 a:hover,
.section .h2 a:hover{
  color:#AAA;
}
/* end archive list styles */
/* image post styles */
.single-format-image .hero-area, .single-format-gallery .hero-area {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 20em;
}
.single-format-image #main {
    margin-top: -9em;
}
.single-format-image .entry-title.single-title,
.single-format-gallery .entry-title.single-title {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.89);
  min-height: 2.7em;
  padding-bottom: 0.5em;
}
.single-format-video .hero-area {
    height: 30em;
}
/* end image post styles */
/* image gallery styles */
.single-format-gallery .gallery{
  min-height: 28em;
  position: relative;
}

.single-format-gallery #main {
  margin-top: -8em;
  z-index: 2;
  position: relative;
}

.single-format-gallery .gallery.gallery-size-thumbnail{
  display: none;
  visibility: hidden;
}

/* Galleria Classic Theme 2012-08-07 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */
#galleria-loader{height:1px!important}

.galleria-container {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    position: absolute;
    top: 0px;
    bottom: 60px;
    left: 0px;
    right: 0px;
    overflow:hidden;
}
.galleria-thumbnails-container {
    height: 50px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    margin: 0 5px 0 0;
    float: left;
    cursor: pointer;
}
.galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #fff;
    font: normal 11px/1 arial,sans-serif;
    z-index: 1;
    visibility: hidden;
}
.galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background: url('../images/classic-loader.gif') no-repeat 2px 2px;
}
.galleria-info {
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
}
.galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
    /* IE7 */ zoom:1;
}
.galleria-info-title {
    font: bold 12px/1.1 arial,sans-serif;
    margin: 0;
    color: #fff;
    margin-bottom: 7px;
}
.galleria-info-description {
    font: italic 12px/1.4 georgia,serif;
    margin: 0;
    color: #bbb;
}
.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}
.notouch .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-close:active{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}
.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: .4;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    padding-left: 10px;
    z-index: 2;
    background-position: 10px 46px;
}
.galleria-image-nav-right {
    padding-left: 0;
    right: 0;
    padding-right: 10px;
    background-position: -264px 46px;
    z-index: 2;
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}
.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: rgb(240, 240, 240);
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
    background-image: url("../images/classic-map.png");
    background-repeat: no-repeat;
}

/* end .gallery */
/* gallery caption styles */
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi, nav {
    font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* 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;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #333;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #333;
  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 {

}
.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 */
#searchform{
  width: 100%;
  padding-top: 1em;
  margin-bottom: 3em;
}
#searchform input#s{
  width: 100%;
  padding: 0.25em 0 0.25em 3%;
  border: 1px solid #AAA;
  font-size: 1.5em;
  font-weight: 300;
  border-radius: 0px;
  box-shadow: none;
  position: relative;
  height: 1.75em;
}
#searchform input#searchsubmit{
  padding: 0;
  width: 20%;
  border: none;
  border-radius: 0px;
  color: #999;
  position: absolute;
  right: 0;
  opacity: 0.3;
  margin-top: -2.55em;
  height: 2.5em;
}
#searchform input#searchsubmit:hover{
  background-color: rgb(83, 83, 83);
}
#searchform i {
  position: absolute;
  right: 7%;
  margin-top: -1.4em;
  font-size: 1.5em;
  display: block;
}
#searchform:hover i{
  color: #333;
}

/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */
  float: left;
}

.section.comments{
  padding-bottom: 3em;
  float: left;
}
.section .wrapper#reply{
  padding-top: 0;
  float: left;
}
#cancel-comment-reply a{
}

#comments-container > p{
  margin:0;
}
.comments #toggle{
  text-decoration: none;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999;
}
.comments #toggle:hover{
  color:#444;
}
.comments #toggle span{
  margin-right:0.2em;
  float: left;
}
.comments #toggle span:first-child, .comments #toggle.show span{
  display: none;
  visibility: hidden;
}
.comments #toggle.show span:first-child{
  display: block;
  visibility: visible;
}

.commentlist {
  /* general comment classes */
  float: left;
  width: 100%;
  position: relative;
}
  /* vcard */

  /* end .commentlist .vcard */

  /* comment meta */

  /* comment content */
.commentlist .comment.bypostauthor{
  background-color: rgb(250, 250, 250);
  b
}
  /* end .commentlist .comment_content */

  /* comment reply link */
.commentlist .comment-reply-link {
  text-decoration: none;
  margin-top: -1.4em;
  margin-bottom: 2em;
  font-size: 0.8em;
  border-radius: 2px;
  margin-left: 50px;
  float: left;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999;
}
.commentlist .comment-reply-link:after{
  
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  color: #444;
}
  /* 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 li.depth-2 {
  margin-left: 0;
  margin-top: 0;
  margin-left: 7%;
}
.commentlist .odd {

}
.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;
}

/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 0;
  padding-bottom: 2.2em;
  float: left;
  width: 100%;
}
.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-color: rgb(243, 243, 243);
  border: 1px solid rgb(216, 216, 216);
  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 */
.submit-comment{
  text-align: right;
  margin-right: 1em;
}
/* comment form title */
#comment-form-title {

}
/* 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;
  padding-top: 2em;
}

.article-footer > section{
  margin-top: 2em;
  float: left;
  width: 100%;
  margin-bottom: 3em;
}
#bones-related-posts {
margin-top: 0;
}
.related_post{
  border: 1px solid;
  min-height: 12em;
  float: left;
  min-width: 100%;
  margin-bottom: 1.5em;
}
.article-footer span{
}

.article-footer .tags a {
  border: 1px solid rgb(170, 170, 170);
  padding:0 5px;
  text-decoration: none;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 5px;
  white-space: nowrap;
  float: left;
  position: relative;
}

/* adjacent article styles */
.adj-articles{
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 3.65em;
  margin: 2em 0 3.5em;
  border-bottom: 1px solid rgb(233, 233, 233);
}
.article-footer .adj-articles span{
  width: 48%;
  float: right;
  position: relative;
}
.article-footer .adj-articles span:first-child{
  float: left;
}
.adj-articles span.btn a{
  width: 100%;
}
.adj-articles span.btn span{
  text-align: center;
  width: 100%;
}
.adj-articles span.btn span h4{
  margin: 0 0 .2em 0;
}
.adj-articles span.btn a{
  background-image: url('../images/glyphicons-halflings-arrow-right.png');
  background-repeat: no-repeat;
  background-position: 100% center;
  padding-right: 2em;
}
.adj-articles span.btn:first-child a{
  background-image: url('../images/glyphicons-halflings-arrow-left.png');
  background-position: 0% center;
  padding-left: 2em;
  padding-right: 1em;
}
/* end adjacent article styles */

/* end .footer-links */

/*
LANDSCAPED IPHONE
This is for an iPhone in landscape mode. It is best not to use this 
for too much, as it is not the most reliable way of finding the 
orientaion of the device. Also it is very specific to an iPhone's
dimensions. 
*/
@media only screen and (max-width: 480px) and (orientation:landscape){ 
  .single-format-gallery .gallery {
    min-height: 20em;
  }
}


/*
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 */
}

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 1em;
    background-color: rgb(250, 250, 250);
  }
  .widgettitle{
    width: 102%;
    font-weight: normal;
    border-bottom: 3px solid rgb(86, 86, 86);
    margin: 0.2em 0 0.75em;
  }
  .widget {
    padding: 0.5em 12px;
    float: left;
    width: 100%;
    border-top: 3px solid white;
  }
  .widget:first-child{
    border-top: 0px solid white;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  .widget a{
    text-decoration: none;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  .widget_archive .widgettitle{
    margin-bottom: 0.2em;
  }
  .widget_archive ul li, .widget_meta ul li {
    float: left;
    border-top: 2px solid rgb(236, 236, 236);
    width: 100%;
    text-align: center;
    margin-bottom: 0; 
    color: rgb(209, 209, 209);
    font-family:  "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .widget_archive ul li:first-child, .widget_meta ul li:first-child {
    border-top: none;
  }
  .widget_archive li a, .widget_meta li a{
    width: 100%;
    height: 100%;
    padding: 0.5em 0;
    float: left;
    font-family:  "PT Serif", "Georgia", Cambria, Times New Roman, Times, serif;
  }
  .widget_archive li a:hover, .widget_meta li a:hover{
    background-color: rgb(247, 247, 247);
    box-shadow: 0px 2px 3px rgb(230, 230, 230);
  }
  /* tag-cloud widget */
  .tagcloud a{
    color: #999;
  }
  .tagcloud a:hover{
    background-color: rgb(255, 249, 203);
    color: rgb(71, 71, 71);
  }
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  #recentcomments .recentcomments {
    font-family:  "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 0.3em;
    float: left;
    position: relative;
  }
  #recentcomments .recentcomments a {
      float: left;
      width: 100%;
      font-size: 0.9em;
  }
   /* search widget */
  .widget_search #searchform input#s{
    background-color: #FFF;
  }
  /* text widget */
/*
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.
  
  ******************************************************************/
  .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;
  }
  #logo {
    margin: 0 0 .25em;
    padding: 0.5em;
    float: none;
    width: auto;
  }
  #logo.fade{
    opacity: 1;
  }
  .site-logo a {
    width: 70%;
    left: 0;
  }
  .site-logo img{
    width: auto;
  }
  #content, .single #content {
    margin-top: 2.2em;
  }
  .archive-title{
    display: none;
  }
  .archive.tag .archive-title{
    display: block;
    width: 100%;
    float: left;
  }
  .article-header h1{
    font-size: 3em;
    margin-top: 0em;
  }
  .featured.fourcol {
    width: 32.62%;
    margin-left: 1.062430939%;
  }
  .featured.eightcol{
    width: 66.24585634900001%;
    margin-left: 1.062430939%;
  }
  .featured.fourcol.first, .featured.eightcol.first{
    margin-left: 0;
  }
  .tiled-layout .featured{
    overflow: hidden;
    box-shadow: 1px 1px 10px rgb(223, 223, 223);
  }
  .no-touch .tiled-layout .featured:hover{
    box-shadow: 1px 1px 10px rgb(203, 203, 203);
  }
  .tiled-layout .featured.fullH h2 a, 
  .tiled-layout .featured.fullH p,
  .tiled-layout .featured.halfH h2{
    padding: 0 0.2em;
    padding: 0 0.5rem;
  }
  .tiled-layout .featured.fullH h2{
    font-size: 1.5em;
  }
  .tiled-layout .featured.fullH{
    height: 14em;
  }
  .tiled-layout .featured.halfH{
    height: 6.5em;
    margin-bottom: 1em;
  }
  .tiled-layout .featured >.hero{
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    background-size: 120%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .no-touch .tiled-layout .featured:hover >.hero{
    background-size: 125%;
    opacity: 0.17;
  }
  .tiled-layout .featured span.link{
    display: block;
    visibility: visible;
  }
  .tiled-layout .space {
    height: 0.8em;
  }
  .tiled-layout .fullH header{
    height: 100%;
    position: relative;
  }
  .tiled-layout .fullH h2, .tiled-layout .fullH p{
    float: left;
    position: relative;
    width: 100%;
  }
  .tiled-layout .fullH h2 a{
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .tiled-layout .fullH:hover h2 a{
    background-color: transparent;
    background-color: rgba(255,255,255,0);
  }

  .tiled-layout .fullH h2{
    margin-top: 7.5em;
    margin-top: 12.5rem;
    text-shadow: 0px 0px 5px rgba(221, 221, 221,0);
  }
  .tiled-layout .fullH p{
    color: black;
    padding: 0 0.5em;
    opacity: 0;
    font-size: 0.95em;
    margin-top: 15em;
  }
  .no-touch .tiled-layout .fullH:hover h2{
    margin-top: 4em;
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 5px rgba(221, 221, 221,1);
  }
  .no-touch .tiled-layout .fullH:hover p{
    opacity: 1;
    margin-top: 0;
  }
  .tiled-layout .halfH h2, .tiled-layout h3.h2{
    font-size: 1.2em;
    padding: 0 0.3em;
    margin-top: 1.1em;
  }
  .no-touch .tiled-layout .halfH:hover h2{
    background-color: rgba(255, 255, 255, 0);
  }
  .tiled-layout article.summary:before {
    content: "______________";
    width: 100%;
    color: rgb(223, 223, 223);
    padding: 0 0 1.5em;
    margin: -1em 0 0em;
    text-align: left;
  }
  .tiled-layout .list article.summary:before{
    content: "";
    padding:0;
    margin: 0;
  }
  .tiled-layout article.summary:first-child:before{
    content: "";
  }
  .tiled-layout article.summary h3 {
    margin: 0em 0.5em 0.5em 0em;
  }
  .tiled-layout article.summary.thumb h3{
    margin-left: 12px;
  }
  .tiled-layout .recent-posts time{
    color:rgb(180, 180, 180);
    font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    width: 100%;
  }
  .widgettitle{
    width: 103.5%;
  }
  .section h2, .section .h2, .widgettitle{
    float: left;
    font-size: 1.5em;
    background-color: transparent !important;
    background-color: rgba(255,255,255,0) !important;
  }
  .section h2, .section .h2{
    padding-left: 0;
    margin-bottom: 0;
  }
  .section h2, .section h2 a,.section h2 a:visited,
  .section .h2, .section .h2 a,.section .h2 a:visited{
    color:#333 !important;
  }
  .section h3{
    margin:0em;
  }
  .section .wrapper {
    border-top: 3px solid #002878;
    float: left;
    padding-top: 1em;
    width: 100%;
  }
  .tiled-layout article .thumbnail{
    display: block;
    visibility: visible;
  }

  blockquote.pull-quote{
    max-width: 11em;
    margin: 0.5em 1em 1em;
    padding: 0;
  }
  blockquote.pull-quote.right{
    float: right;
    padding: 0 0 0 5%;
  }
  /* Current Page Style */
  #tagline{
    position: absolute;
    float: none;
    height: 4em;
    font-size: 4em;
    top: 1.4em;
  }
  div#top-banner{
    background-color: rgb(238, 238, 238);
    width: 100%;
    position: absolute;
    height: 1.6em;
    z-index: -1;
  }
  nav{
    float: left;
    width: 100%;
    display: block;
  }
  nav.sites{
    display: block;
    margin-bottom: 12px;
    opacity: 1;
    font-size: 0.7em;
  }
  nav.sites .nav li{
    display: block;
    visibility: visible;
  }
  nav.sites li a {
      padding: 5px 10px;
  }
  nav.sites li.active a{
    background-color:#ccc;
    color: #333;
  }
  nav.sites li.active a:after{
    content: url('../images/triangle.png');
    position: absolute;
    background-color: transparent;
    left: 37%;
    top: 90%;
  }
  nav.sites .nav#aux {
    width: 40%;
    white-space: nowrap;
    float: right;
  }
  nav.sites .nav#aux li {
      float: right;
  }

  nav.sites p{
    float: left;
    display: block;
    visibility: visible;
    font-size: 0.7em;
    margin: 0.5em 1em 0.5em 0em;
    color: rgb(138, 138, 138);
  }

  nav.sites.bottom{
    display: none;
    visibility: hidden;
  }

  nav.main{
    border-bottom: 3px solid #002878;
    padding-bottom: 0em;
  }
  .search nav.main{
    border-bottom-color:rgb(197, 197, 197);
  }
  .archive.tag nav.main{
    border-bottom-color:rgb(0, 136, 204);
  }

  nav.main span.toggle{
    display: none;
    visibility: hidden;
  }
  nav.main .nav, nav.main.show .nav {
    margin: 0 auto;
    font-size: 1em;
    opacity: 1;
    height: auto;
    width: auto;
  }
  nav.main .nav li, nav.main #searchform{
    display: block;
    margin-bottom: -1px;
  }
  .main li a{
    background-color: transparent;
  }

  nav.main #searchform, nav.main.show #searchform{
    float: right;
    width: 23%;
    position: relative;
    bottom: -0.7em;
    margin-top: 0em;
  }
  #searchform{
    padding-top: 0;
    margin-top: 1px;
  }
  #searchform input{
    float: left;
    position: relative;
    padding: 1em 10px;
  }
  #searchform input#s, #searchform input#searchsubmit{
    font-size: 1em;
    height: 2em;
  }
  #searchform input#s{
    border: 1px solid #FFF;
    border-bottom:0px;
    float: right;
    width: 0;
    padding-right:35px;
    background-color: transparent;
    border-color: transparent;
    color: #FFF;
    color: transparent;
  }
  #post-not-found #searchform input#s,
  .widget_search #searchform input#s,
  #searchform:hover input#s, 
  #searchform input#s:active, 
  #searchform input#s:focus{
    width: 100%;
    padding-right:20%;
    background-color: rgb(243, 243, 243);
    border-color: rgb(216, 216, 216);
    color: #333;
  }
  #post-not-found #searchform input#s{
    margin-bottom: 2em;
    height: 2.2em;
  }

  #searchform input#searchsubmit{
    margin-top: 1px;
    background-color: transparent;
  }
  #searchform i {
    right: 1em;
    margin-top: 0.5em;
    font-size: 1em;
  }
  /* end Current Page Style */
  /* image post styles */
  .single-format-image .entry-title.single-title, .single-format-gallery .entry-title.single-title{

  }
  /* end image post styles */
  /* related posts */
  .related_post{
    min-width: auto;
  }
  /* end related posts */


  /******************************************************************
  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: 1140px;
  }
  /*********************
  HEADER SYTLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    border: 0;
    width: 50%;
    margin: 0;
    float: left;
    /* end .menu ul li */
  
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  .nav li {
    float: left;
    position: relative;
    /*
      plan your menus and drop-downs wisely.
      */
  
    /* showing sub-menus */
  
  }
  .nav li a {
    border-bottom: 0;
    margin-bottom: 1px;
    /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */
  
  }
  .nav li a:hover,
  .nav li a:focus {
    background-color: #dedede;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
          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: 180px;
    border-bottom: 1px solid #ccc;
  }
  .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 */
  /* start hero section */
  .touch .tiled-layout .featured >.hero{
    background-size: 180%;
  }
  /*end hero section */
  
  /*********************
  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. 
  
  ******************************************************************/

  .tiled-layout .featured.fullH h2{
    font-size: 1.75em;
  }
  .article-header h1{
    font-size: 4em;
    line-height: 1em;
    margin-top: 0em;
  }
  .article-header h1.h2{
    font-size: 1.75em;
  }
  .tiled-layout article.summary.thumb h3{
    width: 74%;
  }
  p{
    font-size: 1.1em;
  }
  .tiled-layout p{
    font-size: 1em;
  }
}
/*
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.
  
  ******************************************************************/

  p{
    font-size: 1.2em;
  }
}
/*
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;
  }
  .featured h2{
    font-size: 1.5em;
  }
}




