/* Container */
  body {
    background: white;
  }

  @media (min-width: 1200px) {
    .new_pbn {
      position: relative;
      width: 1400px;
      min-height: 500px;
      left: 50%;
      margin-left: -700px;
      background: #eae7e4;
    }
    .new_pbn .container {
      margin: auto;
      width: 1030px;
      padding: 0;
    }
  }
  @media (max-width: 1200px) {
    .new_pbn .container {
      margin: auto;
      width: 100%;
      padding: 0 15px;
    } 
  }

  /* Type / common styles */
  .new_pbn, .new_pbn TD {
    font-family: arial, sans-serif;
    color: #555;
    font-size: 0.85em;
    line-height: 1.2;
  }
  .new_pbn h1, .new_pbn h2, .new_pbn h3, .new_pbn h4, .new_pbn p {
    font-weight: normal;
    margin: 0 0 0.5em 0;
    padding: 0;
  }
  .new_pbn h1, .new_pbn h2, .new_pbn h3, .new_pbn h4 {
    font-family: 'PT Serif',georgia,"times new roman",times,serif;  
    line-height: 1.3;
  }
  .new_pbn img {
    max-width: 100%;    
  }
  .new_pbn p {
    line-height: 1.4;
    font-family:;
    font-size: 112%;  
  }
  .new_pbn h1 {
    font-size: 300%;
  }
  .new_pbn h2 {
    font-size: 250%;
  }
  .new_pbn h3 {
    font-size: 175%;
  }
  .new_pbn h4 {
    font-size: 125%;
  }
  .new_pbn h1 A, .new_pbn h2 A, .new_pbn h3 A, .new_pbn h4 A {    
    font-weight: 100;    
  }
  .new_pbn .arial {
    font-family:  arial,sans-serif; 
  }
  .new_pbn .pts {
    font-family: 'PT Serif',georgia,"times new roman",times,serif;  
    font-weight: 700;
  }
  .new_pbn .label {
    font-family: 'PT Sans';  
    color: #142d56 !important;
    font-weight: 700;
    font-size: 125%;
    text-transform: uppercase;    
    padding: 3px 0;
    margin-bottom: 5px;
  }
  .new_pbn .sm_label {
    color: #aaa;
    font-size: 87%;
    text-transform: uppercase;    
    padding: 3px 0;
    margin-bottom: 10px;
    font-weight: normal;
  }
  .new_pbn .byline {
    font-family:;  ;
    text-transform: uppercase;
    font-size: 90%;
    margin-bottom: 5px;
  } 

  .new_pbn a {
    color: #45669f;
    text-decoration: none;    
  }
  .new_pbn a:HOVER {
    color: #142d56;
  }
  .new_pbn .more a {
    color: #888;
    font-family:; 
    font-size: 70%;
    text-transform: uppercase;
    margin-left: 2px;
  }
  .new_pbn .more a:HOVER {
     color: #ca1332;
     text-decoration: underline;
  }
  .new_pbn .darkblue , .new_pbn a.darkblue , .new_pbn .darkblue  a {
    color: #0d1a2d;
  }
  .new_pbn .darkBlueScreen, .new_pbn a.darkBlueScreen , .new_pbn .darkBlueScreen  a {
    background-color: #0d1a2d;
    color: white;
  }
  .new_pbn  a.darkBlueScreen , .new_pbn .darkBlueScreen a {
    color: #a4c0ee;  
  }
  .new_pbn .mediumdarkblue , .new_pbn a.mediumdarkblue , .new_pbn .mediumdarkblue  a {
    color: #142d56;
  }
  .new_pbn .mediumdarkBlueScreen {
    background-color: #142d56;
    color: white; 
  }
  .new_pbn a.mediumdarkBlueScreen , .new_pbn .mediumdarkBlueScreen a {
    color: #142d56;  
  }
  .new_pbn .lightblue, .new_pbn a.lightblue, .new_pbn .lightblue a {
    color: #45669f!important;
  }
  .new_pbn .purple, .new_pbn a.purple, .new_pbn .purple a {
    color: #a2beec!important;
  }
  .new_pbn .purplescreen {
    background-color: #a2beec;
  }
  .new_pbn .lightbluescreen {
    background-color: #45669f;
  }
  .new_pbn .mediumgreyscreen{
    background-color: #eae7e4;
  }
  .new_pbn .lightGreyScreen {
    background-color: #f8f6f4;
  }
  .new_pbn .whiteScreen {
    background-color: #fff;
  }
  .new_pbn a.white, .white {
    color: #fff;
  }
  .new_pbn .red a {
    background: #dd0000!important;
  }
  .commentHilite {
	display: inline-block !important;
	border-radius: 1em !important;
	background: #ff0000 !important;
	color: #ffffff !important;
	font-size:12px !important;
	margin: 0 0 0 10px !important;
	padding: 0 7px !important;
  }
  

  /* Font Types */
  .new_pbn .ptSans {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
  }
  .new_pbn .ptSansBold {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
  }
  .new_pbn .ptSerif {
    font-family: 'PT Serif', serif;
    font-weight: 400;
  }
  .new_pbn .ptSerifBold {
    font-family: 'PT Serif', serif;
    font-weight: 700;
  }
  .new_pbn .ptSerifItalic {
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-weight: 400;
  }
  .new_pbn .georgia {
    font-family: georgia,"times new roman",times,serif;
    line-height: 1.2;
    font-weight: normal;
  }

  /* Added margins, padding and borders */
  .new_pbn .topmargin {
    margin-top: 30px;
  }
  .new_pbn .bottommargin {
    margin-bottom: 30px;
  }
  .new_pbn .topmargin-small {
    margin-top: 15px;
  }
  .new_pbn .topmargin-lists {
    margin-top: 10px;
  }
  /* Dark Blue Top Border */
  .new_pbn .uppermargin {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 4px solid #0d2651;
    line-height: 1.5;
  }
  .new_pbn .bottompadding {
    margin-bottom: 15px;
  }
  .new_pbn .lessbottompadding {
    margin-bottom: 10px;
  }
  .new_pbn .shadedbottompadding {
    padding-bottom: 10px;    
  }
  .new_pbn .nullpadding {
    padding: 8px;
    background-color: #fff;    
  }
  .new_pbn .toppadding {
    margin-top: 15px;
  }
  .new_pbn .divider {
    padding: 0 4px;
  }
  .new_pbn .borderleft {
    border-left: 1px solid #ccc;
 }
 .new_pbn .borderright {
    border-right: 1px solid #ccc;
    padding-right: 12px;
 }
 .new_pbn .bordertop {
    border-top: 1px solid #aaa;
    margin-left: 0;    
 }
  .new_pbn .borderbottom {
    border-bottom: 1px solid #ccc; 
    margin-bottom: 12px;
    padding-bottom: 12px;
 }
  .new_pbn .dottedborder{
    border-top: 1px dotted #ccc;
    margin-top: 10px;
    padding-top: 8px;      
 }
 .new_pbn .margin-left{
  margin-left: 20px;
 }

 /* Template layout */
 .new_pbn .topbar {
  font-size: 1.0em;
  padding: 5px 0 5px 0;
 }
 .new_pbn .topbar .pull-right {
  text-transform: uppercase;
 }
 .new_pbn .topbar .border-right {
  border-right: 1px solid #2f4364;
  margin-right: 10px;
  padding-right: 10px;
 }
 .new_pbn .masthead {
    background: #284473 url(/images/pbn-masthead-screen.png) top left repeat-y;
    height: 140px;
    overflow: hidden;
    padding: 24px 0;
  }
  @media (max-width: 480px) {
    .new_pbn .masthead {
      width: 100%;
      height: auto;
      padding: 15px 0;
      text-align: center;
    }
  }
  @media (min-width: 1200px) {
    .new_pbn .masthead .col-sm-4.masthead-logo {
      width: 28.5%;
    }
    .new_pbn .masthead .col-sm-8.masthead-content {
      width: 70.5%; 
    }
  }
  @media (min-width: 769px) {
    .new_pbn .pagecontent {
      padding: 10px 0;
    }
    .new_pbn .pagebody .pagecontent-col {
      width: 65.5%;
      margin-left: 15px;
      min-height: 700px;
    }
    .new_pbn .pagebody aside {
      width: 31.5%;
      margin-bottom: 25px;
    }
    .new_pbn.norail .pagecontent-col {
      width: 100%;
    }
    .new_pbn.norail aside {
      display: none;
    }
  }
  @media (min-width: 769px) {
    .new_pbn footer .columns .col-sm-2 {
      width: 20%;
    }
  }

  .new_pbn .latestnews ul.taxons-list {
      padding: 0;
      margin: 0 0 10px 8px;
      font-weight: bold;
      line-height: 1.3;
  }
  .new_pbn ul.taxons-list {
      padding: 0;
      margin: 0 0 10px 25px;
      font-weight: bold;
      line-height: 1.3;
  }
  .new_pbn .lead {    
    font-size: 100%;
  }
  .new_pbn .category_lead {
    color: #444;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .new_pbn .issueDate {
	  float: right;
	  top: 3px;
  }
  .new_pbn .links {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
            
  }
   .new_pbn .railitem {
    margin-bottom: 20px;
  }
  /*.new_pbn .content_rail .railitem .links {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700; 
    text-transform: uppercase;
    font-size: 110%;
  } */
  .new_pbn .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #45669f;
    padding: 3px 8px 2px 8px;
    font-size: 80%;
    border-radius: 0;
  }
  .new_pbn .striped {
    font-weight: bold;    
    /*padding: 5px 5px 0 5px;*/
  }
  .new_pbn .striped_bg_grey {
    background-color: #efefef;
    padding: 5px 5px 5px 5px;
  }
  .new_pbn .striped_bg {
    background-color: #fff;
    padding: 5px 5px 5px 5px;
  }
 /* .new_pbn .nav-pills .pill  {
    background-color: #a5a5a5;
    font-size: 80%;
    padding: 3px 3px 0 3px;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
  }*/
