/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}
body.fixed_stuff {
  padding-top: 38px;
}
body#articlePage.fixed_stuff {
  padding-top: 148px;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

a {
  color: #333;
  text-decoration: none;
}

html {
  background: #eee;
  /*font-family: "utopia-std", georgia, serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-weight: 400;
}

#sb-site {
  background: #eee;
}

.sb-slidebar {
  background: #333;
  border-right: 2px solid #666;
}
#sb-site {
  /*padding: 100px 0 0;*/
  padding: 50px 0 0;
}

.sup_nav {
  display: none;
  background: #333;
  padding: 0;
}
.sup_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sup_nav ul li {
  float: left;
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-size: 12px;
  margin: 0;
}
.sup_nav ul li a {
  color: #ccc;
  font-weight: 900;
  display: inline-block;
  padding: 8px 12px;
}
.sup_nav ul li.subscribe a {
  color: #fff;
  background: #cf0505;
  background: #9e0505;
}
.sup_nav ul li a:hover {
  color: #fff;
}
.sup_nav p.date {
  color: #ccc;
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 7px 0;
  text-align: right;
  font-weight: 900;
}

header {
  display: none;
  background: #fff;
  position: relative;
}
header a {
  color: #f0ece4;
}
header .inside {
  height: 198px;
  border-bottom: 2px solid #111;
}
header .wrapper {
  height: 200px;
}
header div.search {
  padding: 30px 0px 0 10px;
  float: left;
  position: relative;
}
header div.search div.ad {
  border-bottom: 0;
  margin: 5px 0;
}
header div.search div.ad img {
  height: auto;
  position: relative;
  display: block;
}
header div.search div.ad:after {
  content: '';
  line-height: 0px;
}
header div.search form {
  position: relative;
}
header div.search form input.searchQuery {
  line-height: 20px;
  font-size: 12px;
  padding: 2px 10px;
  color: #aaa;
  border: 1px solid #cecece;
  border-radius: 15px;
  padding-right: 30px;
}
header div.search form input.searchButton {
  /*background: #0f83d0;*/
  background: url(../img/magnifyingglass.png) 50% 50% no-repeat;
  border: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 900;
  text-indent: -99999px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  right: 5px;
  padding: 0;
}

div.search div.ad:after {
  content: '';
  line-height: 0px;
}
div.search form {
  position: relative;
}
div.search form input.searchQuery {
  line-height: 20px;
  font-size: 12px;
  padding: 2px 10px;
  color: #aaa;
  border: 1px solid #cecece;
  border-radius: 15px;
  padding-right: 30px;
}
div.search form input.searchButton {
  /*background: #0f83d0;*/
  background: url(../img/magnifyingglass.png) 50% 50% no-repeat;
  border: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  text-indent: -99999px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  right: 5px;
  padding: 0;
}

div.mobile-nav div.search {
  width: 300px;
  position: absolute;
  /*top: 64px;*/
  top: 15px;
  right: 20px;
}
div.mobile-nav div.search form {
  width: 100%;
}
div.mobile-nav div.search form input.searchQuery {
  width: 260px;
}

