/*

Dk blue #549ad6
Lt blue #e4eff9
Clinton purple #af0069
Boonville green #00aa4f

*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700|Open+Sans:400,700');

body, html {
  font-family: 'Open Sans', sans-serif;  
}
body {
  background: #549ad6;
  font-size: 1.3em;
  line-height: 1.4;
}
h1, h2, h3, h4, h5, h6, .headline, .story-head {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
}
h1 {
  font-size: 2.8em;
  margin-bottom: 18px;
}
h2 {
  font-size: 2.5em;
  margin-bottom: 15px;
}
h3 {
  font-size: 2.0em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.25em;
}
.headspace {
  display: block;
  margin-bottom: 10px;
}
.story-head {
  font-weight: 600;
  font-size: 1.2em;
}
.story-head.lede {
  font-size: 1.8em;
  line-height: 1.2;
}
p {
  margin: 0 0 20px 0;
}
h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a,
.headline a, a.story-head {
  color: #333;
}
#subtitle {
  font-weight: 400;
  color: #555555;
}
button, .btn {
  border-radius: 0;
}
.btn-primary {
  background-color: #549ad6;
  border-color: #549ad6;
}
img.photo, .photo img {
  max-width: 100%;
}
ul.list-inline {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.25em;
}
.rome .headline {
  font-size: 2.0em;
  margin: 0;
}
.leaderboard {
  width: 728px;
  height: 90px;
  margin: auto;
}
.centered {
  text-align: center;
}
p,
.text-lede,
.lead {
  font-size: 1em;
}
#byline {
  font-weight: bold;
  margin-bottom: 20px;
}
.container .box-link {
  font-size: 125%;
}

.container.pk-layer.withear .ear-col {
  background-color: #549ad6;
  margin-bottom: 0px;
  font-size: 2.15em;
}
.container.pk-layer.withear .layer-col {
  margin-bottom: 0px;
  background-color: transparent;
}
.container.pk-layer.black.noear {
  padding: 20px;
  color: #ffffff;
}
.container.pk-layer.beige.withear,
.container.pk-layer.blue.withear,
.container.pk-layer.gray.withear,
.container.pk-layer.black.withear {
  padding: 0px;
}
.container.pk-layer.black a {
  color: #ffffff;
}
.container .box-content-headlines h1,
.container .box-content-headlines h2,
.container .box-content-headlines h3,
.container .box-content-headlines h4,
.container .box-content-headlines h5 {
  margin-top: unset;
  margin-bottom: 15px;
}

/* Bootstrap override */
.label {
  border-radius: inherit;
  color: #549ad6;
  display: inherit;
  line-height: inherit;
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
  text-align: inherit;
  vertical-align: inherit;
  white-space: inherit;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  /*opacity: 0.5;*/
  text-transform: uppercase;
}
.container .content_bootstrap .body {
  font-size: 1.1em;
}
.content_bootstrap .inset-photos .photo img {
  max-height: 200px;
}
/* Navs & containers */
@media (min-width: 1200px) {
  .container {
    width: 1320px;
  }
}
nav.top {
  background: #e9e9e9;
  font-size: 0.7em;
  text-transform: uppercase;
  /*height: 125px;*/
  overflow: hidden;
}
@media (max-width: 768px) {
  nav.top {
    text-align: center;
  }  
}
nav.top, nav.top a {
  color: #777;
}
nav.top .top-banner {
  height: 100px;
  line-height: 100px;
  overflow: hidden;
}
nav.top .links {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
}
nav.top .social i {
  font-size: 2.0em;
}
nav.masthead {
  /*background: white;*/
  background: #e9e9e9;
  height: 180px;
  overflow: hidden;
  padding-top: 0px;
}
@media (max-width: 768px) {
  nav.masthead {
    height: 100px;
    padding-top: 10px;
  }
}
nav.masthead .nameplate img {
  max-height: 100px;
  max-width: 100%;
}
@media (max-width: 768px) {
  nav.masthead .nameplate img {
    max-height: 50px;
  }
}
nav.masthead .wx {
  line-height: 1.2;
  font-size: 0.8em;
  margin-top: 3px;
}
nav.masthead .wx .icon {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
nav.masthead .wx .icon img {
  max-height: 40px;
  opacity: 0.5;
}
nav.masthead .wx .conditions {
  float: left;
}
nav.masthead .wx .temp {
  line-height: 1.0;
  font-size: 2.25em;
  font-weight: 700;
}
nav.masthead .wx .link {
  font-size: 80%;
}
nav.masthead .top-search {
  padding-top: 10px;
}
.nav-search {
  display: flex;
  padding-left: 12px;
}
nav.masthead .top-search input,
.nav-search input {
  float: left;
  width: 67%;
  height: 34px;
  border-right: none;
  border-left: 1px solid #ddd;;
  border-top: 1px solid #ddd;;
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
}
.nav-search input,
.nav-search button {
  margin-top: 3px;
}
nav.masthead .top-search button {
  float: left;
  width: 30%;
  height: 34px;
  border-color: #ddd;
  color: #888;
}
nav.masthead .subscribe-top {
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.5em;
}
nav.main {
  //height: 40px;
  height: auto;
}
nav.main .container {
  /*position: relative;*/
}
nav.main .main-bar > a {
  line-height: 40px;
  color: white;
  font-size: 1.075em;
  text-decoration: none;
  display: block;
  float: left;
  cursor: pointer;
  padding: 0 10px;
}
nav.main .main-bar > a:hover,
nav.main .main-bar > a.active {
  background: #2168a3;
}
nav.main .nav-tray {
  display: none;
  position: absolute;
/*  height: 235px;
  width: 100%;*/
  left: 0;
  background: white;
  z-index: 9000;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 3px;
  padding: 15px;
  box-shadow: 0 5px 10px rgba(0,0,0,.4);
}
nav.main .nav-tray-item {
  display: none;
}
nav.main .nav-tray.active {
  display: inline-block;
}
nav.main .nav-tray .photo {
  max-height: 155px;
  overflow: hidden;
  margin-bottom: 2px;
}
nav.main .tray-subnav li {
/*  float: left;
  width: 40%;*/
  padding: 0px 15px;
  margin-bottom: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
nav.main .tray-subnav li:first-child {
  margin-left: none;
}
nav.main .tray-subnav li a {
  color: black;
  font-size: 1.1em;
}
nav.main a.tile {
  display: none;
}
nav.main .subscribe-top {
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.25em;
  background-color: none;
  padding: 0;
  border: 1px solid #ccc;
  padding: 0 10px;
  height: 32px;
  margin-top: 4px;
  display: none;
}
body.stickyNav nav.main {
  box-shadow: 0 2px 5px rgba(0,0,0,.4);
}
body.stickyNav nav.main .subscribe-top {
  display: block;
}
section.page-content {
  background: white;
  padding: 20px 0 40px 0;
  /*min-height: 200px;*/
}
section.page-content .content-column {
  font-size: 110%;
}
section.page-content .fallback {
  text-align: center;
  margin-bottom: 20px;

}
.fallback a img {
  max-width: 100%;
  height: auto;
}

/* Sticky nav */
body.stickyNav nav.top,
body.stickyNav  nav.masthead {
  display: none;
}
body.stickyNav nav.main {
  position: fixed;
  background: #549ad6;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
body.stickyNav .page-content {
  padding-top: 277px;
  min-height: 1200px;
}
@media (max-width: 768px) {
  body.stickyNav .page-content {
    padding-top: 157px;
  }
}
@media screen and (max-width: 992px) {
  body.stickyNav nav.main {
    height: auto;
  }
  .sticky-subscribe {
    margin-bottom: 5px;
  }
}
body.stickyNav nav.main a.tile {
  display: inline-block;
  padding-left: none;
}
body.stickyNav nav.main a.tile img {
  height: 20px;
}

/* Mobile nav */
nav.mobile {
  position: relative;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
nav.mobile .mobile-menu-kicker .default {
  color: white;
  font-size: 1.2em;
  opacity: 0.85;
  line-height: 37px;
}
body.stickyNav nav.mobile .mobile-menu-kicker .default {
  display: none; 
}
nav.mobile .mobile-menu-kicker img {
  max-height: 25px;
  margin-top: 7px;
  display: none;
  position: absolute;
  top: 0;
}
body.stickyNav nav.mobile .mobile-menu-kicker img {
  display: block;
}
nav.mobile .hamboorg {
  cursor: pointer;
  color: white;
  line-height: 37.5px;
  font-size: 1.5em;
}
nav.mobile .hamboorg:hover {
  opacity: 0.75;
}
nav.mobile .mobile-dropdown {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #549ad6;
  display: none;
  z-index: 9999;
}
nav.mobile .mobile-dropdown a {
  color: white;
  display: block;
  padding: 4px 12px;
}
nav.mobile .mobile-dropdown h4 {
  color: white;
  padding-top: 15px;
}
nav.mobile .mobile-dropdown form {
  position: relative;
  margin-bottom: 10px;
}
nav.mobile .mobile-dropdown input {
  width: 100%;
}
nav.mobile .mobile-dropdown .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 12px 4px 12px;
}
nav .mobile-subnav-toggle {
  width: 10%;
  float: right;
  color: #000000;
  cursor: pointer;
  text-align: right;
}
nav .mobile-subnav-toggle i {
  font-size: 140%;
  color: #ffffff;
  padding-right: 15px;
}
nav .mobile-subnav-item {
  font-size: 95%;
  padding-left: 25px;
  display: none;
}

footer {
  padding: 20px 0 0 0;
  font-size: 1.25em;
  line-height: 1.3;
}
footer, footer a, footer a:hover {
  color: white;
}
footer a {
  display: inline-block;
  padding: 4px 0;
}
footer .credits img {
  max-width: 85%;
  display: inline-block;
  padding: 15px 0 0 0;
}
footer .main {
  margin-bottom: 25px;
}
footer .links .col {
  width: 50%;
  padding-right: 10px;
}
footer .link {

}
footer .bottom-bar {
  font-size: 0.85em;
  opacity: 0.9;
}
footer .social i {
  font-size: 2.25em;
}
footer hr {
  opacity: 0.25;
}

/* Marketplace adjustments */
.mktplce.v3.browse h5,
.mktplce.v3.detail h1 {
  display: none;
}
.mktplce.v3.browse .tile .photo {
  max-height: 350px !important;
}
.mktplce.v3.browse .tile .photo img {
  max-height: 350px !important;
}

/* Layers extras */
.pk-layer {
  padding: 20px 0;
  margin-bottom: 20px;
}
.container.pk-layer.beige.noear,
.container.pk-layer.beige.withear {
  background-color: #f4efea;
}
.pk-layer.black.noear {
  background-color: black;
  color: white;
}
.container.pk-layer.gray.noear,
.container.pk-layer.gray.withear {
  background-color: #eaeaea;
}
.container.pk-layer.blue.noear,
.container.pk-layer.blue.withear {
  background-color: #e4eff9;
}
.reverse-bar-label {
  background-color: #549ad6;
  color: white;
  font-weight: 700;
  font-size: 1.5em;

}
.box-link {
  text-transform: uppercase;
  font-size: 85%;
  margin-top: 15px;
}
.pk-layer.rail div.railitem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.pk-layer.rail div.railitem:last-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.content-column {
  padding-right: 20px;
}
aside.rail{
  padding-left: 20px;
}
.box-eedition p.photo {
  max-height: 275px;
  overflow: hidden;
}
.box-content-displayads p.photo {
  max-height: 205px;
  overflow: hidden;
}
.pk-layer .box-content-gallery .thumbnails li:hover {
  opacity: 1.0;
  cursor: pointer;
}

.pk-layer .section-3col .box-content-gallery .item img {
	height: unset !important;
	max-width: 100%;
}
.pk-layer .section-3col .box-content-gallery .thumbnails li {
	background-repeat: no-repeat;
}

.photo-container {
  margin-bottom: 7px;
}

/* ===== List with Thumbs Box Template ===== */
.story-list-with-photo {
  display: block;
  margin-bottom: 25px;
}

/* ===== Headline List Beside Photo Box Template ===== */
.container .screen,
.container .hero-screen {
  background-color: rgba(84,154,214,0.5);
}
.large-screen-heads .box-link {
  background-color: rgba(84,154,214,0.8);
}
.container .hero-photo-container .label,
.container .hero-photo-container .label.right {
  color: #549ad6;
  opacity: 1.0;
}

@media screen and (max-width: 480px) {
  .rome .hero-photo {
    min-height: 250px;
    background-color: #000000;
  }
  .rome .single-hero-head h2 {
    font-size: 2.0em;
  }
  .rome .hero-photo .label {
    padding: 5px 10px 5px 10px;
  }
}

/* ===== Lists with images ===== */
.list-item {
  display: block;
  padding: 5px 0 10px 0 !important;
  margin: 5px 0 10px 0 !important;
  font-family: 'PT Serif', serif;
  font-size: 1.2em;
}
.widget-image,
.widget-image {
  width: 25%;
  margin-right: 10px;
  float: left;
  clear: none;
}
.widget-image img {
  width: 100%;
  height: auto;
  float-left;
}
.widget-tease {
  float: left;
  clear: none;
}
.widget-tease.white {
  color: #fff;
  font-weight: 400;
}
.rule-below {
  display: block;
  padding: 10px 0 0 0;
  border-bottom: 1px solid #c9c9c9 !important;
}

/* ========== GRID ========== */
.grid-item {
  padding: 7px;
  float: left;
  overflow: hidden;
}
.container .grid-item.col-5 {
  width: 20%;
  height:unset;
}
.container .grid-item.col-4 {
  width: 25%;
  height: unset;
}
.container .grid-item.col-3 {
  width: 33%;
  height: unset;
}
.grid-item.col-2 {
  width: 50%;
}
.grid-item.col-1 {
  width: 100%;
}
@media screen and (max-width: 992px) {
  @media screen and (min-width: 480px) {
    .grid-item.col-5,
    .grid-item.col-4 {
      width: 33%;
      height: 445px;
    }
    .grid-item.col-3,
    .grid-item.col-2 {
      width: 50%;
    }
  }
}
@media screen and (max-width: 768px) {
  @media screen and (min-width: 480px) {
    .grid-item.col-5 {
      width: 50%;
      height: 300px;
    }
    .grid-item.col-4,
    .grid-item.col-1 {
      width: 50%;
    }
  }
}
@media screen and (max-width: 480px){
  .grid-item.col-5,
  .grid-item.col-4,
  .grid-item.col-3,
  .grid-item.col-2,
  .grid-item.col-1 {
    width: 100%;
    height: 360px;
  }
}
.grid-item .single-story-head {
  font-size: 20px;
  line-height: 27px;
}
.grid-item.col-1 .single-story-head {
  font-size: 16px;
  line-height: 16px;
}
@media screen and (max-width: 480px) {
  .grid-item.col-5 .photo-container {
    height: 175px !important;
  }
  .grid-item.col-1 .single-story-head {
    font-size: 20px;
    line-height: 25px;
  }
  .grid-item.col-1 .photo-container {
    height: 175px !important;
  }
  .grid-item.col-1 {
    height: 275px;
  }
}
.grid-item .photo-container {
  width: 100% !important;
  height: 175px;
  margin: 0 0 10px 0;
  overflow: hidden;
  background-color: #efefef;
  text-align: center;
}
.grid-item.col-5 .photo-container,
.grid-item.col-2 .photo-container {
  height: 140px;
}
.grid-item.col-1 .photo-container {
  height: 75px;
}
.grid-item .photo-container img {
  max-height: 100% !important;
}
.grid-item .text-lede {
  font-size: 14px;
}

.container .box-content-grid-vert .grid-item .photo-container {
  height: 250px;
}
/* ========== BOX CONTENT COLUMNS DEFAULT ========== */
.container .box-content-columns-default .story-column p.text-lede {
  font-size: 100%;
}

/* ========== QUOTE ========== */
.thought-quote {
  line-height: 1.1;
}
.thought-quote.small {
  line-height: 1.25;
}
.box-content-quote .photo {
  margin: 0 0 15px 0;
}
.box-content-quote .photo .float {
  max-width: 33.3% !important;
}

.quote-body {
  /*font-family: 'Griffith Gothic', sans-serif;*/
  font-family: Lato, sans-serif;
  font-size: 2.75em;
  line-height: 1.15;
  margin-bottom: 5px;
}
.quote-body.no-author {
  margin-bottom: 35px;
}
.pk-section.section-6col .box.box-content-quote .thought-quote {
  line-height: 1.1;
}
.pk-section.section-2col .box.box-content-quote .thought-quote {
  line-height: 1.25;
}
.author {
  display: inline-block;
  font-family: 'Playfair Regular', serif;
  font-size: 1.25em;
  font-style: oblique;
  margin-bottom: 35px;
  margin-left: 25px;
}
.quotes img {
  display: flex;
  float: left;
  margin-right: 5px;
  width: 40px;
}
.endquote img {
  width: 40px;
  margin-top: -15px;
}

.caption {
  text-align: center;
  font-size: 80%;
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  padding: 7px;
}
@media (max-width: 768px) {
  .caption {
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .caption.alignleft,
  .caption.alignright {
    width: 25%;
  }
  .caption.alignleft {
    float: left;
    margin: 0 20px 8px 0;
  }
  .caption.alignright {
    float: right;
    margin: 0 0 8px 20px;
  }
}
.caption img {
  display: block;
  max-width: 100%;
}

/* ========== SOCIAL MEDIA ========== */
.box-facebook-default {
  text-align: center;
}

.ba-stacked img,
#ba-carousel img {
  max-width: 100%;
}
.ba-stacked .label {
  display: block;
  background-color: #e3e3e3;
  color: #000000;
  font-family: 'Griffith Gothic Cond Black', sans-serif;
  font-size: 17px;
  padding: 5px 10px 2px 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #000000;
}




.rome .pk-section.section-4col .box-content-carousel.large .item.with-photo .photo,
.rome .pk-section.section-4col .box-content-carousel.large .carousel-inner {
  height: unset;
  max-height: unset;
}
.rome .rome .pk-section.section-4col .box-content-carousel.large .item.with-photo .photo, .rome .pk-section.section-4col .box-content-carousel.large .carousel-inner {
  /*height: unset !important;*/
  height: 490px !important;
}


/* Racks */
#racks {

}
#racks H1 {
  color: black;
  margin: 0 0 20px 0;
  padding: 0;
}

#racks #searchfields {
  font-size: 11px;
  margin-bottom: 25px;
}

