/*

Blue #0b72ba;
Light Blue: #cce2ec;
Gray: #808284;
Red: #e7222c;

// Red: ec1f27
Orange: ee5523
Red Screen: fbd2d4
Orange Screen: fcd9c4
// Light Blue screen: bbd2e6
// edit:L

*/

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

html, body {
  /*font-family: 'Noto Serif JP', serif;*/
  font-family: 'PT Serif', serif;
  /*font-size: 1em;*/
  font-size: 16px;
  line-height: 1.3
}
p {
  /*font-size: 1em;*/
  /*font-size: 20px;*/
}
.maincontent-column > p {
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 15px;
}
a {
  color: #0b72ba;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  margin: 0 0 15px 0;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a,
a.headline,
.headline a,
.story-head {
  /*font-family: 'Abril Fatface', serif;*/
  /*font-family: 'EB Garamond', serif;*/
  font-family: 'PT Serif', serif;
  color: black;
}
#subtitle {
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 500;
  color: #555;
}
.your-valley #browse_content .content_list .item .headline a {
  font-family: 'Frank Ruhl Libre', serif;
  color: black;
  font-weight: 700;
}

img.photo,
.photo img {
  max-width: 100%;
}
img.photo-fw,
.photo-fw img {
  max-width: 100%;
  width: 100%;
}
.photo-container {
  margin-bottom: 10px;
}
.ad.leaderboard {
  width: 728px;
  height: 90px;
  margin: auto;
}
.ad.default {
  width: 300px;
  height: 250px;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .top-ad {
    display: inline-block;
    max-width: 728px;
    max-height: 90px;
  /*  margin: 10px auto 30px auto;*/
    float: left;
  }
}
@media screen and (max-width: 1200px) {
  .top-of-site {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main-header.top.container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .main-header.top.container {
    margin-left: 0px !important;
  }
}
.main-header {
  padding: 0;
}
.main-header .links a.upper {
  color: #808284;
  font-size: 12px;
}
.main-header .links a.upper.user {
  color: #000000;
}
.main-header .links a:hover {
  border: 0;
}
@media screen and (max-width: 480px) {
  .main-header .links .caret {
    display: none;
  }
  .main-header .links {
    margin-left: 20px;
    display: none !important;
  }
  .main-header .links a.upper {
    font-size: 11px;
  }
}
.main-header .upper.search-widget {
  display: inline-block;
  margin: -5px 0 0 10px;
}
.main-header .slogan {
  display: block;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-header .slogan a {
  color: #808284;
}
.main-header .slogan a:hover {
  color: #808284;
  text-decoration: none;
}
.main-header .links {
  /*font-size: 75%;*/
  /*font-family: 'Open sans', sans-serif;*/
  font-family: 'Franklin Gothic Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.main-header .links a {
  color: #000;
}
.main-header .list-inline li {
  position: relative;
}
.main-header .topmenu-dropdown {
  position: absolute;
  display: none;
  top: 12px;
  left: 0px;
  min-width: max-content;
  padding: 5px 0;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid rgba(0,0,0,.15);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  z-index: 99999;
}
.main-header .links .list-inline li:hover .topmenu-dropdown {
  display: block;
}
.main-header .topmenu-dropdown li {
  padding: 5px 10px;
}
.main-header .topmenu-dropdown li a,
.main-header .topmenu-dropdown li a:hover {
  text-decoration: none;
}
.main-header .topmenu-dropdown li:hover {
  background-color: #f2f2f2;
}
.nameplate img {
  max-width: 90%;
  max-height: 90px;
  display: block;
  margin: 10px auto 0 auto;
}
.main-header.publications.container {
  overflow: hidden;
  background-color: #0b72ba;
  text-align: center;
}
.publication-list {
  display: inline-block;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18.5px;
  line-height: 1.0;
  color: #000000;
  text-transform: uppercase;
}
.publication-list.container {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
  margin-top: 6px;
}
.publication-list a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none !important;
  margin: 0;
  padding: 12px 10px 10px 10px;
}
.publication-list a:first-child {
  padding: 10px 15px 12px 0px;
}
.publication-list a:last-child {
  padding: 8px 0px 6px 15px;
}
.publication-list a:hover {
  color: #000000;
}
.wx {
  /*position: absolute;*/
  font-size: 85%;
  /*width: 150px;*/
  margin-top: 5px;
}
.wx.no-ad {
  margin-top: 0px;
}
.wx img {
  display: block;
  margin-bottom: 7px;
}
.wx .icon {
  float: left;
  margin-right: 8px;
}
.wx .icon img {
  border-radius: 3px;
  max-height: 55px;
}
.wx .location {
  font-weight: 700;
}
.wx .forecast a {
  font-size: 80%;
}
nav.main {
  line-height: 1.0;
}
nav.main a {
  color: #ffffff;
  /*font-family: 'PT Sans Narrow', sans-serif;*/
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  /*font-size: 1.1em;*/
  font-size: 90%;
}
@media screen and (max-width: 768px) {
  nav.main .btn-primary {
    padding: 10px;
    background: #e27a5a !important;
    border: unset;
    border-left-color: unset;
    border-left-style: unset;
    border-left-width: unset;
    float: left;
    border-left: 5px solid white;
    margin: 5px;

  }
}
@media screen and (max-width: 480px) {
  nav.main a.dropdown-toggle {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  nav.main a {
    padding: 8px 9px 5px 9px;
  }
}
nav.main a:hover {
  color: #33b1ee;
}
nav.main ul.list-inline {
  margin-bottom: 0;
}
.new-navigation {
  text-align: center;
  background-color: #0b72ba;
  margin-bottom: 20px;
}
.your-valley .navbar-nav {
    float: unset;
    display: inline-block;
    margin: 0 auto;
}
section.main-content {
  margin-bottom: 30px;
}

.main-header.counties.container {
  text-align: center;
  border-top: 2px solid #e3e3e3;
  padding: 10px 0 11px 0;
  margin-bottom: 0;
}
.counties .counties-list {
  /*font-family: 'PT Sans', sans-serif;*/
  font-family: 'Franklin Gothic Condensed', sans-serif;
  font-weight: 400;
  /*font-size: 1.1em;*/
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}
.counties .counties-list:first-child {
  margin-bottom: 7px;
}
.counties .counties-list .state {
  font-weight: 700;
  display: inline-block;
  margin-left: 25px;
}
.counties .counties-list a.county {
  padding: 10px;
  color: #808284;
}
.counties .counties-list a.county:hover {
  text-decoration: none;
  background-color: #cce2ec;
}



.search-col {
  padding-right: 0px;
}
.search-col .search {
  margin-top: 7px;
  float: right;
  width: 82%;
}
.search-col .search.no-ad {
  margin-top: 0px;
}
.search-col img {
  margin-top: 5px;
  float: right;
}
.search-col .search .screen {
  background: #efefef;
  padding: 7px;
  font-size: 0.9em;
}
.search-col .search input {
  position: relative;
  border: none;
  padding: none;
  background: #efefef;
  padding: 8px;
  font-size: 0.9em;
  color: #888;
  /*text-transform: uppercase;*/
  font-weight: 700;
  z-index: 98;
  border-radius: 3px;
  float: right;
}
.search-col .search button {
  position: relative;
  border: none;
  padding: none;
  background: none;
  font-size: 1.5em;
  margin-top: -32px;
  margin-right: 5px;
  z-index: 99;
}
.search-col .search .advanced {
  font-size: 0.75em;
  text-transform: uppercase;
  margin: 5px 0;
}
.search-col .search .advanced a {
  color: #999;
}

.your-valley .maincontent-column {
  margin-bottom: 25px;
}

.your-valley .maincontent-column .call-to-subscribe {
  padding: 30px 0 10px 0;
  border-top: 1px solid #e3e3e3;
  margin-top: 20px;
  text-align: center;
}
.your-valley .maincontent-column .call-to-subscribe h5 {
  font-weight: 700;
  font-size: 1.25em;
  color: #666;
}
.your-valley .maincontent-column .call-to-subscribe h6 {
  font-weight: 700;
  font-size: 1.15em;
}
.your-valley .maincontent-column .call-to-subscribe a {
  color: #0b72ba
}

.your-valley #browse_content .content_list .item {
  margin-bottom: 20px;
}
.your-valley #browse_content .content_list .item .img_item img {
  max-width: 100%;
}
.your-valley #browse_content .content_list .item h3.headline {
  margin-top: 0px;
}
.your-valley #browse_content .content_list .dateline img {
  display: none;
}
@media screen and (max-width: 480px) {
  .your-valley #browse_content .content_list .item .img_item img {
    max-height: 250px;
  }
}

