@charset "UTF-8";

/*
Theme Name: Report Territories of Life
Author: Melissa Chavez
Description: Custom theme for the report Territories of Life 2021
Requires PHP: 7.4
Version: 1.3.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reportterritoriesoflife
*/

/* Variables */
:root {
  /* Font Size */
  --global--font-size-base: 1.25rem;
  --global--font-size-xs: 1rem;
  --global--font-size-sm: 1.125rem;
  --global--font-size-md: 1.25rem;
  --global--font-size-lg: 1.5rem;
  --global--font-size-xl: 2.25rem;
  --global--font-size-xxl: 4rem;
  --global--font-size-xxxl: 5rem;
  --global--font-size-page-title: var(--global--font-size-xxl);

  /* Line Height */
  --global--line-height-body: 1.7;
  --global--line-height-heading: 1.3;
  --global--line-height-page-title: 1.1;

  /* Colors */
  --global--color-black: #000;
  --global--color-dark-gray: #28303d;
  --global--color-gray: #39414d;
  --global--color-light-gray: #f2f2f2;
  --global--color-green: #004200;
  --global--color-green-light: #0c580c;
  --global--color-orange: #d33f10;
  --global--color-yellow: #f89920;
  --global--color-yellow-dark: #e98707;
  --global--color-brown: #862c0b;
  --global--color-brown-dark: #4b1906;
  --global--color-white: #fff;
  --global--color-white-50: rgba(255, 255, 255, 0.5);
  --global--color-white-90: rgba(255, 255, 255, 0.9);
  --global--color-primary: var(--global--color-green);
  --global--color-secondary: var(--global--color-orange);

  /* Width */
  --global-lg-content: 980px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/*========================================================================== */

* {
  font-family: "Montserrat", sans-serif;
}

.aligncenter {
  text-align: center;
}

.main a {
  text-decoration: none !important;
  color: #d33f10;
  font-weight: 500;
  word-wrap: break-word;
}
.main a:hover {
  color: #a1310f;
}
.card-item a {
  font-weight: inherit;
  color: #fff !important;
}
.card-item a:hover {
  color: inherit !important;
}
h1,
h2,
h3 {
  font-weight: bold !important;
}

h2 {
  font-size: 44px !important;
}

.btn {
  font-weight: 500 !important;
  padding: 0.8rem 2rem !important;
}

.background-header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 680px;
  height: 100vh;
  position: relative;
}
.background-header .layout {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgb(1 65 1 / 32%);
}
.site-title h1 {
  font-size: 60px;
  font-weight: bold;
}
.site-title p {
  font-size: 25px;
  font-weight: 500;
}
.site-title {
  max-width: 860px;
}
.header-not-found {
  background: var(--global--color-green-light);
}
.header-buttons {
  margin-top: 8rem;
}
.header-buttons a {
  text-decoration: none;
}
.btn-xl {
  padding: 2rem;
}
.btn-xl img {
  margin-right: 1rem;
}

.btn-orange {
  background-color: #d33f10 !important;
  color: #fff !important;
}
.btn-orange:hover {
  background-color: #a1310f !important;
}

.btn-yellow {
  background-color: var(--global--color-yellow) !important;
  color: #fff !important;
}
.btn-yellow:hover {
  background-color: var(--global--color-yellow-dark) !important;
}

.btn-light:hover {
  background-color: #d9d9d9 !important;
}

.btn-green {
  background-color: var(--global--color-green-light) !important;
  color: #fff !important;
}
.btn-green:hover {
  background-color: var(--global--color-green) !important;
}
.background-header .btn-orange {
  margin: 0 0.8rem;
  width: 308px;
}
.btn-orange img {
  margin-left: -8px;
}
.btn-orange span {
  display: inline-block;
  max-width: 145px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  line-height: 1.2;
}
.btn-orange span strong {
  font-weight: 600;
}

