/* line 23, ../sass/style.scss */
.din, header#page-header nav#access div ul.menu li, article header.entry-header span.cat-links a, article header.entry-header div.entry-meta, article div.entry-content a.read-more, article div.entry-summary a.read-more, article footer.entry-meta span, div#respond h3, div#respond label, section#secondary aside#flickrrss h3, section#secondary div#author-info div#author-description, section#secondary div#author-info div#author-link, footer#colophon nav#footer-access h3, footer#colophon nav#footer-access div.menu ul li, footer#colophon nav#footer-access div.menu-top-menu-container ul li, footer#colophon nav#footer-access div.menu-main-site-menu-container ul li, footer#colophon h1, body.author span.title, h2.top-five, ol#top-five li article a.continue, nav.nav-single span.nav-title {
  font-family: "din-condensed-web-1","din-condensed-web-2",sans-serif; }

/* line 26, ../sass/style.scss */
.adelle, article header.entry-header h1.entry-title, article header.entry-header h1.entry-title a, article div.entry-image div.photo-info span, section#other_content h1, section#other_content nav#recent_stories ul li .story-title, body.author h1.page-title.author, .entry-content .authors li, .entry-content .authors li a, nav#nav-single h3 {
  font-family: "adelle-1","adelle-2",serif; }

/* line 29, ../sass/style.scss */
.meta-web, footer#colophon, html body {
  font-family: "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2",sans-serif; }

/* line 2, ../sass/globals/mixins/addons/_non-semantic-helpers.scss */
.ir, header#page-header hgroup h1, body.single footer.entry-meta div.permalink {
  background-color: transparent;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }

/* line 17, ../sass/globals/mixins/addons/_non-semantic-helpers.scss */
nav.nav-single h3.assistive-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  /* line 28, ../sass/globals/mixins/addons/_non-semantic-helpers.scss */
  nav.nav-single h3.focusable.assistive-text:active, nav.nav-single h3.focusable.assistive-text:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/* line 48, ../sass/globals/mixins/addons/_non-semantic-helpers.scss */
.clearfix, article header.entry-header, body.single footer.entry-meta, footer#colophon, section#other_content nav#recent_stories ul li, ol#top-five li, nav.nav-single, html body div#main, nav#nav-single {
  *zoom: 1; }
  /* line 51, ../sass/globals/mixins/addons/_non-semantic-helpers.scss */
  .clearfix:before, article header.entry-header:before, body.single footer.entry-meta:before, footer#colophon:before, section#other_content nav#recent_stories ul li:before, ol#top-five li:before, nav.nav-single:before, html body div#main:before, nav#nav-single:before, .clearfix:after, article header.entry-header:after, body.single footer.entry-meta:after, footer#colophon:after, section#other_content nav#recent_stories ul li:after, ol#top-five li:after, nav.nav-single:after, html body div#main:after, nav#nav-single:after {
    display: table;
    content: ""; }
  /* line 55, ../sass/globals/mixins/addons/_non-semantic-helpers.scss */
  .clearfix:after, article header.entry-header:after, body.single footer.entry-meta:after, footer#colophon:after, section#other_content nav#recent_stories ul li:after, ol#top-five li:after, nav.nav-single:after, html body div#main:after, nav#nav-single:after {
    clear: both; }

/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
/* line 21, ../sass/plugins/_normalize.scss */
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
 */
/* line 31, ../sass/plugins/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
/* line 42, ../sass/plugins/_normalize.scss */
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
 */
/* line 52, ../sass/plugins/_normalize.scss */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
/* line 68, ../sass/plugins/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
/* line 82, ../sass/plugins/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
/* line 90, ../sass/plugins/_normalize.scss */
body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
/* line 103, ../sass/plugins/_normalize.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 113, ../sass/plugins/_normalize.scss */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
/* line 127, ../sass/plugins/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 132, ../sass/plugins/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

/* line 137, ../sass/plugins/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0; }

/* line 142, ../sass/plugins/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0; }

/* line 147, ../sass/plugins/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

/* line 152, ../sass/plugins/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
/* line 161, ../sass/plugins/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
/* line 170, ../sass/plugins/_normalize.scss */
b,
strong {
  font-weight: bold; }

/* line 174, ../sass/plugins/_normalize.scss */
blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
/* line 182, ../sass/plugins/_normalize.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
/* line 190, ../sass/plugins/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7
 */
/* line 200, ../sass/plugins/_normalize.scss */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 212, ../sass/plugins/_normalize.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
/* line 222, ../sass/plugins/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
/* line 235, ../sass/plugins/_normalize.scss */
q {
  quotes: none; }

/* 2 */
/* line 242, ../sass/plugins/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none; }

/* line 247, ../sass/plugins/_normalize.scss */
small {
  font-size: 75%; }

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
/* line 257, ../sass/plugins/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 264, ../sass/plugins/_normalize.scss */
sup {
  top: -0.5em; }

/* line 268, ../sass/plugins/_normalize.scss */
sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
/* line 284, ../sass/plugins/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

/* line 288, ../sass/plugins/_normalize.scss */
dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7
 */
/* line 298, ../sass/plugins/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7
 */
/* line 307, ../sass/plugins/_normalize.scss */
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/
 */
/* line 323, ../sass/plugins/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9
 */
/* line 332, ../sass/plugins/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
/* line 345, ../sass/plugins/_normalize.scss */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
/* line 358, ../sass/plugins/_normalize.scss */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding
 */
