/*
 Theme Name:   ESG Clarity Global
 Description:  The theme for ESG Clarity Global
 Author:       Bonhill plc
 Author URI:   https://bonhillplc.com/
 Template:     bonhill-theme
 Version:      1.0.3
*/
@import url("../bonhill-theme/style.css");
@import url("../bonhill-theme/childtheme.css");
:root {
  --primary-color: #15384e !important;
  --button-color: #15384e !important;
  --article-card-background: #ffffff !important;
}

.header-bottom-section {
  background: var(--primary-color);
  box-shadow: 500px 0 0 0 var(--primary-color), -500px 0 0 0 var(--primary-color);
}

.header-bottom-section .main-navigation .sub-menu li.current-menu-item a {
  color: var(--primary-color);
}

.header-bottom-section .mobile-menu .menu .main-navigation li.current-menu-item a {
  color: var(--primary-color);
}

.homepage-section-header-border {
  border: 3px solid var(--primary-color);
  background-color: var(--primary-color);
}

.homepage-featured-article-container:after {
  border-top: 2px solid var(--primary-color);
}

.homepage-featured-article-cat {
  background: var(--article-card-background);
  color: var(--primary-color);
}

.homepage-article-container:after {
  border-top: 2px solid var(--primary-color);
}

.homepage-article-cat {
  background: var(--article-card-background);
  color: var(--primary-color);
}

.homepage-article-long-container:after {
  border-top: 2px solid var(--primary-color);
}

.homepage-article-long-cat {
  background: var(--article-card-background);
  color: var(--primary-color);
}

.homepage-article-noimg-laptop-container:after {
  border-top: 2px solid var(--primary-color);
}

.homepage-article-noimg-laptop-cat {
  background: var(--article-card-background);
  color: var(--primary-color);
}

.homepage-article-noimg-container:after {
  border-top: 2px solid var(--primary-color);
}

.homepage-article-noimg-cat {
  background: var(--article-card-background);
  color: var(--primary-color);
}

.top-article-section .content-section .author-share .entry-subhead .entry-meta .byline a {
  color: var(--primary-color);
}

.bottom-article-section .content-section .entry-content a {
  color: var(--primary-color);
}

.bottom-article-section .content-section .entry-content h3 {
  color: var(--primary-color);
}

blockquote p {
  color: var(--primary-color) !important;
}

footer.site-footer {
  background: var(--primary-color);
}

.comments-area input {
  border: 1px solid var(--primary-color) !important;
}

.comments-area textarea {
  border: 1px solid var(--primary-color) !important;
}

.archive .content-section p a,
.archive .content-section p a:hover {
  color: var(--primary-color) !important;
}

.top-archive-section .content-section .category-description button {
  background-color: var(--primary-color);
}

.navigation.pagination a.next.page-numbers, .navigation.pagination a.prev.page-numbers {
  border: solid 2px var(--primary-color);
}

.navigation.pagination span.page-numbers.current {
  color: var(--primary-color) !important;
}

.navigation.pagination path {
  color: var(--primary-color) !important;
}

.tagList h3 {
  color: var(--primary-color);
}

.tagList .tag {
  color: var(--primary-color);
}

.social-menu i {
  color: var(--primary-color);
}

.comments-area #submit {
  background: var(--button-color);
}

.subscribe-button {
  background: var(--button-color);
}

.homepage-featured-article-content-container {
  background: var(--article-card-background);
}

.homepage-article-content-container {
  background: var(--article-card-background);
}

.homepage-article-long-content-container {
  background: var(--article-card-background);
}

.homepage-article-noimg-laptop-content-container {
  background: var(--article-card-background);
}

.homepage-article-noimg-content-container {
  background: var(--article-card-background);
}

@media screen and (min-width: 1080px) {
  .header-bottom-section .header-search button span.search-text {
    background: var(--button-color);
  }
}
@media screen and (max-width: 720px) {
  .header-bottom-section {
    box-shadow: 100px 0 0 0 var(--primary-color), -100px 0 0 0 var(--primary-color);
  }
}
.header-top-section {
  padding-bottom: 0;
}
.header-top-section a.location.active {
  background: var(--primary-color);
  color: #EBEBEB;
}
.header-top-section .header-image .site-branding img {
  min-height: auto;
}
.header-top-section .location-menu-desktop {
  float: right;
}
.header-top-section .location-menu-desktop a {
  background: #EBEBEB;
  padding: 6px 10px;
  color: var(--primary-color);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 16px;
}
.header-top-section .location-menu-desktop a.subscribe {
  background: #E21554;
  color: #ffffff;
}

.header-bottom-section .main-navigation {
  display: block;
}

.header-bottom-section {
  background: #EBEBEB;
  box-shadow: 500px 0 0 0 #EBEBEB, -500px 0 0 0 #EBEBEB;
}
.header-bottom-section .mobile-menu .menu {
  z-index: 999;
}
.header-bottom-section > .header-search {
  margin-top: 0 !important;
}
.header-bottom-section .main-navigation li, .header-bottom-section .main-navigation li.current-menu-item {
  color: var(--primary-color) !important;
}
.header-bottom-section .header-search form button svg {
  color: var(--primary-color) !important;
}
.header-bottom-section .mobile-menu .menu .main-navigation li, .header-bottom-section .mobile-menu .menu .main-navigation li:last-child {
  border-top: 2px solid #ffffff;
}
.header-bottom-section a.location.active {
  background: var(--primary-color);
  color: #EBEBEB;
}
.header-bottom-section .location-menu-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  min-width: 100%;
  background: #ffffff;
}
.header-bottom-section .location-menu-mobile .locations {
  display: flex;
  justify-content: space-between;
}
.header-bottom-section .location-menu-mobile .location {
  min-width: 30%;
  text-align: center;
}
.header-bottom-section .location-menu-mobile a.location:first-child {
  margin: 0;
}
.header-bottom-section .location-menu-mobile a {
  background: #EBEBEB;
  padding: 6px 10px;
  color: var(--primary-color);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 16px;
}
.header-bottom-section .location-menu-mobile a.subscribe {
  background: #E21554;
  color: #ffffff;
  display: block;
  text-align: center;
  margin-left: 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 1549px) {
  #primary, .header-container {
    width: 1200px;
  }
}
@media screen and (min-width: 720px) {
  .header-top-section .header-image .site-branding img {
    min-height: 50%;
    max-height: 50%;
  }
}
@media screen and (max-width: 720px) {
  .location-menu-desktop {
    display: none;
  }

  .header-bottom-section {
    box-shadow: 100px 0 0 0 #EBEBEB, -100px 0 0 0 #EBEBEB;
  }
}
aside.widget-area.footer-widgets li {
  color: #fff;
}

aside.widget-area.footer-widgets p {
  margin: 0;
}

/*fix aligment of items in footer*/
@media screen and (min-width: 320px) and (max-width: 800px) {
  .site-footer .footer-widgets .widget:last-child {
    margin-right: 35px;
  }
}
.home .entry-meta {
  width: 100%;
  padding-bottom: 15px;
}

.archive .entry-meta {
  width: 100%;
  padding-bottom: 15px;
}

.home .cat-links {
  background: #B3DBCF !important;
}

.home article .entry-wrapper {
  padding: 0px;
}

.home .entry-content article:after {
  content: "";
  border-top: 1px solid #E0E0E0;
  width: 100%;
  display: block;
  bottom: 0;
  top: unset;
  position: absolute;
}

