/* Core style */

body {
  font-family: 'PT Serif', serif;
  font-size: 1.5em;
  line-height: 1.5;
}
@media only screen and (min-width : 768px) {
  body {
    font-size: 1.6em;
  }
}
.liherald a {
  color: #004079;
}
.liherald a:hover {
  color: #DB4B41;
}
.liherald h1,
.liherald h2,
.liherald h3,
.liherald h4,
.liherald h5 {
  font-family: 'kepler-std-condensed-display', 'Times new roman', serif;
  line-height: 1.0;
  margin: 0 0 12px 0;
}
.liherald h1 a,
.liherald h2 a,
.liherald h3 a,
.liherald h4 a,
.liherald h5 a {
  color: #004079;
}
.liherald h1 {
  font-size: 2.5em;
}
.liherald h2 {
  font-size: 1.75em;
}
.liherald h3 {
  font-size: 1.25em;
}
.liherald h4 {
  font-size: 1.0em;
}
.liherald h5 {
  font-size: 0.8em;
}
@media only screen and (min-width : 768px) {
  .liherald h1 {
    font-size: 3.25em;
  }
  .liherald h2 {
    font-size: 2.25em;
  }
  .liherald h3 {
    font-size: 1.9em;
  }
  .liherald h4 {
    font-size: 1.45em;
  }
  .liherald h5 {
    font-size: 1.2em;
  }
}
.liherald .masthead img,
.liherald aside img,
.liherald .photo img,
.liherald .content_bootstrap img {
  max-width: 100%;
}
.liherald input:focus,
.liherald select:focus,
.liherald textarea:focus,
.liherald button:focus {
    outline: none;
}
.liherald .lead {
    font-size: inherit;
    margin-bottom: inherit;
}
.liherald .overline {
  color: black;
  font-family: "Open sans condensed",sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #1E80BE;
}
.liherald p {
    margin: 0 0 10px 0;
}
.liherald .bottomborder {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.liherald .bottomborder-small {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.liherald .topborder {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.liherald .topborder-small {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.liherald .kicker {
  color: #0c7d8a;
  text-transform: uppercase;
  font-family: 'Open sans condensed', sans-serif;
  font-size: 1.75rem;
}
.liherald .readmore {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 90%;
}
.liherald .subhead {
  color: #666;
  font-family: 'Open Sans condensed', sans-serif;
  /*font-size: 1.2em;
  line-height: 1.3;*/
}
.liherald div.photo {
  margin-bottom: 2%;
}

/* Containers */

body {
  margin-top: 20px;
}
.liherald .content-container,
.liherald .rail-container,
.liherald .content-withrail {
  margin-bottom: 20px;
}
@media only screen and (min-width : 768px) {  /* sm */ 
  .liherald .content-container {
    width: 420px;
    border-right: 1px solid #ddd;
  }
  .liherald .rail-container {
    width: 330px;
  }
}
@media only screen and (min-width : 992px) {  /* md */ 
  .container {
    width: 995px;
  }
  .liherald .content-container {
    width: 640px;
  }
  .liherald .rail-container {
    width: 330px;
  }
  .liherald .content-withrail .column {
    width: 330px;
  }
}
@media only screen and (min-width : 1200px) {  /* lg */ 
  .container {
    width: 1200px;
  }
  .liherald .content-container {
    width: 870px;
  }
  .liherald .rail-container {
    width: 330px;
  }
  .liherald .content-withrail {
    float: right;
    width: 640px;
    margin-bottom: 0;
    padding-left: 20px;
    border-left: 1px solid #ddd;
  }
  .liherald .content-rail {
    float: left;
    width: 180px;
    font-size: 85%;
    line-height: 1.4;
  }
}
.norail aside.rail-container {
  display: none;
}
.norail .content-container {
  border-right: none;
  width: 100%;
}

/* Template */
.liherald .toplinks {
  font-family: 'Open sans condensed', sans-serif;
  margin-bottom: 12px;
}
.liherald .toplinks,
.liherald .toplinks a {
  font-size: 0.9em;
  color: #777;
  text-transform: uppercase;
}
.liherald .new-masthead {
  margin: 5px 0;
}
@media only screen and (min-width : 768px) {
  .liherald .new-masthead {
    margin: 15px 0;
  }
}

.liherald .new-masthead .date {
  font-family: 'Open sans condensed', sans-serif;
  color: black;
  font-size: 0.9em;
}
.liherald .new-masthead .wx {
  font-size: 0.85em;
}
.liherald .new-masthead .wx img {
  max-width: 32px;
  margin-right: 6px;
}
.liherald .new-masthead .wx .forecast {
  font-size: 0.85em;
}
.liherald .masthead {
  margin-bottom: 12px;
  /*background: pink;*/
}
.liherald .masthead .nameplate {
  /*background: green;*/
}
.liherald .masthead .nameplate img {
  max-height: 110px;
}
.liherald .masthead .right-area-1 {
  /*background: blue;*/
}
.liherald .masthead .right-area-1 .blurb {
  float: left;
  width: 49%;
  background: #ccc;
  height: 90px;
  overflow: hidden;
}
.liherald .masthead .right-area-1 .blurb-1 {
  width: 50%;
  margin-right: 1%;
}
.liherald .masthead .top-refer {
  font-size: 0.8em;
  border: 1px dashed #dedede;
  border-radius: 10px;
  float: left;
  padding: 10px;
  cursor: pointer;
}
.liherald .masthead .top-refer:hover {
  background: #efefef;
}
.liherald .masthead .top-refer p {
  margin: 0 0 5px 0;
  font-size: 90%;
}
@media only screen and (max-width : 1200px) {
  .liherald .masthead .top-refer p:last-child {
    display: none;
  }
}
.liherald .masthead .right-area-2 {
  /*background: orange;*/
  font-size: 0.9em;
}
.liherald .masthead .right-area-2 .date {
  font-family: "Open sans condensed", sans-serif;
  font-weight: 700;
}
.liherald .masthead .right-area-2 .weather .forecast {
  font-size: 0.8em;
}
.liherald .masthead .current-issue {
  cursor: pointer;
}
.liherald .masthead .current-issue .flag {
  position: absolute;
  background: url(/images/flag.png) top left no-repeat;
  color: white;
  width: 130px;
  height: 23px;
  line-height: 21px;
  padding-right: 6px;
  overflow: hidden;
  font-size: 0.9em;
  margin-left: -130px;
  margin-top: 40px;
  text-transform: uppercase;
}
.liherald .masthead .current-issue img {
  margin-right: 20px;
  box-shadow: 5px 5px 3px #ccc;
  width: 130px;
}
@media only screen and (min-width : 992px) {
  .liherald .masthead .current-issue {
    max-height: none;
    overflow: none;
    margin-left: 0;
  }
  .liherald .masthead-centered .current-issue {
    margin-left: 70px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .liherald .masthead .current-issue {
    margin-left: 35px;
  }
  .liherald .masthead-centered .current-issue {
    margin-left: 120px;
  }
}






.liherald .railitem {
  margin-bottom: 20px;
}
.liherald aside .search .screen {
  background: #efefef;
  padding: 7px;
  font-size: 0.9em;
}
.liherald aside .search input {
  position: relative;
  width: 100%;
  border: none;
  padding: none;
  background: #efefef;
  padding: 8px;
  font-size: 0.9em;
  color: #888;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 90;
}
.liherald aside .search button {
  position: relative;
  border: none;
  padding: none;
  background: none;
  font-size: 1.5em;
  margin-top: -37px;
  margin-right: 5px;
  z-index: 91;
}
.liherald aside .search .advanced {
  display: block;
  position: relative;
  font-size: 0.60em;
  font-family: 'Open sans', sans-serif;
  text-transform: uppercase;
  margin-top: -14px;
  margin-left: 10px;
  z-index: 92;
}
.liherald aside .search .advanced a {
  color: #999;
}
.liherald .greyscreen {
  background: #efefef;
}
.liherald .trending li {
  padding: 5px;
}
.liherald .trending h4 {
  font-size: 0.85em;
}
.liherald .content-rail h5 {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.liherald .three-column h4,
.liherald .three-column h5 {
  margin-bottom: 12px;
}

/* towns */
.liherald .towns-desktop {
  border-top: 1px solid #ccc;
  padding-top: 1px;
}
.liherald .towns-desktop .town {
  width: 8.24%;
  font-family: "Open sans condensed",sans-serif;
  font-weight: 300;
  background: #EFEFEF;
  margin-bottom: 1px;
  margin-left: 1px;
  padding: 7px 3px;
  line-height: 1.0;
  font-size: 0.8em;
  text-align: center;
}
.liherald .towns-desktop .town a {
/*  color: #888;
*/}
@media only screen and (max-width : 1200px) {
  .liherald .towns-desktop .town {
    width: 8.22%;
    font-size: 0.65em;
  }
}
@media only screen and (max-width : 992px) {
  .liherald .towns-desktop .town {
    width: 12.33%;
    /*font-size: 0.45em;*/
  } 
}

/* Nav */
.liherald nav {
  margin-bottom: 5px;
}
@media only screen and (min-width : 768px) {
  .liherald nav {
    margin-bottom: 20px;
  }
}
.liherald .navbar {
  border-radius: 0;
  border-color: #ccc;
  border-left: none;
  border-right: none;
}
.liherald .navbar-default { /* Global type */
  background: #012c61;
  font-family: 'Open sans condensed', sans-serif;
  color: #ddd;
  text-transform: uppercase;
  padding-left: 15px;
}
.liherald .navbar-default {
  font-size: 0.8em;
}
.liherald nav .divider {
  display: none;
}
@media only screen and (min-width : 768px) {  /* sm */ 
  .liherald .main-nav.navbar {
    min-height: inherit;
  }
  .liherald .main-nav .nav > li > a {
    font-size: 1.0em;
    padding: 8px 5px;
  }
  .liherald .main-nav .container-fluid,
  .liherald .main-nav .navbar-collapse  {
    padding-right: 0;
    padding-left: 0;
  }
  .liherald nav .divider {
    display: block;
    margin-top: 5px;
    padding: 0 5px;
  }
  .liherald .navbar-brand {
    display: none;
  }
}
@media only screen and (min-width : 992px) {  /* md */ 
  .liherald .navbar-default {
    font-size: 1.1em;
  }
  .liherald .main-nav .nav > li > a {
    font-size: 0.9em;
    padding: 10px 5px;
  }
}
@media only screen and (min-width : 1200px) {  /* lg */ 
  .liherald .navbar-default {
    font-size: 1.35em;
  }
  .liherald nav .divider {
    margin-top: 9px;
  }
  .liherald .main-nav .nav > li > a {
    font-size: 0.9em;
    padding: 15px 5px;

  }
}
.dropdown-menu {
  min-width: 220px;
}
.dropdown-menu .children {
  font-size: 0.925em;
  margin-left: 30px;
  margin-bottom: 7px;
}
.liherald .navbar-default .navbar-nav > .active > a, 
.liherald .navbar-default .navbar-nav > .active > a:focus,
.liherald .navbar-default .navbar-nav > .open > a,
.liherald .navbar-default .navbar-nav > .open > a:focus,
.liherald .navbar-default .navbar-nav .open .dropdown-menu > li > a { /* Resets for hover / active / dropdowns */
    color: #004079;
    background: white;
}
.liherald .navbar-default .navbar-nav > .active > a:hover,
.liherald .navbar-default .navbar-nav > .open > a:hover,
.liherald .navbar-default .navbar-nav a:hover {
  background: #efefef;
  color: #DB4B41;
}
.liherald nav, .liherald nav a, .liherald .navbar .nav > li > a { /* Resets for links of various states */
  color: #efefef;
}
.dropdown:hover .dropdown-menu {
    display: block;
 }

 .dropdown-menu li a {
  color: #004079;
 }
.liherald .navbar .nav > li > a {
  line-height: 1.0;
}
.liherald nav li.subscribe {
  /*position: absolute;*/
  background: red;
  padding: 0 10px;
  /*right: 0;*/
}

/* Extend collapsed to .sm */
@media (min-width: 768px) and (max-width: 990px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse {
        overflow-x: visible !important;
    }
    .navbar-collapse.in {
      overflow-y: auto !important;
    }
    .collapse.in {
      display: block !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-header {
        float: none;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* Mobile nav reorg */
.main-nav .searchbox {
  float: left;
  width: 83%;
  margin-top: 8px;
}
@media only screen and (min-width : 768px) {
  .main-nav .searchbox {
    width: 91%;
  }
}
.main-nav .searchbox .form-control {
  width: 98%;
}
.main-nav .searchbox .search-go {
  position: absolute;
  right: 10px;
  font-size: 2.0em;
  margin-top: 4px;
  color: #999;
  cursor: pointer;
}
.navbar-header a {
  color: white !important;
}
.navbar-header .navbar-toggle .icon-bar {
  background: white !important;
}
/*.main-nav .navbar-toggle {
  float: none;
  width: 100%;
  text-align: center;
}
.main-nav .navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 100%;
}
.navbar-toggle {
  background-color: #777;
}*/

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .nav-height-control {
    max-height: 50px;
  }
}

/* Home */
.liherald .home .carousel {
  margin-bottom: 30px;
}
.liherald .home .carousel .carousel-indicators {
  bottom: -30px;
}
.liherald .home .carousel .carousel-indicators li {
  border-color: #bbb;
  background-color: #bbb;
}
.liherald .home .carousel .carousel-indicators .active {  
    background-color: #2B7BBD;
    height: 12px;
    margin: 0;
    width: 12px;
}
.liherald .home .prevnext {
  font-size: 0.85em;
  color: black;
  font-family: "Open sans condensed",sans-serif;
  text-transform: uppercase;
  color: #004079;
  cursor: pointer;
}
.liherald .home .prevnext.prev {
  float: left;
}
.liherald .home .prevnext.next {
  float: right;
}
.liherald .home .carousel .photo.vertical {
  float: left;
  max-width: 50%;
  margin: 0 15px 5px 0;
}
.liherald .home .carousel .photo.vertical img {
  max-height: 415px;
}

 /* Footer */

.liherald .short-footer {
  font-size: 0.75em;
  color: #aaa;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.liherald .short-footer a {
  color: #aaa;
}
.liherald .bottomlinks {
  font-family: 'Open sans condensed', sans-serif;
  margin-bottom: 20px;
  font-size: 1.35em;
  text-transform: uppercase;
}
.liherald .bottomlinks a {
  color: #aaa;
}
@media only screen and (min-width : 1200px) {
  .liherald .short-footer .copyright {
    text-align: left;
  }
  .liherald .short-footer .powered {
    text-align: right;
  }
}

 .liherald .footer {
  background: #666;
  color: white;
  font-size: 0.8em;
  padding: 15px;
  line-height: 1.5;
  margin-top: 2px;
  border-top: 3px solid #999;
  margin-bottom: 10px;
 }
 .liherald .footer a {
  color: white;
 }
 .liherald .footer .address {
  font-size: 0.8em;
 }
 .liherald .footer .logo {
  font-size: 5.0em;
  text-align: center;
  line-height: 1.0;
 }
.liherald .footer .col {
  border-left: 1px solid #888;
}
.liherald .poweredby {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.liherald .poweredby a {
  color: #aaa;
}
.liherald .footer li {
  line-height: 1.8;
}

/* Homepage */
@media only screen and (min-width : 768px) {
  .liherald .home .secondary-content .photo {
    max-height: 200px;
    overflow: hidden;
  }
}
/*.liherald .home .twocolumn .bottomborder:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}*/
.liherald .home .inset-content,
.liherald .home .twocolumn-content {
  font-size: 85%;
}
.liherald .home .inset-content .photo {
  padding-right: 10px;
}
.liherald .collapsed-photo {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px;
  cursor: pointer;
}
.liherald .full-photo {
  cursor: pointer;
  width: 100%;
  height: 250px;
  overflow: hidden;
  /*background-image: url(/images/v1.jpg);*/
  background-size: cover;
  background-position: center center;
}
.liherald .vert-photo img {
  max-width: 100%;
  max-height: 75%;
  padding-right: 10px;
  padding-bottom: 5px;
}
.liherald .vert-photo {
  float: left;
  max-width: 350px;
}
.liherald .subhead-vert {
  color: #888;
}
.liherald .photo-only .mortis {
  position: absolute;
  height: 75px;
  margin-top: -75px;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .liherald .photo-only .mortis {
    display: none;
  }
}
.liherald .photo-only .mortis .screen {
  position: relative;
  height: 75px;
  background: black;
  opacity: 0.5;
  z-index: 998;
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .liherald .photo-only .mortis { width: 300px; }
  .liherald .photo-only.sponsored-content .mortis { width: 270px; }
}
.liherald .photo-only .mortis .text {
  position: relative;
  color: white;
  margin-top: -75px;
  z-index: 999;
  padding: 7px 12px;
}
.liherald .photo-only .mortis .text a {
  color: white;
}
@media only screen and (min-width : 1200px) {
  .liherald .home .leftrail-refer .photo {
    max-height: 140px;
    overflow: hidden;
  }
}

/* Rail widgets */
.liherald .home .content-rail {
  font-size: 80%;
}
.liherald .home .content-rail .photo {
  margin-bottom: 7px;
}
.liherald .rail-refer .photo {
  width: 40%;
  margin-right: 4%;
  margin-bottom: 2%;
}
.liherald .calendar-widget .meta {
  font-family: helvetica, arial;
  font-size: 0.85em;
  color: #888;

}

/* Detail footer widget */
.detail-footer {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.detail-footer .image-bg-centered {
  width: 100%;
  height: 200px;
  background: #efefef;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
.content_bootstrap .detail-footer h4 {
  font-size: 1.25em;
}

/* Sponsored content */
.liherald .sponsored-screen {
  background: #f9fae7;
  padding: 3px 15px;
}
.liherald .sponsored-label {
  text-align: center;
  font-size: 1.0rem;
  line-height: 2.3;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 1px;
}

/* Browse adjust */
.liherald #browse_content .title_header {
  font-family: 'kepler-std-condensed-display', sans-serif;
  line-height: 1.45;
  margin: 0 0 12px 0;
  font-size: 2.5em;
  margin-bottom: 2%;
  font-weight: normal;
}
.liherald #browse_content .content_list .item .headline {
  font-family: 'kepler-std-condensed-display', serif;
  font-weight: normal !important;
  font-size: 1.45em;
  letter-spacing: 0;
}
.liherald #browse_content .content_list .item .headline A {
  font-weight: normal;
}
.liherald #browse_content .content_list .item .img_container {
  margin-right: 15px;
}
.liherald #browse_content .content_list .item .lead {
  margin-top: 5px;
  font-size: 1.0em;
  line-height: 1.6;
}
.liherald #browse_content .content_list .item .dateline {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-top: 8px;
}
.liherald #browse_content .content_list .item {
  margin-bottom: 18px;
}

/* Detail adjust */
.liherald .content_bootstrap h1 {
  font-size: 2.9em;
}
.liherald .content_bootstrap .large_photos {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.liherald .content_bootstrap .pull-left, .content_bootstrap .pull-right {
    margin-bottom: 10px;
    width: 40%;
}
.liherald .content_bootstrap .inset-photos .photo img {
  max-width: 100%;
  max-height: none;
}
.liherald .comment_section {
    border-top: 0;
    padding-top: 0;
    margin: 25px 0;
}
.liherald .comment_block .header {
    font-family: "Oswald",sans-serif;
    line-height: 1.3;
    font-size: 1.45em;
    margin: 0 0 12px 0;
    color: black;
    font-weight: normal;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}
.liherald .content_bootstrap .large_photos img,
.liherald .slideshow .large_photos img {
  max-height: 255px !important; 
}
@media only screen and (min-width : 768px) {
  .liherald .content_bootstrap .large_photos img,
  .liherald .slideshow .large_photos img {
    max-height: 300px !important;
  }
}
@media only screen and (min-width : 992px) {
  .liherald .content_bootstrap .large_photos img,
  .liherald .slideshow .large_photos img {
    max-height: 400px !important;
  }
}
@media only screen and (min-width : 1200px) {
  .liherald .content_bootstrap .large_photos img,
  .liherald .slideshow .large_photos img {
    max-height: 550px !important;
  }
}




/* Guide adjust */
.liherald .cq_guide .row {
  margin-left: auto;
  margin-right: auto;
}
.liherald #guide_breadcrumb #mainlinks {
  font-size: 1.0em;
}
.liherald .cq_guide #search_header #kicker {
  margin-bottom: 10px;
}
.liherald .cq_guide #search_header #kicker .find {
  color: #888;
  font-family: 'kepler-std-condensed-display', serif;
  font-size: 2.0em;
  font-weight: 300;
}
.liherald .cq_guide #featured #kicker {
  color: #888;
  font-family: 'kepler-std-condensed-display', serif;
  font-size: 2.0em;
  font-weight: 300;
  margin-bottom: 10px;
}
.liherald #guide_browse .guide_tile #rightcolumn {
  width: 560px;
}
.liherald #guide_browse .browse_map {
  height: 400px !important;
}
.liherald .slideshow .photo-canvas {
  background: #ddd;
  text-align: center;
}
.liherald .slideshow .large_photos img {
    max-height: none;
    max-width: 100%;
}
.liherald .content_bootstrap time .weekday {
  display: none;
}

