/* bbeat Colors

Green: #507c62;
Light Green: #a5d2a7;
Pale Green: #d2e4d3;

*/

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans: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=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body.bbeat {
  background-color: #ffffff;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 17px;
  line-height: 1.35;
  margin: 20px auto;
  word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6, .story-head, .single-story-head {
  /*font-family: 'Crimson Text', serif;*/
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 700;
  line-height: 1.05;
}
.bbeat .section-2col .story-head,
.bbeat .section-2col .single-story-head {
  font-size: 1em;
}
.bbeat .section-2col .story-head,
.bbeat .section-2col .single-story-head,
.bbeat .section-3col .story-head,
.bbeat .section-3col .single-story-head {
  font-size: 1.25em;
}
.bbeat .section-4col .story-head,
.bbeat .section-4col .single-story-head {
  font-size: 1.35em;
}
.bbeat .section-5col .story-head,
.bbeat .section-5col .single-story-head {
  font-size: 1.45em;
}
.bbeat .section-6col .story-head,
.bbeat .section-6col .single-story-head {
  font-size: 1.55em;
}
.bbeat p {
  font-size: inherit;
  margin-bottom: 25px;
}
.bbeat img,
.bbeat .photo,
.bbeat img.photo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.bbeat .detail-footer .photo {
  max-width: unset;
  max-height: unset;
  height: 120px;
}
.bbeat a {
  color: #000000;
}
.bbeat a:hover {
  color: #a5d2a7;
  text-decoration: none;
}
.bbeat #subtitle {
  color: #888;
  font-family: 'PT Serif', serif;
  font-size: 28px;
}
.bbeat .btn-primary,
.bbeat .maincontent-column .btn-primary {
  background-color: #507c62;
  border-color: #507c62;
  color: #ffffff;
}
.bbeat .btn-primary:hover,
.bbeat .maincontent-column .btn-primary:hover {
  background-color: #3d6a4f;
  border-color: #3d6a4f;
}

.bbeat .rv-embeded-panel {
  /*float: left;*/
  margin: 40px;
}

.bbeat .floating-items ~ .rv-embeded-panel {
  float: left;
  margin: 10px 10%;
}

.bbeat .floating-items ~ .rv-embeded-panel img{
  padding: 10px;
}
.bbeat .rv-embeded-panel img {
  max-width: 300px !important;
  padding: 0px 10px;
}

.bbeat .wx-icon {
  max-width: 65px;
  border: 1px solid #ffffff;
  margin: 0 auto;
}
.bbeat .weather {
  display: block;
  position: relative;
}
.bbeat .conditions-wrap {
  position: absolute;
  top: 35px;
  left: 0px;
  right: 0px;
  height: 85px;
  text-align: center;
  background-color: #efefef;
  display: block;
  border-radius: 4px;
}
.bbeat .weather.conditions {
  position: absolute;
  top: -35px;
  left: 0px;
  right: 0px;
  font-size: 16px;
}
.bbeat div.pk-section .box,
.bbeat aside .railitem .box {
  margin-top: 15px;
  margin-bottom: 15px;
}
.bbeat .container.pk-layer.noear .box.search-widget .day,
.bbeat .weather.conditions .temp {
  display: inline-block;
  font-family: 'Fira Sans', sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}
.bbeat .container.pk-layer.noear .box.search-widget .date {
  font-size: 17px;
  font-family: 'Cormorant Garamond', serif;
}
.nameplate {
  margin-bottom: 15px;
}
.nameplate img {
  max-width: 100%;
  max-height: 100%;
}

.bbeat .maincontent-column p a {
  color: #507c62;
}

