/* `````````````````````````` Core styles `````````````````````````` */

/*

This is how to adjust bootstrap default gutter width

.container {
  padding-right: 20px;
  padding-left: 20px;
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  padding-right: 20px;
  padding-left: 20px;
}

*/

@media screen and (min-width: 769px) {

  /* Type */
  .pk-section.section-6col h1 {
    font-size: 3.2em;
  }
  .pk-section.section-5col h1 {
    font-size: 2.9em;
  }
  .pk-section.section-4col h1 {
    font-size: 2.5em;
  }
  .pk-section.section-3col {
    font-size: 0.90em;
  }
  .pk-section.section-3col h1 {
    font-size: 2.1em;
  }
  .pk-section.section-2col {
    font-size: 0.90em;
  }
  .pk-section.section-2col h1 {
    font-size: 1.75em;
  }
  .pk-section.section-1col {
    font-size: 0.85em;
  }
  .pk-section.section-1col h1 {
    font-size: 150%;
  }
  .pk-section.section-1col h3 {
    font-size: 150%;
  }

}

/* Layers */
.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: #067AB1; /* Default accent background color here */
	color: white;
	padding-top: 14px;
	padding-bottom: 14px;
}
.pk-layer.withear {
  margin-bottom: 12px;
}
.pk-layer.withear .layer-col {
  margin-bottom: 0px;
}
.pk-layer.breaking {
  background-color: #f23f3f; /* Breaking background color here */
}
.pk-layer.breaking,
.pk-layer.breaking h1,
.pk-layer.breaking h2,
.pk-layer.breaking h3,
.pk-layer.breaking h4,
.pk-layer.breaking h5,
.pk-layer.breaking h6,
.pk-layer.breaking a,
.pk-layer.breaking .headline {
  color: white;
}
.pk-layer.breaking.withear .ear-col {
	background-color: #f23f3f; /* Breaking background color here */
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
}
.pk-layer.breaking.withear .layer-col {
	padding-top: 0;
	padding-bottom: 0;
}
.pk-layer.noear.shaded,
.pk-layer.withear.shaded .layer-col {
	background-color: #e3e3e3; /* Shaded background color here */
	color: white;
	padding-top: 10px;
	padding-bottom: 0;
}
.pk-layer.breaking .layer-col {
  padding-top: 0px !important;
}
.pk-layer.breaking h3 {
  font-size: 1.6em;
  line-height: 1.6em;
}
.pk-layer.withear .ear-col .reverse-bar-label {
	margin-top: 0;
	padding-top: 0;
  line-height: 1.1;
}
.pk-layer.transparent {
  background: none !important;
}
.container.pk-layer.tan { 
  background-color: #e9deca;
  color: #000000;
}
.pk-layer.black {
  background: black;
  color: white;
}
.pk-layer.black a {
  color: white
}

/* Sections */
div.pk-section {
	border-right: 1px solid #dedede;
	word-wrap: break-word;
}
div.pk-section:last-child {
	border-right: 0;
}
div.pk-section .box {
	margin-top: 25px;
}
div.pk-section .box-link {
	margin-top: 10px;
}
div.pk-section div.box:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

/* `````````````````````````` Boxes `````````````````````````` */

/* Content: default */
.pk-layer .box-content-default .photo-container {
  background-color: #f3f3f3;
  text-align: center;
  margin-bottom: 5px;
}
/* ===== Changed per Bill ===== 
@media screen and (min-width: 769px) {
  .pk-layer .section-1col .box-content-default .photo img {
    max-height: 110px;
  }
  .pk-layer .section-2col .box-content-default .photo img {
    max-height: 230px;
  }
  .pk-layer .section-3col .box-content-default .photo img {
    max-height: 345px;
  }
} */
.pk-layer .section-1col .box-content-default .photo img {
  max-width: 100%;
}
.pk-layer .box-content-default .poll-section {
  /*font-family:'PT Sans', sans-serif;*/
}
.pk-layer .box-content-default .poll-section .vote button {
  background-color: #067AB1;
  border-color: #067AB1;
  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;
}
.pk-layer .box-content-charts .chart-section #bars {
  margin-bottom: 7px;
}
.pk-layer .box-content-charts .chart-section .bar {
  height: 20px;
  background-color: #555;
}
.pk-section .box-content-default .content-item {
  margin-top: 0;
  padding-top: 15px;
  border-top: 1px solid #dedede;
}
.pk-section.section-6col .box-content-default img.vertical,
.pk-section.section-5col .box-content-default img.vertical {
  max-width: 25%;
}
.pk-section.section-4col .box-content-default img.vertical,
.pk-section.section-3col .box-content-default img.vertical {
  max-width: 35%;
}
.pk-section .box-content-default .content-item:first-child,
.pk-section .box-content-default .content-item.first {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.box-content-photo .photo {
  text-align: center;
  display: inline-block;
  margin-bottom: 8px;
}
.section-2col .box-content-photo .photo img {
  max-height: 150px;
}

/* Content: carousel shared */
.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;
}
.box-content-carousel .carousel-indicators li {
	border-color: #bbb;
	background-color: #bbb;
}
.box-content-carousel .carousel-indicators .active {
	border-color: #005BAA;
    background-color: #005BAA;
    height: 12px;
    margin: 0;
    width: 12px;
}

/* Content: large carousel */

