/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/****************************************
-----------------------------------------
			GLOBAL STYLES
-----------------------------------------
 ****************************************/
/*--------------
	PRIMARY
	CONTAINERS
---------------*/
/* line 18, ../sass/screen.scss */
#inner-wrapper {
  padding: 0;
}

/* line 22, ../sass/screen.scss */
#content {
  padding-top: 0;
}
/* line 25, ../sass/screen.scss */
#content:after {
  display: block;
  content: "";
  clear: both;
}

/* line 33, ../sass/screen.scss */
#main,
#sidebar,
#footer,
#footer-widgets {
  padding: 0 1rem;
  border-top: none;
}

/* line 41, ../sass/screen.scss */
#main {
  margin-bottom: 20px;
}

/*--------------
	TYPOGRAPHY
---------------*/
@font-face {
  font-family: 'serifa';
  src: url("../../fonts/serifa.woff") format("woff"), url("../../fonts/serifa.eot") format("embedded-opentype"), url("../../fonts/serifa.ttf") format("truetype");
}
/* line 56, ../sass/screen.scss */
h1, h2, h3, h4 {
  font-family: 'serifa', serif;
}

/* line 62, ../sass/screen.scss */
article h1, article h2, article h3, article h4,
.entry h1,
.entry h2,
.entry h3,
.entry h4 {
  font-family: 'serifa', serif;
  line-height: 22px;
}

/* line 69, ../sass/screen.scss */
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  font-size: 22px;
  margin: 30px 0 10px;
}

/* line 75, ../sass/screen.scss */
p, span, div, ul, ol {
  font-family: Verdana, sans-serif;
}

/* line 79, ../sass/screen.scss */
#main a, #main a:visited, #main a:link {
  text-decoration: underline;
}

/* line 83, ../sass/screen.scss */
#main a:hover, #main a:focus {
  text-decoration: none;
  color: #428bca;
}

/* line 88, ../sass/screen.scss */
strong {
  font-weight: bold !important;
}

/* line 92, ../sass/screen.scss */
em {
  font-style: italic !important;
}

/* line 97, ../sass/screen.scss */
.entry p, .entry span, .entry div, .entry ul, .entry ol {
  font-family: Verdana, sans-serif;
}

/* line 102, ../sass/screen.scss */
.archive h1.title {
  font-size: 1.75rem;
  margin-bottom: 0;
}

/* line 107, ../sass/screen.scss */
#wrapper .date {
  text-transform: uppercase;
}

/* line 111, ../sass/screen.scss */
.single .date {
  color: #666665;
}

/* line 115, ../sass/screen.scss */
.section-title {
  text-transform: uppercase;
  font-family: Verdana, sans-serif;
  font-size: 1.2em;
  overflow: hidden;
  line-height: 1;
  letter-spacing: 1px;
  padding: 5px 0;
}

/* line 125, ../sass/screen.scss */
.section-title:after {
  color: #6c7056;
  /*don't mind the length, the overflow rule above and the white-space
  rule below will tame this down*/
  content: '.......................................................................................................................';
  display: block;
  white-space: nowrap;
  letter-spacing: 3px;
  margin: 0 0 7px;
  font-size: 0.75em;
  max-width: 100%;
}

/* line 138, ../sass/screen.scss */
.color-title {
  display: inline-block;
  padding: 3px 10px;
  position: relative;
  top: -3px;
  font-size: 0.6rem;
  color: #fff;
  background: #042036;
  /*creating a default setting*/
  text-transform: uppercase;
  margin: 5px 0 2px;
  letter-spacing: 1px;
}
/* line 149, ../sass/screen.scss */
.color-title a {
  color: #fff;
  display: block;
}
/* line 154, ../sass/screen.scss */
.color-title a:hover {
  text-decoration: none;
}

/* line 159, ../sass/screen.scss */
.color-title,
.color-title a {
  font-family: Verdana, sans-serif;
}

/* line 164, ../sass/screen.scss */
.archive_header {
  font-family: 'serifa', serif;
  font-size: 1.3rem;
}

/* line 169, ../sass/screen.scss */
.page-title,
.post .title,
.page .title {
  font-family: 'serifa', serif;
  margin: 0 0 .8em;
}

/* line 176, ../sass/screen.scss */
.article-title,
.post .title,
h2.entry-title,
.archive_header {
  margin: 10px 0 7px;
  color: #333;
  font-weight: 600;
  line-height: 27px;
  font-size: 22px;
}
/* line 185, ../sass/screen.scss */
.article-title a:link,
.article-title a:visited,
.post .title a:link,
.post .title a:visited,
h2.entry-title a:link,
h2.entry-title a:visited,
.archive_header a:link,
.archive_header a:visited {
  color: #333;
  text-decoration: none !important;
}
/* line 191, ../sass/screen.scss */
.article-title a:hover,
.article-title a:focus,
.post .title a:hover,
.post .title a:focus,
h2.entry-title a:hover,
h2.entry-title a:focus,
.archive_header a:hover,
.archive_header a:focus {
  color: #333 !important;
}

/* line 199, ../sass/screen.scss */
.landing-header .title {
  font-size: 26px;
  margin-bottom: 11px;
}

/* line 205, ../sass/screen.scss */
.single .entry-title,
.single .article-title,
.single .title {
  font-size: 1.5rem;
  margin: 1rem 0 .5rem;
  line-height: 1.4rem;
}

/* line 214, ../sass/screen.scss */
.single .entry p {
  color: #666665;
  line-height: 1.4;
  margin: 10px 0 12px;
  font-size: 14px;
}

/* line 222, ../sass/screen.scss */
.home .reporter-listing h2.article-title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 9px 0 5px;
}

/* line 229, ../sass/screen.scss */
#main .byline {
  color: #a0a0a0;
  font-size: 12px;
  text-decoration: none;
}
/* line 234, ../sass/screen.scss */
#main .byline a, #main .byline a:visited, #main .byline a:link,
#main .byline .date {
  color: #a0a0a0;
  text-decoration: none;
  font-weight: 400;
}

/* line 242, ../sass/screen.scss */
body:not(.home):not(.page-template-template-fromarchives-php):not(.page-template-template-pitch-php) #main .byline {
  margin: -6px 0 10px;
  color: #a0a0a0;
}

/* line 247, ../sass/screen.scss */
a.button {
  background: #333;
  border-radius: 0;
  text-transform: lowercase !important;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

/* line 257, ../sass/screen.scss */
#footer p, #footer span, #footer div {
  font-family: Verdana, sans-serif;
}

/*UI Elements
------------------*/
/* line 264, ../sass/screen.scss */
.flare {
  display: none !important;
}

/* line 270, ../sass/screen.scss */
.single .flare {
  display: inline-block !important;
  text-align: center !important;
}
/* line 275, ../sass/screen.scss */
.single h4.toggle-trigger {
  font-size: 16px;
  font-family: verdana, sans-serif;
  font-weight: 500;
  margin: 20px 0 0;
}
/* line 282, ../sass/screen.scss */
.single .shortcode-toggle.border {
  border: 0 none;
}
/* line 286, ../sass/screen.scss */
.single .shortcode-toggle .toggle-content {
  font-size: 14px;
  line-height: 1.4;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

/*widgety texty stuff
---------------------*/
/* line 299, ../sass/screen.scss */
a.button:hover {
  background: #777;
}

/* line 303, ../sass/screen.scss */
.sharethis-bar {
  position: relative;
}

/* line 307, ../sass/screen.scss */
.share-title {
  position: relative;
  top: -10px;
  color: #333;
}

/* line 313, ../sass/screen.scss */
.stButton .stLarge {
  width: 33px;
  height: 33px;
  border-radius: 33px;
}

/* line 319, ../sass/screen.scss */
.fa {
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: #777;
  margin-right: 7px;
  margin-top: 5px;
}

/* line 329, ../sass/screen.scss */
.fa:before {
  font-size: 1.25rem;
  text-align: center;
  position: relative;
  top: 18%;
}

/* line 336, ../sass/screen.scss */
.fa-facebook {
  background: #325994;
}

/* line 340, ../sass/screen.scss */
.fa-facebook:before {
  left: 30%;
}

/* line 344, ../sass/screen.scss */
.fa-twitter {
  background: #0cc5ff;
}

/* line 348, ../sass/screen.scss */
.fa-twitter:before {
  left: 20%;
}

/* line 352, ../sass/screen.scss */
.fa-google-plus {
  background: #DD4B39;
}

/* line 356, ../sass/screen.scss */
.fa-google-plus:before {
  left: 25%;
}

/* line 360, ../sass/screen.scss */
.fa-linkedin {
  background: #1478b3;
}

/* line 364, ../sass/screen.scss */
.fa-linkedin:before {
  left: 25%;
}

/* line 368, ../sass/screen.scss */
.fa-flickr {
  background: #E20761;
}

/* line 372, ../sass/screen.scss */
.fa-flickr:before {
  left: 7px;
}

/* line 376, ../sass/screen.scss */
.fa-rss {
  background: #f99a1e;
}

/* line 380, ../sass/screen.scss */
.fa-rss:before {
  left: 8px;
}

/*background colors for post type headings*/
/* line 386, ../sass/screen.scss */
#main .color-title a {
  color: #fff !important;
  text-decoration: none;
}

/* line 391, ../sass/screen.scss */
#main .color-title a:hover {
  text-decoration: none;
  color: #fff;
}

/* line 396, ../sass/screen.scss */
.color-title.guest {
  background: #d4d4d4;
  /*gray*/
}

/* line 400, ../sass/screen.scss */
.color-title.drakes,
.color-title.drake,
.color-title.wide-open-wyoming {
  background: #c2792c;
  /*orange*/
}

/* line 406, ../sass/screen.scss */
.color-title.energy,
.color-title.energy-report,
.color-title.power-people {
  background: #d7ac07;
  /*yellow*/
}

/* line 412, ../sass/screen.scss */
.color-title.capitol,
.color-title.pristine-polluted,
.color-title.policy {
  background: #132533;
  /*blue*/
}

/* line 418, ../sass/screen.scss */
.color-title.pete-simpson,
.color-title.environment,
.color-title.windriver {
  background: #6c7056;
  /*burnt yellow*/
}

/* line 424, ../sass/screen.scss */
.color-title.people,
.color-title.peaks,
.color-title.two-elk {
  background: #006178;
  /*teal*/
}

/* line 430, ../sass/screen.scss */
.color-title.places,
.color-title.deadly-workplaces {
  background: #999;
}

/* line 435, ../sass/screen.scss */
.color-title.this-week,
.color-title.equality-state {
  background: #CE1125;
  /*red*/
}

/* line 440, ../sass/screen.scss */
.color-title.natural-resources,
.color-title.hispanic-wyoming {
  background: #063C22;
  /*green*/
}

/* line 445, ../sass/screen.scss */
.color-title.photo-friday {
  background: #000;
}

/*--------------
	ELEMENTS
---------------*/
/* Header
---------------*/
/* line 455, ../sass/screen.scss */
#header {
  background: #000;
  padding-top: 10px;
  padding-bottom: 00px;
  position: relative;
}

/* line 462, ../sass/screen.scss */
.search-container {
  width: 100%;
  max-width: 1140px;
  position: relative;
  margin: 0 auto !important;
}

/* line 469, ../sass/screen.scss */
#header-search {
  display: none;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 300px;
  z-index: 10;
}
/* line 477, ../sass/screen.scss */
#header-search .submit {
  width: 10%;
}

/* line 482, ../sass/screen.scss */
.nav-toggle, .nav-close, .nav-home {
  display: block !important;
  margin: 0 !important;
}
/* line 486, ../sass/screen.scss */
.nav-toggle a, .nav-close a, .nav-home a {
  display: none;
}

/* line 492, ../sass/screen.scss */
#navigation {
  background: #000;
}
/* line 495, ../sass/screen.scss */
#navigation .nav-home,
#navigation .nav-close {
  background: #000;
}
/* line 500, ../sass/screen.scss */
#navigation .side-nav {
  display: none;
}

/* line 506, ../sass/screen.scss */
.nav-toggle.icon {
  max-width: 105%;
}

/* line 510, ../sass/screen.scss */
#main-nav li {
  border: none;
}