/* line 366, ../sass/plugins/_normalize.scss */
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
 */
/* line 378, ../sass/plugins/_normalize.scss */
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
 */
/* line 394, ../sass/plugins/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
/* line 406, ../sass/plugins/_normalize.scss */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
/* line 420, ../sass/plugins/_normalize.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements
 */
/* line 431, ../sass/plugins/_normalize.scss */
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
 */
/* line 443, ../sass/plugins/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *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)
 */
/* line 455, ../sass/plugins/_normalize.scss */
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
 */
/* line 467, ../sass/plugins/_normalize.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
/* line 477, ../sass/plugins/_normalize.scss */
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
 */
/* line 487, ../sass/plugins/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
/* line 501, ../sass/plugins/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 9, ../sass/plugins/_boilerplate.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat; }

/* line 20, ../sass/plugins/_boilerplate.scss */
body {
  font-size: 1em;
  line-height: 1.4; }

/* line 25, ../sass/plugins/_boilerplate.scss */
body, button, input, select, textarea {
  color: #222; }

/* line 36, ../sass/plugins/_boilerplate.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 37, ../sass/plugins/_boilerplate.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 43, ../sass/plugins/_boilerplate.scss */
a {
  color: #00e; }

/* line 44, ../sass/plugins/_boilerplate.scss */
a:visited {
  color: #551a8b; }

/* line 45, ../sass/plugins/_boilerplate.scss */
a:hover {
  color: #06e; }

/* line 52, ../sass/plugins/_boilerplate.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* line 54, ../sass/plugins/_boilerplate.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

/* line 56, ../sass/plugins/_boilerplate.scss */
mark {
  font-style: italic;
  font-weight: bold; }

/* line 58, ../sass/plugins/_boilerplate.scss */
small {
  font-size: 85%; }

/* line 60, ../sass/plugins/_boilerplate.scss */
ul, ol {
  padding: 0 0 0 40px; }

/* line 62, ../sass/plugins/_boilerplate.scss */
nav ul, nav ol {
  margin: 0;
  padding: 0; }

/* line 64, ../sass/plugins/_boilerplate.scss */
img {
  vertical-align: middle; }

/* line 66, ../sass/plugins/_boilerplate.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* line 68, ../sass/plugins/_boilerplate.scss */
legend {
  padding: 0; }

/* line 70, ../sass/plugins/_boilerplate.scss */
label {
  cursor: pointer; }

/* line 72, ../sass/plugins/_boilerplate.scss */
textarea {
  resize: vertical; }

/* line 76, ../sass/plugins/_boilerplate.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* line 79, ../sass/plugins/_boilerplate.scss */
table td {
  vertical-align: top; }

/* line 88, ../sass/plugins/_boilerplate.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* line 5, ../sass/sections/_header.scss */
header#page-header {
  /* Figure out what padding configuration was used */
  /* Figure out what padding values are */
  /* Figure out what the unit configuration was used and how much needs to be subtraced from the width*/
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #c4bfb7;
  background-image: url("../img/welovedc-header-background.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  height: 102px;
  padding: 10px 0 0 0; }
  /* line 13, ../sass/sections/_header.scss */
  header#page-header hgroup {
    height: 62px;
    padding: 0 0 0 20px; }
    /* line 16, ../sass/sections/_header.scss */
    header#page-header hgroup h1 {
      background-image: url("../img/welovedc-logo.png");
      background-position: top left;
      background-repeat: no-repeat;
      height: 63px;
      margin: 0;
      padding: 0;
      width: 217px; }
    /* line 26, ../sass/sections/_header.scss */
    header#page-header hgroup h2 {
      display: none; }
  /* line 30, ../sass/sections/_header.scss */
  header#page-header nav#access {
    background-color: #535353;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #535353), color-stop(100%, #363636));
    background-image: -webkit-linear-gradient(top, #535353, #363636);
    background-image: -moz-linear-gradient(top, #535353, #363636);
    background-image: -ms-linear-gradient(top, #535353, #363636);
    background-image: -o-linear-gradient(top, #535353, #363636);
    background-image: linear-gradient(top, #535353, #363636);
    color: white;
    height: 30px;
    line-height: 27px;
    width: 100%; }
    /* line 36, ../sass/sections/_header.scss */
    header#page-header nav#access div.skip-link, header#page-header nav#access h3.assistive-text {
      height: 0;
      margin: 0;
      padding: 0;
      visibility: hidden; }
    /* line 42, ../sass/sections/_header.scss */
    header#page-header nav#access div.menu-phone-menu-container {
      display: none; }
    /* line 45, ../sass/sections/_header.scss */
    header#page-header nav#access div {
      padding-top: 3px; }
      /* line 48, ../sass/sections/_header.scss */
      header#page-header nav#access div ul.menu li {
        display: -moz-inline-box;
        -moz-box-orient: vertical;
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        margin-right: 10px;
        padding: 0 15px; }
        /* line 53, ../sass/sections/_header.scss */
        header#page-header nav#access div ul.menu li:last-child {
          margin-right: 0; }
        /* line 56, ../sass/sections/_header.scss */
        header#page-header nav#access div ul.menu li:first-child {
          margin-left: 20px; }
        /* line 59, ../sass/sections/_header.scss */
        header#page-header nav#access div ul.menu li.current_page_item {
          background: white;
          border-radius: 5px 5px 0 0; }
          /* line 62, ../sass/sections/_header.scss */
          header#page-header nav#access div ul.menu li.current_page_item a {
            color: #464646;
            text-shadow: none; }
        /* line 67, ../sass/sections/_header.scss */
        header#page-header nav#access div ul.menu li a {
          color: #fff;
          text-decoration: none;
          text-transform: uppercase;
          text-shadow: 0 -1px 1px black; }
        /* line 73, ../sass/sections/_header.scss */
        header#page-header nav#access div ul.menu li.bottom-nav {
          float: right; }