.box-content-carousel.large .item.with-photo .arrows {
  background: black;
  position: absolute;
  text-align: center;
  cursor: pointer;
}
.box-content-carousel.large .item.with-photo .arrows:hover {
  opacity: 0.6;
}
.box-content-carousel.large .item.with-photo .arrows span {
  color: white;
  display: block;
}
.box-content-carousel.large .item.with-photo .right-arrow {
  right: 0px;
}
@media only screen and (max-width : 480px) {
  .box-content-carousel.large .item.with-photo .arrows {
    height: 125px;
    width: 35px;
    opacity: 0.45;
  }
  .box-content-carousel.large .item.with-photo .arrows span {
    margin-top: 45px;
    font-size: 25px;
  }
  .box-content-carousel.large .item.with-photo .photo {
    height: 215px;
    width: 100%;
    margin-bottom: 10px;
  }
  .box-content-carousel.large .item.with-photo .photo img {
    max-height: 215px;
  }
  .box-content-carousel.large .item.with-photo .arrows {
    margin-top: -179px;
  }
  .box-content-carousel.large .item.with-photo .item.without-photo .arrows {
    margin-top: 100px;
  }
}
@media only screen and (min-width : 480px) {
  
  /* Arrows without photo */
  .box-content-carousel.large .item.without-photo .arrows {
    position: absolute;
    opacity: 0.4;
    margin-top: 15px;
    cursor: pointer;
  }
  .box-content-carousel.large .item.without-photo .arrows:hover {
    opacity: 0.65;
  }
  .box-content-carousel.large .item.without-photo .arrows .arrow-label {
    display: block;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
  }
  .box-content-carousel.large .item.without-photo .arrows .glyphicon {
    display: block;
    float: left;
    font-size: 32px;
  }
  .pk-section.section-1col .box-content-carousel.large .item.without-photo .arrows .arrow-label,
  .pk-section.section-2col .box-content-carousel.large .item.without-photo .arrows .arrow-label {
    margin-top: 5px;
    font-size: 11px;
  }
  .pk-section.section-1col .box-content-carousel.large .item.without-photo .arrows .glyphicon ,
  .pk-section.section-2col .box-content-carousel.large .item.without-photo .arrows .glyphicon {
    font-size: 18px;
  }
  .box-content-carousel.large .item.with-photo .arrows {
    height: 200px;
    width: 40px;
    opacity: 0.25;
  }
  .box-content-carousel.large .item.with-photo .arrows span {
    margin-top: 75px;
    font-size: 34px;
  }
  .pk-section.section-1col .box-content-carousel.large .item.with-photo .arrows,
  .pk-section.section-2col .box-content-carousel.large .item.with-photo .arrows {
    height: 100px;
    width: 36px;
  }
  .pk-section.section-1col .box-content-carousel.large .item.with-photo .arrows span,
  .pk-section.section-2col .box-content-carousel.large .item.with-photo .arrows span {
    margin-top: 35px;
    font-size: 30px;
  }
  .pk-section.section-6col .box-content-carousel.large .carousel-inner {
    height: 725px;
  }
  .pk-section.section-6col .box-content-carousel.large.photos .carousel-inner {
    height: 850px;
  }
  .pk-section.section-6col .box-content-carousel.large .item.with-photo .photo {
    height: 690px;
    width: 100%;
    margin-bottom: 10px;
  }
  .pk-section.section-6col .box-content-carousel.large .item.with-photo .photo img {
    max-height: 690px;
  }
  .pk-section.section-6col .box-content-carousel.large .item.with-photo .arrows {
    margin-top: -445px;
  }
  .pk-section.section-6col .box-content-carousel.large .item.with-photo .item.without-photo .arrows {
    margin-top: 150px;
  }
  .pk-section.section-5col .box-content-carousel.large .carousel-inner {
    height: 200px;
  }
  .pk-section.section-5col .box-content-carousel.large.photos .carousel-inner {
    height: 785px;
  }
  .pk-section.section-5col .box-content-carousel.large .item.with-photo .photo {
    height: 620px;
    margin-bottom: 10px;
  }
  .pk-section.section-5col .box-content-carousel.large .item.with-photo .photo img {
    max-height: 620px;
  }
  .pk-section.section-5col .box-content-carousel.large .item.with-photo .arrows {
    margin-top: -420px;
  }
  .pk-section.section-5col .box-content-carousel.large .item.with-photo .item.without-photo .arrows {
    margin-top: 125px;
  }
  .pk-section.section-4col .box-content-carousel.large .carousel-inner {
    max-height: 675px;
  }
  .pk-section.section-4col .box-content-carousel.large.photos .carousel-inner {
    /*height: 650px;*/
  }
  .pk-section.section-4col .box-content-carousel.large .item.with-photo .photo {
    height: 495px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .pk-section.section-4col .box-content-carousel.large .item.with-photo .photo img {
    max-height: 650px;
  }
  .pk-section.section-4col .box-content-carousel.large .item.with-photo .arrows {
    margin-top: -357px;
  }
  .pk-section.section-4col .box-content-carousel.large .item.with-photo .item.without-photo .arrows {
    margin-top: 125px;
  }
  .pk-section.section-3col .box-content-carousel.large .carousel-inner {
    height: 175px;
  }
  .pk-section.section-3col .box-content-carousel.large.photos .carousel-inner {
    height: 490px;
  }
  .pk-section.section-3col .box-content-carousel.large .item.with-photo .photo {
    height: 365px;
    margin-bottom: 10px;
  }
  .pk-section.section-3col .box-content-carousel.large .item.with-photo .photo img {
    max-height: 365px;
  }
  .pk-section.section-3col .box-content-carousel.large .item.with-photo .arrows {
    margin-top: -292px;
  }
  .pk-section.section-3col .box-content-carousel.large .item.with-photo .item.without-photo .arrows {
    margin-top: 100px;
  }
  .pk-section.section-2col .box-content-carousel.large .carousel-inner {
    height: 210px;
  }
  .pk-section.section-2col .box-content-carousel.large.photos .carousel-inner {
    height: 395px;
  }
  .pk-section.section-2col .box-content-carousel.large .item.with-photo .photo {
    height: 240px;
    margin-bottom: 10px;
  }
  .pk-section.section-2col .box-content-carousel.large .item.with-photo .photo img {
    max-height: 240px;
  }
  .pk-section.section-2col .box-content-carousel.large .item.with-photo .arrows {
    margin-top: -180px;
  }
  .pk-section.section-2col .box-content-carousel.large .item.with-photo .item.without-photo .arrows {
    margin-top: 100px;
  }
  .pk-section.section-1col .box-content-carousel.large .carousel-inner {
    height: 275px;
  }
  .pk-section.section-1col .box-content-carousel.large.photos .carousel-inner {
    height: 340px;
  }
  .pk-section.section-1col .box-content-carousel.large .item.with-photo .photo {
    height: 105px;
    margin-bottom: 7px;
  }
  .pk-section.section-1col .box-content-carousel.large .item.with-photo .photo img {
    max-height: 105px;
  }
  .pk-section.section-1col .box-content-carousel.large .item.with-photo .arrows {
    margin-top: -110px;
  }
  .pk-section.section-1col .box-content-carousel.large .item.with-photo .item.without-photo .arrows {
    margin-top: 140px;
  }
}

/* Content: small carousel */

.pk-section.section-6col .box-content-carousel.small .photo img {
  height: 250px;
}
.pk-section.section-5col .box-content-carousel.small .photo img {
  height: 200px;
}
.pk-section.section-4col .box-content-carousel.small .carousel-inner {
  height: 160px;
}
.pk-section.section-4col .box-content-carousel.small.photos .carousel-inner {
  height: 140px;
}
.pk-section.section-4col .box-content-carousel.small .photo img {
  max-height: 150px;
}
.pk-section.section-4col .box-content-carousel.small h1 {
  font-size: 2.75em;
}
.pk-section.section-3col .box-content-carousel.small .carousel-inner {
  height: 125px;
}
.pk-section.section-3col .box-content-carousel.small.photos .carousel-inner {
  height: 150px;
}
.pk-section.section-3col .box-content-carousel.small .photo img {
  max-height: 150px;
}
.pk-section.section-2col .box-content-carousel.small .carousel-inner {
  height: 105px;
}
.pk-section.section-2col .box-content-carousel.small.photos .carousel-inner {
  height: 300px;
}
.pk-section.section-2col .box-content-carousel.small.photos .photo {
  height: 210px;
  margin-bottom: 10px;
  text-align: center;
}
.pk-section.section-2col .box-content-carousel.small.photos .photo img {
  max-height: 210px;
}
.pk-section.section-2col .box-content-carousel.small.photos h3 {
  font-size: 1.75em;
  margin: 0 0 6px 0;
}
.pk-section.section-2col .box-content-carousel.small.photos {
  font-size: 0.95em;
  line-height: 1.3;
}
.pk-section.section-1col .box-content-carousel.small .carousel-inner {
  height: 170px;
}
.pk-section.section-1col .box-content-carousel.small.photos .carousel-inner {
  height: 255px;
}
.pk-section.section-1col .box-content-carousel.small.photos .photo {
  height: 100px;
  margin-bottom: 10px;
  text-align: center;
}
.pk-section.section-1col .box-content-carousel.small.photos .photo img {
  max-height: 100px;
}
.pk-section.section-1col .box-content-carousel.small.photos h3 {
  font-size: 1.5em;
  margin: 0 0 6px 0;
}
.pk-section.section-1col .box-content-carousel.small.photos {
  font-size: 0.95em;
  line-height: 1.3;
}

/* Content: column view: default */

.section-1col .box-content-columns-default .story-column-2,
.section-2col .box-content-columns-default .story-column-2,
.section-3col .box-content-columns-default .story-column-2 {
  display: none;
}
.box-content-columns-default .story-column p.text-lede {
  font-size: 90%;
}
.section-1col .box-content-columns-default .story-column p.text-lede,
.section-2col .box-content-columns-default .story-column p.text-lede,
.section-3col .box-content-columns-default .story-column p.text-lede {
  display: none;
}
.box-content-columns-default img.photo {
  display: inline-block;
  margin-bottom: 10px;
}
.box-content-columns-default .content-area-list li {
  padding-bottom: 8px;
}
.box-content-columns-default .story-column .photo-container {
  margin-bottom: 5px;
}

/* Content: column view: headlines */

.box-content-columns-headlines ul.content > li {
  border-left: 1px solid #ccc;
}
.box-content-columns-headlines ul.content > li:first-child {
  border-left: none;
}
.box-content-columns-headlines ul.content-area-list > li {
  padding-top: 10px;
}
.box-content-columns-headlines ul.content-area-list > li:first-child {
  padding-top: 0;
}

/* Content: E-reader */

.box-content-ereader ul.viewers li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dedede;
}
.box-content-ereader ul.viewers li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/* Content: gallery */