.your-valley .content_bootstrap .large_photos img {
  max-height: 500px;
}

.your-valley #widget_detail_floated #widget_detail_map #detail_map_canvas {
  height: 200px;
}

.your-valley #widget_detail_floated #widget_detail_map #markers .marker {
  width: 100%;
}
.your-valley #widget_detail_floated #widget_detail_map #markers .marker_icon {
  width: 15%;
}
.your-valley #widget_detail_floated #widget_detail_map #markers .marker_content {
  width: 80%;
}

.your-valley #widget_detail_floated_stories .item.shoulder {
  background-color: #efefef;
  padding: 10px;
}
.your-valley #widget_detail_floated_stories .item.shoulder p {
  font-size: 14px;
}
.your-valley #widget_detail_floated .pullquote {
  margin-bottom: 15px;
}
.your-valley .content_bootstrap #widget_detail_floated .breakout_box {
  line-height: 1.25;
}

.your-valley .pullquote .quote-body {
  font-size: 1.4em;
}
.your-valley .content_bootstrap #widget_detail_floated .floated_item .smaller_text,
.your-valley .content_bootstrap #widget_detail_floated .floated_item .smaller_text p {
  font-size: 1.0em !important;
}

.your-valley .quote-body {
  font-family: 'PT Serif', serif;
  font-size: 2.7em;
  line-height: 1.15;
  margin-bottom: 5px;
}
.your-valley .quote-body.no-author {
  margin-bottom: 35px;
}
.your-valley .author {
  display: inline-block;
  font-family: inherit;
  font-size: 1.25em;
  font-style: oblique;
  margin-bottom: 35px;
  margin-left: 25px;
}
.your-valley .quotes img {
  display: flex;
  float: left;
  margin-right: 5px;
  width: 40px;
}
.your-valley .endquote {
  display: inline-block;
}
.your-valley .endquote img {
  width: 40px;
  margin-top: -15px;
}
.reverse-bar {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #0b72ba;
}
.reverse-bar-label {
  height: 41px;
  line-height: 41px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.6em;
  color: white;
  font-weight: 700;
}
.reverse-bar-label.centered {
  text-align: center;
}
.container.pk-layer.black {
  background: #000000;
  color: #e3e3e3;
}
.container.pk-layer.black a,
.container.pk-layer.black .label {
  color: #e3e3e3;
}
.container.pk-layer.black a:hover {
  color: #0b72ba;
  text-decoration: none;
}
.container.pk-layer.lightblue {
  background: #bbd2e6;
}
.container.pk-layer.red {
  background: #fbd2d4;
}
.container.pk-layer.orange {
  background: #fcd9c4;
}
.container.pk-layer.lightblue .label,
.container.pk-layer.red .label,
.container.pk-layer.orange .label {
  color: #555555;
}
.your-valley .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.your-valley .container-fluid.pk-layer.breaking.black {
  background: #000000; 
}
.your-valley .continer.pk-layer.breaking.withear .layer-col,
.your-valley .continer-fluid.pk-layer.breaking.withear .layer-col,
.your-valley .container.pk-layer.withear .layer-col,
.your-valley .container-fluid.pk-layer.withear .layer-col {
  background: transparent;
}

