/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
/* Newsletter font */
@font-face {
  font-family: 'newspaper';
  src: url('fonts/newspaper.eot?8');
  src: url('fonts/newspaper.eot?8#iefix') format('embedded-opentype'),
  url('fonts/newspaper.woff?8') format('woff'),
  url('fonts/newspaper.ttf?8') format('truetype'),
  url('fonts/newspaper.svg?7#newspaper') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Newsletter font */
/* COLORS */
/* line 3, ../../src/sass/style.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, ../../src/sass/style.scss */
html, body {
  font: 100%;
  height: auto;
  font-family: "Open Sans", sans-serif;
}

/* line 16, ../../src/sass/style.scss */
img {
  max-width: 100%;
}

/* line 20, ../../src/sass/style.scss */
body {
  background-color: #e9eaed;
  color: #333;
}

figure {
    margin: 0px;
}

#header {
  position: sticky;
  top: 0px;
  z-index: 10;
}

/* About page team */
.team-member {
  display: flex;
  flex-direction: row;
  background: #e1e1e1;
  padding: 15px 15px;
}

.member-image {
  width: 20%;
  display: flex;
  flex-direction: column;
}

.merber-description {
  width: 80%;
  padding-left: 15px;
}
/* End About page team */

@media (min-width: 1320px) {
  /* line 3, ../../src/sass/core/_media-query.scss */
  .container {
    width: 1320px;
  }

    .sidebar-section .ad-box {
        width: auto;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

}
@media (max-width: 767px) {
  /* line 11, ../../src/sass/core/_media-query.scss */
  h1 {
    font-size: 26px;
  }

  /* line 15, ../../src/sass/core/_media-query.scss */
  article p {
    font-size: 16px !important;
    line-height: 1.4em !important;
  }

  /* line 20, ../../src/sass/core/_media-query.scss */
  p.lead {
    font-size: 18px !important;
  }

  /* line 25, ../../src/sass/core/_media-query.scss */
  .navbar-nav {
    margin: 7px 0;
  }
  /* line 27, ../../src/sass/core/_media-query.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    color: #fff !important;
  }

  /* line 33, ../../src/sass/core/_media-query.scss */
  li.dropdown.featured > ul,
  li.dropdown.featured .caret {
    display: none;
  }

  /* line 38, ../../src/sass/core/_media-query.scss */
  .navbar-collapse {
    background-color: #333;
    border-color: transparent !important;
  }

  /* line 43, ../../src/sass/core/_media-query.scss */
  .navbar-default .navbar-toggle {
    background-color: #333;
    border-color: transparent !important;
  }

  /* line 48, ../../src/sass/core/_media-query.scss */
  .post-article {
    padding: 20px 1% !important;
  }
  /* line 50, ../../src/sass/core/_media-query.scss */
  .post-article .ad-box.pull-right {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }

  /* line 58, ../../src/sass/core/_media-query.scss */
  .thumbnail.main {
    height: 250px !important;
  }
  /* line 60, ../../src/sass/core/_media-query.scss */
  .thumbnail.main .img {
    min-height: 150px !important;
  }
  /* line 64, ../../src/sass/core/_media-query.scss */
  .thumbnail.main .caption h3 {
    margin: 10px 0 0 0 !important;
    font-size: 16px !important;
  }

    .main-section .group.post-group.d-flex {
        display: block ;
    }

    .post-group .col-sm-6.col-md-4.col-lg-4 .group-title.normal {
        top: -28px;
    }

    .post-group .btn.btn-default.small.see-more.normal {
        bottom: 30px !important;
    }

    #footer {
        padding-top: 20px;
    }

    #footer .d-flex {
        flex-direction: column;
        align-items: center;
    }

    #footer .container {
        padding: 0px;
    }

    #footer .logo-holder {
        text-align: center;
    }

    #footer .logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-socials {
        text-align: center;
        padding: 0px 0px 15px 0px;
        align-items: center !important;
        justify-content: center !important;
    }

    .footer-socials ul {
        padding-left: 0px;
        align-items: center;
        justify-content: center;
        padding-top: 20px;
    }

    .footer-socials ul li:first-child {
        display: none;
    }

    .footer-second-row ul, .footer-third-row ul {
        flex-direction: column !important;
        align-items: center;
        justify-content: center;
    }

    .footer-second-row form {
        max-width: 100% !important;
        width: 100%;
    }

    #footer .footer-third-row .text-right {
        text-align: center;
    }

    .team-member {
      flex-direction: column;
    }

    .member-image {
      width: 100%;
    }

    .member-image img {
      width: 100%;
      height: auto;
    }

    .merber-description {
      width: 100%;
      padding-left: 0px;
      padding-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 75, ../../src/sass/core/_media-query.scss */
  .post-article {
    padding: 20px 5% !important;
  }
}
@media (max-width: 1199px) {
    /* line 83, ../../src/sass/core/_media-query.scss */
    #header .navbar-right {
        top: -110px;
        width: auto;
        white-space: nowrap;
    }
    /* line 87, ../../src/sass/core/_media-query.scss */
    #header .navbar-right li {
        float: left;
    }
    /* line 91, ../../src/sass/core/_media-query.scss */
    #header .nav > li > a {
        padding: 15px 10px !important;
    }
    #header .nav > li.dropdown.social > a {
        padding: 10px !important;
    }
}

@media (max-width: 768px) {
  #header .navbar-right {
    top: -7px;
    width: auto;
    white-space: nowrap;
  }

  .dropdown.search .input-group {
    margin: 0 5px!important;
    width: 150px!important;
  }

  .dropdown.social.open {
    z-index: 9999;
    background: #8dc63e;
  }

  .dropdown.social .dropdown-menu {
    max-width: 130px;
  }
}

@media (max-width: 1319px) {
  /* line 99, ../../src/sass/core/_media-query.scss */
  .color-box:before {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    font-size: 30px !important;
  }
  /* line 105, ../../src/sass/core/_media-query.scss */
  .color-box .lead {
    margin: 10px 0 0 70px !important;
    min-height: 50px !important;
  }
  /* line 108, ../../src/sass/core/_media-query.scss */
  .color-box .lead h3 {
    margin: 0 0 15px 0 !important;
    font-size: 16px !important;
  }
}
/* line 1, ../../src/sass/core/_header.scss */
.slogan {
  margin-top: 20px;
  color: #fff;
  text-align: center;
  float: right;
  min-width: 300px;
}
/* line 7, ../../src/sass/core/_header.scss */
.slogan i {
  font-size: 70px;
  float: left;
  margin-right: 10px;
}
/* line 12, ../../src/sass/core/_header.scss */
.slogan p {
  float: left;
  margin-top: 15px;
  font-size: 16px;
}

/* line 2, ../../src/sass/core/_navigation.scss */
#header .top {
  background-color: #333;
  height: 110px;
  width: 100%;
  position: relative;
}
/* line 8, ../../src/sass/core/_navigation.scss */
#header .top:after {
  content: "";
  width: 100%;
  height: 50px;
  background-color: #8dc63e;
  position: absolute;
  top: 100%;
}
/* line 18, ../../src/sass/core/_navigation.scss */
#header .navbar-default {
  background-color: #8dc63e;
  border-width: 0;
  margin-bottom: 10px;
}
/* line 25, ../../src/sass/core/_navigation.scss */
#header .navbar-header .navbar-brand {
  width: 50px;
}
/* line 27, ../../src/sass/core/_navigation.scss */
#header .navbar-header .navbar-brand img {
  max-width: 480px;
  width: auto;
  position: absolute;
  top: -75px;
  left: 0;
}

/* line 39, ../../src/sass/core/_navigation.scss */
.nav > li > a {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 10px 10px;
}
/* line 43, ../../src/sass/core/_navigation.scss */
.nav > li > a:hover {
  background-color: #cde6aa !important;
  color: #fff !important;
}
/* line 49, ../../src/sass/core/_navigation.scss */
.nav li.dropdown.featured {
  position: static;
}
/* line 53, ../../src/sass/core/_navigation.scss */
.nav li.dropdown.featured.open > a,
.nav li.dropdown.featured.open > a:focus,
.nav li.dropdown.featured.open > a:hover {
  background-color: #cde6aa !important;
  color: #333 !important;
}

/* line 63, ../../src/sass/core/_navigation.scss */
.navbar-default .navbar-nav > .open > a {
  background-color: #cde6aa;
  color: #fff;
}

/* line 67, ../../src/sass/core/_navigation.scss */
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
/* line 69, ../../src/sass/core/_navigation.scss */
.navbar-default .navbar-nav > li > a > i {
  font-size: 18px;
}
/* line 73, ../../src/sass/core/_navigation.scss */
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333 !important;
}

/* line 81, ../../src/sass/core/_navigation.scss */
.dropdown-menu > li:hover {
  background: #cde6aa;
}
/* line 84, ../../src/sass/core/_navigation.scss */
.dropdown-menu > li > a {
  color: #8dc63e;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 20px;
}
/* line 90, ../../src/sass/core/_navigation.scss */
.dropdown-menu > li > a:hover {
  background: #cde6aa;
}

/* line 98, ../../src/sass/core/_navigation.scss */
.navbar-nav li .dropdown-menu {
  border: 0 solid #8dc63e;
  border-width: 0 0 8px 0;
  border-radius: 0;
}