.new_pbn .widget {
    background-color: #fff;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 3px solid #0d2651;
    line-height: 1.5;
    border-left: 1px solid #0d2651;
    border-bottom: 1px solid #0d2651;
    border-right: 1px solid #0d2651;
    padding: 10px;
  }
  
.new_pbn .widget_subscribe {
	width: 100%;
	background: #f3f3f3;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
	border-bottom: 1px #000000 solid;
}
.new_pbn .widget_subscribe input[type=button] {
	padding: 3px 10px;
	font-weight: normal;
	font-size: 10pt;
}
.new_pbn .widget_subscribe p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.eedition img {
	height: 150px !important;
	width: auto !important;
}

/* OLD CSS */

/*    EVENTS (RAIL)    */
.new_pbn #widget_events #eventscontent_hosted #leaditem .headline A {
  font-size: 22px !important;
  font-family: 'PT Serif' !important;
  font-weight: normal !important;
}

.new_pbn #widget_events #eventscontent_hosted #leaditem #lead {
  font-size: 14px;
  color: #666;
}

.new_pbn #widget_events #eventscontent_hosted UL {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.new_pbn #widget_events #eventscontent_hosted UL LI {
  padding: 7px;
  margin: 0;
  font-family: arial;
  font-size: 12px;
  line-height: 15px;
  list-style: none;
}

