/* reset boostrap css */

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #0e7b49;
  text-decoration: none;
}

button:focus,
*:focus {
  outline: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ol,
ul {
  margin-bottom: 0;
  padding-left: 0;
}

summary,
ul li {
  list-style: none;
}

figure {
  margin-bottom: 0;
}

figure img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-weight: bold;
}

h2 {
  font-size: 34px;
  line-height: 35px;
}

h3 {
  font-size: 20px;
  line-height: 25px;
}

h4 {
  font-size: 18px;
  line-height: 22px;
}

h5 {
  font-size: 15px;
  line-height: 20px;
}


/* styling */

.container-fluid {
  max-width: 1200px;
}

body {
  color: rgba(10, 10, 10, .8);
  font: 13px/18px "HelveticaNeue", Helvetica, sans-serif;
  position: relative;
}

main {
  padding-top: 13px;
}


/* header */

.ph {
  border-top: 5px solid black;
  border-bottom: 1px solid #cccccc;
}

.ph .top {
  background-color: #0e7b49;
  color: white;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ph li {
  display: inline-block;
  font-weight: bold;
  margin-right: 20px;
}

.ph .top li:last-child {
  margin-right: 0;
}

.ph .top a:hover {
  color: rgba(255, 255, 255, .8);
}

.ph .bottom {
  color: rgba(0, 0, 0, .6);
}

.ph .bottom .container-fluid>div {
  min-height: 45px;
}

.ph .logo {
  font-size: 14px;
}

.ph .logo a {
  display: inline-block;
}

.ph .logo span {
  display: inline-block;
  width:275px;
  height:18px;
  background: url(../images/logo-NatureWnews1.svg) center / contain no-repeat;
  vertical-align: text-bottom;
}

.ph .meta {
  text-transform: uppercase;
}

.ph .social {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  background-color: #0e7b49;
  margin-left: 10px;
}

.ph .social:hover {
  background-color: rgba(24, 129, 81, .7);
}

.ph .social-facebook {
  background-image: url(../images/social_facebook.svg);
}

.ph .social-twitter {
  background-image: url(../images/social_twitter.svg);
}

.ph .icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ph .icon-search {
  background-image: url(../images/icon_search2.svg);
  background-size: 22px;
}

.ph .icon-menu {
  background-image: url(../images/icon_menu.svg);
}

.showSearch .ph .icon-search,
.showMenu .ph .icon-menu {
  background-image: url(../images/icon_close.svg);
  background-size: 28px;
}

.ph .trending {
  text-transform: uppercase;
  font-size: 14px;
  color: black;
}

.ph .trending strong {
  color: #0e7b49;
  margin-right: 20px;
}

.ph .trending a:hover {
  color: rgba(0, 0, 0, .6);
}

input {
  border-radius: 0;
  font-size: 14px;
}

.form-text {
  border: 1px solid #ccc;
  background-color: white;
  color: #575958;
  text-indent: 5px;
  width: 100%;
  margin: 0;
}

.form-submit {
  border: 0;
  background-color: #0e7b49;
  color: white;
  width: 90px;
  text-align: center;
  text-transform: uppercase;
}

.form-submit:hover {
  background-color: black;
}

.searchform .form-submit {
  padding-left: 10px;
  padding-right: 10px;
}

.searchform {
  position: relative;
  display: inline-block;
}

.searchform form {
  position: absolute;
  top: 0;
  right: 32px;
  width: 0;
  overflow: hidden;
  transition: 0.3s;
}

.searchform input {
  height: 32px;
}

.showSearch .searchform form {
  width: 290px;
}

@media (min-width: 576px) {
  .ph .logo span {
    width: 360px;
    height: 31px;
  }
  .ph .icon-search {
    margin-left: 15px;
  }
}

@media (min-width:768px) {
  .ph .logo span {
    width: 402px;
    height: 26px;
    margin-top:3px;
  }
  .ph .bottom {
    padding-top: 28px;
    padding-bottom: 18px;
  }
  .ph .trending {
    padding-top: 25px;
  }
  .ph .icon-menu {
    display: none;
  }
  .scrollHeader .ph .icon-menu {
    display: inline-block;
  }
  .scrollHeader {
    padding-top: 50px;
  }
  .scrollHeader .ph {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: white;
  }
  .scrollHeader .ph .top {
    position: fixed;
    z-index: 10;
    top: 50px;
    right: 0;
    height: calc(100vh - 50px);
    width: 290px;
    transform: translateX(100%);
  }
  .scrollHeader.showMenu .ph .top {
    transform: translateX(0);
    transition: 0.3s;
  }
  .scrollHeader .ph .top li {
    display: block;
    margin-right: 0;
  }
  .scrollHeader .ph .top li a {
    display: block;
    padding: 10px 15px;
  }
  .scrollHeader .ph .top li a:hover {
    background-color: white;
    color: #0e7b49;
  }
  .scrollHeader .ph .top .container-fluid {
    padding: 0;
  }
  .scrollHeader .ph .bottom {
    padding: 0;
  }
  .scrollHeader .ph .logo span {
    width: 300px;
    height: 26px;
  }
  .scrollHeader .ph .trending {
    display: none!important;
  }
}

@media (min-width:992px) {
  .ph .logo span {
    margin-right: 37px;
  }
}

@media (max-width: 991px) {
  .ph .logo,
  .ph .meta {
    font-size: 0;
  }
  .ph .logo span {
    vertical-align: middle;
  }
  .ph .logo span {
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 50px;
  }
  .ph {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: white;
  }
  .ph .top {
    position: fixed;
    z-index: 10;
    top: 50px;
    right: 0;
    height: calc(100vh - 50px);
    width: 290px;
    transform: translateX(100%);
  }
  .showMenu .ph .top {
    transform: translateX(0);
    transition: 0.3s;
  }
  .ph .top li {
    display: block;
    margin-right: 0;
  }
  .ph .top li a {
    display: block;
    padding: 10px 15px;
  }
  .ph .top li a:hover {
    background-color: white;
    color: #0e7b49;
  }
  .ph .top .container-fluid {
    padding: 0;
  }
}

@media (max-width:575px) {
  .ph .social {
    display: none;
  }
}


/* homepage */

div.block-title {
  font-weight: bold;
  font-size: 16px;
  color: #16463a;
  text-transform: uppercase;
}

div.block-title2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #0e7b49;
  border-top: 2px solid #108650;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
}