div.mobile-nav div.search a.expand {
  display: block;
  width: 22px;
  height: 24px;
  text-indent: -9999px;
  background: url(../img/magnifyingglass.png) 50% 50% no-repeat;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
div.mobile-nav div.search form {
  display: none;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  /*background: #a0c5e8;*/
  background: #333;
  height: 50px;
  /*height: 100px;*/
  width: 100%;
  /*min-width: 400px;*/
  z-index: 1080;
}
.mobile-nav div.ad {
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
}
.mobile-nav div.ad > div {
  margin: 0;
}
.mobile-nav .sb-toggle-left {
  width: 58px;
  float: left;
  padding: 16px;
}

.mobile-nav .sb-toggle-right {
  width: 58px;
  float: right;
  padding: 16px;
}
.mobile-nav img {
  width: 200px;
}

.sb-toggle-left,
.sb-toggle-right,
.sb-open-left,
.sb-open-right,
.sb-close {
  cursor: pointer;
}

.navicon-line {
  width: 24px;
  height: 4px;
  border-radius: 1px;
  margin-bottom: 3px;
  background-color: #fff;
}

.upper_ad {
  background: #ccc;
  padding: 1px 0;
  display: none;
}

nav {
  width: 100%;
  z-index: 100;
  display: none;
}

#weather {
  display: none;
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding: 10px 10px 0 0;
  z-index: 0;
  position: relative;
}
#weather div.details {
  float: left;
  position: relative;
}
#weather img {
  margin-top: 0px;
  position: absolute;
  top: 0px;
  left: 28px;
  z-index: 0;
  height: 75px;
  width: auto;
}
#weather h3 {
  position: relative;
  z-index: 100;
  width: 130px;
  color: #333;
  font-size: 22px;
  font-weight: 900;
  /*font-family: helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  padding-top: 70px;
}
#weather h3 span {
  font-weight: 400;
  /*font-family: helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-size: 12px;
}
#weather div.ad {
  float: right;
  position: relative;
  border-bottom: 0;
}
#weather div.ad img {
  height: auto;
  position: relative;
  display: block;
  left: auto;
  top: auto;
}

#logo {
  margin: 0 0 0 28px;
  text-align: center;
  display: none;
  position: relative;
  z-index: 200;
  padding: 0;
  position: relative;
  float: left;
}

#logo h1 {
  font-size: 50px;
  line-height: 50px;
  text-indent: -9999px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#logo h1 a {
  display: block;
  height: 100%;
}
#logo img {
  width: 100px;
  margin: 16px 0 0;
}

nav select {
  margin: 0 0 0 20px;
}

nav ul {
  display: none;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

nav ul {
  margin: 0;
  padding: 0 0 0 50px;
  list-style: none;
  position: relative;
}
nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0 1px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
  line-height: 18px;
}
nav ul li a {
  padding: 7px 5px;
  display: block;
  color: #222;
  font-weight: 900;
}
nav ul li.selected:hover a,
nav ul li:hover a {
  background: #ddd;
  color: #222;
}
nav ul li.selected a {
  background: #222;
  color: #eee;
}

nav ul li ul.sub-nav {
  visibility: hidden;
  position: absolute;
  top: 32px;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  border-left: 0;
  width: 100%;
  padding: 10px 0 0;
  z-index: 2000;
}
nav ul li:hover ul.sub-nav {
  /*display: block;*/
  visibility: visible;
}
nav ul li ul.sub-nav li {
  line-height: 30px;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin: 0 15px;
}
nav ul li ul.sub-nav li a {
  background: none;
  border: 0;
  padding: 0 10px;
  /*color: #fff;*/
  color: #333;
}
nav ul li ul.sub-nav li a:hover {
  background: #32414e;
  color: #fff;
}

ul.sub-nav div.contents div.col {
  width: 400px;
  float: left;
  margin: 0 10px 10px 0;
  padding-right: 10px;
  border-right: 1px solid #cfcfcf;
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
}
ul.sub-nav div.contents div.col.first,
ul.sub-nav div.contents div.col.last {
  width: 250px;
}
ul.sub-nav div.contents div.col.last {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
nav ul li ul.sub-nav li div.contents ul {
  padding: 0;
  border: 0;
}
nav ul li ul.sub-nav li ul li {
  margin: 0;
  line-height: 1.6;
}
nav ul li ul.sub-nav li ul.left,
nav ul li ul.sub-nav li ul.right {
  width: 50%;
  float: left;
}
nav ul li ul.sub-nav li div.contents a {
  padding: 0;
  display: inline;
}
nav ul li ul.sub-nav li a:hover {
  background: none;
  color: #222;
}
nav ul li ul.sub-nav li div.contents div.story {
  padding: 0;
  border-bottom: 0;
}
nav ul li ul.sub-nav li div.contents div.story img {
  width: 50% !important;
  float: right;
  margin: 0 0 0 10px;
}
nav ul li ul.sub-nav li div.contents div.last div.story {
}
nav ul li ul.sub-nav li div.contents div.last div.story h3 {
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  padding: 0 0 10px;
  margin: 0;
  font-size: 15px;
}
ul.sub-nav h3.section {
  margin: 5px 0;
}

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

.padding {
  padding: 20px;
}

.wrapper {
  width: auto;
  margin: 0 auto;
  position: relative;
}

div#content {
  background: #fff;
  padding: 15px;
}
div#content dl {
  margin: 0;
  width: 100% !important;
}
div.story img {
  width: 100% !important;
  height: auto !important;
}
div.story img.staff-member-photo {
  width: 25% !important;
}