.new_pbn #widget_events #eventscontent_hosted UL LI A {
  font-weight: bold;
}

.new_pbn #eventscontent_calendar .headline {
  font-size: 12px !important;
  font-family: arial !important;
  font-weight: bold !important;
  display: block;
  margin: 0 0 0 15px;
}

.new_pbn #eventscontent_calendar .item {
	display: block !important;
	margin: 10px 0 !important;
	padding: 0 0 5px 0 !important;
	border-bottom: 1px #a3a3a3 solid !important;
}

.new_pbn .shaded {
  background: #EFEFEF;
  padding: 8px;
}

/* Mobile nav */
.new_pbn .navbar-default { /* Global type */
  font-family: 'PT Sans',sans-serif;
  color: white;
  background: #142d56;
  font-size: 1.3em;
  border: none; 
}
.new_pbn .navbar-default .navbar-nav > .active > a, 
.new_pbn .navbar-default .navbar-nav > .active > a:hover, 
.new_pbn .navbar-default .navbar-nav > .active > a:focus,
.new_pbn .navbar-default .navbar-nav > .open > a, 
.new_pbn .navbar-default .navbar-nav > .open > a:hover, 
.new_pbn .navbar-default .navbar-nav > .open > a:focus,
.new_pbn .navbar-default .navbar-nav .open .dropdown-menu > li > a { /* Resets for hover / active / dropdowns */
    background-color: #284473;
    color: white;
    font-size: 100%;
}
.new_pbn .navbar-default .navbar-nav a:hover {
  background-color: #284473;
}
.new_pbn nav, .new_pbn nav a, .new_pbn .navbar .nav > li > a { /* Resets for links of various states */
  color: white;
}
@media (min-width: 769px) { /* Overall horiz padding reset for desktop */
  .new_pbn .navbar-default .container-fluid {
    padding: 0;
  }
}
.new_pbn .navbar { /* Global vertical spacing for desktops */
  min-height: 0;
  border-radius: 0;
}
.new_pbn .navbar-default .navbar-brand { /* Mobile nav label */
  color: white;
  font-size: 120%;
  height: auto;
  padding: 11px;
}
.new_pbn .mobile-top-bar.mobile-updated .navbar-brand {
  font-size: 90%;
  padding: 4px 0;
  height: 30px;
}
.navbar-default .navbar-toggle { /* Mobile dropdown button */
    border-color: #f1efef;
    margin-right: 10px;
    padding: 5px;
}
.new_pbn .navbar-nav > li > a { /* Vertical spacing on individual nav items */
  padding: 3px 11px;
}
.new_pbn .navbar-default .navbar-toggle:hover,
.new_pbn .navbar-default .navbar-toggle:focus,
.new_pbn .navbar-default .dropdown-menu { /* Bg for dropdowns  */
  background-color: #284473;
}
.new_pbn .navbar-default .dropdown-menu > li > a { /* Spacing / font for dropdowns */
  padding: 2px 15px;
  font-size: 85% !important;
}
.new_pbn .navbar-default .dropdown-menu .divider { /* Spacing for dropdown dividers */
  margin: 4px 0;
}
.new_pbn .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.new_pbn .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.new_pbn .dropdown-menu .divider { /* Color for dropdown dividers */
  background: #142d56;
}

