/*------------------------------------*\
    $PAGE
\*------------------------------------*/
.block-title {
  color: #234582;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .col-r {
    position: relative;
  }
  .col-r::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #d6d6d6;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flex-md .col-r::before {
    content: none;
  }
}

.block {
  overflow: hidden;
}
.block.bb {
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 25px;
}
.block h2 {
  margin-bottom: 20px;
}
.block h3 {
  margin-bottom: 8px;
}
.block h5 {
  margin-bottom: 10px;
}
.block h6 {
  margin-bottom: 4px;
}
.block summary {
  color: #333;
  margin-bottom: 20px;
}
.block .author {
  font-weight: 700;
  color: #555;
}
.block .related {
  font-weight: 800;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 20px;
}
.block .related li {
  border-top: 1px solid #d6d6d6;
  padding-top: 10px;
  padding-bottom: 10px;
}
.block .related a {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block .related a:hover {
  color: #234582;
}
.block figure {
  position: relative;
  margin-bottom: 20px;
}
.block figure a {
  display: block;
}
.block .category {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #234582;
  color: white;
  font-weight: 800;
  padding: 5px 10px;
}
.block .category.c1 {
  background-color: #7392cf;
}
.block .category.c2 {
  background-color: #71aeb9;
}
.block .category.c3 {
  background-color: #d78741;
}
.block article {
  padding-bottom: 10px;
}

.listing {
  padding-bottom: 15px;
}
.listing li {
  padding-top: 15px;
  border-top: 1px solid #d6d6d6;
}
.listing li:first-child {
  border-top: 0;
  padding-top: 0;
}
.listing figure {
  position: relative;
  float: right;
  width: 113px;
  margin-left: 20px;
}
.listing .count {
  width: 30px;
  height: 30px;
  background-color: #234582;
  color: white;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature.top {
  text-align: center;
}
.feature.top .subtitle {
  color: #234582;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-top: 3px;
  margin-bottom: 10px;
}
.feature.top summary {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 11px;
}

.subfeature h3 {
  margin-bottom: 15px;
}
.subfeature figure {
  float: left;
  width: 50%;
  max-width: 188px;
  margin-right: 20px;
}
.subfeature article {
  margin-bottom: 20px;
}
.subfeature.top {
  border-top: 3px solid #f1f1f1;
  border-bottom: 3px solid #4a68a4;
  padding-top: 20px;
  margin-bottom: 30px;
}
.subfeature.top h3 {font-size: 23px; line-height: 26px;}
.subfeature.list h5 {margin-bottom: 8px;}
.slider-item h5, .multimedia h5, .section h5 {font-size: 16px; line-height: 21px;}
.block.mid h5 {font-size: 17px; line-height: 22px;}
@media only screen and (min-width: 768px) {
  .subfeature.top article.col-sm-6 {
    border-left: 1px solid #d6d6d6;
  }
  .subfeature.top article.col-sm-6:first-of-type {
    border-left: 0;
  }
}
.subfeature.list li {
  border-top: 1px solid #d6d6d6;
  padding-top: 20px;
}
.subfeature.list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.slider {
  margin-left: -13px;
  margin-right: -13px;
}
.slider-item {
  padding-left: 13px;
  padding-right: 13px;
}

.slick-arrow {
  cursor: pointer;
  display: inline-block;
  width: 16px;
}
.slick-arrow.next {
  text-align: right;
}
.breaking_news {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  border: 0 none;
  list-style: none outside none;
  display: block;
  padding: 0 5px;
  margin-right: 5px;
  background-color: #f1f1f1;
  color: #4791c0;
  width:36px;
  float:left;
}
.trot {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
}
.trot label {
  display: block;
  padding: 0 5px;
  margin-right: 9px;
  background-color: #f1f1f1;
  color: #4791c0;
}
.trot a:hover {
  text-decoration: underline;
}

.opinion {
  padding-bottom: 10px;
}
.opinion li {
  padding-top: 20px;
  padding-bottom: 5px;
  border-top: 1px solid #d6d6d6;
}
.opinion li:first-child {
  border-top: 0;
  padding-top: 0;
}
.opinion figure {
  float: right;
  width: 76px;
  border-radius: 50%;
  margin-left: 20px;
  overflow: hidden;
}
.opinion .author {
  color: #555;
}

main .bn {
  text-align: center;
  padding-bottom: 25px;
}

.newspaper {
  line-height: 24px;
  padding-top: 5px;
}
.newspaper time {
  display: block;
}
.newspaper .info a {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 700;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.newspaper .info a:hover {
  color: #234582;
  border-width: 0;
}
.newspaper figure {
  text-align: center;
}
.newspaper figure img {
  width: auto;
}

.bn-wrap {
  padding-bottom: 25px;
  margin-left: -3px;
  margin-right: -3px;
}
.bn-wrap a {
  padding: 3px;
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .bn-wrap a {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .bn-wrap a {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .bn-wrap a img {
    width: 100%;
  }
}

.mid {
  border-top: 3px solid #4b69a5;
  margin-top: 29px;
  padding-top: 24px;
}
.mid .block-title {
  color: #3355ba;
}

.multimedia {
  background-color: black;
  color: white;
  padding-top: 24px;
  padding-bottom: 24px;
}
.multimedia figure {
  position: relative;
}
.multimedia figure .genericon-play {
  cursor: inherit;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  font-size: 24px;
  line-height: 30px;
  text-indent: 3px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.multimedia figure:hover {
  background-color: #234582;
}
.multimedia figure:hover img {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: .4;
}
.multimedia .col-l {
  text-align: center;
}
.multimedia .col-l h4 {
  margin-bottom: 10px;
}
.multimedia .col-l figure {
  margin-bottom: 20px;
}
.multimedia .col-l figure .genericon-play {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 42px;
  border-width: 4px;
}
.multimedia .col-r::before {
  background-color: #2b2b2b;
}
.multimedia .listing2 li {
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .multimedia .listing2 li:first-child {
    padding-top: 0;
  }
}
.multimedia .listing2 figure {
  float: left;
  width: 128px;
  margin-right: 20px;
}
.multimedia .listing2 figure .genericon-play {
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 20px;
  border-width: 2px;
  text-indent: 1px;
}
.multimedia .block-title .text {
  color: white;
}
.multimedia .block-title .genericon-play {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 22px;
  border-width: 1px;
  border-style: solid;
  text-indent: 2px;
  margin-right: 7px;
}
.multimedia article figure {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .multimedia article {
    padding-top: 20px;
  }
  .multimedia article figure {
    float: left;
    width: 128px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .multimedia article figure .genericon-play {
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 20px;
    border-width: 2px;
    text-indent: 1px;
  }
  .multimedia article h4 {
    font-size: 15px;
    line-height: 24px;
  }
}

.section {
  padding-top: 20px;
}
.section .container-fluid {
  position: relative;
}
.section .container-fluid::before {
  content: "";
  display: block;
  background-color: #d6d6d6;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}
.section:last-of-type .container-fluid::before {
  content: none;
}
.section .listing li:first-child {
  padding-top: 0;
}
.section .listing figure {
  width: 200px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .section article {
    padding-top: 15px;
    padding-bottom: 0;
    border-bottom: 1px solid #d6d6d6;
  }
  .section article figure {
    float: right;
    width: 200px;
    margin-left: 20px;
    margin-bottom: 15px;
  }
  .section article h6 {
    font-size: 15px;
    line-height: 24px;
  }
  .section .listing li:first-child {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .section .flex-sm .col-sm-6:nth-of-type(1) {
    padding-right: 12px;
  }
  .section .flex-sm .col-sm-6:nth-of-type(2) {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .section .container-fluid {
    padding-bottom: 30px;
  }
  .section .listing {
    padding-bottom: 0;
  }
  .section .listing summary {
    margin-bottom: 15px;
  }
}
.more-headlines {
  font-weight:800;
  font-size:16px;
  padding-bottom:15px;
}
.more-headlines li {
  padding-top:10px;
}
.more-headlines li::before {
  display:inline-block;
  vertical-align:middle;
  content:"\f428";
  font-weight:normal;
  font-family:"Genericons";
  color:#959aa0;
  margin-right:8px;
}
.more-headlines a:hover {
  color: #234582;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}