div#content div.wrapper {
  padding: 0;
  /*font-family: 'utopia-std', Georgia, serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  color: #333;
}
div#details {
  padding: 0 20px 20px;
}
h1,
h2,
h3,
h4,
h5 {
  /*font-family: "utopia-std", Georgia, serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-weight: 900;
  color: #333;
  line-height: 1;
}

h1 {
  margin-top: 20px;
  font-size: 3em;
}

h2 {
  margin-top: 0px;
  font-size: 1.6em;
}

div#flow_news h1 a,
div#flow_news h2 a,
div#flow_news h3 a,
div#flow_news h4 a,
div#flow_news h5 a,
div#content h1 a,
div#content h2 a,
div#content h3 a,
div#content h4 a,
div#content h5 a {
  color: #333;
}

div.story h1,
div.story h2,
div.story h3,
div.story h4,
div.story h5,
div.story p {
  margin: 0 0 5px;
  line-height: 1;
  /*font-family: 'utopia-std', Georgia, serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
}
div.story h3.grouping {
  margin: 30px 0 0;
}
div.top_story h3 {
  font-size: 34px;
}
div.story p {
  font-size: 14px;
  line-height: 1.3;
  overflow: hidden;
  /*font-family: 'utopia-std', Georgia, serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-weight: 400;
}

div.story {
  padding: 15px 0;
  border-bottom: 1px solid #cfcfcf;
}
div.news_list div.story {
  padding: 10px 0 3px;
}
body#homePage div#content div.river {
  background: #eee url(../img/ajax-loader.gif) 50% no-repeat;
  max-height: 400px;
}
div#content div.river div.stories {
  overflow: auto;
  background: #eee;
  position: relative;
  left: -99999px;
}
div.river div.story {
  padding: 5px 0 3px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 3px;
}
div.river div.more_news {
  padding: 0;
  margin: 0;
}
div#content div.river div.more_news a {
  display: block;
  background: #333;
  color: #eee;
  padding: 10px;
}
div.river div.story h3 {
  font-size: 13px;
  font-weight: 900;
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
}
div.river div.story img {
  width: 40% !important;
  float: left;
  margin: 0 10px 10px 0;
}
div#content div.river div.ad {
  margin: 0;
  padding: 0;
}
div#content div.river div.ad img {
  width: 180px !important;
  height: 60px;
  float: none;
  margin: 10px 0 0;
}
div#content div.first,
div#content div.story.first {
  padding-top: 0;
  margin-top: 0;
}
div.story img {
  margin: 0 0 10px;
}
div.story h4.category {
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-weight: 400;
  color: #d13d2d;
  font-size: 13px;
}

div.story h4.byline {
  font-weight: 400;
  color: #666;
  font-size: 14px;
  font-style: italic;
}
div.detail_slide h4.date,
div.story h4.date {
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-weight: 400;
  color: #d13d2d;
  color: #aaa;
  font-size: 12px;
}
div.story h4.category {
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-weight: 900;
  color: #92191f;
  font-size: 12px;
}
div#content span.date,
div#content span.new {
  color: #b32409;
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
div#content span.date {
  font-size: 0.8em;
  font-weight: 400;
  text-transform: none;
  color: #aaa;
}
div#content div.river span.new {
  font-size: 11px;
}

div#content div.news_list h3 {
  font-size: 1em;
}

div#content ul.widget_col,
div#content div.story_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#content div.story_list ul li {
  padding: 0 0 5px;
  margin: 5px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1;
  font-size: 14px;
}
div#content div.story_list ul li.last {
  border-bottom: 0;
}
div#content div.story_list ul li a {
  font-weight: 900;
}

div#content div.print_ads #p2w_header,
div#content ul li h2.widgettitle,
h3.section {
  /*font-family: 'jaf-bernino-sans-condensed', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  margin: 20px 0 0;
  font-size: 16px;
  color: #5487d3;
  color: #25487c;
  color: #92191f;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
div#content div.main_top h3.section {
  margin-bottom: 10px;
}
div#content div.main_bottom div.story {
  padding: 7px 0 6px;
}
div#content div.main_bottom div.story h3 {
  font-size: 14px;
  margin: 0;
}
div#content div.main_bottom div.section_story h3 {
  /*font-weight: 200;*/
}
div#content div.main_bottom div.section_story.first h3 {
  font-size: 18px;
  font-weight: 900;
}
div#content div.main_bottom div.section_story.first img {
  width: 30% !important;
  float: left;
  margin: 0 10px 0 0;
}
div.more_stories h4 {
  margin: 10px 0;
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-size: 15px;
  text-align: right;
}
div.more_stories h4 a:after {
  content: ' \25B8';
}
div#content div.river h3.section {
  margin: 15px 0 1px;
  margin: 0;
  background: #666;
  color: #fff;
  padding: 5px 10px;
}
div#content div.river h3.section a {
  color: #fff;
}
div#content div.check_this_out {
  padding: 10px;
  background: #eee;
}
div#content div.check_this_out h3.section {
  padding-left: 10px;
  margin-top: 5px;
}
div#content div.check_this_out div.story {
  padding: 10px;
  border-bottom: 0;
}
div#content div.check_this_out div.story h3 {
  font-size: 14px;
}
div#content div.check_this_out div.story img {
  width: 40% !important;
  margin: 0 10px 5px 0;
  float: left;
}
div#content div.check_this_out div.ad {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