div.category {
  color: #0e7b49;
  font-weight: bold;
  text-transform: uppercase;
}

div.byline {
  font-weight: 300;
}

div.byline .author {
  font-weight: 600;
}

.news-items figure {
  margin-bottom: 10px;
}

.news-items figure.float-left {
  margin-right: 10px;
  margin-top: 4px;
}

.news-items .feature figure {
  margin-bottom: 0;
}

.news-items .feature .info {
  background-color: #1d2e33;
  color: white;
  padding: 22px 25px 28px;
}

.news-items .feature .category {
  text-transform: none;
  color: inherit;
  margin-bottom: 8px;
}

.news-items .feature h2 {
  color: inherit;
  padding-bottom: 4px;
}

.news-items h3 {
  padding-top: 2px;
  padding-bottom: 3px;
}

.news-items .feature .byline {
  color: rgba(255, 255, 255, .62);
  margin-bottom: 10px;
}

.news-items .feature summary {
  line-height: 20px;
}

.news-items .feature a:hover {
  color: rgba(255, 255, 255, .8);
}

.news-items li {
  margin-top: 15px;
  padding-top: 15px;
}

.news-items .feature {
  margin-top: 0;
  padding-top: 0;
}

.news-items.s1 li {
  border-top: 1px solid #e9e9e9;
}

.news-items h4 {
  padding-top: 4px;
  padding-bottom: 2px;
}

.news-items.s2 li {
  margin-top: 10px;
}
.news-items.s4 li {
  border-top: 1px solid #e9e9e9;
}
.section-top .news-items.s4 li:first-child {
  border-top:0;
}
@media (min-width:992px) {
  .news-items.s4 li {
    padding-top:25px;
    margin-top:25px;
  }
  .section-top .news-items.s4 li:first-child {
    padding-top:25px;
  }
}
.news-items.s4 figure {
  width:30%;
}
.page-middle {
  padding-top:10px;
  padding-bottom:60px;
}
.section-bottom {
  margin-bottom:35px;
}
.featured-news {
  padding-bottom: 23px;
}

.featured-news li {
  margin-bottom: 20px;
}

.featured-news figure {
  margin-bottom: 10px;
}

.featured-news .category {
  margin-bottom: 8px;
}