/* line 515, ../sass/screen.scss */
ul.nav li a {
  color: #fff !important;
}
/* line 519, ../sass/screen.scss */
ul.nav li ul li a {
  color: #fff !important;
}

/*news ticker*/
/* line 525, ../sass/screen.scss */
#ticker-container {
  background: #d4d4d4;
  padding-bottom: 1px;
}
/* line 529, ../sass/screen.scss */
#ticker-container .ticker-header {
  position: relative;
  top: 0;
  color: #fff;
  background: #ce1125;
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 24px;
}
/* line 539, ../sass/screen.scss */
#ticker-container .ticker-header span {
  padding: 15px;
}
/* line 544, ../sass/screen.scss */
#ticker-container #main-ticker {
  margin: 14px 0;
}
/* line 548, ../sass/screen.scss */
#ticker-container .mtphr-dnt-tick:after {
  content: '\25b6\25b6\25b6';
  font-size: 0.75rem;
  color: #ce1125;
  position: absolute;
  bottom: 6px;
  right: -40px;
  letter-spacing: 1px;
}
/* line 558, ../sass/screen.scss */
#ticker-container a {
  color: #333;
}

/* line 564, ../sass/screen.scss */
#ticker-container.shadow {
  /*bottom shadow on the main menu for when the ticker isn't available*/
  height: 10px;
  box-shadow: 0px 3px 5px #bababa;
  position: relative;
  top: -25px;
  padding-bottom: 0;
  background: black;
}

/*Widgets
---------*/
/* line 576, ../sass/screen.scss */
.widget {
  /*twitter*/
}
/* line 577, ../sass/screen.scss */
.widget h3 {
  color: #333;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 18px;
  font-size: 1rem;
  letter-spacing: 2px;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}
/* line 590, ../sass/screen.scss */
.widget h3:after {
  color: #6c7056;
  /*don't mind the length, the overflow rule above and the white-space
  rule below will tame this down*/
  content: '...................................................................................................................';
  display: block;
  white-space: nowrap;
  letter-spacing: 3px;
  margin-top: 0px;
  font-size: 0.75rem;
  max-width: 100%;
}
/* line 603, ../sass/screen.scss */
.widget div div {
  margin: 0.5rem 0;
  padding-bottom: 0.5rem;
}
/* line 606, ../sass/screen.scss */
.widget div div p {
  margin-bottom: 0;
}
/* line 609, ../sass/screen.scss */
.widget div div p a {
  color: #333;
}
/* line 615, ../sass/screen.scss */
.widget .button {
  margin-top: 7px;
}
/* line 619, ../sass/screen.scss */
.widget .read-all a {
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 625, ../sass/screen.scss */
.widget .archive-link {
  text-decoration: none;
  display: block;
  margin: 5px 0;
  color: #666665;
}
/* line 632, ../sass/screen.scss */
.widget div div:not(:last-of-type),
.widget ul li:not(:last-of-type) {
  border-bottom: 1px solid #edefee;
}
/* line 638, ../sass/screen.scss */
.widget ul.tweets {
  list-style: none;
}
/* line 641, ../sass/screen.scss */
.widget ul.tweets a {
  color: #333;
  font-weight: 600;
}
/* line 646, ../sass/screen.scss */
.widget ul.tweets li {
  padding: 10px 0;
}

/* line 652, ../sass/screen.scss */
.widget:last-of-type {
  margin-bottom: 0;
}

/* line 657, ../sass/screen.scss */
.page-id-34262 #text-5 {
  display: none;
}
/* line 661, ../sass/screen.scss */
.page-id-34262 #custom-comments-2 {
  display: none;
}

/*recent comments*/
/* line 667, ../sass/screen.scss */
.comment-excerpt:after {
  content: '\25b6\25b6\25b6';
  font-size: 0.75rem;
  color: #ce1125;
  position: relative;
  bottom: 0px;
  right: -5px;
  letter-spacing: 1px;
}

/* line 677, ../sass/screen.scss */
.customcomments:not(:last-of-type):after {
  color: #6c7056;
  /*don't mind the length, the overflow rule above and the white-space
  rule below will tame this down*/
  content: '...................................................................................................................';
  display: block;
  white-space: nowrap;
  letter-spacing: 3px;
  margin-top: 0px;
  font-size: 0.75rem;
  max-width: 100%;
}

/* line 690, ../sass/screen.scss */
.customcomments a {
  color: #555;
}

/* line 694, ../sass/screen.scss */
.customcomments a:hover {
  color: #333;
  text-decoration: underline;
}

/*top stories*/
/* line 700, ../sass/screen.scss */
#sidebar .story-title a {
  font-size: 0.85rem;
}

/* line 703, ../sass/screen.scss */
#sidebar .story-title:after {
  content: '\25b6\25b6\25b6';
  font-size: 0.75rem;
  color: #ce1125;
  position: relative;
  bottom: 0px;
  right: -5px;
  letter-spacing: 1px;
}

/*sidebar adverts*/
/* line 715, ../sass/screen.scss */
.sidebar-advert img {
  box-shadow: 0px 0px 10px #6c7056;
  margin-left: 5px;
}

/*newsletter-flyout*/
/* line 721, ../sass/screen.scss */
#newsletter-flyout {
  display: none;
  /*a jquery script will bring this up on the appropriate pages*/
}

/*sharethis bar*/
/* line 726, ../sass/screen.scss */
.sharethis-bar > span,
.sharethis-bottom > span {
  display: inline-block;
  position: relative;
}

/* line 732, ../sass/screen.scss */
.sharethis-bar > span:not(.share-title):before,
.sharethis-bottom > span:not(.share-title):before {
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  top: 0px;
  font-size: 20px;
  z-index: 5;
  border-radius: 32px;
  pointer-events: none;
  cursor: pointer;
}

/* line 745, ../sass/screen.scss */
.stButton {
  opacity: 0;
  margin-left: -5px !important;
  margin-right: 0 !important;
}

/* line 753, ../sass/screen.scss */
.sharethis-bar .share-title,
.sharethis-bottom .share-title {
  font-size: 0.85rem;
  top: -14px;
}
/* line 758, ../sass/screen.scss */
.sharethis-bar .st_facebook_large:before,
.sharethis-bottom .st_facebook_large:before {
  content: '\f09a';
  background: #325994;
  color: #fff;
}
/* line 764, ../sass/screen.scss */
.sharethis-bar .st_googleplus_large:before,
.sharethis-bottom .st_googleplus_large:before {
  content: '\f0d5';
  background: #DD4B39;
  color: #fff;
}
/* line 770, ../sass/screen.scss */
.sharethis-bar .st_twitter_large:before,
.sharethis-bottom .st_twitter_large:before {
  content: '\f099';
  background: #0cc5ff;
  color: #fff;
}
/* line 776, ../sass/screen.scss */
.sharethis-bar .st_pinterest_large:before,
.sharethis-bottom .st_pinterest_large:before {
  content: '\f0d2';
  background: #C82223;
  color: #fff;
}
/* line 782, ../sass/screen.scss */
.sharethis-bar .st_stumbleupon_large:before,
.sharethis-bottom .st_stumbleupon_large:before {
  content: '\f1a4';
  background: #00b27a;
  color: #fff;
}

/* line 793, ../sass/screen.scss */
.sharethis-bar .st_facebook_large:before,
.sharethis-bar .st_googleplus_large:before,
.sharethis-bar .st_twitter_large:before,
.sharethis-bar .st_pinterest_large:before,
.sharethis-bar .st_stumbleupon_large:before,
.sharethis-bottom .st_facebook_large:before,
.sharethis-bottom .st_googleplus_large:before,
.sharethis-bottom .st_twitter_large:before,
.sharethis-bottom .st_pinterest_large:before,
.sharethis-bottom .st_stumbleupon_large:before {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  padding: 0;
  line-height: 30px;
}

/*sharethis bar positioning and sizing*/
/* line 809, ../sass/screen.scss */
.sharethis-bar > span:not(.share-title):before {
  font-size: 15px;
  pointer-events: none;
}

/* line 816, ../sass/screen.scss */
.stButton {
  opacity: 0;
  margin-left: -5px !important;
  margin-right: 0 !important;
}

/*CTA buttons*/
/* line 824, ../sass/screen.scss */
.cta .button {
  display: block;
  width: 100%;
  text-transform: uppercase !important;
  letter-spacing: 0;
  font-size: 1rem;
  padding: 0.7em 1em;
}
/* line 832, ../sass/screen.scss */
.cta .button .big {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  clear: both;
}
/* line 840, ../sass/screen.scss */
.cta .underwrite {
  background: #6C7059;
}
/* line 844, ../sass/screen.scss */
.cta .underwrite:hover {
  background: #7d8160;
}
/* line 848, ../sass/screen.scss */
.cta .newsletter {
  background: #0A2539;
}
/* line 852, ../sass/screen.scss */
.cta .newsletter:hover {
  background: #1B364A;
}
/* line 856, ../sass/screen.scss */
.cta .weekly {
  display: inline;
}

/*Twitter Box*/
/* line 863, ../sass/screen.scss */
.PI_SimpleTwitterTweets h3:after {
  content: 'List curated by Wyofile & its writers.' !important;
  font-size: 12px;
  font-style: italic;
  font-family: Verdana, sans-serif;
}

/*Sidebar
---------*/
/*Footer
--------*/
/* line 878, ../sass/screen.scss */
#footer {
  width: 100%;
  margin: 0;
  background: #edefee;
  margin: 0;
  padding: 0;
  max-width: 100% !important;
}
/* line 886, ../sass/screen.scss */
#footer .widget h3 {
  margin-bottom: 10px;
}
/* line 890, ../sass/screen.scss */
#footer .widget h3:after {
  display: none;
}
/* line 894, ../sass/screen.scss */
#footer .tweets li a {
  line-height: 19px;
}

/* line 899, ../sass/screen.scss */
#post-footer {
  width: 100%;
  margin: 0;
  background: #000;
  padding: 20px 0;
  color: #fff;
  min-height: 80px;
}
/* line 907, ../sass/screen.scss */
#post-footer .menu-footer-menu-container {
  display: block;
  text-align: center;
}
/* line 912, ../sass/screen.scss */
#post-footer #menu-footer-menu {
  display: inline-block;
  width: 87%;
}
/* line 916, ../sass/screen.scss */
#post-footer #menu-footer-menu li {
  display: inline-block;
  float: left;
  margin-right: 17px;
  padding-right: 17px;
  border-right: 1px solid #fff;
}
/* line 923, ../sass/screen.scss */
#post-footer #menu-footer-menu li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
  position: relative;
  top: -1px;
}
/* line 933, ../sass/screen.scss */
#post-footer #menu-footer-menu li:last-child {
  border-right: none;
}
/* line 938, ../sass/screen.scss */
#post-footer #copyright {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
/* line 943, ../sass/screen.scss */
#post-footer #copyright p {
  color: #fff;
  font-weight: 400;
  font-size: 0.7rem;
}
/* line 949, ../sass/screen.scss */
#post-footer #copyright a {
  color: #fff;
}

/* line 955, ../sass/screen.scss */
.footer-inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

/* line 961, ../sass/screen.scss */
#credit {
  display: none;
}

/*reset borders on widgets*/
/* line 966, ../sass/screen.scss */
.widget div div:not(:last-of-type), .widget ul li:not(:last-of-type) {
  border: none;
}

/*recent entries widget*/
/* line 973, ../sass/screen.scss */
#sidebar .widget_recent_entries div div,
#sidebar .widget_news_reader div div {
  overflow: hidden;
  margin: 0;
}
/* line 978, ../sass/screen.scss */
#sidebar .widget_recent_entries div div:first-child,
#sidebar .widget_news_reader div div:first-child {
  margin-top: 5px;
}
/* line 982, ../sass/screen.scss */
#sidebar .widget_recent_entries div div:not(:last-of-type):after,
#sidebar .widget_news_reader div div:not(:last-of-type):after {
  color: #6c7056;
  /*don't mind the length, the overflow rule above and the white-space
  rule below will tame this down*/
  content: '.......................................................................................................................';
  display: block;
  white-space: nowrap;
  letter-spacing: 3px;
  margin-top: -5px;
  font-size: 0.75em;
  max-width: 100%;
  padding-top: 0.25rem;
  clear: both;
}
/* line 997, ../sass/screen.scss */
#sidebar .widget_recent_entries .byline,
#sidebar .widget_recent_entries .byline .date,
#sidebar .widget_news_reader .byline,
#sidebar .widget_news_reader .byline .date {
  font-size: 0.8rem;
  color: #777;
  text-transform: none;
}