.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;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  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: 18%;
  height: 60px;
  margin-bottom: 3px;
}
.pk-layer .section-2col .box-content-gallery .thumbnails li {
  width: 22%;
  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;
}

/* Content: headlines */

.box-content-headlines h1,
.box-content-headlines h2,
.box-content-headlines h3,
.box-content-headlines h4,
.box-content-headlines h5 {
  margin-bottom: 0;
  padding: 0;
  margin-top: 15px;
}
.box-content-headlines h1:first-child,
.box-content-headlines h2:first-child,
.box-content-headlines h3:first-child,
.box-content-headlines h4:first-child,
.box-content-headlines h5:first-child {
  margin-top: 0;
}
.box-content-headlines .item-wrapper {
  border-bottom: 1px #e3e3e3 solid;
  margin-bottom: 7px;
}
.box-content-headlines .item-wrapper:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.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;
}

/* Content: list */

.pk-section.section-6col .box-content-list .list-item,
.pk-section .box-content-list .story-list-with-photo {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dedede;
}
.pk-section.section-6col .box-content-list .list-item:first-child,
.pk-section .box-content-list .story-list-with-photo:first-child {
  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.section-3col .box-content-list .photo-container,
.pk-section.section-4col .box-content-list .photo-container,
.pk-section.section-5col .box-content-list .photo-container,
.pk-section.section-3col .box-content-list-lg-lede-thumbs .photo-container,
.pk-section.section-4col .box-content-list-lg-lede-thumbs .photo-container,
.pk-section.section-5col .box-content-list-lg-lede-thumbs .photo-container,
.pk-section.section-6col .box-content-list-lg-lede-thumbs .photo-container {
  width: 190px;
  float: left;
  margin-right: 15px;
  background: #efefef;
  text-align: center;
}
.pk-section.section-3col .box-content-list-lg-lede-thumbs .list-item.first .photo-container {
  width: 100%;
  float: unset;
  margin-right: unset;
  margin-bottom: 15px;
}
.pk-section.section-4col .box-content-list-lg-lede-thumbs .list-item.first .photo-container,
.pk-section.section-5col .box-content-list-lg-lede-thumbs .list-item.first .photo-container,
.pk-section.section-6col .box-content-list-lg-lede-thumbs .list-item.first .photo-container {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}
.pk-section.section-6col .box-content-list .photo-container {
  width: 300px;
  float: left;
  margin-right: 15px;
  background: #efefef;
  text-align: center;
}
.pk-section.section-3col .box-content-list .photo-container img,
.pk-section.section-4col .box-content-list .photo-container img,
.pk-section.section-5col .box-content-list .photo-container img,
.pk-section.section-5col .box-content-list .photo-container img,
.pk-section.section-6col .box-content-list .photo-container img {
  max-width: 100%;
  max-height: 125px;
}

/* Content: Headlines, leads centered */
.box-content-wide-centered .item {
  text-align: center;
  margin: 20px auto;
}
.box-content-wide-centered .single-story-head {
  margin-bottom: 20px;
  font-size: 22px;
}
.box-content-wide-centered .text-lead {
  font-size: 1.5em;
  width: 85%;
  margin: 0 auto;
}

/* Content: List - First vertical, rest horizontal */
.box.box-content-list-vh .col-1-list-item .widget-image,
.box.box-content-list-vh .col-2-list-item.first .widget-image {
  width: 100%;
  margin-bottom: 10px;
}
.box.box-content-list-vh .col-2-list-item.first .story-head {
  display: block;
  font-size: 1.75em;
  margin-bottom: 10px;
}
.box.box-content-list-vh .col-1-list-item .text-lede {
  display: block;
  margin-bottom: 10px;
}
.box.box-content-list-vh .col-2-list-item.first .text-lede {
  display: block;
  font-size: 1.25em;
  margin-bottom: 10px;
}
.box.box-content-list-vh .list-item.first {
  width: 33%;
  float: left;
}
@media screen and (max-width: 768px) {
  .box.box-content-list-vh .list-item.first {
    width: 100%;
  }
}
.box.box-content-list-vh .list-item.first h2 {
  padding-right: 20px;
}
.box.box-content-list-vh .list-item.first h3 {
  font-size: 1.65em;
  padding-right: 20px;
  margin-top: unset;
}
.box.box-content-list-vh .list-item.first .text-lede {
  padding-right: 20px;
}
.box.box-content-list-vh .list-item.first img {
  max-width: 100%;
  margin-bottom: 10px;
  padding-right: 20px;
}
.box.box-content-list-vh .list {
  display: block;
  width: 66%;
  padding-left: 20px;
  float: right;
  border-left: 1px solid #e3e3e3;
}
.box.box-content-list-vh .list .list-item h2 {
  font-size: 2em;
  margin-top: 0px;
}
.box.box-content-list-vh .list .list-item h3 {
  font-size: 1.25em;
  margin-top: 0px;
}
.box.box-content-list-vh .list .list-item {
  
}
.box.box-content-list-vh .list .list-item img {
  max-width: 33%;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .box.box-content-list-vh .list {
    width: 100%;
    border-left: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .box.box-content-list-vh .list .list-item img {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

/* Content: Side-by-Side */
.box.box-content-sbs .row {
  margin-bottom: 15px;
}
.box.box-content-sbs img {
  max-width: 100%;
  margin-right: 15px;
}
.box.box-content-sbs .caption.lower-right {
  margin-top: 5px;
}
.box.box-content-sbs h3 .single-story-head {
  font-size: 1.4em;
}

/* Display ads */

.wtimes .box-content-displayads img {
  max-height: 200px;
}
.box-content-displayads-large .ad.grid {
  background-color: #e3e3e3;
  overflow: hidden;
  margin-bottom: 15px;
}
.pk-section.section-3col .box-content-displayads-large .ad.grid {
  height: 182px;
}
.pk-section.section-4col .box-content-displayads-large .ad.grid {
  height: 200px;
}
.pk-section.section-5col .box-content-displayads-large .ad.grid {
  height: 202px;
}
.pk-section.section-6col .box-content-displayads-large .ad.grid {
  height: 246px;
}

/* E-edition */

.wtimes .box-eedition-default .photo img {
  padding: 3px;
  border: 1px solid #ccc;
}

/* Special sections */

.wtimes .box-specialsections-default .photo img {
  padding: 3px;
  border: 1px solid #ccc;
}

/* Top jobs */

.box-content-jobs .slider {
  height: 80px;
  margin-bottom: 10px;
}
.box-content-jobs .slider .tile {
  display: none;
  height: 80px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.box-content-jobs ul.ads li {
  margin-top: 7px;
  font-size: 1.1em;
  display: none;
}
.box-content-jobs .more {
  text-align: right;
  margin: 7px 0;
  font-size: 0.9em;
}
.box-content-jobs .more a {
  color: black;
  text-transform: uppercase;
}

/* Photo Panel Carousel */
#panel-carousel .item .photo img {
  /*max-height: 220px;*/
}
#panel-carousel {
  /*height: 220px;*/
  overflow: hidden;
}
#panel-carousel .carousel-inner {
  /*height: 220px;*/
  margin-top: 10px;
  padding: 0;
}
#panel-carousel .carousel-inner>.item>a>img,
#panel-carousel .carousel-inner>.item>img,
#panel-carousel .img-responsive,
#panel-carousel .thumbnail a>img,
#panel-carousel .thumbnail>img {
  max-width: 100%;
}
#panel-carousel .carousel-inner>.item>a>img,
#panel-carousel .carousel-inner>.item>img,
#panel-carousel .img-responsive,
#panel-carousel .thumbnail a>img,
#panel-carousel .thumbnail>img {
  max-width: 100%;
}
#panel-carousel .col-xs-1,
#panel-carousel .col-xs-10,
#panel-carousel .col-xs-11,
#panel-carousel .col-xs-12,
#panel-carousel .col-xs-2,
#panel-carousel .col-xs-3,
#panel-carousel .col-xs-4,
#panel-carousel .col-xs-5,
#panel-carousel .col-xs-6,
#panel-carousel .col-xs-7,
#panel-carousel .col-xs-8,
#panel-carousel .col-xs-9 {
  padding-left: 3px;
  padding-right: 3px;
}
/*.carousel-control {
  position: absolute;
    bottom: 0;
    width: 45px;
    height: 260px;
    font-size: 130px;
    color: #fff;
    text-align: center;
    margin-top: 85px;
    z-index: 99999999;
}
@media screen and (max-width: 992px) {
  .carousel-control {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-control {
    font-size: 98px;
    height: 155px;
  }
}
@media screen and (max-width: 600px) {
  .carousel-control {
    font-size: 75px;
    height: 110px;
  }
}
@media screen and (max-width: 480px) {
  .carousel-control {
    font-size: 52px;
    height: 75px;
    width: 25px;
  }
}
.panel-carousel-control.left {
  left: 0;
  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
}
.panel-carousel-control.right {
  right: 0;
  background-image: linear-gradient(to left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
}*/

