/* ===========================
 * Publication section
 * =========================== */


 .pub-article__header {
    display: block !important;
  }

  .pub-article__image {
    text-align: center;
  }
  .pub-article__image img {
    width: auto;
    height: 300px;
  }



.pub-callout__tabs {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 22;
}
.pub-callout__tabs .nav-tabs > li.active > a,
.pub-callout__tabs .nav-tabs > li.active > a:focus,
.pub-callout__tabs .nav-tabs > li.active > a:hover {
  background: #c34202;
  color: #fff;
  border: 1px solid #c34202;
  cursor: pointer;
}
.pub-callout__tabs .tab-content {
  background: #c34202;

}
.pub-callout__tabs .tab-content .tab-pane {
  position: relative;
  min-height: 22px;
  padding: 30px 48px;
}
.pub-callout__tabs .tab-content .tab-pane#pub-editions {
  padding: 78px 48px;
}
.pub-callout__tabs .nav-tabs {
  border-bottom: 0;
}
.pub-callout__tabs .nav-tabs > li + li {
  padding-left: 12px;
}
.pub-callout__tabs .nav-tabs > li > a {
  font-size: 20px;
  background: transparent;
  color: #000;
  border: 1px solid #b3b3b3;
  border-bottom: 0;
  padding: 6px 25px;
  margin-right: 0;
  border-radius: 12px 12px 0 0;
}
.pub-callout__tabs .nav-tabs > li > a:hover {
  color: #fff;
  border-color: #c34202;
  background: #c34202;
}
.pub-callout__tabs .pub-module {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pub-callout__tabs .pub-module .pub-module__col {
  width: 33.33%;
  padding: 0 17px;
}
.pub-callout__tabs .pub-module .pub-module__col img {
  max-width: 199px;
  max-height: 267px;
  width: 100%;
  height: 100%;
}
.pub-callout__tabs .pub-module input[type=text] {
  background: rgba(255, 255, 255, 0.5);
  height: 57px;
  border: 0;
  color: #000;
  font-size: 16px;
  border-radius: 12px;
  padding-left: 25px;
  padding-right: 25px;
}
.pub-callout__tabs .pub-module .btn {
  height: 57px;
  background: #fff;
  color: #000;
  font-size: 20px;
  border-radius: 12px;
  padding-left: 50px;
  padding-right: 50px;
}
.pub-callout__tabs .pub-module .btn:hover, .pub-callout__tabs .pub-module .btn:focus {
  background: #993d00;
  color: #fff;
}
.pub-callout__tabs .pub-module a {
  line-height: 16px;
  color: #fff;
}
.pub-callout__tabs .pub-module a:hover, .pub-callout__tabs .pub-module a:focus {
  color: #fff;
}
.pub-callout__tabs .tab-pane#pub-editions .pub-module {
  align-items: flex-start;
}
.pub-callout__tabs .tab-pane#pub-month {
  padding: 0;
}
.pub-callout__tabs .control input:checked ~ .control__indicator {
  background: #fff;
}
.pub-callout__tabs .control:hover input:not([disabled]):checked ~ .control__indicator,
.pub-callout__tabs .control input:checked:focus ~ .control__indicator {
  background: #fff;
}
.pub-callout__tabs .control:hover input ~ .control__indicator {
  background: #fff;
}
.pub-callout__tabs .control--radio .control__indicator:after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #939393;
}
.pub-callout__tabs .control__indicator {
  border: 0;
  border-radius: 50%;
  top: 2px;
}
.pub-callout__tabs .control {
  font-weight: 400;
  color: #fff;
}

.pub-article__meta {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cacaca;
}
.pub-article__meta > li {
  display: inline-block;
  vertical-align: top;
}
.pub-article__meta > li > span {
  margin-left: 5px;
}
.pub-article__meta > li + li {
  margin-left: 15px;
}

.pub-tab-close {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.pub-tab-close img {
  width: 30px;
  height: 30px;
}

.pub-module input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  font-style: italic;
}

.pub-module input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-style: italic;
}

.pub-module input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-style: italic;
}

.pub-module input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-style: italic;
}

.pub-callout {
  position: relative;
  margin-bottom: 63px;
}