.cat-bottom .cat-links {
  top: auto !important;
  margin-top: -33px !important;
  width: fit-content;
}

.home .column-height-head .wp-block-columns:first-child div .entry-wrapper {
  height: auto;
}

.home span.byline {
  font-size: 0;
  visibility: hidden;
}

.home span.author.vcard {
  font-size: 14px;
  visibility: visible;
  border-right: 1px solid #424242;
  padding-right: 5px;
  margin-right: 5px;
}

.entry-meta .byline a {
  color: var(--primary-color) !important;
}

.entry-meta .byline a:hover {
  color: var(--primary-color);
}

.home .relative-cat .cat-links {
  position: relative !important;
  padding: 4px 8px 4px 8px !important;
  width: fit-content;
}

.home .featured-article .cat-links, .home .featured-article-two .cat-links {
  position: relative !important;
  margin-bottom: 10px !important;
}
.home .featured-article .entry-wrapper, .home .featured-article-two .entry-wrapper {
  padding-left: 10px !important;
}

.home .wp-block-columns, .home .wpnbha.is-grid article {
  margin-bottom: 30px !important;
}

@media (max-width: 599px) {
  .home .article-no-img-laptop .cat-links {
    position: relative !important;
    padding: 4px 8px 4px 8px !important;
    width: fit-content;
  }
}
@media only screen and (max-width: 782px) {
  .long-article .entry-wrapper {
    display: block !important;
  }
}
@media only screen and (max-width: 1080px) {
  .article-img .post-thumbnail img, .home .article-img .post-thumbnail img {
    height: 200px !important;
  }

  .home .article-img .post-thumbnail {
    height: auto !important;
  }
}
@media only screen and (max-width: 781px) {
  .home .long-article .post-thumbnail img {
    height: 200px !important;
  }
}
@media only screen and (max-width: 600px) {
  .home .featured-article .entry-title, .home .latest-issue .entry-title {
    min-width: 100%;
  }

  .home .column-height-head .wp-block-columns:first-child div {
    display: block;
  }

  .home .featured-article {
    margin-bottom: 20px !important;
  }

  .home .featured-article .entry-meta {
    display: flex !important;
  }
}
@media (max-width: 599px) {
  .home .first-grid .cat-links, .home .article-no-img-laptop .cat-links {
    top: 0 !important;
    width: fit-content;
    padding: 4px 8px 4px 8px !important;
    margin-bottom: 10px !important;
  }

  .cat-bottom:not(.img-always) .cat-links {
    margin-top: 0 !important;
  }

  .img-always .cat-links {
    margin-top: -32px !important;
  }
}
@media (max-width: 599px) {
  .home .first-grid .post-thumbnail {
    display: block;
  }
}
.category-latest-issue .homepage-featured-article-cat, .category-latest-issue .homepage-article-cat {
  display: none;
}

.bottom-article-section .content-section .entry-content p {
  line-height: 1.6;
}

.archive .homepage-article-container {
  margin-bottom: 20px;
}

.archive .homepage-featured-article-container {
  margin-bottom: 20px;
}

.top-archive-section .content-section {
  padding-right: 0px;
  max-width: initial !important;
}

.middle-archive-section .content-section {
  padding-right: 0px;
  max-width: initial !important;
}

.bottom-article-section .sidebar {
  width: 25%;
}

.home .post-thumbnail img {
  height: 168px !important;
}

.archive .entry-meta {
  margin-bottom: 0;
}

.homepage-article-image-container img {
  height: 168px;
}

.archive-title {
  color: var(--primary-color);
  padding-left: 10px;
}

.homepage-article-cat {
  background: #B3DBCF !important;
}

.homepage-article-content-container h1 {
  padding: 0;
}

.homepage-article-content-container {
  height: auto;
}

.category .homepage-article-container:after {
  content: "";
  border-top: 1px solid #E0E0E0;
  width: calc(100% - 20px);
  display: block;
  bottom: 0;
  top: unset;
}

.category .homepage-featured-article-container:after {
  content: "";
  border-top: 1px solid #E0E0E0;
  width: calc(100% - 20px);
  display: block;
  bottom: 0;
  top: unset;
  margin-top: 10px;
}

.category .homepage-featured-article-container {
  border-bottom: none !important;
}

.cat-links {
  height: fit-content !important;
}

.homepage-article-container:after {
  display: none;
}

.archive .byline {
  margin: 0;
  display: inline-block;
}
.archive .byline span.author.vcard {
  font-size: 14px;
  visibility: visible;
  border-right: 1px solid #424242;
  padding-right: 5px;
  margin-right: 5px;
}

.archive time {
  font-size: 14px;
}

.middle-archive-section .content-section h1 {
  margin-bottom: 0;
  margin-top: 10px;
}

.homepage-article-container .homepage-article-image-container {
  display: block !important;
}

.homepage-article-cat {
  position: absolute !important;
  top: 10px !important;
}

.homepage-article-cat {
  top: auto !important;
  margin-top: -30px !important;
  width: fit-content;
}

.homepage-article-noimg-laptop-cat {
  top: auto !important;
  margin-top: -30px !important;
  width: fit-content;
  background: #B3DBCF !important;
}

.homepage-article-noimg-laptop-content-container h1 {
  padding: 0;
  padding-top: 5px;
}

.homepage-article-noimg-laptop-content-container:after {
  content: "";
  border-top: 1px solid #E0E0E0;
  width: 100%;
  display: block;
  bottom: 0;
  top: unset;
  margin-top: 10px;
}

.homepage-article-noimg-laptop-container:after {
  display: none;
}

.homepage-article-noimg-laptop-container .byline {
  margin: 0;
  display: inline-block;
}

.homepage-article-noimg-laptop-container .byline span.author.vcard {
  font-size: 14px;
  visibility: visible;
  border-right: 1px solid #424242;
  padding-right: 5px;
  margin-right: 5px;
}

.homepage-article-noimg-laptop-container time.entry-date {
  font-size: 14px;
}

.middle-archive-section .content-section .article-section .homepage-featured-article-container {
  max-width: 66.666%;
}

.homepage-featured-article-container:after {
  display: none;
}

.top-archive-section .content-section .article-section .homepage-article-container, .middle-archive-section .content-section .article-section .homepage-article-container {
  max-width: 33.333%;
  min-width: 33.333%;
}