/* Tiled Photos */
.box-content-tiles {
  padding: 0 0 25px 0;
  border: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #e3e3e3;
}
.large-tile {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  border: 2px solid #ffffff;
  background-color: #000000;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 992px) {
  .large-tile {
    height: 300px;
  }
}
.large-tile img {
  position: absolute;
  top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
  max-height: 100%;
  transition: all .2s ease-in-out;
}
.large-tile:hover img {
  transform: scale(1.15);
}
.large-tile:hover .tile-label {
  background-color: #CCD3F1;
  color: #000000;
  font-weight: 600;
  padding: 5px 10px 3px 30px;
  transform: scale(1.15);
}
.small-tile {
  position: relative;
  width: 100%;
  height: 225px;
  overflow: hidden;
  border: 2px solid #ffffff;
  background-color: #000000;
  background-size: cover;
  background-position: center center;
}
.small-tile.short {
  height: 150px;
}
@media screen and (max-width: 992px) {
  .small-tile {
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .small-tile {
    height: 300px;
  }
}
.small-tile img {
  position: absolute;
  top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
  max-height: 100%;
  transition: all .2s ease-in-out;
}
.small-tile:hover img {
  transform: scale(1.15);
}
.small-tile:hover .tile-label {
  background-color: #CCD3F1;
  color: #000000;
  font-weight: 600;
  padding: 5px 10px 3px 30px;
  transform: scale(1.15);
}
.left-col.col-md-3,
.center-col.col-md-6,
.right-col.col-md-3,
.col-sm-6,
.col-sm-12,
.col-xs-12 {
  /*padding: 0 !important*/;
}
.photo-head-wrap {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 75%);
  opacity: 0.75;
}
.photo-head {
  /*font-family: 'Libre Franklin', sans-serif;*/
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  position: absolute;
  z-index: 200;
  padding: 0 10px 5px 10px;
  bottom: 0;
}
.small-tile.short .photo-head {
  font-size: 15px;
}
@media screen and (max-width: 992px) {
  .photo-head {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .photo-head {
    font-size: 22px;
  }
}
.photo-head.large {
  font-size: 38px;
  padding: 0 10px 15px 10px;
}
@media screen and (max-width: 992px) {
  .photo-head.large {
    font-size: 22px;
  }
}
.tile-label {
  position: absolute;
  top: 15px;
  left: 0px;
  background-color: #000000;
  color: #CCD3F1;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
}
@media screen and (max-width: 992px) {
  .tile-label {
    font-size: 0.9em;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .tile-label {
    font-size: unset;
    top: 15px;
  }
}

/* ===== 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;
  overflow: hidden;
}
.hero-photo-container .label {
  position: absolute;
  display: block;
  top: 25px;
  padding: 5px 60px 5px 30px;
  color: #ca2029;
  background-color: #ffffff;
  text-align: left;
  z-index: 100;
}
.hero-photo-container .label.right {
  position: absolute;
  display: block;
  top: 25px;
  right: 0px;
  padding: 5px 60px 5px 30px;
  color: #ffffff;
  background-color: #ffffff;
  text-align: center;
  z-index: 100;
}
.hero-screen {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  /*background-color: #245B9C;*/
  background-color: rgba(4,50,104,0.7);
  /*opacity: 0.65;*/
}
.hero-lead-story {
  position: absolute;
  bottom: 25px;
  left: 30px;
  width: 47%;
  text-align: left;
  z-index: 100;
  float: left;
}
.hero-lead-story.right {
  position: absolute;
  bottom: 25px;
  left: unset;
  right: 40px;
  width: 47%;
  text-align: left;
  z-index: 100;
  float: left;
}
.hero-lead-story-1col {
  position: relative;
  top: 80px;
  left: 10px;
  width: 90%;
  margin: 0 0 90px 0;
  text-align: left;
}
.hero-lead-story.full {
  position: relative;
  top: 80px;
  left: 20px;
  width: 90%;
  margin: 0 0 90px 0;
  text-align: left;
}
.hero-lead-story h2 a,
.hero-lead-story-1col h3 a,
.large-lead-story h2 a {
  color: #ffffff;
  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: 7000px;
  background-color: #000;
  opacity: 0.65;
}
.hero-screen-heads-left {
  position: absolute;
  top: 0;
  left: 25px;
  width: 45%;
  /*height: 100%;*/
  height: 7000px;
  background-color: #000;
  opacity: 0.65;
}
.hero-screen-heads.flush-right {
  position: absolute;
  top: 0;
  right: 25px;
  width: 45%;
  background-color: #000;
  opacity: 0.65;
}
.hero-screen-heads.flush-left {
  position: absolute;
  top: 0;
  left: 25px;
  width: 45%;
  background-color: #000;
  opacity: 0.65;
}
.hero-screen-heads.full {
  position: relative;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 5px;
  background-color: #043268;
  opacity: 1.0;
}
.hero-screen-heads-full {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 5px;
  background-color: #043268;
  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;
}
.heads-on-screen {
  position: relative;
  display: block;
  top: 0;
  right: 25px;
  width: 45%;
  float: right;
  padding: 20px 0;
}
.heads-on-screen-left {
  position: relative;
  display: block;
  top: 0;
  left: 25px;
  width: 45%;
  float: left;
  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;
}
.heads-on-screen .box-link a,
.box-link-left a {
  color: #fff;
}
.box-link-left {
  margin-left: 25px !important;
}
.large-photo-container {
  position: absolute;
  width: 44%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center center;
  float: left;
}
.large-photo-container.small {
  position: absolute;
  width: 37%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center center;
  float: left;
}
.large-photo-container.right,
.large-photo-container.right.small {
  right: 0;
}
.large-screen-heads {
  position: relative;
  width: 56%;
  background-size: cover;
  background-position: center center;
  opacity: 1.0;
  float: right;
  z-index: 100;
}
.large-screen-heads.small {
  position: relative;
  width: 63%;
  background-size: cover;
  background-position: center center;
  opacity: 1.0;
  float: right;
  z-index: 100;
}
.large-screen-heads.left,
.large-screen-heads.left.small {
  float: left;
}
.large-screen-heads.wide {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 1.0;
  float: right;
  z-index: 100;
}
.screen {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(4,50,104,0.65);
  /*background-color: rgba(113,28,26,0.8);*/
}
.large-screen-heads h2 {
  padding-top: 15px;
}
.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;
}
.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;
  z-index: 9999;
}
.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;
}
.hero-photo img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.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;
}