/* Desktop nav */
.new_pbn .desktopnav {
  position: relative;
  padding: 0 185px;
}
.new_pbn .desktopnav #subscribe #subscribe_btn {
  float: right;
  padding: 10px 20px 0 20px;
  height: 39px;
  background: url(/images/pbn-subsc-screen.png) top left repeat-x;
  border-left: 1px solid #274372;
  border-right: 1px solid #274372;
  cursor: pointer;
}

.new_pbn .desktopnav #subscribe .btn_on {
  background: #45669f !important;
}

.new_pbn .desktopnav #subscribe #subscribe_btn A {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
}

.new_pbn .itemhead,
.new_pbn .itemval {
	float: left;
	margin: 0 10px 0 0;
}

.new_pbn .offer {
	border-bottom: 1px #000000 solid;
	margin: 0 0 25px 0;
}

.new_pbn .clickme {
	padding: 0 0 0 auto;
	margin: 20px 0 0 0;
}

.new_pbn .lgphoto {
	margin: 7px 0;
}

.new_pbn .lgphoto img {
	max-width: 100%;
	height: auto;
}

.new_pbn .desktopnav #subscribe #subscribe_btn IMG {
  margin-bottom: 1px;
  margin-left: 15px;
}

.new_pbn .desktopnav #subscribe_menu {
  position: absolute;
  width: 330px;
  z-index: 99;
  margin-left: 700px;
  border-top: 5px solid #45669f;
  margin-top: 39px;
  display: none;
  -moz-box-shadow: 0 1px 3px #000;
  -webkit-box-shadow: 0 1px 3px #000;
  box-shadow: 0 1px 3px #333;
}

.new_pbn .desktopnav #subscribe_menu TD {
  color: white;
  border-bottom: 1px solid #2e343e;
  cursor: pointer;
}

.new_pbn .desktopnav #subscribe_menu #photo {
  width: 112px;
  text-align: center;
  margin: 7px 0;
}

.new_pbn .desktopnav #subscribe_menu .copy {
  margin-right: 15px;
  font-size: 15px;
}

.new_pbn .desktopnav .subscribe_menuitem_hover {
  background: #142d56;
}

.new_pbn .desktopnav .subscribe_menuitem_hover TD {
  color: #a2beec !important;
}

.new_pbn .desktopnav .nav_button {
  cursor: pointer;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  height: 39px;
}

.new_pbn .desktopnav #buttons .button {
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
  background: #45669f;
}

.new_pbn .desktopnav #buttons .button A {
  color: white; 
}

.new_pbn .desktopnav #buttons .rightborder {
  border-right: 1px solid #323d4f;
}

.new_pbn .desktopnav .nav_button_hover, .new_pbn .desktopnav .nav_button_alwayson {
  background: #45669f;
}

.new_pbn .desktopnav .nav_button_home {
  /* padding-left: 15px;
  padding-right: 15px; */
  padding-left: 0px;
  padding-right: 0px;
}

.new_pbn .desktopnav .nav_button_home IMG {
  margin-top: 9px;
}

.new_pbn .desktopnav .nav_button .link {
  line-height: 39px;
}

.new_pbn .desktopnav .nav_button .link A {
  color: white;
  text-decoration: none;
}

.new_pbn .desktopnav .nav_drawer {
  cursor: auto;
  position: absolute;
  width: 1030px;
  background: white;
  display: none;
  z-index: 99;
  border-top: 4px solid #45669f;
  -moz-box-shadow: 0 1px 3px #000;
  -webkit-box-shadow: 0 1px 3px #000;
  box-shadow: 0 1px 3px #333;
  font-size: 14px;
  line-height: auto;
  border-left: 1px solid #EFEFEF  ;
  border-right: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  font-size: 12px;
  padding-bottom: 25px;
}

.new_pbn .desktopnav .nav_drawer .column {
  float: left;
  width: 171px;
  brder: 1px solid red;
}

.new_pbn .desktopnav .nav_drawer .firstcolumn {
  width: 175px;
}

.new_pbn .desktopnav .nav_drawer #drawerscreen {
  background: #f8f6f4;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 7px;
  font-size: 13px;
  position: absolute;
  z-index: -1;
  width: 1030px;
}

.new_pbn .desktopnav .nav_drawer .column .header {
  background: #f8f6f4;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 7px;
  font-size: 13px;
}

.new_pbn .desktopnav .nav_drawer .column .header A {
  color: #142d56;
}