@media only screen and (min-width: 1080px) {
  .top-archive-section .sidebar {
    margin-top: 77px;
  }

  .middle-archive-section .sidebar {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1080px) {
  .homepage-featured-article-image-container {
    height: 100%;
  }

  p.homepage-featured-article-cat {
    margin-top: -10px !important;
  }

  .homepage-featured-article-content-container .entry-meta {
    margin-left: 45%;
    padding-left: 10px;
  }

  .homepage-featured-article-cat {
    position: relative !important;
    margin-left: 47% !important;
    background: #B3DBCF !important;
    width: fit-content;
  }

  .homepage-featured-article-content-container {
    height: auto;
  }

  .homepage-featured-article-image-container img {
    height: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .top-archive-section, .middle-archive-section {
    display: block;
  }

  .top-archive-section .content-section, .middle-archive-section .content-section {
    width: 100%;
  }

  .top-archive-section .sidebar, .top-archive-section .sidebar {
    width: 100%;
  }

  .middle-archive-section .content-section .article-section .homepage-featured-article-container {
    max-width: 50%;
    min-width: 50%;
  }

  .middle-archive-section .content-section .article-section .homepage-featured-article-image-container {
    width: 100%;
    margin-bottom: 10px;
  }

  .middle-archive-section .content-section .article-section .homepage-featured-article-image-container img {
    height: 160px;
    object-fit: cover;
    width: 100%;
  }

  .middle-archive-section .content-section .article-section .homepage-featured-article-content-container h1 {
    margin: 0;
    font-size: .9rem;
  }

  p.homepage-featured-article-excerpt {
    display: none;
  }

  p.homepage-featured-article-cat {
    width: fit-content;
    top: 178px;
    background: #B3DBCF !important;
  }

  .homepage-featured-article-content-container h1 {
    padding: 0;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1080px) {
  .top-archive-section .content-section .article-section .homepage-featured-article-container, .middle-archive-section .content-section .article-section .homepage-featured-article-container {
    max-width: 66.666%;
    min-width: 66.666%;
  }

  .category .homepage-featured-article-container .homepage-featured-article-content-container .homepage-featured-article-excerpt {
    display: block;
    margin-left: 48% !important;
  }

  .top-archive-section .content-section .article-section .homepage-featured-article-image-container, .middle-archive-section .content-section .article-section .homepage-featured-article-image-container {
    width: 48%;
    margin-bottom: 0 !important;
    height: 100% !important;
  }

  .top-archive-section .content-section .article-section .homepage-featured-article-image-container img, .middle-archive-section .content-section .article-section .homepage-featured-article-image-container img {
    height: 280px;
    height: 100% !important;
  }

  .top-archive-section p.homepage-featured-article-cat, .middle-archive-section p.homepage-featured-article-cat {
    position: relative;
    margin-left: 50% !important;
    background: #B3DBCF;
    width: fit-content !important;
    top: 0;
  }

  .category .homepage-featured-article-content-container h1 {
    margin-left: 50% !important;
    margin-top: 10px !important;
  }

  .category .homepage-featured-article-content-container .entry-meta {
    margin-left: 50% !important;
  }
}
@media only screen and (min-width: 720px) {
  .archive .homepage-featured-article-image-container {
    width: 48%;
  }

  .archive .homepage-featured-article-cat {
    margin-left: 50% !important;
  }

  .archive .homepage-featured-article-content-container h1 {
    margin-left: 48%;
  }

  .archive .homepage-featured-article-excerpt {
    margin-left: 48% !important;
  }

  .archive .homepage-featured-article-content-container .entry-meta {
    margin-left: 48%;
  }
}
@media only screen and (max-width: 720px) {
  .top-archive-section .content-section .article-section .homepage-featured-article-image-container img {
    height: 168px;
  }

  p.homepage-featured-article-cat {
    margin-top: -30px !important;
  }

  .homepage-featured-article-content-container {
    height: auto;
  }
}
@media only screen and (max-width: 720px) {
  .middle-archive-section .content-section .article-section .homepage-featured-article-container {
    max-width: 100%;
  }

  .top-archive-section .content-section .article-section .homepage-article-container, .middle-archive-section .content-section .article-section .homepage-article-container {
    max-width: 50%;
    min-width: 50%;
  }

  .middle-archive-section .content-section .article-section .homepage-featured-article-container {
    max-width: 50%;
    min-width: 50%;
  }

  .top-archive-section .content-section .article-section .homepage-featured-article-container {
    max-width: 50%;
  }
}
@media only screen and (max-width: 360px) {
  .category .content-section .article-section .homepage-featured-article-container, .category .content-section .article-section .homepage-article-container {
    max-width: 100%;
    min-width: 100%;
  }
}
.related-content.desktop-smaller {
  display: none;
}

.sidebar .related-content.desktop-smaller {
  position: relative !important;
  top: 0 !important;
}

.post-template-single-stream .article-content {
  height: 1250px !important;
  overflow-x: auto;
  padding-right: 10px;
}

.post-template-single-stream .entry-content :first-child {
  margin-top: 0 !important;
}
.post-template-single-stream .entry-content :last-child {
  margin-bottom: 0 !important;
}

.streamblock {
  background: #EDEDED;
  padding: 20px;
}
.streamblock .top-section img {
  float: left;
  height: 100px;
  margin-right: 30px;
}
.streamblock .top-section h3 {
  margin: 0;
}
.streamblock .content-stream {
  display: inline-block;
  margin-top: 10px;
}
.streamblock .content-stream *:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1440px) {
  .post-template-single-stream .article-content {
    height: 1330px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .post-template-single-stream .article-content {
    height: 1330px !important;
  }
}
@media only screen and (max-width: 1080px) {
  .related-content.desktop-smaller {
    display: block;
  }

  .related-content.desktop-bigger {
    display: none;
  }

  .related-content .homepage-article-noimg-laptop-container {
    min-width: 100%;
    padding: 10px 0px 10px 0px;
  }

  .related-content .homepage-article-noimg-laptop-cat {
    margin-top: 0 !important;
  }

  .related-content .homepage-article-noimg-laptop-content-container {
    height: auto;
  }
}
@media only screen and (max-width: 700px) {
  .related-content .homepage-article-noimg-laptop-container {
    min-width: 50%;
    max-width: 50%;
    display: inline-block;
    padding: 10px;
  }

  .post-template-single-stream .bottom-article-section .sidebar {
    min-width: 100%;
  }
}
.bottom-article-section .sidebar > div:last-child {
  position: initial;
}

@media only screen and (max-width: 450px) {
  .streamblock .top-section img {
    float: none;
    min-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 360px) {
  .related-content .homepage-article-noimg-laptop-container {
    min-width: 100%;
    padding: 10px 0px 10px 0px;
  }

  .post-template-single-stream .article-content {
    height: auto !important;
  }

  .post-template-single-stream .article-content :nth-of-type(1n+5) {
    display: none !important;
  }
}
@font-face {
  font-family: Merriweather;
  src: url("fonts/Merriweather/Merriweather-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Lato;
  src: url("fonts/Lato/Lato-Regular.ttf") format("truetype");
}
h1, h2, h3, h4, h5, h6 {
  font-family: Lato !important;
}

#page a, #page li, #page input, #page label, #page textarea, #page body, #page span, #page p, #page select, th, thead, tbody, table, time {
  font-family: Lato !important;
}

footer h2 {
  font-family: Lato !important;
}

p.homepage-featured-article-excerpt, p.homepage-featured-article-cat, p.homepage-featured-article-author, p.homepage-article-long-cat, p.homepage-article-noimg-cat, p.homepage-article-noimg-laptop-cat, p.homepage-article-long-author, p.homepage-article-noimg-author, p.homepage-article-noimg-laptop-author, p.homepage-article-author {
  font-family: Lato !important;
}

.bottom-article-section .content-section .entry-content h3 {
  font-family: Lato !important;
}

.single #page .entry-content p {
  font-family: Merriweather !important;
}

#page p.homepage-featured-article-excerpt {
  font-family: Lato !important;
}

.contact-card-info {
  font-family: Lato !important;
}

.single #page .entry-content p a {
  font-family: Merriweather !important;
}

.rri-section h1 {
  color: var(--primary-color);
}
.rri-section .tablepress tfoot th, .rri-section .tablepress thead th {
  background-color: #d8f1e9;
  color: var(--primary-color);
}
.rri-section .tablepress .even td {
  color: var(--primary-color);
  border: none;
}
.rri-section .tablepress .odd td {
  color: var(--primary-color);
  border: none;
}
.rri-section .dataTables_filter {
  float: left;
}
.rri-section .dataTables_filter input[type="search"] {
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid var(--primary-color);
  background: #f2f2f3;
}
.rri-section tr, .rri-section td, .rri-section th {
  word-break: break-word !important;
}
.rri-section .tablepress .sorting:hover, .rri-section .tablepress .sorting_asc, .rri-section .tablepress .sorting_desc {
  background-color: #cae2da !important;
}

.rri-section {
  min-width: 100%;
}

@media only screen and (max-width: 780px) {
  .rri-section tr, .rri-section td, .rri-section th {
    font-size: 12px;
  }
}
@media only screen and (max-width: 540px) {
  .rri-section tr, .rri-section td, .rri-section th {
    font-size: 10px;
  }
}
.page-template-template-region-homepage .entry-header, .page-template-template-region-homepage .content-area aside.widget-area, .page-template-template-region-homepage .site-breadcrumb {
  display: none;
}
.page-template-template-region-homepage .main-content {
  width: 100%;
}
.page-template-template-region-homepage .entry-content article:after {
  content: "";
  border-top: 1px solid #E0E0E0;
  width: 100%;
  display: block;
  bottom: 0;
  top: unset;
  position: absolute;
}
.page-template-template-region-homepage .site-content {
  margin-top: 0.5rem;
}
.page-template-template-region-homepage .entry-content > * {
  margin: 10px 0;
}

.region-switch-popup {
  display: none;
  position: fixed;
  z-index: 2;
  background: #ebebeb;
  text-align: center;
  padding: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.region-switch-popup a.geot-countries.region-popup.change {
  padding: 5px 10px;
  border-radius: 5px;
  background: var(--button-color);
  color: #ffff;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  margin: auto;
}
.region-switch-popup a.geot-countries.region-popup.continue {
  display: block;
  margin-top: 20px;
  font-size: 16px;
}

.region-popup-background {
  display: none;
  backdrop-filter: blur(6px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  .region-switch-popup {
    left: 10%;
    right: 10%;
    transform: translate(0%, -50%);
  }
}
.homepage-region-selector {
  background: #B3DBCF;
  padding: 20px;
  display: flex;
}
.homepage-region-selector .main-text {
  margin-right: 10px;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.homepage-region-selector .main-text h3 {
  margin: 0;
  color: #424242;
}
.homepage-region-selector .main-text p {
  margin-bottom: 0;
  color: #424242;
}
.homepage-region-selector .region-selector {
  justify-content: space-between;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.homepage-region-selector .region-selector a {
  width: 30%;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: all .2s linear;
}
.homepage-region-selector .region-selector a:hover {
  background: #ffffff;
  color: var(--primary-color);
}
.homepage-region-selector .thanks-text {
  display: none;
}
.homepage-region-selector .thanks-text h3 {
  margin: 0;
  margin-bottom: 10px;
}
.homepage-region-selector .thanks-text p {
  margin: 0;
}

@media only screen and (max-width: 720px) {
  .homepage-region-selector .region-selector a {
    width: 100%;
    margin-bottom: 15px;
    justify-content: space-evenly;
  }

  .homepage-region-selector .region-selector a:last-child {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 360px) {
  .homepage-region-selector {
    display: block;
  }

  .homepage-region-selector .main-text, .homepage-region-selector .region-selector {
    width: 100%;
  }

  .homepage-region-selector .main-text p {
    margin-bottom: 15px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .home .cat-links {
      padding-bottom: 0 !important;
    }
  }
}
.latest-issue .entry-meta {
  min-width: 100%;
}

.column-height-head > div {
  display: flex !important;
}

.second-homepage-section {
  margin-top: 0 !important;
}

.home h2.header {
  display: block !important;
}

h2.header.has-text-color {
  margin-bottom: 20px;
  color: #15384E !important;
}

h2.header.has-text-color:after {
  content: "";
  position: absolute;
  width: 50px;
  border: 3px solid var(--primary-color);
  display: none !important;
}

.home .latest-issue .cat-links {
  background: #E21554 !important;
  color: #fff !important;
}

.latest-issue .entry-meta .byline {
  display: none !important;
}

.wp-block-newspack-blocks-homepage-articles.latest-issue, .wp-block-newspack-blocks-homepage-articles.latest-issue > div, .wp-block-newspack-blocks-homepage-articles.latest-issue article {
  min-width: 100%;
}

@media only screen and (max-width: 1080px) {
  .wp-block-column.partner-content {
    min-width: 100% !important;
    display: block !important;
  }

  .wp-block-columns.equal-ad-height.main-homepage-section {
    display: block !important;
  }

  .home .featured-article, .featured-article {
    display: flex !important;
    margin-left: 0 !important;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 720px) {
  .home .featured-article .entry-wrapper, .featured-article .entry-wrapper {
    padding-left: 0 !important;
  }

  .home .featured-article, .featured-article {
    display: block !important;
  }

  .home .article-img, .article-img {
    margin-bottom: 0 !important;
  }

  .featured-article .cover-image .post-thumbnail {
    min-width: 100%;
  }
  .featured-article .cover-image .post-thumbnail img {
    height: 200px !important;
  }
  .featured-article article {
    display: block !important;
  }
  .featured-article article .entry-wrapper p {
    display: none;
  }
  .featured-article article .entry-wrapper h2 {
    font-size: .8em !important;
  }
  .featured-article article .entry-wrapper .cat-links {
    top: auto !important;
    margin-top: -33px !important;
    position: absolute !important;
  }

  .second-homepage-section article {
    flex-basis: calc(50% - 16px) !important;
  }
}
@media only screen and (min-width: 600px) {
  .wp-block-columns .wp-block-column {
    margin-left: 16px !important;
  }
}
@media only screen and (max-width: 600px) {
  .second-homepage-section article {
    flex-basis: 100% !important;
  }

  .homepage-posts .entry-wrapper .cat-links {
    margin-top: -32px !important;
  }

  .featured-article article .entry-wrapper .cat-links {
    margin-top: -32px !important;
  }
}
.post-template-single-video-podcast .content-section iframe {
  min-width: 100%;
}
.post-template-single-video-podcast .article-content {
  width: 100%;
}
.post-template-single-video-podcast .article-content p {
  margin-top: 0 !important;
  margin-bottom: 1.25rem;
  line-height: 1.25;
  color: #424242;
}
.post-template-single-video-podcast .author-avatar {
  display: flex;
}
.post-template-single-video-podcast .author-avatar :first-child {
  margin-right: 10px;
}
.post-template-single-video-podcast .related-content {
  width: 100%;
}
.post-template-single-video-podcast .related-content .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: unset;
}
.post-template-single-video-podcast .related-content .homepage-article-container {
  display: inline-block;
}
.post-template-single-video-podcast .related-content .homepage-article-container h1 {
  padding-top: 5px;
}
.post-template-single-video-podcast .related-content .homepage-article-container .byline span.author.vcard {
  font-size: 14px;
  visibility: visible;
  border-right: 1px solid #424242;
  padding-right: 5px;
  margin-right: 5px;
}
.post-template-single-video-podcast .related-content .homepage-article-container .byline {
  margin: 0;
  display: inline-block;
}
.post-template-single-video-podcast .related-content .homepage-article-container time.entry-date {
  font-size: 14px;
}

@media only screen and (min-width: 1440px) {
  .post-template-single-video-podcast .content-section iframe {
    height: 500px;
  }
}
@media only screen and (max-width: 1080px) {
  .post-template-single-video-podcast .related-content .homepage-article-container {
    max-width: 50%;
    min-width: 50%;
  }

  .post-template-single-video-podcast .related-content .content {
    width: 66.666%;
  }

  .post-template-single-video-podcast .top-article-section .content-section .author-share .entry-subhead {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .post-template-single-video-podcast .related-content .content {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .post-template-single-video-podcast .related-content .homepage-article-container {
    max-width: 100%;
    min-width: 100%;
  }
}
.post-type-archive-esg_sponsors main {
  min-width: 100% !important;
}
.post-type-archive-esg_sponsors main .main-content {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-type-archive-esg_sponsors main .main-content > h2 {
  min-width: 100%;
  color: #15384E;
}
.post-type-archive-esg_sponsors main .main-content article.sponsor-card {
  min-width: 25%;
  max-width: 25%;
  margin-bottom: 24px;
  align-items: stretch;
  position: relative;
  display: flex;
  padding: 0 12px;
}
.post-type-archive-esg_sponsors main .main-content article.sponsor-card > :after {
  content: "";
  border-top: 1px solid #E0E0E0;
  width: 100%;
  display: block;
  bottom: 0;
  top: unset;
  margin-top: 10px;
}
.post-type-archive-esg_sponsors main .main-content article.sponsor-card a {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  outline: 0;
}
.post-type-archive-esg_sponsors main .main-content article.sponsor-card a .contact-card-image {
  padding: 1em;
  background: #FBFBFB;
}
.post-type-archive-esg_sponsors main .main-content article.sponsor-card a .contact-card-image .image {
  margin: auto;
  max-width: 100%;
  width: 160px;
  height: 130px;
  max-height: none;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.post-type-archive-esg_sponsors main .main-content article.sponsor-card a .contact-card-image img {
  width: 100%;
  height: auto;
}
.post-type-archive-esg_sponsors main .main-content article.sponsor-card a .contact-card-main {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}
.post-type-archive-esg_sponsors main .main-content article.sponsor-card a .contact-card-main .contact-card-info {
  flex: 1 1 auto;
}
.post-type-archive-esg_sponsors main .main-content article.sponsor-card a .contact-card-main h4 {
  font-size: .875rem;
  color: #15384E;
  margin: 10px 0px;
  transition: all .3s;
}
.post-type-archive-esg_sponsors main .main-content article.sponsor-card a .contact-card-main h4:hover {
  color: #B3DBCF;
}
.post-type-archive-esg_sponsors main .main-content article.sponsor-card a .contact-card-main .contact-card-link {
  text-align: right;
  color: #15384E;
  font-size: 14px;
  text-transform: uppercase;
  align-self: flex-end;
  transition: all .3s;
}
.post-type-archive-esg_sponsors main .main-content article.sponsor-card a .contact-card-main .contact-card-link:hover {
  color: #B3DBCF;
}
.post-type-archive-esg_sponsors main .main-content article.sponsor-card a .contact-card-main .contact-card-link:hover svg path {
  fill: #B3DBCF;
}
.post-type-archive-esg_sponsors main .main-content article.sponsor-card a .contact-card-main .contact-card-link svg, .post-type-archive-esg_sponsors main .main-content article.sponsor-card a .contact-card-main .contact-card-link img {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: middle;
}
.post-type-archive-esg_sponsors main .main-content article.sponsor-card a .contact-card-main .contact-card-link svg path, .post-type-archive-esg_sponsors main .main-content article.sponsor-card a .contact-card-main .contact-card-link img path {
  fill: #15384E;
  transition: all .3s;
}
.post-type-archive-esg_sponsors main .main-content .contact-bio {
  display: none;
}

.single-esg_sponsors .site-content .contents {
  padding-right: 20px;
}

@media only screen and (max-width: 1080px) {
  .post-type-archive-esg_sponsors main .main-content article.sponsor-card {
    min-width: 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (max-width: 720px) {
  .post-type-archive-esg_sponsors main .main-content article.sponsor-card {
    min-width: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 360px) {
  .post-type-archive-esg_sponsors main .main-content article.sponsor-card {
    min-width: 100%;
    max-width: 100%;
  }
}
.single-esg_sponsors .site-content .contents {
  width: 75%;
}
.single-esg_sponsors .site-content .sidebar {
  width: 25%;
}
.single-esg_sponsors .site-content h2 {
  color: #15384E;
  text-transform: uppercase;
}
.single-esg_sponsors .site-content ul {
  font-size: 16px;
}
.single-esg_sponsors .site-content blockquote {
  margin: 24px 0;
  border-left: 1px solid #B4B4B4;
  padding-left: 1rem;
}
.single-esg_sponsors .site-content blockquote p {
  font-size: 1.5rem;
  line-height: 1.25;
  color: #B4B4B4 !important;
}
.single-esg_sponsors .site-content hr {
  width: 180px;
  margin: 1rem 0;
  clear: both;
  height: 1px;
}
.single-esg_sponsors .site-content a {
  color: #15384E !important;
}
.single-esg_sponsors .site-content .level {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-esg_sponsors .site-content .level .level-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single-esg_sponsors .site-content .level .level-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.single-esg_sponsors .site-content .level .level-right .sponsor-company-logo {
  max-width: 250px;
  height: auto;
  margin: 24px 0;
}
.single-esg_sponsors .site-content .section-grey {
  background: #F2F2F2;
  display: inline-block;
  padding: 1.875rem;
}
.single-esg_sponsors .site-content .section-grey .contact-card {
  display: flex;
  flex-direction: row;
}
.single-esg_sponsors .site-content .section-grey .contact-card .contact-card-image .image {
  margin: auto;
  max-width: 100%;
  width: 160px;
  height: 160px;
}
.single-esg_sponsors .site-content .section-grey .contact-card .contact-card-main {
  padding: 12px;
}
.single-esg_sponsors .site-content .section-grey .contact-card .contact-card-main h4 {
  margin: 0;
  font-size: .9375rem;
}
.single-esg_sponsors .site-content .section-grey .contact-card .contact-card-main .contact-card-info, .single-esg_sponsors .site-content .section-grey .contact-card .contact-card-main .contact-card-content span {
  font-size: .8125rem;
  font-family: Lato !important;
}
.single-esg_sponsors .site-content .section-grey .contact-card .contact-card-main ul {
  margin-bottom: 0;
}
.single-esg_sponsors .site-content .table thead {
  background: #b3dbcf85;
}
.single-esg_sponsors .site-content .table th {
  white-space: nowrap;
  text-align: left;
}
.single-esg_sponsors .site-content .table tbody {
  vertical-align: top;
}
.single-esg_sponsors .site-content .table tbody tr:nth-child(even) {
  background: #0000000d;
}
.single-esg_sponsors .site-content .table td {
  word-break: keep-all;
}
.single-esg_sponsors .site-content .table td p {
  margin: 0;
}
.single-esg_sponsors .site-content .accordion .accordion-header {
  cursor: pointer;
  border-bottom: 1px solid #00000026;
  padding: 12px;
  margin-bottom: 2px;
}
.single-esg_sponsors .site-content .accordion .accordion-header.active {
  background: #F2F2F2;
}
.single-esg_sponsors .site-content .accordion .accordion-header:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: '';
  background: url(https://s31888.pcdn.co/wp-content/themes/esg-clarity/dist/images/icons/arrow-teal-dark.svg) 50% 50% no-repeat;
  background-size: 80%;
  margin-left: .25em;
  transition: all .2s linear;
  transform: rotate(90deg);
  -ms-flex-item-align: center;
  align-self: center;
}
.single-esg_sponsors .site-content .accordion .accordion-header:hover {
  background: #F2F2F2;
}
.single-esg_sponsors .site-content .accordion .accordion-header.active:before {
  transform: rotate(180deg);
}
.single-esg_sponsors .site-content .accordion .accordion-content {
  transition: all .2s linear;
  display: none;
  overflow: hidden;
  padding: 12px;
  color: #7F7F7F;
}

@media only screen and (max-width: 1080px) {
  .single-esg_sponsors .site-content .contents, .single-esg_sponsors .site-content .sidebar {
    width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  .single-esg_sponsors .site-content .section-grey .contact-card {
    display: block;
  }

  .single-esg_sponsors .site-content .level, .single-esg_sponsors .site-content .level .level-left, .single-esg_sponsors .site-content .level .level-right {
    display: block;
  }

  .single-esg_sponsors .site-content .table th, .single-esg_sponsors .site-content .table td p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .single-esg_sponsors .site-content .table td {
    word-break: break-all;
  }
}
.post-type-archive-esg_panellists main {
  min-width: 100% !important;
}
.post-type-archive-esg_panellists main .main-content {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-type-archive-esg_panellists main .main-content .contents {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
}
.post-type-archive-esg_panellists main .main-content .contents h2 {
  min-width: 100%;
  margin-top: 0;
  color: #15384E;
}
.post-type-archive-esg_panellists main .main-content .sidebar {
  width: 25%;
}
.post-type-archive-esg_panellists main .main-content article.contact-card {
  min-width: 33.333%;
  max-width: 33.33%;
  margin-bottom: 24px;
  align-items: stretch;
  position: relative;
  display: flex;
  padding: 0 12px;
  min-height: 300px;
}
.post-type-archive-esg_panellists main .main-content article.contact-card > :after {
  content: "";
  border-top: 1px solid #E0E0E0;
  width: 100%;
  display: block;
  bottom: 0;
  top: unset;
  margin-top: 10px;
}
.post-type-archive-esg_panellists main .main-content article.contact-card a {
  padding: 12px;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  outline: 0;
}
.post-type-archive-esg_panellists main .main-content article.contact-card a .contact-card-image {
  padding: 1em;
}
.post-type-archive-esg_panellists main .main-content article.contact-card a .contact-card-image .image {
  margin: auto;
  max-width: 100%;
  width: 160px;
  height: 160px;
  max-height: none;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.post-type-archive-esg_panellists main .main-content article.contact-card a .contact-card-image img {
  width: 100%;
  height: auto;
}
.post-type-archive-esg_panellists main .main-content article.contact-card a .contact-card-main {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}
.post-type-archive-esg_panellists main .main-content article.contact-card a .contact-card-main .contact-card-info {
  flex: 1 1 auto;
  font-size: .775rem;
  margin-bottom: 10px;
}
.post-type-archive-esg_panellists main .main-content article.contact-card a .contact-card-main h4 {
  font-size: .875rem;
  margin: 0;
}
.post-type-archive-esg_panellists main .main-content article.contact-card a .contact-card-main .contact-card-link {
  text-align: center;
  color: #15384E;
  font-size: 14px;
  text-transform: uppercase;
}
.post-type-archive-esg_panellists main .main-content article.contact-card a .contact-card-main .contact-card-link svg, .post-type-archive-esg_panellists main .main-content article.contact-card a .contact-card-main .contact-card-link img {
  transform: rotate(90deg);
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: middle;
}
.post-type-archive-esg_panellists main .main-content .bio-active > a {
  box-shadow: none !important;
  background: #F2F2F2;
}
.post-type-archive-esg_panellists main .main-content .bio-active > a * {
  display: none;
}
.post-type-archive-esg_panellists main .main-content .bio-active > a:before {
  position: absolute;
  content: '';
  height: auto;
  left: 12px;
  right: 12px;
  top: 100%;
  bottom: -24px;
  background: #F2F2F2;
}
.post-type-archive-esg_panellists main .main-content .bio-active > a:after {
  position: absolute;
  content: '';
  background: url(/wp-content/themes/bonhill-theme-esgc/img/arrow-esg-blue.svg) 50% 50% no-repeat;
  background-size: 75%;
  color: #05384D;
  height: 15px;
  width: 15px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  transform: rotate(-90deg);
}
.post-type-archive-esg_panellists main .main-content .contact-bio {
  display: none;
  transition: margin-bottom .5s ease-in-out;
  background: #F2F2F2;
}
.post-type-archive-esg_panellists main .main-content .contact-bio .contact-card {
  display: flex;
  flex-direction: row;
}
.post-type-archive-esg_panellists main .main-content .contact-bio .image {
  max-width: 100%;
  width: 160px;
  height: 160px;
  border-radius: 100%;
}
.post-type-archive-esg_panellists main .main-content .contact-bio .contact-card-main {
  padding: 12px;
}
.post-type-archive-esg_panellists main .main-content .contact-bio .contact-card-main .contact-card-info:after {
  content: "";
  border-top: 1px solid #6a6a6a;
  width: 20%;
  display: block;
  margin-top: 10px;
}
.post-type-archive-esg_panellists main .main-content .contact-bio .contact-card-main h4 {
  margin: 0px;
  font-size: .9375rem;
}
.post-type-archive-esg_panellists main .main-content .contact-bio .contact-card-main .contact-card-info, .post-type-archive-esg_panellists main .main-content .contact-bio .contact-card-main p {
  font-size: .8125rem;
  margin-bottom: 0;
}
.post-type-archive-esg_panellists main .main-content .contact-bio.bio-active {
  display: block;
  margin: 0 0 24px 12px !important;
}
.post-type-archive-esg_panellists main .main-content .columns.is-desktop {
  padding: 1.875rem;
  display: flex;
}
.post-type-archive-esg_panellists main .main-content .contact-bio .column.title-column {
  width: 20%;
}
.post-type-archive-esg_panellists main .main-content .column.is-four-fifths-desktop {
  width: 100%;
}
.post-type-archive-esg_panellists main .main-content .contact-card-main.mobile {
  display: none !important;
}

.post-type-archive-esg_panellists .contents > .contact-card {
  order: 0;
}

.post-type-archive-esg_panellists .contents > .contact-card + .contact-bio {
  order: 1;
}

.post-type-archive-esg_panellists .contents > .contact-card:nth-of-type(n+4) {
  order: 1;
}

.post-type-archive-esg_panellists .contents > .contact-card:nth-of-type(n+4) + .contact-bio {
  order: 2;
}

.post-type-archive-esg_panellists .contents > .contact-card:nth-of-type(n+7) {
  order: 3;
}

.post-type-archive-esg_panellists .contents > .contact-card:nth-of-type(n+7) + .contact-bio {
  order: 4;
}

.post-type-archive-esg_panellists .contents > .contact-card:nth-of-type(n+10) {
  order: 5;
}

.post-type-archive-esg_panellists .contents > .contact-card:nth-of-type(n+10) + .contact-bio {
  order: 7;
}

.post-type-archive-esg_panellists .contents > .contact-card:nth-of-type(n+13) {
  order: 7;
}

.post-type-archive-esg_panellists .contents > .contact-card:nth-of-type(n+13) + .contact-bio {
  order: 8;
}

.post-type-archive-esg_panellists .contents > .contact-card:nth-of-type(n+16) {
  order: 9;
}

.post-type-archive-esg_panellists .contents > .contact-card:nth-of-type(n+16) + .contact-bio {
  order: 10;
}

.post-type-archive-esg_panellists .contents > .contact-card:nth-of-type(n+19) {
  order: 11;
}

.post-type-archive-esg_panellists .contents > .contact-card:nth-of-type(n+19) + .contact-bio {
  order: 12;
}

@media only screen and (max-width: 1080px) {
  .post-type-archive-esg_panellists main .main-content .contents, .post-type-archive-esg_panellists main .main-content .sidebar {
    width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  .post-type-archive-esg_panellists main .main-content article.contact-card {
    min-width: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 360px) {
  .post-type-archive-esg_panellists main .main-content article.contact-card {
    min-width: 100%;
    max-width: 100%;
  }

  .post-type-archive-esg_panellists main .main-content .bio-active > a * {
    display: block;
  }

  .post-type-archive-esg_panellists main .main-content .contact-bio {
    display: none !important;
  }

  .post-type-archive-esg_panellists main .main-content .bio-active > a:after {
    display: none;
  }

  .post-type-archive-esg_panellists main .main-content .bio-active > a:before {
    display: none;
  }

  .post-type-archive-esg_panellists main .main-content article.contact-card.bio-active a .contact-card-main .contact-card-link {
    display: none;
  }

  .post-type-archive-esg_panellists main .main-content .bio-active .contact-card-main.mobile {
    display: block !important;
  }

  .post-type-archive-esg_panellists main .main-content .bio-active .contact-card-info:after {
    content: "";
    border-top: 1px solid #858585;
    width: 30%;
    display: block;
    margin: auto;
    margin-top: 10px;
  }
}
.post-template-single-gallery .imageslider {
  background: #15384E;
  padding: 40px;
}
.post-template-single-gallery .imageslider .headline {
  color: #ffffff;
  margin: 0;
  margin-bottom: 20px;
}
.post-template-single-gallery .imageslider #primary-slider {
  width: 60%;
  display: inline-block;
}
.post-template-single-gallery .imageslider #caption-sliderdesktop {
  width: 33%;
  display: inline-block;
  float: right;
}
.post-template-single-gallery .imageslider #caption-sliderdesktop p {
  margin-top: 0;
  color: #ffffff;
}
.post-template-single-gallery .imageslider #caption-slider {
  display: none;
}
.post-template-single-gallery .imageslider #caption-slider p {
  color: #ffffff;
}
.post-template-single-gallery .imageslider #secondary-slider {
  margin-top: 20px;
  width: 60%;
}
.post-template-single-gallery .imageslider button.splide__arrow.splide__arrow--next {
  right: -1.8rem;
  background: none !important;
}
.post-template-single-gallery .imageslider button.splide__arrow.splide__arrow--prev {
  left: -1.8rem;
  background: none !important;
}
.post-template-single-gallery .imageslider .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 2px solid #B3DBCF;
}

@media screen and (max-width: 1080px) {
  .post-template-single-gallery .imageslider #primary-slider, .post-template-single-gallery .imageslider #caption-slider, .post-template-single-gallery .imageslider #secondary-slider {
    width: 100%;
  }

  .post-template-single-gallery .imageslider #caption-sliderdesktop {
    display: none;
  }

  .post-template-single-gallery .imageslider #caption-slider {
    display: block;
    float: none;
  }
}
@media screen and (max-width: 720px) {
  .post-template-single-gallery .top-article-section, .post-template-single-gallery .bottom-article-section {
    display: block;
  }

  .post-template-single-gallery .content-section {
    width: 100%;
  }
}
.page-template-template-contact-us .main-content {
  width: 100%;
}
.page-template-template-contact-us .contents {
  width: 75%;
}
.page-template-template-contact-us .contents .contacts {
  display: flex;
  flex-wrap: wrap;
}
.page-template-template-contact-us .contents .contacts .staff-member {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 10px 10px 0px 0px;
}
.page-template-template-contact-us .contents .contacts .staff-member .staff-member-image {
  float: left;
  margin-right: 20px;
  display: flex;
}
.page-template-template-contact-us .contents .contacts .staff-member .staff-member-image img {
  object-fit: cover;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.page-template-template-contact-us .contents .contacts .staff-member .staff-member-text span {
  font-size: 16px;
}
.page-template-template-contact-us .sidebar {
  width: 25%;
}

.page-template-template-contact-us .contents .contacts .staff-member .staff-member-text span {
  font-size: 14px;
}

@media only screen and (max-width: 1080px) {
  .page-template-template-contact-us .site-content .contents, .page-template-template-contact-us .site-content .sidebar {
    width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  .page-template-template-contact-us .contents .contacts {
    display: block;
  }

  .page-template-template-contact-us .contents .contacts .staff-member {
    width: 100%;
  }
}
.top-article-section .content-section .author-share .share-icons ul li.bon-social-share a {
  background-image: url(https://bonhillplc-public-images.s3.eu-west-2.amazonaws.com/social+icons/esg/email-icon-default.svg);
}

.top-article-section .content-section .author-share .share-icons ul li.bon-social-share a:hover {
  background-image: url(https://bonhillplc-public-images.s3.eu-west-2.amazonaws.com/social+icons/esg/email-icon-hover.svg);
}

.top-article-section .content-section .author-share .share-icons ul li.bon-social-facebook a {
  background-image: url(https://bonhillplc-public-images.s3.eu-west-2.amazonaws.com/social+icons/esg/facebook-icon-default.svg);
}

.top-article-section .content-section .author-share .share-icons ul li.bon-social-facebook a:hover {
  background-image: url(https://bonhillplc-public-images.s3.eu-west-2.amazonaws.com/social+icons/esg/facebook-icon-hover.svg);
}

.top-article-section .content-section .author-share .share-icons ul li.bon-social-twitter a {
  background-image: url(https://bonhillplc-public-images.s3.eu-west-2.amazonaws.com/social+icons/esg/twitter-icon-default.svg);
}

.top-article-section .content-section .author-share .share-icons ul li.bon-social-twitter a:hover {
  background-image: url(https://bonhillplc-public-images.s3.eu-west-2.amazonaws.com/social+icons/esg/twitter-icon-hover.svg);
}

.top-article-section .content-section .author-share .share-icons ul li.bon-social-linkedin a {
  background-image: url(https://bonhillplc-public-images.s3.eu-west-2.amazonaws.com/social+icons/esg/linkedin-icon-default.svg);
}

.top-article-section .content-section .author-share .share-icons ul li.bon-social-linkedin a:hover {
  background-image: url(https://bonhillplc-public-images.s3.eu-west-2.amazonaws.com/social+icons/esg/linkedin-icon-hover.svg);
}

.top-article-section .content-section .author-share .share-icons ul li.bon-social-print a {
  background-image: url(https://bonhillplc-public-images.s3.eu-west-2.amazonaws.com/social+icons/esg/print-icon-default.svg);
}

.top-article-section .content-section .author-share .share-icons ul li.bon-social-print a:hover {
  background-image: url(https://bonhillplc-public-images.s3.eu-west-2.amazonaws.com/social+icons/esg/print-icon-hover.svg);
}

.top-article-section .content-section .author-share .share-icons ul li a {
  width: 30px;
  height: 30px;
}

.top-article-section .content-section .author-share .share-icons ul li:last-child {
  margin: 0;
}

.bottom-article-section .content-section .entry-footer {
  display: block;
}

.wp-block-column.partner-content div {
  margin: 0 !important;
}

.single #ESG_Partner_Content_4, .single #ESG_Partner_Content_7 {
  margin-top: 30px !important;
}

@media screen and (min-width: 1080px) {
  #ESG_Partner_Content_1,
  #ESG_Partner_Content_2, #ESG_Partner_Content_3,
  #ESG_Partner_Content_4,
  #ESG_Partner_Content_5,
  #ESG_Partner_Content_6,
  #ESG_Partner_Content_7,
  #ESG_Partner_Content_8,
  #ESG_Partner_Content_9 {
    border-bottom: 1px solid #E0E0E0;
  }
}
@media screen and (min-width: 1080px) {
  #ESG_Partner_Content_2,
  #ESG_Partner_Content_5 {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1080px) {
  #ESG_Partner_Content_3 {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1080px) {
  #ESG_Partner_Content_4 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1080px) {
  #ESG_Partner_Content_6 {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1080px) {
  #ESG_Partner_Content_7 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1080px) {
  #ESG_Partner_Content_8 {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1080px) {
  #ESG_Partner_Content_9 {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1600px) {
  #ESG_Partner_Content_1 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1600px) {
  #ESG_Partner_Content_2 {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1600px) {
  #ESG_Partner_Content_3 {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1600px) {
  #ESG_Partner_Content_4 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1600px) {
  #ESG_Partner_Content_5 {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1600px) {
  #ESG_Partner_Content_6 {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1600px) {
  #ESG_Partner_Content_7 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1600px) {
  #ESG_Partner_Content_8 {
    margin-top: 20 !important;
  }
}
@media screen and (max-width: 1080px) {
  #ESG_Partner_Content_1, #ESG_Partner_Content_2, #ESG_Partner_Content_3, #ESG_Partner_Content_4, #ESG_Partner_Content_5,
  #ESG_Partner_Content_6,
  #ESG_Partner_Content_7,
  #ESG_Partner_Content_8, #ESG_Partner_Content_9 {
    display: block;
    min-width: 31%;
    float: left;
    margin-right: 2% !important;
    margin-bottom: 15px !important;
    border-bottom: 1px #E0E0E0 solid;
  }

  .wp-block-group, h2.header.has-text-color {
    clear: both;
  }
}
@media screen and (max-width: 720px) {
  #ESG_Partner_Content_1, #ESG_Partner_Content_2, #ESG_Partner_Content_3, #ESG_Partner_Content_4, #ESG_Partner_Content_5,
  #ESG_Partner_Content_6,
  #ESG_Partner_Content_7,
  #ESG_Partner_Content_8, #ESG_Partner_Content_9 {
    display: block;
    min-width: 45%;
    float: left;
    margin-right: 4% !important;
    border-bottom: 1px #E0E0E0 solid;
  }

  .wp-block-group, h2.header.has-text-color {
    clear: both;
  }
}
@media screen and (max-width: 600px) {
  #ESG_Partner_Content_1, #ESG_Partner_Content_2, #ESG_Partner_Content_3, #ESG_Partner_Content_4, #ESG_Partner_Content_5,
  #ESG_Partner_Content_6,
  #ESG_Partner_Content_7,
  #ESG_Partner_Content_8, #ESG_Partner_Content_9 {
    display: block;
    width: 100% !important;
    border-bottom: 1px #E0E0E0 solid;
    margin-top: 0 !important;
  }
}
.single .sidebar .sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  padding-bottom: 20px;
}

.single .homepage-article-noimg-laptop-content-container {
  height: fit-content !important;
}

@media screen and (min-width: 700px) {
  .single #ESG_Partner_Content_1,
  .single #ESG_Partner_Content_2, .single #ESG_Partner_Content_3,
  .single #ESG_Partner_Content_4,
  .single #ESG_Partner_Content_5,
  .single #ESG_Partner_Content_6,
  .single #ESG_Partner_Content_7,
  .single #ESG_Partner_Content_8,
  .single #ESG_Partner_Content_9 {
    width: 100% !important;
  }
}
@media screen and (max-width: 1080px) {
  .single .sidebar .sticky-container {
    position: relative;
    top: 0px;
  }

  .top-article-section .sidebar {
    width: 33.33%;
  }

  .bottom-article-section .sidebar {
    width: 33.33%;
  }
}
@media screen and (max-width: 700px) {
  .top-article-section .sidebar {
    width: 100%;
    overflow: hidden;
  }

  .single #ESG_Partner_Content_1,
  .single #ESG_Partner_Content_2, .single #ESG_Partner_Content_3,
  .single #ESG_Partner_Content_4,
  .single #ESG_Partner_Content_5,
  .single #ESG_Partner_Content_6,
  .single #ESG_Partner_Content_7,
  .single #ESG_Partner_Content_8,
  .single #ESG_Partner_Content_9 {
    min-width: 45% !important;
    width: 45% !important;
  }

  .bottom-article-section .sidebar {
    width: 100%;
    display: inline-block;
  }

  .single #ESG_Partner_Content_4, .single #ESG_Partner_Content_7 {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 417px) {
  .single #ESG_Partner_Content_1,
  .single #ESG_Partner_Content_2, .single #ESG_Partner_Content_3,
  .single #ESG_Partner_Content_4,
  .single #ESG_Partner_Content_5,
  .single #ESG_Partner_Content_6,
  .single #ESG_Partner_Content_7,
  .single #ESG_Partner_Content_8,
  .single #ESG_Partner_Content_9 {
    min-width: 100% !important;
    width: 100% !important;
  }
}
.newsletter-popup {
  display: none;
  position: fixed;
  z-index: 2;
  background: #ebebeb;
  text-align: center;
  padding: 20px 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.newsletter-popup a.newsletter-popup-button.change {
  padding: 5px 10px;
  border-radius: 5px;
  background: var(--button-color);
  color: #ffff;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  margin: auto;
}
.newsletter-popup a.newsletter-popup-button.exit {
  position: absolute;
  top: 10px;
  right: 20px;
  font-weight: bold;
}

.newsletter-popup-background {
  display: none;
  backdrop-filter: blur(6px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  .newsletter-popup {
    left: 10%;
    right: 10%;
    transform: translate(0%, -50%);
  }
}


.header-top-section .location-menu-desktop a.subscribe {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.header-top-section img.log-in-img {
  width: 25px;
  margin-left: 10px;
  filter: invert(1);
}

.header-bottom-section .mobile-menu img {
  padding: 6px;
}

.header-bottom-section .mobile-menu button svg {
  color: #152264 !important;
}

.header-bottom-section img.log-in-img {
  width: 25px;
  margin-left: 10px;
  filter: invert(1);
  padding: 0;
}

.home h2.header.border.has-text-color {
  font-size: 24px;
}

.home .entry-title a {
  transition: .3s;
}

.home .entry-title a:hover {
  color: #1594C2 !important;
}

img.log-in-img.subscribe {
  filter: invert(0);
}

a.subscribe.login.sub {
  background: #966B4D;
}

.location-menu-desktop {
  display: flex;
}

.header-bottom-section .header-search form button {
  right: -48px;
}

.header-bottom-section .header-search button span.search-text {
  display: none !important;
}

.header-bottom-section .header-search button svg {
  display: block;
}

.header-bottom-section .header-search {
  margin-right: 35px;
}

@media screen and (max-width: 720px) {
  .location-menu-desktop {
    display: none !important;
  }
}