/* ===== Lists with images ===== */
.list-item {
  display: block;
  padding: 5px 0 10px 0 !important;
  margin: 5px 0 10px 0 !important;
  /*font-family: 'PT Serif', serif;*/
  /*font-size: 1.2em;*/
}
.widget-image,
.widget-image {
  width: 25%;
  margin-right: 10px;
  float: left;
  clear: none;
}
.widget-image img {
  width: 100%;
  height: auto;
  float-left;
}
.widget-tease {
  float: left;
  clear: none;
}
.widget-tease.white {
  color: #fff;
  font-weight: 400;
}
.rule-below {
  display: block;
  padding: 10px 0 0 0;
  border-bottom: 1px solid #c9c9c9;
}

/* ========== GRID ========== */
.grid-item {
  padding: 7px;
  float: left;
  overflow: hidden;
}
.grid-item.col-5 {
  width: 20%;
}
.grid-item.col-4 {
  width: 25%;
}
.grid-item.col-3 {
  width: 33%;
}
.grid-item.col-2 {
  width: 50%;
}
.grid-item.col-1 {
  width: 100%;
}
.box-content-grid.no-copy .grid-item.col-5 {
  height: 230px;
}
.box-content-grid.no-copy .grid-item.col-4 {
  height: 220px;
}
.box-content-grid.no-copy .grid-item.col-3 {
  height: 230px;
}
.box-content-grid.no-photos .grid-item.col-5 {
  height: 230px;
}
.box-content-grid.no-photos .grid-item.col-4 {
  height: 220px;
}
.box-content-grid.no-photos .grid-item.col-3 {
  height: 230px;
}

