/*
red #A80A1F
forest #1a5900
*/

@import 'https://fonts.googleapis.com/css?family=PT+Serif|Open+Sans|Playfair+Display:400,700';

body {
  font-family: 'PT Serif', serif;
  color: black;
  font-size: 1.5em;
  line-height: 1.35;
  padding-top: 10px;
}
a {
  color: #A80A1F;
}
a:hover {
  color: #e81332;
  text-decoration: none;
}
p {
  margin: 0 0 10px 0;
}
h1, h2, h3, h4, h5, h6, .story-head {
  font-family: 'Playfair Display', serif;
  margin: 0 0 10px 0;
  font-weight: bold;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.box a,
.story-head a {
  color: black;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.box a:hover,
.story-head a:hover,
a.heading-1:hover {
  color: #e81332 !important;
}
.ebri .story-head.lede {
  font-size: 1.5em;
}
.ebri .story-head {
  font-size: 1.1em;
}
.ebri .when {
  color: #777;
  font-size: 85%;
}

/* Bootstrap fixes */
.label {
  border-radius: inherit;
  color: inherit;
  /*display: inline-block;*/
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: inherit;
  text-align: inherit;
  vertical-align: inherit;
  white-space: inherit;
}
#widget_detail_floated_polls .label {
  display: inline !important;
}
.lead {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: inherit;
}

/* Base */
@media only screen and (min-width : 992px) {
  .ebri {
    margin-bottom: 30px;
  }
  .ebri .container {
    /*width: 968px;*/
  }
}
.ebri .row.page-section {
  padding: 5px 15px;
}
.ebri .toplinks {
  font-family: 'Open Sans', sans-serif;
  font-size: 85%;
  margin-bottom: 6;
  text-transform: uppercase;
}
.ebri .toplinks a {
  color: black;
}
.ebri .toplinks .wx img {
  max-height: 20px;
}
.ebri .toplinks .wx .forecast a {
  /*font-size: 0.75em;*/
  margin-left: 5px;
  color: #A80A1F;
}
.ebri .fullwidth {
  padding-left: 30px;
}
.ebri .refer {
  font-size: 1.25em;
}
@media only screen and (min-width : 1200px) {
  .ebri .refer {
    font-size: 1.6em;
  }
}
.ebri .towns {
  text-transform: uppercase;
  font-weight: bold;
  color: #858c97;
}
@media only screen and (min-width : 768px) {
  .ebri .towns {
    font-size: 0.9em;
    margin-top: 10px;
  }
}
@media only screen and (min-width : 992px) {
  .ebri .towns {
    font-size: 1.2em;
    margin-top: 17px;
  }
}
@media only screen and (min-width : 1200px) {
  .ebri .towns {
    font-size: 1.3em;
    margin-top: 30px;
  }
}
.ebri .townheader {
  text-transform: uppercase;
  color: #858c97;
  font-weight: bolder;
  padding-top: 44px;
  font-size: 2.25em;
}
@media only screen and (min-width : 992px) {
  .ebri .townheader {
    padding-top: 65px;
    font-size: 2.75em;
  }
}
@media only screen and (min-width : 1200px) {
  .ebri .townheader {
    padding-top: 80px;
    font-size: 3em;
  }
}
.ebri .masthead {
  z-index: 9999;
  position: relative;
  margin-bottom: 20px;
}
.manchester-journal .ebri .masthead {
  margin-top: 13px;
}
.ebri .masthead img {
  max-width: 75%;
}
.ebri .body {
  padding-bottom: 20px;
}
@media only screen and (min-width : 992px) {
  .ebri > .body {
    min-height: 500px;
  }
}
.ebri .page-content .margins {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 4px solid black;
}
@media only screen and (min-width : 992px) {
  .ebri aside {
    width: 330px;
  }
  .ebri .page-content {
    width: 640px;
    border-right: 1px solid #ddd;
  }
  .ebri .page-content .margins {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media only screen and (min-width : 1200px) {
  .ebri .page-content {
    width: 840px;
  }
}
.ebri aside.rail .railitem {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dedede;
}
.ebri aside.rail .railitem:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/* Nav */
.navbar-default { /* Overall type & color of nav */
  /*font-family: 'Open sans', sans-serif;*/
  color: white;
  font-size: 1.1em;
  /*text-transform: uppercase;*/
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  height: auto;
  /*margin-top: -15px;*/
}
.navbar-brand {
  color: white !important;
}
.navbar-default ul.nav {
  /*margin-top: -6px;*/
}
.navbar { /* Remove static height settings */
  min-height: 0;
  height: auto;
  border-radius: 0;
}
.navbar-default .navbar-nav > li > a { /* Adjust padding above and below nav items */
  padding: 10px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: white;
}
nav, nav a, .navbar .nav > li > a { /* Reset links of various states to a single color */
  color: white;
  padding-left: 8px;
  padding-right: 8px;
}
.navbar-default .navbar-nav li.dropdown:hover > a {
  color: white;
}
@media (min-width: 769px) { /* Padding reset for desktop */
  .navbar-default .container-fluid {
    padding: 0;
  }
}
.navbar-default .dropdown:hover .dropdown-menu { /* Enable dropdown expand on hover. By default it expands on click */
  display: block;
}
.navbar-default .dropdown-menu > li > a { /* Overall spacing & font */
  padding: 7px 15px;
  font-size: 85% !important;
}
.navbar-default .navbar-nav .dropdown-menu a { /* Hover state for dropdown items */
  color: white;
  font-size: 1.0em !important;
  /*background-color: red;*/ /* Remove this setting to use the default dropdown background */
}
.navbar-default .navbar-nav .dropdown-menu a:hover { /* Hover state for dropdown items */
  color: white;
  /*background-color: #1a5900;*/
}
.navbar-default .dropdown-menu .divider { /* Spacing and color of dividers */
  margin: 4px 0;
  color: blue;
}
.navbar-default .navbar-toggle { /* Hamburger button styling */
    /*border-color: red;*/
    background: white;
}
.navbar-default .navbar-toggle .icon-bar { /* Hamburger icon styling */
  /*background-color: #1a5900;*/
}
.navbar-default .dropdown-menu .divider { /* Color for dropdown dividers */
  background: purple;
}

/* Footer */
.ebri .footer {
  padding: 20px 10px 10px 10px;
  color: white;
  /*margin: 0 15px;*/
}
.ebri .caption {
  font-size: .85em;
}
.ebri img.photo,
.ebri .photo img {
  max-width: 100%;
}
.ebri .footer .photo {
  padding: 0 40px 20px 40px;
}
.ebri .footer .photo img {
  max-width: 85%;
}
.ebri .footer a {
  color: white;
}
.ebri .bottom-links {
  font-size: 1.1em;
  margin: 20px 0 15px 0;
}
.ebri .social {
  font-size: 1.5em;
}
.ebri .powered {
  font-family: 'Open Sans', sans-serif;
  font-size: 85%;
  margin-top: 20px;

}


/* WF stuff */
.pk-layer.lightblue .margins,
.pk-layer.darkblue .margins,
.pk-layer.breaking .margins {
  padding: 0 15px;
}

.pk-layer.noear,
.pk-layer.withear .layer-col {
  background: white;
  margin-bottom: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.pk-layer.withear .ear-col {
  /*background-color: #1a5900;*/
  color: white;
  margin-bottom: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.pk-layer.breaking.withear .ear-col {
  background-color: #A80A1F;
  color: white;
  padding-top: 4px;
  padding-bottom: 4px;
}
.pk-layer.breaking.withear .layer-col {
  padding-top: 3px;
  padding-bottom: 0;
}
.pk-layer.noear.lightblue,
.pk-layer.withear.lightblue .layer-col {
  background-color: #dedede;
}
.pk-layer.noear.lightblue {
  /*border-radius: 10px;*/
}
.pk-layer.noear.darkblue,
.pk-layer.withear.darkblue .layer-col {
  background-color: #dedede;
  color: white;
  padding-bottom: 5px;
}
.pk-layer.withear .ear-col .reverse-bar-label {
  margin-top: 0;
  padding-top: 0;
}
.pk-layer .labl {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #a33333;
  color: white;
}
.pk-section {
  border-right: 1px solid #dedede;
}
.pk-section[last-child],
.pk-section.last {
  border-right: 0;
}
.pk-section .box {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dedede;
}
.pk-section .box-link {
  margin-top: 10px;
  text-align: right;
  font-family: 'Open sans';
  color: #A80A1F;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase; 
}
.pk-section .box-link a {
  color: #A80A1F;
}
.pk-section .box:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.ebri .cover-photo {
  cursor: pointer;
  width: 100%;
  height: 100px;
  background-position: center center;
    background-size: cover;
}

/* Boxes */
.box-content-headlines h3 {
  margin-bottom: 10px;
  padding: 0;
}
.section-1col .box-content-headlines h3,
.section-2col .box-content-headlines h3 {
  font-size: 1.0em;
  margin-top: 15px;
}
.section-3col .box-content-headlines h3,
.section-4col .box-content-headlines h3 {
  font-size: 0.9em;
  margin-top: 18px;
}
.section-5col .box-content-headlines h3,
.section-6col .box-content-headlines h3 {
  font-size: 1.75em;
  margin-top: 25px;
}
.box-content-headlines h3:first-child {
  margin-top: 0 !important;
}
.pk-layer.noear.darkblue .box-content-headlines, {
  text-align: center;
}
.pk-layer.darkblue.noear .box-content-headlines,
.pk-layer.darkblue.withear .layer-col .box-content-headlines {
  text-align: center;
}
.pk-layer.breaking.noear .box-content-headlines,
.pk-layer.breaking.withear .layer-col .box-content-headlines {
  text-align: left;
}
.pk-layer .box-content-gallery .carousel .canvas {
  background: #efefef;
  margin-bottom: 10px;
}
.pk-layer .section-1col .box-content-gallery .item img {
  height: 95px;
}
.pk-layer .section-2col .box-content-gallery .item img {
  height: 210px;
}
.pk-layer .section-3col .box-content-gallery .item img {
  height: 325px;
}
.pk-layer .section-4col .box-content-gallery .item img {
  height: 440px;
}
.pk-layer .section-5col .box-content-gallery .item img {
  height: 550px;
}
.pk-layer .section-6col .box-content-gallery .item img {
  height: 600px;
}
.pk-layer .box-content-gallery .thumbnails {
  text-align: center;
}
.pk-layer .box-content-gallery .thumbnails li {
  display: inline-block;
  margin: 0 .25% 5px .25%;
  opacity: 0.5;
}
.pk-layer .box-content-gallery .thumbnails li.active {
  opacity: 1.0;
}
.pk-layer .section-6col .box-content-gallery .thumbnails li {
  width: 11.5%;
  height: 95px;
}
.pk-layer .section-5col .box-content-gallery .thumbnails li {
  width: 13.3%;
  height: 85px;
}
.pk-layer .section-4col .box-content-gallery .thumbnails li {
  width: 15.6%;
  height: 75px;
}
.pk-layer .section-3col .box-content-gallery .thumbnails li {
  width: 15.6%;
  height: 60px;
  margin-bottom: 3px;
}
.pk-layer .section-2col .box-content-gallery .thumbnails li {
  width: 18.7%;
  height: 45px;
  margin-bottom: 3px;
}
.pk-layer .section-1col .box-content-gallery .thumbnails li {
  width: 31%;
  height: 40px;
  margin-bottom: 3px;
}
.pk-layer .box-content-gallery .carousel-caption {
  display: none;
}

.pk-layer.lightblue .heading-1 {
  color: black;
}
.pk-layer .section-1col .box-content-default .story-head {
  font-size: 120%;
  line-height: 1.1;
}
.pk-layer .section-1col .box-content-default .text-lede {
  font-size: 90%;
  line-height: 1.35;
}
.pk-layer .section-3col .box-content-default .heading-1 {
  font-size: 160%;
  line-height: 1.1;
}
.pk-layer .section-4col .box-content-default .heading-1 {
  font-size: 160%;
  line-height: 1.1;
}
.pk-layer .section-5col .box-content-default .heading-1 {
  font-size: 175%;
  line-height: 1.1;
}
.pk-layer .box-content-default .poll-section {
  font-family:'PT Sans', sans-serif;
}
.pk-layer .box-content-default .poll-section .vote button {
  background-color: #78a3e3;
  border-color: #78a3e3;
  min-width: 80px;
}
.pk-layer .box-content-default .poll-section .response {
  margin-bottom: 5px;
}
.pk-layer .box-content-default .poll-section .response label {
  font-weight: normal;
}
.pk-layer .box-content-default .poll-section .input {
  margin-right: 10px;
}
.pk-layer .section-1col .box-content-default .poll-section {
  /*display: none;*/
}
.box-content-default .content-item img {
  
}
.pk-layer .box-calendar-default .calendar-featured-date a {
  color: black !important;
}
.box-content-refer  {
  font-size: 90%;
}
.box-content-refer p {
  font-size: 100%;
}
.box-content-refer .photo {
  float: left;
  margin-right: 2%;
  width: 23%;
}
.box-content-refer .cover-photo {
  height: 80px;
}
.box-content-refer .photo-content {
  float: left;
  margin-right: 1%;
  width: 70%;
}

/* Bootstrap fixes */
.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 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: inherit;
}

/* Webflow fixes */
.pk-section .box-content-default .content-item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dedede;
}
.pk-section .box-content-default .content-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.pk-section .box-content-default .content-item.first {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.pk-section .box-content-list li {
  margin-top: 15px;
}
.pk-section .box-content-list li:first-child {
  margin-top: 0;
}
.pk-section.section-6col .box-content-list li.list-item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dedede;
}
.pk-section.section-6col .box-content-list li.list-item:first-child,
.pk-section.section-6col .box-content-list li.list-item.first {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.pk-section .box-content-list .vertical {
  overflow: hidden;
}
.pk-section.section-6col .box-content-list .vertical .single-image {
  max-width: 360px;
}
.pk-section.section-6col .box-content-list .horizontal .single-image {
  max-width: 50%;
}
.pk-section .box.light-blue:first-child {
  padding-top: 10px;
}
.ebri .w-dropdown-list {
  background-color: #ffffff;
}
.ebri .w-dropdown-list a {
  color: #78a3e3;
}
.ebri .w-dropdown-list a:hover {
  color: white;
}


.ebri .pk-section.section-6col h1 {
  font-size: 3.2em;
}
.ebri .pk-section.section-5col h1 {
  font-size: 2.9em;
}
.ebri .pk-section.section-4col h1 {
  font-size: 2.5em;
}
.ebri .pk-section.section-3col {
  font-size: 0.90em;
}
.ebri .pk-section.section-3col h1 {
  font-size: 2.1em;
}
.ebri .pk-section.section-2col {
  font-size: 0.90em;
}
.ebri .pk-section.section-2col h1 {
  font-size: 1.75em;
}
.ebri .pk-section.section-2col .cover-photo {
  height: 200px;
}
.ebri .pk-section.section-1col {
  font-size: 0.85em;
}
.ebri .pk-section.section-1col h1 {
  font-size: 150%;
}
.ebri .pk-section.section-1col h3 {
  font-size: 150%;
}
.ebri .pk-section.section-1col .cover-photo {
  height: 100px;
}
.ebri .box-content-carousel .carousel-indicators {
    bottom: 0;
    left: 0;
    list-style: none outside none;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 15;
}
.ebri .box-content-carousel .carousel-indicators li {
  border-color: #bbb;
  background-color: #bbb;
}
.ebri .box-content-carousel .carousel-indicators .active {
  border-color: #005BAA;
    background-color: #005BAA;
    height: 12px;
    margin: 0;
    width: 12px;
}
.ebri .pk-section.section-6col .box-content-carousel .carousel {
  min-height: 300px;
}
.ebri .pk-section.section-6col .box-content-carousel .cover-photo {
  max-height: 275px;
}
.ebri .pk-section.section-5col .box-content-carousel .carousel {
  min-height: 250px;
}
.ebri .pk-section.section-5col .box-content-carousel .cover-photo {
  max-height: 215px;
}
.ebri .pk-section.section-4col .box-content-carousel .carousel {
  min-height: 210px;
}
.ebri .pk-section.section-4col .box-content-carousel .cover-photo {
  max-height: 170px;
}
.ebri .pk-section.section-3col .box-content-carousel .carousel {
  min-height: 200px;
}
.ebri .pk-section.section-3col .box-content-carousel .cover-photo {
  max-height: 120px;
}
.ebri .box-eedition .photo img {
  padding: 3px;
  border: 1px solid #ccc;
}
.ebri .box-content-displayads .ad {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width : 768px) {
  .ebri .box-content-displayads .photo {
    max-height: 100px;
    overflow: hidden;
  }
  .ebri .box-content-displayads .ad {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.ebri .box-eedition {
  font-size: 90%;
}
.ebri .box-eedition h1 {
  font-size: 145%;
}

.ebri .eedition-landing .row .publication {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #efefef;
}
.ebri .eedition-landing .kicker {
  font-size: 80%;
  color: #999;
  font-weight: bold;
}
.box-ap .entry-title {
  font-family: 'Playfair Display', serif !important;
}

/* Coloring */
.navbar-default,
.navbar-default .navbar-nav .dropdown-menu a:hover,
.navbar-default .navbar-toggle .icon-bar,
.pk-layer.withear .ear-col,
.ebri .footer {
  background-color: #1a5900;
}
.navbar-default .navbar-nav li.dropdown:hover,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .dropdown-menu { /* Overall background  */
  background-color: #246608;
}
.brattleboro-reformer .navbar-default,
.brattleboro-reformer .navbar-default .navbar-nav .dropdown-menu a:hover,
.brattleboro-reformer .navbar-default .navbar-toggle .icon-bar,
.brattleboro-reformer .pk-layer.withear .ear-col,
.brattleboro-reformer .ebri .footer {
  background-color: #721212;
}
.brattleboro-reformer .navbar-default .navbar-nav li.dropdown:hover,
.brattleboro-reformer .navbar-default .navbar-nav > .active > a, 
.brattleboro-reformer .navbar-default .navbar-nav > .active > a:hover, 
.brattleboro-reformer .navbar-default .navbar-nav > .active > a:focus,
.brattleboro-reformer .navbar-default .navbar-nav > .open > a, 
.brattleboro-reformer .navbar-default .navbar-nav > .open > a:hover, 
.brattleboro-reformer .navbar-default .navbar-nav > .open > a:focus,
.brattleboro-reformer .navbar-default .navbar-nav .open .dropdown-menu > li > a,
.brattleboro-reformer .navbar-default .navbar-toggle:hover,
.brattleboro-reformer .navbar-default .navbar-toggle:focus,
.brattleboro-reformer .navbar-default .dropdown-menu { /* Overall background  */
  background-color: #510f0f;
}
.bennington-banner .navbar-default,
.bennington-banner .navbar-default .navbar-nav .dropdown-menu a:hover,
.bennington-banner .navbar-default .navbar-toggle .icon-bar,
.bennington-banner .pk-layer.withear .ear-col,
.bennington-banner .ebri .footer {
  background-color: #163275;
}
.bennington-banner .navbar-default .navbar-nav li.dropdown:hover,
.bennington-banner .navbar-default .navbar-nav > .active > a, 
.bennington-banner .navbar-default .navbar-nav > .active > a:hover, 
.bennington-banner .navbar-default .navbar-nav > .active > a:focus,
.bennington-banner .navbar-default .navbar-nav > .open > a, 
.bennington-banner .navbar-default .navbar-nav > .open > a:hover, 
.bennington-banner .navbar-default .navbar-nav > .open > a:focus,
.bennington-banner .navbar-default .navbar-nav .open .dropdown-menu > li > a,
.bennington-banner .navbar-default .navbar-toggle:hover,
.bennington-banner .navbar-default .navbar-toggle:focus,
.bennington-banner .navbar-default .dropdown-menu { /* Overall background  */
  background-color: #0d255b;
}

.leaderboard > div {
  width: 728px;
  margin: 10px auto;
}
.cubead {
  width: 300px;
  margin: auto;
}
.mobilead {
  width:320px;
  margin: 10px auto;
}
#browse_content .sort_options {
  display: none;
}

.norail aside.rail {
  display: none;
}
.norail .page-content {
  border-right: none;
  width: 100%;
}
#ta_account_button {
  cursor: pointer;
}
button.subscribe {
  font-family: 'Open sans', sans-serif;
  padding: 3px 8px;
  font-size: 1.3em;
  line-height: 1.0;
}
button.subscribe small {
  font-size: 0.6em;
}
button.upcountry-button {
  font-size: 85% !important;
}
.btn-primary {
    background-color: #1a5900;
    border-color: #1a5900;
}
.brattleboro-reformer .btn-primary {
    background-color: #721212;
    border-color: #721212;
}
.bennington-banner .btn-primary {
    background-color: #163275;
    border-color: #163275;
}
button.mobile-subscribe {
  width: 100%;
  margin: -10px 0 20px 0;
  padding: 5px 0;
}