/*Front Page
------------*/
/* line 1008, ../sass/screen.scss */
.home .ad-home {
  text-align: center;
}
/* line 1012, ../sass/screen.scss */
.home .recent-stories {
  height: 410px;
  margin-bottom: 35px;
}
/* line 1016, ../sass/screen.scss */
.home .recent-stories .news-preview,
.home .recent-stories .news-content {
  width: 100%;
  max-height: 225px;
  min-height: 0;
}
/* line 1023, ../sass/screen.scss */
.home .recent-stories .headline-image {
  width: 100.4%;
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 1029, ../sass/screen.scss */
.home .recent-stories .headline-image img {
  width: 100%;
  height: auto;
}
/* line 1035, ../sass/screen.scss */
.home .recent-stories h2 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
}
/* line 1042, ../sass/screen.scss */
.home .recent-stories h2 a:link,
.home .recent-stories h2 a:visited {
  opacity: 1;
  color: #666665 !important;
  text-decoration: none !important;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
/* line 1054, ../sass/screen.scss */
.home .recent-stories h2 a:hover {
  opacity: .8;
  text-decoration: none;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
/* line 1066, ../sass/screen.scss */
.home .recent-stories {
  box-shadow: 0px 0px 10px #999;
}
/* line 1069, ../sass/screen.scss */
.home .recent-stories .news-headlines {
  width: 41%;
  display: block;
  list-style: none;
  height: 410px;
}
/* line 1075, ../sass/screen.scss */
.home .recent-stories .news-headlines li {
  padding: 10px 20px;
  margin-bottom: 0;
  height: 25%;
}
/* line 1081, ../sass/screen.scss */
.home .recent-stories .news-headlines li:before {
  display: none;
}
/* line 1085, ../sass/screen.scss */
.home .recent-stories .news-headlines li:hover {
  text-decoration: none;
  background: #f3f3f3;
  box-shadow: inset 0 0 10px #999;
}
/* line 1091, ../sass/screen.scss */
.home .recent-stories .news-headlines .byline {
  color: #999;
  font-size: 12px !important;
}
/* line 1095, ../sass/screen.scss */
.home .recent-stories .news-headlines .byline .date {
  font-size: 12px !important;
}
/* line 1100, ../sass/screen.scss */
.home .recent-stories .news-headlines .selected {
  background: #f3f3f3;
  box-shadow: inset 0 0 10px #999;
}
/* line 1105, ../sass/screen.scss */
.home .recent-stories .news-headlines .highlight {
  border-left: none;
  border-top: none;
  border-bottom: none;
  background: #fcfcfc;
}
/* line 1113, ../sass/screen.scss */
.home .recent-stories .news-preview {
  width: 59%;
  min-height: 304px;
  max-height: 361px;
}
/* line 1118, ../sass/screen.scss */
.home .recent-stories .news-preview img {
  max-width: 100% !important;
  max-height: 100% !important;
}
/* line 1124, ../sass/screen.scss */
.home .recent-stories .news-content,
.home .recent-stories .top-content {
  width: 100%;
  padding: 0;
}
/* line 1130, ../sass/screen.scss */
.home .recent-stories .news-preview,
.home .recent-stories .news-content {
  border: none;
  background: #fff;
}
/* line 1135, ../sass/screen.scss */
.home .recent-stories .news-preview img,
.home .recent-stories .news-content img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  border: none;
  margin-left: 1px;
}
/* line 1145, ../sass/screen.scss */
.home .recent-stories .lower-content {
  padding: 0 10px;
}
/* line 1152, ../sass/screen.scss */
.home section p, .home section ul, .home section li {
  margin-bottom: 0.85em;
  line-height: 1.3;
  font-size: 14px;
}
/* line 1158, ../sass/screen.scss */
.home section p.byline {
  line-height: 1;
  margin: 8px 0 6px;
}
/* line 1166, ../sass/screen.scss */
.home .recent-stories-mobile .slick-prev,
.home .recent-stories-mobile .slick-next {
  margin-top: -45px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
/* line 1174, ../sass/screen.scss */
.home .recent-stories-mobile .slick-prev {
  left: -15px;
}
/* line 1178, ../sass/screen.scss */
.home .recent-stories-mobile .slick-next {
  right: -15px;
}
/* line 1182, ../sass/screen.scss */
.home .recent-stories-mobile .slick-prev:before,
.home .recent-stories-mobile .slick-next:before {
  font-size: 30px;
  color: #333;
}
/* line 1189, ../sass/screen.scss */
.home .from-line {
  display: none;
}
/* line 1193, ../sass/screen.scss */
.home .photo-friday-link {
  width: 450px;
  height: 295px;
  overflow: hidden;
  float: left;
}
/* line 1200, ../sass/screen.scss */
.home .photo-friday-link img {
  max-width: 100%;
  height: auto;
  position: relative;
  margin-left: -50%;
  left: 50%;
}
/* line 1208, ../sass/screen.scss */
.home .photo-friday-text {
  float: left;
  height: 245px;
  width: 184px;
  background: #000;
  padding: 25px 30px;
  overflow: hidden;
}
/* line 1216, ../sass/screen.scss */
.home .photo-friday-text h2, .home .photo-friday-text p {
  color: #fff;
  font-family: Verdana, sans-serif;
}
/* line 1221, ../sass/screen.scss */
.home .photo-friday-text h2 {
  font-size: 38px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
/* line 1229, ../sass/screen.scss */
.home .photo-friday-text p {
  font-size: 25px;
  line-height: 32px;
  margin-top: 15px;
  letter-spacing: 2px;
}
/* line 1236, ../sass/screen.scss */
.home .photo-friday-text a:hover,
.home .photo-friday-text a:link {
  text-decoration: none !important;
}
/* line 1244, ../sass/screen.scss */
.home .frontpage-columns .article-title {
  font-size: 13px;
  font-family: Verdana, sans-serif;
  line-height: 16px;
  margin: 1px 0 0;
}
/* line 1251, ../sass/screen.scss */
.home .frontpage-columns .color-title {
  margin-top: 19px;
}
/* line 1255, ../sass/screen.scss */
.home .frontpage-columns .byline {
  margin: 5px 0 0;
}
/* line 1261, ../sass/screen.scss */
.home .reporter-listing .teaser-content {
  float: left;
}
/* line 1264, ../sass/screen.scss */
.home .reporter-listing .teaser-content p:last-child:after {
  content: '\25b6\25b6\25b6';
  font-size: 0.75rem;
  color: #ce1125;
  position: relative;
  bottom: 0px;
  right: -5px;
  letter-spacing: 1px;
}
/* line 1276, ../sass/screen.scss */
.home .reporter-blogs {
  margin: 50px 0 0;
}

/*Landing Pages
---------------*/
/* line 1287, ../sass/screen.scss */
body:not(.home) .feature p, body:not(.home) .feature div:not(.color-title) {
  color: #777;
  line-height: 1.4rem;
}
/* line 1293, ../sass/screen.scss */
body:not(.home) .feature .headshot img {
  width: 100%;
  max-width: 205px;
}
/* line 1299, ../sass/screen.scss */
body:not(.home) .feature .feature-description {
  margin-bottom: 15px;
}
/* line 1304, ../sass/screen.scss */
body:not(.home) .feature .feature-article .featured-image {
  width: 150px;
  float: left;
  max-height: 90px;
  margin-right: 10px;
  overflow: hidden;
}
/* line 1311, ../sass/screen.scss */
body:not(.home) .feature .feature-article .featured-image img {
  width: auto;
  overflow: hidden;
}
/* line 1318, ../sass/screen.scss */
body:not(.home) .feature .article-title {
  font-family: Verdana, sans-serif;
  font-size: 0.9rem;
  line-height: 1.1rem;
  text-transform: none;
  overflow: hidden;
}
/* line 1326, ../sass/screen.scss */
body:not(.home) .feature .article-title:after {
  content: '\25b6\25b6\25b6';
  font-size: 0.75rem;
  color: #ce1125;
  position: relative;
  bottom: 0px;
  right: -5px;
  letter-spacing: 1px;
}

/*Underwriters Listing Page
---------------------------*/
/* line 1342, ../sass/screen.scss */
.page-template-template-sponsors-php .featured-content,
.page-template-template-foundations-php .featured-content {
  margin-top: 0 !important;
}
/* line 1346, ../sass/screen.scss */
.page-template-template-sponsors-php .feature .article-title:after,
.page-template-template-foundations-php .feature .article-title:after {
  display: none !important;
}
/* line 1352, ../sass/screen.scss */
.page-template-template-sponsors-php #main p,
.page-template-template-foundations-php #main p {
  color: #555;
  font-size: 1rem;
  line-height: 1.4rem;
}
/* line 1359, ../sass/screen.scss */
.page-template-template-sponsors-php #top-stories-3,
.page-template-template-sponsors-php #text-10,
.page-template-template-sponsors-php #custom-comments-4,
.page-template-template-foundations-php #top-stories-3,
.page-template-template-foundations-php #text-10,
.page-template-template-foundations-php #custom-comments-4 {
  display: none;
}
/* line 1365, ../sass/screen.scss */
.page-template-template-sponsors-php .button,
.page-template-template-foundations-php .button {
  display: block;
  width: 100%;
  text-transform: uppercase !important;
  letter-spacing: 0;
  font-size: 1rem;
  padding: 0.7em 1em;
}
/* line 1373, ../sass/screen.scss */
.page-template-template-sponsors-php .button .big,
.page-template-template-foundations-php .button .big {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  clear: both;
}
/* line 1381, ../sass/screen.scss */
.page-template-template-sponsors-php .underwrite,
.page-template-template-foundations-php .underwrite {
  background: #6C7059;
}
/* line 1385, ../sass/screen.scss */
.page-template-template-sponsors-php .underwrite:hover,
.page-template-template-foundations-php .underwrite:hover {
  background: #7d8160;
}
/* line 1389, ../sass/screen.scss */
.page-template-template-sponsors-php .newsletter,
.page-template-template-foundations-php .newsletter {
  background: #0A2539;
}
/* line 1393, ../sass/screen.scss */
.page-template-template-sponsors-php .newsletter:hover,
.page-template-template-foundations-php .newsletter:hover {
  background: #1B364A;
}
/* line 1397, ../sass/screen.scss */
.page-template-template-sponsors-php .weekly,
.page-template-template-foundations-php .weekly {
  display: inline;
}

/*Archive Pages
---------------*/
/* line 1409, ../sass/screen.scss */
.page-template-template-fromarchives-php article,
.page-template-template-pitch-php article,
.page-template-template-thisweek-php article {
  margin-bottom: 10px;
}
/* line 1413, ../sass/screen.scss */
.page-template-template-fromarchives-php article:first-of-type,
.page-template-template-pitch-php article:first-of-type,
.page-template-template-thisweek-php article:first-of-type {
  margin-top: 5px;
}
/* line 1417, ../sass/screen.scss */
.page-template-template-fromarchives-php article:after,
.page-template-template-pitch-php article:after,
.page-template-template-thisweek-php article:after {
  color: #6c7056;
  /*don't mind the length, the overflow rule above and the white-space
  rule below will tame this down*/
  content: '.......................................................................................................................';
  display: block;
  white-space: nowrap;
  letter-spacing: 3px;
  margin-top: -5px;
  font-size: 0.75em;
  max-width: 100%;
  padding-top: 1rem;
  clear: both;
  overflow: hidden;
}
/* line 1433, ../sass/screen.scss */
.page-template-template-fromarchives-php article:last-of-type:after,
.page-template-template-pitch-php article:last-of-type:after,
.page-template-template-thisweek-php article:last-of-type:after {
  content: '';
}
/* line 1437, ../sass/screen.scss */
.page-template-template-fromarchives-php .byline,
.page-template-template-pitch-php .byline,
.page-template-template-thisweek-php .byline {
  margin: -5px 0 5px;
}

/* line 1443, ../sass/screen.scss */
.archive article {
  margin: 4px 0 25px;
  overflow: hidden;
  min-height: 45px;
}
/* line 1448, ../sass/screen.scss */
.archive article p:last-child {
  margin-bottom: 0;
}

/* line 1454, ../sass/screen.scss */
.archive .wp-caption-text,
.archive .wp-caption,
.page-template .wp-caption,
.page-template .wp-caption-text,
.search .wp-caption,
.search .wp-caption-text {
  display: none;
}

/* line 1463, ../sass/screen.scss */
#main .landing-header {
  margin-bottom: 12px;
}
/* line 1466, ../sass/screen.scss */
#main .landing-header h1.title {
  text-transform: none;
}
/* line 1470, ../sass/screen.scss */
#main .landing-header p {
  color: #555;
  line-height: 1.4;
}
/* line 1475, ../sass/screen.scss */
#main .landing-header .description {
  color: #666665;
  margin-bottom: 22px;
  line-height: 1.3;
}

