
/******************************************/
/* FONTS */
/******************************************/
@font-face {
  font-family: Bebas Neue;
  font-weight: 700;
  src: url("../fonts/BebasNeueBold.otf") format("opentype");
}

@font-face {
  font-family: Bebas Neue;
  font-weight: 400;
  src: url("../fonts/BebasNeueRegular.otf") format("opentype");
}

@font-face {
  font-family: Bebas Neue Book;
  src: url("../fonts/BebasNeueBook.otf") format("opentype");
}

/******************************************/
/* BASIC HTML ELEMENTS */
/******************************************/
html {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  margin-bottom: 0.5em;
  font-size: 40px;
}

h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  margin: 2em 0 .5em 0;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
}

h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  margin-top: 0;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 0.5em;
}

h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  margin-top: 0;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 0.5em;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width:700px) {
  h1 {
    font-size: 60px;
  }

  h3 {
    font-size: 40px;
  }
}

body {
  margin: 0;
  overflow-x: hidden;
}

img {
  display: block;
}

p {
  margin-top: 0;
}

div {
  /* box-sizing: border-box; */
}



@media screen and (min-width:1400px) {
  .image--infographic {
    display: block;
    margin-bottom: 2rem;
    margin-left: -100px;
    margin-top: 2rem;
    max-width: 1050px;
    width: 1050px;
  }
}