.dont-miss {
  padding-bottom: 10px;
}

.dont-miss li {
  margin-bottom: 30px;
}

.dont-miss figure {
  width: 45%;
  max-width: 178px;
  margin-right: 15px
}

.latest-articles .news-items li:first-child,
.news-items.s3 li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.loadmore {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid #e9e9e9;
  margin-top: 15px;
}

.loadmore span {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 31px;
  text-transform: uppercase;
  color: white;
  background-color: #0b7a47;
  padding-left: 23px;
  padding-right: 23px;
}

.loadmore span:hover {
  background-color: black;
}

.news-items.s3 {
  padding-bottom: 30px;
  counter-reset: my-awesome-counter;
}

.news-items.s3 li {
  border-top: 1px solid #e9e9e9;
  counter-increment: my-awesome-counter;
}

.news-items.s3 li:first-child {
  border-top: 0;
}

.news-items.s3 figure {
  max-width: 98px;
  margin-right: 17px;
  margin-bottom:4px;
}
.news-items.s3 figure a {
  display:block;
  position:relative;
}
.news-items.s3 figure a::before {
  content: counter(my-awesome-counter);
  width:23px;
  height:23px;
  display:block;
  position:absolute;
  bottom:0;
  left:0;
  color:white;
  background-color:#0c7b48;
  font-weight:bold;
  font-size:15px;
  line-height:23px;
  text-align:center;
}

.news-items.s3 h5 {
  margin-bottom: 0;
}

.lets-connect {
  padding-bottom: 20px;
}

.connect {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 6px;
}

.connect a:hover {
  color: inherit;
}

.connect a>span {
  height: 64px;
}

.connect .icon {
  display: block;
  width: 64px;
  height: 64px;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}

.connect-facebook {
  background-color: #3d5b96;
  color: white;
}

.connect-facebook:hover {
  background-color: #4f6aa3;
}

.connect-facebook:hover .icon {
  background-color: #455d8f;
}

.connect-twitter {
  background-color: #2aa3ef;
  color: white;
}

.connect-facebook .icon {
  background-color: #365084;
  background-image: url(../images/social_facebook.svg);
}

.connect-twitter:hover {
  background-color: #34abf3
}

.connect-twitter .icon {
  background-color: #258fd2;
  background-image: url(../images/social_twitter.svg)
}

.connect-twitter:hover .icon {
  background-color: #2e96d5
}

.connect .label {
  line-height: 64px;
  padding-left: 12px;
}

.connect .count {
  padding-right: 18px;
}

.connect .count-label {
  font-size: 12px;
  font-weight: 400;
  opacity: .6;
}

.connect .count-num {
  font-weight: 700;
  font-size: 16px;
}

@media (min-width:768px) {
  .b-md-l {
    border-left: 1px solid #e9e9e9;
  }
  .news-items figure {
    margin-bottom: 0;
  }
  .news-items.s2 figure {
    margin-bottom: 10px;
  }
  .section-top .news-items.s2 figure {
    margin-bottom: 5px;
  }
  .dont-miss li:nth-child(n+2) {
    border-left: 1px solid #e9e9e9;
  }
}

@media (min-width:992px) {
  .b-lg-l {
    border-left: 1px solid #e9e9e9;
  }
  .section-top {
    padding-top: 35px;
    padding-bottom: 26px;
  }
  .section-mid {
    padding-bottom: 42px;
  }
  .featured-news li:nth-child(n+2) {
    border-left: 1px solid #e9e9e9;
  }
  .news-items.s2,
  .news-items.s1 {
    margin-bottom: 20px;
  }
  .section-mid .news-items li:first-child,
  .section-top .news-items li:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .section-top .news-items.s1 li:first-child {
    border-top: 0;
  }
  div.block-title {
    padding-bottom: 13px;
  }
  .pager {
    padding-top: 60px;
  }
}

@media (max-width:991px) {
  .news-items.s1,
  .news-items.s2 {
    padding-bottom: 30px;
  }
}

@media (min-width:576px) and (max-width:991px) {
  .featured-news li:nth-child(even) {
    border-left: 1px solid #e9e9e9;
  }
}


/* section page */

.breadcrumbs {
  font-size: 14px;
  color: black;
  margin-bottom: 10px;
}

.breadcrumbs li::before {
  content: ">";
  color: #8c8a8a;
  margin-left: 6px;
  margin-right: 6px;
}