/* line 106, ../../src/sass/core/_navigation.scss */
.navbar-right {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 113, ../../src/sass/core/_navigation.scss */
.dropdown.featured .dropdown-menu {
  width: 100%;
  border: 0 solid #8dc63e;
  border-width: 0 0 8px 0;
  border-radius: 0;
}
/* line 120, ../../src/sass/core/_navigation.scss */
.dropdown.featured .dropdown-menu > li > .dropdown-menu {
  width: auto;
  background: #cde6aa;
  border: 0;
  box-shadow: 0 0 0 transparent;
  left: 200px;
  margin: 0;
  padding: 0;
  top: 0;
  min-height: 100%;
}
/* line 131, ../../src/sass/core/_navigation.scss */
.dropdown.featured .dropdown-menu > li > .dropdown-menu > li {
  float: left;
}
/* line 137, ../../src/sass/core/_navigation.scss */
.dropdown.featured li.dropdown-submenu {
  width: 200px;
}
/* line 139, ../../src/sass/core/_navigation.scss */
.dropdown.featured li.dropdown-submenu > a {
  color: #8dc63e;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 20px;
}
/* line 146, ../../src/sass/core/_navigation.scss */
.dropdown.featured li.dropdown-submenu > a:hover {
  background-color: transparent;
}
/* line 148, ../../src/sass/core/_navigation.scss */
.dropdown.featured li.dropdown-submenu > a:hover:after {
  opacity: 1;
  margin-right: -10px;
}
/* line 154, ../../src/sass/core/_navigation.scss */
.dropdown.featured li.dropdown-submenu > a:after {
  margin-top: 4px;
  margin-right: 0;
  opacity: 0;
  border-left-color: #333 !important;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 162, ../../src/sass/core/_navigation.scss */
.dropdown.featured li.dropdown-submenu.active, .dropdown.featured li.dropdown-submenu:hover {
  background-color: #cde6aa !important;
}
/* line 165, ../../src/sass/core/_navigation.scss */
.dropdown.featured li.dropdown-submenu.active > a, .dropdown.featured li.dropdown-submenu:hover > a {
  color: #333;
  background-color: transparent !important;
}
/* line 168, ../../src/sass/core/_navigation.scss */
.dropdown.featured li.dropdown-submenu.active > a:after, .dropdown.featured li.dropdown-submenu:hover > a:after {
  opacity: 1;
  margin-right: -10px;
}

/* line 178, ../../src/sass/core/_navigation.scss */
.dropdown.search .dropdown-menu {
  background-color: #cde6aa;
}
/* line 181, ../../src/sass/core/_navigation.scss */
.dropdown.search .input-group {
  margin: 0 10px;
  width: 300px;
}

/* line 188, ../../src/sass/core/_navigation.scss */
.dropdown.social .social-media-box {
  padding: 0 10px;
}
/* line 190, ../../src/sass/core/_navigation.scss */
.dropdown.social .social-media-box h3 {
  display: none;
}
/* line 193, ../../src/sass/core/_navigation.scss */
.dropdown.social .social-media-box ul {
  margin: 0;
  padding: 0;
}
/* line 198, ../../src/sass/core/_navigation.scss */
.dropdown.social .dropdown-menu {
  min-width: 128px;
}

/* line 204, ../../src/sass/core/_navigation.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
/* line 213, ../../src/sass/core/_navigation.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
/* line 228, ../../src/sass/core/_navigation.scss */
.featured .dropdown-submenu:first-child > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
/* line 232, ../../src/sass/core/_navigation.scss */
.dropdown-submenu.pull-left {
  float: none;
}
/* line 234, ../../src/sass/core/_navigation.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 2, ../../src/sass/core/_posts.scss */
.featured .featured-post {
  margin-top: 15px;
}
/* line 4, ../../src/sass/core/_posts.scss */
.featured .featured-post figure {
  height: 110px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
/* line 11, ../../src/sass/core/_posts.scss */
.featured .featured-post figure img {
  display: none !important;
}
/* line 16, ../../src/sass/core/_posts.scss */
.featured .featured-post a p {
  color: #333;
}
/* line 19, ../../src/sass/core/_posts.scss */
.featured .featured-post a:hover {
  text-decoration: none;
}
/* line 21, ../../src/sass/core/_posts.scss */
.featured .featured-post a:hover p {
  color: #8dc63e;
}
/* line 26, ../../src/sass/core/_posts.scss */
.featured .featured-post p {
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  padding-top: 10px;
  font-size: 16px;
}

/* line 37, ../../src/sass/core/_posts.scss */
.post-group {
  background-color: #fff;
  padding: 20px 10px 0 10px;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  float: left;
}
/* line 46, ../../src/sass/core/_posts.scss */
.post-group .group-title {
  float: left;
  margin: 0;
  background-color: #8dc63e;
  padding: 4px 10px;
  position: absolute;
  z-index: 9;
  left: 0;
  top: -28px;
}
/* line 55, ../../src/sass/core/_posts.scss */
.post-group .group-title h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
/* line 65, ../../src/sass/core/_posts.scss */
.post-group .btn.see-more {
  position: absolute;
  bottom: -25px;
  right: 0px;
}
/* line 70, ../../src/sass/core/_posts.scss */
.post-group.partners {
  width: 100%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  padding-bottom: 20px;
}

/* line 78, ../../src/sass/core/_posts.scss */
.thumbnail {
  padding: 0;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 0;
  height: 250px;
/*   overflow: hidden; */ /** bugged middle column tiny white space **/
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 89, ../../src/sass/core/_posts.scss */
.thumbnail .share-content {
  opacity: 0;
  float: right;
  margin-right: 10px;
  padding: 0 10px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail .share-content-title {
    opacity: 0;
    background: transparent!important;
    background-color: transparent!important;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* line 97, ../../src/sass/core/_posts.scss */
.thumbnail:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
/* line 100, ../../src/sass/core/_posts.scss */
.thumbnail:hover a h3 {
  color: #8dc63e;
}
/* line 104, ../../src/sass/core/_posts.scss */
.thumbnail:hover .share-content {
  opacity: 1;
  margin-right: 0;
}

.thumbnail:hover .share-content-title {
  opacity: 1;
  margin-right: 0;
}
/* line 113, ../../src/sass/core/_posts.scss */
.thumbnail a:hover {
  text-decoration: none;
}
/* line 118, ../../src/sass/core/_posts.scss */
.thumbnail .img {
  height: 150px;
  width: 100%;
  background-size: cover;
}
/* line 122, ../../src/sass/core/_posts.scss */
.thumbnail .img img {
  display: none;
}
/* line 127, ../../src/sass/core/_posts.scss */
.thumbnail .caption {
  padding: 1% 4% 2% 4%;
}
/* line 129, ../../src/sass/core/_posts.scss */
.thumbnail .caption h3 {
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  max-height: 60px;
  overflow: hidden;
  line-height: 19px;
}

.thumbnail.main .caption h3 {
    line-height: 28px;
}
/* line 136, ../../src/sass/core/_posts.scss */
.thumbnail .article-meta {
  background-color: #8dc63e;
  padding: 4px 10px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  margin-top: -24px;
  color: #fff;
  position: relative;
  display: block;
}
/* line 148, ../../src/sass/core/_posts.scss */
.thumbnail .article-share {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 26px;
  line-height: 26px;
}
/* line 156, ../../src/sass/core/_posts.scss */
.thumbnail .article-share .share-label {
  font-size: 10px;
  float: left;
}
/* line 159, ../../src/sass/core/_posts.scss */
.thumbnail .article-share .share-label span {
  width: 26px;
  height: 26px;
  background-color: #8dc63e;
  float: left;
  margin-right: 10px;
  text-align: center;
}
/* line 166, ../../src/sass/core/_posts.scss */
.thumbnail .article-share .share-label span i {
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
/* line 174, ../../src/sass/core/_posts.scss */
.thumbnail.main {
  height: 520px;
}
/* line 177, ../../src/sass/core/_posts.scss */
.thumbnail.main .img {
  min-height: 350px;
  width: auto;
}
/* line 182, ../../src/sass/core/_posts.scss */
.thumbnail.main .caption h3 {
  margin: 20px 0 0 0;
  font-size: 28px;
}
/* line 187, ../../src/sass/core/_posts.scss */
.thumbnail.main .article-share {
  height: 35px;
  line-height: 35px;
}
/* line 192, ../../src/sass/core/_posts.scss */
.thumbnail.main .article-share .share-label span {
  width: 35px;
  height: 35px;
}
/* line 199, ../../src/sass/core/_posts.scss */
.thumbnail.small {
  background-color: transparent;
  box-shadow: none;
  height: 190px;
  margin-top: 15px;
}
/* line 204, ../../src/sass/core/_posts.scss */
.thumbnail.small .img {
  height: 110px;
}
/* line 207, ../../src/sass/core/_posts.scss */
.thumbnail.small h3 {
  font-size: 16px;
  text-transform: none;
  line-height: 15px;
}

.navbar-nav .thumbnail.small h3 {
    line-height: 20px;
}

/* line 1, ../../src/sass/core/_boxes.scss */
.color-box {
  background-color: #8dc63e;
  border-radius: 2px;
  padding: 15px;
  font-size: 16px;
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 20px;
}
/* line 11, ../../src/sass/core/_boxes.scss */
.color-box:before {
  font-family: FontAwesome;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 70px;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  left: 12px;
  top: 20px;
}
/* line 27, ../../src/sass/core/_boxes.scss */
.color-box .form-control {
  border: 1px solid #aaa;
}
/* line 32, ../../src/sass/core/_boxes.scss */
.color-box.check-events:before {
  content: "\f073";
}
/* line 35, ../../src/sass/core/_boxes.scss */
.color-box.check-events button {
  min-width: 80%;
}
/* line 40, ../../src/sass/core/_boxes.scss */
.color-box.news-watch:before {
  content: "\f1ea";
}
/* line 43, ../../src/sass/core/_boxes.scss */
.color-box.news-watch button {
  min-width: 80%;
}
/* line 48, ../../src/sass/core/_boxes.scss */
.color-box.subscribe:before {
  content: "\f0e0";
}
/* line 53, ../../src/sass/core/_boxes.scss */
.color-box.plant-map:before {
  content: "\f275";
}
/* line 56, ../../src/sass/core/_boxes.scss */
.color-box.plant-map button {
  min-width: 80%;
}
/* line 61, ../../src/sass/core/_boxes.scss */
.color-box .lead {
  margin: 10px 0 0 80px;
  text-align: left;
  min-height: 70px;
  padding: 10px;
}
/* line 65, ../../src/sass/core/_boxes.scss */
.color-box .lead h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-top: 7px;
}

.color-box .lead h3.simple {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-top: 0px;
}
/* line 71, ../../src/sass/core/_boxes.scss */
.color-box .lead p {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 100%;
  margin-bottom: 15px;
}

/* line 81, ../../src/sass/core/_boxes.scss */
.twitter-box {
  position: relative;
  /*background: #fff;*/
  width: 100%;
  min-height: 400px;
  float: left;
  margin-top: 20px;
}
/* line 88, ../../src/sass/core/_boxes.scss */
.out-twitter-box:before {
  content: "Twitter Box";
  width: 100%;
  color: #55acee;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

/* line 105, ../../src/sass/core/_boxes.scss */
.social-media-box ul {
  list-style: none;
  display: inline-block;
  padding: 0;
}
/* line 109, ../../src/sass/core/_boxes.scss */
.social-media-box ul li {
  margin: 2px;
  float: left;
}
/* line 113, ../../src/sass/core/_boxes.scss */
.social-media-box ul li a {
  width: 50px;
  height: 30px;
  line-height: 30px;
}

/* line 122, ../../src/sass/core/_boxes.scss */
.events-box {
  position: relative;
  background: transparent;
  background-color: transparent;
  width: 100%;
  min-height: 90px;
  float: left;
}
/* line 128, ../../src/sass/core/_boxes.scss */
.out-events-box:before {
  content: "Event Box";
  width: 100%;
  color: #aaa;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

/* line 143, ../../src/sass/core/_boxes.scss */
.social-share-box {
  margin: 20px 0;
  position: relative;
  background: #f1f1f1;
  width: 100%;
  min-height: 90px;
}
/* line 149, ../../src/sass/core/_boxes.scss */
.out-social-share-box:before {
  content: "Social Share Box";
  width: 100%;
  color: #aaa;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

/* line 1, ../../src/sass/core/_ads.scss */
.ad-box {
  position: relative;
  background: transparent;
  /*width: auto;*/
  height: auto;
  /*float: left;*/
  margin-top: 20px;
  text-align: center;
}
/* line 9, ../../src/sass/core/_ads.scss */
.removed-ad-box:before {
  content: "";
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
}
/* line 24, ../../src/sass/core/_ads.scss */
.post-article .ad-box.pull-right {
  margin-bottom: 40px;
  margin-left: 40px;
}
.ad-box-default {
  position: relative;
  background: transparent;
  display: block;
  clear: both;
  margin: 10px auto 10px auto;
  text-align: center;
}
/* line 1, ../../src/sass/core/_others.scss */
.trending {
  margin-top: 10px;
  display: block;
  width: 100%;
  float: left;
}
/* line 6, ../../src/sass/core/_others.scss */
.trending .box {
  float: left;
  background-color: #333;
  color: #fff;
  line-height: 16px;
  padding: 4px 12px;
}
/* line 13, ../../src/sass/core/_others.scss */
.trending p {
  float: left;
  line-height: 16px;
  padding: 4px 0;
  margin: 0 10px;
  font-size: 14px;
}

/* line 21, ../../src/sass/core/_others.scss */
.clearfix {
  margin: 15px 0;
}
/* line 23, ../../src/sass/core/_others.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 28, ../../src/sass/core/_others.scss */
.clearfix:after {
  clear: both;
}

/* line 33, ../../src/sass/core/_others.scss */
.auto-width {
  width: auto !important;
}

/* line 1, ../../src/sass/core/_buttons.scss */
.btn-default {
  background-color: #8dc63e;
  border: 0;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 8, ../../src/sass/core/_buttons.scss */
.btn-default.small {
  background-color: #8dc63e;
  padding: 4px 12px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0;
}
/* line 15, ../../src/sass/core/_buttons.scss */
.btn-default.invert {
  background-color: #f19814;
}
/* line 19, ../../src/sass/core/_buttons.scss */
.btn-default:hover {
  background-color: #8dc63e;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
/* line 24, ../../src/sass/core/_buttons.scss */
.btn-default:hover.invert {
  background-color: #f19814;
}

/* line 30, ../../src/sass/core/_buttons.scss */
.input-lg {
  padding: 6px 20px;
}

/* line 34, ../../src/sass/core/_buttons.scss */
.btn-social {
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
}
/* line 42, ../../src/sass/core/_buttons.scss */
.btn-social:hover {
  color: #fff;
  opacity: .8;
}
/* line 47, ../../src/sass/core/_buttons.scss */
.btn-social.btn-facebook {
  background-color: #3b5998;
}
/* line 50, ../../src/sass/core/_buttons.scss */
.btn-social.btn-twitter {
  background-color: #00aced;
}
/* line 53, ../../src/sass/core/_buttons.scss */
.btn-social.btn-google-plus {
  background-color: #dd4b39;
}
/* line 56, ../../src/sass/core/_buttons.scss */
.btn-social.btn-youtube-play {
  background-color: #e52d27;
}
/* line 59, ../../src/sass/core/_buttons.scss */
.btn-social.btn-instagram {
  background-color: #9b6954;
}
/* line 62, ../../src/sass/core/_buttons.scss */
.btn-social.btn-tumblr {
  background-color: #32506d;
}
/* line 65, ../../src/sass/core/_buttons.scss */
.btn-social.btn-pinterest-p {
  background-color: #cb2027;
}
/* line 68, ../../src/sass/core/_buttons.scss */
.btn-social.btn-linkedin {
  background-color: #007bb5;
}

/* line 2, ../../src/sass/core/_layout.scss */
.sidebar-section {
  padding-top: 20px;
}

/* line 6, ../../src/sass/core/_layout.scss */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 10, ../../src/sass/core/_layout.scss */
.row {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 1, ../../src/sass/core/_featured-news.scss */
.featured-news {
  background-color: #fff;
  padding: 10px 0 0 0;
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 6, ../../src/sass/core/_featured-news.scss */
.featured-news .post-group {
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
}
/* line 11, ../../src/sass/core/_featured-news.scss */
.featured-news .post-group .group-title {
  width: 100%;
  background-color: transparent;
  border-bottom: 4px solid #8dc63e;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
/* line 19, ../../src/sass/core/_featured-news.scss */
.featured-news .post-group .group-title h2 {
  display: inline-block;
  margin: auto;
  width: auto;
  background-color: #8dc63e;
  padding: 4px 10px;
}
/* line 28, ../../src/sass/core/_featured-news.scss */
.featured-news .nav-prev {
  position: absolute;
  font-size: 60px;
  color: #777;
  left: -10px;
  top: 50%;
  margin-top: -50px;
}
/* line 36, ../../src/sass/core/_featured-news.scss */
.featured-news .nav-next {
  position: absolute;
  font-size: 60px;
  color: #777;
  right: -10px;
  top: 50%;
  margin-top: -50px;
}
/* line 44, ../../src/sass/core/_featured-news.scss */
.featured-news ul.bullets {
  display: block;
  height: 30px;
  padding: 5px 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
/* line 51, ../../src/sass/core/_featured-news.scss */
.featured-news ul.bullets li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  position: relative;
}
/* line 57, ../../src/sass/core/_featured-news.scss */
.featured-news ul.bullets li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cde6aa;
}
/* line 68, ../../src/sass/core/_featured-news.scss */
.featured-news ul.bullets li.active:before {
  background-color: #8dc63e;
}
/* line 72, ../../src/sass/core/_featured-news.scss */
.featured-news ul.bullets li:hover {
  cursor: pointer;
}
/* line 74, ../../src/sass/core/_featured-news.scss */
.featured-news ul.bullets li:hover:before {
  background-color: #8dc63e;
}
/* line 81, ../../src/sass/core/_featured-news.scss */
.featured-news.latest-news {
  padding-bottom: 0;
  margin-bottom: 40px;
}
/* line 84, ../../src/sass/core/_featured-news.scss */
.featured-news.latest-news .post-group {
  margin-bottom: 0;
}

/* line 1, ../../src/sass/core/_forms.scss */
#newsletter-form {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
}

/* line 1, ../../src/sass/core/_footer.scss */
#footer {
  background-color: #fff;
  border-top: 4px solid #c9c9c9;
  margin-top: 10px;
}
/* line 6, ../../src/sass/core/_footer.scss */
#footer h3 {
  font-size: 16px;
  color: #aaa;
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 14, ../../src/sass/core/_footer.scss */
#footer .right-side .btn-default.invert {
  background-color: #8dc63e;
}
/* line 18, ../../src/sass/core/_footer.scss */
#footer .subscribe-form {
  padding-top: 30px;
}
/* line 20, ../../src/sass/core/_footer.scss */
#footer .subscribe-form .form-group {
  width: 60%;
  margin-right: 10px;
  margin-bottom: 0;
  float: left;
}
/* line 28, ../../src/sass/core/_footer.scss */
#footer .language ul {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 33, ../../src/sass/core/_footer.scss */
#footer .language ul li {
  margin-right: 20px;
  float: left;
}
/* line 36, ../../src/sass/core/_footer.scss */
#footer .language ul li a {
  color: #ccc;
}
/* line 38, ../../src/sass/core/_footer.scss */
#footer .language ul li a:hover {
  color: #333;
}

/* line 47, ../../src/sass/core/_footer.scss */
.footer-nav {
  margin-top: 30px;
  float: left;
  width: 90%;
  border-right: 1px solid #f1f1f1;
}
/* line 52, ../../src/sass/core/_footer.scss */
.footer-nav h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
/* line 56, ../../src/sass/core/_footer.scss */
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 15px;
}
/* line 62, ../../src/sass/core/_footer.scss */
.footer-nav ul li {
  margin-bottom: 10px;
}
/* line 65, ../../src/sass/core/_footer.scss */
.footer-nav ul a {
  color: #8dc63e;
}
/* line 67, ../../src/sass/core/_footer.scss */
.footer-nav ul a:hover {
  color: #333;
}

/* line 74, ../../src/sass/core/_footer.scss */
.copyright {
  margin-top: 30px;
  text-align: center;
}
/* line 77, ../../src/sass/core/_footer.scss */
.copyright .logo {
  width: 200px;
  max-width: 140px;
  display: inline-block;
}
/* line 82, ../../src/sass/core/_footer.scss */
.copyright p {
  margin-top: 10px;
  color: #ccc;
  font-size: 14px;
}
/* line 86, ../../src/sass/core/_footer.scss */
.copyright p a {
  color: #ccc;
}
/* line 88, ../../src/sass/core/_footer.scss */
.copyright p a:hover {
  color: #333;
}

/* line 1, ../../src/sass/core/_typography.scss */
a {
  color: #8dc63e;
}
/* line 3, ../../src/sass/core/_typography.scss */
a:hover {
  text-decoration: none;
  color: inherit;
}

/* line 8, ../../src/sass/core/_typography.scss */
mark {
  background-color: transparent;
  color: #8dc63e;
}

/* line 12, ../../src/sass/core/_typography.scss */
p {
  font-size: 18px;
}
/* line 14, ../../src/sass/core/_typography.scss */
article p {
  line-height: 1.7em;
  letter-spacing: .02em;
  margin: 20px 0;
  color: #555;
}
/* line 20, ../../src/sass/core/_typography.scss */
p.lead {
  font-weight: bold;
  margin: 40px 0;
  color: #111;
  font-size: 22px;
  line-height: 1.5em;
}

/* line 28, ../../src/sass/core/_typography.scss */
.caption {
  font-size: 12px;
  color: #aaa;
  float: right;
}

/* line 33, ../../src/sass/core/_typography.scss */
h1 {
  font-weight: 600;
}

/* line 3, ../../src/sass/core/_single.scss */
.single-page .main-section {
  margin-top: 20px;
}

.single-page .main-section > .post-group:first-child {
  margin-top: 20px;
}

/* Content pages: show the "Latest News" badge inline below the breadcrumb (matches design) */
.single-page .main-section .post-group {
  position: static;
}
.single-page .main-section .post-group .group-title.center {
  position: static;
  float: none;
  display: inline-block;
  top: auto;
  left: auto;
  margin: 0 0 0 15px;
}
.single-page .main-section .post-group .breadcrumb {
  margin-bottom: 8px;
}
.single-page .main-section .post-group h1.entry-title {
    border-bottom: 1px solid #eee;
    padding: 10px 0 20px;
    margin-bottom: 30px;
}

/* Content-page "Geothermal Energy Guides" cards: white rounded boxes on a grey band,
   green caption, title above image (matches redesign) */
.tge-guide-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px 0;
  padding: 28px;
  background: #f1f3f5;
  border-radius: 10px;
}
.tge-guide-card {
  display: block;
  background: #fff;
  border: 1px solid #e7ebef;
  border-radius: 10px;
  padding: 18px 18px 20px;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(23, 41, 60, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.tge-guide-card:hover,
.tge-guide-card:focus {
  box-shadow: 0 6px 18px rgba(23, 41, 60, 0.12);
  transform: translateY(-2px);
  text-decoration: none;
}
.tge-guide-card__caption {
  display: block;
  color: #8dc63e;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 6px;
}
.tge-guide-card__title {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: #17293c;
}
.tge-guide-card__img {
  display: block;
}
.tge-guide-card__img img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .tge-guide-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .tge-guide-cards {
    grid-template-columns: 1fr;
    padding: 18px;
  }
}

/* line 8, ../../src/sass/core/_single.scss */
.post-article {
  padding: 20px 11%;
}
/* line 10, ../../src/sass/core/_single.scss */
.post-article .article-header {
  display: inline-block;
  width: 100%;
}
/* line 14, ../../src/sass/core/_single.scss */
.post-article h1 {
  margin: 20px 0;
}
/* line 17, ../../src/sass/core/_single.scss */
.post-article figure {
  padding: 20px 0;
  float: left;
  text-align: center;
}
/* line 21, ../../src/sass/core/_single.scss */
.post-article figure .caption {
  padding: 10px 0;
  float: none;
  display: inline-block;
}

/* line 28, ../../src/sass/core/_single.scss */
.author {
  margin-bottom: 15px;
  text-align: left;
}
/* line 31, ../../src/sass/core/_single.scss */
.author .avatar {
  max-width: 64px;
  height: auto;
  display: table-cell;
}
.author .avatar-author-6 {
    max-width: 64px;
    height: auto;
}

.author .author-link {
    display: block;
    margin:5px 0px 0px 0px;
    clear: both;
}
/* line 35, ../../src/sass/core/_single.scss */
.author .caption {
  float: none;
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
/* line 40, ../../src/sass/core/_single.scss */
.author .caption span {
  display: block;
}
/* line 44, ../../src/sass/core/_single.scss */
.author a {
  color: #8dc63e;
}
/* line 46, ../../src/sass/core/_single.scss */
.author a:hover {
  color: #333;
}
/* line 50, ../../src/sass/core/_single.scss */
.single-page .author img {
  border-radius: 50%;
}

/* line 54, ../../src/sass/core/_single.scss */
.references {
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
/* line 60, ../../src/sass/core/_single.scss */
.references .title {
  float: left;
  background-color: #333;
  color: #fff;
  text-transform: uppercase;
  height: 26px;
  margin-right: 15px;
  padding: 0 10px;
  text-align: center;
  min-width: 100px;
  margin-top: 5px;
}
/* line 72, ../../src/sass/core/_single.scss */
.references .source {
  margin-top: 5px;
  display: block;
  float: left;
}
/* line 77, ../../src/sass/core/_single.scss */
.references .tags {
  margin-top: 5px;
  display: block;
  float: left;
}
/* line 81, ../../src/sass/core/_single.scss */
.references .tags .tag {
  background-color: #cde6aa;
  background-color: transparent;
  color: #333;
  display: inline-block;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 2px;
  float: left;
}
.references .tags .tag:hover {
   background-color: #cde6aa;
  color: #333;
  display: inline-block;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 2px;
}

.references .tags .tag {
    border: 1px solid #e9eaed;
}
/* line 92, ../../src/sass/core/_single.scss */
.tge-list {
  font-size: 16px;
  list-style: none;
  padding: 0 15px;
}
/* line 96, ../../src/sass/core/_single.scss */
.tge-list li {
  margin-bottom: 10px;
  position: relative;
}
/* line 99, ../../src/sass/core/_single.scss */
.tge-list li:before {
  content: "";
  background-color: #8dc63e;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 7px;
}
/* line 111, ../../src/sass/core/_single.scss */
.tge-list li h3 a {
  color: #333;
}

/* line 117, ../../src/sass/core/_single.scss */
.tge-head {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin: 30px 0;
}
/* line 122, ../../src/sass/core/_single.scss */
.tge-head:before {
  content: "";
  height: 1px;
  background-color: #eee;
  width: 100%;
  display: block;
  position: absolute;
  top: 30px;
}
/* line 131, ../../src/sass/core/_single.scss */
.tge-head h3 {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 0 10px;
  font-weight: bold;
}
/* line 140, ../../src/sass/core/_single.scss */
.tge-head h3 small {
  width: 100%;
  display: block;
}

/* line 146, ../../src/sass/core/_single.scss */
.team {
  text-align: center;
  position: relative;
}
/* line 150, ../../src/sass/core/_single.scss */
.team .member figure {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  float: none;
  padding: 0;
}
/* line 158, ../../src/sass/core/_single.scss */
.team .member figure.adapt img {
  margin: 0 10%;
  width: 80%;
}
/* line 164, ../../src/sass/core/_single.scss */
.team .member .linkedin-contact {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #007bb5;
  display: block;
  position: absolute;
  line-height: 40px;
  left: 50%;
  margin-left: 35px;
  top: 110px;
}
/* line 175, ../../src/sass/core/_single.scss */
.team .member .linkedin-contact i {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
}
/* line 180, ../../src/sass/core/_single.scss */
.team .member .linkedin-contact:hover {
  opacity: .8;
}
/* line 184, ../../src/sass/core/_single.scss */
.team .member p {
  font-size: 16px;
  padding: 0 15px;
}
/* line 189, ../../src/sass/core/_single.scss */
.team .name {
  margin: 15px 0;
}
/* line 191, ../../src/sass/core/_single.scss */
.team .name h3 {
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 0 10px;
  font-weight: bold;
  font-size: 20px;
}
/* line 202, ../../src/sass/core/_single.scss */
.team .name h3 small {
  width: 100%;
  display: block;
}

/* line 209, ../../src/sass/core/_single.scss */
.how {
  text-align: center;
}

/* line 2, ../../src/sass/core/_events.scss */
.tge-title-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #ddd;
  width: 100%;
  display: inline-block;
}
/* line 9, ../../src/sass/core/_events.scss */
.tge-title-tabs ul li {
  float: left;
}
/* line 11, ../../src/sass/core/_events.scss */
.tge-title-tabs ul li:first-child {
  background-color: #8dc63e;
  padding: 5px 10px;
}
/* line 14, ../../src/sass/core/_events.scss */
.tge-title-tabs ul li:first-child h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
/* line 24, ../../src/sass/core/_events.scss */
.tge-title-tabs ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
  line-height: 18px;
  padding: 5px 10px;
  float: left;
}
/* line 31, ../../src/sass/core/_events.scss */
.tge-title-tabs ul li a:hover {
  color: #333;
}
/* line 34, ../../src/sass/core/_events.scss */
.tge-title-tabs ul li a.active {
  border-bottom: 2px solid #8dc63e;
  color: #333;
}

/* line 44, ../../src/sass/core/_events.scss */
.events-timeline .month {
  position: relative;
  display: inline-block;
  width: 100%;
}
/* line 50, ../../src/sass/core/_events.scss */
.events-timeline .month:first-child .pointer:before {
  display: none;
}
/* line 57, ../../src/sass/core/_events.scss */
.events-timeline .month:last-child .pointer:after {
  display: none;
}
/* line 61, ../../src/sass/core/_events.scss */
.events-timeline .month:last-child .time-bar {
  display: none;
}
/* line 65, ../../src/sass/core/_events.scss */
.events-timeline .month .timeline {
  display: inline-block;
  width: 100%;
}
/* line 68, ../../src/sass/core/_events.scss */
.events-timeline .month .timeline h3 {
  color: #8dc63e;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
/* line 74, ../../src/sass/core/_events.scss */
.events-timeline .month .timeline .time-bar {
  width: 2px;
  height: 1000px;
  position: absolute;
  top: 20px;
  left: -26px;
  background-color: #8dc63e;
  max-height: 100%;
}
/* line 83, ../../src/sass/core/_events.scss */
.events-timeline .month .timeline .pointer {
  content: "";
  position: absolute;
  left: -35px;
  top: 15px;
  width: 20px;
  height: 20px;
  background-color: #8dc63e;
  display: block;
  border-radius: 50%;
}
/* line 94, ../../src/sass/core/_events.scss */
.events-timeline .month .timeline .pointer:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 18px solid #8dc63e;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 106, ../../src/sass/core/_events.scss */
.events-timeline .month .timeline .pointer:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #8dc63e;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 120, ../../src/sass/core/_events.scss */
.events-timeline .month .event {
  background-color: #fff;
  display: block;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  border-top: 2px solid #8dc63e;
}
/* line 126, ../../src/sass/core/_events.scss */
.events-timeline .month .event .banner {
  background-color: #f9f9f9;
  padding: 10px;
  text-align: center;
}
/* line 131, ../../src/sass/core/_events.scss */
.events-timeline .month .event .date {
  padding: 20px 20px 0 20px;
  color: #aaa;
  font-size: 16px;
}
/* line 136, ../../src/sass/core/_events.scss */
.events-timeline .month .event h2 {
  font-size: 24px;
  margin: 0 20px 20px 20px;
  font-weight: bold;
}
/* line 140, ../../src/sass/core/_events.scss */
.events-timeline .month .event h2 a {
  color: #333;
}
/* line 142, ../../src/sass/core/_events.scss */
.events-timeline .month .event h2 a:hover {
  color: #8dc63e;
}

/* line 2, ../../src/sass/core/_modal.scss */
.modal .modal-header {
  min-height: 10px;
}
/* line 4, ../../src/sass/core/_modal.scss */
.modal .modal-header .colored-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
/* line 9, ../../src/sass/core/_modal.scss */
.modal .modal-header .colored-header ul {
  list-style: none;
  display: inline-block;
  width: 100%;
}
/* line 13, ../../src/sass/core/_modal.scss */
.modal .modal-header .colored-header ul li {
  height: 10px;
  float: left;
  width: 25%;
}
/* line 17, ../../src/sass/core/_modal.scss */
.modal .modal-header .colored-header ul li.green {
  background-color: green;
}
/* line 20, ../../src/sass/core/_modal.scss */
.modal .modal-header .colored-header ul li.orange {
  background-color: orange;
}
/* line 23, ../../src/sass/core/_modal.scss */
.modal .modal-header .colored-header ul li.blue {
  background-color: blue;
}
/* line 26, ../../src/sass/core/_modal.scss */
.modal .modal-header .colored-header ul li.purple {
  background-color: purple;
}
/* line 32, ../../src/sass/core/_modal.scss */
.modal .modal-header button.close {
  background-color: #8dc63e;
  color: #fff;
}

/* line 1, ../../src/sass/core/_accordion.scss */
.panel.panel-default {
  background-color: transparent;
  border-width: 0 0 0 0;
  box-shadow: none;
}
/* line 5, ../../src/sass/core/_accordion.scss */
.panel.panel-default > .panel-heading {
  background-color: transparent;
  color: #777;
}
/* line 8, ../../src/sass/core/_accordion.scss */
.panel.panel-default > .panel-heading h4 {
  font-weight: bold;
}
/* line 10, ../../src/sass/core/_accordion.scss */
.panel.panel-default > .panel-heading h4 .caret {
  margin-right: 10px;
  transform: rotate(270deg);
}

/* line 1, ../../src/sass/core/_plantmap.scss */
#map {
  position: fixed;
  top: 160px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/map.png) left top no-repeat;
  background-size: cover;
}

/* line 10, ../../src/sass/core/_plantmap.scss */
.map-popup {
  width: 200px;
  background-color: #fff;
  position: absolute;
  top: 260px;
  left: 950px;
  z-index: 999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
/* line 18, ../../src/sass/core/_plantmap.scss */
.map-popup:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #f5f5f5;
}
/* line 30, ../../src/sass/core/_plantmap.scss */
.map-popup .map-popup-footer {
  width: 100%;
  min-height: 40px;
  padding: 2%;
  display: inline-block;
  background-color: #eee;
  border-top: 1px solid #ccc;
  font-size: 13px;
}
/* line 39, ../../src/sass/core/_plantmap.scss */
.map-popup p {
  font-size: 12px;
  margin: 0;
  padding: 8px 8px 0 8px;
}
/* line 44, ../../src/sass/core/_plantmap.scss */
.map-popup h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 0 8px 8px 8px;
}

/* line 51, ../../src/sass/core/_plantmap.scss */
.pin {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #8dc63e;
  display: inline-block;
  position: absolute;
  top: 473px;
  left: 1043px;
  z-index: 999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
/* line 62, ../../src/sass/core/_plantmap.scss */
.pin:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
}
/* line 73, ../../src/sass/core/_plantmap.scss */
.pin:after {
  content: "";
  position: absolute;
  top: 82%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13px solid #8dc63e;
}

@media (min-width: 1024px) {

    .is-page-content {
        padding-left: 80px;
        padding-right: 80px;
    }

    #bs-example-navbar-collapse-1.collapse.navbar-collapse {
        position: absolute;
        top: -65px;
        left: 250px;

    }

    .nav li.dropdown.featured.open > a, .nav li.dropdown.featured.open > a:focus, .nav li.dropdown.featured.open > a:hover {
        background-color: transparent !important;
        color: #8dc63e !important;
    }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        background-color: transparent !important;
        color: #8dc63e !important;
    }

    .navbar-right {
        top: -65px;
        display: flex;
        flex-direction: row;
        text-align: center;
        justify-content: center;
    }

    ul.navbar-right li {
        display: flex;
        align-items: center;
    }

    .navbar-brand {
        height: 10px;
        padding: 0px;
    }

    #header .top:after {
        height: 10px;
    }

    #header .navbar-default {
        min-height: 10px;
    }

    .navbar-nav.navbar-right  li .dropdown-menu {
        border-width: 0px;
        top: 129%;
    }

    .navbar-default .navbar-nav > .open > a {
        background-color: transparent;
    }

    .ul-header-flex {
        position: absolute;
        display: flex;
        flex-direction: row;
        width:320px;
        padding: 0px;
        top: -35px;
        right: 15px;
        text-align: right;
        color: #b0b0b0;
        justify-content: flex-end;
    }
	.ul-header-flex li {
        white-space: nowrap;
    }
    .ul-header-flex li a {
        color: #b0b0b0;
    }

    .ul-header-flex li {
        padding-left: 10px;
    }
    .ul-header-flex li a:hover {
        color: #b0b0b0;
    }

    #header .dropdown-menu.multi-level {
      top: 149%;
      width: 750px;
    }

    #header .search .dropdown-menu.multi-level {
        top: 130%;
        border-width: 0px;
        padding-bottom: 20px;
        width: 500px;
        background-color: #ffffff;
    }

    #header .search .dropdown-menu.multi-level li {
        background-color: #ffffff;
    }

    #header .search .dropdown-menu.multi-level li:hover {
        background-color: #ffffff;
    }

    #header .search .dropdown-menu.multi-level form {
        width: 90%;
        padding: 10px 10px 20px 10px;
    }

    #header .search .dropdown-menu.multi-level a {
        font-weight: bold;
        color: #000000;
        padding: 10px 0px;
        line-height: 25px;
    }

    #header .search .dropdown-menu.multi-level a:hover {
        color: #8dc63e;
    }

    .side-panel-close-icon {
        border: none;
        background-color: transparent;
        cursor: pointer;
        font-size: inherit;
        font: inherit;
        color: inherit;
        text-decoration: none;
        padding: 0;
        position: absolute;
        height: 20px;
        top: 23px;
        right: 15px;
    }

    .side-panel-close-icon span svg {
        height: 20px;
    }

    .submenu-title {
        margin-bottom: 10px;
        font-weight: bold;
    }
}