div#content div.slider {
  margin-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 15px;
  position: relative;
}
div#content div.slider div.slide_controls {
}
div#content div.slider div.slide_controls span {
  width: 2em;
  /*height: 227px;*/
  height: 100%;
  position: absolute;
  z-index: 100;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  text-indent: -9999px;
}
div#content div.slider div.slide_controls span.prev {
  top: 0;
  left: 0;
}
div#content div.slider div.slide_controls span.next {
  top: 0;
  right: 0;
}
div#content div.slider div.slide_controls span.prev:hover {
  background: rgba(0, 0, 0, 0.25) url(../img/arrows-3-left.png) 50% 50%
    no-repeat;
}
div#content div.slider div.slide_controls span.next:hover {
  background: rgba(0, 0, 0, 0.25) url(../img/arrows-3-right.png) 50% 50%
    no-repeat;
}
div#content div.slider div.all_slides {
  display: none;
}
div#content div.slider div.padding {
  padding: 0px;
}
div#content div.slider div.detail_slide {
  margin: 0 0 0px;
  position: relative;
  /*height: 375px;*/
}
div#content div.slider img {
  max-width: 100%;
  height: auto;
}
div#content div.slider h3 {
  color: #222;
}
div#content div.slider h3 {
  font-size: 22px;
  margin: 5px 0;
}
div#content div.slider div.detail_slide p,
div#content div.slider div.detail_slide h3 {
  margin: 5px 0;
}
div#content div.slider div.detail_slide h3 a {
}
div#content div.slider h3 a,
div#content div.slider p a {
  color: #222;
}
div#content div.slider p {
  margin: 5px 0 0;
  padding: 0;
}
div.thumbs_wrap {
  overflow: hidden;
  /*width: 360px;*/
  height: 125px;
  position: relative;
  margin: 0 0 0 23px;
}
div#content div.slider div.thumbs {
  padding: 10px 0 0;
  overflow: hidden;
  /*display: none;*/
  position: relative;
  background: #eee;
}
div#content div.slider div.thumbs div.ca-nav span.ca-nav-prev {
  top: 50px;
  left: 0;
  position: absolute;
  font-size: 0;
}
div#content div.slider div.thumbs div.ca-nav span.ca-nav-prev:after {
  content: '\25C0';
  width: 10px;
  height: 10px;
  color: #aaa;
  font-size: 20px;
  cursor: pointer;
}
div#content div.slider div.thumbs div.ca-nav span.ca-nav-next {
  top: 50px;
  right: 0;
  position: absolute;
  font-size: 0;
}
div#content div.slider div.thumbs div.ca-nav span.ca-nav-next:after {
  content: '\25B6';
  width: 10px;
  height: 10px;
  color: #aaa;
  font-size: 20px;
  cursor: pointer;
}
div#content div.slider div.thumbs div.wrap {
  /*width: 10000px;*/
  height: 130px;
  list-style: none;
  padding: 0;
  margin: 0;
}
div#content div.slider div.thumb {
  /*width: 121px;*/
  width: 32%;
  /*padding: 0 5px 0 0;*/
  float: left;
  /*margin: 0 10px 0 0;*/
  margin: 0;
  /*padding: 21px 10px 10px;*/
  /*background: url(../img/thumbs-bg.png) 50% -9px no-repeat;*/
}
div#content div.slider div.thumb div.padding {
  padding: 0 10px 0 0;
}
div#content div.slider div.thumbs div.wrap div.thumb img {
  border-top: 5px solid #eee;
}
div#content div.slider div.thumbs div.wrap div.current img {
  border-top: 5px solid #ad002c;
}
div#content div.slider div.thumb h4,
div#content div.slider div.thumb p,
div#content div.slider div.thumb h3 {
  font-size: 11px;
  margin: 5px 0 0;
  display: none;
}