/* line 1482, ../sass/screen.scss */
.page-section,
.feature {
  margin: 1rem 0;
  overflow: hidden;
}

/* line 1488, ../sass/screen.scss */
.page-section:after,
.feature:after,
.archive article:after,
.search article:after {
  color: #6c7056;
  /*don't mind the length, the overflow rule above and the white-space
  rule below will tame this down*/
  content: '.......................................................................................................................';
  display: block;
  white-space: nowrap;
  letter-spacing: 3px;
  margin-top: -10px;
  font-size: 0.75em;
  max-width: 100%;
  clear: both;
}

/* line 1505, ../sass/screen.scss */
.archive article:last-of-type:after {
  content: '';
}

/* line 1509, ../sass/screen.scss */
.archive #main article > .entry p:last-child:after {
  content: '\25b6\25b6\25b6';
  font-size: 0.75rem;
  color: #ce1125;
  position: relative;
  bottom: 0px;
  right: -5px;
  letter-spacing: 1px;
}

/* line 1519, ../sass/screen.scss */
.feature {
  margin-bottom: 1rem 0;
}

/* line 1523, ../sass/screen.scss */
.woo-pagination {
  text-align: right;
}
/* line 1526, ../sass/screen.scss */
.woo-pagination a:link {
  box-shadow: none;
  background: #fff;
}
/* line 1531, ../sass/screen.scss */
.woo-pagination .page-numbers.current {
  color: #ce1125;
}

/*Search Page
-------------*/
/* line 1540, ../sass/screen.scss */
.search article {
  margin: 0;
  overflow: hidden;
}
/* line 1545, ../sass/screen.scss */
.search section.entry {
  margin-bottom: 25px;
}

/*Underwrite Support Landing
----------------------------*/
/* line 1556, ../sass/screen.scss */
.sponsor .featured-content .article-title {
  font-size: 20px !important;
  font-weight: 400;
  color: #333;
  font-family: 'serifa', serif !important;
}
/* line 1563, ../sass/screen.scss */
.sponsor .featured-content .article-title:after {
  content: '' !important;
}
/* line 1569, ../sass/screen.scss */
.sponsor .headshot {
  height: 200px;
  overflow: hidden;
}
/* line 1573, ../sass/screen.scss */
.sponsor .headshot img {
  width: 100%;
  height: auto;
  max-height: 100% !important;
}

/*Author Archives
-----------------*/
/* line 1584, ../sass/screen.scss */
.archive.author .landing-header {
  display: none;
}

/*Single Posts
--------------*/
/* line 1591, ../sass/screen.scss */
.banner-advert {
  max-width: 728px;
  max-height: 90px;
  overflow: hidden;
}

/* line 1597, ../sass/screen.scss */
.featured-banner {
  width: auto;
  max-width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
/* line 1603, ../sass/screen.scss */
.featured-banner img {
  width: 100%;
  height: auto;
}

/* line 1609, ../sass/screen.scss */
.single .post-meta {
  margin: 15px 0;
}

/* line 1613, ../sass/screen.scss */
.sharethis-bar {
  display: block;
  margin: 10px 0 0;
}

/* line 1620, ../sass/screen.scss */
.featured-banner .wp-caption-text {
  font-weight: 400 !important;
  font-size: 12px !important;
  width: auto;
}
/* line 1626, ../sass/screen.scss */
.featured-banner img {
  width: auto;
  height: auto;
}

/* line 1633, ../sass/screen.scss */
.entry .wp-caption,
article .wp-caption {
  padding: 0;
  background: #fff;
  border: none;
  position: relative;
  width: auto !important;
}
/* line 1641, ../sass/screen.scss */
.entry .wp-caption a,
article .wp-caption a {
  display: block;
  position: relative;
}
/* line 1646, ../sass/screen.scss */
.entry .wp-caption img,
article .wp-caption img {
  width: auto;
  padding: 0;
  position: relative;
  display: block;
  max-width: 100%;
}
/* line 1654, ../sass/screen.scss */
.entry .wp-caption .wp-caption-text,
article .wp-caption .wp-caption-text {
  font-size: 12px !important;
  line-height: 1.2;
  color: #fff;
  padding: 10px 10px;
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.2s ease;
}
/* line 1668, ../sass/screen.scss */
.entry .wp-caption .wp-caption-text a, .entry .wp-caption .wp-caption-text a:link, .entry .wp-caption .wp-caption-text a:visited,
article .wp-caption .wp-caption-text a,
article .wp-caption .wp-caption-text a:link,
article .wp-caption .wp-caption-text a:visited {
  color: #fff !important;
  text-decoration: underline;
  font-weight: 400 !important;
}

/* line 1677, ../sass/screen.scss */
.entry .wp-caption:hover .wp-caption-text,
article .wp-caption:hover .wp-caption-text {
  opacity: 1;
  font-size: 12px !important;
}

/* line 1683, ../sass/screen.scss */
.page-link,
.page-link a {
  font-size: 1.25rem;
  color: #333;
  font-family: Verdana, sans-serif;
}

/* line 1691, ../sass/screen.scss */
.author-bio {
  clear: both;
}

/* line 1695, ../sass/screen.scss */
#author-bio-box {
  padding: 15px 0 0;
}
/* line 1698, ../sass/screen.scss */
#author-bio-box h2 {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 15px;
}
/* line 1705, ../sass/screen.scss */
#author-bio-box .contact,
#author-bio-box .contact a {
  color: #333;
  font-size: 14px;
}
/* line 1711, ../sass/screen.scss */
#author-bio-box .bio-description {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.4;
  float: left;
}

/* line 1719, ../sass/screen.scss */
.policy-link {
  display: block;
  margin-top: 30px;
  font-size: 14px;
}

/* line 1725, ../sass/screen.scss */
.bio-image {
  margin: 0 10px 0 0;
  float: left;
}
/* line 1729, ../sass/screen.scss */
.bio-image img {
  width: 100%;
  height: auto;
}

/* line 1736, ../sass/screen.scss */
.article-end {
  text-align: center;
  margin: 20px 0 0;
}
/* line 1740, ../sass/screen.scss */
.article-end h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #333;
}

/* line 1749, ../sass/screen.scss */
.donate-button,
.donate-button:link,
.donate-button:visited,
.donate-button:hover {
  display: block;
  height: 20px;
  width: 125px;
  background: #016179;
  color: #fff !important;
  padding: 6px 7px 3px 7px;
  text-align: center;
  font-size: 14px;
  margin: 10px auto;
  text-decoration: none;
}

/* line 1765, ../sass/screen.scss */
.entry_author_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
/* line 1772, ../sass/screen.scss */
.entry_author_image img {
  width: 100%;
  height: auto;
}

/* line 1778, ../sass/screen.scss */
.author-bio:after,
.author-bio:before {
  color: #6c7056;
  /*don't mind the length, the overflow rule above and the white-space
  rule below will tame this down*/
  content: '.......................................................................................................................';
  display: block;
  white-space: nowrap;
  letter-spacing: 3px;
  margin-top: -5px;
  font-size: 0.75em;
  max-width: 100%;
  padding-top: 1rem;
  clear: both;
  overflow: hidden;
}

/* line 1795, ../sass/screen.scss */
#author-bio-box {
  background: #fff !important;
  border-top: none !important;
  border-bottom: none !important;
}

/* line 1801, ../sass/screen.scss */
.bio-description {
  color: #666665;
  line-height: 16px;
}

/* line 1807, ../sass/screen.scss */
#respond label {
  width: 125px;
  display: inline-block;
}
/* line 1812, ../sass/screen.scss */
#respond p {
  margin-bottom: 15px;
}
/* line 1816, ../sass/screen.scss */
#respond select {
  border-radius: 3px;
  padding: 5px;
  border: 2px solid #efefef;
  font-size: 1em;
  background: #fff;
  color: #666665;
}
/* line 1825, ../sass/screen.scss */
#respond .form-submit input {
  background: #d57308 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  text-transform: lowercase !important;
}

/* line 1833, ../sass/screen.scss */
section.related-articles {
  clear: both;
}
/* line 1835, ../sass/screen.scss */
section.related-articles h2, section.related-articles h3 {
  font-weight: bold !important;
  padding: 0 0 5px 0 !important;
  font-size: 125% !important;
  text-transform: capitalize;
  margin: 0 !important;
}
/* line 1842, ../sass/screen.scss */
section.related-articles li {
  overflow: hidden;
  min-height: 255px;
}
/* line 1846, ../sass/screen.scss */
section.related-articles li .related-content {
  width: 90%;
  margin: 10px 0;
}
/* line 1851, ../sass/screen.scss */
section.related-articles li .byline {
  margin: 7px 0 !important;
  font-size: 0.9rem;
}
/* line 1855, ../sass/screen.scss */
section.related-articles li .byline .date {
  display: inline-block;
  margin-top: 2px;
}
/* line 1860, ../sass/screen.scss */
section.related-articles li .byline a, section.related-articles li .byline a:link, section.related-articles li .byline a:visited {
  font-weight: 400 !important;
}
/* line 1865, ../sass/screen.scss */
section.related-articles li .related-title a {
  color: #333;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

/* line 1873, ../sass/screen.scss */
#comments {
  border-top: none !important;
}
/* line 1876, ../sass/screen.scss */
#comments .comment {
  font-size: 13px;
  line-height: 1.3;
}

/*Single Pages
--------------*/
/* line 1886, ../sass/screen.scss */
.page:not(.page-template-template-pitch-php):not(.page-template-template-fromarchives-php) .title.entry-title {
  font-size: 1.5rem;
  text-transform: capitalize;
}

/*Sidebar Menu
--------------*/
/* line 1894, ../sass/screen.scss */
.two-col-left .menu-about-us-container {
  display: none;
}

/*Right Sidebar
---------------*/
/* line 1900, ../sass/screen.scss */
.sidebar-advert {
  margin-bottom: 15px;
}