#racks #searchfields .field {
  margin-right: 15px;
}

#racks #searchfields .title {
  
}

#racks #searchfields .inputtext {
  font-size: 10px;
  border: 1px solid #ccc;
  padding: 2px;
}

#racks #searchfields #zip {
  width: 45px;
}

#racks #searchfields #town {
  width: 100px;
}

#racks #searchfields #keyword {
  width: 80px;
}

#racks #searchfields #submit {
  background: none repeat scroll 0 0 #666;
  border: medium none;
  color: white;
  font-size: 13px;
  padding: 2px 7px;
  text-transform: uppercase;
}

#racks #resultcolumn {
  float: left;
  position: relative;
  width: 47%;
  margin-right: 2%;
}

#racks #resultcolumn #results {
  margin-bottom: 20px;
}

#racks #resultheader {
  font-size: 12px;
  color: #999;
}

#racks #resultheader #pagination {
  font-size: 11px;
  float: right;
}

#racks #resultheader #pagination A {
  margin-left: 10px;
}

#racks .result {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #CCC;
  cursor: pointer;
}

#racks .firstresult {
  margin-top: 20px;
  padding-top: 0;
  border-top: none;
}

#racks .result .marker {
  float: left;
  width: 35px;
}

#racks .result .fields {
  float: left;
  width: 215px;
}