#single_excerpt_page {
    margin-top: 10px;
    margin-bottom: 10px;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0px;
}

.navigation.pagination {
    margin:10px 0;
    padding: 0;
    display: block;
    float: left;
}

.navigation.pagination h2 {
    display: none;
}

.navigation.pagination a {
    background:#333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display:block;
    padding:4px 10px;
    color:#fff;
    float:left;
}

.navigation.pagination .current {
    background:#78962d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display:block;
    padding:4px 10px;
    color:#fff;
    float:left;

}


.navigation.pagination .page-numbers {
    float:left;
    margin-left:3px;
}

ul.paging  li a:hover {
    background:#000;
}

ul.paging li.selected a {
    background:#78962d;
}

small.paging {
    width:100%;
    clear:both;
    color:#ccc;
    display:block;
    margin-top:10px;
    float: left;
}

.bread-current {
    color: #8dc63e;
    font-weight: normal;
}


.page-id-9538 #header .navbar-default {
    margin-bottom: 0px;
}

.page-id-9538 #footer {
    margin-top: 0px;
}

.thumbnail.main .caption h3 {
    max-height: auto;
    overflow: inherit;
}
/** MISC **/
.subscribe .newsletter-sidebar-text {
	line-height: 1.3em;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;

}
.owl-theme .owl-pagination {
	text-align:center;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 8px;
    margin: 5px 14px;
    opacity: 0.5;
    width: 8px;
}

.owl-theme .owl-controls .owl-page.active span {
    background: none repeat scroll 0 0 #000000;
}
.events-timeline .month .event p {
	text-align:center;
}
.events-timeline .month .event ul {
    list-style-type: none;
    padding-left: 20px;
    padding-right: 20px;
}
.events-timeline .month .event li  {
    color: #aaa;
    font-size: 16px;
}


.events-timeline .month .event li a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.events-timeline .month .event li a:hover {
    color: #8dc63e;
}