div#content div.slider div.thumb h3 {
  display: block;
}

div#content div.slider div.dots {
  text-align: center;
  margin: 20px 0 0;
}
div#content div.slider div.dots div.dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b6b7b9;
  display: inline-block;
  margin: 0 5px;
}
div#content div.slider div.dots div.dot.current {
  background: #92191f;
}

div#content div.photo_video {
  background: #eee;
  border-bottom: 0px solid #cfcfcf;
  clear: both;
  padding: 1px 10px 10px;
  margin: 10px 0 0;
}
div#content div.photo_video div#photo_video_slider {
  width: 100%;
  position: relative;
}
div#content div.photo_video div#photo_video_slider div.ca-wrapper {
  width: 100%;
  height: 200px;
  position: relative;
}
div#content div.photo_video h3.section {
  margin: 8px 0;
}
div#content div.photo_video div.slide {
  width: 122px;
  float: left;
  margin: 0 10px 0 0;
}
div#content div.photo_video div.slide div.padding {
  padding: 0 10px 0 0;
}
div#content div.photo_video div.slide img {
  width: 100%;
  height: auto;
}
div#content div.photo_video div.slide h3 {
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-size: 13px;
  margin: 5px 0;
}
div#photo_video_slider div.ca-nav {
  position: absolute;
  top: 39px;
  left: -14px;
  z-index: 2000;
  width: 635px;
  display: none;
}
div#photo_video_slider:hover div.ca-nav {
  display: block;
}
div#photo_video_slider div.ca-nav span.ca-nav-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(../img/arrow-left.png) 0 0 no-repeat;
  overflow: hidden;
  cursor: pointer;
  z-index: 2000;
  text-indent: -9999px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div#photo_video_slider div.ca-nav span.ca-nav-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(../img/arrow-right.png) 0 0 no-repeat;
  overflow: hidden;
  cursor: pointer;
  z-index: 2000;
  text-indent: -9999px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

div#content ul.widget_col li.widget {
  padding: 10px;
  background: #eee;
  margin: 10px 0;
  border-bottom: 1px solid #cfcfcf;
}
div#content ul.widget_col li.widget .widgettitle {
  margin-top: 5px;
}

div#content span.meta {
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-size: 12px;
}

div.page-link {
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  padding: 20px 0;
  color: #666;
  font-size: 12px;
}

div.page-link a {
  padding: 3px 8px;
  border: 1px solid #666;
  border-radius: 12px;
}

div#notifications.fixed {
  position: fixed;
  top: 48px;
  width: 972px;
  z-index: 1000;
  padding-top: 0;
  border-top: 0;
}
body#articlePage div#notifications.fixed {
  top: 147px;
}