.breadcrumbs li:first-child::before {
  content: none;
}

.breadcrumbs li:last-child {
  color: #0e7b49;
}

.section-title {
  color: #0e7b49;
  font: 600 37px/37px "Gill Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 18px;
}

.latest-articles figure.float-left {
  width: 25%;
  max-width: 178px;
  margin-right: 20px;
}

.pager {
  font-size: 18px;
  line-height: 27px;
  padding-top: 30px;
  padding-bottom: 60px;
}

.pager li {
  margin-left: 4px;
  margin-right: 4px;
}

.pager a,
.pager span {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  border-width: 1px;
  border-style: solid;
}

.pager a {
  color: #297b45;
}

.pager a:hover {
  background-color: #297b45;
  color: white;
  border-color: transparent;
}

.pager span {
  color: #c4c4c4;
}

.pager .current span {
  background-color: #297b45;
  color: white;
}

.pager .ellipses {
  color: #4f4f4f;
  border-width: 0;
}

div.block-title3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  border-top: 2px solid #108650;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
}


/* article page */

.block-title4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  border-top: 4px solid #108650;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

.article-header {
  padding-top: 15px;
  padding-bottom: 22px;
}

.article-header h1 {
  font-size: 28px;
  line-height: 35px;
  padding-bottom: 13px;
}

.article-header .byline {
  font-size: 14px;
  color: black;
  font-weight: 400;
}

.article-header .byline .author {
  color: #0e7b49;
}

.article-header .byline a:hover {
  text-decoration: underline;
}

.article-body h2 {
  font-size: 24px;
  line-height: 30px;
}

.article-body h3 {
  font-size: 20px;
  line-height: 26px;
}

.article-body h4 {
  font-size: 18px;
  line-height: 24px;
}

.article-body h5 {
  font-size: 16px;
  line-height: 22px;
}

.article-body h6 {
  font-size: 14px;
  line-height: 20px;
}

.article-body {
  font: 300 20px/26px "Roboto", sans-serif;
}

.article-body strong,
.article-body b {
  font-weight: 700;
}

.article-body figure {
  margin-bottom: 40px;
}