/* Nav */
.bbeat .upper {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 0 10px;
}
.bbeat .upper:last-child {
  padding-right: 0px;
}
.bbeat .new-navigation {
  border-bottom: 1px solid #507c62;
}
.bbeat .navbar {
  border: none;
  min-height: 0;
  padding: 0px;
  display: block;
  /*border-top: 1px solid #ccc;*/
}
/*.bbeat .navbar-default li.dropdown {
  background-color: #cf001e;
}*/
.bbeat .navbar-default { /* Global type */
  padding: 0;
  margin-bottom: 0;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  color: #555;
  font-size: 0.9em;
}
.bbeat .navbar.navbar-default {
  border: 0px 0px 0px 0px;
  background-color: transparent;
}
.bbeat .navbar-default {
  text-transform: uppercase;
}
.bbeat .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.bbeat .nav > li > a { 
  padding: 6px 8px;
  /*font-size: 0.95em;*/
}
.navbar-default .navbar-nav li a {
    color: #000000;
    /*font-size: 1.3em;*/
}
.navbar-default .navbar-nav li a:hover {
  color: #507c62;
}
.bbeat nav .divider {
  display: none;
}
.bbeat nav .navbar-brand {
  color: white;
}
.w-dropdown-toggle:hover .db-dropdown-text,
.w-dropdown-toggle:hover .db-dropdown-icon {
  color: white;
}
.bbeat .navbar-default .navbar-toggle:hover {
	/*background: inherit;*/
  color: red;
}
.bbeat .navbar-default .navbar-toggle .icon-bar {

}
.bbeat .navbar-default .navbar-nav > .active > a, 
.bbeat .navbar-default .navbar-nav > .active > a:focus,
.bbeat .navbar-default .navbar-nav > .open > a,
.bbeat .navbar-default .navbar-nav > .open > a:focus,
.bbeat .navbar-default .navbar-nav .open .dropdown-menu > li > a { /* Resets for hover / active / dropdowns */
    /*background: #c3122e;*/
}
.bbeat .navbar-default .navbar-nav > .active > a:hover,
.bbeat .navbar-default .navbar-nav > .open > a:hover,
.bbeat .navbar-default .navbar-nav a:hover {
  /*background: #c3122e;*/
}
/* .bbeat nav, .bbeat nav a, .bbeat .navbar .nav > li > a { */
.bbeat nav, .bbeat .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: #c3122e;
}
.bbeat .dropdown .dropdown-menu {
	/*background: #cf001e;*/
	font-size: 100%;
}
.bbeat .dropdown:hover {
  /*background-color: #c3122e;*/
}
.bbeat .dropdown:hover .dropdown-menu {
	display: block;
  /*background-color: #c3122e;*/
}
.bbeat .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;
}
.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;
}
.bbeat .nav > li.mobile-subnav > a {
  padding-top: 4px;
  padding-bottom: 4px;
}
.nav .top-level {
  padding: 5px 10px !important;
}
.nav .top-level a {
  text-decoration: none;
}
.nav .mobile-subnav-toggle {
  width: 10%;
  float: right;
  color: #000000;
  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;
}
.bbeat .label {
  color: #507c62;
  display: block;
  font-size: 22px;
  text-transform: capitalize;
  font-family: 'Fira Sans', sans-serif;
  padding: unset;
}
.bbeat .label.small {
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
}
.bbeat #browse_content .content_list .landing-image {
  /*background-color: rgba(212,224,242,0.25);*/
  height: 170px;
  text-align: center;
}
.bbeat #browse_content .content_list .col-sm-4.landing-image {
  padding-left: 0px;
  padding-right: 0px;
}
.bbeat #browse_content .content_list .item {
  margin-bottom: 20px;
}
.bbeat #browse_content .content_list .item .headline {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 24px;
  letter-spacing: 0px;
}
.bbeat #browse_content .content_list .item .headline a:hover {
  color: #a5d2a7;
  text-decoration: none;
}
.bbeat #browse_content .content_list .item .headline h3 {
  margin-top: 0px;
  font-family: 'PT Sans Narrow', sans-serif;
}
.bbeat #browse_content .content_list .landing-byline {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666;
}
.bbeat #browse_content .content_list .landing-byline .link {
  display: inline-block;
  color: #507c62;
  float: left;
  padding-right: 4px;
  margin-right: 4px;
}
.bbeat #browse_content .content_list .landing-byline .link:after {
  content: '|';
  display: inline-block;
  margin: 0 2px 0 8px;
}
.bbeat #browse_content .content_list .landing-tease p {
  line-height: 1.3;
}
.bbeat .content_bootstrap h1 {
  font-size: 2.9em;
}
.bbeat .content_bootstrap h2 {
  font-size: 2.2em;
}
.bbeat .content_bootstrap h3 {
  font-size: 1.8em;
}
.bbeat .content_bootstrap h4 {
  font-size: 1.4em;
}
.bbeat .content_bootstrap .large_photos .carousel-inner .photo-canvas {
  background-color: #ffffff;
}
.bbeat .content_bootstrap figure {
  display: contents;
  float: left;
}
.bbeat .content_bootstrap figure img {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.bbeat .content_bootstrap figcaption {
  display: inline-block;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 20px;
}
.bbeat .content_bootstrap .caption {
  font-size: 14px;
  line-height: 1.2;
}
.bbeat .container.pk-layer.noear.very-top,
.bbeat .container.pk-layer.noear.masthead-layer {
  padding-left: 0px;
  padding-right: 0px;
}
.bbeat .container.pk-layer.noear.masthead-layer .col-md-1,
.bbeat .container.pk-layer.noear.masthead-layer .col-md-2,
.bbeat .container.pk-layer.noear.masthead-layer .col-md-3,
.bbeat .container.pk-layer.noear.masthead-layer .col-md-4,
.bbeat .container.pk-layer.noear.masthead-layer .col-md-5,
.bbeat .container.pk-layer.noear.masthead-layer .col-md-6,
.bbeat .container.pk-layer.noear.masthead-layer .col-md-7,
.bbeat .container.pk-layer.noear.masthead-layer .col-md-8,
.bbeat .container.pk-layer.noear.masthead-layer .col-md-9,
.bbeat .container.pk-layer.noear.masthead-layer .col-md-10,
.bbeat .container.pk-layer.noear.masthead-layer .col-md-11,
.bbeat .container.pk-layer.noear.masthead-layer .col-md-12 {
  padding-left: 0px;
}
.bbeat .container.pk-layer.noear.masthead-layer .col-md-7 {
  padding-right: 0px;
}
.bbeat .container.pk-layer.black,
.bbeat .container.pk-layer.breaking {
  background-color: #000000;
  color: #e3e3e3;
}
.bbeat .container.pk-layer.black .label,
.bbeat .container.pk-layer.breaking .label {
  color: #e3e3e3;
}
.bbeat .container.pk-layer.black a {
  color: #507c62;
}
.bbeat .container.pk-layer.black a:hover {
  color: #a5d2a7;
}
.container.pk-layer.branding {
  background: #d2e4d3;
}
.bbeat .container.pk-layer.withear.shaded,
.bbeat .container.pk-layer.noear.shaded {
  background-color: #e3e3e3;
  color: #000000;
}
.bbeat .pk-layer.withear.shaded .layer-col {
  color: #000000;
}
.bbeat .container.pk-layer.shaded a {
  color: #507c62;
}
.bbeat .container.pk-layer.shaded a:hover {
  color: #a5d2a7;
}
.bbeat .pk-layer.withear .layer-col {
  background-color: transparent !important;
}
.bbeat .pk-layer.withear .ear-col {
  background-color: unset;
}
.bbeat .container.pk-layer.breaking {
  background-color: #000000;
  margin-bottom: 15px;
}
.bbeat .container.pk-layer.breaking {
  color: white;
}
.bbeat .container.pk-layer.breaking a {
  color: #f3f3f3;
}
.bbeat .container.pk-layer.breaking a:hover {
  color: #ffffff;
}
.bbeat .container.pk-layer.breaking .ear-col h5 {
  text-transform: uppercase;
  font-size: 24px;
}
.container.pk-layer.no-padding.noear,
.container.pk-layer.no-padding.withear {
  margin-bottom: 15px;
  padding: 0px;
  background: #ffffff;
}
.container.pk-layer.no-padding.withear {
  padding: 0px 20px !important;

}
.container.pk-layer.no-padding.noear .col-sm-12,
.container.pk-layer.no-padding.withear .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.container.pk-layer.no-padding.withear .col-md-2 {
  padding-left: 15px;
  padding-right: 15px;
}
.container.pk-layer.no-padding .box {
  margin-top: 0;
}
.bbeat .large-tile,
.bbeat .small-tile {
  border: 0px;
}
.bbeat .reverse-bar {
  background-color: #507c62;
  padding: 7px 0;
}
.bbeat .reverse-bar-label {
  color: #ffffff;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
}
.bbeat .pk-layer.default.withear .ear-col {
  padding: 13px 0;
}
.bbeat .pk-layer.withear .ear-col .reverse-bar-label {
  color: #507c62;
  text-align: left;
}

.bbeat .container.pk-layer .box h6 {
  font-size: 18px;
}
.container.pk-layer.noear .box.search-widget {
  background-color: #efefef;
  border-radius: 4px;
  text-align: center;
  padding: 7px 15px;
}
.box.search-widget input {
  font-family: 'Lato', sans-serif;
  position: relative;
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: none;
  padding: 5px 40px 5px 16px;
  color: #888;
  z-index: 90;
  margin: 5px 0;
}
.search-icon {
  position: absolute;
  margin-left: 10px;
  padding: 6px;
  top: -2px;
  right: 3px;
  font-size: 18px;
  z-index: 99;
  color: #888;
}
/* ===== Carousel adjustments ===== */
.bbeat .pk-section.section-6col .box-content-carousel.large .item.with-photo .photo,
.bbeat .pk-section.section-5col .box-content-carousel.large .item.with-photo .photo,
.bbeat .pk-section.section-4col .box-content-carousel.large .item.with-photo .photo,
.bbeat .pk-section.section-3col .box-content-carousel.large .item.with-photo .photo,
.bbeat .pk-section.section-2col .box-content-carousel.large .item.with-photo .photo,
.bbeat .pk-section.section-1col .box-content-carousel.large .item.with-photo .photo {
  height: unset;
  overflow: hidden;
  text-align: center;
}
.bbeat .pk-section.section-6col .box-content-carousel.large .item.with-photo .photo {
  max-height: 690px;
}
.bbeat .pk-section.section-6col .box-content-carousel.large .item.with-photo .photo img {
  /*max-height: 690px;*/
}
.bbeat .pk-section.section-5col .box-content-carousel.large .item.with-photo .photo {
  max-height: 580px;
}
.bbeat .pk-section.section-5col .box-content-carousel.large .item.with-photo .photo img {
  /*max-height: 580px;*/
}
.bbeat .pk-section.section-4col .box-content-carousel.large .item.with-photo .photo {
  max-height: 485px;
}
.bbeat .pk-section.section-4col .box-content-carousel.large .item.with-photo .photo img {
  /*max-height: 485px;*/
}
.bbeat .pk-section.section-3col .box-content-carousel.large .item.with-photo .photo {
  max-height: 330px;
}
.bbeat .pk-section.section-3col .box-content-carousel.large .item.with-photo .photo img {
  /*max-height: 330px;*/
}
.bbeat .pk-section.section-2col .box-content-carousel.large .item.with-photo .photo {
  max-height: 216px;
}
.bbeat .box-content-carousel .carousel-indicators .active {
  border-color: #507c62;
  background-color: #507c62;
}
.box.search-widget .advanced {
  font-family: 'PT Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.box.search-widget .advanced a {
  color: #888;
}
.bbeat .box-content-list .photo-container {
  margin-bottom: 7px;
}
.bbeat .box-content-list .story-head .when {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
}
.bbeat .box-content-list .other-item {
  padding-bottom: 7px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 7px;
}
.bbeat .box-content-list .when {
  margin-bottom: 10px;
  display: none;
}
.bbeat .box-content-list .story-list-with-photo {
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 14px;
}
.bbeat .box-content-list .list-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 14px;
}
.bbeat .pk-section.section-6col .box-content-list .list-item {
  clear: both;
}
.bbeat .pk-section.section-6col .box-content-list .horizontal .single-image {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.bbeat .box-content-headlines h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 14px;
}
.bbeat .pk-layer.breaking .box-content-headlines h3 {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 5px;
}
.bbeat .box.box-content-list-vh .list-item {
  padding: 0 0 10px 0 !important;
  border-bottom: 1px solid #c9c9c9;
  margin: 0 0 10px 0 !important;
}
.bbeat .box .rule-below {
  padding: 0 0 10px 0;
}
.bbeat .box p.rule-below {
  margin-bottom: 10px;
}
.bbeat .grid-item {
  height: unset;
  margin-bottom: 15px;
}
.bbeat .grid-item.col-3 {
  min-height: 400px;
}
.bbeat .grid-item .single-story-head {
  display: block;
  margin-bottom: 7px;
}
.bbeat .grid-item .photo-container {
  background-color: #ffffff;
}
.bbeat .grid-item .text-lede {
  font-size: inherit;
}
.bbeat .photo-head {
  font-family: 'Fira Sans', sans-serif;
}
.bbeat .box-content-sbs .row {
  margin-bottom: 15px;
}
.bbeat .box-content-sbs .caption.lower-right {
  display: none;
}
.bbeat .pk-layer.lightblue .box-content-sbs a.single-story-head:hover,
.bbeat .pk-layer.lightblue .box-content-sbs a.read-more-link:hover {
  /*color: #26507c;*/
  color: #ffffff;
}
.bbeat .pk-layer.lightblue .box-content-sbs .row.row-eq-height {
  margin-bottom: 15px;
}
.bbeat .hero-photo .label,
.bbeat .hero-photo-container .label,
.bbeat .hero-photo-container .label.right {
  color: #507c62;
}
.bbeat .large-screen-heads .box-link {
  background-color: #507c62;
}
.bbeat .screen {
  background-color: rgba(80,124,98,0.65);
}
.bbeat .hero-screen {
  background-color: rgba(80,124,98,0.40);
}
.bbeat .hero-tease-wrap h4 a, 
.bbeat .large-tease-wrap h4 a {
  font-weight: 600;
  line-height: 1.2;
}
.bbeat .mktplce.v3 {
  width: 1170px;
  margin: 0 auto;
  padding: 20px;
}
footer.container {
  border-top: 1px solid #507c62;
  padding-left: 0;
  padding-right: 0;
}
footer.container {
  padding-left: 0;
  padding-right: 0;
}
footer,
.bbeat .short-footer {
  margin-bottom: 15px;
}
.bbeat .short-footer {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888888;
  margin: 10px 0;
  text-align: center;
}
.bbeat .short-footer a {
  color: #999;
}
.bbeat .short-footer .col-lg-8 {
  padding-left: 0px;
}
.bbeat .short-footer .col-lg-4 {
  padding-right: 0px;
}
.bbeat .short-footer .copyright {
  text-align: left;
}
.bbeat .short-footer .powered {
  text-align: right;
}
footer .nameplate-footer {
  margin-bottom: 25px;
  margin-top: 15px;
}
footer .nameplate-footer img {
  max-width: 100%;
}
.bbeat footer .label {
  font-size: 18px;
  color: #000000;
  margin-top: 23px;
}