div#developing,
div#breaking {
  background: #c40c0c;
  background: #d2d2d2;
  color: #fff;
  padding: 0;
  width: 972px;
  margin: 0 0 10px;
  height: 32px;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #777;
}
div#developing h2,
div#breaking h2 {
  color: #fff;
}
div#developing a,
div#developing h3 a,
div#developing h3,
div#breaking a,
div#breaking h3 a,
div#breaking h3 {
  color: #333;
}
div#developing h2,
div#breaking h2 {
  color: #f73d3d;
  color: #fff;
  font-size: 14px;
  /*font-family: 'jaf-bernino-sans-condensed', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  margin: 0 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  background: #c40c0c;
  padding: 8px;
  text-align: center;
  line-height: 17px;
}
div#developing h2:after,
div#breaking h2:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #c40c0c;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 2;
}
div#developing h2 {
  background: #3b6caa;
}
div#developing h2:after {
  border-left-color: #3b6caa;
}
div#developing div.scroll_item,
div#breaking div.scroll_item {
  display: inline-block;
  margin: 0 60px 0 0;
}
div#developing h3,
div#breaking h3,
div#developing marquee,
div#breaking marquee {
  /*width: 756px;*/
  width: auto;
  position: absolute;
  top: 5px;
  left: 160px;
  /*font-family: 'jaf-bernino-sans-condensed', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.4;
}
div#developing h3,
div#breaking h3 {
  margin-left: 20px;
}

div.ad {
  padding-bottom: 10px;
  text-align: center;
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-size: 9px;
  color: #ccc;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #cfcfcf;
  position: relative;
  margin: 20px auto 0;
}
div.ad > div {
  margin: 0 auto;
}
div.ad a {
  display: block;
}
div.upper_ad .ad div.ad720x90 {
  margin: 0 auto;
}
div.ad:after {
  /*content: "advertisement";*/
  line-height: 20px;
}

div.story_detail div.ad {
  margin-bottom: 15px;
}

div.ad div.ad300x250 {
  width: 300px;
  height: 250px;
  background: #666;
  color: #fff;
  text-align: center;
  line-height: 250px;
  margin: 0 auto;
}
div.ad div.ad180x150 {
  width: 180px;
  height: 150px;
  background: #666;
  color: #fff;
  text-align: center;
  line-height: 180px;
  margin: 0 auto;
}
div.ad div.ad720x90 {
  width: 720px;
  height: 90px;
  background: #666;
  color: #fff;
  text-align: center;
  line-height: 90px;
}
div.ad div.ad190x90 {
  width: 190px;
  height: 90px;
  background: #666;
  color: #fff;
  text-align: center;
  line-height: 90px;
}
div.ad div.ad120x60 {
  width: 120px;
  height: 60px;
  background: #666;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
div.ad div.ad230x30 {
  width: 230px;
  height: 30px;
  background: #666;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.sb-slidebar ul,
.sb-slidebar ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-size: 20px;
}
div#content div.print_ads {
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-size: 13px;
}

div.col.last ul.sidebar li div.widget {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #cfcfcf;
}
div#content div.col.last ul.sidebar div.story_list.widget li {
  border-bottom: 0;
}
.p2w_salisbury-featured-ads_Item a {
  color: #22a8f3;
}
.sb-slidebar ul li a {
  color: #eee;
  display: block;
  padding: 20px;
  border-bottom: 1px solid #222;
  border-top: 1px solid #555;
}
.sb-slidebar ul li a:hover {
  background: #5794e8;
  color: #fff;
}

div#footer {
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  padding: 20px 20px 100px;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  background: #222;
}
div#footer h4 {
  color: #eee;
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

div#footer ol {
  list-style: none;
}

div#footer ol,
div#footer ol.siteMap {
  margin-top: 0;
  padding-left: 0;
}

div#footer ol.siteMap {
  padding-left: 12px;
  list-style-image: url(../img/ico-bullet-lod.png);
}
#footNetwork li {
  margin-bottom: 15px;
}

div#footer p {
  width: 50%;
  float: left;
}
div#footer p.copyright {
  text-align: right;
}
div#footer a {
  color: #eee;
  font-weight: 400;
}

/* =====
Story 
====*/

body#articlePage div#content div.story {
  padding: 0;
}
body#articlePage div#content div.river_page div.story {
  padding: 15px 0 10px;
}
body#articlePage div#content div.river_page div.story img {
  width: 100px !important;
  height: auto;
  float: left;
  margin: 0 10px 10px 0;
}
body#articlePage div#content div#leftRail {
  width: 100%;
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
}
body#articlePage div#content div#leftRail div.reader_barometer {
  text-align: center;
}
body#articlePage div#content div#leftRail h3 {
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-size: 15px;
  margin: 10px 0 0;
}
body#articlePage div#content div#leftRail ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
body#articlePage div#content div#article {
}
body#articlePage div#content div.story div.byline img {
  width: 60px !important;
  height: auto !important;
  float: left;
  margin: 0 1em 1em 0;
}
body#articlePage div#content div.story div.callouts {
  background: #fff;
  /*display: none;*/
}