/* line 83, ../sass/sections/_header.scss */
div#container.welovebeantown header#page-header {
  background-image: url("../img/welovebeantown-header-background.jpg"); }
/* line 86, ../sass/sections/_header.scss */
div#container.welovebeantown hgroup h1 {
  background-image: url("../img/welovebeantown-logo.png");
  width: 375px; }

/* line 5, ../sass/sections/_article.scss */
article {
  margin-bottom: 30px; }
  /* line 7, ../sass/sections/_article.scss */
  article a {
    color: #2c98e4; }
    /* line 9, ../sass/sections/_article.scss */
    article a:hover {
      color: #990000; }
  /* line 16, ../sass/sections/_article.scss */
  article header.entry-header span.cat-links {
    display: inline-block;
    margin-bottom: 5px; }
    /* line 19, ../sass/sections/_article.scss */
    article header.entry-header span.cat-links a {
      color: #666666;
      font-size: 13px;
      text-decoration: none;
      text-transform: uppercase; }
      /* line 25, ../sass/sections/_article.scss */
      article header.entry-header span.cat-links a:hover {
        color: #2c98e4;
        text-decoration: underline; }
  /* line 32, ../sass/sections/_article.scss */
  article header.entry-header div.entry-meta {
    color: #b3b3b3;
    float: right;
    font-size: 14px;
    margin: 20px 0  10px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 190px; }
    /* line 43, ../sass/sections/_article.scss */
    article header.entry-header div.entry-meta a {
      color: #2c98e4;
      text-decoration: none; }
    /* line 47, ../sass/sections/_article.scss */
    article header.entry-header div.entry-meta img {
      float: left;
      height: 40px;
      margin-right: 10px;
      width: 40px; }
    /* line 54, ../sass/sections/_article.scss */
    article header.entry-header div.entry-meta time {
      display: block;
      text-align: right; }
      /* line 57, ../sass/sections/_article.scss */
      article header.entry-header div.entry-meta time span {
        float: left; }
  /* line 63, ../sass/sections/_article.scss */
  article header.entry-header h1.entry-title {
    color: #050505;
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: 30px; }
    /* line 70, ../sass/sections/_article.scss */
    article header.entry-header h1.entry-title a {
      color: #050505;
      font-weight: normal;
      text-decoration: none; }
  /* line 83, ../sass/sections/_article.scss */
  article div.entry-image {
    background-size: cover;
    background-position: center center;
    height: 400px;
    margin-top: 10px;
    position: relative;
    width: 100%; }
    /* line 90, ../sass/sections/_article.scss */
    article div.entry-image div.photo-info {
      background-color: rgba(0, 0, 0, 0.5);
      background-image: url("../img/icons/photo.png");
      background-position: 10px center;
      background-repeat: no-repeat;
      bottom: 0;
      color: white;
      height: 40px;
      left: 0;
      padding: 10px 5px 5px 50px;
      position: absolute;
      width: 100%; }
      /* line 102, ../sass/sections/_article.scss */
      article div.entry-image div.photo-info span {
        display: block;
        font-size: 13px;
        line-height: 13px; }
        /* line 107, ../sass/sections/_article.scss */
        article div.entry-image div.photo-info span.photographer {
          color: #a29f99;
          font-size: 11px;
          font-style: italic;
          font-weight: bold; }
          /* line 112, ../sass/sections/_article.scss */
          article div.entry-image div.photo-info span.photographer:before {
            content: "Photo By";
            padding-right: 5px; }
  /* line 122, ../sass/sections/_article.scss */
  article div.entry-content p:first-of-type:first-line, article div.entry-summary p:first-of-type:first-line {
    /*font-size: 20px;*/
    font-style: italic; }
  /* line 126, ../sass/sections/_article.scss */
  article div.entry-content p img, article div.entry-summary p img {
    width: 100%; }
    /* line 128, ../sass/sections/_article.scss */
    article div.entry-content p img.wp-smiley, article div.entry-content p img.alignleft, article div.entry-content p img.alignright, article div.entry-summary p img.wp-smiley, article div.entry-summary p img.alignleft, article div.entry-summary p img.alignright {
      width: auto; }
    /* line 131, ../sass/sections/_article.scss */
    article div.entry-content p img.alignleft, article div.entry-summary p img.alignleft {
      margin: 10px 10px 10px 0; }
    /* line 134, ../sass/sections/_article.scss */
    article div.entry-content p img.alignright, article div.entry-summary p img.alignright {
      margin: 10px 0 10px 10px; }
  /* line 138, ../sass/sections/_article.scss */
  article div.entry-content a.read-more, article div.entry-summary a.read-more {
    color: #990000;
    display: block;
    margin-top: 20px;
    text-transform: uppercase; }
    /* line 144, ../sass/sections/_article.scss */
    article div.entry-content a.read-more:after, article div.entry-summary a.read-more:after {
      content: " »"; }
  /* line 151, ../sass/sections/_article.scss */
  article footer.entry-meta span {
    color: #666666;
    text-transform: uppercase; }
    /* line 155, ../sass/sections/_article.scss */
    article footer.entry-meta span a {
      color: #2c98e4;
      text-decoration: none; }

/* line 171, ../sass/sections/_article.scss */
body.single article {
  margin-bottom: 0; }
/* line 174, ../sass/sections/_article.scss */
body.single footer.entry-meta {
  border-bottom: 1px solid #d0cfcc;
  border-top: 1px solid #d0cfcc;
  color: black;
  font-size: 13px;
  font-style: italic;
  padding: 10px 0 10px 10px; }
  /* line 182, ../sass/sections/_article.scss */
  body.single footer.entry-meta a {
    color: black; }
  /* line 185, ../sass/sections/_article.scss */
  body.single footer.entry-meta div.permalink {
    background-image: url("../img/icons/permalink.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 42px 45px;
    border-left: 1px solid #d0cfcc;
    padding-right: 20px;
    float: right;
    margin-left: 10px;
    height: 55px;
    width: 65px; }
  /* line 198, ../sass/sections/_article.scss */
  body.single footer.entry-meta .edit-link {
    float: right; }

/* line 6, ../sass/sections/_comment-list.scss */
.commentlist {
  list-style: decimal;
  padding: 10px; }
  /* line 9, ../sass/sections/_comment-list.scss */
  .commentlist li {
    list-style: none;
    padding: 5px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 100px; }

/* line 18, ../sass/sections/_comment-list.scss */
.commentlist .alt {
  background: #f5f5f4; }

/* line 22, ../sass/sections/_comment-list.scss */
.commentlist .avatar {
  position: absolute;
  top: 10px;
  left: 10px; }

/* line 29, ../sass/sections/_comment-list.scss */
.comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: bold; }

/* line 34, ../sass/sections/_comment-list.scss */
.comment-author .says {
  font-style: italic; }

/* line 37, ../sass/sections/_comment-list.scss */
.comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0; }

/* line 42, ../sass/sections/_comment-list.scss */
.comment-meta a:link,
.comment-meta a:visited {
  color: #888;
  text-decoration: none; }

/* line 47, ../sass/sections/_comment-list.scss */
.comment-meta a:active,
.comment-meta a:hover {
  color: #ff4b33; }

/* line 6, ../sass/sections/_comment-form.scss */
div#respond h3 {
  color: #817f7a;
  font-size: 20px;
  margin: 5px 0;
  text-transform: uppercase; }
/* line 13, ../sass/sections/_comment-form.scss */
div#respond .comment-notes {
  font-size: 11px;
  font-style: italic;
  margin: 0; }
/* line 18, ../sass/sections/_comment-form.scss */
div#respond label {
  display: block;
  text-transform: uppercase; }
