/* Environment Colors

#1b4684 blue
#b7da9b green

#76b551 slightly darker green
#2462bb brighter blue


*/

@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');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,500;1,6..96,500&family=DM+Serif+Display&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,500;1,6..96,500&family=DM+Serif+Display&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body.env {
  background-color: #ffffff;
  font-family: 'Lato', Georgia, sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 17px;
  line-height: 1.35;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
.story-head,
.single-story-head {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  line-height: 1.05;
  margin-top: 4px;
}

/* bootstrap hijack */
.env h3 {
  font-size: 24px;
}

/*pancake hijack*/
@media screen and (min-width: 769px) {
  .env .pk-section.section-4col h1 {
    font-size: 2.2em;
  }
}

@media only screen and (min-width: 768px) {
  .env .large-lead-story h2 {
    font-size: 2.1em;
  }
}

.env .section-2col .story-head,
.env .section-2col .single-story-head {
  font-size: 1em;
}

.env .section-2col .story-head,
.env .section-2col .single-story-head,
.env .section-3col .story-head,
.env .section-3col .single-story-head {
  font-size: 1.25em;
}

.env .section-4col .story-head,
.env .section-4col .single-story-head {
  font-size: 1.35em;
}

.env .section-5col .story-head,
.env .section-5col .single-story-head {
  font-size: 1.45em;
}

.env .section-6col .story-head,
.env .section-6col .single-story-head {
  font-size: 1.55em;
}

.env p {
  font-size: inherit;
}

.env img,
.env .photo,
.env img.photo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  text-align: center;
}

.env .col-sm-6.nameplate-photo.text-left a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  padding-top: 55px;
  float: left;
}

.env .detail-footer .photo img {
  max-width: 65%
}

.env a {
  color: #000000;
}

.env a:hover {
  color: #1b4684;
  text-decoration: none;
}

.env .large-tease-wrap a:hover {
  color: #222222;
}

.env .hero-lead-story h2 a:hover {
  color: #222222;
}

.env #subtitle {
  color: #888;
}

.env .btn-primary {
  background-color: #b7da9b;
  border-color: #b7da9b;
  color: #1b4684 !important;
  font-weight: bold;
}

.env .btn-primary:hover {
  background-color: #a1cedd;
  border-color: #a1cedd;
}

.env .wx-container .conditions {
  padding-left: 10px;
  font-size: 14px;
  color: white;
}
.env .wx-container .conditions .forecast a {
  font-size: 14px;
  color: white;
}
.env .wx-container {
  margin-top: 50px;
}
.env .wx-icon {
  max-width: 65px;
  border: 1px solid #ffffff;
  margin: 0 auto;
}
.env .weather-icon {
  margin-left: 7px;
  float: left;
}
.env .weather-sponsor {
  position: absolute;
  top: -5px;
  left: 0;
}
.env .weather-sponsor img {
  height: 75px;
}
.env .weather.conditions {
  max-width: 90px;
  margin: 4px 0 15px 0;
  font-size: 1.1em;
}
.env .weather img {
  max-height: 40px;
  max-width: 100%;
  margin-left: 5px;
}

/*.env .weather {
  display: block;
  position: relative;
}*/
.env .conditions-wrap {
  position: absolute;
  top: 35px;
  left: 0px;
  right: 0px;
  height: 85px;
  text-align: center;
  background-color: #efefef;
  display: block;
  /*  border-radius: 4px; */
}

.env .very-top .weather-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  float: unset;
  margin-left: unset;
  margin-right: 7px;
}

.env div.pk-section .box,
.env aside .railitem .box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.env .top-row {
  color: #1b4684;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 5px;
  text-align: right;
}

.env .top-row a {
  color: #1b4684;
}

.env .top-row li a:hover {
  color: #a1cedd;
}

.env .top-row .date-col {
  color: #fff;
}

.env .header .col-sm-4.search-col .btn-srch-wrap {
  display: block;
  margin-bottom: 7px;
}
.env .header .col-sm-4.search-col .sm-wrapper {
  display: block;
  padding-right: 54px;
}
.env .maincontent-column .weather .current-conditions h4 {
  font-size: 24px;
}

.env .maincontent-column .weather img {
  max-height: unset;
}

.env .container.pk-layer.noear .box.search-widget .date {
  font-size: 17px;
  font-family: 'Lato', sans-serif;
}

.env .nameplate-container {
  padding-bottom: 25px;
}

.env .nameplate-container .newsletter-button,
.env .nameplate-container .search-icon {
  display: inline-block;
  margin-top: 31px;
  margin-left: 20px;
  float: right;
}

.env .nameplate-container .search-icon {
  font-size: 24px;
  position: relative;
}

.nameplate img .photo {
  max-width: 50%;
  max-height: 50%;
}

.env .box.box-header-tiles .tile-item {
  margin: 0 10px;
  border: 1px solid #000;
  height: 125px;
  overflow: hidden;
}

.env .box.box-header-tiles .tile-item .photo.image-bg-centered {
  height: 100%;
  background-position: center top;
  background-size: cover;
}

.env .header .photo-border img {
  max-height: 140px;
}

.env .header-slot {
  margin-top: 7px;
}

/* Nav */

.env .upper img {
  padding-bottom: 20px;
  border-top: 10px solid #030303;
}