#racks .result H4 {
  margin: 0 0 5px 0;
  padding: 0;
}

#racks .result P {
  margin: 0 0 5px 0;
  padding: 0;
}

#racks .result .distance {
  font-size: 11px;
  color: #999;
}

#racks #mapcolumn {
  position: relative;
  float: left;
  width: 50%;
}

#racks .location_map {
  width: 100%;
  height: 600px;
}

#racks #geolocator {
  display: none;
  margin-bottom: 10px;
  cursor: pointer;
  float: left;
}

#racks #geolocator.hover {
  color: #CF5D1D;
}

#racks .scrollRemain {
  position: fixed;
  top: 20px;
  
}

#racks #noresults {
  font-size: 24px;
  color: #999;
  font-style: italic;
  text-align: center;
  margin-top: 50px;
}

#racks .clearsearch {
  font-size: 11px;
  margin-left: 10px;
}

/* static class */
.text-classifieds .ParaOverride-1 {
  font-weight: bold;
}
.text-classifieds .CharOverride-1 {
  
}

/* Post Links */
.rome #widget_detail_postlinks #facebook {
  width: 60px;
}
#rss.floatme .btn.btn-default.btn-xs {
  background-color: #fa9826;
  border-color: #fa9826;
  color: #ffffff;
  border-radius: 4px;
}
#print.floatme,
#rss.floatme {
  margin-top: 0px;
}