.text-image-block {
  min-height: 100vh;
  height: auto;
}
.text-image-block .row {
  min-height: 100vh;
}
.img-bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.text-image-block .img-bg {
  min-height: 480px;
}
.icon-md {
  background-color: #cc3b0f;
  border-radius: 4px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-sm {
  background-color: #cc3b0f;
  border-radius: 4px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-md img {
  width: 50px;
}
.icon-sm img {
  width: 30px;
}
.text-image-block h2 {
  color: var(--global--color-green-light);
}
.text-image-block p {
  font-size: 15px;
  max-width: 90%;
}
.text-image-block-content {
  padding: 5rem;
}

.cards-block h2 {
  color: var(--global--color-orange);
  margin-bottom: 5rem;
}
.cards-block {
  padding: 5rem 0;
  position: relative;
}
.cards-block .container {
  max-width: 1080px;
  position: relative;
}
.cards-block .splide__arrow--prev {
  left: -50px;
}
.cards-block .splide__arrow--next {
  right: -50px;
}
.controls {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  width: 100%;
  top: 55%;
}

.controls-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}

.controls li:hover i {
  color: #fff;
}
.controls i {
  color: var(--global--color-light-gray);
}

.controls:focus {
  outline: none;
}

.controls .prev:focus,
.controls .next:focus {
  outline: none;
}

.controls li {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #c4c4c4;
}
.controls i {
  font-size: 24px;
  color: #fff;
}
.home-slider .splide__list,
.news-slider .splide__list {
  display: flex;
}
.news-slider .card-item-img, .results .card-item-img {
  height: 200px;
}

.slider-news-container {
  position: relative;
}
.updated-section {
  margin-bottom: 10rem;
}
.updated-section h2 {
  color: var(--global--color-green);
}
.card-item {
  max-width: 350px;
  height: 100%;
  margin: 0 auto;
}
.card-item-img-content {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
  flex-direction: row;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5626400902157738) 0%,
    rgba(0, 0, 0, 0.25003504819896705) 45%,
    rgba(0, 0, 0, 0) 91%
  );
}
.card-item-date {
  color: var(--global--color-green);
  margin-top: -8px;
  margin-bottom: -8px;
}
.card-item-content {
  padding: 16px 20px 8px;
  height: 360px;
}
.card-item-header {
  padding-left: 2rem;
  width: 100%;
  padding-right: 1rem;
  line-height: 1.3;
}
.card-item-content h6 {
  font-size: 16px;
  font-weight: 600;
}
.card-item-header h6 a {
  color: #fff !important;
}
.card-item-content p {
  font-size: 13px;
}
.card-item-content h6 a {
  color: #212529 !important;
}
.block-map {
  height: auto;
  position: relative;
}
#map-territories {
  padding: 4rem 1rem;
}
.map-title {
  width: 100%;
  padding: 8px 16px;
  font-size: 13px;
  color: #fff;
  background-color: var(--bs-dark);
}
.map-text {
  padding: 8px 16px 0;
  margin-bottom: 0;
}
.btn-map-more {
  padding: 8px 16px;
  color: #fff !important;
  background-color: var(--global--color-orange);
  margin: 16px;
  width: fit-content;
  border-radius: 4px;
}
.btn-map-more:hover {
  background-color: #a1310f;
}
.map-control {
  width: 200px;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  z-index: 1;
}
.map-control-item {
  cursor: pointer;
}
.map-control .active {
  color: var(--global--color-orange);
}
.continent-list-item {
  list-style: none;
  margin: 1rem auto;
  line-height: 1.1;
  padding: 0 8px;
}
.continent-list-item a {
  font-size: 15px;
  color: var(--bs-dark) !important;
}
.continent-list-item a:hover {
  text-decoration: underline !important;
  color: var(--bs-dark) !important;
}
.continent-list-item small {
  font-weight: 100;
  font-size: 12px;
}
.list-territories,
.list-analysis {
  padding: 2rem 1rem;
  max-width: 1080px;
  margin: 0 auto;
}
.list-territories .col-md-4.col-xs-12:nth-child(4) {
  margin-top: -116px;
}
.list-territories h5 {
  font-size: 20px;
  color: var(--global--color-orange);
  width: 100%;
  border-bottom: 2px solid;
  padding-bottom: 4px;
  text-transform: capitalize;
}
.list-analysis h5 {
  font-size: 20px;
  color: var(--global--color-green);
  width: 100%;
  border-bottom: 2px solid;
  padding-bottom: 4px;
  text-transform: capitalize;
}
#list-territories {
  padding: 4rem 0;
}
.list-territories .list-name {
  background: var(--global--color-orange);
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  max-width: 280px;
  text-align: center;
  margin: 2rem auto 4rem;
}
.list-analysis .list-name {
  background: var(--global--color-green);
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  max-width: 680px;
  text-align: center;
  margin: 2rem auto 4rem;
}
#chartdiv {
  height: 600px;
}
.continent-group {
  max-width: 268px;
  margin: 0 auto 1rem;
}
.continent-group ul {
  padding-left: 0;
}
.block-more-about-analysis {
  padding: 6rem 1rem;
}
.card-info {
  max-width: 716px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 1rem;
}
.bg-green {
  background-color: var(--global--color-green);
}
.bg-orange {
  background-color: var(--global--color-orange);
}
.card-info-title {
  margin-bottom: 2.5rem;
}
.card-info-title h5 {
  color: #fff;
  font-weight: 500px;
}
.card-info-content {
  border-radius: 4px;
}