/* ===== WP ADJUSTMENTS ===== */
.wp-photo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.inline-float {
  float: left;
  margin-right: 15px;
}
img.alignleft,
img.alignnone.size-medium,
.caption.alignleft {
  float: left;
  margin-right: 15px;
}
img.alignright,
.caption.alignright {
  float: right;
  margin-left: 15px;
}
.caption.aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.caption.aligncenter img {
  display: block;
  margin: 0 auto 7px auto;
}
.caption img {
  margin-bottom: 7px;
}
.bbeat blockquote {
  margin-top: 20px;
  margin-left: 40px;
  font-size: inherit;
}
.bbeat .content_bootstrap .main-body li {
  list-style-type: square;
  list-style-position: inside;
}

.bbeat .pk-layer.withear .layer-col {
  margin-bottom: 0;
}


/* ===== MOBILE ADJUSTMENTS ===== */
@media screen and (max-width: 480px){
  .container.pk-layer.no-padding.noear .section-margins,
  .container.pk-layer.no-padding.withear .section-margins {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px !important;
  }

  .bbeat .rv-embeded-panel img {
    padding: 8px 0px;
  }
}
@media screen and (max-width: 480px) {
  .nav .top-level {
    padding: 5px !important;
  }
  .nav .main-option {
    width: 90%;
    float: left;
  }
  .bbeat .navbar-default .navbar-nav > .active > a:hover,
  .bbeat .navbar-default .navbar-nav > .open > a:hover,
  .bbeat .navbar-default .navbar-nav a:hover {
    background: #ffffff;
  }
  .bbeat .dropdown:hover {
    background-color: #ffffff;
  }
  .bbeat .dropdown:hover .dropdown-menu {
    background-color: #ffffff;
  }
  .new-navigation {
    padding-bottom: 20px;
  }
  .bbeat div.pk-section {
    border-right: 0px;
  }
  #widget_detail_postlinks {
    display: none;
  }
  .container.pk-layer.noear .box.search-widget {
    margin-top: unset;
  }
  .bbeat .pk-section.section-1col .box-content-list .photo-container,
  .bbeat .pk-section.section-2col .box-content-list .photo-container,
  .bbeat .pk-section.section-3col .box-content-list .photo-container,
  .bbeat .pk-section.section-4col .box-content-list .photo-container,
  .bbeat .pk-section.section-5col .box-content-list .photo-container,
  .bbeat .pk-section.section-6col .box-content-list .photo-container {
    width: 100%;
    float: unset;
    margin-right: 0px;
    background-color: transparent;
  }
  .bbeat .pk-section.section-1col .box-content-list .photo-container img,
  .bbeat .pk-section.section-2col .box-content-list .photo-container img,
  .bbeat .pk-section.section-3col .box-content-list .photo-container img,
  .bbeat .pk-section.section-4col .box-content-list .photo-container img,
  .bbeat .pk-section.section-5col .box-content-list .photo-container img,
  .bbeat .pk-section.section-6col .box-content-list .photo-container img {
    max-height: 170px;
  }
  .bbeat .box.box-content-list-vh .list-item .photo-container {
    display: block;
    text-align: center;
  }
  .bbeat .box.box-content-list-vh .list .list-item img {
    max-width: 100%;
    float: unset;
    margin-right: 0px;
  }
  footer .nameplate-footer {
    margin-bottom: 7px;
  }
  .bbeat footer p.footer-address {
    margin-bottom: 10px;
  }
  .bbeat footer .col-sm-2.col-xs-6.footer-links.text-center {
    /*text-align: left;*/
  }
  .bbeat footer .icons .fa {
    font-size: 26px;
    margin-right: 10px;
  }
  .bbeat .short-footer .col-lg-8,
  .bbeat .short-footer .col-lg-4 {
    padding: 0;
  }
  .bbeat .short-footer .copyright {
    margin-bottom: 10px;
  }
  .bbeat .short-footer .copyright .links {
    display: block;
  }
  .bbeat .short-footer .copyright,
  .bbeat .short-footer .powered {
    text-align: center;
  }
}
@media only screen and (min-width : 768px) {
  .bbeat .navbar-brand {
    display: none;
  }
  .bbeat .hero-tease-wrap h4 {
    font-size: unset !important; 
    margin-bottom: 15px;
  }
  .bbeat .pk-section.section-6col h1 {
    font-size: 2em;
  }
}
@media only screen and (max-width : 768px) {
  .bbeat .container.pk-layer.noear.masthead-layer {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .nameplate {
    margin-bottom: 0px;
  }
  .bbeat .new-navigation {
    border-bottom: 0px;
  }
  .navbar-default li.dropdown,
  .navbar-default li.dropdown:hover {
    border-top: 0;
  }
  .bbeat .navbar-default {
    /*background: #cf001e !important;*/
  }
  .bbeat .navbar-nav {
    margin: 7.5px 0px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #000000;
  }
  .bbeat .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bbeat .navbar-collapse .caret {
    display: none;
  }
  .navbar.navbar-default {
    border: 0px 0px 0px 0px !important;
    background-color: transparent;
    float: left;
    width: 100%;
  }
  .bbeat nav .navbar-brand {
    color: unset;
  }
}
@media screen and (max-width: 992px) {
  .bbeat .nav > li > a { 
    font-size: 0.85em;
  }
}
@media only screen and (min-width : 992px) {
  .bbeat .large-tease-wrap h4 {
    font-size: 1.2em;
  }
  .bbeat .single-hero-head h2 {
    font-size: 1.5em;
  }
  .bbeat .single-hero-head h4 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1200px) {
  @media screen and (min-width: 768px) {
    .nav .top-level {
      padding: 30px 8px !important;
    }
    .navbar-default .navbar-nav li a {
      font-size: 1em;
    }
  }
}