.rome .body.main-body .adblock {
  display: block;
  text-align: center;
}
.rome .body.main-body .adblock .ad {
  display: inline-block;
  min-width: 47%;
}
.rome .block_300x250_1up,
.rome .block_300x250_2up,
.rome .block_300x250_3up {
  margin: 0 auto;
}
.rome .body.main-body .ad-kicker {
  color: #969696;
  text-transform: uppercase;
  font-size: 14px;
  margin: 5px 0;
}
.red-nav {
  background-color: #cd2229;
}
.red-nav:hover {
  background-color: #a61b21 !important;
}

.towns-desktop {
/*  border-top: 2px solid #ccc;*/
  padding-top: 1px;
  margin-top: 10px;
}

.towns-desktop .town {
  width: 11%;
  font-family: "Open sans condensed",sans-serif;
  font-weight: 300;
  background: #d9d8d8;
  margin-bottom: 1px;
  margin-left: 1px;
  padding: 7px 3px;
  line-height: 1.0;
  font-size: 15px;
  text-align: center;
  letter-spacing: .1rem;
}

@media (max-width: 990px) {
  .towns-desktop .town {
    font-size: 12px !important;
  }
}
.town-block p {
  font-family: "Open sans condensed",sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 15px;
  color: #549ad6;
  letter-spacing: .05rem;
}