.env .upper {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 0 10px;
}

.env .upper:last-child {
  padding-right: 0px;
}

.env .upper.btn {
  padding: 5px 10px;
}

.env .navbar {
  border: none;
  min-height: 0;
  padding: 0px;
  display: block;
  border-top: 4px solid #1b4684;
  border-radius: 0px;
}

/*.env .navbar-default li.dropdown {
  background-color: #cf001e;
}*/
.env .navbar-default {
  /* Global type */
  padding: 0;
  margin-bottom: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 1.0em;
}

.env .navbar.navbar-default {
  border: 0px 0px 0px 0px;
  background-color: white;
}

/*.env .navbar-default {
  text-transform: uppercase;
}*/

.env .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  border: 10px 0px 0px 0px;
  text-align: center;
}

.env .nav>li>a {
  padding: 6px 8px;
}

/* centered header just in case

.env .navbar-default .navbar-nav {
	float: unset;
  margin: auto;
  display: inline-block;
}*/
.navbar-default .navbar-nav li {
  position: static;
}

.navbar-default>div {
  position: relative;
}

.navbar-default,
.navbar-default .dropdown-menu,
.navbar-default .dropdown-menu .dropdown-submenu {
  border: none;
  left: 0;
}

.navbar-default .navbar-nav li a {
  color: #1b4684;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
.navbar-default .navbar-nav.green li a {
  color: #76b551;
  /*color: #b7da9b;  */
}
@media screen and (max-width: 768px){
  .navbar-default .navbar-nav.green.pull-right {
    float: unset !important;
  }
}

.navbar-default .navbar-nav li a:hover {
  color: #a1cedd;
}

.env nav .divider {
  display: none;
}

.env nav .navbar-brand {
  color: white;
}

.w-dropdown-toggle:hover .db-dropdown-text,
.w-dropdown-toggle:hover .db-dropdown-icon {
  color: white;
}

.env .navbar-default .navbar-toggle:hover {
  /*background: inherit;*/
  color: red;
}

.env .navbar-default .navbar-toggle .icon-bar {}

.dropdown-menu>li>a {
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-menu>li>a:hover {
  color: #c3122e;
}

.env .navbar-nav .dropdown .dropdown-menu {
  font-size: 90%;
  position: absolute;
  width: 1170px;
  top: 35px;
  padding: 20px 0;
  margin: 0px;
}
.env .navbar-nav.green .dropdown {
  position: relative;
}
.env .navbar-nav.green .dropdown .dropdown-menu {
  position: absolute;
  width: unset;
  min-width: 200px;
  top: 35px;
  right: 0px;
  left: unset;
}

.env .dropdown .dropdown-menu li {
  text-align: left;
}
.env .navbar-nav.green .dropdown .dropdown-menu li {
  padding: 5px 0;
}

.env .dropdown:hover .dropdown-menu {
  display: block;
  margin: 0px;
}

.env .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;
}

.env .nav>li.mobile-subnav>a {
  padding-top: 4px;
  padding-bottom: 4px;
}

.nav .top-level {
  /*padding: 5px 10px !important;*/
  padding: 9px 9px;
}

.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;
}

.dropdown-menu li:hover .tertiary-menu {
  display: block;
}

.tertiary-menu {
  position: absolute;
  display: none;
  left: 98%;
  top: 0;
  min-width: 100px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgb(0, 0, 0, .175);
  list-style: none;
  text-align: left;
  /*padding: 0 0 5px 0 !important;*/
  padding: 0 0 5px 0;
  margin-top: 0;
}

.tertiary-menu ul {
  display: block;
  float: left;
}

.tertiary-menu>li {
  display: block;
  /*width: 100% !important;*/
  width: 100%;
  float: left;
  left: 0px;
}

.tertiary-menu>li>a {
  white-space: nowrap;
  padding: 3px 20px;
  margin: 0;
  display: block;
  clear: both;
  text-decoration: none;
}

.tertiary-menu li a:hover {
  background-color: #f5f5f5;
  font-family: "Montserrat", sans-serif;
}

.env .label {
  color: #2462bb;
  font-size: 19px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding: unset;
}

.env #browse_content .content_list .col-sm-4.landing-image {
  padding-left: 0px;
  padding-right: 0px;
}

.env #browse_content .content_list .item {
  margin-bottom: 20px;
}

.env #browse_content .content_list .item .headline {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 24px;
  letter-spacing: 0px;
}

.env #browse_content .content_list .item .headline a:hover {
  color: #1b4684;
  text-decoration: none;
}

.env #browse_content .content_list .item .headline h3 {
  margin-top: 0px;
  font-family: 'PT Sans Narrow', sans-serif;
}

.env #browse_content .content_list .landing-byline {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666;
}

.env #browse_content .content_list .landing-byline .link {
  color: #1b4684;
}

.env #browse_content .content_list .landing-tease p {
  line-height: 1.3;
}

.env .content_bootstrap #overline {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

.env .content_bootstrap h1 {
  font-size: 2.2em;
}

.env .content_bootstrap h2 {
  font-size: 1.4em;
}

.env .content_bootstrap h3 {
  font-size: 1.2em;
}

.env .content_bootstrap h4 {
  font-size: 1.1em;
}

.env .content_bootstrap .large_photos .carousel-inner .photo-canvas {
  background-color: #ffffff;
}