/* line 23, ../sass/sections/_comment-form.scss */
div#respond .form-allowed-tags {
  font-size: 11px; }
/* line 26, ../sass/sections/_comment-form.scss */
div#respond input[type="submit"] {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear, to bottom, #5bc0de, #2f96b4;
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  text-transform: uppercase; }
/* line 59, ../sass/sections/_comment-form.scss */
div#respond p.subscribe-to-comments, div#respond p.comment-subscription-form {
  float: left;
  margin-bottom: 20px;
  width: 48%; }
  /* line 63, ../sass/sections/_comment-form.scss */
  div#respond p.subscribe-to-comments input, div#respond p.comment-subscription-form input {
    float: left;
    margin-right: 10px; }
  /* line 67, ../sass/sections/_comment-form.scss */
  div#respond p.subscribe-to-comments label, div#respond p.comment-subscription-form label {
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: italic;
    text-transform: none; }

/* line 5, ../sass/sections/_sidebar.scss */
section#secondary {
  /* Figure out what padding configuration was used */
  /* Figure out what padding values are */
  /* Figure out what the unit configuration was used and how much needs to be subtraced from the width*/
  width: 31.33333%;
  margin-right: 1%;
  margin-left: 1%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background: white;
  float: right;
  text-align: center; }
  /* line 10, ../sass/sections/_sidebar.scss */
  section#secondary a#ad-unit-2 {
    display: block;
    margin: 10px 0; }
  /* line 14, ../sass/sections/_sidebar.scss */
  section#secondary aside.widget {
    text-align: left; }
  /* line 17, ../sass/sections/_sidebar.scss */
  section#secondary aside#flickrrss {
    background: #f0ede7;
    padding: 10px 15px 10px 25px; }
    /* line 20, ../sass/sections/_sidebar.scss */
    section#secondary aside#flickrrss h3 {
      color: #666666;
      font-size: 15px;
      margin: 0 0 10px 0;
      padding: 0;
      text-transform: uppercase; }
      /* line 27, ../sass/sections/_sidebar.scss */
      section#secondary aside#flickrrss h3:after {
        content: " »";
        text-decoration: none; }
    /* line 32, ../sass/sections/_sidebar.scss */
    section#secondary aside#flickrrss a img {
      border: 1px solid black;
      margin: 0 10px 10px 0; }
  /* line 38, ../sass/sections/_sidebar.scss */
  section#secondary div#author-info {
    background: #f0ede7;
    margin-bottom: 20px;
    padding: 20px;
    text-align: left; }
    /* line 43, ../sass/sections/_sidebar.scss */
    section#secondary div#author-info div#author-avatar {
      border: 1px solid black;
      float: left;
      margin: 0 10px 10px 0; }
    /* line 48, ../sass/sections/_sidebar.scss */
    section#secondary div#author-info div#author-description {
      font-size: 13px;
      font-weight: normal; }
      /* line 52, ../sass/sections/_sidebar.scss */
      section#secondary div#author-info div#author-description h2 {
        color: #2c98e4;
        font-size: 18px;
        margin: 0;
        padding: 0;
        text-transform: uppercase; }
        /* line 58, ../sass/sections/_sidebar.scss */
        section#secondary div#author-info div#author-description h2:before {
          color: #a29f99;
          content: "By";
          margin-right: 5px; }
    /* line 65, ../sass/sections/_sidebar.scss */
    section#secondary div#author-info div#author-link {
      font-size: 14px;
      margin: 0 0 20px 80px; }
      /* line 69, ../sass/sections/_sidebar.scss */
      section#secondary div#author-info div#author-link a {
        color: #666666;
        display: block;
        padding-left: 20px;
        text-decoration: none;
        text-transform: uppercase; }
        /* line 75, ../sass/sections/_sidebar.scss */
        section#secondary div#author-info div#author-link a#rss-feed {
          background-image: url("../img/icons/pictos-rss.svg");
          background-position: 0 center;
          background-size: 14px 14px; }