/* DESKTOP STYLES
-----------------
-----------------
Add styles inside the media query below that you only
want to be applied to the desktop layout of your site */
@media only screen and (min-width: 1024px) {
  /*--------------
  	DESK: GLOBAL
   ---------------*/
  /*DESK: Primary Containers
  --------------------*/
  /* line 1921, ../sass/screen.scss */
  #main-sidebar-container {
    margin-top: 25px;
  }

  /* line 1927, ../sass/screen.scss */
  .three-col-middle #main-sidebar-container #sidebar {
    width: 32.47%;
  }
  /* line 1931, ../sass/screen.scss */
  .three-col-middle #main-sidebar-container #main {
    width: 66.89%;
  }

  /* line 1936, ../sass/screen.scss */
  #wrapper {
    padding: 0;
  }
  /* line 1939, ../sass/screen.scss */
  #wrapper #sidebar {
    margin-top: 37px;
  }

  /* line 1945, ../sass/screen.scss */
  .home #wrapper #sidebar {
    margin-top: 0;
  }

  /* line 1950, ../sass/screen.scss */
  #sidebar-alt {
    margin-top: 20px;
  }
  /* line 1953, ../sass/screen.scss */
  #sidebar-alt h3 {
    font-size: 14px;
    color: #333;
  }

  /*For 2col pages, primarily the listing pages*/
  /* line 1961, ../sass/screen.scss */
  .two-col-left #main-sidebar-container #main,
  .two-col-right #main-sidebar-container #main {
    width: 61%;
  }

  /* line 1966, ../sass/screen.scss */
  .two-col-left #main-sidebar-container #sidebar,
  .two-col-right #main-sidebar-container #sidebar {
    width: 29.5%;
  }

  /*DESK: Top Menu
  ----------*/
  /* line 1973, ../sass/screen.scss */
  #main-nav-container {
    margin-bottom: 0;
  }

  /* line 1977, ../sass/screen.scss */
  #navigation ul {
    position: relative;
    margin-bottom: 0;
  }

  /* line 1982, ../sass/screen.scss */
  #navigation ul.nav > li:hover > ul {
    min-width: 100%;
  }

  /* line 1986, ../sass/screen.scss */
  .fa-search {
    background: transparent;
    height: 100%;
    width: 100%;
    display: block;
  }

  /* line 1993, ../sass/screen.scss */
  .fa-search:before {
    font-size: 15px;
  }

  /* line 1997, ../sass/screen.scss */
  .searchform .fa.fa-search:before {
    height: 15px;
    top: -4px;
  }

  /* line 2002, ../sass/screen.scss */
  .searchform {
    background: #fff;
  }
  /* line 2005, ../sass/screen.scss */
  .searchform input.s, .searchform input#s {
    padding: 4px;
  }
  /* line 2009, ../sass/screen.scss */
  .searchform button.submit {
    right: 0;
  }

  /* line 2015, ../sass/screen.scss */
  .search-container {
    position: relative;
  }
  /* line 2017, ../sass/screen.scss */
  .search-container a {
    position: absolute;
    bottom: 8px;
    right: 6px;
    color: #666;
    font-size: 10px;
  }

  /* line 2030, ../sass/screen.scss */
  .home .search-container a {
    bottom: 1px;
  }

  /* line 2036, ../sass/screen.scss */
  #menu-item-34148:hover,
  #menu-item-34148 a:hover {
    background: #000 !important;
  }

  /*DESK: Main Menu
  -----------*/
  /* line 2044, ../sass/screen.scss */
  .nav-toggle, .nav-close, .nav-home {
    display: none !important;
  }

  /* line 2048, ../sass/screen.scss */
  #header {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100% !important;
  }
  /* line 2054, ../sass/screen.scss */
  #header #logo {
    background: #000;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  /* line 2060, ../sass/screen.scss */
  #header #logo a {
    display: block;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
  }

  /* line 2070, ../sass/screen.scss */
  #top {
    width: 100%;
  }
  /* line 2073, ../sass/screen.scss */
  #top .col-full {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }

  /* line 2080, ../sass/screen.scss */
  #top-nav {
    margin-bottom: -30px;
    z-index: 1;
    float: right;
  }
  /* line 2085, ../sass/screen.scss */
  #top-nav li a {
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 1px;
  }
  /* line 2091, ../sass/screen.scss */
  #top-nav li.current_page_item a,
  #top-nav li.current_page_parent a,
  #top-nav li.current-menu-ancestor a,
  #top-nav li.current-cat a,
  #top-nav li#menu-item-34373 a {
    background: #6c7056 !important;
  }
  /* line 2099, ../sass/screen.scss */
  #top-nav li a:hover {
    background: #6c7056 !important;
  }
  /* line 2103, ../sass/screen.scss */
  #top-nav .fa {
    margin-top: 0;
    padding: 2px 0;
  }

  /* line 2109, ../sass/screen.scss */
  #navigation {
    background: #fff;
    margin-bottom: 0;
  }
  /* line 2113, ../sass/screen.scss */
  #navigation .nav li.menu-item-has-children > a:after {
    color: #ce1125;
    font-size: 1.2rem;
    margin-top: 0px;
  }
  /* line 2119, ../sass/screen.scss */
  #navigation .nav li.menu-item-has-children:hover > a:after {
    color: #fff;
  }
  /* line 2123, ../sass/screen.scss */
  #navigation .menus {
    margin: 0;
  }

  /* line 2129, ../sass/screen.scss */
  .home #navigation .menus {
    margin: 0;
    width: 100%;
  }

  /* line 2134, ../sass/screen.scss */
  #main-nav {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    background: #fff;
    height: 39px;
  }
  /* line 2141, ../sass/screen.scss */
  #main-nav li {
    margin-bottom: 0;
    width: auto;
  }
  /* line 2144, ../sass/screen.scss */
  #main-nav li ul {
    position: absolute;
    top: 39px;
  }
  /* line 2148, ../sass/screen.scss */
  #main-nav li a {
    color: #333 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    text-decoration: none;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  /* line 2159, ../sass/screen.scss */
  #main-nav li a:after {
    color: #fff;
  }
  /* line 2163, ../sass/screen.scss */
  #main-nav li .sub-menu {
    padding: 0;
  }
  /* line 2166, ../sass/screen.scss */
  #main-nav li .sub-menu li a {
    font-size: 16px;
    display: block;
    height: 100%;
    text-transform: capitalize;
    font-weight: 400;
  }
  /* line 2174, ../sass/screen.scss */
  #main-nav li .sub-menu li a:hover {
    background: #444 !important;
  }
  /* line 2182, ../sass/screen.scss */
  #main-nav li:not(.menu-item-has-children) a {
    padding-bottom: 0.95em !important;
  }
  /* line 2187, ../sass/screen.scss */
  #main-nav .sub-menu:hover {
    background: #333;
  }
  /* line 2191, ../sass/screen.scss */
  #main-nav li:hover {
    background: #444 !important;
  }
  /* line 2194, ../sass/screen.scss */
  #main-nav li:hover a {
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    text-decoration: none;
  }
  /* line 2203, ../sass/screen.scss */
  #main-nav li:hover .sub-menu {
    padding: 0;
    background: #333;
  }
  /* line 2207, ../sass/screen.scss */
  #main-nav li:hover .sub-menu li:not(:first-of-type) {
    border-top: 1px solid #555;
  }
  /* line 2211, ../sass/screen.scss */
  #main-nav li:hover .sub-menu li a {
    font-size: 0.8rem;
    display: block;
    height: 100%;
    padding: 16px !important;
  }
  /* line 2218, ../sass/screen.scss */
  #main-nav li:hover .sub-menu li a:hover {
    background: #333;
  }

  /*active menu elements*/
  /* line 2231, ../sass/screen.scss */
  li.current-menu-ancestor a,
  li.current-menu-item a {
    color: #fff !important;
    background-color: #333 !important;
  }
  /* line 2236, ../sass/screen.scss */
  li.current-menu-ancestor a:after,
  li.current-menu-item a:after {
    color: #fff !important;
  }

  /* line 2242, ../sass/screen.scss */
  .single-post li#menu-item-34229 {
    /*latest news active*/
  }
  /* line 2244, ../sass/screen.scss */
  .single-post li#menu-item-34229 a {
    color: #fff !important;
    background-color: #333 !important;
  }
  /* line 2249, ../sass/screen.scss */
  .single-post li#menu-item-34229 a:after {
    color: #fff !important;
  }

  /* line 2255, ../sass/screen.scss */
  .single-blog li#menu-item-34235,
  .tax-blog_categories li#menu-item-34235 {
    /*blog active*/
  }
  /* line 2257, ../sass/screen.scss */
  .single-blog li#menu-item-34235 a,
  .tax-blog_categories li#menu-item-34235 a {
    color: #fff !important;
    background-color: #333 !important;
  }
  /* line 2262, ../sass/screen.scss */
  .single-blog li#menu-item-34235 a:after,
  .tax-blog_categories li#menu-item-34235 a:after {
    color: #fff !important;
  }

  /* line 2268, ../sass/screen.scss */
  .single-column li#menu-item-34234 {
    /*column active*/
  }
  /* line 2269, ../sass/screen.scss */
  .single-column li#menu-item-34234 a {
    color: #fff !important;
    background-color: #333 !important;
  }
  /* line 2274, ../sass/screen.scss */
  .single-column li#menu-item-34234 a:after {
    color: #fff !important;
  }

  /* line 2280, ../sass/screen.scss */
  .tax-reports_categories li#menu-item-34232,
  .single-specialreport li#menu-item-34232 {
    /*special reports active*/
  }
  /* line 2283, ../sass/screen.scss */
  .tax-reports_categories li#menu-item-34232 a,
  .single-specialreport li#menu-item-34232 a {
    color: #fff !important;
    background-color: #333 !important;
  }
  /* line 2288, ../sass/screen.scss */
  .tax-reports_categories li#menu-item-34232 a:after,
  .single-specialreport li#menu-item-34232 a:after {
    color: #fff !important;
  }

  /* line 2294, ../sass/screen.scss */
  .single-media li#menu-item-34233,
  .tax-media_categories li#menu-item-34233 {
    /*active media*/
  }
  /* line 2297, ../sass/screen.scss */
  .single-media li#menu-item-34233 a,
  .tax-media_categories li#menu-item-34233 a {
    color: #fff !important;
    background-color: #333 !important;
  }
  /* line 2302, ../sass/screen.scss */
  .single-media li#menu-item-34233 a:after,
  .tax-media_categories li#menu-item-34233 a:after {
    color: #fff !important;
  }

  /* line 2308, ../sass/screen.scss */
  #navigation ul.nav > li a:hover {
    background: #333;
  }

  /*DESK: Ticker
  --------------*/
  /* line 2314, ../sass/screen.scss */
  #ticker-container.shadow {
    background: white;
    top: -10px;
  }

  /* line 2319, ../sass/screen.scss */
  #ticker-container {
    position: relative;
    height: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  /* line 2325, ../sass/screen.scss */
  #ticker-container .gray-blocker {
    position: absolute;
    height: 100%;
    width: 15%;
    background: #d4d4d4;
    z-index: 3;
  }
  /* line 2333, ../sass/screen.scss */
  #ticker-container .ticker-header-inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
  /* line 2339, ../sass/screen.scss */
  #ticker-container .ticker-header {
    width: auto;
    font-weight: 400;
    z-index: 5;
    background: #d4d4d4;
    height: 37px;
    line-height: 1;
  }
  /* line 2347, ../sass/screen.scss */
  #ticker-container .ticker-header span {
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #ce1125;
    display: inline-block;
    padding: 13px 18px;
    font-size: 0.9rem;
  }
  /* line 2357, ../sass/screen.scss */
  #ticker-container #main-ticker {
    position: relative;
    top: -40px;
  }
  /* line 2361, ../sass/screen.scss */
  #ticker-container #main-ticker a {
    font-size: 15px;
  }

  /*DESK: Related Posts
  ---------------------*/
  /* line 2370, ../sass/screen.scss */
  .manual-relate-title {
    font-size: 16px;
  }

  /* line 2374, ../sass/screen.scss */
  .single-container:hover {
    background: #f2f2f5;
    border: 1px solid #ccc;
    color: #000;
    text-decoration: none;
  }
  /* line 2380, ../sass/screen.scss */
  .single-container:hover img {
    background: none repeat scroll 0 0 #333;
    border: 1px solid #555 !important;
    outline: 1px solid #111;
  }

  /* line 2387, ../sass/screen.scss */
  .single-container {
    width: 120px;
    margin-right: 5px;
    float: left;
    border: 1px solid #fff;
  }
  /* line 2393, ../sass/screen.scss */
  .single-container img {
    height: 110px;
    width: 113px;
    border: 1px solid #fff;
    background: none repeat scroll 0 0 #f0f0f0;
    border-top: 1px solid #fff;
    outline: 1px solid #ddd;
    padding: 2px;
    margin: 0 auto;
  }

  /* line 2405, ../sass/screen.scss */
  .single-container:hover .related-content,
  .related-content:hover {
    text-decoration: none;
    color: #000;
  }

  /* line 2411, ../sass/screen.scss */
  .related-title {
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    clear: left;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    margin-top: 4px;
    text-align: left;
    width: 100%;
    padding: 2px;
  }

  /* line 2426, ../sass/screen.scss */
  #post-author {
    clear: both;
  }

  /**YARPP**/
  /*I'm keeping the above rules just in case*/
  /* line 2432, ../sass/screen.scss */
  .single #main .yarpp-related {
    margin: 2em 0 !important;
  }

  /* line 2436, ../sass/screen.scss */
  section.related-articles {
    clear: both;
  }
  /* line 2439, ../sass/screen.scss */
  section.related-articles li {
    width: 22%;
    margin-right: 3%;
    float: left;
    -webkit-box-shadow: inset 0 0 0px #a6a6a6;
    -moz-box-shadow: inset 0 0 0px #a6a6a6;
    box-shadow: inset 0 0 0px #a6a6a6;
    -webkit-transition: box-shadow 500ms ease;
    -moz-transition: box-shadow 500ms ease;
    -o-transition: box-shadow 500ms ease;
    transition: box-shadow 500ms ease;
  }
  /* line 2452, ../sass/screen.scss */
  section.related-articles li .related-content {
    margin: 10px auto 0;
  }
  /* line 2456, ../sass/screen.scss */
  section.related-articles li .related-thumbnail {
    width: 165px;
    height: 100px;
    overflow: hidden;
  }
  /* line 2461, ../sass/screen.scss */
  section.related-articles li .related-thumbnail img {
    width: 100%;
    height: auto;
  }
  /* line 2469, ../sass/screen.scss */
  section.related-articles li:hover {
    text-decoration: none;
    background: #fcfcfc;
    -webkit-box-shadow: inset 0 0 10px #a6a6a6;
    -moz-box-shadow: inset 0 0 10px #a6a6a6;
    box-shadow: inset 0 0 10px #a6a6a6;
    -webkit-transition: box-shadow 500ms ease;
    -moz-transition: box-shadow 500ms ease;
    -o-transition: box-shadow 500ms ease;
    transition: box-shadow 500ms ease;
  }

  /*DESK: Newsletter Flyout
  -------------------------*/
  /* line 2484, ../sass/screen.scss */
  #newsletter-flyout,
  #text-4 {
    width: 505px;
    height: 100px;
    display: block;
    padding: 10px;
    background-color: #000;
    z-index: 10;
  }

  /* line 2494, ../sass/screen.scss */
  #text-4 {
    position: fixed;
    right: -600px;
    bottom: 0;
    transition: right 1s;
  }

  /* line 2501, ../sass/screen.scss */
  #newsletter-flyout {
    text-align: center;
  }
  /* line 2504, ../sass/screen.scss */
  #newsletter-flyout h2 {
    font-family: 'serifa', serif;
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #fff;
  }
  /* line 2511, ../sass/screen.scss */
  #newsletter-flyout .button {
    display: block;
    width: 150px;
    margin: 10px auto 0;
    background: #777;
  }

  /* line 2519, ../sass/screen.scss */
  #newsletter-flyout:before {
    content: 'x';
    color: #fff;
    position: absolute;
    top: 5px;
    left: 10px;
    cursor: pointer;
  }

  /* line 2528, ../sass/screen.scss */
  .displaynone {
    display: none !important;
  }

  /* DESK: Footer
  ---------------*/
  /* line 2538, ../sass/screen.scss */
  #footer #footer-widgets div div {
    margin: 0;
  }
  /* line 2541, ../sass/screen.scss */
  #footer #footer-widgets .story-title {
    font-size: 14px;
    margin: 0;
  }
  /* line 2545, ../sass/screen.scss */
  #footer #footer-widgets .story-title a {
    color: #666665;
  }

  /*------------
  	DESK: HOME
   -------------*/
  /* line 2559, ../sass/screen.scss */
  .home section p, .home section div, .home section ul, .home section li {
    margin-bottom: 0;
  }
  /* line 2563, ../sass/screen.scss */
  .home section p.byline {
    line-height: 1.2;
    margin: .2rem 0;
  }
  /* line 2570, ../sass/screen.scss */
  .home header.banner-ad {
    width: 970px;
    height: 90px;
    margin: 16px auto 19px;
  }
  /* line 2575, ../sass/screen.scss */
  .home header.banner-ad .banner-advert {
    width: auto;
    margin: 0 auto;
  }
  /* line 2581, ../sass/screen.scss */
  .home #text-4 {
    display: none;
  }
  /* line 2586, ../sass/screen.scss */
  .home .news-content .headline-image {
    height: 305px;
  }

  /* line 2592, ../sass/screen.scss */
  .featured-columns {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
  }
  /* line 2597, ../sass/screen.scss */
  .featured-columns .featured-image {
    width: 100%;
    height: 145px;
    overflow: hidden;
  }
  /* line 2602, ../sass/screen.scss */
  .featured-columns .featured-image img {
    min-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    overflow: hidden;
  }
  /* line 2612, ../sass/screen.scss */
  .featured-columns ul li {
    width: 31%;
    float: left;
    min-height: 315px;
    -webkit-box-shadow: inset 0 0 0px #a6a6a6;
    -moz-box-shadow: inset 0 0 0px #a6a6a6;
    box-shadow: inset 0 0 0px #a6a6a6;
    -webkit-transition: box-shadow 750ms ease;
    -moz-transition: box-shadow 750ms ease;
    -o-transition: box-shadow 750ms ease;
    transition: box-shadow 750ms ease;
  }
  /* line 2624, ../sass/screen.scss */
  .featured-columns ul li .content-container {
    width: 87.5%;
    margin: 0 auto;
  }
  /* line 2630, ../sass/screen.scss */
  .featured-columns ul li:nth-child(2) {
    margin: 0 3.5%;
  }
  /* line 2635, ../sass/screen.scss */
  .featured-columns li:hover {
    text-decoration: none;
    background: #fcfcfc;
    -webkit-box-shadow: inset 0 0 10px #a6a6a6;
    -moz-box-shadow: inset 0 0 10px #a6a6a6;
    box-shadow: inset 0 0 10px #a6a6a6;
    -webkit-transition: box-shadow 750ms ease;
    -moz-transition: box-shadow 750ms ease;
    -o-transition: box-shadow 750ms ease;
    transition: box-shadow 750ms ease;
  }

  /* line 2648, ../sass/screen.scss */
  .home .reporter-blogs {
    clear: both;
    position: relative;
    margin: 0 0 50px;
  }
  /* line 2653, ../sass/screen.scss */
  .home .reporter-blogs .section-title {
    padding-bottom: 0;
  }
  /* line 2657, ../sass/screen.scss */
  .home .reporter-blogs .section-title:after {
    margin-bottom: 0;
  }
  /* line 2661, ../sass/screen.scss */
  .home .reporter-blogs .feature {
    margin: 0;
    position: relative;
  }
  /* line 2666, ../sass/screen.scss */
  .home .reporter-blogs .featured-image {
    float: left;
    margin-right: 15px;
    width: 165px;
    height: 150px;
    overflow: hidden;
  }
  /* line 2673, ../sass/screen.scss */
  .home .reporter-blogs .featured-image img {
    width: 100%;
    height: auto;
  }
  /* line 2679, ../sass/screen.scss */
  .home .reporter-blogs ul li:last-child:after {
    display: none;
  }
  /* line 2683, ../sass/screen.scss */
  .home .reporter-blogs li .feature-inner {
    padding: 21px 20px;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 0px #a6a6a6;
    -moz-box-shadow: inset 0 0 0px #a6a6a6;
    box-shadow: inset 0 0 0px #a6a6a6;
    -webkit-transition: box-shadow 750ms ease;
    -moz-transition: box-shadow 750ms ease;
    -o-transition: box-shadow 750ms ease;
    transition: box-shadow 750ms ease;
  }
  /* line 2695, ../sass/screen.scss */
  .home .reporter-blogs li:hover .feature-inner {
    text-decoration: none;
    background: #fcfcfc;
    -webkit-box-shadow: inset 0 0 10px #a6a6a6;
    -moz-box-shadow: inset 0 0 10px #a6a6a6;
    box-shadow: inset 0 0 10px #a6a6a6;
    -webkit-transition: box-shadow 750ms ease;
    -moz-transition: box-shadow 750ms ease;
    -o-transition: box-shadow 750ms ease;
    transition: box-shadow 750ms ease;
  }
  /* line 2707, ../sass/screen.scss */
  .home .reporter-blogs .teaser-content {
    max-width: 72%;
  }

  /*DESK: Landing Pages
  ---------------------*/
  /* line 2717, ../sass/screen.scss */
  body:not(.home) .feature .headshot,
  .landing-header .headshot {
    float: left;
    width: 33%;
    margin-right: 10px;
  }
  /* line 2722, ../sass/screen.scss */
  body:not(.home) .feature .headshot img,
  .landing-header .headshot img {
    width: 100%;
    max-width: 205px;
    height: auto;
  }
  /* line 2730, ../sass/screen.scss */
  body:not(.home) .feature .color-title,
  .landing-header .color-title {
    font-size: 13px;
    padding: 5px 15px;
    font-weight: 600;
  }
  /* line 2736, ../sass/screen.scss */
  body:not(.home) .feature .content,
  .landing-header .content {
    float: right;
    width: 65%;
  }
  /* line 2741, ../sass/screen.scss */
  body:not(.home) .feature .feature-article .title,
  .landing-header .feature-article .title {
    font-family: Verdana, sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
  }
  /* line 2749, ../sass/screen.scss */
  body:not(.home) .feature .feature-description,
  .landing-header .feature-description {
    margin-bottom: 15px;
    overflow: hidden;
  }
  /* line 2754, ../sass/screen.scss */
  body:not(.home) .feature .feature-description:after,
  .landing-header .feature-description:after {
    color: #6c7056;
    /*don't mind the length, the overflow rule above and the white-space
    rule below will tame this down*/
    content: '.......................................................................................................................';
    display: block;
    white-space: nowrap;
    letter-spacing: 3px;
    margin-top: -5px;
    font-size: 0.75em;
    max-width: 100%;
    padding-top: 0.25rem;
    clear: both;
  }
  /* line 2769, ../sass/screen.scss */
  body:not(.home) .feature .featured-content,
  .landing-header .featured-content {
    margin-top: 23px;
  }
  /* line 2774, ../sass/screen.scss */
  body:not(.home) .feature .feature-article .featured-image,
  .landing-header .feature-article .featured-image {
    width: 150px;
    float: left;
    margin-right: 15px;
  }
  /* line 2779, ../sass/screen.scss */
  body:not(.home) .feature .feature-article .featured-image img,
  .landing-header .feature-article .featured-image img {
    width: 100%;
    height: auto;
  }

  /*---------------------
  	DESK: ARCHIVE PAGES
   ----------------------*/
  /* line 2793, ../sass/screen.scss */
  .archive .first-page #main article:first-of-type header:before,
  .page-template-template-fromarchives-php #main article:first-of-type header:before,
  .page-template-template-thisweek-php #main article:first-of-type header:before {
    content: 'Latest Article';
    font-family: Verdana, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 0 5px;
    text-transform: uppercase;
    display: inline-block;
    color: #444;
  }
  /* line 2804, ../sass/screen.scss */
  .archive .first-page #main article:first-of-type .has-image,
  .page-template-template-fromarchives-php #main article:first-of-type .has-image,
  .page-template-template-thisweek-php #main article:first-of-type .has-image {
    width: 360px;
    float: left;
  }

  /* line 2815, ../sass/screen.scss */
  .archive #main article .has-image,
  .page-template-template-fromarchives-php #main article .has-image,
  .page-template-template-thisweek-php article .has-image {
    width: 425px;
    float: left;
  }
  /* line 2820, ../sass/screen.scss */
  .archive #main article .byline,
  .page-template-template-fromarchives-php #main article .byline,
  .page-template-template-thisweek-php article .byline {
    margin: -5px 0 10px;
  }
  /* line 2825, ../sass/screen.scss */
  .archive #main .archive-thumb,
  .page-template-template-fromarchives-php #main .archive-thumb,
  .page-template-template-thisweek-php .archive-thumb {
    float: left;
    margin-right: 15px;
    overflow: hidden;
    max-width: 255px;
    max-height: 155px;
  }
  /* line 2833, ../sass/screen.scss */
  .archive #main h2.entry-title,
  .page-template-template-fromarchives-php #main h2.entry-title,
  .page-template-template-thisweek-php h2.entry-title {
    margin: 0 0 11px;
  }
  /* line 2837, ../sass/screen.scss */
  .archive #main section.entry.has-image,
  .archive #main section.entry,
  .page-template-template-fromarchives-php #main section.entry.has-image,
  .page-template-template-fromarchives-php #main section.entry,
  .page-template-template-thisweek-php section.entry.has-image,
  .page-template-template-thisweek-php section.entry {
    width: 425px;
    float: left;
  }
  /* line 2843, ../sass/screen.scss */
  .archive #main .teaser,
  .page-template-template-fromarchives-php #main .teaser,
  .page-template-template-thisweek-php .teaser {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 15px;
  }
  /* line 2849, ../sass/screen.scss */
  .archive #main .teaser:after,
  .page-template-template-fromarchives-php #main .teaser:after,
  .page-template-template-thisweek-php .teaser:after {
    display: inline-block;
    content: '\25b6\25b6\25b6';
    font-size: 12px;
    color: #ce1125;
    position: relative;
    letter-spacing: 1px;
  }
  /* line 2858, ../sass/screen.scss */
  .archive #main article > a,
  .page-template-template-fromarchives-php #main article > a,
  .page-template-template-thisweek-php article > a {
    display: inline-block;
    width: 245px;
    max-height: 150px;
    overflow: hidden;
    float: left;
    margin-right: 18px;
  }
  /* line 2866, ../sass/screen.scss */
  .archive #main article > a img,
  .page-template-template-fromarchives-php #main article > a img,
  .page-template-template-thisweek-php article > a img {
    padding-top: 0;
    width: 100%;
    height: auto;
  }
  /* line 2873, ../sass/screen.scss */
  .archive #main article:first-of-type > a,
  .page-template-template-fromarchives-php #main article:first-of-type > a,
  .page-template-template-thisweek-php article:first-of-type > a {
    max-height: 205px;
    width: 350px;
  }

  /* line 2879, ../sass/screen.scss */
  .woo-pagination {
    padding-top: 10px;
    border-top: 2px solid #aaa;
  }
  /* line 2883, ../sass/screen.scss */
  .woo-pagination .page-numbers {
    padding: 3px !important;
    color: #333;
  }

  /*--------------------
  	DESK: SINGLE POSTS
   ---------------------*/
  /* line 2894, ../sass/screen.scss */
  .single .post-meta {
    margin: 15px 0;
  }
  /* line 2898, ../sass/screen.scss */
  .single .sharethis-bar {
    float: right;
    margin: -5px 0 0;
  }
  /* line 2903, ../sass/screen.scss */
  .single .post-entries {
    margin-top: 20px;
  }
  /* line 2906, ../sass/screen.scss */
  .single .post-entries .fa:before {
    left: 30%;
  }
  /* line 2911, ../sass/screen.scss */
  .single .flare[data-flare-skin="modern"][data-orientation="horizontal"] {
    float: right;
    width: 30%;
    min-width: 30%;
  }
  /* line 2917, ../sass/screen.scss */
  .single .flare:first-child {
    margin: -46px 0 0;
  }
  /* line 2921, ../sass/screen.scss */
  .single .flare:last-child {
    margin: 0 0 -10px;
  }
  /* line 2925, ../sass/screen.scss */
  .single .article-end {
    margin: 25px 0;
    text-align: left;
  }
  /* line 2930, ../sass/screen.scss */
  .single .donate-button {
    float: left;
    margin: 5px 0 0;
  }

  /* line 2937, ../sass/screen.scss */
  .single .entry-title,
  .single .article-title,
  .single .title {
    font-size: 1.5rem;
    margin: 1rem 0 1.5rem;
    line-height: 1.4rem;
  }

  /* line 2945, ../sass/screen.scss */
  .page-link {
    clear: both;
  }

  /*DESK: sharethis bar positioning and sizing*/
  /* line 2951, ../sass/screen.scss */
  #author-bio-box .bio-description {
    width: 82%;
  }

  /* line 2958, ../sass/screen.scss */
  .disclaimer h3 {
    font-size: 1.25rem;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  /* line 2965, ../sass/screen.scss */
  .disclaimer .description {
    color: #666665;
    line-height: 1.2rem;
    font-size: 13px;
  }
  /* line 2971, ../sass/screen.scss */
  .disclaimer .description h3 {
    margin-top: 15px;
  }

  /* line 2977, ../sass/screen.scss */
  .comment-form-url {
    display: none;
    /*we already have our custom fields*/
  }

  /*--------------------
  	DESK: SINGLE PAGES
  ----------------------*/
  /* line 2985, ../sass/screen.scss */
  .three-col-middle #main-sidebar-container #main {
    width: 60%;
    padding-left: 0;
  }

  /* line 2992, ../sass/screen.scss */
  .page:not(.page-template-template-pitch-php):not(.page-template-template-fromarchives-php):not(.page-template-template-thisweek-php) .title.entry-title {
    max-width: 55%;
  }

  /* line 2997, ../sass/screen.scss */
  #sidebar-alt {
    max-width: 160px;
    left: 20px;
  }
  /* line 3002, ../sass/screen.scss */
  #sidebar-alt #menu-about-us li:not(:last-of-type) {
    border-bottom: none;
  }
  /* line 3006, ../sass/screen.scss */
  #sidebar-alt #menu-about-us li a {
    font-size: 0.9rem;
    color: #777;
    line-height: 25px;
  }
  /* line 3012, ../sass/screen.scss */
  #sidebar-alt #menu-about-us a:hover {
    color: #333;
    text-decoration: underline;
  }
  /* line 3017, ../sass/screen.scss */
  #sidebar-alt #menu-about-us .current-menu-item a {
    font-weight: 700;
    color: #333;
  }

  /* line 3026, ../sass/screen.scss */
  .page:not(.page-template-template-pitch-php):not(.page-template-template-fromarchives-php):not(.page-template-template-thisweek-php) #main-sidebar-container .title.entry-title {
    max-width: 55%;
    margin-bottom: 0;
  }
  /* line 3031, ../sass/screen.scss */
  .page:not(.page-template-template-pitch-php):not(.page-template-template-fromarchives-php):not(.page-template-template-thisweek-php) #main-sidebar-container .sharethis-bar {
    top: -23px;
  }
  /* line 3035, ../sass/screen.scss */
  .page:not(.page-template-template-pitch-php):not(.page-template-template-fromarchives-php):not(.page-template-template-thisweek-php) #main-sidebar-container article {
    float: left;
    margin-right: 20px;
    max-width: 100%;
  }
  /* line 3040, ../sass/screen.scss */
  .page:not(.page-template-template-pitch-php):not(.page-template-template-fromarchives-php):not(.page-template-template-thisweek-php) #main-sidebar-container article a img {
    float: left;
    display: block;
  }
  /* line 3045, ../sass/screen.scss */
  .page:not(.page-template-template-pitch-php):not(.page-template-template-fromarchives-php):not(.page-template-template-thisweek-php) #main-sidebar-container article .entry {
    float: left;
    width: 100%;
  }
  /* line 3051, ../sass/screen.scss */
  .page:not(.page-template-template-pitch-php):not(.page-template-template-fromarchives-php):not(.page-template-template-thisweek-php) #main-sidebar-container .banner-ad {
    width: auto;
    margin-bottom: 15px;
  }
  /* line 3055, ../sass/screen.scss */
  .page:not(.page-template-template-pitch-php):not(.page-template-template-fromarchives-php):not(.page-template-template-thisweek-php) #main-sidebar-container .banner-ad img {
    width: auto;
    height: auto;
  }
  /* line 3061, ../sass/screen.scss */
  .page:not(.page-template-template-pitch-php):not(.page-template-template-fromarchives-php):not(.page-template-template-thisweek-php) #main-sidebar-container .entry p strong a {
    color: #333;
  }
  /* line 3065, ../sass/screen.scss */
  .page:not(.page-template-template-pitch-php):not(.page-template-template-fromarchives-php):not(.page-template-template-thisweek-php) #main-sidebar-container .entry p {
    line-height: 1.4rem;
    font-size: 14px;
  }

  /* line 3071, ../sass/screen.scss */
  .entry img, img.thumbnail, #portfolio .group.portfolio-img img {
    border: none;
  }

  /* line 3075, ../sass/screen.scss */
  #sidebar-alt {
    position: relative;
    top: 110px;
  }
  /* line 3079, ../sass/screen.scss */
  #sidebar-alt ul,
  #sidebar-alt li {
    list-style: none;
    font-size: 16px;
  }
  /* line 3085, ../sass/screen.scss */
  #sidebar-alt li a {
    color: #333;
    text-decoration: none;
  }
}
/*Author page*/
/* line 3094, ../sass/screen.scss */
#post-author, #connect {
  border: 0 none;
  background: none transparent;
  line-height: 1.4;
  padding: 0;
}