.env .content_bootstrap .large_photos img {
  max-height: 550px;
}

.env .content_bootstrap figure {
  display: contents;
  float: left;
}

.env .content_bootstrap figure img {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.env .content_bootstrap figcaption {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 20px;
}

.env .content_bootstrap .caption {
  font-size: 14px;
  line-height: 1.2;
  font-weight: unset;
}

.env .content_bootstrap .breakout_box {
  background: #e2f5d4;
}

.env .content_bootstrap a {
  font-weight: 600;
  color: #76b551;
}

.env .container.pk-layer.noear.very-top,
.env .container.pk-layer.noear.masthead-layer {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 12px;
  padding-top: 14px;
}

.env .container.pk-layer.noear.very-top {
  margin-bottom: 0px;
}

.env .container.pk-layer.noear.very-top a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

.env .container.pk-layer.noear.very-top .photo {
  margin-bottom: 15px;
  box-shadow: 5px 10px 8px #c4c4c4;
}

.env .container.pk-layer.noear.very-top .nampeplate-photo img {
  margin-bottom: 15px;
  box-shadow: none;
  max-height: 90%;
}

.env .container.pk-layer.noear.very-top .social-media a {
  font-size: 20px;
  background-color: #B2BEB5;
  color: #ffffff;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 22px;
  padding-top: 15px;
  padding-bottom: -7px;
  margin: 2px;
  border-radius: 50%;
}

.env .container.pk-layer.noear.very-top .social-media ul {
  margin-top: 65px;
}

.env .container.pk-layer.noear.very-top .social-media a:hover {
  background-color: #01509f;
  color: #089ed9;
}

.env .container.pk-layer.noear.very-top .social-media i {
  margin: 0 5px 0 0;
  font-size: 20px;
  position: absolute;
  left: 11px;
  top: 10px;
}

.env .container.pk-layer.noear.very-top .social-media i:hover {
  background: #01509f;
  color: #089ed9;
}


.env .container.pk-layer.noear.very-top .row {
  margin-bottom: 15px;
}

.env .container.pk-layer.noear.very-top .row ul {
  margin-top: 135px;
  padding-left: 0px;
}

.env .container.pk-layer.noear.very-top .box.search-widget {
  display: inline-block;
  float: right;
  background-color: transparent;
  padding: 0 0 0 15px;
  margin-top: -5px;
}

.env .container.pk-layer.noear.very-top .box.search-widget form input {
  background-color: #f3f3f3;
}

.env .container.pk-layer.noear.very-top .box.search-widget form .search-icon {
  cursor: pointer;
}

.env .container.pk-layer.noear.masthead-layer {
  padding-top: 0px;
  padding-bottom: 0px;
}

.env .container.pk-layer.noear.masthead-layer .hero-photo-container {
  position: relative;
  margin-bottom: 12px;
}

.env .container.pk-layer.noear.masthead-layer .hero-photo-container .heads-on-screen-left {
  padding: 25px 15px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 35%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.env .container.pk-layer.noear.masthead-layer .hero-photo-container .heads-on-screen-left .nameplate {
  display: table-row;
}

.env .container.pk-layer.noear.masthead-layer .hero-photo-container .heads-on-screen-left img {
  max-width: 100%;
}

.env .container.pk-layer.noear.masthead-layer .hero-photo-container .heads-on-screen-left .head-wrap {
  display: table;
  width: 100%;
  height: 72%;
}

.env .container.pk-layer.noear.masthead-layer .hero-photo-container .heads-on-screen-left .head {
  display: table-cell;
  vertical-align: middle;
}

.env .container.pk-layer.noear.masthead-layer .hero-photo-container .heads-on-screen-left a {
  color: #e3e3e3;
}

.env .container.pk-layer.noear.masthead-layer .hero-photo-container .heads-on-screen-left a:hover {
  color: #ffffff;
  text-decoration: none;
}

.env .container.pk-layer.noear.masthead-layer .hero-photo-container .heads-on-screen-left h2 {
  font-size: 2.25em;
}

.env .container.pk-layer.noear.masthead-layer .col-md-1,
.env .container.pk-layer.noear.masthead-layer .col-md-2,
.env .container.pk-layer.noear.masthead-layer .col-md-3,
.env .container.pk-layer.noear.masthead-layer .col-md-4,
.env .container.pk-layer.noear.masthead-layer .col-md-5,
.env .container.pk-layer.noear.masthead-layer .col-md-6,
.env .container.pk-layer.noear.masthead-layer .col-md-7,
.env .container.pk-layer.noear.masthead-layer .col-md-8,
.env .container.pk-layer.noear.masthead-layer .col-md-9,
.env .container.pk-layer.noear.masthead-layer .col-md-10,
.env .container.pk-layer.noear.masthead-layer .col-md-11,
.env .container.pk-layer.noear.masthead-layer .col-md-12 {
  padding-left: 0px;
}

.env .container.pk-layer.noear.masthead-layer .col-md-7 {
  padding-right: 0px;
}

.env .container.pk-layer.beige .box a {
  color: #000000;
}

.env .container.pk-layer.black,
.env .container.pk-layer.breaking {
  background-color: #000000;
  color: #e3e3e3;
}

.env .container.pk-layer.black .label,
.env .container.pk-layer.breaking .label {
  color: #e3e3e3;
}

.env .container.pk-layer.black a {
  /*color: #1b4684;*/
  color: #7CBBD0;
}

.env .container.pk-layer.black a:hover {
  /*color: #a5d2a7;*/
  color: #B4D8E4;
}

.container.pk-layer.branding {
  background-color: #8d262d;
  color: #e3e3e3;
}

.container.pk-layer.branding.withear {
  background-color: #8d262d;
}

.container.pk-layer.branding.withear .layer-col {
  background-color: transparent;
}

.container.pk-layer.branding.withear .ear-col {
  background-color: transparent;
}

.container.pk-layer.branding .label,
.container.pk-layer.branding a {
  color: #e3e3e3;
}

.container.pk-layer.branding a:hover {
  color: #ffffff;
}

.env .container.pk-layer.withear.shaded {
  background-color: #8d262d;
  color: #000000;
  margin-bottom: 12px;
}

.env .pk-layer.withear.shaded .layer-col {
  color: #000000;
}

.env .container.pk-layer.shaded a {
  color: #1b4684;
}

.env .container.pk-layer.shaded a:hover {
  color: #1b4684;
}

.env .pk-layer.withear {
  background-color: #8d262d;
}

.env .pk-layer.withear.default .layer-col {
  background-color: #ffffff;
}

.env .pk-layer.withear .ear-col {
  background-color: transparent;
  color: #e3e3e3;
}

.env .pk-layer.withear .ear-col .reverse-bar-label {
  padding: 0 15px;
}

.env .container.pk-layer.breaking {
  background-color: #000000;
  margin-bottom: 15px;
}

.env .container.pk-layer.breaking {
  color: white;
}

.env .container.pk-layer.breaking a {
  color: #f3f3f3;
}

.env .container.pk-layer.breaking a:hover {
  color: #ffffff;
}

.env .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;*/
  padding: 0px 20px;

}

.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;
}