/* line 5, ../sass/sections/_footer.scss */
footer#colophon {
  background: #202020;
  border-top: 20px solid #b2b2b2;
  color: #fff;
  padding: 10px 20px; }
  /* line 13, ../sass/sections/_footer.scss */
  footer#colophon nav#footer-access {
    color: white;
    display: none;
    margin-bottom: 10px;
    width: 100%; }
    /* line 18, ../sass/sections/_footer.scss */
    footer#colophon nav#footer-access h3 {
      background: #B2B2B2;
      color: #817f7a;
      display: block;
      font-size: 13px;
      margin: 0;
      padding: 10px;
      text-transform: uppercase; }
    /* line 28, ../sass/sections/_footer.scss */
    footer#colophon nav#footer-access div.skip-link {
      height: 0;
      margin: 0;
      padding: 0;
      visibility: hidden; }
    /* line 36, ../sass/sections/_footer.scss */
    footer#colophon nav#footer-access div.menu ul li, footer#colophon nav#footer-access div.menu-top-menu-container ul li, footer#colophon nav#footer-access div.menu-main-site-menu-container ul li {
      background-color: #535353;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #535353), color-stop(100%, #363636));
      background-image: -webkit-linear-gradient(top, #535353, #363636);
      background-image: -moz-linear-gradient(top, #535353, #363636);
      background-image: -ms-linear-gradient(top, #535353, #363636);
      background-image: -o-linear-gradient(top, #535353, #363636);
      background-image: linear-gradient(top, #535353, #363636);
      border-top: 1px solid #a29f99;
      padding: 15px 10px;
      text-align: left; }
      /* line 42, ../sass/sections/_footer.scss */
      footer#colophon nav#footer-access div.menu ul li a, footer#colophon nav#footer-access div.menu-top-menu-container ul li a, footer#colophon nav#footer-access div.menu-main-site-menu-container ul li a {
        color: #fff;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%; }
  /* line 54, ../sass/sections/_footer.scss */
  footer#colophon a {
    color: #fff; }
  /* line 57, ../sass/sections/_footer.scss */
  footer#colophon h1 {
    font-size: 18px;
    margin: 0;
    padding: 0; }
    /* line 62, ../sass/sections/_footer.scss */
    footer#colophon h1:after {
      content: " »"; }
  /* line 66, ../sass/sections/_footer.scss */
  footer#colophon p {
    font-size: 13px; }
    /* line 68, ../sass/sections/_footer.scss */
    footer#colophon p a.read-more {
      text-transform: lowercase; }
      /* line 70, ../sass/sections/_footer.scss */
      footer#colophon p a.read-more:after {
        content: " »";
        text-decoration: none; }
  /* line 76, ../sass/sections/_footer.scss */
  footer#colophon ul#social-media {
    margin: 0;
    padding: 0; }
    /* line 79, ../sass/sections/_footer.scss */
    footer#colophon ul#social-media li {
      background-position: 5px center;
      background-size: 20px 20px;
      cursor: pointer;
      list-style: none;
      margin-bottom: 8px;
      padding-left: 30px; }
      /* line 86, ../sass/sections/_footer.scss */
      footer#colophon ul#social-media li.twitter {
        background-image: url("../img/icons/twitter.svg"); }
      /* line 89, ../sass/sections/_footer.scss */
      footer#colophon ul#social-media li.facebook {
        background-image: url("../img/icons/facebook.png"); }
      /* line 92, ../sass/sections/_footer.scss */
      footer#colophon ul#social-media li.email {
        background-image: url("../img/icons/pictos-email.svg"); }

/* line 1, ../sass/sections/_homepage.scss */
section#homepage-ad-bar {
  clear: both;
  margin: 30px 0; }
  /* line 4, ../sass/sections/_homepage.scss */
  section#homepage-ad-bar div.widget {
    display: inline-block;
    width: 50%; }