.new_pbn .desktopnav .nav_drawer .column .header A:HOVER {
  color: #46669f;
  text-decoration: none;
}

.new_pbn .desktopnav .nav_drawer .column .child {
  padding: 6px 0;
  margin-left: 15px;
  width: 141px;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
}

.new_pbn .desktopnav .nav_drawer .column .child A {
  color: #46669f;
}

.new_pbn .desktopnav .nav_drawer .column .child_hover {
  background: #f8f6f4;
  cursor: pointer;
}

.new_pbn .desktopnav .nav_drawer .column .child_hover A {
  color: #142d56;
  text-decoration: none;
}

/* Tablet nav */

.new_pbn .tablet-nav .navitem {
  font-size: 1.3em;
  margin-bottom: 14px;
}
.new_pbn .tablet-nav .navitem a {
  color: white;
}

/*   SEARCH IN RAIL    */
.new_pbn #widget_search {
  border-top: 4px solid #0d2651;
  border-left: 1px solid #0d2651;
  border-right: 1px solid #0d2651;
  border-bottom: 1px solid #0d2651;
  background: #45669f;
  margin-top: 15px;
  padding: 0 12px 9px 12px;  
}
.new_pbn #widget_search .input-group  {
  width: 97%;
  margin-top: 15px;
  margin-left: 3px;  
}
.new_pbn #widget_search .input-group INPUT {
  border: 1px solid #0d2651;
  background: white;
  padding: 5px 10px;
  font-family: arial;
  font-size: 16px;
  color: #999;
}
.new_pbn #widget_search .input-group .input-group-btn .btn  {
  margin-top: 0;
  border: 1px solid #0d2651;
  padding-top: 9px;
  padding-bottom: 9px;  
}
.new_pbn #widget_search #input INPUT.input_focus {
  color: black;
}
.new_pbn #widget_search #advanced {
  text-align: right;
  font-size: 11px;
  margin-top: 8px;
}

.new_pbn #widget_search #advanced A {
  color: #a2beec;
  padding-right: 5px;  
}

/* Widget Popular */
.new_pbn ol.taxons-list {
  padding: 0;
  margin: 0 0 8px 16px;
  font-weight: bold;
  line-height: 1.3;
}
.new_pbn ol.taxons-list li {
    padding: 4px;
    
} 

/* Widet Poll */
.new_pbn .weekly_poll #question {
  font-weight: bold;
  margin-bottom: 15px;
  color: #444;
  line-height: 1.2;
}
.new_pbn .weekly_poll .input-group label {
  margin-bottom: 15px;
  margin-left: 10px;
  font-weight: 100;
}
.new_pbn .weekly_poll .input-group-addon {
  background-color: #fff;
  padding: 3px;
}
.new_pbn .weekly_poll .input-group-addon, .input-group-btn {
  vertical-align: top;
}
.new_pbn .weekly_poll .input-group-addon:first-child {
  border: none;   
}
.new_pbn #vote {
  cursor: pointer;
}

/* FOOTER */
.new_pbn footer {

}

.new_pbn footer .container a:HOVER {
  color: #142d56;  
}

.new_pbn footer .container .titles {
  /*font-size: 13px;*/
  font-family: 'PT Sans',sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.new_pbn footer #box {
  margin-top: 15px;
  cursor: pointer;
  height: 33px;
  line-height: 33px;
  background: #45669f url(/images/pbn-enews-box.png) top left repeat-x;
  border: 1px solid #284473;
  font-size: 13px;
  text-align: center;
}
.new_pbn footer #editions_list {
  background: none repeat scroll 0 0 #45669f;
  border: 1px solid #284473;
  display: none;
  font-size: 13px;
  margin-left: -33px;
  margin-top: -455px;
  position: absolute;
  text-transform: none;
  width: 240px;  
}

.new_pbn footer #copyright {
  color: #7e899b;
  font-size: 11px;
  border-top: 1px solid #2f394a;
  border-bottom: 1px solid #2f394a;
  margin-top: 30px;
  padding: 10px 0;
  margin-bottom: 30px;
}

.new_pbn .pbn-footer #twitter {
  float: left;
  width: 312px;
  bckground: red;
}

.new_pbn .pbn-footer #twitter #content {
  background: #0d2651;
  padding: 15px 10px;
  cursor: pointer;
}

.new_pbn .pbn-footer #twitter #quotes {
  float: left;
  width: 61px;
  margin-right: 17px;
}

.new_pbn .pbn-footer #twitter #words {
  float: left;
  width: 214px;
  font-size: 16px;
}

.new_pbn .pbn-footer #twitter #words .datestamp {
  color: #a2beec;
}

/* Landing */
@media (max-width: 480px) {
  .new_pbn #breadcrumb {
    display: none;   
  }
}

