/* Core style */

body {
  font-family: 'PT Serif', serif;
  font-size: 1.5em;
  line-height: 1.4;
}
.riverdale a {
  color: #004079;
}
.riverdale a:hover {
  color: #DB4B41;
}
.riverdale h1,
.riverdale h2,
.riverdale h3,
.riverdale h4,
.riverdale h5 {
  font-family: 'Adamina', sans-serif;
  line-height: 1.35;
  margin: 0 0 2.5% 0;
}
.riverdale h1 a,
.riverdale h2 a,
.riverdale h3 a,
.riverdale h4 a,
.riverdale h5 a {
  color: #004079;
}
.riverdale h1,
.riverdale .content_bootstrap h1 {
  font-size: 1.8em;
}
.riverdale h2 {
  font-size: 1.2em;
}
.riverdale h3 {
  font-size: 1.0em;
}
.riverdale h4 {
  font-size: 0.9em;
}
.riverdale h5 {
  font-size: 0.8em;
}
@media only screen and (min-width : 768px) {
  .riverdale h1,
  .riverdale .content_bootstrap h1 {
    font-size: 3.0em;
  }
  .riverdale h2 {
    font-size: 1.65em;
  }
  .riverdale h3 {
    font-size: 1.35em;
  }
  .riverdale h4 {
    font-size: 1.1em;
  }
  .riverdale h5 {
    font-size: 0.9em;
  }
}
.riverdale .masthead img,
.riverdale aside img,
.riverdale .photo img,
.riverdale .content_bootstrap img {
  max-width: 100%;
}
.riverdale input:focus,
.riverdale select:focus,
.riverdale textarea:focus,
.riverdale button:focus {
    outline: none;
}
.riverdale .lead {
    font-size: inherit;
    margin-bottom: inherit;
}
.riverdale .overline {
  color: black;
  font-family: "Open sans condensed",sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #666;
}
.riverdale p {
    margin: 0 0 10px 0;
}
.riverdale .bottomborder {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.riverdale .bottomborder-small {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.riverdale .topborder {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.riverdale .topborder-small {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.riverdale .kicker,
.riverdale .label {
  color: #666;
  text-transform: uppercase;
  font-family: 'Open sans condensed', sans-serif;
}
.riverdale .label {
  display: block;
  padding: 0;
  margin-bottom: 12px;
  font-size: 100%;
  font-weight: 700;
}
.riverdale .readmore {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 90%;
}
.riverdale .subhead {
  color: #666;
  font-family: 'Open Sans condensed', sans-serif;
  /*font-size: 1.2em;
  line-height: 1.3;*/
}
.riverdale div.photo {
  margin-bottom: 2%;
}

/* Containers */

body {
  margin-top: 20px;
}
.riverdale .content-container,
.riverdale .rail-container,
.riverdale .content-withrail {
  margin-bottom: 20px;
}
@media only screen and (min-width : 768px) {  /* sm */ 
  .riverdale .content-container {
    margin-top: 10px;
    width: 420px;
    border-right: 1px solid #ddd;
  }
  .riverdale .rail-container {
    width: 330px;
  }
}
@media only screen and (min-width : 992px) {  /* md */ 
  .container {
    width: 995px;
  }
  .riverdale .content-container {
    width: 640px;
  }
  .riverdale .rail-container {
    width: 330px;
  }
  .riverdale .content-withrail .column {
    width: 330px;
  }
}
@media only screen and (min-width : 1200px) {  /* lg */ 
  .container {
    width: 1200px;
  }
  .riverdale .content-container {
    width: 870px;
  }
  .riverdale .rail-container {
    width: 330px;
  }
  .riverdale .content-withrail {
    float: right;
    width: 640px;
    margin-bottom: 0;
    padding-left: 20px;
    border-left: 1px solid #ddd;
  }
  .riverdale .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 */
.riverdale .top-links {
  font-family: 'Open sans', sans-serif;
  font-size: 0.825em;
  margin-bottom: 20px;
  font-weight: bold;
}
.riverdale .top-links,
.riverdale .top-links a {
  color: #888;
}
.riverdale .top-links .left .wx {
  margin-right: 50px;
}
.riverdale .top-links .left .social i {
  margin-right: 6px;
  font-size: 1.2em;
  margin-right: 10px;
}
.riverdale .top-links .center {
  text-transform: uppercase;
}
.riverdale .top-links .right a {
  margin-left: 10px;
}
.riverdale .top-links .right a.subscribe {
  padding: 5px;
  color: #004079;
  background: #F1DEB3;
}

.riverdale .masthead {
  margin-bottom: 12px;
}
@media only screen and (min-width : 768px) {
  .riverdale .masthead img {
    max-width: 75%;
  }
}
.riverdale .mobile-social {
  font-size: 0.75em;
  margin: 0 0 10px 0;
  font-family: 'Open sans condensed', sans-serif;
}
.riverdale .mobile-social,
.riverdale .mobile-social a {
  color: #999;
}
.riverdale .mobile-social a {
  padding: 0 20px;
}

  .riverdale .railitem {
  margin-bottom: 20px;
}
.riverdale aside .search .screen {
  background: #efefef;
  padding: 7px;
  font-size: 0.9em;
}
.riverdale 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: 98;
}
.riverdale aside .search button {
  position: relative;
  border: none;
  padding: none;
  background: none;
  font-size: 1.5em;
  margin-top: -34px;
  margin-right: 5px;
  z-index: 99;
}
.riverdale aside .search .advanced {
  font-size: 0.75em;
  text-transform: uppercase;
  margin: 5px 0;
}
.riverdale aside .search .advanced a {
  color: #999;
}
.riverdale .greyscreen {
  background: #efefef;
}
.riverdale .trending li {
  padding: 5px;
}
.riverdale .trending h4 {
  font-size: 0.85em;
}
.riverdale .content-rail h5 {
  margin-bottom: 10px;
}
@media only screen and (min-width : 480px) {
  .riverdale .content-rail h5 {
    font-size: 1.2em;
  }
}

.riverdale .three-column h4,
.riverdale .three-column h5 {
  margin-bottom: 12px;
}

/* towns */
.riverdale .towns-desktop {
  border-top: 1px solid #ccc;
  padding-top: 1px;
}
.riverdale .towns-desktop .town {
  width: 9.9%;
  background: #EFEFEF;
  margin-bottom: 1px;
  margin-left: 1px;
  padding: 7px 3px;
  font-family: verdana, sans-serif;
  line-height: 1.0;
  font-size: 0.73em;
}
.riverdale .towns-desktop .town a {
  color: #888;
}
@media only screen and (max-width : 1200px) {
  .riverdale .towns-desktop .town {
    width: 9.89%;
    font-size: 0.65em;
  }
}
@media only screen and (max-width : 992px) {
  .riverdale .towns-desktop .town {
    width: 14.13%;
    /*font-size: 0.45em;*/
  } 
}

/* Nav */
.riverdale .navbar {
  border-radius: 0;
  border-color: #ccc;
  border-left: none;
  border-right: none;
  margin-bottom: 10px;
}
.riverdale .navbar-default { /* Global type */
  background: white;
  font-family: 'Open sans condensed', sans-serif;
  color: black;
  text-transform: uppercase;
}
.riverdale .navbar-default {
  font-size: 0.8em;
}
.riverdale nav .divider {
  display: none;
}
@media only screen and (min-width : 768px) {  /* sm */ 
  .riverdale .main-nav.navbar {
    min-height: inherit;
  }
  .riverdale .main-nav .nav > li > a {
    font-size: 1.0em;
    padding: 8px 5px;
  }
  .riverdale .main-nav .container-fluid,
  .riverdale .main-nav .navbar-collapse  {
    padding-right: 0;
    padding-left: 0;
  }
  .riverdale nav .divider {
    display: block;
    margin-top: 5px;
    padding: 0 5px;
  }
  .riverdale .navbar-brand {
    display: none;
  }
}
@media only screen and (min-width : 992px) {  /* md */ 
  .riverdale .navbar-default {
    font-size: 1.1em;
  }
  .riverdale .main-nav .nav > li > a {
    font-size: 0.9em;
    padding: 10px 7px;
  }
}
@media only screen and (min-width : 1200px) {  /* lg */ 
  .riverdale .navbar-default {
    font-size: 1.35em;
  }
  .riverdale nav .divider {
    margin-top: 9px;
  }
  .riverdale .main-nav .nav > li > a {
    font-size: 0.9em;
    padding: 15px 9px;
  }
}
.riverdale .navbar-default .navbar-nav > .active > a, 
.riverdale .navbar-default .navbar-nav > .active > a:focus,
.riverdale .navbar-default .navbar-nav > .open > a,
.riverdale .navbar-default .navbar-nav > .open > a:focus,
.riverdale .navbar-default .navbar-nav .open .dropdown-menu > li > a { /* Resets for hover / active / dropdowns */
    color: #232323;
    background: white;
}
.riverdale .navbar-default .navbar-nav > .active > a:hover,
.riverdale .navbar-default .navbar-nav > .open > a:hover,
.riverdale .navbar-default .navbar-nav a:hover {
  background: #efefef;
  color: #DB4B41;
}
.riverdale nav, .riverdale nav a, .riverdale .navbar .nav > li > a { /* Resets for links of various states */
  color: #232323;
}
.dropdown:hover .dropdown-menu {
    display: block;
 }
.riverdale .navbar .nav > li > a {
  line-height: 1.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 */
.mobile-stuff .hamburger {
  float: left;
  width: 15%;
  margin-right: 2%;
}
.mobile-stuff .searchbox {
  float: left;
  width: 83%;
  margin-top: 8px;
}
@media only screen and (min-width : 768px) {
  .mobile-stuff .hamburger {
    width: 7%;
  }
  .mobile-stuff .searchbox {
    width: 91%;
  }
}
.mobile-stuff .searchbox .form-control {
  width: 100%;
}
.mobile-stuff  .search-go {
  position: absolute;
  right: 10px;
  font-size: 2.0em;
  margin-top: 4px;
  color: #999;
  cursor: pointer;
}
.navbar-toggle {
  float: none;
  width: 100%;
  text-align: center;
}
.navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 100%;
}



.riverdale .home .carousel {
  margin-bottom: 30px;
}
.riverdale .home .carousel .carousel-indicators {
  bottom: -30px;
}
.riverdale .home .carousel .carousel-indicators li {
  border-color: #bbb;
  background-color: #bbb;
}
.riverdale .home .carousel .carousel-indicators .active {  
    background-color: #2B7BBD;
    height: 12px;
    margin: 0;
    width: 12px;
}
.riverdale .home .prevnext {
  font-size: 0.85em;
  color: black;
  font-family: "Open sans condensed",sans-serif;
  text-transform: uppercase;
  color: #004079;
  cursor: pointer;
}
.riverdale .home .prevnext.prev {
  float: left;
}
.riverdale .home .prevnext.next {
  float: right;
}


.riverdale .home .secondary-content  {
  /*padding-top: 20px;*/
}


 /* Footer */

.riverdale .short-footer {
  font-family: 'Open sans', sans-serif;
  font-size: 0.775em;
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
.riverdale .short-footer,
.riverdale .short-footer a {
  color: #666;
}
@media only screen and (min-width : 1200px) {
  .riverdale .short-footer .copyright {
    text-align: left;
  }
  .riverdale .short-footer .powered {
    text-align: right;
  }
}

 .riverdale .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;
 }
 .riverdale .footer a {
  color: white;
 }
 .riverdale .footer .address {
  font-size: 0.8em;
 }
 .riverdale .footer .logo {
  font-size: 5.0em;
  text-align: center;
  line-height: 1.0;
 }
.riverdale .footer .col {
  border-left: 1px solid #888;
}
.riverdale .poweredby {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.riverdale .poweredby a {
  color: #aaa;
}
.riverdale .footer li {
  line-height: 1.8;
}

/* Homepage */
@media only screen and (min-width : 768px) {
  .riverdale .home .secondary-content .photo {
    max-height: 200px;
    overflow: hidden;
  }
}
/*.riverdale .home .twocolumn .bottomborder:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}*/
.riverdale .home .carousel .video {
  margin-bottom: 15px;
}
.riverdale .home .inset-content,
.riverdale .home .twocolumn-content {
  font-size: 85%;
}
.riverdale .home .inset-content .photo {
  padding-right: 10px;
}
.riverdale .collapsed-photo {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px;
  cursor: pointer;
}
.riverdale .full-photo {
  cursor: pointer;
  width: 100%;
  height: 250px;
  overflow: hidden;
  /*background-image: url(/images/v1.jpg);*/
  background-size: cover;
  background-position: center center;
}
.riverdale .photo-only .mortis {
  position: absolute;
  height: 75px;
  margin-top: -75px;
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .riverdale .photo-only .mortis {
    display: none;
  }
}
.riverdale .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) {
  .riverdale .photo-only .mortis { width: 300px; }
  .riverdale .photo-only.sponsored-content .mortis { width: 270px; }
}
.riverdale .photo-only .mortis .text {
  position: relative;
  color: white;
  margin-top: -75px;
  z-index: 999;
  padding: 7px 12px;
}
.riverdale .photo-only .mortis .text a {
  color: white;
}
@media only screen and (min-width : 1200px) {
  .riverdale .home .leftrail-refer .photo {
    max-height: 140px;
    overflow: hidden;
  }
}

/* Rail widgets */
.riverdale .rail-refer .photo {
  width: 40%;
  margin-right: 4%;
  margin-bottom: 2%;
}
.riverdale .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 */
.riverdale .sponsored-screen {
  background: #f9fae7;
  padding: 3px 15px;
}
.riverdale .sponsored-label {
  text-align: center;
  font-size: 1.0rem;
  line-height: 2.3;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 1px;
}

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

/* Detail adjust */
.riverdale .content_bootstrap .large_photos {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.riverdale .content_bootstrap .pull-left, .content_bootstrap .pull-right {
    margin-bottom: 10px;
    width: 40%;
}
.riverdale .content_bootstrap .inset-photos .photo img {
  max-width: 100%;
  max-height: none;
}
.riverdale .comment_section {
    border-top: 0;
    padding-top: 0;
    margin: 25px 0;
}
.riverdale .comment_block .header {
    font-family: "Oswald",sans-serif;
    line-height: 1.3;
    font-size: 1.45em;
    margin: 0 0 2.5%;
    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;
}

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

/* Pubs widget */
.riverdale .ourpubs .kicker {
  margin-bottom: 12px;
}
.riverdale .ourpubs .pub {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  font-size: 0.75em;
  line-height: 1.25;
}
.riverdale .ourpubs .pub:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.riverdale .ourpubs .pub .flag {
  margin-bottom: 12px;
}
.riverdale .ourpubs .pub .flag img {
  max-width: 140px;
}
.riverdale .ourpubs .pub .photo {
  width: 35%;
  margin: 0 10px 6px 0;
}
.riverdale .rhodybites {
  max-width: 50%;
}
.riverdale .content-rail .topborder-small {
  padding-bottom: 5px;
}
.riverdale .time {
  display: none;
}
.content_bootstrap .caption {
  font-size: 0.8em;
}
.content_bootstrap .credit {
  font-size: 0.7em !important;
  text-transform: none !important;
  color: #666;
}
.content_bootstrap .floating-items.pull-left, .content_bootstrap .floating-items.pull-right {
  width: 320px !important;
}

.pk-section.section-4col .box-content-carousel.large .carousel-inner {
  max-height: 700px !important;
}



/* Bootstrap Overides */


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

.riverdale .ticker {
  margin-bottom: 10px;
}