.l-constrain {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.l-constrain.l-constrain--wide {
  max-width: 1200px;
}

.report-page-wrapper {
  /* for open menu */
  padding-left: 20px;
}
@media screen and (min-width: 900px) {
  .report-page-wrapper {
    padding-left: 220px;
  }
}
@media screen and (min-width: 1400px) {
  .report-page-wrapper {
    padding-left: 320px;
  }
}
/******************************************/
/* REPORT MENU */
/******************************************/
.menu--report {
  -webkit-box-shadow: 2px 2px 5px -1px rgba(107,105,107,1);
  -moz-box-shadow: 2px 2px 5px -1px rgba(107,105,107,1);
  box-shadow: 2px 2px 5px -1px rgba(107,105,107,1);
  width: 220px;
  background-color: #f9f9f9;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  transition: left 250ms ease-in-out;
  line-height: 1;
  z-index: 9;
}
@media screen and (min-width: 900px) {
  .menu--report {
    left: -220px;
  }
}
@media screen and (min-width: 1400px) {
  .menu--report {
    width: 320px;
  }
}

.menu--report.is-active {
  left: -220px;
  top: 0;
}
@media screen and (min-width: 900px) {
  .menu--report.is-active {
    left: 0;
  }
}

.menu--report .menu__list {
  padding: 0.5rem 0;
  margin: 0;
}

.menu--report .menu__item {
  list-style: none;
  padding: 0.5rem 1rem 0.5rem 1.2rem;
  position: relative;
}

.menu--report .menu__item.active .menu__link {
  font-weight: 700;
}

.menu--report .menu__item.active.red .menu__link::before {
  background-color: #843039;
  height: 3px;
  width: 15px;
}

.menu--report .menu__item.active.teal .menu__link::before {
  background-color: #3E908E;
  height: 3px;
  width: 15px;
}

.menu--report .menu__item.active.green .menu__link::before {
  background-color: #0C6956;
  height: 3px;
  width: 15px;
}

.menu--report .menu__item.active.blue .menu__link::before {
  background-color: #13506E;
  height: 3px;
  width: 15px;
}

.menu--report .menu__item.menu__item--window {
  background-color: #e9e9e9;
}

.menu--report .menu__item.menu__item--window .menu__link {
  font-size: 14px;
}

.menu--report .menu__item.menu__item--window .menu__link span {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 18px;
  letter-spacing: 0;
}

.menu--report .menu__item.red {
  border-top: solid 1px #843039;
}

.menu--report .menu__item.green {
  border-top: solid 1px #0C6956;
}

.menu--report .menu__item.teal {
  border-top: solid 1px #3E908E;
}

.menu--report .menu__item.blue {
  border-top: solid 1px #13506E;
}

.menu--report .menu__link, .menu--report .menu__item--download a {
  font-weight: 300;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.menu--report .menu__item--download a {
  color: #C24524;
  font-weight: 600;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.menu--report .menu__item--download a::after {
  content: '';
  display: inline-block;
  background-image: url(../images/download.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-left: 0.25rem;
}


.menu--report .menu__link::before, .menu--report .menu__item--download a::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #bbb;
  left: 0;
  top: 16px;
}

.menu--report .active .menu__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 101%;
  background-color: #bbb;
  right: 0px;
  top: 0;
}

.menu--report .active.red .menu__link::after {
  background-color: #843039;
}

.menu--report .active.teal .menu__link::after {
  background-color: #3E908E;
}

.menu--report .active.green .menu__link::after {
  background-color: #0C6956;
}

.menu--report .active.blue .menu__link::after {
  background-color: #13506E;
}

.menu__toggle {
  position: fixed;
  height: 100px;
  width: 20px;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 5%;
  cursor: pointer;
  transition: left 250ms ease-in-out;

}

@media screen and (min-width: 900px) {
  .menu__toggle {
    display: none;
  }
}

.menu__toggle.is-active {
  left: 220px;
}

.menu__toggle div {
  display: block;
  width: 100%;
  height: 100%;
}

.menu__toggle .red {
  background-color: #843039;
}

.menu__toggle .teal {
  background-color: #3E908E;
}

.menu__toggle .green {
  background-color: #0C6956;
}

.menu__toggle .blue {
  background-color: #13506E;
}

/******************************************/
/* Hero */
/******************************************/
.hero {
  display: block;
  position: relative;
  margin-bottom: 6rem;
}

.hero__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  height: 300px;
}

.hero__logo {
  /* padding: 6rem 6rem 0 6rem; */
  background-image: url(/wp-content/themes/kigali/images/kigali.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  float: none;
  height: 125px;
  margin-top: 0;
  overflow: hidden;
  position: absolute;
  right: 6rem;
  top: 4rem;
  width: 250px;
}

.hero__content {
  background-color: #fff;
  padding: 2rem 2rem 0 2rem;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
}

.hero__title {
  color: rgba(71, 68, 61, 0.4);
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 1rem;
}

.hero__subtitle {
  color: #47443d;
  font-family: 'Bebas Neue Book', sans-serif;
  font-size: 40px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: right;
  padding: 0;
  line-height: 1;
}

@media screen and (min-width: 800px) {

  .hero {
    min-height: 100vh;
  }

  .hero__image {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }

  .hero__content {
    padding: 4rem 4rem 0 4rem;
    max-width: 550px;
    position: absolute;
  }

  .hero__title {
    font-size: 32px;
    text-align: left;
  }

  .hero__subtitle {
    font-size: 70px;
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {

  .hero__content {
    padding: 6rem 6rem 0 6rem;
    max-width: 800px;
  }

  .hero__title {
    font-size: 40px;
  }

  .hero__subtitle {
    font-size: 100px;
  }
}


/******************************************/
/* HERO LARGE IMAGE */
/******************************************/
.hero--large-image {
  position: relative;
}

.hero--large-image .hero__image {
  position: relative;
  height: auto;
  width: 100%;
}

.hero--large-image .hero__content {
  position: absolute;
  width: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  padding: 2rem;
  bottom: initial;
}

.hero--large-image .hero__title {
  font-size: 40px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.hero--large-image .hero__subtitle {
  font-size: 20px;
  color: #000;
  font-family: "Source Sans Pro", serif;
  text-transform: none;
  letter-spacing: initial;
  line-height: 1.5;
}

@media screen and (min-width: 600px) {
  .hero--large-image .hero__content {
    width: 60%;
  }
}


/******************************************/
/* SECTION */
/******************************************/
.section-padded {
  padding: 1rem 0;
}

.section-padded--md {
  padding: 2rem 0;
}

.section-padded--lg {
  padding: 2rem 0;
}

.section-padded--xl {
  padding: 2rem 0;
}

.section-padded-top {
  padding-top: 1rem;
}

.section-padded-top--md {
  padding-top: 2rem;
}

.section-padded-top--lg {
  padding-top: 4rem;
}

.section-padded-top--xl {
  padding-top: 6rem;
}

.section-padded-bot {
  padding-bottom: 1rem;
}

.section-padded-bot--md {
  padding-bottom: 2rem;
}

.section-padded-bot--lg {
  padding-bottom: 4rem;
}

.section-padded-bot--xl {
  padding-top: 6rem;
}

.section--padded-left {
  padding-left: 0;
}

.section-title {
  font-size: 50px;
  position: relative;
  margin: 0 0 .5em 0
}

.section-title::after {
  position: absolute;
  width: 3000px;
  right: 0;
  height: 1px;
  background-color: #0d506f;
  content: '';
  display: block;
  bottom: 0;
}

@media screen and (min-width: 800px) {
  .section--padded-left {
    padding-left: 150px;
  }
}

/******************************************/
/* WINDOW STYLES */
/******************************************/

.window-header__row {
  display: flex;
}

.window-header__lower {
  position: relative;
  background-color: rgba(30, 30, 150, 0.6);
  width: 100%;
}

.window-header__left {
  flex-basis: 200px;
  background-color: #fff;
  display: none;
  position: relative;
  z-index: 1;
}

.window-header__left::after {
  position: absolute;
  height: 100%;
  width: 3000px;
  right: 0;
  top: 0;
  content: '';
  display: block;
  background-color: #fff;
  z-index: -1;
}

.window-header__lower .window-header__left {
  height: 250px;
}

.window-header__right {
  flex-basis: 100%;
}

.window-header__title {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 2rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: .1em;
  font-weight: 700;
}

.window-header__description {
  color: #fff;
  padding: 1.5rem 0;
  font-size: 18px;
  line-height: 1.35;
  z-index: 1;
}

.window-header__description p:last-child {
  margin-bottom: 0;
}

.window-header__description::after {
  width: 3000px;
  background-color: rgba(30, 30, 150, 0.6);
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}

.window-header__description a {
  text-decoration: none;
  border-bottom: solid 4px #3E908E;
  color: #fff;
}

.window-header__number {
  font-size: 11em;
  position: relative;
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
}

.window-header__number::before {
  width: 3000px;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #843039;
}

.window-header__number::after {
  content: 'WINDOW';
  font-size: 20px;
  display: block;
  position: absolute;
  top: -2rem;
  right: 0;
  letter-spacing: .1em;
}

.window-header__image {
  z-index: -1;
  position: relative;
  min-height: 450px;
}

.window-header__image img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .65;
}

.window-header__image-content {
  position: absolute;
  top: 60%;
  width: 100%;
  transform: translateY(-50%);
}

.window-header__image-title {
  width: 40%;
  padding-left: 60%;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: .5rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: .1em;
}

.window-header__image-subtitle {
  width: 40%;
  padding-left: 60%;
  font-size: 16px;
}


@media screen and (min-width: 700px) {
  .window-header__title {
    font-size: 40px;
  }
  .window-header__description {
    font-size: 24px;
    padding: 1.5rem 2rem;
  }

  .window-header__left {
    display: block;
  }

  .window-header__right {
    flex-basis: calc(100% - 200px);
  }

  .window-header__lower {
    position: absolute;
  }

  .window-header__image-title {
    font-size: 40px;
  }

  .window-header__image-subtitle {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .window-header__title {
    font-size: 50px;
  }

  .window-header__description {
    font-size: 30px;
  }

  .window-header__image-title {
    font-size: 50px;
  }
}

.window--blue .window-header__window { color: rgba(19, 80, 110, 0.5); }
.window--teal .window-header__window { color: rgba(62, 144, 142, 0.5); }
.window--green .window-header__window { color: rgba(12, 105, 86, 0.5); }
.window--red .window-header__window { color: rgba(132, 48, 57, 0.5); }

.window--blue .window-header__title { color: rgb(19, 80, 110); }
.window--teal .window-header__title { color: rgb(62, 144, 142); }
.window--green .window-header__title { color: rgb(12, 105, 86); }
.window--red .window-header__title { color: rgb(132, 48, 57); }

.window--blue .window-header__number { color: rgba(19, 80, 110, 0.5); }
.window--teal .window-header__number { color: rgba(62, 144, 142, 0.5); }
.window--green .window-header__number { color: rgba(12, 105, 86, 0.5); }
.window--red .window-header__number { color: rgba(132, 48, 57, 0.5); }

.window--blue .window-header__lower { background-color: rgba(19, 80, 110, 0.8); }
.window--teal .window-header__lower { background-color: rgba(62, 144, 142, 0.8); }
.window--green .window-header__lower { background-color: rgba(12, 105, 86, 0.8); }
.window--red .window-header__lower { background-color: rgba(132, 48, 57, 0.8); }


/******************************************/
/* FEATURED TEXT */
/******************************************/
.featured-text__title {
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  position: relative;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.featured-text__title::after {
  position: absolute;
  width: 3000px;
  right: 0;
  height: 1px;
  background-color: #843039;
  content: '';
  display: block;
  bottom: 0;
}

.window--blue .featured-text__title { color: rgb(19, 80, 110); }
.window--teal .featured-text__title { color: rgb(62, 144, 142); }
.window--green .featured-text__title { color: rgb(12, 105, 86); }
.window--red .featured-text__title { color: rgb(132, 48, 57); }


/******************************************/
/* SHAREABLE BLOCKQUOTE */
/******************************************/
.blockquote--shareable{
  position: relative;
  padding: 200px 0;
}

.blockquote--shareable-no-image{
  position: relative;
  padding: 100px 0 100px 0;
}

.blockquote--shareable blockquote {
  color: #47443d;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 2rem 0;
  position: relative;
  text-transform: uppercase;
  padding-left: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.blockquote--shareable blockquote:before {
  color: #39908f;
  content: "“";
  font-size: 5em;
  font-weight: 300;
  position: absolute;
  top: -30px;
  left: 0;
  background-color: transparent;
}

.blockquote--shareable blockquote:after {
  display: none;
}

.blockquote--shareable cite {
  display: block;
  font-style: normal;
  font-family: "Source Sans Pro", serif;
  font-size: 24px;
  text-align: left;
  line-height: 1.2;
  padding-left: 2.5rem;
}

.blockquote__image {
  background-size: cover;
  background-position: center top;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .65;
}

.blockquote--shareable .blockquote__share {
  border-top: solid 1px #ddd;
  width: 250px;
  margin-left: 2.5rem;
  margin-top: 2rem;
  padding-top: 3px;
}

.blockquote--shareable .blockquote__share-link {
  color: #C24524;
  font-size: 20px;
  font-family: "Bebas Neue", sans-serif;
  width: 50%;
  display: block;
  text-decoration: none;
  font-weight: 700;
}

.blockquote--shareable .blockquote__share-link::after {
  content: '';
  display: inline-block;
  background-image: url(../images/share.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
}

@media screen and (min-width: 700px) {
  .blockquote--shareable blockquote {
    font-size: 50px;
    padding-left: 3.5rem;
  }

  .blockquote--shareable blockquote:before {
    left: -13px;
  }

  .blockquote--shareable cite {
    font-size: 36px;
    padding-left: 3.5rem;
  }

  .blockquote--shareable .blockquote__share {
    margin-left: 3.5rem;
  }
}


/******************************************/
/* BLOCKQUOTE */
/******************************************/
blockquote {
  color: #C24524;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 2rem 0;
  position: relative;
  margin: 3rem 0 4rem;
}

blockquote p {
  margin-bottom: 0;
}

blockquote::before,
blockquote::after {
  content: '';
  display: block;
  height: 1px;
  width: 3000px;
  background-color: #3E908E;
  position: absolute;
}

blockquote::before {
  top: 0;
  left: 0;
}

blockquote::after {
  bottom: 0;
  left: 0;
}

blockquote .st-custom-button {
  font-size: 18px;
  letter-spacing: 1px;
  position: absolute;
  bottom: -1.5rem;
}

blockquote .st-custom-button::after {
  content: '';
  display: inline-block;
  background-image: url(../images/share.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
}


@media screen and (min-width: 700px) {
  blockquote {
    font-size: 50px;
    padding-left: 2.5rem;
  }
}


/******************************************/
/* FIGURE */
/******************************************/
figure {
  position: relative;
  margin: 0;
}

figure img {
  width: 100%;
  height: auto;
}

figcaption {
  max-width: 200px;
  background-color: rgba(255,255,255,0.85);
  padding: 20px 15px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 300;
  box-sizing: border-box;
}

@media screen and (min-width: 1400px) {
  figcaption {
    bottom: initial;
    right: initial;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    max-width: 175px;
    padding: 20px 30px;
    background-color: #fff;
  }

  figcaption::after {
    content: '';
    display: block;
    background-image: url(../images/arrow-down.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 8px;
  }

  .case-study__image figcaption {
    transform: translateY(100%);
    left: initial;
    top: initial;
    right: 0;
    bottom: 0;
  }

  .case-study__image figcaption::after {
    display: none;
  }

  .case-study__image figcaption::before {
    content: '';
    display: block;
    background-image: url(../images/arrow-up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 8px;
  }
}

/******************************************/
/* CARD */
/******************************************/
.card {
  box-sizing: border-box;
  margin: 98px 0;
  padding: 1.5rem;
  position: relative;
  cursor: pointer;
}

.card__body {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.1;
}

.card::after {
  position: absolute;
  height: 100%;
  width: 3000px;
  left: 0;
  top: 0;
  background-color: #0d506f;
  display: block;
  content: '';
  z-index: -1;
}

.card__body p:last-child {
  margin-bottom: 1.5rem;
}

.card__button {
  background-color: #fff;
  border: none;
  bottom: -35px;
  cursor: pointer;
  padding: 1.2rem 1.8rem 1.2rem 2.75rem;
  position: absolute;
  background-image: url(../images/chevron-down.svg);
  background-position: 1rem center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.card__button.is-active {
  background-image: url(../images/chevron-up.svg);
}

.card__button .card__button-text {
  color: #47443d;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 700px) {
  .card__body {
    font-size: 50px;
  }
}

.window--blue .card::after { background-color: rgb(19, 80, 110); }
.window--teal .card::after { background-color: rgb(62, 144, 142); }
.window--green .card::after { background-color: rgb(12, 105, 86); }
.window--red .card::after { background-color: rgb(132, 48, 57); }


/******************************************/
/* ACCORDION */
/******************************************/
.accordion-body {
  margin-top: 75px;
}

.accordion-body__title {
  box-sizing: border-box;
  border-bottom: solid #862f38 2px;
  color: #0d506f;
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
}

.accordion-body__content {
  color: #6d6e71;
  font-family: "Source Sans Pro", serif;
  color: #6d6e71;
  font-size: 20px;
}

.accordion-body__content .accordion-body__content--title {
  color: #0d506f;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}

.accordion-body__content p:before {
  content: "» ";
}

.is_hidden {
  display: none;
}

/* SHARE BUTTON TRIGGER */
.st-custom-button[data-network] {
	cursor: pointer;
	/* text-decoration: underline; */
}

@media screen and (min-width: 700px) {
  .accordion-body__title {
    font-size: 50px;
  }
}


/******************************************/
/* CASE STUDY */
/******************************************/
.case-study__image img {
  width: 100%;
  height: auto;
}

.case-study__label {
  font-size: 32px;
  text-transform: uppercase;
  background-color: #fff;
  position: absolute;
  display: inline-block;
  padding: 1.5rem 2.5rem 1.5rem 0;
  transform: translateY(-100%);
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  top: 0;
}

.case-study__title {
  margin-bottom: 1rem;
}

.case-study__label:before {
  content: "";
  display: block;
  background-color: #fff;
  height: 100%;
  width: 3000px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.case-study__content {
  position: relative;
  padding-top: 3rem;
}

@media (min-width: 700px) {
  .case-study__label {
    font-size: 50px;
  }
}

.case-study__button {
  background-image: url(../images/chevron-down.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 20px 11px;
  border-top: solid 1px #13506E;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 2rem;
  padding-left: 35px;
  padding-top: 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.case-study__accordion {
  display: none;
}

.case-study__accordion.is-active {
  display: block;
}

/* Case Study Title Color Based on Window Color */
.window--blue .case-study__title { color: rgb(19, 80, 110); }
.window--teal .case-study__title { color: rgb(62, 144, 142); }
.window--green .case-study__title { color: rgb(12, 105, 86); }
.window--red .case-study__title { color: rgb(132, 48, 57); }

/* Case Study Link Top Border Color Based on Window Color */
.window--blue .case-study__button { border-top-color: rgb(19, 80, 110); }
.window--teal .case-study__button { border-top-color: rgb(62, 144, 142); }
.window--green .case-study__button { border-top-color: rgb(12, 105, 86); }
.window--red .case-study__button { border-top-color: rgb(132, 48, 57); }


/*****/
/* Wordpress Alignments */
img.alignright { float: right; margin: 0 0 .5em 1em; }
img.alignleft { float: left; margin: 0 1em .5em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/******************************************/
/* Map navigation */
/******************************************/
.map__nav {
  list-style-type: none;
  text-align: center;
}

.map__nav-tab {
  color: #6d6e71;
  display: inline-block;
  font-family: 'Bebas Neue Book', sans-serif;
  font-size: 20px;
  letter-spacing: .1em;
  margin: .5em 0;
  padding: .5em 1em .4em 1em;
  cursor: pointer;
  text-transform: uppercase;
  transition: all .4s ease-in;
}

.map__nav-tab a {
  display: block;
  color: #c94f29;
  padding: .5em 1em .4em 1em;
  text-decoration: none;
}

.map__nav-tab a:hover,
.map__nav-tab a:focus {
  background-color: #c94f29;
  color: #fff;

}

.map__nav-tab a.active,.map__nav-tab.ui-state-active a {
  background-color: #c94f29;
  color: #fff;
}

/******************************************/
/* JQV MAP styles */
/******************************************/
.jqvmap-label
{
	position: absolute;
	display: none;
	background: rgba( 128, 128, 128, 0.85 );
	color: white;
  cursor: default;
	font-family: "Bebas Neue", sans-serif;
	font-size: 20px;
	padding: 6px 6px 3px 6px;
	pointer-events:none;
}

.jqvmap-pin {
	pointer-events:none;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #c94f29;
	padding: 3px;
	color: #fff;
	width: 15px;
	height: 16px;
	cursor: pointer;
	line-height: 15px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 34px;
}

.jqvmap-ajax_response
{
	width: 100%;
	height: 500px;
}

/******************************************/
/* WORLD REGIONS */
/******************************************/
.world-regions {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  flex-wrap: wrap;
}

.region {
  flex-basis: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}

.region__image {
  flex-basis: 40%;
  max-width: 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 150px;
}

.region__title {
  flex-basis: 60%;
  max-width: 60%;
  padding-left: 1rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  line-height: 1;
}

@media screen and (min-width: 700px) {
  .region {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