@media screen and (max-width: 992px) {
  @media screen and (min-width: 480px) {
    .grid-item.col-5,
    .grid-item.col-4 {
      width: 33%;
      height: 445px;
    }
    .grid-item.col-3,
    .grid-item.col-2 {
      width: 50%;
    }
  }
}
@media screen and (max-width: 768px) {
  @media screen and (min-width: 480px) {
    .grid-item.col-5 {
      width: 50%;
      height: 300px;
    }
    .grid-item.col-4,
    .grid-item.col-1 {
      width: 50%;
    }
  }
}
@media screen and (max-width: 480px){
  .grid-item.col-5,
  .grid-item.col-4,
  .grid-item.col-3,
  .grid-item.col-2,
  .grid-item.col-1 {
    width: 100%;
  }
}
.grid-item .single-story-head {
  font-size: 20px;
  line-height: 27px;
}
.grid-item.col-1 .single-story-head {
  font-size: 16px;
  line-height: 16px;
}
@media screen and (max-width: 480px) {
  .grid-item.col-5 .photo-container {
    height: 175px;
  }
  .grid-item.col-1 .single-story-head {
    font-size: 20px;
    line-height: 25px;
  }
  .grid-item.col-1 .photo-container {
    height: 175px;
  }
  .grid-item.col-1 {
    height: 275px;
  }
}
.grid-item .photo-container {
  width: 100%;
  height: 175px;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-align: center;
}
.grid-item .photo-container img {
  max-height: 175px;
}
.pk-section.section-6col .grid-item.col-5 .photo-container,
.pk-section.section-3col .grid-item.col-2 .photo-container {
  height: 140px;
}
.pk-section.section-6col .grid-item.col-5 .photo-container img,
.pk-section.section-3col .grid-item.col-2 .photo-container img {
  max-height: 140px;
}
.pk-section.section-2col .grid-item.col-1 .photo-container {
  height: 175px;
}
.pk-section.section-2col .grid-item.col-1 .photo-container img {
  max-height: 175px;
}
.pk-section.section-1col .grid-item.col-1 .photo-container {
  height: 75px;
}
.pk-section.section-1col .grid-item.col-1 .photo-container img {
  max-height: 75px;
}
.grid-item .text-lede {
  font-size: 14px;
}