.your-valley .container-fluid.pk-layer.breaking.withear .ear-col,
.your-valley .container-fluid.pk-layer.breaking.withear .layer-col {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.your-valley .container-fluid.pk-layer.breaking.withear .layer-col {
  margin-top: 10px;
}
.your-valley .container.pk-layer.breaking.withear .ear-col h5 {
  font-family: 'Open sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
  padding: 0 15px;
  text-transform: uppercase;
}
.your-valley .container.pk-layer.withear .ear-col {
  margin-bottom: 0;
  background-color: #05428c;
}
.your-valley .container.pk-layer.breaking.withear {
  background-color: #e51b27;
}
.your-valley .container.pk-layer.breaking.withear .ear-col {
  margin-bottom: 0;
  background-color: #000000;
}
.your-valley .container.pk-layer.breaking.withear .section-margins {
  padding: 0 10px;
}
.your-valley .container.pk-layer.breaking.withear .layer-col a {
  color: #ffffff;
}
.your-valley .container.pk-layer.breaking.withear .layer-col a:hover {
  color: #e1e1e1;  
}
.container-fluid.pk-layer.breaking.black a {
  color: #e3e3e3;
}
.container-fluid.pk-layer.breaking.black a:hover {
  color: #0b72ba;
  text-decoration: none;
}
.your-valley .container.pk-layer.shaded {
  background: #e3e3e3;
  color: #000000;
}
.container.pk-layer.shaded a,
.container.pk-layer.shaded .label {
  color: #000000;
}
.container.pk-layer.shaded a:hover {
  color: #0b72ba;
  text-decoration: none;
}
.your-valley .box.box-content-sbs .row {
  display: block;
  margin-bottom: 15px;
}
.your-valley .box.box-content-sbs .item {
  display: block;
  margin-bottom: 15px;
}
.your-valley .box.box-content-sbs img {
  max-width: 90%;
}
.your-valley .box.box-content-sbs .caption.lower-right {
  margin-top: 5px;
}
.your-valley .pk-section.section-2col .box.box-content-sbs img {
  max-width: 100%;
}
.your-valley .pk-section.section-2col .box.box-content-sbs .single-story.col-sm-6:first-child {
  padding-right: 0;
}

.your-valley .content_bootstrap #overline, 
.your-valley .label,
.your-valley .hero-photo .label {
  color: #0b72ba;
  font-weight: 700;
  font-family: 'Franklin Gothic', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 8px;
}
.your-valley .content_bootstrap #overline {
  font-size: 18px;
  color: #e7222c;
  margin-top: 5px;
}
.your-valley .box .label {
  display: inline-block;
  color: #ec1f27;
  margin-bottom: 10px;
  clear: both;
  padding: 0;
}
.your-valley .box .hero-photo-container .label {
  padding-left: 10px;
  padding-top: 10px;
}
.your-valley .box-content-hero-list  .hero-photo-container .label,
.your-valley .box-content-hero-list  .hero-photo-container .label.right {
  background-color: #ffffff;
  color: #0b72ba;
}
.your-valley .box .hero-screen-heads-full {
  height: unset:
}
.your-valley .box h1,
.your-valley .box h2,
.your-valley .box h3,
.your-valley .box h4 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.your-valley .box.box-content-headlines .story-head {
  margin-bottom: 20px;
}
.your-valley .box.box-content-headlines h1,
.your-valley .box.box-content-headlines h2,
.your-valley .box.box-content-headlines h3,
.your-valley .box.box-content-headlines h4 {
  margin-top: 0px;
  margin-bottom: 11px;
}
.your-valley .container.pk-layer.default.withear .box.box-content-headlines h1,
.your-valley .container.pk-layer.default.withear .box.box-content-headlines h2,
.your-valley .container.pk-layer.default.withear .box.box-content-headlines h3,
.your-valley .container.pk-layer.default.withear .box.box-content-headlines h4
.your-valley .container.pk-layer.breaking.withear .box.box-content-headlines h1,
.your-valley .container.pk-layer.breaking.withear .box.box-content-headlines h2,
.your-valley .container.pk-layer.breaking.withear .box.box-content-headlines h3,
.your-valley .container.pk-layer.breaking.withear .box.box-content-headlines h4,
.your-valley .container.pk-layer.black.withear .box.box-content-headlines h1,
.your-valley .container.pk-layer.black.withear .box.box-content-headlines h2,
.your-valley .container.pk-layer.black.withear .box.box-content-headlines h3,
.your-valley .container.pk-layer.black.withear .box.box-content-headlines h4 {
  padding-bottom: 0;
  margin: 10px 0;
  border-bottom: 0px;
}

