/*------------------------------------*\
    $PAGE
\*------------------------------------*/
.section-nav {
  font-weight: bold;
  border-bottom: 1px solid #d6d6d6;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}
.section-nav li {
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  padding: 6px 12px;
}
.section-nav li a:hover {
  color: #0a2345;
}
.section-nav li:first-child {
  font-size: 28px;
  line-height: 28px;
  color: #3355ba;
}

.block h2 {
  margin-bottom: 20px;
}
.block h3 {
  margin-bottom: 8px;
}
.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 .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 .category.c4 {
  background-color: #7b44a9;
}
.block article {
  padding-bottom: 10px;
}

.feature.top {
  text-align: center;
}
.feature.top .subtitle {
  color: #234582;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  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;
}
@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;
}
.subfeature.bottom {
  margin-top: 30px;
}
.subfeature.bottom li {
  border-top: 1px solid #d6d6d6;
  padding-top: 20px;
}

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

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

.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;
  }
}
.pager {
  color:#565656;
  font-size:16px;
  line-height:36px;
  padding-top:20px;
  padding-bottom:30px;
  text-align:center;
}
.pager li {
  display:inline-block;
}
.pager a,
.pager span {
  display:block;
  padding:7px;
}
.pager .current {
  font-weight:bold;
  color:#6b8cec;
}
.pager a:hover {
  font-weight:bold;
}
.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;
}
.subfeature.archive {
  margin-top:0;
}
.subfeature.archive li:first-child {
  border-top:none;
  padding-top:0;
}