/* line 10, ../sass/sections/_homepage.scss */
section#homepage-ad-bar-tablet, section#homepage-ad-bar-phone {
  clear: both;
  display: none;
  margin: 30px 0;
  text-align: center; }
  /* line 15, ../sass/sections/_homepage.scss */
  section#homepage-ad-bar-tablet *, section#homepage-ad-bar-phone * {
    margin: auto; }

/* line 21, ../sass/sections/_homepage.scss */
section#other_content h1 {
  color: #050505;
  font-weight: normal;
  text-decoration: none; }
/* line 29, ../sass/sections/_homepage.scss */
section#other_content nav#recent_stories ul {
  margin-top: 15px; }
  /* line 31, ../sass/sections/_homepage.scss */
  section#other_content nav#recent_stories ul li {
    margin-bottom: 15px; }
    /* line 34, ../sass/sections/_homepage.scss */
    section#other_content nav#recent_stories ul li div.photo-wrapper {
      background: #f0ede7;
      display: inline-block;
      float: left;
      text-align: center;
      height: 80px;
      margin-right: 20px;
      overflow: hidden;
      width: 110px; }
    /* line 44, ../sass/sections/_homepage.scss */
    section#other_content nav#recent_stories ul li .story-title {
      color: #050505;
      font-size: 16px;
      font-weight: normal;
      text-decoration: none;
      margin: 0; }
      /* line 51, ../sass/sections/_homepage.scss */
      section#other_content nav#recent_stories ul li .story-title a:link {
        color: #444;
        text-decoration: none; }
    /* line 56, ../sass/sections/_homepage.scss */
    section#other_content nav#recent_stories ul li time {
      color: #666;
      margin: 0;
      display: block;
      font-size: 11px;
      text-transform: uppercase; }
    /* line 63, ../sass/sections/_homepage.scss */
    section#other_content nav#recent_stories ul li span.post-content {
      margin: 0;
      padding: 0; }
      /* line 66, ../sass/sections/_homepage.scss */
      section#other_content nav#recent_stories ul li span.post-content p {
        font-size: 13px;
        margin: 0 0;
        padding: 0; }
      /* line 71, ../sass/sections/_homepage.scss */
      section#other_content nav#recent_stories ul li span.post-content img {
        display: none; }
/* line 77, ../sass/sections/_homepage.scss */
section#other_content nav#recent_stories a.read-more {
  color: #2c98e4;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase; }

/* line 5, ../sass/sections/_author-block.scss */
div#cab-author, .cab-author-inner {
  background: none !important;
  border: none !important;
  box-shadow: none !important; }

/* line 13, ../sass/sections/_author-block.scss */
body.author span.title {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase; }
  /* line 18, ../sass/sections/_author-block.scss */
  body.author span.title:after {
    content: "»";
    margin-left: 5px; }
/* line 23, ../sass/sections/_author-block.scss */
body.author h1.page-title.author {
  color: #050505;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 30px; }
  /* line 30, ../sass/sections/_author-block.scss */
  body.author h1.page-title.author a {
    color: #050505;
    text-decoration: none; }
/* line 35, ../sass/sections/_author-block.scss */
body.author .cab-author-name, body.author .cab-author-overlay {
  display: none; }
/* line 38, ../sass/sections/_author-block.scss */
body.author .cab-author-image {
  float: right;
  margin: 0 0 20px 20px;
  position: relative;
  width: 170px; }
  /* line 43, ../sass/sections/_author-block.scss */
  body.author .cab-author-image img {
    border: none;
    max-height: 170px !important;
    min-height: 170px !important;
    max-width: 170px !important;
    min-width: 170px !important;
    width: 170px !important; }
/* line 52, ../sass/sections/_author-block.scss */
body.author .cab-author-info {
  padding-left: 0;
  position: relative; }
  /* line 55, ../sass/sections/_author-block.scss */
  body.author .cab-author-info p {
    padding-right: 190px; }
  /* line 58, ../sass/sections/_author-block.scss */
  body.author .cab-author-info p:first-of-type:first-line {
    font-size: 20px;
    font-style: italic; }
  /* line 62, ../sass/sections/_author-block.scss */
  body.author .cab-author-info p:last-of-type {
    padding: 0;
    position: absolute;
    right: 0;
    top: 190px;
    width: 160px; }
    /* line 68, ../sass/sections/_author-block.scss */
    body.author .cab-author-info p:last-of-type img {
      margin: 0 5px 5px 0; }
/* line 73, ../sass/sections/_author-block.scss */
body.author .cab-author-inner {
  padding: 0; }
/* line 76, ../sass/sections/_author-block.scss */
body.author div#author-info {
  margin-bottom: 30px;
  padding: 0; }
  /* line 79, ../sass/sections/_author-block.scss */
  body.author div#author-info div#author-avatar {
    float: left;
    margin: 0 10px 10px 0; }

/* line 86, ../sass/sections/_author-block.scss */
h2.top-five {
  text-transform: uppercase;
  font-size: 16px; }