footer {
  background-color: var(--global--color-brown-dark);
  padding: 3rem 0;
  color: #fff;
}
footer h6 {
  font-weight: 600;
}
footer p {
  font-size: 12px;
  max-width: 302px;
  color: #fff;
}
.item-social i {
  font-size: 20px;
}
.item-social a:hover {
  color: var(--global--color-yellow-dark);
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer .icca a {
  font-size: 12px;
}
footer a:hover {
  color: var(--global--color-yellow-dark);
}
.logo-icca {
  width: 180px;
  margin-bottom: 1rem;
}

.case-study-header {
  height: 100vh;
  position: relative;
  min-height: 680px;
}
.bg-layout {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    87deg,
    rgba(0, 0, 0, 0.76) 0%,
    rgba(0, 0, 0, 0.35) 63%,
    rgba(0, 0, 0, 0) 91%
  );
}
.page-header {
  height: 380px;
  position: relative;
  background-position: center center;
}
.page-header .bg-layout {
  background: rgb(0 0 0 / 32%);
}
.case-study-header-content {
  padding: 10rem;
  max-width: 890px;
}
.page-header .case-study-header-content {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.case-study-header-content h1 {
  color: #fff;
  font-size: 48px;
}
.case-study-header-content h2 {
  color: #fff;
  font-size: 30px !important;
}
.download-full-report .btn-orange span {
  max-width: none !important;
}
.read-original-option {
  font-size: 18px;
  color: #fff;
}
.nav-buttons .btn-xl {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
  height: 100px;
}
.nav-buttons {
  padding: 2.8rem;
}
.btn-square {
  width: 100px;
  height: 100px;
  background: var(--global--color-green-light) !important;
  padding: 8px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1 !important;
  margin-right: 1rem;
}
.btn-square:hover {
  background: var(--global--color-green) !important;
}
.btn-square img {
  width: 30px;
  margin-bottom: 4px;
  margin-top: 4px;
}
.btn-square span {
  font-size: 12px;
  color: #fff;
  display: block;
}
.case-study .container {
  max-width: var(--global-lg-content);
}
.post-title {
  margin: 0 auto;
  max-width: 960px;
}
.breadcrumbs {
  padding: 4rem 0;
}
.breadcrumbs a,
.breadcrumbs {
  color: var(--global--color-orange);
}
.breadcrumbs .breadcrumb_last {
  color: rgb(211 63 16 / 50%);
  margin-left: 16px;
}
.breadcrumbs span span {
  margin-left: 16px;
}
.breadcrumbs > .container > span > span {
  margin-left: 0;
}
.breadcrumbs a {
  margin-right: 16px;
}
.orange {
  color: var(--global--color-orange);
}
.has-orange-background-color {
  background-color: var(--global--color-orange);
}
.author-name {
  font-weight: 500;
}
.author-date {
  font-size: 14px;
  font-weight: 400;
}
.about-author-more {
  border-bottom: 2px solid var(--global--color-orange);
  padding-bottom: 0.5rem;
}
.about-author-title {
  color: var(--global--color-secondary);
}
.about-author-more-bottom {
  margin-bottom: 8rem;
  padding: 1.5rem 1rem 1rem;
  border-top: 2px solid var(--global--color-orange);
  font-size: 14px !important;
}
.content-case-study {
  padding: 3rem 0;
}
.content-case-study .wp-block-embed {
  max-width: var(--global-lg-content);
  margin: 3rem auto;
}
.page-content .content-case-study {
  padding: 0 0 3rem;
}
.content-case-study .wp-block-separator {
  max-width: var(--global-lg-content);
  margin: 1rem auto 3rem;
  background-color: var(--global--color-orange);
  border-bottom-color: var(--global--color-orange);
  height: 2px;
  opacity: 1;
}
.content-case-study .pdfobject,
.pdfobject-container {
  max-width: var(--global-lg-content);
  margin: 3rem auto;
}
.snapshot p {
  font-style: italic;
  font-size: 20px;
}

.snapshot {
  margin-bottom: 2rem;
}
.page-divider {
  border-bottom: 2px solid var(--global--color-orange);
  margin: 2rem auto;
}
.content-case-study-text p {
  padding: 8px;
  max-width: var(--global-lg-content);
  margin: 1rem auto;
  line-height: 1.8;
  font-size: 18px;
}
.content-case-study-text ul,
.content-case-study-text ol {
  padding: 8px 8px 8px 32px;
  max-width: var(--global-lg-content);
  margin: 0 auto;
}
.content-case-study-text li {
  margin: 0.5rem auto 1rem;
  line-height: 1.8;
  font-size: 18px;
}

.post-content .content-case-study-text li {
  margin: 0.5rem auto 0.8rem;
}
.content-case-study-text h1,
.content-case-study-text h2,
.content-case-study-text h3,
.content-case-study-text h4,
.content-case-study-text h5,
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5 {
  font-weight: 500 !important;
  max-width: var(--global-lg-content);
  padding: 8px;
  margin: 4rem auto 2rem;
}
.post-content .content-case-study-text h1,
.post-content .content-case-study-text h2,
.post-content .content-case-study-text h3,
.post-content .content-case-study-text h4,
.post-content .content-case-study-text h5 { 
  margin: 2rem auto 1.5rem;
}
.content-case-study-text h3 {
  font-size: 32px;
}
.content-case-study-text .wp-block-image,
.content-case-study .wp-block-table {
  width: calc(var(--global-lg-content) - 80px);
  margin: 3rem auto;
  max-width: 100%;
}
.content-case-study-text .wp-block-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.quote {
  max-width: var(--global-lg-content);
  margin: 2rem auto;
  border-radius: 4px;
  background-color: rgb(0 104 23 / 10%);
  font-style: italic;
  color: #004200;
  font-size: 20px;
}
.quote span {
  display: block;
}
.content-case-study-text .blocks-gallery-caption,
.content-case-study-text .wp-block-embed figcaption,
.content-case-study-text .wp-block-image figcaption {
  padding-left: 16px;
  text-align: left;
  border-left: 2px solid var(--global--color-orange);
  font-size: 13px;
}
.wp-block-image .alignright,
.wp-block-image .alignleft {
  max-width: 50%;
}
.video-container {
  padding: 3.5rem 0;
  margin: 3rem auto;
}
.video-container iframe {
  width: 100%;
  height: 480px;
  margin-bottom: 2rem;
}
.video-description {
  border-left: 2px solid var(--global--color-orange);
  font-size: 14px;
  font-weight: lighter;
  padding-left: 1rem;
}
.btn-outline-light:hover svg path {
  fill: #000;
}

.tooltip {
  max-width: 280px !important;
  display: inline;
  position: relative;
}
.content-case-study-text p a,
.content-case-study-text li a {
  position: relative;
}

.content-case-study-text p a .inactive,
.content-case-study-text li a .inactive {
  display: none;
}
.content-case-study-text p a .active,
.content-case-study-text li a .active {
  display: block;
  background: #212529;
  width: 320px;
  height: auto;
  position: absolute;
  top: 29px;
  left: -40%;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  padding: 8px 12px;
  z-index: 2;
}

/*.content-case-study-text p a .active:after,
.content-case-study-text li a .active:after {
  content: "";
  position: absolute;
  left: 20%;
  margin-left: -5px;
  top: -16px;
  border: 10px solid #212529;
  border-color: transparent transparent #212529 transparent;
}*/
.internal-quote {
  font-size: 14px !important;
  margin: 0 auto !important;
}
.case-study-picture-caption {
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 8%;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
  display: none;
  transition: width 0.5s ease 1s;
}
.case-study-header:hover .case-study-picture-caption {
  display: block;
}

.wp-block-table thead {
  border-bottom: 3px solid var(--global--color-orange) !important;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #ccc !important;
}
.block-card-text-image .text-block h2 {
  max-width: 90% !important;
}
.block-card-text-image .text-block {
  padding: 48px 48px 48px 48px;
}
.header-slider {
  min-height: 680px;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  left: 0;
  right: 0;
}
.header-slider .splide__list {
  width: 100%;
}
.header-slider li {
  height: 100%;
}
@media screen and (max-width: 680px) {
  .case-study-header-content {
    padding: 8rem 5rem;
    max-width: 890px;
  }
  .case-study-header-content h1 {
    font-size: 36px;
  }
  .case-study-header-content h2 {
    font-size: 27px;
  }
  .case-study-header {
    height: auto;
  }
  .img-bg {
    background-position: top center;
    background-size: cover;
  }
  .bg-layout {
    display: flex;
    align-items: center;
  }
  .nav-buttons .btn-xl {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .nav-buttons {
    padding: 2rem 1rem;
  }
  .block-card-text-image .img-block {
    height: 480px;
    min-height: 480px;
  }
  .wp-block-image .alignright,
  .wp-block-image .alignleft {
    max-width: 100%;
  }
}

/*
  Menus
*/
.is-menu path.search-icon-path {
  fill: #fff !important;
}
.footer-nav-menu .menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.footer-nav-menu .menu a:hover {
  color: var(--global--color-yellow-dark);
}
.navbar-container {
  position: fixed;
  top: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.top-nav-menu .menu {
  padding-left: 0;
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
.top-nav-menu .menu li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}
.top-nav-menu .menu .menu-item {
  margin-right: 16px;
  margin-left: 16px;
}
.search-nav-menu ul {
  list-style: none;
  margin-bottom: 0px;
  padding: 0px;
}
.language-nav-menu {
  margin-right: 32px;
  margin-left: 16px;
}
.language-nav-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.language-nav-menu ul li {
  list-style: none;
}
.language-nav-menu a {
  padding: 4px 8px;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 700;
  z-index: 99;
  text-decoration: none;
}
.language-nav-menu .pll-parent-menu-item .sub-menu {
  display: none;
}
.language-nav-menu .pll-parent-menu-item:hover .sub-menu {
  display: block;
}
.language-nav-menu .sub-menu {
  display: block;
  background: #fff;
  margin-top: 4px;
  border: none;
  position: absolute;
}
.language-nav-menu .sub-menu li a {
  color: var(--global--color-green) !important;
  border: 0;
  border: 0px;
}
.language-nav-menu .sub-menu li:hover {
  background-color: #f8f9fa !important;
}
.list-small li {
	font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
}
/*
  Gallery
*/
.block-gallery-report {
  width: 100%;
  margin: 2rem auto;
  padding: 2rem 1rem;
}
.block-gallery-report-container {
  width: 980px;
  max-width: 90%;
  margin: 0 auto;
}

.block-gallery-report-caption {
  font-size: 14px;
  border-left: 2px solid var(--global--color-orange);
  padding-left: 8px;
  margin-top: 16px;
}
.block-gallery-report-item {
  text-align: center;
}
.secondary-slider .splide__list {
  max-width: 98% !important;
  margin: 0px auto !important;
}
.splide__arrow {
  background: transparent !important;
}
.splide__arrow {
  fill: var(--global--color-orange);
}

.block-gallery-report .splide__arrow--prev {
  left: 0 !important;
}
.secondary-slider .splide__arrow--prev {
  margin-left: -40px;
}
.block-gallery-report .splide__arrow--next {
  right: 0 !important;
}
.secondary-slider .splide__arrow--next {
  margin-right: -40px;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 0 !important;
}
.splide__slide img {
  max-width: 100% !important;
}
.header-slider .splide__slide img {
  max-width: none !important;
}
.primary-slider .splide__list {
  max-width: 100% !important;
  width: 100% !important;
}
/*
  Menu
*/
.main-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: var(--global--color-brown-dark);
  overflow-x: hidden;
  transition: 0.5s;
}
.main-menu::-webkit-scrollbar {
  width: 8px;
}
.main-menu::-webkit-scrollbar-thumb {
  background: var(--global--color-yellow);
  border-radius: 4px;
}
.main-menu::-webkit-scrollbar-thumb:hover {
  background: var(--global--color-yellow);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.main-menu::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 4px;
}
.main-nav-menu .menu,
.menu-principal-container .menu {
  padding-left: 0;
}
.main-nav-menu .menu .menu-item a,
.menu-principal-container .menu .menu-item a {
  list-style: none;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  transition: 0.3s;
  border-top: 1px solid #cccccc42;
}
.main-nav-menu .menu .menu-item .sub-menu li,
.menu-principal-container .menu .menu-item .sub-menu li {
  list-style: none;
}
.main-nav-menu .menu .menu-item .sub-menu a,
.menu-principal-container .menu .menu-item .sub-menu a {
  font-size: 12px;
  list-style: none;
}

.sub-menu {
  background-color: var(--global--color-yellow-dark);
  padding-left: 0;
}

.main-nav-menu .menu .menu-item:hover {
  background-color: var(--global--color-brown);
}
.sub-menu .menu-item:hover {
  background-color: var(--global--color-yellow) !important;
}

.menu-icon i {
  color: #fff;
  font-size: 24px;
}
.brand-logo {
  margin: 3rem 1rem 2.5rem;
}
.brand-logo a {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.brand-logo a:hover {
  color: #fff;
}
.closebtn {
  color: #fff;
  font-size: 24px;
  float: right;
  margin-right: 16px;
  margin-top: 8px;
}
.closebtn:hover {
  color: #fff;
}
#bg-layout {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  display: none;
}

.description {
  margin-top: 2rem;
}
.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-1
  .woo-sctr-shortcode-countdown-wrap.woo-sctr-shortcode-countdown-style-1
  .woo-sctr-shortcode-countdown-unit,
.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-1
  .woo-sctr-shortcode-countdown-wrap.woo-sctr-shortcode-countdown-style-2
  .woo-sctr-shortcode-countdown-value {
  border: 0 !important;
}
.woo-sctr-shortcode-countdown-text-before {
  font-weight: 500;
  font-size: 22px !important;
}
.has-green-color {
	color: #0c580c;
}
.has-orange-color {
	color: #d33f10;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}

.gap-1 {
	gap: 1em !important;
}
.main h5 a {
    color: inherit;
    font-weight: inherit;
}
@media screen and (max-width: 860px) {
  .list-territories .col-md-4.col-xs-12:nth-child(4) {
    margin-top: inherit;
  }
}
@media screen and (max-width: 680px) {
  .btn-orange img {
    width: 48px;
  }
  h2 {
    font-size: 32px !important;
  }
  .site-title h1 {
    font-size: 48px;
  }
  .text-image-block, .text-image-block .row {
    height: auto;
  }
  .text-image-block-content {
    padding: 4rem 3rem !important;
  }
  .text-image-block p {
    margin-top: 1rem;
  }
  .content-case-study-text h1,
  .content-case-study-text h2,
  .content-case-study-text h3,
  .content-case-study-text h4,
  .content-case-study-text h5,
  .content-case-study-text p {
    padding: 8px 24px;
  }
  .content-case-study-text p,
  .content-case-study-text li {
    font-size: 16px;
  }
  .content-case-study-text .wp-block-image,
  .content-case-study .wp-block-table {
    max-width: 90%;
  }
  .wp-block-table td,
  .wp-block-table th {
    font-size: 13px;
  }
  .report-block-quote {
    width: 90%;
  }
  .about-author-content {
    padding: 0 24px;
  }
  .content-case-study {
    padding: 2rem 0;
  }
  .content-case-study-text ul,
  .content-case-study-text ol {
    padding: 8px 24px 8px 40px;
  }
}
@media screen and (max-width: 480px) {
  .background-header, .header-slider {
    min-height: 480px;
    height: 480px;
    overflow: hidden;
  }
  .header-slider .splide__slide img {
    height: 480px;
  }
  .block-more-about-analysis {
    padding: 3rem 1rem;
  }
  .site-title h1 {
    font-size: 36px;
  }
  .site-title p {
    font-size: 20px;
  }
  .background-header .btn-orange {
    margin: 0.5rem 0.8rem;
  }
  .header-buttons {
    margin-top: 0;
  }
  .cards-block .splide__arrow--prev {
    left: 0;
  }
  .cards-block .splide__arrow--next {
    right: 0;
  }
  .card-item {
    max-width: 300px;
  }
  .list-analysis .list-name, .list-territories .list-name {
    font-size: 20px;
    line-height: 1.3;
    padding: 8px;
  }
  .wp-block-buttons {
    max-width: 300px;
    margin: 0 auto;
  }
  .content-case-study-text h3 {
    font-size: 24px;
  }
  .content-case-study-text h1, .content-case-study-text h2, .content-case-study-text h3, .content-case-study-text h4, .content-case-study-text h5, .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5 {
    margin: 2rem auto 1.5rem;
  }
  .content-case-study-text li {
    margin: 0.5rem;
  }
  .case-study-header-content {
    padding: 8rem 2rem;
  }
  .case-study-header-content h1 {
    font-size: 36px;
  }
  .case-study-header-content h2 {
    font-size: 24px !important;
  }
  .block-card-text-image .text-block {
    padding: 16px;
  }
  .data-blocks-content i {
    display: none;
  }
  .data-blocks-content {
    flex-direction: column;
  }
  .report-block-quote .report-block-quote-text {
    font-size: 18px !important;
  }
  .report-block-quote img {
    width: 50px;
  }
  .report-block-quote {
    max-width: 100%;
    border-radius: 0;
  }
  .block-card-text-image .text-block h2 {
    max-width: 100% !important;
  }
}