/* ========== QUOTE ========== */
.thought-quote {
  line-height: 1.1;
}
.thought-quote.small {
  line-height: 1.25;
}
.box-content-quote .photo {
  margin: 0 0 15px 0;
}
.box-content-quote .photo .float {
  max-width: 33.3% !important;
}

/* ========== TILED PHOTOS ========== */
.box-content-tiles {
    padding: 0;
    border: 0;
  }
  .large-tile {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    border: 2px solid #ffffff;
    background-color: #000000;
    background-size: cover;
    background-position: center center;
  }
  @media screen and (max-width: 992px) {
    .large-tile {
      height: 300px;
    }
  }
  .large-tile img {
    position: absolute;
    top: -9999px;
      bottom: -9999px;
      left: -9999px;
      right: -9999px;
      margin: auto;
    max-height: 100%;
    transition: all .2s ease-in-out;
  }
  .large-tile:hover img {
    transform: scale(1.15);
  }
  .large-tile:hover .tile-label {
    background-color: #f8e27d;
    color: #000000;
    font-weight: 600;
    padding: 5px 10px 3px 30px;
    transform: scale(1.15);
  }
  .small-tile {
    position: relative;
    width: 100%;
    height: 225px;
    overflow: hidden;
    border: 2px solid #ffffff;
    background-color: #000000;
    background-size: cover;
    background-position: center center;
  }
  .small-tile.short {
    height: 150px;
  }
  @media screen and (max-width: 992px) {
    .small-tile {
      height: 150px;
    }
  }
  @media screen and (max-width: 768px) {
    .small-tile {
      height: 300px;
    }
  }
  .small-tile img {
    position: absolute;
    top: -9999px;
      bottom: -9999px;
      left: -9999px;
      right: -9999px;
      margin: auto;
    max-height: 100%;
    transition: all .2s ease-in-out;
  }
  .small-tile:hover img {
    transform: scale(1.15);
  }
  .small-tile:hover .tile-label {
    background-color: #f8e27d;
    color: #000000;
    font-weight: 600;
    padding: 5px 10px 3px 30px;
    transform: scale(1.15);
  }
  .box-content-tiles .left-col.col-md-3,
  .box-content-tiles .center-col.col-md-6,
  .box-content-tiles .right-col.col-md-3,
  .box-content-tiles .col-sm-6,
  .box-content-tiles .col-sm-12,
  .box-content-tiles .col-xs-12 {
    padding: 0;
  }
  .photo-head-wrap {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 75%);
    opacity: 0.75;
  }
  .photo-head {
    /*font-family: 'Libre Franklin', sans-serif;*/
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    z-index: 200;
    padding: 0 10px 5px 10px;
    bottom: 0;
  }
  .small-tile.short .photo-head {
    font-size: 15px;
  }
  @media screen and (max-width: 992px) {
    .photo-head {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 768px) {
    .photo-head {
      font-size: 22px;
    }
  }
  .photo-head.large {
    font-size: 38px;
    padding: 0 10px 15px 10px;
  }
  @media screen and (max-width: 992px) {
    .photo-head.large {
      font-size: 22px;
    }
  }
  .tile-label {
    position: absolute;
    top: 15px;
    left: 0px;
    background-color: #000000;
    color: #f8e27d;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
  }
  @media screen and (max-width: 992px) {
    .tile-label {
      font-size: 0.9em;
      top: 0;
    }
  }
  @media screen and (max-width: 768px) {
    .tile-label {
      font-size: unset;
      top: 15px;
    }
  }

/* ========== FEATURED VIDEO WITH LIST ========== */
.more-videos {
  margin-top: 25px;
}
.video-item {
  padding-left: 25px;
}
.more-videos .headline {
  font-weight: bold;
}




  /* ========== MULTIPLE VIDEOS ========== */
.ytp-playlist-menu {
  /* display: block !important; */
}
.nopadding {
  padding: 0;
}
#video {
  margin: 0 0 10px 0;
}
#videoname {
  margin: 0 0 20px 0;
}
.videothumb {
  width: 185px;
  height: 170px;
  float: left;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.videothumb img {
  max-width: 100%;
}
.videothumb-vert {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  @media screen and (min-width: 480px) {
    .videothumb-vert {
      width: 46% !important;
      float: left;
      margin: 0 5px;
    }
  }
}
.vertical {
  overflow: hidden;
}
.video-container {
  width: 100%;
  background-color: #e3e3e3;
  padding: 10px;
}
.thumbs-container-vert {
  height: 480px;
  overflow-x: hidden;
}
.thumbs-container {
  height: 190px !important;
  overflow-y: hidden;
}
.hscroll {
  overflow-x: scroll;
}
.vscroll {
  overflow-y: scroll;
}
.thumbs-container.hscroll::-webkit-scrollbar-track,
.thumbs-container-vert.vscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.thumbs-container.hscroll::-webkit-scrollbar,
.thumbs-container-vert.vscroll::-webkit-scrollbar {
  width: 12px;
  border-radius: 10px;
  background-color: #F5F5F5;
}

.thumbs-container.hscroll::-webkit-scrollbar-thumb,
.thumbs-container-vert.vscroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #D62929;
}
/* ======== END MULTIPLE VIDEOS ======== */