.new_pbn #breadcrumb .crumb {
  float: left;
  background: #f8f6f4;
  font-family: arial;
  font-size: 11px;
  padding: 5px 10px;
  margin-right: 2px;
}

.new_pbn #breadcrumb .crumb_off A {
  color: #45669f;
}

.new_pbn #breadcrumb .crumb_on A {
  color: #142d56;
}

/* Category Parent */
.new_pbn #content_category_parent  .nav-pills .pill a {
    background-color: #f8f6f4;
    font-size: 83%;
    padding: 3px 8px 2px;
    color: #45669f;
    font-weight: bold;
    border-radius: 0;
  }
.new_pbn #content_category_parent  .nav-pills .pill a:HOVER {
  color: #142d56;    
}

/* Category child */
#content_category_child p {
  color: #666;
  font-size: 1.0em;
}

/* Footer - tools */
.new_pbn footer #tools {
  text-transform: uppercase;
  font-size: 17px;
  border-bottom: 1px solid #323943;
  height: 63px;
  line-height: 63px;
  overflow: hidden;
  margin-bottom: 35px;
}

.new_pbn footer #tools #right {
  float: right;
  width: 325px;
  border-left: 1px solid #323943;
  height: 63px;
  txt-align: right;
  padding-left: 25px;
}

.new_pbn footer #tools #right .kicker {
  margin-right: 10px;
}

.new_pbn footer #tools #right .icon {
  margin-left: 12px;
  margin-top: 18px;
}

.new_pbn footer #tools #enews #kicker {
  float: left;
  width: 142px;
}

.new_pbn footer #tools #enews #editions {
  float: left;
  width: 175px;
  margin-right: 4px;
}

.new_pbn footer #tools #enews #editions #box {
  margin-top: 15px;
  cursor: pointer;
  height: 33px;
  line-height: 33px;
  background: #45669f url(/images/pbn-enews-box.png) top left repeat-x;
  border: 1px solid #284473;
  font-size: 13px;
  text-align: center;
}

.new_pbn footer #tools #enews #editions #label {
  text-align: center;
}

.new_pbn footer #tools #enews #editions #arrows {
  float: right;
  margin: 4px 6px 0 0;
}

.new_pbn footer #tools #enews #editions #editions_list {
  position: absolute;
  margin-left: -33px;
  margin-top: -393px;
  display: none;
  border: 1px solid red;
  width: 240px;
  border: 1px solid #284473;
  background: #45669f;
  text-transform: none;
  font-size: 13px;
}

.new_pbn footer #tools #enews #editions #editions_list .option {
  border-top: 1px solid #284473;
  height: 47px;
  line-height: 13px;
  padding: 4px 0;
  cursor: pointer;
}

.new_pbn footer #tools #enews #editions #editions_list #option_1 {
  border-top: none;
}

.new_pbn footer #tools #enews #editions #editions_list #checkbox {
  float: left;
  padding: 15px 7px 0 4px;
}

.new_pbn footer #tools #enews #editions #editions_list #thumbnail {
  float: left;
  margin-right: 10px;
}
.new_pbn footer #tools #enews #editions #editions_list #thumbnail img {
  max-height: 40px;
}

.new_pbn footer #tools #enews #editions #editions_list #title {
  float: left;
  width: 135px;
  height: 47px;
}

.new_pbn footer #tools #enews #editions #editions_list #title TABLE {
  height: 47px;
}

.new_pbn footer #tools #enews #editions #editions_list #title TD {
  color: white;
}

.new_pbn footer #tools #enews #editions #editions_list .option_hover, .new_pbn footer #tools #enews #editions #editions_list .option_alwayson {
  background: #5a7bb5;
}

.new_pbn footer #tools #enews #editions #editions_list .option_hover #title TD, .new_pbn footer #tools #enews #editions #editions_list .option_alwayson #title TD {
  color: #142d56;
}

.new_pbn footer #tools #enews #editions #editions_list #moredetails {
  text-align: center;
  background: #5a7bb5;
  height: 30px;
  line-height: 23px;
}

.new_pbn footer #tools #enews #editions #editions_list #moredetails A {
  color: white;
  background: #5a7bb5;
}

.new_pbn footer #tools #enews #editions #editions_list #moredetails A:HOVER {
  color: #142d56;
  text-decoration: none;
}

.new_pbn footer #tools #enews #inputs {
  float: left;
  width: 318px;
  margin-top: 15px;  
}

.new_pbn footer #tools #enews #email {
  background: white;
  border: 1px solid #45669f;
  width: 215px;
  /*padding: 4px 95px 4px 7px;*/
  height: 25px;
  line-height: 22px;
  font-family: arial;
  font-size: 15px;
}

.new_pbn footer #tools #enews #submit {
  position: absolute;
  margin-left: 244px;
  margin-top: 5px;
}