/* line 92, ../sass/sections/_author-block.scss */
ol#top-five {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0; }
  /* line 96, ../sass/sections/_author-block.scss */
  ol#top-five > li {
    position: relative;
    /* Create a positioning context */
    margin: 0 0 6px 2em;
    /* Give each list item a left margin to make room for the numbers */
    padding: 4px 20px;
    /* Add some spacing around the content */
    list-style: none;
    /* Disable the normal item numbering */ }
    /* line 101, ../sass/sections/_author-block.scss */
    ol#top-five > li:before {
      content: counter(li);
      /* Use the counter as content */
      counter-increment: li;
      /* Increment the counter by 1 */
      /* Position and style the number */
      position: absolute;
      top: -2px;
      left: -2em;
      border-radius: 25px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 2em;
      height: 2em;
      line-height: 2em;
      /* Some space between the number and the content in browsers that support
         generated content but not positioning it (Camino 2 is one example) */
      margin-right: 8px;
      background-color: black;
      font-weight: bold;
      text-align: center;
      color: white; }
  /* line 125, ../sass/sections/_author-block.scss */
  ol#top-five li ol,
  ol#top-five li ul {
    margin-top: 6px; }
  /* line 127, ../sass/sections/_author-block.scss */
  ol#top-five ol ol li:last-child {
    margin-bottom: 0; }
  /* line 132, ../sass/sections/_author-block.scss */
  ol#top-five li article h1 {
    font-size: 18px;
    font-style: italic;
    margin: 0; }
    /* line 136, ../sass/sections/_author-block.scss */
    ol#top-five li article h1 a {
      color: black;
      text-decoration: none; }
  /* line 141, ../sass/sections/_author-block.scss */
  ol#top-five li article .sharedaddy {
    display: none; }
  /* line 145, ../sass/sections/_author-block.scss */
  ol#top-five li article .entry-summary p {
    display: none;
    margin: 0; }
  /* line 149, ../sass/sections/_author-block.scss */
  ol#top-five li article .entry-summary p:first-of-type {
    display: block;
    font-size: 13px; }
  /* line 153, ../sass/sections/_author-block.scss */
  ol#top-five li article .entry-summary p:first-of-type:first-line {
    font-size: 13px;
    font-style: normal; }
  /* line 157, ../sass/sections/_author-block.scss */
  ol#top-five li article .entry-summary img {
    display: none; }
  /* line 161, ../sass/sections/_author-block.scss */
  ol#top-five li article a.continue {
    color: #AC3E3C;
    text-decoration: underline; }

/* line 5, ../sass/sections/_authors.scss */
.entry-content .authors {
  clear: both;
  margin: 20px 0 0 0;
  padding: 0; }
  /* line 9, ../sass/sections/_authors.scss */
  .entry-content .authors li {
    display: inline-block;
    float: left;
    height: 200px;
    list-style: none;
    margin: 0 80px 20px 0;
    padding: 0;
    text-align: center;
    width: 150px; }
    /* line 19, ../sass/sections/_authors.scss */
    .entry-content .authors li:nth-child(3n+3) {
      margin-right: 0; }
    /* line 22, ../sass/sections/_authors.scss */
    .entry-content .authors li a {
      color: black;
      text-decoration: none; }
    /* line 27, ../sass/sections/_authors.scss */
    .entry-content .authors li span {
      display: block;
      margin-top: 10px; }

/* line 5, ../sass/sections/_pagination.scss */
nav.nav-single {
  border-bottom: 1px solid #b4b2ad;
  padding: 10px 0; }
  /* line 12, ../sass/sections/_pagination.scss */
  nav.nav-single span.nav-title {
    color: #a29f99;
    display: block;
    font-size: 14px;
    text-transform: uppercase; }
  /* line 19, ../sass/sections/_pagination.scss */
  nav.nav-single a {
    color: black;
    font-size: 14px;
    text-decoration: none; }
  /* line 24, ../sass/sections/_pagination.scss */
  nav.nav-single .nav-previous {
    background-image: url("../img/icons/previous.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    padding-left: 50px;
    width: 48%; }
  /* line 33, ../sass/sections/_pagination.scss */
  nav.nav-single .nav-next {
    background-image: url("../img/icons/next.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    float: right;
    padding-right: 50px;
    text-align: right;
    width: 48%; }

/* line 70, ../sass/style.scss */
html body {
  margin: auto;
  width: 1024px;
  background: HSL(0, 0%, 16%);
  padding: 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 70, ../sass/style.scss */
    html body {
      width: 764px; } }
  @media only screen and (max-width: 767px) {
    /* line 70, ../sass/style.scss */
    html body {
      width: 320px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    /* line 70, ../sass/style.scss */
    html body {
      width: 480px; } }
  /* line 80, ../sass/style.scss */
  html body.single article header.entry-header div.entry-meta {
    float: none;
    margin: 0 0 10px 0;
    text-align: right;
    width: auto; }
    /* line 86, ../sass/style.scss */
    html body.single article header.entry-header div.entry-meta time span {
      float: none;
      margin-right: 10px; }
  /* line 100, ../sass/style.scss */
  html body.page div#main section#content {
    /* Figure out what padding configuration was used */
    /* Figure out what padding values are */
    /* Figure out what the unit configuration was used and how much needs to be subtraced from the width*/
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; }
  /* line 105, ../sass/style.scss */
  html body.page.page-template-page_authors-php div#main section#content {
    /* Figure out what padding configuration was used */
    /* Figure out what padding values are */
    /* Figure out what the unit configuration was used and how much needs to be subtraced from the width*/
    width: 64.66667%;
    margin-right: 1%;
    margin-left: 1%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; }
  /* line 109, ../sass/style.scss */
  html body div#container {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    margin-top: 20px; }
  /* line 113, ../sass/style.scss */
  html body div#main {
    /* Figure out what padding configuration was used */
    /* Figure out what padding values are */
    /* Figure out what the unit configuration was used and how much needs to be subtraced from the width*/
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    background: #fff;
    display: block;
    padding: 20px 30px; }
    /* line 119, ../sass/style.scss */
    html body div#main section#content {
      /* Figure out what padding configuration was used */
      /* Figure out what padding values are */
      /* Figure out what the unit configuration was used and how much needs to be subtraced from the width*/
      width: 64.66667%;
      margin-right: 1%;
      margin-left: 1%;
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 0;
      float: left; }