.pub-callout__carousel {
  position: relative;
  top: 63px;
}
.pub-callout__carousel .slick-prev,
.pub-callout__carousel .slick-next {
  width: 44px;
  height: 44px;
  z-index: 20;
}
.pub-callout__carousel .slick-prev {
  left: 5px;
}
.pub-callout__carousel .slick-next {
  right: 5px;
}
.pub-callout__carousel .slick-prev:before {
  border: 0;
  background-image: url("../images/icon-back.png");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.pub-callout__carousel .slick-next:before {
  border: 0;
  background-image: url("../images/icon-forward.png");
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.pub-callout__slide {
  position: relative;
}
.pub-callout__slide img {
  width: 100%;
  height: 438px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.pub-callout__title {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 13px 20px;
  background: rgba(255, 102, 0, 0.7);
}
.pub-callout__title:hover, .pub-callout__title:focus {
  background: #c34202;
}
.pub-callout__title span {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 32px;
}

.pub-gallery {
  padding-top: 40px;
}

.pub-cat + .pub-cat {
  margin-top: 40px;
}

.pub-cat__title {
  color: #000;
  background: #bdbdbd;
  padding: 10px 20px;
  font-size: 24px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.pub-cat__body {
  padding: 20px 20px 0 20px;
  background: #ececec;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.pub-entry {
  padding-bottom: 20px;
}
.pub-entry::after {
  content: "";
  display: table;
  clear: both;
}

.pub-entry__image {
  float: left;
  width: 150px;
  height: 150px;
}
.pub-entry__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.pub-entry__content {
  float: left;
  padding-left: 10px;
  width: calc(100% - 150px);
}

.pub-entry__title {
  font-size: 16px;
  margin-bottom: 10px;
}

.pub-entry__desc {
  font-size: 14px;
  line-height: 16px;
}

/* Articles */
.pub-article {
  margin-top: 130px;
}
.pub-article blockquote {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  text-align: center;
  padding: 15px 0;
  color: #00853e;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
}
.pub-article blockquote p {
  line-height: 30px;
}

.pub-article__byline {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c8c8c8;
}

.pub-article__cat {
  margin-bottom: 12px;
  color: #fff;
  text-transform: uppercase;
  background: #000;
  font-size: 18px;
  display: inline-block;
  padding: 5px 8px 6px 8px;
  line-height: 1;
}

.pub-article__titles h1, .pub-article__titles h3, .pub-article__titles .h1 {
  color: #00853e;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 5px;
}
.pub-article__titles span {
  font-size: 20px;
}

.pub-article__nav {
  margin-bottom: 18px;
}

.pub-module h4 {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.pub-article__pager {
  text-align: right;
}
.pub-article__pager > a {
  color: #000;
  text-transform: uppercase;
}
.pub-article__pager > a span {
  margin-right: 5px;
}
.pub-article__pager > a img {
  height: 35px;
  transition: 0.2s all linear;
}
.pub-article__pager > a:hover img, .pub-article__pager > a:focus img {
  transform: scale(1.5);
}

.pub-article__image {
  margin-bottom: 35px;
}
.pub-article__image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.pub-article__image figcaption {
  font-size: 14px;
  font-style: italic;
  margin-top: 5px;
}

.pub-article__content p {
  line-height: 1.25em;
  margin-bottom: 20px;
}
.pub-article__content img {
  margin-bottom: 20px;
}
.pub-article__content h1, .pub-article__content h2, .pub-article__content h3, .pub-article__content h4, .pub-article__content h5, .pub-article__content h6 {
  margin-bottom: 20px;
}

.pub-article__intro {
  font-size: 20px;
  color: #777;
  line-height: normal;
  font-style: italic;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cacaca;
}
.pub-article__intro p {
  line-height: 1.25em;
  margin: 0;
}

/* Responsive (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .pub-article__meta > li {
    display: block;
  }
  .pub-article__meta > li + li {
    margin-left: 0px;
    margin-top: 5px;
  }

  .pub-entry__image {
    width: 80px;
    height: 80px;
  }

  .pub-entry__content {
    width: calc(100% - 80px);
  }

  .pub-callout {
    margin-bottom: 0;
  }

  .pub-callout__tabs {
    position: static;
  }

  .pub-callout__tabs .nav-tabs > li {
    float: none;
  }

  .pub-callout__tabs .nav-tabs > li + li {
    padding-left: 0;
  }

  .pub-callout__carousel {
    top: 0;
  }

  .pub-callout__tabs .nav-tabs > li > a {
    font-size: 18px;
    padding: 9px 12px;
    border-radius: 0;
  }

  .pub-callout__tabs .tab-content .tab-pane {
    min-height: 0;
  }

  .pub-callout__tabs .tab-content {
    border-top-right-radius: 0;
  }

  .pub-callout__tabs .pub-module .pub-module__col {
    width: 100%;
    padding: 0;
  }
  .pub-callout__tabs .pub-module .pub-module__col + .pub-module__col {
    padding-top: 10px;
  }

  .pub-callout__tabs .pub-module .pub-module__col img {
    max-width: 130px;
  }

  .pub-callout__tabs .pub-module {
    flex-wrap: wrap;
    align-items: center;
  }

  .pub-callout__tabs .tab-content .tab-pane {
    padding: 50px 20px 20px 20px;
  }

  .pub-callout__tabs .tab-content .tab-pane#pub-editions {
    padding: 50px 20px 20px 20px;
    text-align: center;
  }

  .pub-callout__slide img {
    height: 260px;
  }

  .pub-callout__title {
    padding: 8px 13px;
  }
  .pub-callout__title span {
    font-size: 18px;
  }

  .pub-article {
    margin-top: 20px;
  }

  .pub-callout.m-0 .pub-callout__tabs .nav-tabs > li:last-of-type > a {
    border-bottom: 1px solid #b3b3b3;
  }

  .pub-article__titles {
    margin-bottom: 10px;
  }
  .pub-article__titles h1 {
    font-size: 30px;
  }

  .pub-article__image img {
    height: auto;
  }
}