.env .pk-layer.withear.black {
  background-color: #8d262d;
}

.env .pk-layer.withear.black .layer-col {
  background-color: #000000;
}

.env .pk-layer.withear.black .ear-col {
  background-color: transparent;
}

.env .pk-layer.withear.tan {
  background-color: #8d262d;
}

.env .pk-layer.withear.tan .layer-col {
  background-color: #e9deca;
}

.env .pk-layer.withear.tan .ear-col {
  background-color: transparent;
}

.container.pk-layer.no-padding .box {
  margin-top: 0;
}

.env .large-tile,
.env .small-tile {
  border: 0px;
}

.env .reverse-bar-label {
  color: #1b4684;
  background: #b7da9b;
  font-family: 'Fira', sans-serif;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-weight: 600;
}

.env .pk-layer.default.withear .ear-col {
  padding: 13px 0;
}

.env .pk-layer.withear .ear-col .reverse-bar-label {
  color: #e3e3e3;
  text-align: left;
}

.env .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; */
  border-radius: none;
  border: none;
}

.env .pk-layer.transparent.noear {
  padding: 0;
}

.hero-photo-container {
  min-height: 380px;
}

.hero-screen-heads-left {
  /*left: 0px !important;
  opacity: 0.40 !important;*/
  left: 0px;
  opacity: 0.40;
}

.env .container.pk-layer.noear.masthead-layer .hero-screen-heads-left {
  display: none;
}

.env .container.pk-layer.noear.masthead-layer .hero-screen {
  background-color: unset;
}

.box.search-widget input {
  font-family: 'Lato', sans-serif;
  position: relative;
  color: #888;
  z-index: 90;
  margin-top: 22px;
}

.search-icon {
  position: absolute;
  margin-left: 10px;
  padding: 6px;
  top: -2px;
  right: 5px;
  font-size: 18px;
  z-index: 99;
  color: #888;
}

.box.search-widget .advanced {
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}

.env .box-content-list .photo-container {
  margin-bottom: 7px;
}

.env .box-content-list .story-head .when {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
}

.env .box-content-list .other-item {
  padding-bottom: 7px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 7px;
}

.env .box-content-list .when {
  margin-bottom: 10px;
  display: none;
}

.env .box-content-list .story-list-with-photo {
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 14px;
}

.env .pk-section.section-6col .box-content-list .list-item {
  clear: both;
}

.env .pk-section.section-6col .box-content-list .horizontal .single-image {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.env .box-content-headlines h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 14px;
}

.env .pk-layer.breaking .box-content-headlines h3 {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 5px;
}

.env .box.box-content-list-vh .list-item {
  /*padding: 0 0 10px 0 !important;*/
  padding: 0 0 10px 0;
  border-bottom: 1px solid #c9c9c9;
  /*margin: 0 0 10px 0 !important;*/
  margin: 0 0 10px 0;
}

.env .box .rule-below {
  padding: 0 0 10px 0;
}

.env .box p.rule-below {
  margin-bottom: 10px;
}

.env .container.pk-layer .box-content-wide-centered .item h3 {
  font-size: 28px;
}

.env .container.pk-layer .box-content-wide-centered .item .text-lead {
  font-size: 1.2em;
}

.env .grid-item {
  height: unset;
}

.env .grid-item.col-3 {
  min-height: 410px;
}

.env .grid-item .photo-container {
  background-color: #ffffff;
}