.your-valley .box-content-wide-centered h2 {
  font-weight: 700;
  font-size: 42px;
}
.your-valley .box .story-head {
  display: block;
  font-size: 1.35em;
  color: #000000;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 5px;
}
.your-valley .box .story-head.lede {
  font-size: 1.75em;
}
.your-valley .box .text-lede {
  /*font-size: inherit;*/
  font-size: 14px !important;
  line-height: 140% !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.your-valley .box .large-screen-heads h2 {
  padding-top: 0px;
}
.your-valley .box .large-screen-heads h4,
.your-valley .hero-tease-wrap h4 {
  margin-bottom: 25px;
  line-height: 34px;
}
.your-valley div.pk-section {
  border-right: 0px;
}
.your-valley .pk-section.section-4col .box-content-carousel.large .carousel-inner {
  height: 700px;
}
@media screen and (min-width: 480px) {
  .your-valley .pk-section.section-4col .box-content-carousel.large .carousel-inner {
    max-height: 700px;
  }
}

.your-valley .pk-section .box.box-content-carousel.large.photos  .carousel-fade {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: none;
}
.your-valley .pk-section.section-6col .box-content-carousel.large.photos .carousel-fade .carousel-inner {
  height: 692px;
  overflow: hidden;
}
.your-valley .pk-section.section-5col .box-content-carousel.large.photos .carousel-fade .carousel-inner {
  height: 602px;
  overflow: hidden;
}
.your-valley .pk-section.section-4col .box-content-carousel.large.photos .carousel-fade .carousel-inner {
  height: 452px;
  overflow: hidden;
}
.your-valley .pk-section.section-3col .box-content-carousel.large.photos .carousel-fade .carousel-inner {
  height: 350px;
  overflow: hidden;
}
.your-valley .pk-section.section-2col .box-content-carousel.large.photos .carousel-fade .carousel-inner {
  height: 250px;
  overflow: hidden;
}
.your-valley .pk-section.section-1col .box-content-carousel.large.photos .carousel-fade .carousel-inner {
  height: 120px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .pk-section.section-6col .box-content-carousel.large.photos .carousel-fade .carousel-inner,
  .pk-section.section-5col .box-content-carousel.large.photos .carousel-fade .carousel-inner,
  .pk-section.section-4col .box-content-carousel.large.photos .carousel-fade .carousel-inner,
  .pk-section.section-3col .box-content-carousel.large.photos .carousel-fade .carousel-inner,
  .pk-section.section-2col .box-content-carousel.large.photos .carousel-fade .carousel-inner,
  .pk-section.section-1col .box-content-carousel.large.photos .carousel-fade .carousel-inner {
    height: 215px;
  }
}
.carousel-fade .carousel-inner .photo {
  position: relative;
}
.carousel-fade .carousel-inner .photo img {
  width: 100%;
  top: -250px;
}
.carousel-fade .text-wrapper {
  position: absolute;
  width: 100%;
  bottom: 60px;
  padding: 30px;
  background-color: rgba(0,0,0,0.65);
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .carousel-fade .text-wrapper {
    bottom: 35px;
    padding: 10px 20px 0 20px;
  }
  .carousel-fade .text-wrapper h1 {
    font-size: 1.8em !important;
  }
}
.carousel-fade .text-wrapper.small {
  padding: 10px;
  bottom: 25px;
}
.carousel-fade .text-wrapper a {
  color: #e3e3e3;
}
.carousel-fade .text-wrapper a:hover {
  color: #ffffff;
}
.carousel-fade .carousel-inner .lead {
  position: relative;
  font-weight: normal;
  font-size: 18px;
  z-index: 50;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.your-valley .box-content-carousel .carousel-fade .carousel-indicators.bars,
.your-valley .box-content-carousel .carousel-fade .carousel-indicators.bars.small {
  position: absolute;
  bottom: 5px;
  list-style: square;
  text-align: center;
  width: 100%;
  z-index: 50;
}
@media screen and (max-width: 480px) {
  .your-valley .box-content-carousel .carousel-fade .carousel-indicators.bars,
  .your-valley .box-content-carousel .carousel-fade .carousel-indicators.bars.small {
    bottom: 2px;
  }
}
.your-valley .box-content-carousel .carousel-fade .carousel-indicators.bars li {
  border-color: #bbb;
  background-color: #bbb;
  margin: 0 2px;
  height: 8px;
  width: 24px;
  border-radius: 0px;
  box-shadow: 1px 5px 5px;
}
.your-valley .box-content-carousel .carousel-fade .carousel-indicators.bars .active {
  border-color: #0b72ba;
  background-color: #0b72ba;
}

@media screen and (max-width: 480px) {
  .your-valley .pk-section.section-3col .box-content-list .photo-container,
  .your-valley .pk-section.section-4col .box-content-list .photo-container,
  .your-valley .pk-section.section-5col .box-content-list .photo-container {
    width: 33%;
  }
  .your-valley .pk-section.section-3col .box-content-list .photo-container img,
  .your-valley .pk-section.section-4col .box-content-list .photo-container img,
  .your-valley .pk-section.section-5col .box-content-list .photo-container img {
    max-height: 250px;
    max-width: 100%;
  }
}
.box-content-list .photo-container {
  min-height: 110px;
}
.box-content-list .list-item.sponsored {
  background-color: #fff5e5;
  padding: 15px 15px 0 15px !important;
  border-bottom: 0px !important;
}


.your-valley .railitem {
  margin-bottom: 15px;
}

footer p {
  margin: 0 0 5px;
}
footer p,
footer li {
  font-size: 14px;
  font-family: 'Franklin Gothic Condensed', sans-serif;
}
footer h6 {
  color: #ffffff;
}
footer .tagline {
  display: block;
  font-style: italic;
  font-size: 85%;
  text-align: center;
  border-bottom: 1px solid #77b3d1;
  padding-bottom: 5px;
  margin-bottom: 7px;
}

footer.bottom {
  font-size: 85%;
}
footer.bottom,
footer.bottom a {
  color: white;
}
footer.bottom .first {
  background: #0da0da;
  padding: 8px 0;
}
footer.bottom .second {
  background: #0b72ba;
  padding: 20px 0 10px 0;
}
footer.bottom .logo img {
  max-height: 30px;
}
footer.bottom h6 {
  text-transform: uppercase;
  text-align: center;
  font-family: "PT Sans", sans-serif;
  font-size: 1em;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #77b3d1;
}
footer.bottom ul {
  line-height: 1.75;
}
@media only screen and (min-width : 768px) {
  footer.bottom .grid .left-border {
    border-left: 1px solid #77b3d1;
    min-height: 350px;
  }
}
footer.bottom .sections li {
  /*width: 49%;*/
  text-align: center;
  display: block;
  vertical-align: top;
  line-height: 1.2;
  margin-bottom: 7px;
}
footer.bottom .social {
  font-size: 25px;
}
footer.bottom .social li {
  font-size: 2.5em;
  margin-left: 10px;
  margin-right: 10px;
}
footer .social a:hover {
  opacity: 0.6;
}
footer.bottom .third {
  background: #0b72ba;
  opacity: 0.8;
  padding: 20px 0;
  font-size: 0.9em;
  text-transform: uppercase;
}
footer.bottom .third,
footer.bottom .third a {
  color: white;
}
footer .footer-logo {
  display: block;
  margin-bottom: 10px;
}
.classifieds-v2 h4 a {
  color: black;
  font-weight: 700;
}
ul.headlines h4 {
  font-size: 1.0em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 3px;
}
ul.headlines .date {
  color: #999;
  font-family: 'Open sans', sans-serif;
  text-transform: uppercase;
  font-size: 0.75em;
}

/* Nav */

.your-valley .navbar {
  border: none;
  min-height: 0;
  /*margin-top: 10px;*/
  display: block;
  /*border-top: 1px solid #ccc;*/
}
/*.your-valley .navbar-default li.dropdown {
  background-color: #a81419;
}*/
.your-valley .navbar-default { /* Global type */
  padding: 0;
  margin-bottom: 0;
  font-family: 'PT Sans', sans-serif;
  color: #555;
  font-weight: 400;
  font-size: .9em;
}
.your-valley .navbar-toggle {
  border-color: white;
}
.your-valley .navbar-toggle .icon-bar {
  background-color: white;
}
.your-valley .navbar-default.towns-mobile {
  background-color: #0b72ba;
  color: #ffffff;
  margin-bottom: 15px;
}
.your-valley .navbar-default.towns-mobile .navbar-nav > li {
  padding: 10px 0;
}
.your-valley .navbar-default.towns-mobile .navbar-nav > li > a,
.your-valley .navbar-default.towns-mobile .navbar-nav > li > a:hover {
  color: #ffffff;
}
.your-valley .navbar-default.towns-mobile .navbar-toggle {
  border-color: #ffffff;
}
.your-valley .navbar-default.towns-mobile .icon-bar {
  background-color: #ffffff;
}
.navbar.navbar-default {
  border: 0px 0px 0px 0px !important;
  background-color: transparent;
}
.your-valley .navbar-collapse {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.your-valley .nav > li > a { 
  padding: 6px 8px;
  font-size: 0.95em;
}
@media screen and (max-width: 992px) {
  .your-valley .nav > li > a { 
    font-size: 0.85em;
  }
}
.navbar-default .navbar-nav li a {
    color: #000000;
    font-size: 1.4em;
    list-style: none;
    text-decoration: none;
}
.your-valley nav .divider {
  display: none;
}
.your-valley nav .navbar-brand {
  color: white;
}
.w-dropdown-toggle:hover .db-dropdown-text,
.w-dropdown-toggle:hover .db-dropdown-icon {
  color: white;
}
.your-valley .navbar-default .navbar-toggle:hover {
  /*background: inherit;*/
  /*color: red;*/
}
.your-valley .navbar-default .navbar-toggle .icon-bar {

}
@media only screen and (min-width : 768px) {
  .your-valley .navbar-brand {
    display: none;
  }
}
.your-valley .navbar-default .navbar-nav > .active > a, 
.your-valley .navbar-default .navbar-nav > .active > a:focus,
.your-valley .navbar-default .navbar-nav > .open > a,
.your-valley .navbar-default .navbar-nav > .open > a:focus,
.your-valley .navbar-default .navbar-nav .open .dropdown-menu > li > a { /* Resets for hover / active / dropdowns */
    /*background: #a81419;*/
}
.your-valley .navbar-default .navbar-nav > .active > a:hover,
.your-valley .navbar-default .navbar-nav > .open > a:hover,
.your-valley .navbar-default .navbar-nav a:hover {
  /*background: #a81419;*/
}

@media screen and (max-width: 480px) {
  .your-valley .navbar-default .navbar-nav > .active > a:hover,
  .your-valley .navbar-default .navbar-nav > .open > a:hover,
  .your-valley .navbar-default .navbar-nav a:hover {
    background: none !important;
  }
}

/* .your-valley nav, .your-valley nav a, .your-valley .navbar .nav > li > a { */
.your-valley nav, .your-valley .navbar .nav > li > a { /* Resets for links of various states */
  
}
.dropdown-menu>li>a {
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dropdown-menu>li>a:hover {
  color: #a81419;
}
.your-valley .dropdown .dropdown-menu {
  /*background: #a81419;*/
  font-size: 100%;
}
.your-valley .dropdown .dropdown-menu li {
  position: relative;
}
.your-valley .dropdown:hover {
  /*background-color: #a81419;*/
}
.your-valley .dropdown:hover .dropdown-menu {
  display: block;
  /*background-color: #a81419;*/
}
@media screen and (max-width: 480px) {
  .your-valley .dropdown:hover {
    background-color: none !important;
  }
  .your-valley .dropdown:hover .dropdown-menu {
    background-color: none !important;
  }
}
.your-valley .navbar-default .dropdown:hover .dropdown-menu { /* Enable dropdown expand on hover. By default it expands on click */
  display: block;
}
.dropdown-menu.right {
  left: unset;
  right: 0;
}

/* ===== TRAY ===== */
.your-valley .nav li.tray {
  position: unset;
}
.your-valley .dropdown .dropdown-menu.tray {
  position: absolute;
  left: 0;
  right: 0;
  top: 33px;
}
.your-valley .dropdown .dropdown-menu.tray .tray-navitem a {
  color: #0b72ba;
}
.your-valley .dropdown .dropdown-menu.tray .tray-navitem a:hover {
  color: #33b1ee;
}

.navbar-default .navbar-nav>li>a {
    color: #555
}
.navbar-default li.dropdown:hover {
  /*background: #d3d3d3 !important;*/
}
.navbar-default .navbar-nav>li:hover>a {
    color: white;
}
@media screen and (max-width: 768px) {
  .navbar-default li.dropdown,
  .navbar-default li.dropdown:hover {
    border-top: 0;
  }
}
@media only screen and (max-width : 768px) {
  .your-valley .navbar-default {
    /*background: #a81419 !important;*/
  }
  .navbar-default .navbar-nav > li > a {
    color: #000000;
  }
  .your-valley .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .your-valley .navbar-collapse .caret {
    display: none;
  }
  .navbar.navbar-default {
    border: 0px 0px 0px 0px !important;
    background-color: transparent;
    float: left;
    width: 100%;
  }
  .your-valley nav .navbar-brand {
    color: white;
  }
}
.your-valley .nav > li.mobile-subnav > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
.your-valley .nav .top-level {
  padding: 0px;
}
.nav .top-level a {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  @media screen and (min-width: 768px) {
    .nav .top-level {
      padding: 8px !important;
    }
    nav.main a {
      font-size: 14px;
      padding: 5px;
    }
    .navbar-default .navbar-nav li a {
      font-size: 1em;
    }
  }
}
@media screen and (max-width: 480px) {
  .nav .top-level {
    padding: 5px !important;
  }
}
@media only screen and (max-width : 480px) {
  .nav .main-option {
    width: 90%;
    float: left;
  }
}
.nav .mobile-subnav-toggle {
  width: 10%;
  float: right;
  color: white;
  cursor: pointer;
  text-align: right;
}
.nav .mobile-subnav-toggle i {
  font-size: 140%;
}
.nav .mobile-subnav-item {
  font-size: 95%;
  padding-left: 25px;
  display: none;
}

/* ===== DROPDOWN MENU ===== */
.your-valley .dropdown-menu {
  position: absolute;
  display: none;
  top: 30px;
  left: 0;
  min-width: max-content;
  padding: 5px 0;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid rgba(0,0,0,.15);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.your-valley .dropdown-menu li a {
  color: #000000;
  background-color: unset;
}
.your-valley .dropdown-menu li a:hover {
  color: #0b72ba;
}


.your-valley .navbar-default .dropdown .dropdown-menu li:hover .tertiary-menu {
  display: block;
}

.your-valley .poweredby {
  font-size: 0.8em;
  padding: 10px 0;
}
.your-valley .poweredby,
.your-valley .poweredby a {
  color: #888;
}
.footer-links {
  padding: 0 !important;
}
.footer-links .caps {
  text-transform: uppercase;
  font-weight: 700;
}
.footer-links li {
  /*margin-bottom: 10px;*/
  font-size: 16px;
}
.section-child {
  padding-left: 15px;
  text-transform: none;
  font-weight: normal;
}
.your-valley .footer {
  padding: 10px 0;
  margin-bottom: 15px;
}
.your-valley .footer .logo img {
  max-width: 95%;
  margin-top: 10px;
}

.your-valley .hero-screen {
  background-color: rgba(0,129,198,0.4);
}
.your-valley .screen {
  /*background-color: rgba(0,129,198,0.7);*/
  /*background-color: rgba(23,164,132,0.7);*/
  background-color: rgba(11,114,186,0.7);
}
.your-valley .large-screen-heads .box-link {
  background-color: rgba(11,114,186,1);
}
.your-valley .large-screen-heads .label {
  background-color: unset;
}

.footer .sister-list li {
  margin: 0 20px;
}
.your-valley .short-footer {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888888;
  margin: 10px 0 30px 0;
  text-align: center;
}
.your-valley .short-footer a {
  color: #999;
}
@media only screen and (min-width : 1200px) {
  .your-valley .short-footer .copyright {
    text-align: left;
  }
  .your-valley .short-footer .powered {
    text-align: right;
  }
}
.your-valley .footer a {
  color: white;
}
.your-valley .footer .links a {
  display: block;
  line-height: 1.5;
  font-size: 1.05em;
}
.your-valley .footer .links .col {
  float: left;
  margin-right: 25px;
}
.your-valley .footer .enews-signup .email {
  width: 90%;
  border: 0;
  padding: 4px 10px;
}
.your-valley .footer .enews-signup button {
  border: 0;
  padding: 4px 10px;
  width: 50%;
}
.your-valley .footer .icons a {
  font-size: 2.0em;
  margin-right: 10px;
}
.your-valley .content_bootstrap .byline {
  display: block;
  font-family: 'Georgia', serif;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 40px;
  padding-top: 10px;
}
.your-valley .content_bootstrap .byline img {
  width: 50px;
  height: 50px;
  border-radius: 5em;
  margin-right: 10px;
  margin-top: -8px;
  float: left;
}
.your-valley .content_bootstrap .byline a {
  display: inline-block;
  clear: right;
}

.your-valley .content_bootstrap .inset-photos {
  margin-bottom: 15px;
}
.your-valley .section-3col .box-ap-default .item,
.your-valley .section-4col .box-ap-default h3.item {
  margin-bottom: 14px;
  line-height: 1.0;
}
.your-valley .section-5col .box-ap-default h3.item,
.your-valley .section-6col .box-ap-default h3.item {
  margin-bottom: 18px;
  line-height: 1.0;
}
.your-valley .box.search-widget .screen {
  background: #efefef;
  padding: 7px;
  font-size: 0.9em;
}
.your-valley .box.search-widget input {
  font-family: 'Lato', sans-serif;
  font-size: 1.2em;
  position: relative;
  width: 100%;
  border: none;
  padding: none;
  background: #efefef;
  padding: 8px 40px 8px 16px;
  color: #888;
  z-index: 90;
}
.your-valley .box.search-widget button {
  position: relative;
  border: none;
  padding: none;
  background: none;
  font-size: 1.8em;
  margin-top: -37px;
  margin-right: 5px;
  z-index: 91;
}

/* ========== GRID ========== */
.your-valley .grid-item {
  padding: 7px;
  float: left;
  overflow: hidden;
}
.your-valley .grid-item.col-5 {
  width: 20%;
  height: unset;
}
.your-valley .grid-item.col-4 {
  width: 25%;
  height: unset;
}
.your-valley .grid-item.col-3 {
  width: 33%;
  height: unset;
}
.your-valley .grid-item.col-2 {
  width: 50%;
}
.your-valley .grid-item.col-1 {
  width: 100%;
}
@media screen and (max-width: 992px) {
  @media screen and (min-width: 768px) {
    .your-valley .container .grid-item.col-5,
    .your-valley .container .grid-item.col-4 {
      width: 33%;
      height: unset;
    }
    .your-valley .container .grid-item.col-3,
    .your-valley .container .grid-item.col-2 {
      width: 50%;
    }
  }
}
@media screen and (max-width: 768px) {
  @media screen and (min-width: 600px) {
    .your-valley .container .grid-item.col-5,
    .your-valley .container .grid-item.col-4 {
      width: 50%;
      height: unset;
    }
    .your-valley .container .grid-item.col-3,
    .your-valley .container .grid-item.col-2 {
      width: 50%;
    }
  }
}
/*@media screen and (max-width: 600px) {
  @media screen and (min-width: 480px) {
    .container .grid-item.col-5 {
      width: 50%;
      height: 345px;
    }
    .container .grid-item.col-4,
    .container .grid-item.col-1 {
      width: 50%;
    }
  }
}*/
@media screen and (max-width: 600px){
  .container .grid-item.col-5,
  .container .grid-item.col-4,
  .container .grid-item.col-3,
  .container .grid-item.col-2,
  .container .grid-item.col-1 {
    width: 100%;
    height: unset;
  }
}
.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 .single-story-head {
  color: #000000;
}
.grid-item .single-story-head:hover {
  color: #982e36;
}
.grid-item .photo-container {
  width: 100% !important;
  height: 175px;
  margin: 0 0 10px 0;
  overflow: hidden;
  background-color: #efefef;
  text-align: center;
}
@media screen and (max-width:1200px) {
  @media screen and (min-width:768px) {
    .container .grid-item .photo-container {
      width: 100% !important;
      height: 140px;
      margin: 0 0 10px 0;
      overflow: hidden;
      background-color: #efefef;
      text-align: center;
    }
  }
}
@media screen and (max-width: 480px) {
  .your-valley .box-content-grid.col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.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;
}
/* ======== END GRID ======== */

/* 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;
}



/* ===== WP Overrides ===== */
.caption-box-margins.alignnone,
.caption-box-margins.alignleft {
  margin-right: 15px;
  float: left;
}
.caption-box-margins.alignright {
  margin-left: 15px;
  float: right;
}
.caption-box-text {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 0.85em;
  margin-top: 5px;
  line-height: 1.2;
}


/* ===== MC Overrides ===== */
.your-valley #mc_embed_signup form {
  padding: 0 0 15 3%;
}
.your-valley #mc_embed_signup .indicates-required {
  float: right;
}
.your-valley #mc_embed_signup input[type="checkbox"] {
  margin-right: 5px;
}

/* ===== Mobile Adjustments ===== */
@media screen and (max-width: 480px) {
  h1, .h1 {
    font-size: 26px;
  }
}

/* ===== PACKAGE - INSET TILES */
.package-inset {
  float: left;
}
.content_bootstrap .package-inset h4 {
  font-size: 1.3em;
}
.package-inset img {
  max-width: 100%;
}
.your-valley .content_bootstrap .body {
  line-height: 1.55;
}
.your-valley .content_bootstrap .body p {
  margin-bottom: 15px;
}
@media only screen and (min-width : 768px) {
  .your-valley .no-rail .content_bootstrap .body {
    padding: 0 15%;
  }
}
.your-valley .content_bootstrap .caption {
  font-size: 0.85em;
  margin-top: 8px;
}
.your-valley .no-rail .content_bootstrap .large_photos img {
    max-height: 760px;
}

/* ===== PENCIL/PUSHDOWN AD ===== */
.pencil-ad-container {
  width: 1150px;
  margin: auto;
  margin-top: -10px;
  margin-bottom: 10px;
}
.pencil-ad {
  width: 1150px;
  height: 440px;
  margin: 0 auto 0 7px;
  overflow: hidden;
  position: relative;
}
.pencil-ad .clickable-area {
  z-index: 9999;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  top: 42px;
  right: 8px;
  cursor: pointer;
}
.col-4 h3 {
  font-size: 1.2em;
}

/* ===== Lists with images ===== */
.list-item {
  display: block;
  padding: 5px 0 10px 0 !important;
  margin: 5px 0 10px 0 !important;
  font-size: 1.2em;
}
.widget-image,
.widget-image {
  width: 33%;
  /*height: 90px;
  overflow: hidden;*/
  margin-right: 10px;
  float: left;
  clear: none;
}
.container .widget-image img {
  max-width: 100%;
  /*max-height: 90px;*/
}
.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;
}
.your-valley .box-weather .cityname {
  margin-bottom: 10px;
}
.your-valley .box-weather .wx-icon {
  float: left;
  margin-right: 10px;
}
.your-valley .box-weather .current {
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 10px;
}
.weather-sponsor {
  position: absolute;
  margin-top: -85px;
}

.box-lake-levels .current {
  font-size: 40px;
  font-weight: 700;
}
.box-lake-levels .previous-year {
  font-size: 20px;
  font-weight: 600;
}
.box-lake-levels .source {
  display: block;
  font-size: 0.8em;
  margin: 15px 0;
}
.box-lake-levels .lake-level-sponsor {
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
.box-lake-levels .lake-level-sponsor img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* ===== WORDPRESS OVERRIDES ===== */
.your-valley .content_bootstrap img.alignleft {
  float: left;
  margin-right: 15px;
}
.your-valley .content_bootstrap img.alignright {
  float: right;
  margin-left: 15px;
}
.your-valley .content_bootstrap .caption {
  font-size: 0.85em;
  line-height: 1.2;
}
.your-valley .caption.alignnone {
  display: block;
  margin: 20px auto;
}
.your-valley .content_bootstrap .caption.alignleft {
  display: inline-block;
  max-width: max-content;
  float: left;
  margin-right: 15px;
}
.your-valley .content_bootstrap .caption.alignright {
  display: inline-block;
  max-width: max-content;
  float: right;
  margin-left: 15px;
}
.your-valley .content_bootstrap .caption img {
  margin-bottom: 8px;
}
.your-valley .wp-block-image {
  display: block;
  /*max-width: min-content;*/
}
.your-valley .wp-block-image img {
  max-width: 100%;
}
.your-valley .wp-block-image .caption-box-margins.alignleft {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.your-valley .wp-block-image .caption-box-margins.aligncenter {
  display: block;
  margin: 20px auto;
}
.your-valley .wp-block-image .caption-box-margins.alignright {
  float: right;
  margin-left: 15px;
}
.your-valley .wp-block-image .caption-box {
  display: contents;
}
.your-valley .wp-block-image .caption-box .caption-box-text {
  display: inline-block;
  margin-bottom: 20px;
}
.your-valley figure.aligncenter.size-large img {
  max-width: 100%;
}
.your-valley figcaption,
.your-valley .content_bootstrap .caption {
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
.your-valley .credit {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 10px;
}
.your-valley .container.pk-layer.breaking.withear,
.your-valley .container.pk-layer.black.withear,
.your-valley .container.pk-layer.withear,
.your-valley .container-fluid.pk-layer.withear {
  display: table;
}
.your-valley .container.pk-layer.breaking.withear .ear-col,
.your-valley .container.pk-layer.breaking.withear .layer-col,
.your-valley .container.pk-layer.black.withear .ear-col,
.your-valley .container.pk-layer.black.withear .layer-col,
.your-valley .row-eq-height .ear-col,
.your-valley .row-eq-height .layer-col {
  display: table-cell;
  float: unset;
  vertical-align: middle;
}

.your-valley .container.pk-layer.withear .reverse-bar-label,
.your-valley .container.pk-layer.withear .reverse-bar-label {
  padding: 0 15px;
  margin-bottom: 0;
  line-height: 41px;
}

.box.box-eedition .eedition-wrapper {
  padding: 15px;
  border: 1px solid #000000;
}
.box.box-eedition .eedition-wrapper p {
  font-size: 14px;
}
.box-content-single-photo {
  text-align: left;
}

/* ===== MAILCHIMP OVERRIDES ===== */
.your-valley #mc_embed_signup {
  display: block;
  border: 1px solid #e3e3e3;
  padding: 10px;
  margin-bottom: 25px;
  min-height: 350px;
  position: relative;
}
.your-valley #mc_embed_signup #mc_embed_signup_scroll {
  font-size: 18px;
}
.your-valley #mc_embed_signup #mc_embed_signup_scroll img {
  max-width: 100%;
  margin-bottom: 10px;
}
.your-valley #mc_embed_signup input[type=email] {
  position: absolute;
  width: 94%;
  margin-bottom: 10px;
  bottom: 50px;
  left: 10px;
  font-family: 'Franklin Gothic Condensed', sans-serif;
  font-size:14px;
}
.your-valley #mc_embed_signup label {
  position: absolute;
  bottom: 100px;
  font-family: 'Franklin Gothic Condensed', sans-serif;
  font-size:14px;
  font-weight: 400;
}
.your-valley #mc_embed_signup .btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.your-valley #mc_embed_signup .newsletter-description {
  font-family: 'Franklin Gothic Condensed', sans-serif;
  font-size: 14px;
  margin-bottom: 7px;
}
.your-valley #mc_embed_signup .btn.btn-default {
  width: 94%;
  background-color: #e7222c;
  border-color: #e7222c;
  color: #f2f2f2;
}