/* Pubs widget */
.liherald .ourpubs .kicker {
  margin-bottom: 12px;
}
.liherald .ourpubs .pub {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  font-size: 0.75em;
  line-height: 1.25;
}
.liherald .ourpubs .pub:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.liherald .ourpubs .pub .flag {
  margin-bottom: 12px;
}
.liherald .ourpubs .pub .flag img {
  max-width: 140px;
}
.liherald .ourpubs .pub .photo {
  width: 35%;
  margin: 0 10px 6px 0;
}
.liherald .rhodybites {
  max-width: 50%;
}
.liherald .content-rail .topborder-small {
  padding-bottom: 5px;
}
.liherald .time {
  display: none;
}

/* Bootstrap Overides */
.liherald .content_bootstrap .byline {
  font-size: 14px;
}
.content_bootstrap .caption {
  font-size: 0.8em;
}
.content_bootstrap .credit {
  font-size: 0.2em;
}
.content_bootstrap .floating-items.pull-left, .content_bootstrap .floating-items.pull-right {
  width: 320px !important;
}
.label {
  border-radius: inherit;
  color: inherit;
  display: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: inherit;
  text-align: inherit;
  vertical-align: inherit;
  white-space: inherit;
}
.lead, 
.headline {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: inherit;
}
@media only screen and (min-width : 992px) {
  .navbar-collapse.collapse {
    height: 35px !important;
  }
}
@media only screen and (min-width : 1200px) {
  .navbar-collapse.collapse {
    height: 50px !important;
  }
}
.pencil {
  margin-bottom: 15px;
}


@media only screen and (min-width : 768px) {

}
@media only screen and (min-width : 992px) {

}
@media only screen and (min-width : 1200px) {

}


h1.breaking-news {
  font-family: "Open sans condensed",sans-serif;
  font-size: 1.6em;
  line-height: 1.0;
}
h1.breaking-news,
h1.breaking-news a {
  color: red;
}
.in-copy-ad {
  float: left;
  width: 300px;
  height: 250px;
  margin: 0 20px 10px 0;
}