.env .grid-item .text-lede {
  font-size: inherit;
  line-height: 20px;
}

.env .grid-item .single-story-head {
  display: block;
  line-height: 25px;
  margin-bottom: 10px;
}

.env .photo-head {
  font-family: "Montserrat", sans-serif;
}

.env .box-content-sbs .row {
  margin-bottom: 15px;
}

.env .box-content-sbs .caption.lower-right {
  display: none;
}

.env .pk-layer.lightblue .box-content-sbs a.single-story-head:hover,
.env .pk-layer.lightblue .box-content-sbs a.read-more-link:hover {
  /*color: #26507c;*/
  color: #ffffff;
}

.env .pk-layer.lightblue .box-content-sbs .row.row-eq-height {
  margin-bottom: 15px;
}

.env .hero-photo .label,
.env .hero-photo-container .label,
.env .hero-photo-container .label.right {
  color: #1b4684;
}

.env .single-hero-head {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 10px;
  margin: 0 !important;
  padding: 0 30px 0 30px;
}

.env .large-screen-heads .box-link {
  /*background-color: #1b4684;*/
  background-color: #1b4684;
}

.env .screen {
  background-color: rgba(60, 141, 168, 0.65);
  /*background-color: #1b4684;*/
}

.env .hero-screen {
  /*background-color: rgba(80,124,98,0.40);*/
  background-color: rgba(199, 226, 235, 0.40);
}

.env .hero-tease-wrap h4 a,
.env .large-tease-wrap h4 a {
  font-weight: 600;
  line-height: 1.2;
}

.env .mktplce.v3 {
  width: 1170px;
  margin: 0 auto;
  padding: 20px;
}

footer.container {
  border-top: 1px solid #000000;
  ;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.env footer .footer-col img {
  max-width: 80%;
  float: left;
}

.env footer {
  background-color: #ffffff;
  color: #1b4684;
  padding: 30px;
}

.env footer a {
  color: #1b4684;
  font-size: 1.1em;
}

.env footer a:hover {
  color: #a1cedd;
}

.env footer .kicker {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3em;
}

.env footer .footer-contact {
  margin-top: 40px;
}

.env .copyright-container {
  background-color: #1b4684;
}

footer .nameplate-footer {
  margin-top: 25px;
  margin-bottom: 10px;
}

footer .nameplate-footer img {
  max-width: 65%;
}

.env footer .label {
  font-size: 18px;
  color: #000000;
  margin-top: 23px;
}

.env footer .col-sm-2.footer-links.connect {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: -5px;
}

.env .footer-address .address-divider {
  padding-left: 9px;
  padding-right: 9px;
  font-size: 15px;
}

.env footer .footer-address {
  font-family: 'Raleway', sans-serif;
  padding-top: 0px;
}

.footer-detail {
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
}


.env .cat-btn {
  margin: 3px;
}

.bottom-bar {
  background-color: #000000;
  /* background-color:#01509f; */
}

.bottom-bar .nampeplate-photo a img {
  max-width: 65%;
}


.bottom-bar a {
  padding-right: 8px;
  margin-right: 0px;
  margin-bottom: 15px;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
}

.bottom-bar .subscribe a {
  padding-right: 8px;
  margin-right: 0px;
  margin-bottom: 15px;
  color: #000000;
}

.bottom-bar .icons a {
  padding-right: 8px;
  padding-top: 10px;
  margin-right: 0px;
  color: #FFFFFF;
  font-size: 20px;
}


.bottom-bar .row {
  align-content: center;
}

.bottom-bar-red {
  background-color: #1b4684;
  color: white;
  text-transform: capitalize;
  font-family: 'Raleway', sans-serif;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 20px;
}

.bottom-bar-red .row {
  align-content: center;
}

.bottom-bar-red img {
  max-height: 38px;
}

.footer.red {
  background-color: #1b4684;
  margin-bottom: 0;
}

.footer h4 {
  font-family: 'Raleway', sans-serif;
  color: white;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 5px;
  text-decoration: underline;
}

#table {
  display: table;
  padding: 2px;
  width: 100%;
  max-height: 400px;
}

.tr {
  display: table-row;
  padding: 5px;
}

.td {
  display: table-cell;
  padding-left: 200px;
  padding-right: 45px;
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: top;
  text-align: left;
}

.td-left {
  display: table-cell;
  padding-left: 45px;
  padding-right: 0px;
  vertical-align: text-top;
  text-align: center;
}

.td-left img {
  max-width: 30%;
}

.twenty {
  width: 20%;
}

.thirty {
  width: 30%;
}

.thirty img {
  max-height: 280px;
}

/* ===== 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;
  max-width: 100% !important;
}

.caption.aligncenter img {
  display: block;
}

.caption img {
  margin-bottom: 7px;
}

.env blockquote {
  margin-top: 20px;
  margin-left: 40px;
  font-size: inherit;
}

.env .content_bootstrap .main-body li {
  list-style-type: square;
  list-style-position: inside;
}

.env .content_bootstrap .main-body .inset-photos .thumbnails li {
  list-style: none;
}

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

.env .box-content-carousel .lead p {
  /* display: none; */
  text-align: center;
}

.env .box-content-columns-default h4 {
  font-size: 24px;
}