.tge-events {
    margin-top: 20px;
}

.tge-ul li,
.is-page-content li,
.post-article li {
    font-size: 18px;
    color: #555;
    letter-spacing: .02em;
    line-height: 1.7em;
}

.shadow-none {
  	box-shadow: none;
}

.post-group .col-sm-6.col-md-4.col-lg-4 .group-title, .post-group .col-sm-6.col-md-12.col-lg-12 .group-title {
	left: 10px;
	top: -48px;
}

a.box-link-homepage {
	color: #333;
}

.group.post-group.d-flex {
    display: flex;
}

.padding-0 {
    padding: 0px !important;
}

.space30 {
    height: 30px !important;
}

.d-flex {
    display: flex;
}

/* New footer */
#footer {
    background-color: #333;
    color: #b0b0b0;
}

.space50 {
    height: 50px !important;
}

.clear {
    clear: both;
    display: block;
}

.footer-socials {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

}

.footer-socials ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
}

.footer-second-row ul, .footer-third-row ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
    padding-left: 0px;
    height: 100%;
    align-items: center;
}

.footer-socials ul li {
    padding-right: 5px;
}

.footer-second-row ul li, .footer-third-row ul li  {
    padding-right: 15px;
}

.footer-second-row ul li a, .footer-third-row ul li a {
    color: #b0b0b0;
}

.footer-socials ul li:last-child {
    padding-right: 0px;
}

.footer-socials ul li:first-child {
    padding-right: 20px;
}

.space30 {
    height: 30px !important;
}

.footer-second-row {
    border-top: 1px solid #b0b0b0;
    padding-top: 30px;
    padding-bottom: 20px;
}

#footer .subscribe-form {
    display: flex;
    padding-top: 0px;
    justify-content: flex-end;
    align-items: center;
}

#footer .subscribe-form h3 {
    margin: 0px;
    padding-right: 15px;
}

#footer .btn-default.invert {
    background-color: #8dc63e;
}

#footer .input-group .form-control {
    background-color: transparent;
}

.footer-third-row {
    padding-bottom: 60px;
}

.space10 {
  height: 10px !important;
}

.space15 {
    height: 15px !important;
}

#header .navbar-header .navbar-brand img {
  top: -105px;
}

/* Header redesign */
#header.tge-header {
  background: #333333;
  position: sticky;
  top: 0;
  z-index: 200;
  transition: background-color 0.18s ease-out, box-shadow 0.24s ease-out, backdrop-filter 0.24s ease-out, -webkit-backdrop-filter 0.24s ease-out;
}

#header.tge-header .container {
  position: relative;
}

#header.tge-header.tge-header--measuring,
#header.tge-header.tge-header--measuring *,
#header.tge-header.tge-header--measuring *::before,
#header.tge-header.tge-header--measuring *::after {
  animation: none !important;
  transition: none !important;
}

#header.tge-header .tge-header__utility {
  display: flex;
  justify-content: flex-end;
  padding: 16px 0 10px;
  max-height: 48px;
  opacity: 1;
  overflow: hidden;
  transform: translateY(0);
  transition: max-height 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.18s ease-out, padding 0.34s cubic-bezier(0.22, 1, 0.36, 1), transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

#header.tge-header .tge-header__utility-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
}

#header.tge-header .tge-header__utility-menu > li {
  margin: 0;
}

#header.tge-header .tge-header__utility-menu > li > a,
#header.tge-header .tge-header__edition > a {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  opacity: 0.88;
  text-decoration: none;
  text-transform: none;
  transition: opacity 0.2s ease;
}

#header.tge-header .tge-header__utility-menu > li > a:hover,
#header.tge-header .tge-header__utility-menu > li > a:focus,
#header.tge-header .tge-header__edition > a:hover,
#header.tge-header .tge-header__edition > a:focus {
  color: #ffffff;
  opacity: 1;
  background: transparent;
}

#header.tge-header .tge-header__edition-menu {
  left: auto;
  right: 0;
  min-width: 240px;
}

#header.tge-header .tge-header__nav.navbar-default {
  background: transparent;
  border: 0;
  margin: 0;
  min-height: 0;
}

#header.tge-header .tge-header__brand-area {
  display: flex;
  align-items: flex-end;
  float: none;
}

#header.tge-header .tge-header__brand {
  display: inline-flex;
  align-items: center;
  aspect-ratio: 362 / 148;
  flex: 0 0 auto;
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 208px;
}

#header.tge-header .tge-header__brand-image {
  display: block;
  height: auto;
  left: auto !important;
  max-width: none;
  opacity: 1;
  position: relative !important;
  top: auto !important;
  transform: translateY(0);
  transition: width 0.22s cubic-bezier(0.22, 1, 0.36, 1), transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.18s ease-out;
  width: 100% !important;
}

#header.tge-header .tge-header__brand-image--default {
  position: relative;
}

#header.tge-header .tge-header__brand-image--scrolled {
  inset: 0;
  left: 0 !important;
  opacity: 0;
  pointer-events: none;
  position: absolute !important;
  top: 0 !important;
}

@media (min-width: 768px) {
  #header.tge-header .tge-header__nav {
    display: flex;
    align-items: flex-end;
    padding-bottom: 16px;
    transition: min-height 0.2s cubic-bezier(0.22, 1, 0.36, 1), padding-bottom 0.2s cubic-bezier(0.22, 1, 0.36, 1), align-items 0.2s ease;
  }

  #header.tge-header .tge-header__collapse.navbar-collapse.collapse {
    display: flex !important;
    align-items: flex-end;
    flex: 1 1 auto;
    justify-content: space-between;
    border-top: 0;
    box-shadow: none;
    margin-left: 24px;
    min-width: 0;
    overflow: visible !important;
    padding: 0;
    transition: margin-left 0.2s cubic-bezier(0.22, 1, 0.36, 1);
    width: auto;
  }

  #header.tge-header .tge-header__menu.navbar-nav {
    display: flex;
    align-items: center;
    float: none;
    gap: 10px;
    margin: 0;
  }

  #header.tge-header .tge-header__menu.navbar-nav > li {
    float: none;
  }

  #header.tge-header .tge-header__actions.navbar-right {
    display: flex;
    align-items: center;
    float: none !important;
    gap: 0;
    margin: 0 0 0 24px;
    position: static;
    right: auto;
    top: auto;
    transition: margin-left 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #header.tge-header .tge-header__collapse.navbar-collapse.collapse {
    margin-left: 14px;
  }

  #header.tge-header .tge-header__actions.navbar-right {
    margin-left: 10px;
  }

  #header.tge-header .tge-header__search {
    margin-left: 0;
    padding-left: 0;
  }

  #header.tge-header .tge-header__search > a {
    gap: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  #header.tge-header .tge-header__search > a > span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

#header.tge-header .tge-header__menu > li > a,
#header.tge-header .tge-header__actions > li > a {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  padding: 14px 12px;
  transition: color 0.16s ease-out, padding 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  text-transform: none;
}

#header.tge-header .tge-header__menu > li > a:hover,
#header.tge-header .tge-header__menu > li > a:focus,
#header.tge-header .tge-header__actions > li > a:hover,
#header.tge-header .tge-header__actions > li > a:focus,
#header.tge-header .navbar-default .navbar-nav > .open > a,
#header.tge-header .navbar-default .navbar-nav > .open > a:focus,
#header.tge-header .navbar-default .navbar-nav > .open > a:hover,
#header.tge-header .nav li.dropdown.featured.open > a,
#header.tge-header .nav li.dropdown.featured.open > a:focus,
#header.tge-header .nav li.dropdown.featured.open > a:hover {
  background: transparent !important;
  color: #ffffff !important;
  opacity: 1;
}

#header.tge-header .tge-header__menu > li > a,
#header.tge-header .tge-header__menu > li > a:hover,
#header.tge-header .tge-header__menu > li > a:focus {
  font-size: 17px;
}

#header.tge-header .tge-header__actions > li > a {
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
}

#header.tge-header .tge-header__search {
  margin-left: 10px;
  padding-left: 10px;
}

#header.tge-header .tge-header__search > a {
  gap: 12px;
}

#header.tge-header .tge-header__search > a > i {
  font-size: 17px;
}

#header.tge-header .tge-header__actions > li > a .caret,
#header.tge-header .tge-header__utility-menu > li > a .caret,
#header.tge-header .tge-header__edition > a .caret {
  margin-left: 8px;
}

#header.tge-header .tge-header__more .dropdown-menu,
#header.tge-header .tge-header__edition-menu,
#header.tge-header .tge-header__search .dropdown-menu.multi-level {
  border: 0;
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

#header.tge-header .tge-header__more .dropdown-menu {
  left: auto;
  min-width: 220px;
  right: 0;
}

#header.tge-header .tge-header__more .dropdown-menu > li > a {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 18px;
  text-transform: none;
}

#header.tge-header .tge-header__more .dropdown-menu > li > a:hover,
#header.tge-header .tge-header__more .dropdown-menu > li > a:focus {
  background: #f3f3f3;
  color: #111111;
}

#header.tge-header .tge-header__search .dropdown-menu.multi-level {
  left: auto;
  right: 0;
  top: calc(100% + 18px);
}

@media (min-width: 768px) {
  #header.tge-header .tge-header__menu > li.dropdown.featured {
    position: relative;
  }

  #header.tge-header .tge-header__menu > li.dropdown.featured > .dropdown-menu {
    left: 0;
    max-width: min(750px, calc(100vw - 48px));
    right: auto;
    top: calc(100% + 12px);
    width: 750px;
  }
}

#header.tge-header .navbar-toggle.tge-header__toggle {
  border: 0;
  margin: 0;
  padding: 12px 0 12px 16px;
}

#header.tge-header .navbar-toggle.tge-header__toggle .icon-bar {
  background-color: #ffffff;
  height: 2px;
  width: 22px;
}

#header.tge-header .navbar-toggle.tge-header__toggle:hover,
#header.tge-header .navbar-toggle.tge-header__toggle:focus {
  background: transparent;
}

@media (max-width: 1199px) {
  #header.tge-header .tge-header__utility-menu {
    gap: 24px;
  }

  #header.tge-header .tge-header__menu > li > a {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #header.tge-header .tge-header__actions.navbar-right {
    margin-left: 20px;
  }

  #header.tge-header .tge-header__search {
    margin-left: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 991px) {
  #header.tge-header .tge-header__utility {
    justify-content: center;
  }

  #header.tge-header .tge-header__utility-menu {
    gap: 18px;
  }

  #header.tge-header .tge-header__brand {
    width: 190px;
  }

  #header.tge-header .tge-header__collapse.navbar-collapse.collapse {
    margin-left: 18px;
    width: auto;
  }

  #header.tge-header .tge-header__menu.navbar-nav {
    gap: 2px;
  }

  #header.tge-header .tge-header__menu > li > a,
  #header.tge-header .tge-header__actions > li > a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  #header.tge-header {
    position: relative;
  }

  body.page-id-3802 #content.single-page .row .row,
  body.page-id-46247 #content.single-page .row .row {
    margin-left: 0;
    margin-right: 0;
  }

  #header.tge-header .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #header.tge-header .tge-header__nav {
    margin-bottom: 0;
    padding: 16px 0 14px;
  }

  #header.tge-header .tge-header__brand-area {
    align-items: center;
    display: flex;
    float: none;
    gap: 16px;
    justify-content: space-between;
    min-height: 44px;
  }

  #header.tge-header .tge-header__brand {
    max-width: calc(100% - 60px);
  }

  #header.tge-header .tge-header__brand {
    width: 178px;
  }

  #header.tge-header .tge-header__toggle {
    align-items: center;
    display: inline-flex;
    height: 44px;
    order: 2;
    justify-content: center;
    padding: 0;
    width: 44px;
  }

  #header.tge-header .tge-header__collapse {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: none;
    margin-top: 16px;
    padding: 8px 0 0;
  }

  #header.tge-header .tge-header__menu.navbar-nav,
  #header.tge-header .tge-header__actions.navbar-right {
    float: none !important;
    margin: 0;
    position: static;
    width: 100%;
  }

  #header.tge-header .tge-header__menu > li,
  #header.tge-header .tge-header__actions > li {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    float: none;
  }

  #header.tge-header .tge-header__menu > li:first-child,
  #header.tge-header .tge-header__actions > li:first-child {
    border-top: 0;
  }

  #header.tge-header .tge-header__menu > li > a,
  #header.tge-header .tge-header__actions > li > a {
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    padding: 14px 0;
    width: 100%;
  }

  #header.tge-header .tge-header__actions > li {
    width: 100%;
  }

  #header.tge-header .tge-header__actions > li > a .caret {
    margin-left: auto;
  }

  #header.tge-header .tge-header__search {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }

  #header.tge-header .tge-header__more .dropdown-menu,
  #header.tge-header .tge-header__search .dropdown-menu.multi-level {
    background: #ffffff;
    box-shadow: none;
    margin: 0 0 10px;
    position: static;
    width: 100%;
  }

  #header.tge-header .tge-header__more .dropdown-menu > li > a {
    padding: 12px 16px;
  }

  #header.tge-header .tge-header__search .dropdown-menu.multi-level {
    max-width: 100%;
    padding: 16px 16px 8px;
    top: auto;
  }

  #header.tge-header .tge-header__search .dropdown-menu.multi-level form {
    width: 100%;
  }

  #header.tge-header .tge-header__search .dropdown-menu.multi-level li,
  #header.tge-header .tge-header__search .dropdown-menu.multi-level li:hover {
    background: transparent;
  }

  #header.tge-header .tge-header__search .dropdown-menu.multi-level .col-xs-6,
  #header.tge-header .tge-header__search .dropdown-menu.multi-level .col-md-6,
  #header.tge-header .tge-header__search .dropdown-menu.multi-level .col-md-12 {
    float: none;
    width: 100%;
  }

  #header.tge-header .tge-header__search .dropdown-menu.multi-level .submenu-title {
    margin-top: 8px;
  }

  #header.tge-header .tge-header__search .dropdown-menu.multi-level .side-panel-close-icon {
    right: 16px;
    top: 18px;
  }
}

#header.tge-header .tge-header__subscribe > a {
  background: #8fc31f;
  color: #ffffff;
  font-weight: 600;
  gap: 8px;
  margin-right: 22px;
  padding: 14px 22px;
  transition: background-color 0.16s ease-out, color 0.16s ease-out, padding 0.2s cubic-bezier(0.22, 1, 0.36, 1), transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

#header.tge-header .tge-header__actions > li.tge-header__subscribe > a {
  min-height: 50px;
  padding-left: 26px;
  padding-right: 26px;
}

#header.tge-header .tge-header__subscribe > a:hover,
#header.tge-header .tge-header__subscribe > a:focus {
  background: #7fb018 !important;
  color: #ffffff !important;
}

#header.tge-header .tge-header__edition-main {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  margin-left: 24px;
  padding-left: 24px;
  transition: border-left-color 0.16s ease-out, margin-left 0.2s cubic-bezier(0.22, 1, 0.36, 1), padding-left 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

#header.tge-header.tge-header--scrolled {
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  backdrop-filter: saturate(180%) blur(12px);
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08) !important;
}

@media (min-width: 768px) {
  #header.tge-header.tge-header--scrolled .tge-header__utility {
    max-height: 0 !important;
    opacity: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    pointer-events: none;
    transform: translateY(-18px) !important;
  }

  #header.tge-header.tge-header--scrolled .tge-header__nav {
    align-items: center;
    min-height: 78px !important;
    padding-bottom: 0 !important;
  }

  #header.tge-header.tge-header--scrolled .tge-header__collapse.navbar-collapse.collapse,
  #header.tge-header.tge-header--scrolled .tge-header__brand-area,
  #header.tge-header.tge-header--scrolled .tge-header__menu.navbar-nav,
  #header.tge-header.tge-header--scrolled .tge-header__actions.navbar-right {
    align-items: center;
  }

  #header.tge-header.tge-header--scrolled .tge-header__brand {
    width: 178px !important;
  }

  #header.tge-header.tge-header--scrolled .tge-header__brand-image {
    transform: translateY(-2px) scale(0.96);
    width: 100% !important;
  }

  #header.tge-header.tge-header--scrolled .tge-header__brand-image--default {
    opacity: 0;
  }

  #header.tge-header.tge-header--scrolled .tge-header__brand-image--scrolled {
    opacity: 1;
  }

  #header.tge-header.tge-header--scrolled .tge-header__menu > li > a,
  #header.tge-header.tge-header--scrolled .tge-header__actions > li > a,
  #header.tge-header.tge-header--scrolled .navbar-default .navbar-nav > .open > a,
  #header.tge-header.tge-header--scrolled .navbar-default .navbar-nav > .open > a:focus,
  #header.tge-header.tge-header--scrolled .navbar-default .navbar-nav > .open > a:hover {
    color: #242424 !important;
  }

  #header.tge-header.tge-header--scrolled .tge-header__menu > li > a,
  #header.tge-header.tge-header--scrolled .tge-header__actions > li > a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  #header.tge-header.tge-header--scrolled .tge-header__subscribe > a,
  #header.tge-header.tge-header--scrolled .tge-header__subscribe > a:hover,
  #header.tge-header.tge-header--scrolled .tge-header__subscribe > a:focus {
    color: #ffffff !important;
  }

  #header.tge-header.tge-header--scrolled .tge-header__subscribe > a {
    transform: translateY(-1px);
  }

  #header.tge-header.tge-header--scrolled .tge-header__more {
    display: none;
  }

  #header.tge-header.tge-header--scrolled .tge-header__search,
  #header.tge-header.tge-header--scrolled .tge-header__edition-main {
    border-left-color: #d7d7d7;
  }
}

