/*
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 {
  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%;
}
.pk-layer .section-1col .box-content-soundcloud h3 {
  font-size: 1.0em;
}
.pk-layer .section-2col .box-content-soundcloud h3 {
  font-size: 1.35em;
}
.pk-layer .section-4col .box-content-soundcloud h3 {
  font-size: 1.75em;
}
.pk-layer .section-5col .box-content-soundcloud h3 {
  font-size: 2.0em;
}
.pk-layer .section-6col .box-content-soundcloud h3 {
  font-size: 2.25em;
}
.pk-layer .section-1col .box-content-soundcloud section.player,
.pk-layer .section-2col .box-content-soundcloud section.player,
.pk-layer .section-3col .box-content-soundcloud section.player {
  background: #efefef;
  padding: 5px 5px 1px 5px;
  border-radius: 2px;
  /*border: 1px solid #dedede;*/
}
.box-content-soundcloud section.player {
  margin-top: 10px;
}
.box-content-soundcloud .photo {
  margin-left: 8px;
  margin-bottom: 4px;
}

/* 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 {
  width: 728px;
  margin: 10px auto;
}
.mobile-ad {
  width: 320px;
  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;
  height: 45px;
}
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;
}
button.manage {
  font-size: 1.0em;
}

.navbar-nav>li>.dropdown-menu {
  z-index: 99999;
}


/* ===== NEW MODULES ===== */

.black {
  background-color: #000000;
  background: #000000;
}
.transparent {
  background-color: transparent;
  background: transparent;
}

@media only screen and (min-width : 400px) {
  .secondary-masthead-is-text .secondary-masthead {
    font-size: 3.5em;
  }
  .large-lead-story h2 {
    font-size: 2em;
  }
  .large-tease-wrap h4 {
    font-size: 1.3em !important;
  }
  .hero-tease-wrap h4 {
    font-size: 1.25em !important;
    line-height: 18px
  }
}
@media only screen and (max-width : 768px) {
  .large-screen-heads {
    width: 100% !important;
    float: left !important;
  }
}
@media only screen and (min-width : 768px) {
  .secondary-masthead-is-text .secondary-masthead {
    font-size: 5.0em;
  }
  .large-lead-story h2  {
    font-size: 2.5em;
  }
  .large-tease-wrap h4 {
    font-size: 1.5em;
  }
  .hero-tease-wrap h4 {
    font-size: 1.5em !important;
    line-height: 22px
  }
}
@media only screen and (max-width : 992px) {
  .large-tease-wrap {
    width: 90% !important;
  }
  .single-hero-head h2 {
    font-size: 2.2em;
  }
  .single-hero-head h4 {
    font-size: 1.5em;
  }
}

@media only screen and (min-width : 992px) {
  .secondary-masthead-is-text .secondary-masthead {
    font-size: 6.0em;
  }
  .large-tease-wrap h4 {
    font-size: 1.8em;
  }
  .single-hero-head h2 {
    font-size: 2.5em;
  }
  .single-hero-head h4 {
    font-size: 1.8em;
  }
}