/* line 3101, ../sass/screen.scss */
#post-author h4 {
  font-size: 20px;
}

/* line 3105, ../sass/screen.scss */
.profile-image {
  display: none;
}

/* *********** SEARCH RESULTS *********** */
/* line 3111, ../sass/screen.scss */
.searchandfilter li {
  float: left;
}
/* line 3115, ../sass/screen.scss */
.searchandfilter li.sf-field-post_date li {
  margin: 0 6px;
}
/* line 3119, ../sass/screen.scss */
.searchandfilter li.sf-field-post_date li input {
  margin: 0;
}
/* line 3123, ../sass/screen.scss */
.searchandfilter li.sf-field-category {
  margin: 11px 10px 0;
}
/* line 3127, ../sass/screen.scss */
.searchandfilter span.between {
  display: block;
  float: left;
  height: 42px;
  line-height: 42px;
}
/* line 3134, ../sass/screen.scss */
.searchandfilter .datepicker {
  max-width: 120px;
}
/* line 3138, ../sass/screen.scss */
.searchandfilter li.sf-field-submit {
  margin: 4px 0 0 4px;
}
/* line 3142, ../sass/screen.scss */
.searchandfilter li.sf-field-submit input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #0A2539;
  font-family: Verdana, sans-serif;
}

/* line 3154, ../sass/screen.scss */
.archive-search article.hentry {
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 3159, ../sass/screen.scss */
.archive-search .archive-thumb {
  float: left !important;
  margin-right: 10px !important;
}
/* line 3163, ../sass/screen.scss */
.archive-search .archive-thumb img {
  max-width: 250px;
  width: 100%;
  height: auto;
}
/* line 3171, ../sass/screen.scss */
.archive-search .entry {
  float: left !important;
  width: 61% !important;
}
/* line 3176, ../sass/screen.scss */
.archive-search h2.title.entry-title {
  max-width: 100% !important;
  text-transform: none !important;
}

/* line 3185, ../sass/screen.scss */
.search-results .archive_header {
  display: none;
}
/* line 3189, ../sass/screen.scss */
.search-results article.hentry {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  /*any mobile styles that absolutely need to overwrite the desktop styles*/
  /********************
  	HEADER
   ********************/
  /* line 3203, ../sass/screen.scss */
  #logo {
    text-align: center;
    float: none;
    margin: 15px auto 0;
  }

  /* line 3209, ../sass/screen.scss */
  .home #tablet-top {
    margin-bottom: 0;
  }
  /* line 3212, ../sass/screen.scss */
  .home #tablet-top #top {
    margin-bottom: 0;
    display: none;
  }
  /* line 3216, ../sass/screen.scss */
  .home #tablet-top #top .col-full {
    margin-bottom: 0;
  }
  /* line 3220, ../sass/screen.scss */
  .home #tablet-top #top #top-nav {
    margin-bottom: -30px;
    z-index: 1;
    float: right;
  }
  /* line 3225, ../sass/screen.scss */
  .home #tablet-top #top #top-nav li a {
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 1px;
  }
  /* line 3231, ../sass/screen.scss */
  .home #tablet-top #top #top-nav li.current_page_item a,
  .home #tablet-top #top #top-nav li.current_page_parent a,
  .home #tablet-top #top #top-nav li.current-menu-ancestor a,
  .home #tablet-top #top #top-nav li.current-cat a,
  .home #tablet-top #top #top-nav li#menu-item-34373 a {
    background: #6c7056 !important;
  }
  /* line 3239, ../sass/screen.scss */
  .home #tablet-top #top #top-nav li a:hover {
    background: #6c7056 !important;
  }
  /* line 3243, ../sass/screen.scss */
  .home #tablet-top #top #top-nav .fa {
    margin-top: 0;
    padding: 2px 0;
  }
  /* line 3248, ../sass/screen.scss */
  .home #tablet-top #top #top-nav .fa-search {
    background: transparent;
    height: 100%;
    width: 100%;
    display: block;
  }
  /* line 3255, ../sass/screen.scss */
  .home #tablet-top #top #top-nav .fa-search:before {
    font-size: 15px;
  }
  /* line 3259, ../sass/screen.scss */
  .home #tablet-top #top #top-nav .searchform .fa.fa-search:before {
    height: 15px;
    top: -3px;
  }

  /* line 3269, ../sass/screen.scss */
  .tablet .nav-toggle.icon {
    display: none !important;
  }
  /* line 3273, ../sass/screen.scss */
  .tablet #navigation .nav-close {
    display: none !important;
  }
  /* line 3277, ../sass/screen.scss */
  .tablet .searchform {
    width: 90%;
    float: right;
    margin-top: -20px;
    background: #fff;
  }
  /* line 3284, ../sass/screen.scss */
  .tablet #navigation .nav li.menu-item-has-children > a:after {
    color: #ce1125;
    font-size: 1.2rem;
    margin-top: 0px;
  }
  /* line 3290, ../sass/screen.scss */
  .tablet #main-nav {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    background: #fff;
  }
  /* line 3296, ../sass/screen.scss */
  .tablet #main-nav li {
    margin-bottom: 0;
    width: auto;
  }
  /* line 3300, ../sass/screen.scss */
  .tablet #main-nav li ul {
    position: absolute;
    top: 41px;
  }
  /* line 3304, ../sass/screen.scss */
  .tablet #main-nav li a {
    color: #333 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    text-decoration: none;
    padding-bottom: 14px !important;
  }
  /* line 3314, ../sass/screen.scss */
  .tablet #main-nav li a:after {
    color: #fff;
  }
  /* line 3318, ../sass/screen.scss */
  .tablet #main-nav li .sub-menu {
    padding: 0;
  }
  /* line 3321, ../sass/screen.scss */
  .tablet #main-nav li .sub-menu li a {
    font-size: 16px;
    display: block;
    height: 100%;
    text-transform: capitalize;
    font-weight: 400;
  }
  /* line 3329, ../sass/screen.scss */
  .tablet #main-nav li .sub-menu li a:hover {
    background: #444 !important;
  }
  /* line 3337, ../sass/screen.scss */
  .tablet #main-nav li:not(.menu-item-has-children) a {
    padding-bottom: 0.95em !important;
  }
  /* line 3342, ../sass/screen.scss */
  .tablet #main-nav .sub-menu:hover {
    background: #333;
  }
  /* line 3346, ../sass/screen.scss */
  .tablet #main-nav li:hover {
    background: #444 !important;
  }
  /* line 3349, ../sass/screen.scss */
  .tablet #main-nav li:hover a {
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    text-decoration: none;
    padding-bottom: 0.75em !important;
  }
  /* line 3359, ../sass/screen.scss */
  .tablet #main-nav li:hover .sub-menu {
    padding: 0;
    background: #333;
  }
  /* line 3363, ../sass/screen.scss */
  .tablet #main-nav li:hover .sub-menu li:not(:first-of-type) {
    border-top: 1px solid #555;
  }
  /* line 3367, ../sass/screen.scss */
  .tablet #main-nav li:hover .sub-menu li a {
    font-size: 0.8rem;
    display: block;
    height: 100%;
    padding: 16px !important;
  }
  /* line 3374, ../sass/screen.scss */
  .tablet #main-nav li:hover .sub-menu li a:hover {
    background: #333;
  }
  /* line 3383, ../sass/screen.scss */
  .tablet #navigation ul.nav > li a:hover {
    background: #333;
  }

  /********************
  	FOOTER
   ********************/
  /* line 3392, ../sass/screen.scss */
  #post-footer .menu-footer-menu-container {
    display: none;
  }

  /********************
  	SIDEBAR
   *******************/
  /* line 3400, ../sass/screen.scss */
  .g-single {
    text-align: center;
  }

  /********************
  	HOME
   ********************/
  /* line 3408, ../sass/screen.scss */
  #navigation .menus {
    position: relative;
    top: 0px;
    left: 0;
    background: #000;
    transition: left 0.2s ease;
  }

  /* line 3416, ../sass/screen.scss */
  .show-nav #navigation .menus {
    top: 0px;
    left: 0px;
  }

  /* line 3421, ../sass/screen.scss */
  .home .recent-stories {
    height: 445px;
    margin-bottom: 30px;
  }

  /* line 3426, ../sass/screen.scss */
  .section-title {
    clear: both;
  }

  /* line 3430, ../sass/screen.scss */
  .recent-stories-mobile {
    margin-top: 15px;
  }
  /* line 3433, ../sass/screen.scss */
  .recent-stories-mobile .slick-slide img {
    margin: 0 auto;
  }
  /* line 3437, ../sass/screen.scss */
  .recent-stories-mobile .story-container {
    padding: 0 30px;
  }
  /* line 3440, ../sass/screen.scss */
  .recent-stories-mobile .story-container .headline-image {
    width: 100%;
    height: 165px;
    overflow: hidden;
  }
  /* line 3446, ../sass/screen.scss */
  .recent-stories-mobile .story-container img {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  /* line 3453, ../sass/screen.scss */
  .recent-stories-mobile h2 a {
    color: #333;
  }
  /* line 3457, ../sass/screen.scss */
  .recent-stories-mobile .lower-content {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }
  /* line 3462, ../sass/screen.scss */
  .recent-stories-mobile .lower-content a {
    color: #333;
  }

  /* line 3468, ../sass/screen.scss */
  .ticker-header {
    height: 35px;
  }
  /* line 3470, ../sass/screen.scss */
  .ticker-header span {
    padding: 16px 20px;
    position: relative;
    top: 5px;
  }

  /* line 3478, ../sass/screen.scss */
  .tablet .featured-columns {
    clear: both;
    margin: 24px 0 0;
    overflow: hidden;
  }
  /* line 3483, ../sass/screen.scss */
  .tablet .featured-columns .section-title {
    font-size: 1.1em;
  }
  /* line 3487, ../sass/screen.scss */
  .tablet .featured-columns .featured-image {
    width: 100%;
    height: 145px;
    overflow: hidden;
  }
  /* line 3492, ../sass/screen.scss */
  .tablet .featured-columns .featured-image img {
    min-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    overflow: hidden;
  }
  /* line 3502, ../sass/screen.scss */
  .tablet .featured-columns ul li {
    width: 31%;
    float: left;
    min-height: 285px;
  }
  /* line 3507, ../sass/screen.scss */
  .tablet .featured-columns ul li .content-container {
    width: 87.5%;
    margin: 0 auto;
  }
  /* line 3513, ../sass/screen.scss */
  .tablet .featured-columns ul li:nth-child(2) {
    margin: 0 3.5%;
  }
  /* line 3518, ../sass/screen.scss */
  .tablet .featured-columns li:hover {
    text-decoration: none;
    background: #fcfcfc;
    box-shadow: inset 0 0 10px #a6a6a6;
  }
  /* line 3527, ../sass/screen.scss */
  .tablet .reporter-blogs .section-title {
    font-size: 1.1em;
  }
  /* line 3531, ../sass/screen.scss */
  .tablet .reporter-blogs .featured-image {
    float: left;
    margin-right: 15px;
    width: 165px;
    height: 150px;
    overflow: hidden;
  }
  /* line 3538, ../sass/screen.scss */
  .tablet .reporter-blogs .featured-image img {
    width: 100%;
    height: auto;
  }
  /* line 3544, ../sass/screen.scss */
  .tablet .reporter-blogs .teaser-content {
    max-width: 72%;
    float: left;
  }

  /****************
  	SINGLE POSTS
   ****************/
  /* line 3555, ../sass/screen.scss */
  .sharethis-bottom {
    clear: both;
  }

  /* line 3559, ../sass/screen.scss */
  .column-image {
    margin-bottom: 15px;
  }

  /* line 3563, ../sass/screen.scss */
  h1.title {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1139px) {
  /*since a lot of the main containers on the desktop site are based on a minimum width of 1140px
  these rules will help to maintain the tablet styles*/
  /*------
  	Header
   ------*/
  /* line 3578, ../sass/screen.scss */
  #main-nav li a,
  #main-nav li:hover a {
    font-size: 14px;
  }

  /* line 3583, ../sass/screen.scss */
  #logo {
    float: left;
  }

  /* line 3587, ../sass/screen.scss */
  #tablet-top {
    margin-bottom: 0;
    height: 0px;
  }

  /* line 3592, ../sass/screen.scss */
  #top {
    margin-bottom: 0;
  }

  /* line 3596, ../sass/screen.scss */
  #top-nav {
    margin-bottom: 0;
  }

  /*------
  	Footer
   ------*/
  /* line 3604, ../sass/screen.scss */
  #post-footer #menu-footer-menu li {
    margin-right: 10px;
    padding-right: 10px;
  }

  /*------
  	Homepage
   ------*/
  /* line 3614, ../sass/screen.scss */
  .home section.reporter-blogs .teaser-content {
    max-width: 70%;
  }
  /* line 3618, ../sass/screen.scss */
  .home .photo-friday-link {
    width: 360px;
  }

  /* line 3623, ../sass/screen.scss */
  .recent-stories-mobile {
    width: 75%;
    margin: 15px auto 0;
  }
  /* line 3627, ../sass/screen.scss */
  .recent-stories-mobile .slick-slide img {
    margin: 0 auto;
  }
  /* line 3631, ../sass/screen.scss */
  .recent-stories-mobile .story-container {
    padding: 0 30px;
  }
  /* line 3634, ../sass/screen.scss */
  .recent-stories-mobile .story-container .headline-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  /* line 3640, ../sass/screen.scss */
  .recent-stories-mobile .story-container img {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  /* line 3647, ../sass/screen.scss */
  .recent-stories-mobile h2 a {
    color: #333;
  }
  /* line 3651, ../sass/screen.scss */
  .recent-stories-mobile .lower-content {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }
  /* line 3656, ../sass/screen.scss */
  .recent-stories-mobile .lower-content a {
    color: #333;
  }

  /* line 3664, ../sass/screen.scss */
  .single .flare:first-child {
    width: 30%;
    min-width: 30%;
    float: right;
    text-align: right !important;
    margin-top: -41px;
  }
  /* line 3672, ../sass/screen.scss */
  .single .flare:last-child {
    margin-bottom: -50px;
    float: right;
    text-align: right !important;
    margin-top: -41px;
  }
  /* line 3679, ../sass/screen.scss */
  .single .donate-button,
  .single .donate-button:link,
  .single .donate-button:visited,
  .single .donate-button:hover {
    float: left;
    margin: 5px 0 0;
  }

  /*-------
  	Archives
   --------*/
  /* line 3693, ../sass/screen.scss */
  .archive #main article .has-image {
    width: 365px;
  }

  /* line 3697, ../sass/screen.scss */
  .archive #main article:first-of-type .has-image {
    width: 275px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 3706, ../sass/screen.scss */
  #logo a {
    display: block;
    position: relative;
    top: -30px;
  }

  /* line 3712, ../sass/screen.scss */
  .nav-toggle.icon {
    position: relative;
    z-index: 999;
  }

  /* line 3717, ../sass/screen.scss */
  .nav-toggle.icon,
  .nav-close {
    cursor: pointer;
  }

  /* line 3722, ../sass/screen.scss */
  #main-nav-container nav#navigation {
    transition: all 0.2s;
  }

  /* line 3726, ../sass/screen.scss */
  .show-nav nav#navigation,
  #main-nav-container nav#navigation.on {
    transform: translate3d(0%, 0, 0) !important;
    -webkit-transform: translate3d(0%, 0, 0) !important;
  }
}