/* Footer redesign */
#footer.tge-footer {
  margin-top: 0;
  padding-top: 0;
  background: #8fc31f;
  color: #ffffff;
}

#footer.tge-footer .container {
  max-width: 1240px;
}

#footer.tge-footer .tge-footer__main {
  padding: 64px 0 58px;
}

#footer.tge-footer .tge-footer__grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.45fr) repeat(3, minmax(180px, 1fr));
  gap: 48px;
  align-items: start;
}

#footer.tge-footer .tge-footer__intro {
  max-width: 360px;
  text-align: left;
}

#footer.tge-footer .tge-footer__title {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
}

#footer.tge-footer .tge-footer__description {
  margin: 0 0 34px;
  max-width: 300px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 1px;
}

#footer.tge-footer .tge-footer__button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  background: #333333;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

#footer.tge-footer .tge-footer__button:hover,
#footer.tge-footer .tge-footer__button:focus {
  background: #282828;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

#footer.tge-footer .tge-footer__heading {
  margin: 8px 0 22px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

#footer.tge-footer .tge-footer__nav-list,
#footer.tge-footer .tge-footer__legal-list,
#footer.tge-footer .tge-footer__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer.tge-footer .tge-footer__nav-column {
  text-align: left;
}

#footer.tge-footer .tge-footer__nav-list li + li {
  margin-top: 14px;
}

#footer.tge-footer .tge-footer__nav-list a,
#footer.tge-footer .tge-footer__legal-list a,
#footer.tge-footer .tge-footer__social-list a {
  color: #ffffff;
  text-decoration: none;
}

#footer.tge-footer .tge-footer__nav-list a {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.96);
}

#footer.tge-footer .tge-footer__nav-list a:hover,
#footer.tge-footer .tge-footer__nav-list a:focus,
#footer.tge-footer .tge-footer__legal-list a:hover,
#footer.tge-footer .tge-footer__legal-list a:focus,
#footer.tge-footer .tge-footer__social-list a:hover,
#footer.tge-footer .tge-footer__social-list a:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.86;
}

#footer.tge-footer .tge-footer__bottom {
  background: #333333;
}

#footer.tge-footer .tge-footer__bottom-inner {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

#footer.tge-footer .tge-footer__legal-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 32px;
}

#footer.tge-footer .tge-footer__legal-list a {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.94);
}

#footer.tge-footer .tge-footer__social-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: center;
  gap: 28px;
}

#footer.tge-footer .tge-footer__social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 24px;
  font-size: 2rem;
  line-height: 1;
}

#footer.tge-footer .tge-footer__social-text {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 1199px) {
  #footer.tge-footer .tge-footer__grid {
    grid-template-columns: minmax(280px, 1.2fr) repeat(2, minmax(180px, 1fr));
    gap: 44px 28px;
  }

  #footer.tge-footer .tge-footer__intro {
    max-width: 100%;
    grid-column: 1 / -1;
  }
}

@media (max-width: 991px) {
  #footer.tge-footer .tge-footer__main {
    padding: 52px 0 48px;
  }

  #footer.tge-footer .tge-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 28px;
  }

  #footer.tge-footer .tge-footer__title {
    font-size: 3.5rem;
  }

  #footer.tge-footer .tge-footer__bottom-inner {
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  #footer.tge-footer .tge-footer__social-list {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  #footer.tge-footer .tge-footer__main {
    padding: 40px 0 34px;
  }

  #footer.tge-footer .tge-footer__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  #footer.tge-footer .tge-footer__title {
    font-size: 2.9rem;
    margin-bottom: 18px;
  }

  #footer.tge-footer .tge-footer__description {
    margin-bottom: 26px;
    max-width: none;
    font-size: 20px;
  }

  #footer.tge-footer .tge-footer__button {
    width: 100%;
    justify-content: center;
  }

  #footer.tge-footer .tge-footer__intro,
  #footer.tge-footer .tge-footer__nav-column {
    text-align: left;
  }

  #footer.tge-footer .tge-footer__heading {
    margin-top: 0;
    margin-bottom: 16px;
  }

  #footer.tge-footer .tge-footer__nav-list li + li {
    margin-top: 12px;
  }

  #footer.tge-footer .tge-footer__nav-list a,
  #footer.tge-footer .tge-footer__legal-list a {
    font-size: 16px;
  }

  #footer.tge-footer .tge-footer__bottom-inner {
    gap: 20px;
  }

  #footer.tge-footer .tge-footer__legal-list {
    width: 100%;
    gap: 14px 24px;
  }

  #footer.tge-footer .tge-footer__social-list {
    width: 100%;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #footer.tge-footer .tge-footer__social-list a,
  #footer.tge-footer .tge-footer__social-text {
    font-size: 1.75rem;
  }
}

picture.tge-picture {
  display: block;
}

picture.tge-picture > img.tge-picture__img {
  display: block;
  max-width: 100%;
}

/* Category page redesign */
#content.tge-archive-page {
  background: #ffffff;
  color: #1d2530;
  overflow-x: hidden;
  padding: 12px 0 52px;
}

.tge-archive-page__masthead {
  margin-bottom: 18px;
}

.tge-archive-page__top-ad {
  text-align: center;
}

.tge-archive-page__content {
  margin-top: 0;
}

.tge-archive-page__main {
  padding-top: 0;
}

.tge-archive-page__header {
  border-bottom: 1px solid #e7ebf0;
  margin-bottom: 32px;
  padding-bottom: 18px;
}

.tge-archive-page__title {
  color: #1d2530;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0;
}

.tge-archive-page__grid {
  margin-bottom: 0;
}

.tge-archive-page__item {
  margin-bottom: 46px;
}

.tge-archive-page .thumbnail {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  overflow: visible;
  padding-bottom: 0;
}

.tge-archive-page .thumbnail:hover {
  box-shadow: none;
  transform: none;
}

.tge-archive-page .thumbnail > a {
  color: #1d2530;
  display: block;
}

.tge-archive-page .thumbnail .img {
  background-color: #eef2f5;
  background-position: center;
  height: 0;
  overflow: hidden;
  padding-top: 58%;
  position: relative;
}

.tge-archive-page .thumbnail .img picture.tge-picture {
  inset: 0;
  position: absolute;
}

.tge-archive-page .thumbnail .img picture.tge-picture > img.tge-picture__img {
  display: block !important;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tge-archive-page .thumbnail .article-meta {
  background: transparent;
  color: #6b7280;
  display: block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 12px;
  padding: 0;
  position: static;
}

.tge-archive-page .thumbnail .caption {
  padding: 8px 0 0;
}

.tge-archive-page .thumbnail .caption h3 {
  color: #111827;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 600;
  height: 4.2em;
  line-height: 1.35;
  margin: 0;
  max-height: 4.2em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tge-archive-page .thumbnail .caption h3:hover,
.tge-archive-page .thumbnail .caption h3:focus,
.tge-archive-page .thumbnail > a:hover .caption h3,
.tge-archive-page .thumbnail > a:focus .caption h3 {
  color: var(--tge-home-accent);
}

.tge-archive-page .thumbnail .article-share {
  display: none;
}

.tge-archive-page__ad-row {
  clear: both;
  margin: 6px 0 42px;
}

.tge-archive-page__ad-row--wide {
  overflow: hidden;
}

.tge-archive-page__pagination {
  margin: 8px 0 46px;
  text-align: center;
}

.tge-archive-page .navigation.pagination {
  display: inline-block;
  float: none;
  margin: 0;
}

.tge-archive-page .navigation.pagination .nav-links {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}

.tge-archive-page .navigation.pagination a,
.tge-archive-page .navigation.pagination .current {
  background: transparent;
  border: 1px solid #d8dee6;
  border-radius: 2px;
  color: #78962d;
  display: inline-block;
  float: none;
  font-size: 11px;
  line-height: 1;
  min-width: 22px;
  padding: 4px 6px;
}

.tge-archive-page .navigation.pagination a:hover,
.tge-archive-page .navigation.pagination a:focus {
  background: #eef5df;
  color: #6e8b29;
}

.tge-archive-page .navigation.pagination .current {
  background: #8dc63e;
  border-color: #8dc63e;
  color: #ffffff;
}

.tge-archive-page .navigation.pagination .page-numbers {
  float: none;
  margin-left: 0;
}

.tge-archive-page__bottom-ad {
  margin-top: 16px;
}

.tge-archive-page__sidebar {
  padding-top: 0;
}

.tge-archive-page__sidebar .ad-box {
  margin-bottom: 20px;
}

.tge-archive-page__sidebar .color-box {
  margin-top: 0;
}

.tge-archive-page__sidebar iframe,
.tge-archive-page__sidebar img {
  max-width: 100%;
}

/* About page redesign */
#content.tge-about-page {
  --tge-about-accent: #99ca1c;
  --tge-about-dark: #212121;
  --tge-about-copy: #202020;
  --tge-about-muted: #505050;
  --tge-about-border: #d9d9d9;
  background: #ffffff;
  color: var(--tge-about-copy);
  overflow-x: hidden;
  padding: 0 0 64px;
}

.tge-about-page img {
  display: block;
  max-width: 100%;
}

.tge-about-page__hero {
  background: #ffffff;
  margin-bottom: 0;
}

.tge-about-page__hero-inner {
  height: 252px;
  padding: 0;
  position: relative;
}

.tge-about-page__hero-copy {
  align-items: center;
  background: var(--tge-about-accent);
  clip-path: polygon(0 0, 72% 0, 59% 100%, 0 100%);
  display: flex;
  height: 100%;
  left: 0;
  padding: 40px 120px 40px 48px;
  position: absolute;
  top: 0;
  width: 64%;
  z-index: 1;
}

.tge-about-page__hero-copy h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0;
}

.tge-about-page__hero-media {
  height: 252px;
  margin-left: 34%;
}

.tge-about-page__hero-media img {
  height: 252px;
  object-fit: cover;
  width: 100%;
}

.tge-about-page__section-nav {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #ececec;
  margin-bottom: 30px;
}

.tge-about-page__section-nav ul {
  display: flex;
  gap: 42px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 12px 0;
}

.tge-about-page__section-nav a {
  color: #202020;
  font-size: 13px;
  line-height: 1.4;
}

.tge-about-page__section {
  padding: 34px 0 0;
}

.tge-about-page__intro-grid,
.tge-about-page__partners-grid,
.tge-about-page__identity-grid {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
}

.tge-about-page__intro-image {
  margin: 0;
}

.tge-about-page__intro-image img {
  width: 100%;
}

.tge-about-page__intro-copy h2,
.tge-about-page__section-heading h2,
.tge-about-page__editions-copy h2,
.tge-about-page__partners-copy h2,
.tge-about-page__identity-copy h2 {
  color: #191919;
  font-size: 47px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.06;
  margin: 0 0 24px;
}

.tge-about-page__intro-copy p,
.tge-about-page__section-heading p,
.tge-about-page__editions-copy p,
.tge-about-page__editions-copy li,
.tge-about-page__partners-copy p,
.tge-about-page__partners-copy li,
.tge-about-page__identity-copy p,
.tge-about-page__team-copy p {
  color: var(--tge-about-copy);
  font-size: 18px;
  line-height: 1.7;
}

.tge-about-page__intro-copy p + p,
.tge-about-page__identity-copy p + p,
.tge-about-page__partners-copy p + p {
  margin-top: 20px;
}

.tge-about-page__mission-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 34px auto 0;
  max-width: 720px;
}

.tge-about-page__mission-card {
  align-items: center;
  background: var(--tge-about-accent);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
  padding: 26px 34px;
  text-align: center;
}

.tge-about-page__mission-card h3 {
  color: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 18px;
}

.tge-about-page__mission-card p {
  color: inherit;
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
}

.tge-about-page__section-heading {
  margin: 0 auto 26px;
  max-width: 860px;
  text-align: center;
}

.tge-about-page__section-heading p {
  margin: 0 auto;
}

.tge-about-page__timeline {
  margin: 78px auto 0;
  min-height: 980px;
  position: relative;
}

.tge-about-page__timeline-path {
  height: 860px;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%;
}

.tge-about-page__timeline-item {
  max-width: 290px;
  padding-top: 42px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}

.tge-about-page__timeline-node {
  background: #ffffff;
  border: 7px solid var(--tge-about-accent);
  border-radius: 50%;
  height: 28px;
  left: 50%;
  margin-left: -14px;
  position: absolute;
  top: 0;
  width: 28px;
  z-index: 2;
}

.tge-about-page__timeline-item h3 {
  color: #222222;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 12px;
}

.tge-about-page__timeline-item p {
  color: #202020;
  font-size: 17px;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 290px;
}

.tge-about-page__timeline-item--2008 { left: 13%; top: 12px; }
.tge-about-page__timeline-item--2010 { left: 42%; top: 54px; }
.tge-about-page__timeline-item--2012 { left: 77%; top: 92px; }
.tge-about-page__timeline-item--2017 { left: 13%; top: 366px; }
.tge-about-page__timeline-item--2016 { left: 42%; top: 326px; }
.tge-about-page__timeline-item--2015 { left: 77%; top: 286px; }
.tge-about-page__timeline-item--2018 { left: 13%; top: 608px; }
.tge-about-page__timeline-item--2019 { left: 42%; top: 632px; }
.tge-about-page__timeline-item--2021 { left: 77%; top: 662px; }
.tge-about-page__timeline-item--today { left: 42%; top: 858px; }
.tge-about-page__timeline-item--2024 { left: 77%; top: 828px; }

.tge-about-page__section--editions {
  background: var(--tge-about-accent);
  margin-top: 34px;
  padding: 56px 0 58px;
}

.tge-about-page__editions-grid {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(360px, 0.92fr) minmax(360px, 1fr);
}

.tge-about-page__editions-grid::before,
.tge-about-page__editions-grid::after {
  content: none;
  display: none;
}

.tge-about-page__editions-copy {
  grid-column: 1;
  max-width: 560px;
}

.tge-about-page__editions-copy,
.tge-about-page__editions-copy h2,
.tge-about-page__editions-copy p,
.tge-about-page__editions-copy li,
.tge-about-page__editions-copy a {
  color: #ffffff;
}

.tge-about-page__editions-copy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tge-about-page__editions-copy ul,
.tge-about-page__partners-copy ul {
  margin: 16px 0 0;
  padding-left: 18px;
}

.tge-about-page__edition-phones {
  align-self: end;
  grid-column: 2;
  justify-self: end;
  margin: -18px 0 -58px;
}

.tge-about-page__edition-phones img {
  height: auto;
  margin-left: auto;
  max-height: 460px;
  object-fit: contain;
  object-position: bottom center;
  width: min(100%, 560px);
}

.tge-about-page__phone,
.tge-about-page__phone::before,
.tge-about-page__phone-screen,
.tge-about-page__phone-screen--dark,
.tge-about-page__phone-screen img,
.tge-about-page__phone-lines,
.tge-about-page__phone-screen--dark .tge-about-page__phone-lines {
  display: none;
}

.tge-about-page__identity-mark {
  align-items: center;
  display: flex;
  justify-content: center;
}

.tge-about-page__identity-mark img {
  height: auto;
  max-height: 360px;
  object-fit: contain;
  width: min(100%, 260px);
}

.tge-about-page__partner-logos {
  align-content: center;
  display: grid;
  gap: 50px 150px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 390px;
}

.tge-about-page__partner-logo {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  min-height: 84px;
}