@media screen and (min-width:480px){
  .nameplate  {
    max-width: 100%;
    margin: 190px 0px 20px 0px;
  }
}


@media screen and (max-width:480px){
  .nameplate  {
    max-width: 100%;
    margin: 20px 0px 20px 0px;
  }
}
.main-header.top.container {
  margin-top: 20px;
  margin-left: 30px;
}

@media screen and (max-width:480px){
  .your-valley .new-navigation {
    text-align: left;
  }
  .your-valley .navbar-nav {
      display: block;
      margin: 0;
  }
  .main-header .nameplate img {
    max-width: 90%;
  }
}
.in-story-spot {
  margin: 30px auto;
  display: table;
}
twt-page-rating,
twt-ad {
  display: none !important;
}

.your-valley .container.pencilpush {
  display: block;
  margin: 0px auto 10px auto;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
.your-valley .container.pencilpush .pushdownad {
  display: inline-block;
  width: 1170px;
}
@media screen and (max-width: 480px) {
  .your-valley .container.pencilpush .pushdownad {
    display: none;
  }
}


.takeover-cancel {
  position: static;
  display: block;
  cursor: default;
  margin: auto;
  margin: auto;
  /*height: 100%;*/
}
@media (min-width: 576px) {
  .takeover-cancel {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .takeover-cancel {
    width: 780px;
  }
}
@media only screen and (min-width : 990px) {
  .takeover-cancel {
    width: 1000px;
  }
}
@media only screen and (min-width : 1200px) {
  .takeover-cancel {
    width: 1200px;
  }
}
.content_bootstrap h1 {
    font-size: 3.0em !important;
}
@media screen and (max-width: 480px) {
  .content_bootstrap h1 {
      font-size: 2.4em !important;
  }
}
.navbar-collapse {
 max-height:485px !important;
}

.nl-widget {
	font-size: 20px !important;
}
.box .nl-widget {
  font-size: 16px !important;
}
.box .your-valley .mc-field-group label {
  display:none;
}
@media screen and (max-width: 480px) {
  .mobile-login-sticky {
    display: none !important;
  }
}
@media screen and (min-width: 480px) {
  .mobile-login-non-sticky {
    display: none !important;
  }
}

.mobile-login-sticky {
  margin-right: 25px;
  margin-top: 8px;
}
.mobile-login-sticky a {
  color: #808284;
  font-size: 12px;
  font-family: 'Franklin Gothic Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.mobile-login-non-sticky {
  margin-right: 25px;
  margin-top: 8px;
}
.mobile-login-non-sticky a {
  color: #808284;
  font-size: 12px;
  font-family: 'Franklin Gothic Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.hideslug{
  display:none;
}

.mobile-search {
  padding: 10px 10px;
  position: relative;
}
.mobile-search i.fa-search {
  position: absolute;
  right: 20px;
  margin-top: -37px;
  font-size: 26px;
  color: #999;
  cursor: pointer;
}

.rvb-unit-push {
  width: 1170px !important;
}
.your-valley .box-button .btn-primary {
    background-color: #e27a5a !important;
    border-color: transparent !important;
    color: #ffffff !important;
    font-family: inherit;
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 900 !important;
    margin-bottom: 10px;
/*    float: right;*/

  }
  .your-valley .box-button .btn-primary:hover {
    background-color: #f27a5a !important;
    color: #ffffff !important;
  }
  .your-valley .box-subtext {
    /*position: relative;
    right: 80px;
    top: 80px;*/
    color: #f27a5a !important;
    font-family: inherit;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600 !important;
    margin: auto;
  }
.obits-plug .inm-nameplate img {
  max-width: 30%;
}
.obits-plug .mml-nameplate {
  margin-bottom: 30px;
}
.obits-plug .mml-nameplate img {
  max-width: 80%;
}
.obits-plug h2 {
  margin: 0 0 10px 0;
}
.obits-plug .well {
  background-color: #f6f3e1;
  border-color: #f6f3e1;
}
.sponsored-label {
  display: none !important;
}