body#articlePage div#content div.story p {
  margin: 0 0 1em;
  line-height: 1.3;
  font-weight: 400;
  font-size: 15px;
}

.byline {
  margin: 1em 0;
}

body#articlePage div#content div.story p.pubStamp {
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  margin: 1em 0;
  padding: 0;
  color: #999;
  padding: 0;
  font-size: 12px;
}
body#articlePage div#content div.story p.author,
body#articlePage div#content div.story p.social {
  margin: 0;
  padding: 0px 0 0;
  line-height: 1.2;
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-size: 12px;
}

dd.wp-caption-text {
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 12px;
  color: #333;
}

div#flow_news {
  position: relative;
  left: -99999px;
}
div#flow_news_slider {
  width: 100%;
  display: none;
  position: relative;
  border-bottom: 1px solid #666;
  background: #fff;
  z-index: 1000;
}
div#flow_news div.ca-nav {
  position: absolute;
  top: 30px;
  left: -14px;
  z-index: 2000;
  width: 1000px;
  display: none;
}
div#flow_news:hover div.ca-nav {
  display: block;
}
div#flow_news div.ca-nav span.ca-nav-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(../img/arrow-left.png) 0 0 no-repeat;
  overflow: hidden;
  cursor: pointer;
  z-index: 2000;
  text-indent: -9999px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div#flow_news div.ca-nav span.ca-nav-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(../img/arrow-right.png) 0 0 no-repeat;
  overflow: hidden;
  cursor: pointer;
  z-index: 2000;
  text-indent: -9999px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div#flow_news.fixed {
  display: none;
  position: fixed;
  top: 35px;
  width: 972px;
  z-index: 1000;
  padding-top: 0;
  border-top: 0;
}
div#flow_news div.wrap {
  height: 96px;
  overflow: hidden;
  position: relative;
}
div#flow_news div.story {
  width: 193px;
  float: left;
  padding: 0;
  margin: 0 10px 0 10px;
  /*border-right: 1px solid #666;*/
  background: #fff;
  border-bottom: 0;
}
div#flow_news div.story h4 {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 900;
}
div#flow_news div.story h3 {
  font-size: 13px;
  margin: 0 10px 10px 0;
}
div#flow_news div.story img {
  width: 30%;
  float: left;
  margin: 0 10px 20px 0;
}

div#content ul.sidebar {
  list-style: none;
  padding: 0;
  margin: 0;
}
div#content ul.sidebar div#asBarometer {
  width: 130px;
}
div#content ul.sidebar li.widget_recent_entries ul li {
  padding: 10px 0 0;
}

body#homePage div.opinion div.item_1 {
  margin-bottom: 10px;
}

body#homePage div.opinion div.item_2,
body#homePage div.opinion div.item_3 {
  width: auto;
  border-bottom: 0;
}

div.categoryHead {
  /*
    display: none;
    */
  text-align: center;
  padding: 10px 0 0;
  border-bottom: 2px solid #222;
  margin: 0 0 10px;
  border-top: 1px solid #222;
}
div.categoryHead h2.category {
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
  margin: 0 0 1px;
}

div.articleOptions div.admin,
div.print_this {
  float: right;
}
div.articleOptions div.admin a,
div.print_this span,
div.print_this a {
  display: inline-block;
  padding: 7px 10px 6px;
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  background: #aaa;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  margin: 0 0 0 5px;
}
div.articleOptions span.admin a:hover,
div.print_this span:hover,
div.print_this a:hover {
  background: #333;
}
div.print_this span a:hover,
div.print_this span a {
  background: none;
  padding: 0;
  display: inline;
  margin: 0;
}
div.print_this span a img.WP-EmailIcon {
  display: none;
}

.wp-polls {
  /*font-family: 'jaf-bernina-sans-narrow', helvetica, arial, sans-serif;*/
  font-family: 'Lato', helvetica, arial, sans-serif;
  font-size: 14px;
}
div.wp-polls ul li,
div.wp-polls p {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.3;
}