.env .box-content-columns-default h5 {
  font-size: 24px;
}

.env .box-content-columns-default .story-column.story-column-1 {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.env .hero-lead-story h2 {
  /*font-size: 36px !important;*/
  font-size: 36px;
}

.env .hero-tease-wrap h4 a {
  /*font-size: 24px !important;*/
  font-size: 24px;
}

.env .pk-layer.breaking.withear .ear-col {
  background-color: #8d262d;
  color: white;
  /*padding-top: 4px !important;
  padding-bottom: 15px !important;*/
  padding-top: 4px;
  padding-bottom: 15px;
}

.env .pk-layer.breaking.withear .layer-col {
  background-color: transparent;
}

.env .masthead-layer .box-content-hero-list .large-photo-container {
  width: 68%;
}

.env .masthead-layer .box-content-hero-list .large-screen-heads {
  width: 32%;
}

/*.env .box-content-columns-default p.text-lede {
  font-size: 17px;
}*/
.env div.pk-section .box.box-bannerads-default {
  margin-bottom: 20px;
}

.env .box.box-bannerads-default .label {
  margin-bottom: 20px;
}

/* ========== COUNTDOWN WIDGET ========== */
.box-content-countdown-clock .date-info {
  border-bottom: 1px solid #555555;
  margin-bottom: 12px;
}

.box-content-countdown-clock .month {
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 3.2em;
  line-height: 1;
  color: #1b4684;
}

.box-content-countdown-clock .days {
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 5em;
  line-height: 1;
  color: #1b4684;
}

.box-content-countdown-clock .year {
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 7em;
  line-height: 1;
  letter-spacing: -2px;
  color: #1b4684;
}

.box-content-countdown-clock .location-info {
  display: inline-block;
  border-bottom: 1px solid #555555;
  margin-bottom: 12px;
  float: left;
}

.box-content-countdown-clock .venue {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 2.8em;
  line-height: 1;
  color: #454b4b;
  margin-bottom: 10px;
}

.box-content-countdown-clock .venue-city {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1;
  color: #939393;
  margin-bottom: 10px;
}

.box-content-countdown-clock .table,
.box-content-countdown-clock .table-responsive,
.box-content-countdown-clock .header-cell {
  border: 0px !important;
  max-width: 100%;
}

.box-content-countdown-clock .header-cell {
  vertical-align: middle;
  padding: 0px;
}

.box-content-countdown-clock .remaining {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 4em;
  width: 100%;
  padding: 15px;
  background-color: #b7da9b;
  color: #1b4684;
  float: left;
  text-align: center;
  border-radius: 5px;
}

.box-content-countdown-clock .remaining-text {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.15;
  color: #1b4684;
  padding: 0 10px;
  float: left;
  text-align: left;
}

.box-content-countdown-clock .item img {
  max-width: 100%;
  margin-bottom: 15px;
}

.pk-section.section-5col .box-content-countdown-clock .month {
  font-size: 2.6em;
}

.pk-section.section-5col .box-content-countdown-clock .days {}

.pk-section.section-5col .box-content-countdown-clock .year {
  font-size: 6.2em;
}

.pk-section.section-5col .box-content-countdown-clock .year {
  font-size: 6.2em;
}

.pk-section.section-5col .box-content-countdown-clock .venue {
  font-size: 2.5em
}

.pk-section.section-5col .box-content-countdown-clock .venue-city {
  font-size: 1.25em;
}

.pk-section.section-4col .box-content-countdown-clock .month {
  font-size: 2em;
}

.pk-section.section-4col .box-content-countdown-clock .days {
  font-size: 3.75em;
}

.pk-section.section-4col .box-content-countdown-clock .year {
  font-size: 4.5em;
}

.pk-section.section-4col .box-content-countdown-clock .remaining {
  font-size: 2.5em;
  padding: 10px;
}

.pk-section.section-4col .box-content-countdown-clock .venue {
  font-size: 2.0em
}

.pk-section.section-4col .box-content-countdown-clock .venue-city {
  font-size: 1.25em;
}

.pk-section.section-3col .box-content-countdown-clock .month {
  font-size: 1.6em;
}

.pk-section.section-3col .box-content-countdown-clock .days {
  font-size: 2.5em;
}

.pk-section.section-3col .box-content-countdown-clock .year {
  font-size: 3.5em;
}

.pk-section.section-3col .box-content-countdown-clock .remaining {
  font-size: 3.0em;
  padding: 10px;
  margin-bottom: 10px;
}

.pk-section.section-3col .box-content-countdown-clock .header-cell {
  display: block;
}

.pk-section.section-2col .box-content-countdown-clock .month {
  margin-right: 15px;
}

.pk-section.section-2col .box-content-countdown-clock .days {
  font-size: 3.2em;
}

.pk-section.section-2col .box-content-countdown-clock .col-sm-3,
.pk-section.section-2col .box-content-countdown-clock .col-sm-9,
.pk-section.section-1col .box-content-countdown-clock .col-sm-3,
.pk-section.section-1col .box-content-countdown-clock .col-sm-9 {
  width: 100%;
}

.pk-section.section-1col .box-content-countdown-clock .month {
  margin-right: 8px;
  font-size: 1.6em;
}

.pk-section.section-1col .box-content-countdown-clock .days {
  font-size: 1.6em;
}

.pk-section.section-1col .box-content-countdown-clock .year {
  font-size: 3.5em;
}

.pk-section.section-1col .box-content-countdown-clock .remaining {
  font-size: 3.0em;
  padding: 10px;
  margin-bottom: 10px;
}

.pk-section.section-1col .box-content-countdown-clock .remaining-text {
  font-size: 18px;
}

.pk-section.section-1col .box-content-countdown-clock .venue {
  font-size: 2.25em
}

.pk-section.section-1col .box-content-countdown-clock .venue-city {
  font-size: 1.1em;
}

.pk-section.section-1col .box-content-countdown-clock table {
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .box-content-countdown-clock .month {
    font-size: 2em;
  }

  .box-content-countdown-clock .days {
    font-size: 3.5em;
  }

  .box-content-countdown-clock .year {
    font-size: 4.5em;
  }
}

@media screen and (max-width: 768px) {
  .box-content-countdown-clock .month {
    font-size: 4.5em;
    margin-right: 10px;
  }

  .box-content-countdown-clock .days {
    font-size: 4.5em;
    margin-right: 10px;
  }

  .box-content-countdown-clock .year {
    font-size: 4.5em;
  }
}

@media screen and (max-width: 480px) {
  .box-content-countdown-clock .month {
    font-size: 3.75em;
    margin-right: 10px;
  }

  .box-content-countdown-clock .days {
    font-size: 3.75em;
    margin-right: 10px;
  }

  .box-content-countdown-clock .year {
    font-size: 3.75em;
  }
}

/* Revive overrides */
.env .rvb-unit-push {
  width: 1170px;
  margin: -15px auto 15px auto;
  overflow: hidden;
}

.env .rvb-unit-peel {
  top: 0;
  right: 0;
  z-index: 9999;
  position: absolute;
  cursor: pointer;
  display: none;
}

.env .rvb-unit-peel .art-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 500px;
}