.tge-about-page__partner-logo img {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.tge-about-page__partner-logo--iga img {
  max-width: 210px;
}

.tge-about-page__partner-logo--egec img {
  max-width: 196px;
}

.tge-about-page__partner-logo--rising img {
  max-width: 184px;
}

.tge-about-page__partner-logo--jesder img {
  max-width: 176px;
}

.tge-about-page__partner-logo--wide {
  grid-column: 1 / span 2;
  min-height: 44px;
  padding-left: 48px;
}

.tge-about-page__partner-logo--enerchange img {
  max-width: 222px;
}

.tge-about-page__identity-mark {
  align-items: center;
  display: flex;
  justify-content: center;
}

.tge-about-page__identity-shape {
  background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), url('../img/Kerinci_Volcano_Sumatra_Indonesia-695x432.jpg');
  background-position: center;
  background-size: cover;
  clip-path: polygon(0 0, 58% 0, 100% 50%, 58% 100%, 0 100%, 26% 50%);
  height: 260px;
  width: 200px;
}

.tge-about-page__section-heading--team {
  margin-bottom: 30px;
}

.tge-about-page--about-what-we-do .tge-about-page__section-nav {
  margin-bottom: 0;
}

.tge-about-page__wwd-section {
  padding: 58px 0;
}

.tge-about-page__wwd-section--intro {
  padding: 54px 0 46px;
}

.tge-about-page__wwd-intro-grid,
.tge-about-page__wwd-split {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1fr);
}

.tge-about-page__wwd-intro-grid::before,
.tge-about-page__wwd-intro-grid::after,
.tge-about-page__wwd-split::before,
.tge-about-page__wwd-split::after {
  content: none;
  display: none;
}

.tge-about-page__wwd-split--image-left {
  grid-template-columns: minmax(320px, 1fr) minmax(0, 0.94fr);
}

.tge-about-page__wwd-image {
  margin: 0;
}

.tge-about-page__wwd-image img {
  display: block;
  width: 100%;
}

.tge-about-page__wwd-copy h2,
.tge-about-page__wwd-contact h2 {
  color: #191919;
  font-size: 44px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0 0 20px;
}

.tge-about-page__wwd-copy p,
.tge-about-page__wwd-copy li,
.tge-about-page__wwd-contact p {
  color: var(--tge-about-copy);
  font-size: 17px;
  line-height: 1.68;
}

.tge-about-page__wwd-copy p + p,
.tge-about-page__wwd-contact p + p {
  margin-top: 18px;
}

.tge-about-page__wwd-copy ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.tge-about-page__wwd-button {
  align-items: center;
  background: #202020;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 24px;
  min-height: 32px;
  padding: 0 14px;
  text-transform: none;
}

.tge-about-page__wwd-button:hover,
.tge-about-page__wwd-button:focus {
  color: #ffffff;
}

.tge-about-page__wwd-button--light {
  background: #1f1f1f;
}

.tge-about-page__wwd-section--coverage,
.tge-about-page__wwd-section--accent {
  background: var(--tge-about-accent);
}

.tge-about-page__wwd-section--coverage {
    margin-top: 170px;
}

.tge-about-page__wwd-coverage {
  text-align: center;
}

.tge-about-page__wwd-devices {
  margin: -280px auto 18px;
  max-width: 920px;
}

.tge-about-page__wwd-devices img {
  display: block;
  width: 100%;
}

.tge-about-page__wwd-copy--centered {
  margin: 0 auto;
  max-width: 760px;
}

.tge-about-page__wwd-copy--centered h2,
.tge-about-page__wwd-section--accent .tge-about-page__wwd-copy h2 {
  color: #ffffff;
}

.tge-about-page__wwd-copy--centered p,
.tge-about-page__wwd-section--accent .tge-about-page__wwd-copy p,
.tge-about-page__wwd-section--accent .tge-about-page__wwd-copy li {
  color: #ffffff;
}

.tge-about-page__wwd-stats {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 46px auto 0;
  max-width: 940px;
}

.tge-about-page__wwd-stat h3 {
  color: #ffffff;
  font-size: 47px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 14px;
}

.tge-about-page__wwd-stat p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 230px;
}

.tge-about-page__wwd-section--coverage .tge-about-page__wwd-button {
  margin-top: 30px;
}

.tge-about-page__wwd-image--reports {
  aspect-ratio: 1.26;
  overflow: hidden;
  min-height: 320px;
}

.tge-about-page__wwd-image--reports img {
  height: 100%;
  object-fit: cover;
  object-position: 68% 66%;
  width: 100%;
}

.tge-about-page__wwd-section--contact {
  background: #f2f2f2;
  padding: 62px 0 64px;
}

.tge-about-page__wwd-contact {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}

.tge-about-page__wwd-contact p {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

.tge-about-page__wwd-contact .tge-about-page__wwd-button {
  margin-top: 22px;
}

.tge-about-page__team-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tge-about-page__team-card {
  border: 1px solid var(--tge-about-border);
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  min-height: 150px;
}

.tge-about-page__team-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tge-about-page__team-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
}

.tge-about-page__team-copy h3 {
  color: #191919;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 8px;
}

.tge-about-page__team-copy p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

@media (max-width: 1199px) {
  .tge-about-page__hero-copy h1,
  .tge-about-page__intro-copy h2,
  .tge-about-page__section-heading h2,
  .tge-about-page__editions-copy h2,
  .tge-about-page__partners-copy h2,
  .tge-about-page__identity-copy h2,
  .tge-about-page__wwd-copy h2,
  .tge-about-page__wwd-contact h2 {
    font-size: 40px;
  }

  .tge-about-page__timeline-item {
    max-width: 190px;
  }
}

@media (max-width: 991px) {
  .tge-about-page__hero-inner,
  .tge-about-page__intro-grid,
  .tge-about-page__partners-grid,
  .tge-about-page__identity-grid,
  .tge-about-page__editions-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tge-about-page__wwd-intro-grid,
  .tge-about-page__wwd-split,
  .tge-about-page__wwd-split--image-left,
  .tge-about-page__wwd-stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .tge-about-page__editions-copy,
  .tge-about-page__edition-phones {
    grid-column: 1;
    justify-self: stretch;
  }

  .tge-about-page__hero-copy {
    clip-path: none;
    min-height: 160px;
    padding-right: 48px;
  }

  .tge-about-page__hero-media {
    min-height: 260px;
  }

  .tge-about-page__section-nav ul {
    flex-wrap: wrap;
    gap: 14px 24px;
  }

  .tge-about-page__partner-logos {
    justify-items: center;
  }

  .tge-about-page__mission-grid,
  .tge-about-page__team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tge-about-page__wwd-section {
    padding: 48px 0;
  }

  .tge-about-page__wwd-devices {
    max-width: 720px;
  }

  .tge-about-page__wwd-image--reports {
    min-height: 300px;
  }

  .tge-about-page__wwd-image--reports img {
    object-position: 70% 66%;
  }

  .tge-about-page__timeline {
    display: grid;
    gap: 32px 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
  }

  .tge-about-page__timeline-path {
    display: none;
  }

  .tge-about-page__timeline-item {
    max-width: none;
    padding-top: 22px;
    position: relative;
    top: auto !important;
    left: auto !important;
  }

  .tge-about-page__timeline-node {
    left: 50%;
    top: 0;
  }
}

@media (max-width: 767px) {
  #content.tge-about-page {
    padding-bottom: 40px;
  }

  .tge-about-page__hero-copy {
    min-height: 140px;
    padding: 28px 24px;
  }

  .tge-about-page__hero-copy h1,
  .tge-about-page__intro-copy h2,
  .tge-about-page__section-heading h2,
  .tge-about-page__editions-copy h2,
  .tge-about-page__partners-copy h2,
  .tge-about-page__identity-copy h2,
  .tge-about-page__wwd-copy h2,
  .tge-about-page__wwd-contact h2 {
    font-size: 32px;
  }

  .tge-about-page__intro-copy p,
  .tge-about-page__section-heading p,
  .tge-about-page__editions-copy p,
  .tge-about-page__editions-copy li,
  .tge-about-page__partners-copy p,
  .tge-about-page__partners-copy li,
  .tge-about-page__identity-copy p,
  .tge-about-page__team-copy p,
  .tge-about-page__mission-card p,
  .tge-about-page__wwd-copy p,
  .tge-about-page__wwd-copy li,
  .tge-about-page__wwd-contact p,
  .tge-about-page__wwd-stat p {
    font-size: 16px;
  }

  .tge-about-page__mission-grid,
  .tge-about-page__team-grid,
  .tge-about-page__timeline,
  .tge-about-page__partner-logos {
    grid-template-columns: minmax(0, 1fr);
  }

  .tge-about-page__wwd-section {
    padding: 40px 0;
  }

  .tge-about-page__wwd-intro-grid,
  .tge-about-page__wwd-split {
    gap: 28px;
  }

  .tge-about-page__wwd-devices {
    margin-bottom: 12px;
  }

  .tge-about-page__wwd-stat h3 {
    font-size: 38px;
  }

  .tge-about-page__wwd-image--reports {
    min-height: 220px;
  }

  .tge-about-page__wwd-image--reports img {
    object-position: 68% 66%;
  }

  .tge-about-page__wwd-button {
    width: 100%;
  }

  .tge-about-page__partner-logo,
  .tge-about-page__partner-logo--wide {
    justify-content: center;
    min-height: 0;
    padding-left: 0;
  }

  .tge-about-page__partner-logo--wide {
    grid-column: auto;
  }

  .tge-about-page__team-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .tge-about-page__edition-phones {
    gap: 14px;
  }

  .tge-about-page__phone--left {
    height: 250px;
    width: 128px;
  }

  .tge-about-page__phone--right {
    height: 270px;
    width: 138px;
  }
}

.tge-about-page__section-nav a[aria-current="page"] {
  color: var(--tge-about-accent);
  font-weight: 700;
}

.tge-about-page__section--what-we-do {
  padding-top: 40px;
}

.tge-about-page__section-heading--what-we-do {
  margin-bottom: 34px;
}

.tge-about-page--about-meet-the-team .tge-about-page__team-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  margin: 0 auto;
  max-width: 980px;
}

.tge-about-page--about-meet-the-team .tge-about-page__team-card {
  grid-template-columns: 240px minmax(0, 1fr);
  min-height: 280px;
}

.tge-about-page--about-meet-the-team .tge-about-page__team-copy {
  align-items: flex-start;
  padding: 34px 40px;
}

.tge-about-page__team-role,
.tge-about-page__team-location,
.tge-about-page__team-bio {
  margin: 0;
}

.tge-about-page__team-location,
.tge-about-page__team-bio,
.tge-about-page__team-links,
.tge-about-page__network-grid {
  display: none;
}

.tge-about-page--about-meet-the-team .tge-about-page__team-location,
.tge-about-page--about-meet-the-team .tge-about-page__team-bio,
.tge-about-page--about-meet-the-team .tge-about-page__team-links,
.tge-about-page--about-meet-the-team .tge-about-page__network-grid {
  display: flex;
}

.tge-about-page--about-meet-the-team .tge-about-page__team-bio {
  display: block;
}

.tge-about-page--about-meet-the-team .tge-about-page__network-grid {
  display: grid;
}

.tge-about-page__team-location {
  color: var(--tge-about-accent) !important;
  font-size: 14px !important;
  font-weight: 700;
  margin-top: 8px;
  text-transform: uppercase;
}

.tge-about-page__team-bio {
  margin-top: 18px;
}

.tge-about-page__team-links {
  display: flex;
  gap: 18px;
  margin-top: 20px;
}

.tge-about-page__team-links a,
.tge-about-page__network-grid a {
  color: #202020;
  font-weight: 700;
  text-decoration: none;
}

.tge-about-page__network-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 44px auto 0;
  max-width: 980px;
}

.tge-about-page__network-grid article {
  background: #f2f2f2;
  padding: 34px;
}

.tge-about-page__network-grid h3 {
  color: #191919;
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 14px;
}

.tge-newsletter-page,
.tge-ad-page {
  background: #ffffff;
  color: #202020;
  overflow-x: hidden;
}

.tge-newsletter-page__hero,
.tge-ad-page__hero {
  background: #8fc31f;
  color: #ffffff;
}

/**
 * Bootstrap's .container injects ::before/::after clearfix pseudo-elements.
 * When .container is also a CSS grid, those pseudo-elements become stray grid
 * items and push the real children into the wrong cells (e.g. the hero copy
 * ends up on the right instead of the left). Neutralise them on the redesign
 * grid containers so children keep their natural source-order placement.
 */
.tge-newsletter-page__hero-inner::before,
.tge-newsletter-page__hero-inner::after,
.tge-ad-page__hero-inner::before,
.tge-ad-page__hero-inner::after,
.tge-ad-page__stats-grid::before,
.tge-ad-page__stats-grid::after,
.tge-ad-page__split::before,
.tge-ad-page__split::after,
.tge-about-page__hero-inner::before,
.tge-about-page__hero-inner::after,
.tge-about-page__editions-grid::before,
.tge-about-page__editions-grid::after,
.tge-about-page__partners-grid::before,
.tge-about-page__partners-grid::after,
.tge-about-page__identity-grid::before,
.tge-about-page__identity-grid::after {
  content: none;
  display: none;
}

.tge-newsletter-page__hero-inner,
.tge-ad-page__hero-inner {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  min-height: 340px;
  padding-bottom: 46px;
  padding-top: 46px;
}

.tge-newsletter-page__hero h1,
.tge-ad-page__hero h1 {
  color: #ffffff;
  font-size: 54px;
  font-weight: 300;
  line-height: 1.05;
  margin: 0;
}

.tge-ad-page__hero p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.55;
  margin: 22px 0 0;
  max-width: 560px;
}

.tge-newsletter-page__hero-visual,
.tge-ad-page__devices,
.tge-ad-page__hero-visual {
  min-height: 260px;
  position: relative;
}