.new_pbn .content_rail #adheader {
    color: #aaa;
    font-family: arial,sans-serif;
    font-size: 10px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.new_pbn .shaded li a{
  margin-bottom: 20px;
  padding-bottom: 8px; 
}

/* Events */
.new_pbn .widget .eventstab {
  font-size: 10px;
  margin-bottom: 10px;
  color: white;
  background: #dd0000;
  font-family: arial;
  text-transform: none;
  cursor: pointer;
  margin-left: 2px;
  font-weight: bold;
  padding: 1px 8px;
}
.new_pbn .widget .eventstab_selected {
  background: #45669f;  
}

/* Media */
.new_pbn .widget .videostab {  
  font-size: 10px;
  margin-bottom: 10px;
  color: white;
  background: #dd0000;
  font-family: arial;
  text-transform: none;
  cursor: pointer;
  margin-left: 2px;
  font-weight: bold;
  padding: 1px 8px
}
.new_pbn .widget .videostab_selected {
  background: #45669f;
}

/* Lists */
.new_pbn .widget_bol {
	background: #ffffff;
	border: 1px solid #0d1a2d;
	padding: 10px 8px;
	margin-bottom: 20px;
}

.new_pbn .widget_bol lead {
	font-size: 14px;
}

.new_pbn .widget_bol .boltab {
  font-size: 10px;
  color: white;
  background: #dd0000;
  font-family: arial;
  text-transform: none;
  cursor: pointer;
  margin-left: 2px;
  font-weight: bold;
}

.new_pbn .widget_bol .boltab_selected {
  background: #45669f;
}
.new_pbn .widget_bol .list-unstyled {
  margin-left: 12px;
}

.new_pbn .widget_bol img {
	float: left;
	width: 100px !important;
	height: auto !important;
	margin: 0 15px 0 0;
}

/* People */
.new_pbn .widget_people .peopletab {
  font-size: 10px;
  margin-bottom: 10px;
  color: white;
  background: #a5a5a5;
  font-family: arial;
  text-transform: none;
  cursor: pointer;
  margin-left: 2px;
  font-weight: bold;
  padding: 1px 8px
}
.new_pbn .widget_people .peopletab_selected {
  background: #45669f;
}
.new_pbn .widget_people .peoplecontent {
  display: none;
}

/* Latest News */
.new_pbn .widget_latest_news .latestnewstab {  
  font-size: 10px;
  margin-bottom: 10px;
  color: white;
  background: #a5a5a5;
  font-family: arial;
  text-transform: none;
  cursor: pointer;
  margin-left: 2px;
  font-weight: bold;
  padding: 1px 8px
}
.new_pbn .widget_latest_news .latestnewstab_selected {
  background: #45669f;
}

.new_pbn .widget_latest_news .latestnewscontent {
  display: none;
}
.new_pbn .latest_news .taxons-list {
  margin-left: 15px;
}

/* Popular */
.new_pbn .tab {
  width: 76px;
  color: white;
  background: #45669f;
  font-size: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 1px 8px 1px 12px;
}

/* Press Releases */
.new_pbn .press_releases .taxons-list {
  margin-left: 15px;
}

/* Mobile login and create account links */
.new_pbn .mobile-links {
  margin-left: 0;  
}

.new_pbn .mobile-links a {
  font-size: 90%;
}
.new_pbn .mobile-links .divider {
  font-size: 85%;
}

/* Mobile Navsearch button */
.new_pbn .left {
  margin-top: -3px!important;
  margin-bottom: 0!important;
}

.new_pbn footer .container .titles {

}

/* Paywall Prompt layout */
#linkLeftCol {
  width: 305px;
  float: left;
  margin: 0 10px 0 0;
}

#linkRightCol {
  width: 305px;
  float: left;
  margin: 0 10px 0 0;
}
.linkContainer {
  width: 284px;
  border: 1px #000000 solid;
  background: #d7e0ec;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 10px;
  float: left;
  display: block;
}

.linkContainer .title {
  color: #142d56;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.linkContainer .headline {
  color: #ffffff;
  background: #142d56;
  padding: 7px 0;
  margin: 0 0 7px 0;
  text-align: center;
  font-size: 18pt;
  font-family: Arial, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal !important;
  display: block;
  width: 100%;
}

.linkContainer .headline a {
  color: #ffffff !important;
}
.linkContainer .headline a:hover {
  color: #45669f !important;
}

.linkContainer .title A {
  
}

.linkContainer .description {
  color: #555555;
  font-weight: normal !important;
}


/* PBN EVENTS PAGE CLASSES */
#pbn_event_wrapper {
	width: 100%;
	padding: 10px 15px;
	display: inline-block;
	clear: both;
}

#pbn_event_wrapper_blue {
	width: 100%;
	padding: 20px 15px;
	margin: 20px 0;
	background-color: #f6faff;
	display: inline-block;
	clear: both;
}