.env .rvb-unit-peel .art {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  overflow: hidden;
  transition-timing-function: ease-out;
  transition: 0.3s;
}

.env .rvb-unit-peel:hover .art {
  width: 500px;
  height: 500px;
  overflow: hidden;
  transition-timing-function: ease-in;
  transition: 0.3s;
}

.env .rvb-unit-peel .effect {
  position: absolute;
  top: 0;
  right: 0;
  width: 155px;
  height: 155px;
  -ms-interpolation-mode: bicubic;
  animation: pulse 3s infinite;
  animation-timing-function: linear;
  transition-timing-function: ease-out;
  transition: 0.3s;
}

.env .rvb-unit-peel .effect img {
  width: 100%;
  height: 100%;
}

.env .rvb-unit-peel:hover .effect {
  width: 520px;
  height: 520px;
  animation: none;
  transition-timing-function: ease-in;
  transition: 0.3s;
}

.env .credit {
  font-size: .9em;
  text-transform: none !important;
  font-weight: bold;
}

.env .box-link {
  margin-top: 0px;
}

.env #widget_detail_floated a {
  color: #2462bb;
}

.env #widget_detail_floated a:hover {
  color: #1b4684;
}

.env .search-col a {
  color: #1b4684;
}


/* ===== MOBILE ADJUSTMENTS ===== */
@media screen and (max-width: 480px) {
  body.env {
    margin: 0;
  }

  .env .container.pk-layer.noear.masthead-layer .hero-photo-container .heads-on-screen-left {
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: transparent;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  }

  .env .container.pk-layer.noear.masthead-layer .hero-photo-container .heads-on-screen-left h2 {
    font-size: 1.8em;
    text-shadow: 5px 5px 5px #000000;
  }

  .env .container.pk-layer.noear.masthead-layer .hero-photo-container .heads-on-screen-left .head {
    vertical-align: bottom;
  }

  .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;*/
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 480px) {
  .nav .top-level {
    /*padding: 5px !important;*/
    padding: 5px;
  }

  .nav .main-option {
    width: 90%;
    float: left;
  }

  .env .navbar-default .navbar-nav>.active>a:hover,
  .env .navbar-default .navbar-nav>.open>a:hover,
  .env .navbar-default .navbar-nav a:hover {
    background: #ffffff;
  }

  .env .dropdown:hover {
    background-color: #ffffff;
  }

  .env .dropdown:hover .dropdown-menu {
    background-color: #ffffff;
  }

  .new-navigation {
    padding-bottom: 20px;
  }

  .env div.pk-section {
    border-right: 0px;
  }

  #widget_detail_postlinks {
    display: none;
  }

  .container.pk-layer.noear .box.search-widget {
    margin-top: unset;
  }

  .env .pk-section.section-1col .box-content-list .photo-container,
  .env .pk-section.section-2col .box-content-list .photo-container,
  .env .pk-section.section-3col .box-content-list .photo-container,
  .env .pk-section.section-4col .box-content-list .photo-container,
  .env .pk-section.section-5col .box-content-list .photo-container,
  .env .pk-section.section-6col .box-content-list .photo-container {
    width: 100%;
    float: unset;
    margin-right: 0px;
    background-color: transparent;
  }

  .env .pk-section.section-1col .box-content-list .photo-container img,
  .env .pk-section.section-2col .box-content-list .photo-container img,
  .env .pk-section.section-3col .box-content-list .photo-container img,
  .env .pk-section.section-4col .box-content-list .photo-container img,
  .env .pk-section.section-5col .box-content-list .photo-container img,
  .env .pk-section.section-6col .box-content-list .photo-container img {
    max-height: 170px;
  }

  .env .box.box-content-list-vh .list-item .photo-container {
    display: block;
    text-align: center;
  }

  .env .box.box-content-list-vh .list .list-item img {
    max-width: 100%;
    float: unset;
    margin-right: 0px;
  }

  .env footer p.footer-address {
    margin-bottom: 10px;
    margin-right: 0px;
    font-size: 22px;
  }

  .env footer .col-sm-2.col-xs-6.footer-links.text-center {
    /*text-align: left;*/
  }

  .env footer .icons .fa {
    font-size: 26px;
    margin-right: 10px;
  }

  .env .short-footer .col-lg-8,
  .env .short-footer .col-lg-4 {
    padding: 15px;
  }

  .env .short-footer .copyright .links {
    display: block;
  }

  .env .short-footer .copyright,
  .env .short-footer .powered {
    text-align: center;
  }
}