.wp-polls .Buttons {
  display: inline-block;
  padding: 8px 3px 8px;
  background-color: #777 !important;
  border: 0 !important;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
}

#marketplace_greatfindsbox {
  padding: 9px;
  border: 1px solid #4b789b;
}

.f_controls {
  display: block !important;
  position: fixed;
  bottom: 0px;
  right: 0px;
  text-align: right;
  z-index: 2;
  padding: 10px;
}
.f_controls a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: 99999px;
  background: green;
  margin: 0 10px;
  background-size: cover;
}
.f_controls a:hover {
  border-bottom: 0px !important;
}
.f_controls a.reset {
  background: url(/wp-content/themes/2016-bni-mobile/media/img/mobile_font/undo_40.png);
  display: none;
}
.f_controls a.increase {
  background: url(/wp-content/themes/2016-bni-mobile/media/img/mobile_font/add_40.png);
}
.f_controls a.decrease {
  background: url(/wp-content/themes/2016-bni-mobile/media/img/mobile_font/subtract_40.png);
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: '';
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: ' '; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 450px) {
  .sup_nav p.date {
    float: right;
    width: 200px;
  }
  header div.search form input.searchQuery {
    width: 189px;
  }
  #logo {
    margin: 0 0 0 28px;
    text-align: center;
    display: none;
    position: relative;
    z-index: 200;
    padding: 0;
    position: relative;
    float: left;
  }

  #logo h1 {
    width: 327px;
    height: 135px;
  }
  #logo img {
    width: 100px;
  }

  .main {
    width: 60%;
    float: left;
    padding-top: 10px;
  }
  div#content {
  }
  div#content div.main_column div.main_top {
    border-bottom: 1px solid #cfcfcf;
  }
  div#content div.main_column div.main_top div.right div.story h3 {
    font-size: 15px;
  }
  div#content div.main_column div.main_top div.right div.story.first h3 {
    font-size: 20px;
  }
  div#content div.river img {
    width: 40%;
    margin: 0 10px 10px 0;
    float: left;
  }
}
@media only screen and (min-width: 550px) {
}
@media only screen and (min-width: 670px) {
  /* Style adjustments for viewports that meet the condition */
  header {
    display: block;
    margin-top: 0;
  }
  .sup_nav {
  }
  #logo {
  }
  #logo img {
    width: 400px;
  }
  #weather {
    display: block;
  }
  #weather {
    width: 250px;
    float: left;
  }
  #weather div.details {
    float: left;
  }
  nav {
    padding: 1px 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    clear: both;
  }
  nav img.logo {
    display: none;
  }
  nav.fixed {
    position: fixed;
    top: 0;
    width: 972px;
    z-index: 1000;
    padding-top: 0;
    border-top: 0;
    height: 33px;
    background: #fff;
  }
  nav.fixed img.logo {
    display: block;
    height: 20px;
    width: auto;
    position: relative;
    left: 10px;
    float: left;
    margin: 5px 20px 0 0;
  }
  nav.fixed ul {
    border-top: 0;
  }

  nav .sb-toggle-left {
    display: none;
  }
  nav {
    bottom: 0px;
  }
  nav ul {
    display: block;
    background: #fff;
  }
  nav select {
    display: none;
  }
  .wrapper {
    /*width: 972px;*/
    /*width: 1072px;*/
  }
  div#content {
    padding: 15px 0 50px 15px;
  }
  div#content div.main_column {
    width: 622px;
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #cfcfcf;
  }
  div#content div.col {
    width: 300px;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #cfcfcf;
  }
  div#content div.col.last {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  div#content div.main_column div.main_top div.right {
    width: 200px;
  }
  div#content div.main_column div.main_top div.left {
    /*width: 200px;*/
    width: 55%;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #cfcfcf;
    float: left;
  }
  div#content div.main_column div.main_top div.right {
    /*width: 400px;*/
    width: 40%;
    /*width: 300px;*/
    float: left;
  }
  body#articlePage div#content div.story div.callouts {
    width: 300px;
    float: right;
    margin: 0 0px 10px 10px;
  }
  div#footer div.col {
    width: 25%;
    float: left;
  }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  abbr[title]:after {
    content: ' (' attr(title) ')';
  }

  /*
     * Don't show links for images, or javascript/internal links
     */

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