.tge-ad-page__hero-visual {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.tge-ad-page__hero-picture,
.tge-ad-page__solutions-picture {
  display: block;
  width: 100%;
}

.tge-ad-page__hero-picture > img.tge-picture__img,
.tge-ad-page__solutions-picture > img.tge-picture__img {
  display: block;
  height: auto !important;
  object-fit: contain;
  width: 100%;
}

.tge-ad-page__hero-image {
  margin-left: auto;
  max-width: 560px;
}

.tge-ad-page__hero-image--media-kit {
  max-width: 710px;
}

.tge-newsletter-page__laptop,
.tge-ad-page__device--desktop {
  background: #2f3338;
  border: 16px solid #1f2328;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.18);
  height: 210px;
  margin-left: auto;
  width: 390px;
}

.tge-newsletter-page__screen,
.tge-ad-page__device span {
  background: #ffffff;
  display: block;
  height: 100%;
  padding: 24px;
}

.tge-newsletter-page__screen span {
  background: #dfe7d2;
  display: block;
  height: 18px;
  margin-bottom: 16px;
}

.tge-newsletter-page__mail-card,
.tge-ad-page__device--tablet,
.tge-ad-page__device--phone {
  background: #ffffff;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.16);
  color: #202020;
  position: absolute;
}

.tge-newsletter-page__mail-card {
  bottom: 8px;
  left: 40px;
  padding: 28px;
  width: 260px;
}

.tge-newsletter-page__mail-card strong,
.tge-newsletter-page__mail-card span {
  display: block;
}

.tge-ad-page__device--tablet {
  bottom: 6px;
  height: 190px;
  left: 52px;
  width: 250px;
}

.tge-ad-page__device--phone {
  bottom: 0;
  height: 170px;
  right: 18px;
  width: 94px;
}

.tge-newsletter-page__intro,
.tge-ad-page__intro {
  padding: 70px 0 34px;
  text-align: center;
}

.tge-newsletter-page__intro h2,
.tge-ad-page__intro h2,
.tge-ad-page__solutions h2,
.tge-ad-page__specs h2,
.tge-ad-page__placements h2,
.tge-ad-page__cta h2 {
  color: #202020;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 24px;
}

.tge-newsletter-page__intro p,
.tge-ad-page__intro p,
.tge-ad-page__solutions p,
.tge-ad-page__solutions li,
.tge-ad-page__cta p {
  font-size: 19px;
  line-height: 1.65;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}

.tge-newsletter-page__cards,
.tge-ad-page__advertisers,
.tge-ad-page__solutions,
.tge-ad-page__specs,
.tge-ad-page__placements {
  padding: 42px 0 76px;
}

.tge-newsletter-page__grid,
.tge-ad-page__advertiser-grid,
.tge-ad-page__placement-grid,
.tge-ad-page__stats-grid {
  display: grid;
  gap: 28px;
}

.tge-newsletter-page__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tge-newsletter-card,
.tge-advertiser-card {
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  padding: 34px;
}

.tge-newsletter-card__eyebrow {
  color: #8fc31f;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.tge-newsletter-card h3,
.tge-advertiser-card strong {
  color: #202020;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.15;
  margin: 0 0 18px;
}

.tge-newsletter-card p,
.tge-advertiser-card p {
  color: #333333;
  font-size: 17px;
  line-height: 1.6;
}

.tge-newsletter-card a,
.tge-advertiser-card a,
.tge-ad-page__dark-button,
.tge-ad-page__cta-actions a {
  align-items: center;
  background: #333333;
  color: #ffffff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
  padding: 16px 28px;
  text-decoration: none;
}

.tge-ad-page__stats {
  background: #8fc31f;
  color: #ffffff;
  padding: 44px 0;
}

.tge-ad-page__stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: center;
}

.tge-ad-page__stat-item {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.tge-ad-page__stat-icon {
  display: block;
  height: 52px;
  margin: 0 auto 16px;
  width: auto;
}

.tge-ad-page__stats strong,
.tge-ad-page__stats span {
  color: #ffffff;
  display: block;
}

.tge-ad-page__stats strong {
  font-size: 52px;
  font-weight: 300;
  line-height: 1;
}

.tge-ad-page__stats span {
  font-size: 18px;
  margin-top: 12px;
}

.tge-ad-page__split {
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
}

.tge-ad-page__split--overview {
  align-items: center;
  grid-template-columns: minmax(320px, 0.82fr) minmax(320px, 0.9fr);
  gap: 56px;
}

.tge-ad-page__split-copy p {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.tge-ad-page__split-copy ul {
  margin-top: 18px;
}

.tge-ad-page__split-visual {
  display: flex;
  justify-content: center;
}

.tge-ad-page__solutions-image {
  max-width: 360px;
}

.tge-ad-page__split ul {
  margin: 0;
  padding-left: 22px;
}

.tge-ad-page__specs table {
  border-collapse: collapse;
  font-size: 18px;
  width: 100%;
}

.tge-ad-page__specs th,
.tge-ad-page__specs td {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px;
  text-align: left;
}

.tge-ad-page__specs th {
  background: #f1f1f1;
  font-weight: 700;
}

.tge-ad-page__placement-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tge-ad-page__placement-grid article {
  background: #f1f1f1;
  min-height: 180px;
  padding: 34px;
  text-align: center;
}

.tge-ad-page__placement-grid strong {
  color: #8fc31f;
  display: block;
  font-size: 58px;
  font-weight: 300;
  line-height: 1;
}

.tge-ad-page__advertiser-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tge-advertiser-card__logo {
  align-items: center;
  display: flex;
  height: 130px;
  justify-content: center;
  margin-bottom: 24px;
}

.tge-advertiser-card__logo img {
  max-height: 100px;
  max-width: 100%;
  object-fit: contain;
}

.tge-ad-page__cta {
  background: #f0f0f0;
  padding: 58px 0 64px;
  text-align: center;
}

.tge-ad-page__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.tge-ad-page--media-kit .tge-ad-page__hero-inner {
  gap: 38px;
  grid-template-columns: minmax(0, 0.86fr) minmax(560px, 1.14fr);
  min-height: 286px;
  padding-bottom: 0;
  padding-top: 24px;
}

.tge-ad-page--media-kit .tge-ad-page__hero-copy {
  max-width: 430px;
}

.tge-ad-page--media-kit .tge-ad-page__hero h1 {
  font-size: 60px;
  letter-spacing: -0.04em;
  max-width: 420px;
}

.tge-ad-page--media-kit .tge-ad-page__hero p {
  font-size: 19px;
  line-height: 1.45;
  margin-top: 18px;
  max-width: 440px;
}

.tge-ad-page--media-kit .tge-ad-page__hero-visual {
  min-height: 0;
}

.tge-ad-page--media-kit .tge-ad-page__intro {
  padding: 84px 0 58px;
}

.tge-ad-page--media-kit .tge-ad-page__intro h2,
.tge-ad-page--media-kit .tge-ad-page__specs h2,
.tge-ad-page--media-kit .tge-ad-page__placements h2,
.tge-ad-page--media-kit .tge-ad-page__cta h2 {
  font-size: 35px;
  line-height: 1.12;
  margin-bottom: 24px;
}

.tge-ad-page--media-kit .tge-ad-page__intro p {
  font-size: 15px;
  line-height: 1.6;
  max-width: 690px;
}

.tge-ad-page--media-kit .tge-ad-page__dark-button,
.tge-ad-page--media-kit .tge-ad-page__cta-actions a {
  font-size: 14px;
  font-weight: 500;
  margin-top: 28px;
  min-width: 173px;
  padding: 14px 26px;
}

.tge-ad-page--media-kit .tge-ad-page__specs {
  background: #f6f6f6;
  padding: 62px 0 74px;
}

.tge-ad-page__media-kit-grid {
  align-items: start;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
}

.tge-ad-page__media-kit-copy h2 {
  margin-bottom: 22px;
}

.tge-ad-page__media-kit-table {
  border-collapse: collapse;
  font-size: 15px;
  width: 100%;
}

.tge-ad-page__media-kit-table th,
.tge-ad-page__media-kit-table td {
  border: 0;
  color: #202020;
  font-size: 15px;
  line-height: 1.45;
  padding: 3px 8px 3px 0;
  text-align: left;
  vertical-align: top;
}

.tge-ad-page__media-kit-table th {
  font-weight: 600;
  padding-bottom: 14px;
}

.tge-ad-page__media-kit-gap td {
  height: 26px;
  padding: 0;
}

.tge-ad-page__media-kit-notes {
  margin-top: 46px;
}

.tge-ad-page__media-kit-notes strong {
  color: #202020;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 22px;
}

.tge-ad-page__media-kit-notes p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  max-width: none;
}

.tge-ad-page__media-kit-visual {
  display: flex;
  justify-content: flex-end;
}

.tge-ad-page__media-kit-stack-picture,
.tge-ad-page__media-kit-content-picture {
  display: block;
  width: 100%;
}

.tge-ad-page__media-kit-stack-picture > img.tge-picture__img,
.tge-ad-page__media-kit-content-picture > img.tge-picture__img {
  display: block;
  height: auto !important;
  width: 100%;
}

.tge-ad-page__media-kit-stack-image {
  margin-left: auto;
  max-width: 686px;
}

.tge-ad-page--media-kit .tge-ad-page__placements {
  padding: 76px 0 72px;
}

.tge-ad-page__media-kit-content {
  margin: 0 auto;
  max-width: 1105px;
}

.tge-ad-page__media-kit-content-image {
  margin: 0 auto;
  max-width: 1105px;
}

.tge-ad-page--media-kit .tge-ad-page__cta {
  background: #f6f6f6;
  padding: 86px 0 92px;
}

.tge-ad-page--media-kit .tge-ad-page__cta p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
  max-width: none;
}

@media (max-width: 991px) {
  .tge-newsletter-page__hero-inner,
  .tge-ad-page__hero-inner,
  .tge-ad-page__split {
    grid-template-columns: minmax(0, 1fr);
  }

  .tge-ad-page__hero-visual {
    justify-content: center;
  }

  .tge-ad-page__media-kit-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tge-ad-page__media-kit-visual {
    justify-content: center;
  }

  .tge-ad-page__hero-image,
  .tge-ad-page__solutions-image,
  .tge-ad-page__media-kit-stack-image,
  .tge-ad-page__media-kit-content-image {
    margin-left: auto;
    margin-right: auto;
  }

  .tge-newsletter-page__grid,
  .tge-ad-page__advertiser-grid,
  .tge-ad-page__placement-grid,
  .tge-ad-page__stats-grid,
  .tge-about-page__network-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tge-about-page--about-meet-the-team .tge-about-page__team-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .tge-about-page--about-meet-the-team .tge-about-page__team-photo img {
    max-height: 420px;
  }
}

@media (max-width: 767px) {
  .tge-newsletter-page__hero h1,
  .tge-ad-page__hero h1 {
    font-size: 38px;
  }

  .tge-ad-page--media-kit .tge-ad-page__hero-inner {
    gap: 22px;
    min-height: 0;
    padding-bottom: 26px;
    padding-top: 22px;
  }

  .tge-ad-page--media-kit .tge-ad-page__hero h1 {
    font-size: 38px;
    max-width: none;
  }

  .tge-ad-page--media-kit .tge-ad-page__hero p,
  .tge-ad-page--media-kit .tge-ad-page__intro p,
  .tge-ad-page__media-kit-table th,
  .tge-ad-page__media-kit-table td,
  .tge-ad-page__media-kit-notes p {
    font-size: 14px;
  }

  .tge-newsletter-page__intro h2,
  .tge-ad-page__intro h2,
  .tge-ad-page__solutions h2,
  .tge-ad-page__specs h2,
  .tge-ad-page__placements h2,
  .tge-ad-page__cta h2 {
    font-size: 32px;
  }

  .tge-newsletter-page__laptop,
  .tge-ad-page__device--desktop {
    height: 170px;
    width: 280px;
  }

  .tge-newsletter-page__mail-card,
  .tge-ad-page__device--tablet,
  .tge-ad-page__device--phone {
    display: none;
  }
}

/* Article page redesign */
#content.tge-article-page {
  --tge-article-accent: #8dc63e;
  --tge-article-border: #d9e0e6;
  --tge-article-copy: #26313d;
  --tge-article-muted: #65707c;
  background: #ffffff;
  overflow-x: hidden;
  padding: 18px 0 0;
}

.tge-article-page__top-ad {
  margin: 10px 0 34px;
  overflow: hidden;
  text-align: center;
}

.tge-article-page__content {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) 300px;
  margin-bottom: 54px;
}

.tge-article-page__main,
.tge-article-page__sidebar {
  min-width: 0;
}

.tge-article-page__main {
  margin-top: 0;
}

.tge-article-page__sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
}

.tge-article-page__sidebar .check-events {
  display: block;
  margin: 0;
  order: -1;
}

.tge-article-page__sidebar .check-events .lead {
  margin-bottom: 18px;
}

.tge-article-page__sidebar .check-events h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.15;
  margin: 0;
}

.tge-article-page__sidebar .check-events .btn {
  background: #27303b;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding: 11px 22px;
  text-transform: none;
}