.article-body figcaption {
  font-size: 14px;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.article-body p {
  margin-bottom: 30px;
}

.article-body a {
  color: #0188d1;
  border-bottom-width: 0;
  border-bottom-style: solid;
  transition: border-bottom-width 0.2s linear;
}

.article-body a:hover {
  border-bottom-width: 4px;
}

.article-body ol,
.article-body ul {
  margin-bottom: 30px;
  padding-inline-start: 24px;
}

.article-body ul li {
  list-style: disc;
}

.article-body blockquote {
  border-left: 4px solid #e9e9e9;
  padding-left: 30px;
  margin-left: 30px;
  margin-right: 30px;
  font-style: italic;
}

.article-body .float-left,
.article-body .float-right {
  position: relative;
}

.article-body .float-left .caption,
.article-body .float-right .caption {
  font-style: italic;
  font-size: 80%;
  line-height: 120%;
  color: #FFF;
  position: absolute;
  bottom: 20px;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
  color: rgba(255, 255, 255, .8);
  z-index: 600;
  max-width: 30%;
  text-align: left;
  min-width: 140px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px;
}

.article-body .float-left {
  margin-right: 20px;
  margin-bottom: 10px;
}

.article-body .float-right {
  margin-left: 20px;
  margin-bottom: 10px;
}

.article-body .copyright {
  font-size: 14px;
  line-height: 16px;
}

.story-tags {
  background-color: #ebebe8;
  padding: 10px;
  font-size: 16px;
  border-radius: 3px;
}

.floating-banner {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0px;
  width: 100%;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  max-width: 100%;
  visibility: unset;
  overflow: visible;
}

.block {
  margin-bottom: 40px;
}

.block label {
  display: block;
  font-size: 10px;
  line-height: 10px;
  color: #787878;
}

.newsletter-block {
  border: 3px solid #e8e8e8;
  margin-bottom: 17px;
}

.newsletter-block .social {
  display: inline-block;
  width: 43px;
  height: 40px;
  border-radius: 3px;
  background-color: #7c8185;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.newsletter-block .social-mail {
  background-image: url(../images/icon_mail.svg);
  margin-left: 0;
  position: relative;
}

.newsletter-block .social-facebook {
  background-image: url(../images/social_facebook.svg);
  background-color: #375287;
}

.newsletter-block .social-facebook:hover {
  background-color: #1E396E;
}

.newsletter-block .social-twitter {
  background-image: url(../images/social_twitter.svg);
  background-color: #2692d7;
}

.newsletter-block .social-twitter:hover {
  background-color: #0D79BE;
}

.newsletter-block .top {
  padding-top: 19px;
  padding-bottom: 15px;
}

.newsletter-block .social-mail::after {
  content: "";
  display: block;
  border-bottom: 8px solid #ebebe8;
  border-left: 8px inset transparent;
  border-right: 8px inset transparent;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 16px;
  height: 8px;
  margin: 0 auto;
}

.newsletter-block .bottom {
  padding: 13px 18px 20px;
  background-color: #ebebe8;
}

.newsletter-block label {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 11px;
  display: block;
}

.newsletter-block input {
  height: 28px;
}

.newsletter-block .form-text {
  float: left;
  border: 0;
  width: calc(100% - 95px);
}

.newsletter-block .form-submit {
  float: right;
}


/* footer */

.pf {
  background-color: #0b7a47;
  color: white;
  padding-top: 20px;
  padding-bottom: 30px;
}

.pf .logo {
  margin-bottom: 10px;
}

.pf .logo a {
  display: inline-block;
}

.pf .logo a span {
  display: inline-block;
  width: 306px;
  height: 29px;
  background: url(../images/logo-NatureWnews2.svg) center / contain no-repeat;
}

.pf li {
  display: inline-block;
}

.pf li a:hover {
  color: rgba(255, 255, 255, .8);
}

.pfn1 {
  font-size: 14px;
}

.pfn1 li {
  margin-right: 12px;
  margin-bottom: 7px;
}

.pfn1 li:last-child {
  margin-right: 0;
}

.pfn2 {
  color: rgba(255, 255, 255, .6);
}

.pfn2 li {
  margin-bottom: 8px;
}

.pfn2 li::before {
  content: "|";
  margin-left: 4px;
  margin-right: 4px;
}

.pfn2 li:first-child::before {
  content: none;
}

.pf .copyright {
  color: rgba(255, 255, 255, .4);
}

.pf .social {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, .7);
  margin-top: 14px;
}

.pf .social:hover {
  background-color: white;
}

.pf .social-facebook {
  background-image: url(../images/social_facebook2.svg);
}

.pf .social-twitter {
  background-image: url(../images/social_twitter2.svg);
  margin-left: 10px;
}

.social {
  display: flex;
  font-size: 0;
}

.social a {
  display: block;
  margin-left: 5px;
  border-radius: 50%;
  position: relative;
  background-color: #003663;
}

.social a:hover {
  background-color: #0074d4;
}

.social a:first-of-type {
  margin-left: 0;
}

.social a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.social .facebook::before {
  background-image: url(../images/social_facebook.svg);
}

.social .twitter::before {
  background-image: url(../images/social_twitter.svg);
}

.social .instagram::before {
  background-image: url(../images/social_instagram.svg);
}

.social .linkedin::before {
  background-image: url(../images/social_linkedin.svg);
}

.social .print::before {
  background-image: url(../images/icon_printer.svg);
}

.social .comment::before {
  background-image: url(../images/icon_comment.svg);
}

.social .mail::before {
  background-image: url(../images/icon_mail.svg);
}

.ph .social a {
  width: 22px;
  height: 22px;
}

.ph .social a::before {
  width: 12px;
  height: 12px;
}

.pf .social a {
  width: 30px;
  height: 30px;
  margin-left: 8px;
  background-color: rgba(255, 255, 255, .2);
}

.pf .social a:first-of-type {
  margin-left: 0;
}

.pf .social a:hover {
  background-color: rgba(255, 255, 255, .4);
}

.pf .social a::before {
  width: 16px;
  height: 16px;
}
.article-social{
  padding: 9px 0;
}
.article-social .social a {
  background-color: #5988b6;
  width: 32px;
  height: 32px;
}

.article-social .social a::before {
  width: 14px;
  height: 14px;
}

.article-social .social .facebook {
  background-color: #3d5b96;
}

.article-social .social .twitter {
  background-color: #2aa3ef;
}

.article-social .social .linkedin {
  background-color: #0d6797;
}


.imageBox .caption{
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
}