/* line 127, ../sass/style.scss */
nav#nav-single {
  margin-bottom: 30px; }
  /* line 130, ../sass/style.scss */
  nav#nav-single h3 {
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
  /* line 136, ../sass/style.scss */
  nav#nav-single span.nav-previous {
    float: left; }
  /* line 139, ../sass/style.scss */
  nav#nav-single span.nav-next {
    float: right; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 8, ../sass/components/_responsive.scss */
  section#homepage-ad-bar, section#homepage-ad-bar-phone {
    display: none; }

  /* line 11, ../sass/components/_responsive.scss */
  section#homepage-ad-bar-tablet {
    display: block; }

  /* line 14, ../sass/components/_responsive.scss */
  section#secondary {
    display: none; }

  /* line 17, ../sass/components/_responsive.scss */
  html body {
    padding: 0;
    width: 100%; }
    /* line 20, ../sass/components/_responsive.scss */
    html body div#container {
      margin: 0;
      width: 100%; }
    /* line 24, ../sass/components/_responsive.scss */
    html body div#main {
      width: 100% !important; }
      /* line 26, ../sass/components/_responsive.scss */
      html body div#main section#content {
        margin: 0;
        width: 100% !important; } }
@media only screen and (max-width: 767px) {
  /* line 38, ../sass/components/_responsive.scss */
  section#homepage-ad-bar, section#homepage-ad-bar-tablet {
    display: none; }

  /* line 41, ../sass/components/_responsive.scss */
  section#homepage-ad-bar-phone {
    display: block; }

  /* line 44, ../sass/components/_responsive.scss */
  section#secondary {
    display: none; }

  /* line 47, ../sass/components/_responsive.scss */
  html body {
    padding: 0;
    width: 100%; }
    /* line 50, ../sass/components/_responsive.scss */
    html body div#container {
      margin: 0;
      width: 100% !important; }
    /* line 54, ../sass/components/_responsive.scss */
    html body div#main {
      width: 100%; }
      /* line 56, ../sass/components/_responsive.scss */
      html body div#main section#content {
        margin: 0;
        width: 100% !important; }
        /* line 59, ../sass/components/_responsive.scss */
        html body div#main section#content article header.entry-header div.entry-meta {
          float: none;
          margin: 0 0 10px 0; }

  /* line 68, ../sass/components/_responsive.scss */
  html body header#page-header nav#access div.menu, html body header#page-header nav#access div.menu-top-menu-container, html body header#page-header nav#access div.menu-main-site-menu-container {
    display: none; }
  /* line 71, ../sass/components/_responsive.scss */
  html body header#page-header nav#access div.menu-phone-menu-container {
    display: block; }
  /* line 75, ../sass/components/_responsive.scss */
  html body div#main section#content {
    width: 100% !important; }
  /* line 78, ../sass/components/_responsive.scss */
  html body footer#colophon {
    border-top: none;
    padding: 0 0 10px 0; }
    /* line 81, ../sass/components/_responsive.scss */
    html body footer#colophon nav#footer-access {
      display: block; }
    /* line 84, ../sass/components/_responsive.scss */
    html body footer#colophon div#site-generator {
      margin: auto 10px; }

  /* line 91, ../sass/components/_responsive.scss */
  .entry-content .authors li {
    margin: 0 10px 20px 0;
    height: 150px;
    width: 100px; }
    /* line 95, ../sass/components/_responsive.scss */
    .entry-content .authors li img {
      height: 100px;
      width: 100px; } }
@media print {
  /* line 7, ../sass/globals/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  /* Black prints faster: h5bp.com/s */
  /* line 8, ../sass/globals/_print.scss */
  a, a:visited {
    text-decoration: underline; }

  /* line 9, ../sass/globals/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 10, ../sass/globals/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 11, ../sass/globals/_print.scss */
  .ir a:after, header#page-header hgroup h1 a:after, body.single footer.entry-meta div.permalink a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  /* line 12, ../sass/globals/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 13, ../sass/globals/_print.scss */
  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  /* line 14, ../sass/globals/_print.scss */
  tr, img {
    page-break-inside: avoid; }

  /* line 15, ../sass/globals/_print.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  /* line 17, ../sass/globals/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  /* line 18, ../sass/globals/_print.scss */
  h2, h3 {
    page-break-after: avoid; } }
/* line 5, ../sass/components/_cform.scss */
.cform {
  width: auto !important; }
  /* line 7, ../sass/components/_cform.scss */
  .cform label {
    width: 300px !important; }
    /* line 9, ../sass/components/_cform.scss */
    .cform label span {
      width: auto !important; }

/* line 15, ../sass/components/_cform.scss */
ol.cf-ol li {
  padding: 0 5px !important; }

/* line 19, ../sass/components/_cform.scss */
label.cf-after {
  width: auto !important; }
  /* line 21, ../sass/components/_cform.scss */
  label.cf-after span {
    width: auto !important; }

div.dfad {
	padding-bottom: 10px;
}