.tge-article-page__sidebar .ad-box,
.tge-article-page__sidebar .color-box {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.tge-article-page__sidebar iframe,
.tge-article-page__sidebar img {
  max-width: 100%;
}

.tge-article {
  color: var(--tge-article-copy);
  padding: 0;
}

.tge-article__header {
  border-bottom: 1px solid var(--tge-article-border);
  padding-bottom: 26px;
}

.tge-article__breadcrumb {
  align-items: center;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.tge-article__breadcrumb li {
  color: var(--tge-article-accent);
  font-size: 13px;
  line-height: 1.4;
}

.tge-article__breadcrumb li + li::before {
  color: #b7d883;
  content: "/";
  display: inline-block;
  margin: 0 7px;
}

.tge-article__breadcrumb a,
.tge-article__breadcrumb strong {
  color: inherit;
  font-weight: 400;
}

.tge-article__eyebrow {
  background: var(--tge-article-accent);
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  padding: 4px 8px;
  text-transform: uppercase;
}

.tge-article__title {
  color: #1f2933;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2;
  margin: 0 0 16px;
  max-width: 860px;
}

.tge-article__meta-row {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.tge-article__date {
  color: #29313a;
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
}

.tge-article__share-inline,
.tge-article__share-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tge-article__share-link {
  align-items: center;
  background: #27303b;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  width: 28px;
}

.tge-article__share-link:hover,
.tge-article__share-link:focus {
  background: var(--tge-article-accent);
  color: #ffffff;
  transform: translateY(-1px);
}

.tge-article__author-block {
  align-items: center;
  border-bottom: 1px solid var(--tge-article-border);
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
  padding: 30px 0;
}

.tge-article__author-avatar {
  display: inline-flex;
  flex: 0 0 auto;
  height: 64px;
  overflow: hidden;
  width: 64px;
}

.tge-article__author-avatar img,
.tge-article__author-avatar .avatar {
  border-radius: 0;
  height: 64px;
  object-fit: cover;
  width: 64px;
}

.tge-article__author-copy {
  display: grid;
  gap: 4px;
}

.tge-article__author-name {
  color: #1f2933;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.tge-article__author-role {
  color: var(--tge-article-muted);
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
}

.tge-article__inline-ad,
.tge-article__secondary-ad,
.tge-article-page__after-content-ad,
.tge-article-page__bottom-ad {
  overflow: hidden;
}

.tge-article__inline-ad {
  margin: 0 0 30px;
}

.tge-article__inline-ad .col-md-12,
.tge-article__secondary-ad .col-md-12,
.tge-article-page__after-content-ad .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.tge-article__body {
  color: var(--tge-article-copy);
  font-size: 18px;
  line-height: 1.72;
}

.tge-article__body > :last-child {
  margin-bottom: 0;
}

.tge-article__body p,
.tge-article__body ul,
.tge-article__body ol,
.tge-article__body blockquote {
  margin: 0 0 24px;
}

.tge-article__body h2,
.tge-article__body h3,
.tge-article__body h4 {
  color: #1f2933;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 34px 0 12px;
}

.tge-article__body h2 {
  font-size: 33px;
}

.tge-article__body h3 {
  font-size: 24px;
}

.tge-article__body a {
  color: #77972d;
  text-decoration: underline;
}

.tge-article__body img,
.tge-article__body iframe,
.tge-article__body table {
  max-width: 100%;
}

.tge-article__tags {
  border-top: 1px solid var(--tge-article-border);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 36px;
  padding-top: 22px;
}

.tge-article__tag {
  background: #eef4df;
  color: #4f5c35;
  display: inline-flex;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2;
  padding: 7px 12px;
}

.tge-article__footer {
  border-top: 1px solid var(--tge-article-border);
  margin-top: 28px;
  padding-top: 18px;
}

.tge-article__secondary-ad {
  margin-top: 18px;
}

.tge-article-page__after-content-ad {
  margin-top: 16px;
}

.tge-article-page__related {
  background: #f3f5f6;
  padding: 48px 0 56px;
}

.tge-article-page__related-head {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.tge-article-page__related-head h2 {
  color: #1f2933;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0;
}

.tge-article-page__related-head h2::after {
  color: var(--tge-article-accent);
  content: "›";
  display: inline-block;
  margin-left: 8px;
}

.tge-article-page__related-nav {
  display: inline-flex;
  gap: 8px;
}

.tge-article-page__related-button {
  align-items: center;
  background: var(--tge-article-accent);
  border: 0;
  color: #ffffff;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  transition: opacity 0.2s ease;
  width: 28px;
}

.tge-article-page__related-button[disabled] {
  opacity: 0.5;
}

.tge-article-related-carousel {
  margin-top: 26px;
  overflow-x: auto;
  scrollbar-width: none;
}

.tge-article-related-carousel::-webkit-scrollbar {
  display: none;
}

.tge-article-related-carousel__track {
  display: grid;
  gap: 20px;
  grid-auto-columns: calc((100% - 60px) / 4);
  grid-auto-flow: column;
}

.tge-article-related-card {
  min-width: 0;
}

.tge-article-related-card__image {
  aspect-ratio: 1.56;
  background: #d9e0e6;
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
}

.tge-article-related-card__image picture,
.tge-article-related-card__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tge-article-related-card__meta {
  color: var(--tge-article-muted);
  font-size: 12px;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 8px;
}

.tge-article-related-card__title {
  color: #1f2933;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.45;
  margin: 0;
}

.tge-article-related-card__title a {
  color: inherit;
}

.tge-article-page__bottom-ad {
  padding: 50px 0 50px;
}

@media print {
  #content.tge-article-page .tge-article-page__top-ad,
  #content.tge-article-page .tge-article__inline-ad,
  #content.tge-article-page .tge-article__secondary-ad,
  #content.tge-article-page .tge-article-page__after-content-ad,
  #content.tge-article-page .tge-article-page__sidebar,
  #content.tge-article-page .tge-article-page__related,
  #content.tge-article-page .tge-article-page__bottom-ad,
  #content.tge-article-page .tge-article__share-inline,
  #content.tge-article-page .tge-article__share-bottom,
  #header,
  #footer,
  header,
  footer {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .tge-article__title {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .tge-article-page__content {
    grid-template-columns: minmax(0, 1fr);
  }

  .tge-article-page__sidebar {
    padding-top: 0;
  }

  .tge-article-related-carousel__track {
    grid-auto-columns: calc((100% - 20px) / 2);
  }
}

@media (max-width: 767px) {
  #content.tge-article-page {
    padding-top: 12px;
  }

  .tge-article-page__top-ad {
    margin-bottom: 24px;
  }

  .tge-article__title {
    font-size: 31px;
    line-height: 1.16;
  }

  .tge-article__meta-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .tge-article__author-block {
    padding: 24px 0;
  }

  .tge-article__body {
    font-size: 17px;
    line-height: 1.68;
  }

  .tge-article__body h2 {
    font-size: 28px;
  }

  .tge-article-page__related {
    padding: 36px 0 42px;
  }

  .tge-article-page__related-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .tge-article-related-carousel__track {
    grid-auto-columns: 100%;
  }
}

/* Landing page redesign */
#content.tge-home-page {
  --tge-home-accent: #8dc63e;
  --tge-home-border: #d8dee6;
  --tge-home-card-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
  --tge-home-muted: #5f6773;
  background: #ffffff;
  overflow-x: hidden;
  padding: 12px 0 44px;
}

.tge-home-page__utility-row {
  margin-top: 16px;
}

.tge-home-page__utility-card {
  min-height: 100%;
}

.tge-home-page__utility-copy {
  min-height: 86px;
  margin: 0;
  padding: 10px;
}

.tge-home-page__utility-copy--compact {
  padding-top: 5px;
}

.tge-home-page__content {
  margin-top: 20px;
}

.tge-home-page .post-group {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-top: 42px;
  margin-bottom: 28px;
  overflow: visible;
  padding: 0;
}

.tge-home-page .main-section > .post-group:first-child {
  margin-top: 12px;
}

.tge-home-page .post-group .group-title {
  background: transparent;
  display: block;
  float: none;
  left: auto;
  margin-bottom: 22px;
  padding: 0;
  position: relative;
  top: auto;
  width: 100%;
}

.tge-home-page .post-group .group-title h2 {
  color: #111827;
  display: inline-flex;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: none;
}

.tge-home-page .post-group .group-title h2::after {
  color: var(--tge-home-accent);
  content: '\203a';
  font-size: 0.85em;
  line-height: 1;
  margin-left: 8px;
}

.tge-home-page__hero-grid {
  margin-bottom: 8px;
}

.tge-home-page__hero-secondary .thumbnail + .thumbnail {
  margin-top: 22px;
}

.tge-home-page .thumbnail {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 0;
}

.tge-home-page .thumbnail:hover {
  box-shadow: none;
  transform: none;
}

.tge-home-page .thumbnail .img {
  background-color: #eef2f5;
  background-position: center;
  height: 0;
  overflow: hidden;
  padding-top: 58%;
  position: relative;
}

.tge-home-page .thumbnail.main {
  min-height: 100%;
}

.tge-home-page .thumbnail.main .img {
  min-height: 0;
  padding-top: 73%;
  width: 100%;
}

.tge-home-page__hero-secondary .thumbnail .img {
  padding-top: 42%;
}

.tge-home-page .thumbnail .img picture.tge-picture {
  inset: 0;
  position: absolute;
}

.tge-home-page .thumbnail .img picture.tge-picture > img.tge-picture__img {
  display: block !important;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tge-home-page .thumbnail .caption {
  padding: 12px 0 0;
}

.tge-home-page .thumbnail .caption h3,
.tge-region-list__title,
.tge-region-grid .thumbnail .caption h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tge-home-page .thumbnail .caption h3 {
  color: #17293c;
  font-size: 16px;
  height: 4.2em;
  line-height: 1.4;
  margin-top: 6px;
  max-height: 4.2em;
  font-weight: 600;
}

.tge-home-page .thumbnail .caption h3:hover,
.tge-home-page .thumbnail .caption h3:focus,
.tge-home-page .thumbnail > a:hover .caption h3,
.tge-home-page .thumbnail > a:focus .caption h3 {
  color: var(--tge-home-accent);
}

.tge-home-page .thumbnail.main .caption h3 {
  font-size: 23px;
  height: 4.05em;
  line-height: 1.35;
  margin-top: 8px;
  max-height: 4.05em;
}

.tge-home-page .thumbnail .article-latest-news {
  background-color: var(--tge-home-accent);
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 0 14px;
  padding: 8px 14px;
  text-transform: uppercase;
}

.tge-home-page .thumbnail .article-meta {
  background: transparent;
  color: var(--tge-home-muted);
  display: block;
  float: none;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  position: static;
  text-transform: none;
}

.tge-home-page .thumbnail.main .article-meta {
  font-size: 16px;
}

.tge-home-page .thumbnail .article-share {
  display: none;
}

.tge-home-page__ad-row {
  margin-bottom: 4px;
  margin-top: 8px;
}

.tge-home-page__ad-row--middle {
  padding-top: 4px;
}

.tge-home-page__ad-row--billboard {
  padding-top: 10px;
}

.tge-home-page__sidebar .color-box {
  margin-top: 34px;
}

.tge-home-page__sidebar .ad-box {
  margin-bottom: 20px;
}

.tge-home-page__featured {
  background: #eef2f5;
  margin-top: 28px;
  overflow: hidden;
  padding: 30px 0 30px;
}

.tge-home-page__featured .post-group {
  background: transparent;
  border: 0;
  display: block;
  float: none;
  margin: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.tge-home-page__featured .col-md-12 {
  float: none;
  min-width: 0;
  width: 100%;
}

.tge-home-page__featured .post-group .group-title {
  border-bottom: 0;
  margin-bottom: 18px;
  text-align: left;
  width: 100%;
}

.tge-home-page__featured .post-group .group-title h2 {
  background: transparent;
  color: #111827;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0;
  text-transform: none;
}

.tge-home-page__featured .post-group .group-title h2::after {
  color: var(--tge-home-accent);
  content: '\203a';
  font-size: 0.8em;
  margin-left: 8px;
}

.tge-home-page__featured .featured-posts-carousel {
  margin-top: 0;
  overflow: hidden;
}

.tge-home-page__featured .featured-posts-carousel__track {
  display: flex;
  gap: 16px;
  transition: transform 0.28s ease;
  will-change: transform;
}

.tge-home-page__featured .featured-posts-carousel__item {
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: 0;
}

.tge-home-page__featured .featured-posts-carousel__item .thumbnail {
  margin-bottom: 0;
}

.tge-home-page__featured .thumbnail .img {
  padding-top: 44%;
}

.tge-home-page__featured .thumbnail .caption {
  padding-top: 12px;
}

.tge-home-page__featured .thumbnail .caption h3 {
  font-size: 16px;
  height: 4.2em;
  line-height: 1.4;
  margin-top: 6px;
  max-height: 4.2em;
  font-weight: 600;
}

.tge-home-page__featured .thumbnail .article-meta {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 0;
  padding: 0;
}

.tge-home-page__featured .nav-prev,
.tge-home-page__featured .nav-next {
  align-items: center;
  background: var(--tge-home-accent);
  color: #ffffff;
  display: inline-flex;
  font-size: 15px;
  height: 22px;
  justify-content: center;
  margin: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 2px;
  width: 22px;
  z-index: 10;
}

.tge-home-page__featured .nav-prev {
  left: auto;
  right: 28px;
}

.tge-home-page__featured .nav-prev.is-disabled,
.tge-home-page__featured .nav-next.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.tge-home-page__featured .nav-next:hover,
.tge-home-page__featured .nav-next:focus,
.tge-home-page__featured .nav-prev:hover,
.tge-home-page__featured .nav-prev:focus {
  color: #ffffff;
  opacity: 0.92;
  text-decoration: none;
}

.tge-home-page__featured .bullets {
  display: none;
}

.tge-home-page__regions {
  overflow: hidden;
  padding-top: 64px;
}

.tge-home-page__regions .post-group .group-title {
  background: var(--tge-home-accent);
  display: inline-block;
  float: left;
  left: 10px;
  margin-bottom: 0;
  padding: 3px 8px;
  position: absolute;
  top: -34px;
  width: auto;
}

.tge-home-page__regions .post-group .group-title h2 {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase;
}

.tge-home-page__regions .post-group .group-title h2::after {
  content: none;
}

.tge-home-page__regions .post-group {
  background: #ffffff;
  border: 0;
  margin-bottom: 20px;
  margin-top: 40px;
  padding: 18px 0 0;
  position: relative;
}

.tge-home-page__regions .post-group.d-flex {
  display: flex;
}

.tge-home-page__regions .post-group .btn.see-more {
  background: transparent;
  border: 0;
  border-radius: 0;
  bottom: auto;
  box-shadow: none;
  color: #1d2530;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: -28px;
}

.tge-home-page__regions .post-group .btn.see-more::after {
  color: var(--tge-home-accent);
  content: '\203a';
  margin-left: 6px;
}

.tge-home-page__regions .post-group .btn.see-more:hover,
.tge-home-page__regions .post-group .btn.see-more:focus {
  background: transparent;
  color: #111827;
}

.tge-home-page__regions .post-group .col-sm-6.col-md-4.col-lg-4 .group-title,
.tge-home-page__regions .post-group .col-sm-6.col-md-12.col-lg-12 .group-title {
  left: 10px;
  top: -34px;
}

.tge-home-page__regions .thumbnail {
  padding-bottom: 12px;
}

.tge-home-page__regions .thumbnail .caption {
  padding: 10px 0 0;
}

.tge-home-page__regions .thumbnail .caption h3 {
  font-size: 14px;
  height: 4.05em;
  line-height: 1.35;
  margin: 8px 0 0;
  max-height: 4.05em;
}

.tge-home-page__regions .thumbnail.main .caption h3 {
  font-size: 16px;
  height: 3.9em;
  line-height: 1.3;
  margin-top: 8px;
  max-height: 3.9em;
}

.tge-home-page__regions a.box-link-homepage {
  font-size: 12px;
  line-height: 1.5;
}

.tge-region-list {
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.tge-region-list--top {
  margin-bottom: 44px;
}

.tge-region-list--lower {
  clear: both;
  margin-top: 54px;
  width: 100%;
  margin-bottom: 20px;
}

.tge-region-list__item {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(210px, 300px) minmax(0, 1fr) 88px;
}

.tge-region-list__image {
  display: block;
}

.tge-region-list__image .img {
  background-color: #eef2f5;
  background-position: center;
  background-size: cover;
  display: block;
  margin: 0;
  overflow: hidden;
  padding-top: 56%;
  position: relative;
}

.tge-region-list__image picture.tge-picture {
  inset: 0;
  position: absolute;
}

.tge-region-list__image picture.tge-picture > img.tge-picture__img {
  display: block !important;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tge-region-list__body {
  padding-top: 2px;
}

.tge-region-list__label {
  background: var(--tge-home-accent);
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 14px;
  padding: 6px 9px;
  text-transform: uppercase;
}

.tge-region-list__label:hover,
.tge-region-list__label:focus {
  color: #ffffff;
  opacity: 0.9;
  text-decoration: none;
}

.tge-region-list__date {
  color: #5f6b73;
  display: block;
  font-size: 13px;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 8px;
}

.tge-region-list__title {
  font-size: 18px;
  font-weight: 700;
  height: 4.02em;
  line-height: 1.34;
  margin: 0;
  max-height: 4.02em;
}

.tge-region-list__title a {
  color: #1d2530;
}

.tge-region-list__title a:hover,
.tge-region-list__title a:focus {
  color: var(--tge-home-accent);
  text-decoration: none;
}

.tge-region-list__more {
  align-self: start;
  color: #1d2530;
  font-size: 12px;
  line-height: 1;
  margin-top: 8px;
  text-align: right;
  white-space: nowrap;
}

.tge-region-list__more::after {
  color: var(--tge-home-accent);
  content: '\2192';
  margin-left: 6px;
}

.tge-region-list__more:hover,
.tge-region-list__more:focus {
  color: var(--tge-home-accent);
  text-decoration: none;
}

.tge-region-ad-row {
  clear: both;
  margin: 0 0 68px;
  max-width: 962px;
  overflow: hidden;
}

.tge-region-grid {
  background: transparent;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.tge-region-grid__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}

.tge-region-grid__header h2 {
  color: #1d2530;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
}

.tge-region-grid__header h2::after {
  color: var(--tge-home-accent);
  content: '\203a';
  font-size: 0.8em;
  margin-left: 8px;
}

.tge-region-grid .thumbnail {
  background: #f5f7f8;
  margin-bottom: 0;
  padding-bottom: 18px;
}

.tge-region-grid .thumbnail .caption {
  padding: 12px 14px 0;
}

.tge-region-grid .thumbnail .caption h3 {
  font-size: 15px;
  height: 3.96em;
  line-height: 1.32;
  margin-top: 8px;
  max-height: 3.96em;
}

.tge-home-page__bottom-banner {
  clear: both;
  margin-top: 20px;
}

.tge-home-page__partners {
  margin-bottom: 0;
  overflow: hidden;
  padding-bottom: 24px;
}

.tge-home-page__partners .wrapper,
.tge-home-page__partners .jcarousel-wrapper,
.tge-home-page__partners .jcarousel {
  max-width: 100%;
  overflow: hidden;
}

.tge-home-page a.box-link-homepage {
  color: #1d2530;
  display: block;
  font-size: 15px;
  line-height: 1.55;
}

.tge-home-page a.box-link-homepage:hover,
.tge-home-page a.box-link-homepage:focus {
  color: var(--tge-home-accent);
  text-decoration: none;
}

@media (max-width: 1199px) {
  .tge-home-page .post-group .group-title h2 {
    font-size: 24px;
  }

  .tge-home-page__regions .post-group.d-flex {
    display: block;
    overflow: hidden;
  }

  .tge-region-list__item {
    gap: 28px;
    grid-template-columns: minmax(190px, 270px) minmax(0, 1fr) 78px;
  }

  .tge-region-list__title {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .tge-home-page__featured {
    padding: 30px 0 30px;
  }

  .tge-home-page__featured .post-group .group-title h2 {
    font-size: 22px;
  }

  .tge-home-page__featured .featured-posts-carousel__track {
    gap: 20px;
  }

  .tge-home-page__featured .featured-posts-carousel__item {
    flex-basis: calc((100% - 20px) / 2);
  }

  .tge-home-page__featured .nav-next {
    right: 18px;
  }

  .tge-home-page__featured .nav-prev {
    right: 62px;
  }

  .tge-home-page__regions {
    padding-top: 48px;
  }

  .tge-region-list__item {
    grid-template-columns: 250px minmax(0, 1fr);
  }

  .tge-region-list__more {
    grid-column: 2;
    margin-top: -2px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  #content.tge-home-page {
    padding-top: 14px;
  }

  .tge-home-page__utility-row {
    margin-top: 12px;
  }

  .tge-home-page__utility-card {
    margin-bottom: 14px;
  }

  .tge-home-page .post-group {
    margin-top: 28px;
    padding: 18px 14px 6px;
  }

  .tge-home-page .post-group .group-title {
    margin-bottom: 16px;
    width: 100%;
  }

  .tge-home-page .thumbnail .caption {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tge-home-page .thumbnail .caption h3 {
    font-size: 18px;
  }

  .tge-home-page .thumbnail.main .caption h3 {
    font-size: 21px;
  }

  .tge-home-page__featured {
    padding: 34px 0 30px;
  }

  .tge-home-page__featured .post-group .group-title {
    margin-bottom: 20px;
    width: 100%;
  }

  .tge-home-page__featured .post-group .group-title h2 {
    font-size: 20px;
  }

  .tge-home-page__regions .post-group {
    padding: 18px 0 0;
  }

  .tge-home-page__regions .main-section > .post-group:first-child {
    margin-top: 42px;
  }

  .tge-home-page__regions .post-group .group-title {
    left: 10px;
    margin-bottom: 0;
    top: -34px;
    width: auto;
  }

  .tge-region-list {
    gap: 34px;
  }

  .tge-region-list__item {
    display: block;
  }

  .tge-region-list__image {
    margin-bottom: 16px;
  }

  .tge-region-list__more {
    display: inline-block;
    margin-top: 12px;
  }

  .tge-region-grid__header h2 {
    font-size: 26px;
  }

  .tge-region-grid .thumbnail {
    margin-bottom: 18px;
  }

  .tge-home-page__featured .featured-posts-carousel__track {
    gap: 16px;
  }

  .tge-home-page__featured .featured-posts-carousel__item {
    flex-basis: 100%;
  }

  .tge-home-page__featured .nav-next,
  .tge-home-page__featured .nav-prev {
    height: 22px;
    top: 4px;
    width: 22px;
  }

  .tge-home-page__featured .nav-next {
    right: 0;
  }

  .tge-home-page__featured .nav-prev {
    right: 28px;
  }
}