.pk-section.section-6col .box-multivote-default button {
  font-size: 1.5em;
  padding-left: 30px;
  padding-right: 30px;
}
.pk-section.section-5col .box-multivote-default button {
  font-size: 1.25em;
  padding-left: 20px;
  padding-right: 20px;
}
.pk-section.section-4col .box-multivote-default button {
  font-size: 1.0em;
  padding-left: 20px;
  padding-right: 20px;
}
.pk-section.section-3col .box-multivote-default button {
  font-size: 1.0em;
  padding-left: 20px;
  padding-right: 20px;
}

/* ===== SUBSCRIBE WIDGET ===== */
 .box.box-subscribe-info .subscribe-wrapper {
  display: table;
  width: 100%;
  padding: 0 50px;
}
 .box.box-subscribe-info .cta {
  display: table-cell;
  vertical-align: middle;
  width: 68%;
}
 .box.box-subscribe-info .cta h1 {
  margin-bottom: 40px;
}
 .box.box-subscribe-info .rates {
  display: table-cell;
  background-color: #ffffff;
  padding: 30px;
  width: 32%;
}
 .box.box-subscribe-info .rate-item {
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #e3e3e3;
  margin: 0 0 5px 0;
}
 .box.box-subscribe-info .rate-item:last-child {
  border-bottom: 0;
}
 .box.box-subscribe-info .rate-item a:hover {
  text-decoration: none;
}
 .box.box-subscribe-info .rate-item h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
 .box.box-subscribe-info .rate-item h5 {
  font-size: 15px;
  font-weight: 600;
}
 .box.box-subscribe-info .rate-item p {
  font-size: 14px;
}

/* Photo panel carousel rewritten */

.box-content-image-carousel .scroller {
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
  font-size: 2.5em;
}
.box-content-image-carousel .nav {
  width: 35px;
  top: 0;
  position: absolute;
  color: #bbb;
  cursor: pointer;
  margin-top: 50px;
}
.box-content-image-carousel .nav:hover {
  color: #888;
}
.section-1col .box-content-image-carousel .nav {
  margin-top: 40px;
}
.box-content-image-carousel .nav.prev {
  left: 0;
}
.box-content-image-carousel .nav.prev i {
  display: none;
}
.box-content-image-carousel .nav.next {
  right: 0;
}
.box-content-image-carousel .scroller {
  margin-top: 7px;
}
.box-content-image-carousel .scroller .frame {
  display: none;
}
.box-content-image-carousel .scroller .frame:first-child {
  display: block;
}
.box-content-image-carousel .tile {
  max-height: 150px;
  overflow: hidden;
  margin-left: 2.5%;
  float: left;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .section-1col .box-content-image-carousel .tile {
    margin-left: 0;
  }
  .section-2col .box-content-image-carousel .tile {
    width: 40%;
  }
  .section-3col .box-content-image-carousel .tile {
    width: 30%;
  }
  .section-4col .box-content-image-carousel .tile {
    width: 21%;
  }
  .section-5col .box-content-image-carousel .tile {
    width: 17%;
  }
  .section-6col .box-content-image-carousel .tile {
    width: 14%;
    margin-left: 2%;
  }
}
@media only screen and (max-width : 768px) {
  .box-content-image-carousel .tile {
    width: 40% !important;
    margin-bottom: 10px;
    height: 105px !important;
  }
}
.box-classified-index-default .landing-content {

  margin-bottom: 10px;
}
.box-classified-index-default .landing-content a {
  font-size: 110%;
}
.box-classified-index-default li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.75;
}
.box-classified-index-default li a {
  color: #666;
}
.box-classified-index-default ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 15px;
}
.box-classified-index-default ul li.viewmore {
  float: right;
}
.box-classified-index-default .margins {
  margin-bottom: 20px;
}
.box-classifieds-list .item {
  display: block;
  padding-bottom: 7px;
  border-bottom:  1px solid #e3e3e3;
  margin-bottom: 7px;
}
.box-classifieds-list .item .category {
  display: block;
  margin-bottom: 5px;
  font-size: 1.25em;
  font-weight: 700;
}
.box-classifieds-list .item a.head {
  color: #000000;
  font-size: 19px;
}
.box-classifieds-list .item .when {
  color: #666;
  margin: 5px 0;
}



  