#pbn_event_logo {
	width: 135px !important;
	display: block;
	border: 0;
	float: left;
	margin: 15px 15px 15px 0;
}

#pbn_event_details {
	margin: 0 10px 0 0;
}

#pbn_event_title {
	font-size: 16pt;
}

#pbn_event_content {
	font-size: 10pt;
	text-align: left !important;
	float: left;
}


/* PBN SPECIAL SECTIONS CLASSES */
#pbn_section_wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 15px;
	clear: both;
}

#pbn_section_wrapper_blue {
	width: 100%;
	background-color: #f6faff;
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 15px;
	clear: both;
}

#pbn_section_content {
	width: 440px;
	font-size: 10pt;
	text-align: left !important;
	/* padding: 0 15px;
	border-left: solid #ccc 1pt; */
	margin: 0 0 20px 0;
	float: left;
}

#pbn_section_cover {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
}

#pbn_section_details {
	/* margin: 15px 10px 10px 0; */
}

#pbn_section_related_wrapper {
	/* border-top: 1pt solid #ccc; */
	padding: 10px 0 0 0;
}

#pbn_section_title {
	font-size: 16pt;
}

.pbn_section_related_item {
	width: 130px;
	margin: 7px 10px 0 0;
	background: #284473;
	text-align: center;
	padding: 7px 0;
	float: left;
}

.pbn_section_related_item:hover {
	background: #dd0000;
}

.pbn_section_related_item a {
	color: #ffffff;
	font-weight: bold;
}

/* DATAJOE CLASSES */

td #31286,
td #31287,
td #31288,
td #31289 { display:none; }

.djproducts {
	width: 100%;
}

.djproduct {
	float: left;
	margin: 0 15px 20px 0;
	width: 186px;
	height: 266px;
}

.djproduct-descwrapper {
	position: absolute;
	width: 180px;
	height: 266px;
}

.djproduct h3 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 45px 0 0 5px;
	z-index: 10;
	display:block;
}

.djproduct li {
	position: relative;
	list-style: square;
	z-index: 10;
}

.djproduct-last {
	float: left;
	margin: 0 0 20px 0;
	width: 388px;
	height: 266px;
}

.djproduct-last-descwrapper {
	position: absolute;
	width: 380px;
	height: 266px;
}

.djproduct-last h3 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 45px 0 0 5px;
	z-index: 10;
	display:block;
}

.djproduct-last li {
	position: relative;
	list-style: square;
	z-index: 10;
	font-size: 9pt;
}

.djproduct-last a {
	display: block;
	float: right;
	padding: 0 5px 0 0;
	margin: -15px 0 0 0;
}

.djproduct-last p {
	padding: 0 0 0 5px;
}

.clear {
	clear: both;
}


/* PRODUCTION SPECS CLASSES */
.spec_section_header {
	margin: 0 0 15px 0;
}

#content_browse_listings #main_listview .map {
    width: 250px !important;
}
#content_landing_dining #landing_screen {
  background: #E3F0D4;
  padding: 15px 15px 5px 15px;
}

#content_landing_dining #landing_content {
  margin-bottom: 10px;
}

#content_landing_dining #top_story #head A {
  color: black;
}

#content_landing_dining #top_story #lead {
  font-size: 15px;
  font-weight: 300;
}

#content_landing_dining #top_story #horizontal #photo {
  margin-bottom: 10px;
}

#content_landing_dining #top_story #horizontal #photo IMG {
  max-width: 698px;
  max-height: 465px;
}

#content_landing_dining #top_story #vertical #photo {
  margin-bottom: 10px;
}

#content_landing_dining #top_story #vertical #photo IMG {
  max-width: 450px;
  max-height: 625px;
}

#content_landing_dining #top_story #vertical #leftcol {
  float: left;
  margin-right: 10px;
}

#content_landing_dining #top_story #vertical #rightcol {
  float: left;
}

#content_landing_dining #top_story #head {
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}

#content_landing_dining #filters {
  margin: 15px 0;
}

#content_landing_dining #lowerleft {
  float: left;
  width: 310px;
  margin-right: 14px;
  padding-right: 15px;
  border-right: 1px solid #ccc;
}

#content_landing_dining #lowerleft .advert {
  background: #E3F0D4;
  padding: 3px 5px 5px 5px;
}

#content_landing_dining #lowerright {
  float:  left;
  width: 388px;
}

#content_landing_dining #lower .widget {
  margin-bottom: 10px;
}

#content_landing_dining #lower .widget_bottomborder {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.mostread .number {
  width: 5%;
}
.mostread .context {
  width: 95%;
}
.mostread .when {
  text-transform: uppercase;
  font-size: 0.75em;
  color: #666;
  margin-top: 3px;
}