.pk-layer.hero.noear {
  padding: 0;
  margin: 0 auto 15px auto;
  background-color: transparent !important;
}
.box-content-hero-list {
  position: relative;
  top: 0;
  left: 0;
}
.hero-photo-container {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center center !important;
  overflow: hidden;
}
.hero-photo-container .label {
  position: absolute;
  display: block;
  top: 25px;
  padding: 5px 60px 5px 30px;
  /*color: #ca2029 !important;*/
  background-color: #ffffff;
  text-align: left;
  z-index: 100;
}
.lightblue .hero-photo-container .label {
  background-color: #dedede;
}
.hero-screen {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.35;
}
.hero-lead-story {
  position: absolute;
  bottom: 25px;
  left: 30px;
  width: 47%;
  text-align: left;
  z-index: 100;
  float: left;
}
.hero-lead-story-1col {
  position: relative;
  top: 80px !important;
  left: 10px;
  width: 90% !important;
  margin: 0 0 90px 0 !important;
  text-align: left;
}
.hero-lead-story.full {
  position: relative;
  top: 80px;
  left: 20px;
  width: 90% !important;
  margin: 0 0 90px 0 !important;
  text-align: left;
}
.hero-lead-story h2 a,
.hero-lead-story-1col h3 a,
.large-lead-story h2 a {
  color: #ffffff !important;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}
.hero-lead-story-1col h3 a {
  font-weight: 400 !important;
}
.hero-lead-story .text-lede {
  color: #ffffff !important;
  font-size: 18px !important;
}
.hero-screen-heads {
  position: absolute;
  top: 0;
  right: 25px;
  width: 45%;
  /*height: 100%;*/
  height: 7000px;
  background-color: #000;
  opacity: 0.50;
}
.hero-screen-heads.flush-right {
  position: absolute;
  top: 0;
  right: 25px;
  width: 45%;
  background-color: #000;
  opacity: 0.65;
}
.hero-screen-heads.full {
  position: relative;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  padding: 10px 10px 10px 5px;
  /*margin: 0 !important;*/
  /*background-color: #043268;*/
  opacity: 1.0;
}
.hero-screen-heads-full {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  padding: 10px 10px 10px 5px;
  /*margin: 0 !important;*/
  background-color: #000000;
  opacity: 1.0;
}
.hero-screen-heads a,
.hero-screen-heads.full a,
.hero-screen-heads-full a {
  color: #ffffff;
}
.hero-tease-wrap,
.large-tease-wrap {
  position: relative;
  padding: 0 20px;
  z-index: 2500;
}
.large-tease-wrap {
  width: 70%;
}
.hero-tease-wrap h4 a,
.large-tease-wrap h4 a {
  color: #fff;
  line-height: 24px;
}
.berkshire-eagle .large-tease-wrap a:hover,
.berkshire-eagle .large-lead-story a:hover,
.manchester-journal .large-tease-wrap a:hover,
.manchester-journal .large-lead-story a:hover {
  color: #0f3301 !important;
}
.bennington-banner .large-tease-wrap a:hover,
.bennington-banner .large-lead-story a:hover {
  color: #00174c !important;
}
.brattleboro-reformer .large-tease-wrap a:hover,
.brattleboro-reformer .large-lead-story a:hover {
  color: #721212 !important;
}
.heads-on-screen {
  position: relative;
  display: block;
  top: 0;
  right: 25px;
  width: 45%;
  float: right;
  padding: 20px 0;
}
.heads-on-screen .box-link,
.hero-screen-heads-full .box-link {
  display: block;
  width: 100%;
  float: left;
  padding: 0 0 0 25px;
}
.heads-on-screen .box-link a {
  color: #fff;
}
.large-photo-container {
  position: absolute;
  width: 44%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center center !important;
  float: left;
}
.large-photo-container.small {
  position: absolute;
  width: 37% !important;
  height: 100%;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center center !important;
  float: left;
}
.large-screen-heads {
  position: relative;
  width: 56%;
  background-size: cover;
  background-position: center center !important;
  /*background-color: #043268;*/
  opacity: 1.0;
  float: right;
  z-index: 100 !important;
}

.large-screen-heads.small {
  position: relative;
  width: 63%;
  background-size: cover;
  background-position: center center !important;
  /*background-color: #043268;*/
  opacity: 1.0;
  float: right;
  z-index: 100 !important;
}
.large-screen-heads.wide {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center !important;
  /*background-color: #043268;*/
  opacity: 1.0;
  float: right;
  z-index: 100 !important;
}
.screen {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.75;
}

.berkshire-eagle > .screen,
.manchester-journal > .screen {
  background-color: #1a5900;
  opacity: 0.75;
}
.bennington-banner > .screen {
  background-color: #163275;
  opacity: 0.75;
}
.brattleboro-reformer > .screen {
  background-color: #721212;
  opacity: 0.75;
}
.berkshire-eagle .hero-screen-heads.full,
.manchester-journal .hero-screen-heads.full {
  background-color: #1a5900 !important;
}
.bennington-banner .hero-screen-heads.full {
  background-color: #163275 !important;
}
.brattleboro-reformer .hero-screen-heads.full {
  background-color: #721212 !important;
}

.large-screen-heads .box-link {
  display: block;
  position: relative;
  width: 100%;
  bottom: 0 !important;
  background-color: rgba(36,91,156,0.8);
  /*background-color: #D91639;*/
  text-align: right;
  padding: 25px 50px 25px;
  margin-top: 16px !important;
  z-index: 200;
}

.berkshire-eagle > .box-link,
.manchester-journal > .box-link {
  background-color: #1a5900;
}
.bennington-banner > .box-link {
  background-color: #163275;
}
.brattleboro-reformer > .box-link {
  background-color: #721212;
}


.large-screen-heads p {
  margin: 0 !important;
}
.large-screen-heads .box-link a {
  color: #ffffff;
  font-size: 18px;
}
.large-screen-heads .label {
  position: relative;
  color: #ffffff;
  text-align: left;
  letter-spacing: 1px;
  margin: 20px 0 0 20px;
  z-index: 200;
  float: left;
}
.large-lead-story {
  position: relative;
  margin: 0 20px 20px 20px;
  text-align: left;
  float: left;
}
.large-lead-story.small {
  position: relative;
  margin: 0 20px 10px 20px !important;
  text-align: left;
  float: left;
}
.large-tease-wrap.small {
  position: relative;
  width: 90% !important;
  margin: 0 15px;
  opacity: 1.0;
  z-index: 200;
  float: left;
}
.large-tease-wrap.small h4 a {
  color: #fff;
  font-size: 18px;
  line-height: 22px !important;
}
.large-tease-wrap.wide {
  position: relative;
  width: 85% !important;
  margin: 0 10px 15px 10px;
  opacity: 1.0;
  z-index: 200;
  float: left;
}
.large-lead-story.wide h3 a {
  color: #fff;
  font-size: 18px;
  line-height: 22px !important;
  margin-bottom: 15px !important;
}
.large-tease-wrap.wide p a {
  color: #fff !important;
}
.large-screen-heads.small .box-link {
  display: block;
  position: relative;
  width: 100%;
  bottom: 0 !important;
  /*background-color: rgba(36,91,156,0.8);*/
  text-align: right;
  padding: 15px 30px 15px;
  margin-top: 16px !important;
  z-index: 200;
}
.large-screen-heads.wide .box-link.wide {
  display: block;
  position: relative;
  width: 100%;
  bottom: 0 !important;
  /*background-color: rgba(36,91,156,0.8);*/
  text-align: right;
  padding: 5px 10px 5px;
  margin-top: 16px !important;
  z-index: 200;
}
.large-screen-heads.wide .box-link.wide a {
  font-size: 14px;
  color: #ffffff;
}
.large-screen-heads.small p {
  margin: 0 !important;
}
.large-screen-heads.small .box-link a {
  color: #ffffff;
  font-size: 16px;
}
.box-single-hero-photo {
  margin: 0 !important;
  padding: 0 !important;
}
.hero-photo {
  position: relative;
  margin: 0 0 15px 0 !important;
  padding: 0;
  overflow: hidden;
}
.hero-photo img {
  width: 100%;
  height: auto;
}
.hero-photo .label {
  position: absolute;
  display: block;
  top: -60px;
  padding: 5px 60px 5px 10px;
  /*color: #ca2029;*/
  background-color: #ffffff;
  text-align: left;
}
.single-hero-head {
  display: block;
  position: absolute;
  width: 95%;
  bottom: 10px;
  margin: 0 !important;
  padding: 0 50px 0 20px;
}
.single-hero-head h2,
.single-hero-head h4,
.single-hero-head p {
  color: #ffffff;
  font-family: 'PT Sans', sans-serif;
  text-shadow: 2px 2px black;
}
.single-hero-head h2 {
  font-weight: 700;
}
.single-hero-head h4 {
  font-weight: 400;
}
.single-hero-head .small {
  font-size: 2.0em;
}
.below {
  position: relative;
  top: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  padding: 5px;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
@media only screen and (max-width : 768px) {
  .below {
    font-size: 2.5em;
  }
}
@media only screen and (max-width : 992px) {
  @media only screen and (min-width : 768px) {
    .single-hero-head h2 {
      font-size: 1.5em;
    }
    .single-hero-head h4,
    .single-hero-head .small {
      font-size: 1.25em;
    }
  }
}

.hero-lead-story.full {
  width: 70%;
  margin: 0 16px 0 40px;
  float: left;
}
.clear {
  clear: both;
}

.reverse-bar.berkshire-eagle ,
.reverse-bar.manchester-journal {
  background-color: #1a5900;
  margin: 0;
}
.reverse-bar.bennington-banner {
  background-color: #163275;
  margin: 0;
}
.reverse-bar.brattleboro-reformer {
  background-color: #721212;
  margin: 0;
}

/* ========== AP OVERRIDES ========== */
.hdl_combo .ap_img_lnk {
  float: left !important;
  margin: 0 10px 0 0 !important;
}