.env .short-footer {
  color: white;
  padding: 20px;
}

.env .short-footer a {
  color: white;
}

@media only screen and (min-width : 768px) {
  .env .navbar-brand {
    display: none;
  }

  .env .hero-tease-wrap h4 {
    /*font-size: unset !important; */
    font-size: unset;
    margin-bottom: 15px;
  }

  .env .pk-section.section-6col h1 {
    font-size: 2em;
  }
}

@media only screen and (max-width : 768px) {
  .env .container.pk-layer.noear.masthead-layer {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .nameplate {
    margin-bottom: 0px;
  }

  .env .new-navigation {
    border-bottom: 0px;
  }

  .navbar-default li.dropdown,
  .navbar-default li.dropdown:hover {
    border-top: 0;
  }

  .env .navbar-default .navbar-nav {
    margin: 7.5px 0px;
    display: block;
  }

  .navbar-default .navbar-nav>li>a {
    color: #000000;
  }

  .env .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }

  .env .navbar-collapse .caret {
    display: none;
  }

  .navbar.navbar-default {
    /*border: 0px 0px 0px 0px !important;*/
    border: 0px 0px 0px 0px;
    background-color: transparent;
    float: left;
    width: 100%;
  }

  .env nav .navbar-brand {
    color: unset;
  }
}



@media screen and (max-width: 992px) {
  .env .nav>li>a {
    font-size: 0.85em;
  }
}

@media only screen and (min-width : 992px) {
  .env .large-tease-wrap h4 {
    font-size: 1.2em;
  }

  .env .single-hero-head h4 {
    font-size: 1.6em;
  }
}

.env .box-single-hero-photo .single-hero-head.white-background {
  width: 90%;
  left: 5%;
  bottom: 0;
  background-color: #ffffff;
  padding: 20px;
  margin: 0 auto 20px auto !important;
}

.env .single-hero-head.white-background h2,
.env .single-hero-head.white-background h4 {
  color: #000;
  text-shadow: none;
}

.env .box-single-hero-photo .hero-photo.white-background {
  padding: 0 0 117px 0;
  border-bottom: 1px solid #e3e3e3;
}

@media screen and (max-width: 1200px) {
  @media screen and (min-width: 768px) {
    .nav .top-level {
      /*padding: 30px 8px !important;*/
      padding: 18px 8px;
    }

    .navbar-default .navbar-nav li a {
      font-size: 1em;
    }
  }
}

@media screen and (min-width: 768px) {
  .env .pk-section.section-6col .box-content-carousel.large .item.with-photo .photo {
    height: 500px;
    float: left;
    margin-right: 20px;
  }

  .env .pk-section.section-6col .box-content-carousel.large .item.with-photo .photo .arrows {
    margin-top: -136px;
  }

  .env .pk-section.section-6col .box-content-carousel.large .item.with-photo h4 {
    color: #1b4684;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    margin-top: 0px;
  }

  .env .carousel-inner {
    overflow: hidden;
  }
}

@media only screen and (min-width: 480px) {
  .env .pk-section.section-6col .box-content-carousel.large .item.with-photo .arrows {
    margin-top: -141px;
  }
}

.env .pk-section.section-6col .box-content-carousel.large.photos .carousel-inner {
  height: 500px;
}

.env .black-box {
  background-color: #111;
  color: #fff;
  font-family: Lato;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  padding: 17px 20px 1px 18px;
  box-shadow: 3px 3px 5px 3px #ccc;
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
}

.env .black-box span {
  display: inline-block;
  border-top: 1px solid white;
  padding-bottom: 0px;
}

.env .box-content-carousel .carousel-indicators {
  bottom: 0;
  left: 0;
  list-style: none outside none;
  margin-left: 0;
  margin-top: -25px;
  padding-left: 0;
  position: relative;
  width: 100%;
  z-index: 15;
  text-align: center;
}

.env .top-leaderboard {
  padding-top: 20px;
  padding-bottom: 10px;
}

.sponsored-label {
  display: none !important;
}

/* custom wide story layout */
.env .col-sm-12.maincontent-column .content_bootstrap :is(.large_photos.wide, .heads.wide, .body.main-body, #published) {
  padding: 0px;
}