/* ::Generic Layer */
/* ----------------------------------------------------------- */
/* ::Colors */
/* ----------------------------------------------------------- */
/* ::Breakpoint Widths */
/* ----------------------------------------------------------- */
/* ::Breakpoints */
/* ----------------------------------------------------------- */
/* ::Measurement Conversions */
/* ----------------------------------------------------------- */
/* ::Clearfix */
/* ----------------------------------------------------------- */
* {
  box-sizing: border-box; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q,
blockquote {
  quotes: none; }

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none; }

a img {
  border: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block; }

button,
input {
  line-height: normal; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  *overflow: visible; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* ::Vendor Styles */
/* ----------------------------------------------------------- */
.container {
  height: 500px;
  min-width: 310px;
  max-width: 100%;
  margin: 0 auto; }
  .container path {
    stroke: white;
    stroke-width: 2px; }

.loading {
  margin-top: 10em;
  text-align: center;
  color: gray; }

.percentage {
  font-size: 25px;
  color: #2D2D2D;
  font-weight: 400;
  letter-spacing: 0.9px;
  display: block;
  text-align: center;
  padding: 0; }

.country {
  font-size: 8px;
  letter-spacing: 1.3px;
  padding: 0 15px;
  font-weight: 400;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-top: -10px; }

/* ::Base Layer */
/* ----------------------------------------------------------- */
/* ::Base Styles  */
/* ----------------------------------------------------------- */
*,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #58595B;
  overflow-x: hidden; }
  body.home {
    background-color: #f5f5f9; }

img {
  display: block;
  max-width: 100%;
  height: auto; }
  img:focus {
    outline: none; }

p {
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 1.5;
  color: #58595B;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    p {
      font-size: 16px;
      margin-bottom: 30px; } }

:-ms-input-placeholder {
  font-family: 'Lato', sans-serif;
  color: #58595B; }

::placeholder {
  font-family: 'Lato', sans-serif;
  color: #58595B; }

blockquote {
  border-left: 3px solid #8BB048;
  padding: 20px;
  margin-bottom: 40px;
  margin-top: 20px; }

.c-sticky-sidebar--carrot blockquote {
  border-left: 3px solid #f3c767; }

.c-sticky-sidebar--poppy blockquote {
  border-left: 3px solid #ff671d; }

.c-sticky-sidebar--mosque blockquote {
  border-left: 3px solid #003b71; }

.c-sticky-sidebar--ocean blockquote {
  border-left: 3px solid #186561; }

.c-sticky-sidebar--loulou blockquote {
  border-left: 3px solid #186561; }

.c-sticky-sidebar--sushi blockquote {
  border-left: 3px solid #8091a5; }

.c-sticky-sidebar--hibiscus blockquote {
  border-left: 3px solid #f09591; }

.c-sticky-sidebar--pelorous blockquote {
  border-left: 3px solid #51b57f; }

.c-sticky-sidebar--violet blockquote {
  border-left: 3px solid #736491; }

.c-sticky-sidebar--lemon blockquote {
  border-left: 3px solid #f3c767; }

.c-sticky-sidebar--primary blockquote {
  border-left: 3px solid #58595B; }

.c-sticky-sidebar--secondary blockquote {
  border-left: 3px solid #ff671d; }

.c-sticky-sidebar--white blockquote {
  border-left: 3px solid #ffffff; }

.c-sticky-sidebar--lipstick blockquote {
  border-left: 3px solid #f09591; }

.c-sticky-sidebar--darker-sushi blockquote {
  border-left: 3px solid #3785a4; }

.c-sticky-sidebar--dark-moderate-cyan blockquote {
  border-left: 3px solid #003b71; }

.c-sticky-sidebar--desaturated-violet blockquote {
  border-left: 3px solid #8091a5; }

.c-sticky-sidebar--black blockquote {
  border-left: 3px solid #2D2D2D; }

/* ::Base Font Styles  */
/* ----------------------------------------------------------- */
h1 {
  font-size: 53px;
  letter-spacing: 0.3px;
  line-height: 58px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 61px; } }

h2 {
  font-size: 42px;
  line-height: 53px;
  letter-spacing: 0.3px;
  text-align: left;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    h2 {
      padding-bottom: 15px;
      font-size: 48px;
      letter-spacing: 0.4px; } }

h3 {
  font-size: 42px;
  line-height: 46px;
  letter-spacing: 0.3px;
  padding-bottom: 10px;
  text-align: left; }
  @media (min-width: 768px) {
    h3 {
      letter-spacing: 0.2px;
      line-height: 53px;
      padding-bottom: 16px; } }

h4 {
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 6px;
  letter-spacing: 0.3px;
  text-align: left; }
  @media (min-width: 768px) {
    h4 {
      padding-bottom: 10px;
      font-size: 31px;
      letter-spacing: 0.2px;
      line-height: 34px; } }

a {
  text-decoration: none;
  transition: all 0.3s ease; }

strong {
  font-weight: bold; }

sup {
  vertical-align: super;
  font-size: smaller; }

/* ::Placeholder Text Styles  */
/* ----------------------------------------------------------- */
/* Older versions of Firefox */
/* ::Objects Layer */
/* ----------------------------------------------------------- */
.o-map-locator {
  overflow: hidden; }
  @media (min-width: 1024px) {
    .o-map-locator__content {
      width: 42.42424%;
      margin-right: 3.63636%;
      float: left; } }
  .o-map-locator__map {
    display: none; }
    @media (min-width: 1024px) {
      .o-map-locator__map {
        display: block;
        float: left;
        width: 53.81818%; } }
  .o-map-locator__fineprint {
    display: none; }
    @media (min-width: 1024px) {
      .o-map-locator__fineprint {
        display: block;
        margin-bottom: 125px; } }

@media (min-width: 1024px) {
  .o-segmenting-africa {
    padding-bottom: 100px; } }

.o-report-detail {
  margin-top: 54px;
  margin-bottom: 60px; }
  .o-report-detail::after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .o-report-detail {
      margin-top: 94px;
      margin-bottom: 120px; } }
  .o-report-detail__content {
    margin-bottom: 49px; }
    @media (min-width: 1024px) {
      .o-report-detail__content {
        float: left;
        width: 56.14035%;
        margin-right: 10.61404%;
        margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .o-report-detail__sidebar {
      float: left;
      width: 30.70175%; } }

.o-wrapper {
  width: 84%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative; }
  .o-wrapper::after {
    content: '';
    display: table;
    clear: both; }
  .o-wrapper--wide {
    max-width: 1230px; }
  @media (min-width: 1024px) {
    .o-wrapper--mobile-only {
      width: 100%;
      max-width: 100%; } }

.o-no-sidebar-wrapper {
  max-width: 856px;
  margin: 0 auto 60px auto; }
  @media (min-width: 1024px) {
    .o-no-sidebar-wrapper {
      margin-bottom: 120px; } }

@media (min-width: 1024px) {
  .o-terminology-item {
    padding-bottom: 16px; } }

/* ::Components Layer */
/* ----------------------------------------------------------- */
.c-author-info {
  margin-bottom: 58px; }
  @media (min-width: 1024px) {
    .c-author-info {
      margin-bototm: 43px; } }
  .c-author-info__meta {
    margin-bottom: 24px; }
  .c-author-info__image {
    display: inline-block;
    vertical-align: middle;
    width: 31.74603%;
    margin-right: 4.7619%;
    max-width: 100px;
    border-radius: 50%; }
  .c-author-info__content {
    display: inline-block;
    vertical-align: middle;
    width: 61.90476%; }
  .c-author-info__by {
    display: block;
    margin-bottom: 9px;
    text-transform: uppercase;
    font-weight: 700; }
  .c-author-info__name {
    display: block;
    font-size: 25px;
    color: #5D5D5D;
    letter-spacing: 0.3px;
    line-height: 25px; }
  .c-author-info__position {
    display: block;
    font-size: 13px;
    color: #5D5D5D;
    opacity: 0.6; }
  .c-author-info__bio {
    font-size: 13px;
    color: #5D5D5D;
    letter-spacing: 0.08px;
    line-height: 19.5px; }

.c-button {
  font-size: 11px;
  line-height: 11px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  position: relative; }
  @media (min-width: 1024px) {
    .c-button {
      font-size: 13px;
      line-height: 13px; } }
  .c-button--bordered {
    color: #58595B;
    border: 2px solid #58595B;
    padding: 15px 40px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    display: inline-block; }
    .c-button--bordered span {
      position: relative;
      z-index: 3;
      font-weight: 600; }
    .c-button--bordered:hover {
      color: #ffffff; }
    .c-button--bordered::after {
      background: #58595B;
      content: '';
      position: absolute;
      z-index: -1;
      height: 100%;
      left: -40%;
      top: 0;
      transform: skew(50deg);
      transition-duration: 0.6s;
      transform-origin: top left;
      width: 0; }
    .c-button--bordered:hover:after {
      height: 100%;
      width: 140%;
      z-index: 2; }
  .c-button--line {
    transition: 0.52s cubic-bezier(0.7, 0.3, 0, 1);
    display: block;
    overflow: hidden;
    color: #58595B;
    font-weight: 700;
    border: none;
    background: transparent; }
    .c-button--line br {
      display: none; }
    .c-button--line:hover {
      padding-left: 0; }
      .c-button--line:hover .line-in {
        width: 0; }
      .c-button--line:hover .line-out {
        width: 62px; }
  .c-button--line-carrot {
    color: #f3c767; }
    .c-button--line-carrot .line-in {
      background-color: #f3c767; }
    .c-button--line-carrot .line-out {
      background-color: #f3c767; }
  .c-button--line-poppy {
    color: #ff671d; }
    .c-button--line-poppy .line-in {
      background-color: #ff671d; }
    .c-button--line-poppy .line-out {
      background-color: #ff671d; }
  .c-button--line-mosque {
    color: #003b71; }
    .c-button--line-mosque .line-in {
      background-color: #003b71; }
    .c-button--line-mosque .line-out {
      background-color: #003b71; }
  .c-button--line-ocean {
    color: #186561; }
    .c-button--line-ocean .line-in {
      background-color: #186561; }
    .c-button--line-ocean .line-out {
      background-color: #186561; }
  .c-button--line-loulou {
    color: #186561; }
    .c-button--line-loulou .line-in {
      background-color: #186561; }
    .c-button--line-loulou .line-out {
      background-color: #186561; }
  .c-button--line-sushi {
    color: #8091a5; }
    .c-button--line-sushi .line-in {
      background-color: #8091a5; }
    .c-button--line-sushi .line-out {
      background-color: #8091a5; }
  .c-button--line-hibiscus {
    color: #f09591; }
    .c-button--line-hibiscus .line-in {
      background-color: #f09591; }
    .c-button--line-hibiscus .line-out {
      background-color: #f09591; }
  .c-button--line-pelorous {
    color: #51b57f; }
    .c-button--line-pelorous .line-in {
      background-color: #51b57f; }
    .c-button--line-pelorous .line-out {
      background-color: #51b57f; }
  .c-button--line-violet {
    color: #736491; }
    .c-button--line-violet .line-in {
      background-color: #736491; }
    .c-button--line-violet .line-out {
      background-color: #736491; }
  .c-button--line-lemon {
    color: #f3c767; }
    .c-button--line-lemon .line-in {
      background-color: #f3c767; }
    .c-button--line-lemon .line-out {
      background-color: #f3c767; }
  .c-button--line-primary {
    color: #58595B; }
    .c-button--line-primary .line-in {
      background-color: #58595B; }
    .c-button--line-primary .line-out {
      background-color: #58595B; }
  .c-button--line-secondary {
    color: #ff671d; }
    .c-button--line-secondary .line-in {
      background-color: #ff671d; }
    .c-button--line-secondary .line-out {
      background-color: #ff671d; }
  .c-button--line-white {
    color: #ffffff; }
    .c-button--line-white .line-in {
      background-color: #ffffff; }
    .c-button--line-white .line-out {
      background-color: #ffffff; }
  .c-button--line-lipstick {
    color: #f09591; }
    .c-button--line-lipstick .line-in {
      background-color: #f09591; }
    .c-button--line-lipstick .line-out {
      background-color: #f09591; }
  .c-button--line-darker-sushi {
    color: #3785a4; }
    .c-button--line-darker-sushi .line-in {
      background-color: #3785a4; }
    .c-button--line-darker-sushi .line-out {
      background-color: #3785a4; }
  .c-button--line-dark-moderate-cyan {
    color: #003b71; }
    .c-button--line-dark-moderate-cyan .line-in {
      background-color: #003b71; }
    .c-button--line-dark-moderate-cyan .line-out {
      background-color: #003b71; }
  .c-button--line-desaturated-violet {
    color: #8091a5; }
    .c-button--line-desaturated-violet .line-in {
      background-color: #8091a5; }
    .c-button--line-desaturated-violet .line-out {
      background-color: #8091a5; }
  .c-button--line-black {
    color: #2D2D2D; }
    .c-button--line-black .line-in {
      background-color: #2D2D2D; }
    .c-button--line-black .line-out {
      background-color: #2D2D2D; }

.line-in {
  width: 62px;
  height: 1px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  transition: 0.52s cubic-bezier(0.7, 0.3, 0, 1); }

.line-out {
  width: 0;
  height: 1px;
  margin-left: 10px;
  background-color: #58595B;
  display: inline-block;
  vertical-align: middle;
  transition: 0.52s cubic-bezier(0.7, 0.3, 0, 1); }

.c-country {
  font-size: 10px;
  letter-spacing: 1.3px;
  font-weight: 400;
  display: block;
  text-transform: uppercase; }
  .c-country:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 20px;
    vertical-align: middle;
    margin-right: 9px;
    background-size: cover;
    background-position: center;
    border-radius: 3px; }
    .c-map__tooltip .c-country:before {
      width: 39px;
      height: 28px; }
  .c-country--multiline {
    text-align: center; }
    .c-country--multiline:before {
      display: block;
      margin-bottom: 10px;
      margin-left: auto;
      margin-right: auto; }
  .c-country--algeria:before {
    background-image: url(../images/flags/dz.svg); }
  .c-country--south-africa:before {
    background-image: url(../images/flags/za.svg); }
  .c-country--mauritania:before {
    background-image: url(../images/flags/mr.svg); }
  .c-country--tunisia:before {
    background-image: url(../images/flags/tn.svg); }
  .c-country--libya:before {
    background-image: url(../images/flags/ly.svg); }
  .c-country--morocco:before {
    background-image: url(../images/flags/ma.svg); }
  .c-country--egypt:before {
    background-image: url(../images/flags/eg.svg); }
  .c-country--sudan:before {
    background-image: url(../images/flags/sd.svg); }
  .c-country--benin:before {
    background-image: url(../images/flags/bj.svg); }
  .c-country--cape-verde:before {
    background-image: url(../images/flags/cv.svg); }
  .c-country--niger:before {
    background-image: url(../images/flags/ne.svg); }
  .c-country--senegal:before {
    background-image: url(../images/flags/sn.svg); }
  .c-country--burkina-faso:before {
    background-image: url(../images/flags/bf.svg); }
  .c-country--mali:before {
    background-image: url(../images/flags/ml.svg); }
  .c-country--togo:before {
    background-image: url(../images/flags/tg.svg); }
  .c-country--sao-tome-and-principe:before {
    background-image: url(../images/flags/st.svg); }
  .c-country--gambia:before {
    background-image: url(../images/flags/gm.svg); }
  .c-country--guinea-bissau:before {
    background-image: url(../images/flags/gw.svg); }
  .c-country--sierra-leone:before {
    background-image: url(../images/flags/sl.svg); }
  .c-country--ghana:before {
    background-image: url(../images/flags/gh.svg); }
  .c-country--liberia:before {
    background-image: url(../images/flags/lr.svg); }
  .c-country--nigeria:before {
    background-image: url(../images/flags/ng.svg); }
  .c-country--burundi:before {
    background-image: url(../images/flags/bi.svg); }
  .c-country--ethiopia:before {
    background-image: url(../images/flags/et.svg); }
  .c-country--rwanda:before {
    background-image: url(../images/flags/rw.svg); }
  .c-country--tanzania:before {
    background-image: url(../images/flags/tz.svg); }
  .c-country--djibouti:before {
    background-image: url(../images/flags/dj.svg); }
  .c-country--kenya:before {
    background-image: url(../images/flags/ke.svg); }
  .c-country--south-sudan:before {
    background-image: url(../images/flags/ss.svg); }
  .c-country--uganda:before {
    background-image: url(../images/flags/ug.svg); }
  .c-country--cameroon:before {
    background-image: url(../images/flags/cm.svg); }
  .c-country--chad:before {
    background-image: url(../images/flags/td.svg); }
  .c-country--republic-of-congo:before {
    background-image: url(../images/flags/cg.svg); }
  .c-country--gabon:before {
    background-image: url(../images/flags/ga.svg); }
  .c-country--car:before {
    background-image: url(../images/flags/cf.svg); }
  .c-country--drc:before {
    background-image: url(../images/flags/cd.svg); }
  .c-country--equatorial-guinea:before {
    background-image: url(../images/flags/gq.svg); }
  .c-country--angola:before {
    background-image: url(../images/flags/ao.svg); }
  .c-country--comoros:before {
    background-image: url(../images/flags/km.svg); }
  .c-country--malawi:before {
    background-image: url(../images/flags/mw.svg); }
  .c-country--reunion:before {
    background-image: url(../images/flags/re.svg); }
  .c-country--zimbabwe:before {
    background-image: url(../images/flags/zw.svg); }
  .c-country--botswana:before {
    background-image: url(../images/flags/bw.svg); }
  .c-country--madagascar:before {
    background-image: url(../images/flags/mg.svg); }
  .c-country--mauritius:before {
    background-image: url(../images/flags/mu.svg); }
  .c-country--namibia:before {
    background-image: url(../images/flags/na.svg); }
  .c-country--zambia:before {
    background-image: url(../images/flags/zm.svg); }
  .c-country--lesotho:before {
    background-image: url(../images/flags/ls.svg); }
  .c-country--swaziland:before {
    background-image: url(../images/flags/sz.svg); }
  .c-country--ivory-coast:before {
    background-image: url(../images/flags/ci.svg); }
  .c-country--guinea:before {
    background-image: url(../images/flags/gn.svg); }
  .c-country--mozambique:before {
    background-image: url(../images/flags/mz.svg); }
  .c-country--westernsahara:before {
    background-image: url(../images/flags/eh.svg); }

.c-data-table-scroll-wrapper {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  border-bottom: 1px solid rgba(45, 45, 45, 0.2);
  margin-bottom: 50px; }
  .c-data-table-scroll-wrapper__inner {
    width: 100%;
    overflow: auto; }

.c-data-table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center; }
  .c-data-table--clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; }
  .c-data-table__row {
    border-right: 1px solid rgba(45, 45, 45, 0.2); }
  .c-data-table__heading-col, .c-data-table__col {
    padding: 25px 5px;
    border-bottom: 1px solid rgba(45, 45, 45, 0.2);
    background: #ffffff;
    text-align: center; }
    .c-data-table--clone .c-data-table__heading-col, .c-data-table--clone .c-data-table__col {
      visibility: hidden; }
  .c-data-table__col:last-child {
    border-right: 1px solid rgba(45, 45, 45, 0.2); }
  .c-data-table__category-col {
    padding: 0;
    vertical-align: middle;
    border-left: 5px solid rgba(45, 45, 45, 0.2); }
    .c-data-table__category-col--border-carrot {
      border-left-color: #f3c767; }
    .c-data-table__category-col--border-poppy {
      border-left-color: #ff671d; }
    .c-data-table__category-col--border-mosque {
      border-left-color: #003b71; }
    .c-data-table__category-col--border-ocean {
      border-left-color: #186561; }
    .c-data-table__category-col--border-loulou {
      border-left-color: #186561; }
    .c-data-table__category-col--border-sushi {
      border-left-color: #8091a5; }
    .c-data-table__category-col--border-hibiscus {
      border-left-color: #f09591; }
    .c-data-table__category-col--border-pelorous {
      border-left-color: #51b57f; }
    .c-data-table__category-col--border-violet {
      border-left-color: #736491; }
    .c-data-table__category-col--border-lemon {
      border-left-color: #f3c767; }
    .c-data-table__category-col--border-primary {
      border-left-color: #58595B; }
    .c-data-table__category-col--border-secondary {
      border-left-color: #ff671d; }
    .c-data-table__category-col--border-white {
      border-left-color: #ffffff; }
    .c-data-table__category-col--border-lipstick {
      border-left-color: #f09591; }
    .c-data-table__category-col--border-darker-sushi {
      border-left-color: #3785a4; }
    .c-data-table__category-col--border-dark-moderate-cyan {
      border-left-color: #003b71; }
    .c-data-table__category-col--border-desaturated-violet {
      border-left-color: #8091a5; }
    .c-data-table__category-col--border-black {
      border-left-color: #2D2D2D; }
  .c-data-table--clone .c-data-table__fixed-col {
    visibility: visible; }

.c-data-table-headings {
  color: #2D2D2D;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 1.5;
  display: inline-block; }
  .c-data-table-headings--qualifying {
    font-size: 10px; }

.c-data-table-category {
  margin: 0px -5px 0;
  padding-bottom: 0px !important;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  color: #2D2D2D;
  letter-spacing: 1.3px;
  transform: rotate(-90deg); }
  .c-data-table-category--no-wrap {
    max-width: 90px;
    white-space: nowrap; }
  .c-data-table-category--constrained {
    max-width: 80px; }
  .c-data-table-category--qualifying {
    font-size: 8px; }

.c-data-table-text {
  color: #5D5D5D;
  margin-bottom: 0;
  font-size: 11px; }
  .c-data-table-text--qualifying {
    font-size: 10px; }

.c-data-table-country-name {
  color: #5D5D5D;
  font-size: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1.6; }
  .c-data-table-country-name--qualifying {
    font-size: 8px; }

.c-data-table-country-image {
  margin: 0 auto 10px;
  width: 28px;
  height: 20px;
  border-radius: 2px; }

.c-featured-report {
  background-color: #F5F5F9;
  padding: 58px 0; }
  @media (min-width: 1024px) {
    .c-featured-report {
      padding: 108px 0;
      background-image: url(../images/hexagons.svg), url(../images/hexagons-small.svg);
      background-position: right center, left center;
      background-repeat: no-repeat, no-repeat;
      background-size: auto 80%, auto 30%; } }
  @media (min-width: 1195px) {
    .c-featured-report {
      background-size: auto, auto 35%; } }
  .c-featured-report__title-wrapper {
    margin-bottom: 12px; }
    @media (min-width: 1024px) {
      .c-featured-report__title-wrapper {
        width: 38.94737%;
        margin-right: 2.63158%;
        float: left;
        margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .c-featured-report__content-wrapper {
      width: 30.52632%;
      max-width: 348px;
      float: left; } }
  .c-featured-report__content {
    margin-bottom: 33px; }
  @media (min-width: 1024px) {
    .c-featured-report--title {
      background-image: url(../images/hexagons-title.svg);
      background-position: right center;
      background-repeat: no-repeat;
      background-size: auto; } }
  @media (min-width: 1024px) {
    .c-featured-report--title .c-featured-report__title-wrapper {
      width: 100%;
      max-width: 675px;
      float: none; } }

@media (min-width: 1024px) {
  .c-fixed-to-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 7; } }

@media (min-width: 1024px) {
  .c-fixed-slide-over {
    margin-top: 114px; } }

@media (min-height: 670px) and (min-width: 1024px) {
  .c-fixed-slide-over {
    top: 114px;
    position: fixed !important;
    left: 0;
    width: 100%;
    margin-top: 0; } }

.c-fixed-slide-over__content {
  position: relative;
  z-index: 6;
  padding-top: 25px; }
  @media (min-width: 1024px) {
    .c-fixed-slide-over__content {
      padding-top: 90px; } }
  .c-fixed-slide-over__content--home {
    background-color: #f5f5f9; }
  .c-fixed-slide-over__content--white {
    background-color: white; }

.c-hamburger {
  display: block;
  float: left;
  vertical-align: middle;
  margin-right: 15px;
  width: 17px;
  cursor: pointer; }
  @media (min-width: 1100px) {
    .c-hamburger {
      display: none; } }
  .c-hamburger svg {
    display: block;
    width: 100%; }

.c-nav-bar {
  background-color: #DEDEDF;
  overflow: hidden; }
  .c-nav-bar__nav--left {
    float: left; }
  .c-nav-bar__nav--right {
    float: right; }
  .c-nav-bar__item {
    display: inline-block;
    list-style: none;
    line-height: 30px;
    padding: 0 19px; }
    .c-nav-bar__item--no-padding {
      padding: 0; }
    .c-nav-bar__item--active {
      background-color: white; }
  .c-nav-bar__link {
    color: #58595B;
    font-size: 9px;
    letter-spacing: 0.3px;
    opacity: 0.5; }
    @media (min-width: 768px) {
      .c-nav-bar__link {
        font-size: 11px;
        letter-spacing: 0.3px; } }
    .c-nav-bar__link:hover, .c-nav-bar__link--active {
      opacity: 1; }

.c-header {
  height: 54px;
  padding-top: 20px;
  background-color: white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease; }
  @media (min-width: 1024px) {
    .c-header {
      height: 81px;
      padding-top: 30px; } }
  .c-header--top {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); }

#table_1 {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%; }

#table_1 th {
  background-color: #ED7D31;
  border: 0px solid #ED7D31;
  color: #FEFEFD;
  font-size: 12px;
  font-weight: bold;
  text-align: left; }

#table_1 tr:nth-child(even) {
  background-color: #FCE4D6;
  border: 2px solid #FCE4D6; }

#table_1 tr:nth-child(odd) {
  border: 2px solid #FBE3D3; }

#table_1 td {
  color: #1B1817;
  font-size: 12px; }

#table_1 td, #table_1 th {
  border: 1px solid #dddddd;
  text-align: left;
  padding-left: 15px;
  height: auto; }

#table_2 th {
  background-color: #ED7D31;
  border-top: 2px solid #6B6C6E;
  border-right: 2px solid #6B6C6E;
  color: #FEFEFD;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 5px; }

#table_2 td {
  border: none;
  padding: 4px;
  text-align: right;
  font-size: 12px; }

#table_2 tr {
  border-right: 2px solid #6B6C6E;
  border-left: 2px solid #6B6C6E; }

#table_2_last_tr td, #table_2_2nd_tr td {
  background-color: #FFD793; }

#table_2_2nd_tr td {
  font-weight: bold; }

#table_2_last_tr {
  border-bottom: 2px solid #6B6C6E; }

#table_2 td:nth-child(1), th:nth-child(1) {
  text-align: left; }

#table_2 td:nth-child(1), #table_2 td:nth-child(5), #table_2 td:nth-child(8) {
  border-right: 2px solid #6B6C6E; }

#table_2_title {
  color: #F79B39;
  font-size: 14px;
  font-weight: bold; }

#table_3 th {
  border: 5px solid #FFFFFF;
  background: #F2F2F2;
  text-align: center;
  font-weight: bold; }

#table_3 td {
  border: 5px solid #FFFFFF;
  background: #F2F2F2;
  text-align: center;
  padding: 10px; }

#table_4 th {
  border: 5px solid #FFFFFF;
  background: #F2F2F2;
  text-align: center;
  font-weight: bold; }

#table_4 td {
  border: 5px solid #FFFFFF;
  background: #F2F2F2;
  text-align: center;
  padding: 10px 27px 10px 20px; }

#table_4 td:nth-child(1) {
  background: #8E9FBC;
  color: #ffffff;
  font-weight: bold; }

#table_5 {
  font-size: 12px; }

#table_5_title {
  color: #F79B39;
  font-size: 14px;
  font-weight: bold; }

#table_5 th {
  border: 5px solid #FFFFFF;
  background: #8E9FBC;
  color: #ffffff;
  font-weight: bold;
  text-align: center; }

#table_5 td {
  border: 5px solid #FFFFFF;
  background: #F2F2F2;
  text-align: center;
  padding: 10px 27px 10px 20px; }

#table_5 td:nth-child(1) {
  background: #8E9FBC;
  color: #ffffff;
  font-weight: bold; }

#table_5 th:nth-child(2) {
  padding: 20px !important; }

#table_5 tr:nth-child(2) td {
  font-weight: bold; }

#table_5_country {
  text-align: left !important;
  margin-bottom: 0px !important;
  padding-top: 10%;
  border-bottom: none !important; }

#table_5_share {
  margin-bottom: 0px !important;
  padding-top: 0px;
  border-bottom: none !important; }

#table_6 {
  font-size: 12px; }

#table_6_title {
  color: #F79B39;
  font-size: 14px;
  font-weight: bold; }

#table_6 th {
  border: 5px solid #FFFFFF;
  background: #8E9FBC;
  color: #ffffff;
  font-weight: bold;
  text-align: center; }

#table_6 td {
  border: 5px solid #FFFFFF;
  background: #F2F2F2;
  text-align: center;
  padding: 10px 27px 10px 20px; }

#table_6 td:nth-child(1) {
  background: #8E9FBC;
  color: #ffffff;
  font-weight: bold; }

#table_6 th:nth-child(2) {
  padding: 20px !important; }

#table_6 tr:nth-child(2) td {
  font-weight: bold; }

#table_6_country {
  text-align: left !important;
  margin-bottom: 0px !important;
  padding-top: 10%;
  border-bottom: none !important; }

#table_6_share {
  margin-bottom: 0px !important;
  padding-top: 0px;
  border-bottom: none !important; }

#table_7 th {
  border: 5px solid #FFFFFF;
  background: #F2F2F2;
  text-align: center;
  font-weight: bold; }

#table_7 td {
  border: 5px solid #FFFFFF;
  background: #F2F2F2;
  text-align: center;
  padding: 10px 27px 10px 20px; }

#table_7 td:nth-child(1) {
  background: #8E9FBC;
  color: #ffffff;
  font-weight: bold; }

#table_8 th {
  border: 5px solid #FFFFFF;
  background: #F2F2F2;
  text-align: center;
  font-weight: bold; }

#table_8 td {
  border: 5px solid #FFFFFF;
  background: #F2F2F2;
  text-align: center;
  padding: 10px 27px 10px 20px; }

#table_8 td:nth-child(1), #table_8 tr:nth-child(1) td {
  background: #8E9FBC;
  color: #ffffff;
  font-weight: bold; }

#table_8 tr:nth-child(23) td {
  font-weight: bold; }

#table_9 td, #table_10 td {
  border: 1px solid;
  padding: 5px;
  color: #000000; }

.c-hero {
  padding: 57px 0 49px;
  background-repeat: no-repeat;
  background-color: #F5F5F9;
  background-size: 0; }
  @media (min-width: 1024px) {
    .c-hero {
      padding: 130px 0;
      background-size: 100% 100%; } }
  .c-hero__content-slide {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: opacity 0.8s cubic-bezier(0.98, 0.19, 0.8, 1.02); }
    .c-hero__content-slide--active {
      visibility: visible;
      height: 100%;
      opacity: 1; }
    .c-hero__content-slide .c-main-heading--hero, .c-hero__content-slide .c-hero__subheading, .c-hero__content-slide .c-text-colour-hover-poppy, .c-hero__content-slide .c-paragraph--hero {
      color: #ffffff; }
  .c-hero__subheading {
    font-size: 10px;
    text-align: left;
    letter-spacing: 1.3px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .c-hero__subheading {
        font-size: 11px; } }
    .c-hero__subheading--green {
      color: #48B096 !important; }
  .c-hero__main-heading {
    color: #58595B;
    font-size: 53px;
    text-align: left;
    letter-spacing: 0.3px;
    line-height: 58.3px;
    font-weight: 500;
    padding: 0 0 16px;
    max-width: 691px; }
    @media (min-width: 1024px) {
      .c-hero__main-heading {
        font-size: 61px;
        line-height: 67px; } }
  .c-hero__content {
    color: #58595B;
    font-size: 13px;
    text-align: left;
    letter-spacing: 0.3px;
    line-height: 19.5px; }
    @media (min-width: 1024px) {
      .c-hero__content {
        font-size: 16px;
        line-height: 24px; } }
  .c-hero__nav {
    width: 120%;
    margin-top: 12px;
    padding-top: 28px;
    border-top: 1px solid rgba(88, 89, 91, 0.15); }
    @media (min-width: 1024px) {
      .c-hero__nav {
        width: auto;
        margin-top: 30px;
        padding-top: 30px; } }

.c-hero-nav-item {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  letter-spacing: 1.3px;
  font-size: 10px;
  padding-right: 40px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease;
  vertical-align: top;
  outline: none;
  opacity: 0.65; }
  .c-hero-nav-item:hover {
    color: #ffffff !important; }
  .c-hero-nav-item--active {
    color: #ffffff !important;
    font-weight: 700;
    opacity: 1; }

.slick-slide {
  display: inline-block; }

.highcharts-title {
  color: #414141 !important;
  font-size: 25px !important;
  font-weight: 100 !important;
  font-family: 'Open Sans', sans-serif !important;
  letter-spacing: 0.3px !important; }

.highcharts-subtitle {
  color: #2D2D2D !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  font-style: normal !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 1.3px !important;
  opacity: 0.6 !important; }

.highcharts-legend-item,
.highcharts-legend-item text,
.highcharts-legend-item tspan {
  text-transform: uppercase !important;
  font-family: 'Open Sans', sans-serif !important;
  color: #2D2D2D !important;
  letter-spacing: 1.5px !important;
  font-size: 11px !important;
  font-weight: 400 !important; }

.highcharts-axis-labels text,
.highcharts-axis-title {
  color: #2D2D2D !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  font-family: 'Open Sans', sans-serif !important;
  letter-spacing: 1.5px !important;
  font-weight: 400 !important; }

.highcharts-credits {
  text-transform: uppercase !important;
  font-size: 9px !important;
  font-family: 'Open Sans', sans-serif !important;
  letter-spacing: 1.5px !important;
  opacity: 0.5 !important;
  color: #2D2D2D !important;
  font-weight: 400 !important; }

.highcharts-button .highcharts-button-symbol {
  stroke-width: 2; }

.highcharts-desktop-only {
  display: none; }
  @media (min-width: 768px) {
    .highcharts-desktop-only {
      display: block; } }

.highcharts-mobile-download {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .highcharts-mobile-download {
      display: none; } }
  .highcharts-mobile-download__title {
    font-size: 20px;
    color: #58595B;
    letter-spacing: 0.3px;
    line-height: 22px;
    display: block;
    margin-bottom: 5px; }
  .highcharts-mobile-download__subtitle {
    color: #b1b3b3;
    font-size: 10px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.3px;
    margin-bottom: 20px;
    display: block; }
  .highcharts-mobile-download__file-meta {
    color: #2D2D2D;
    font-size: 10px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1.3px;
    display: block;
    margin-left: 85px;
    margin-top: 10px; }

.highcharts-mobile-table {
  display: table;
  width: 100%;
  margin-bottom: 17px; }
  @media (min-width: 768px) {
    .highcharts-mobile-table {
      display: none; } }
  .highcharts-mobile-table__row {
    display: table-row;
    padding: 0 10px;
    height: 54px;
    border-bottom: 1px solid #D8D8D8; }
    .highcharts-mobile-table__row:first-child .highcharts-mobile-table__index,
    .highcharts-mobile-table__row:first-child .highcharts-mobile-table__value {
      border-top: 1px solid #D8D8D8; }
  .highcharts-mobile-table__index {
    display: table-cell;
    width: 60%;
    border-bottom: 1px solid #D8D8D8;
    padding-left: 10px;
    vertical-align: middle;
    color: #2D2D2D;
    font-size: 11xp;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400; }
    .highcharts-mobile-table__index--carrot {
      border-left: 4px solid #f3c767; }
    .highcharts-mobile-table__index--poppy {
      border-left: 4px solid #ff671d; }
    .highcharts-mobile-table__index--mosque {
      border-left: 4px solid #003b71; }
    .highcharts-mobile-table__index--ocean {
      border-left: 4px solid #186561; }
    .highcharts-mobile-table__index--loulou {
      border-left: 4px solid #186561; }
    .highcharts-mobile-table__index--sushi {
      border-left: 4px solid #8091a5; }
    .highcharts-mobile-table__index--hibiscus {
      border-left: 4px solid #f09591; }
    .highcharts-mobile-table__index--pelorous {
      border-left: 4px solid #51b57f; }
    .highcharts-mobile-table__index--violet {
      border-left: 4px solid #736491; }
    .highcharts-mobile-table__index--lemon {
      border-left: 4px solid #f3c767; }
    .highcharts-mobile-table__index--primary {
      border-left: 4px solid #58595B; }
    .highcharts-mobile-table__index--secondary {
      border-left: 4px solid #ff671d; }
    .highcharts-mobile-table__index--white {
      border-left: 4px solid #ffffff; }
    .highcharts-mobile-table__index--lipstick {
      border-left: 4px solid #f09591; }
    .highcharts-mobile-table__index--darker-sushi {
      border-left: 4px solid #3785a4; }
    .highcharts-mobile-table__index--dark-moderate-cyan {
      border-left: 4px solid #003b71; }
    .highcharts-mobile-table__index--desaturated-violet {
      border-left: 4px solid #8091a5; }
    .highcharts-mobile-table__index--black {
      border-left: 4px solid #2D2D2D; }
    .highcharts-mobile-table__index--flag {
      padding-left: 0; }
  .highcharts-mobile-table__sub {
    color: #2D2D2D;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400; }
  .highcharts-mobile-table__value {
    display: table-cell;
    width: 40%;
    text-align: right;
    border-bottom: 1px solid #D8D8D8;
    padding-right: 10px;
    vertical-align: middle;
    line-height: 25px;
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #58595B; }

.c-home-hero {
  position: relative;
  overflow: hidden; }
  .c-home-hero::after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .c-home-hero {
      display: table;
      width: 100%; } }
  .c-home-hero__left {
    background-color: #ff671d;
    padding: 60px 0; }
    @media (min-width: 1024px) {
      .c-home-hero__left {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        padding: 0; } }
  .c-home-hero__right {
    background-color: #ff671d;
    padding: 60px 0; }
    @media (min-width: 1024px) {
      .c-home-hero__right {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        padding: 0; } }
  .c-home-hero__content {
    margin: 0 auto;
    position: relative;
    z-index: 3; }
    @media (min-width: 1024px) {
      .c-home-hero__content--left {
        max-width: 500px;
        margin: 118px 70px 118px 100px;
        float: right; } }
    @media (min-width: 1024px) {
      .c-home-hero__content--right {
        max-width: 420px;
        margin: 118px 134px;
        float: left; } }
  .c-home-hero__bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 130%;
    height: 130%;
    z-index: 2; }
    @media (min-width: 768px) {
      .c-home-hero__bg {
        width: 100%;
        height: 100%; } }
  .c-home-hero__title {
    margin-bottom: 13px; }
  .c-home-hero__subtitle {
    margin-bottom: 16px; }
  .c-home-hero__text {
    margin-bottom: 36px; }
    @media (min-width: 1024px) {
      .c-home-hero__text {
        margin-bottom: 30px; } }

.c-home-section-nav {
  overflow: hidden;
  position: relative; }
  @media (min-width: 1024px) {
    .c-home-section-nav {
      margin-bottom: 82px; } }
  .c-home-section-nav__menu {
    width: 100%;
    margin: 0 auto 30px;
    list-style: none;
    position: relative;
    text-align: center; }
    .c-home-section-nav__menu::after {
      content: '';
      display: table;
      clear: both; }
    @media (min-width: 1024px) {
      .c-home-section-nav__menu {
        width: 90.2439%;
        border-bottom: 2px solid #e5e5e8; } }
  .c-home-section-nav__menu-item {
    border-bottom: 2px solid #ECECEF; }
    @media (min-width: 1024px) {
      .c-home-section-nav__menu-item {
        float: left;
        width: 25%;
        border-bottom: none; } }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link {
      color: #736491; }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link--carrot,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link--carrot {
      color: #f3c767; }
    .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--carrot {
      border-bottom: 2px solid #f3c767; }
      @media (min-width: 1024px) {
        .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--carrot {
          border-bottom: none; } }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link--poppy,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link--poppy {
      color: #ff671d; }
    .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--poppy {
      border-bottom: 2px solid #ff671d; }
      @media (min-width: 1024px) {
        .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--poppy {
          border-bottom: none; } }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link--mosque,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link--mosque {
      color: #003b71; }
    .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--mosque {
      border-bottom: 2px solid #003b71; }
      @media (min-width: 1024px) {
        .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--mosque {
          border-bottom: none; } }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link--ocean,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link--ocean {
      color: #186561; }
    .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--ocean {
      border-bottom: 2px solid #186561; }
      @media (min-width: 1024px) {
        .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--ocean {
          border-bottom: none; } }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link--loulou,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link--loulou {
      color: #186561; }
    .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--loulou {
      border-bottom: 2px solid #186561; }
      @media (min-width: 1024px) {
        .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--loulou {
          border-bottom: none; } }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link--sushi,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link--sushi {
      color: #8091a5; }
    .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--sushi {
      border-bottom: 2px solid #8091a5; }
      @media (min-width: 1024px) {
        .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--sushi {
          border-bottom: none; } }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link--hibiscus,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link--hibiscus {
      color: #f09591; }
    .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--hibiscus {
      border-bottom: 2px solid #f09591; }
      @media (min-width: 1024px) {
        .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--hibiscus {
          border-bottom: none; } }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link--pelorous,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link--pelorous {
      color: #51b57f; }
    .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--pelorous {
      border-bottom: 2px solid #51b57f; }
      @media (min-width: 1024px) {
        .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--pelorous {
          border-bottom: none; } }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link--violet,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link--violet {
      color: #736491; }
    .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--violet {
      border-bottom: 2px solid #736491; }
      @media (min-width: 1024px) {
        .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--violet {
          border-bottom: none; } }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link--lemon,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link--lemon {
      color: #f3c767; }
    .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--lemon {
      border-bottom: 2px solid #f3c767; }
      @media (min-width: 1024px) {
        .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--lemon {
          border-bottom: none; } }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link--primary,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link--primary {
      color: #58595B; }
    .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--primary {
      border-bottom: 2px solid #58595B; }
      @media (min-width: 1024px) {
        .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--primary {
          border-bottom: none; } }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link--secondary,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link--secondary {
      color: #ff671d; }
    .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--secondary {
      border-bottom: 2px solid #ff671d; }
      @media (min-width: 1024px) {
        .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--secondary {
          border-bottom: none; } }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link--white,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link--white {
      color: #ffffff; }
    .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--white {
      border-bottom: 2px solid #ffffff; }
      @media (min-width: 1024px) {
        .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--white {
          border-bottom: none; } }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link--lipstick,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link--lipstick {
      color: #f09591; }
    .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--lipstick {
      border-bottom: 2px solid #f09591; }
      @media (min-width: 1024px) {
        .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--lipstick {
          border-bottom: none; } }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link--darker-sushi,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link--darker-sushi {
      color: #3785a4; }
    .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--darker-sushi {
      border-bottom: 2px solid #3785a4; }
      @media (min-width: 1024px) {
        .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--darker-sushi {
          border-bottom: none; } }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link--dark-moderate-cyan,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link--dark-moderate-cyan {
      color: #003b71; }
    .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--dark-moderate-cyan {
      border-bottom: 2px solid #003b71; }
      @media (min-width: 1024px) {
        .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--dark-moderate-cyan {
          border-bottom: none; } }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link--desaturated-violet,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link--desaturated-violet {
      color: #8091a5; }
    .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--desaturated-violet {
      border-bottom: 2px solid #8091a5; }
      @media (min-width: 1024px) {
        .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--desaturated-violet {
          border-bottom: none; } }
    .c-home-section-nav__menu-item--active .c-home-section-nav__menu-link--black,
    .c-home-section-nav__menu-item:hover .c-home-section-nav__menu-link--black {
      color: #2D2D2D; }
    .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--black {
      border-bottom: 2px solid #2D2D2D; }
      @media (min-width: 1024px) {
        .c-home-section-nav__menu-item--active.c-home-section-nav__menu-item--black {
          border-bottom: none; } }
  .c-home-section-nav__menu-link {
    font-size: 11px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #58595B;
    padding: 12px 20px;
    letter-spacing: 0.3px;
    font-weight: 400;
    white-space: nowrap; }
    @media (min-width: 1024px) {
      .c-home-section-nav__menu-link {
        font-size: 14px; } }
    .c-home-section-nav__menu-link:focus {
      outline: none; }
  .c-home-section-nav__magic-line {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    margin-left: 5%;
    width: 100px;
    height: 2px;
    background: #186561;
    transition: color 0.5s ease; }
    .c-home-section-nav__magic-line--carrot {
      background: #f3c767; }
    .c-home-section-nav__magic-line--poppy {
      background: #ff671d; }
    .c-home-section-nav__magic-line--mosque {
      background: #003b71; }
    .c-home-section-nav__magic-line--ocean {
      background: #186561; }
    .c-home-section-nav__magic-line--loulou {
      background: #186561; }
    .c-home-section-nav__magic-line--sushi {
      background: #8091a5; }
    .c-home-section-nav__magic-line--hibiscus {
      background: #f09591; }
    .c-home-section-nav__magic-line--pelorous {
      background: #51b57f; }
    .c-home-section-nav__magic-line--violet {
      background: #736491; }
    .c-home-section-nav__magic-line--lemon {
      background: #f3c767; }
    .c-home-section-nav__magic-line--primary {
      background: #58595B; }
    .c-home-section-nav__magic-line--secondary {
      background: #ff671d; }
    .c-home-section-nav__magic-line--white {
      background: #ffffff; }
    .c-home-section-nav__magic-line--lipstick {
      background: #f09591; }
    .c-home-section-nav__magic-line--darker-sushi {
      background: #3785a4; }
    .c-home-section-nav__magic-line--dark-moderate-cyan {
      background: #003b71; }
    .c-home-section-nav__magic-line--desaturated-violet {
      background: #8091a5; }
    .c-home-section-nav__magic-line--black {
      background: #2D2D2D; }
    @media (min-width: 1024px) {
      .c-home-section-nav__magic-line {
        display: block; } }

.c-logo {
  display: block;
  float: left;
  width: 150px; }
  @media (min-width: 1024px) {
    .c-logo {
      width: 220px; } }
  .c-logo svg {
    width: 100%;
    height: 15px;
    display: block; }
    @media (min-width: 1024px) {
      .c-logo svg {
        height: 22px; } }

.c-mobile-nav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  opacity: 0.2;
  background: #000000;
  z-index: 7;
  cursor: pointer; }
  .c-mobile-nav-overlay--active {
    display: block; }
    @media (min-width: 1100px) {
      .c-mobile-nav-overlay--active {
        display: none; } }

.c-mobile-nav-panel {
  width: 80%;
  max-width: 300px;
  padding: 0 38px;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: all 0.5s ease;
  z-index: 7;
  overflow: hidden; }
  .c-mobile-nav-panel__close {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 31px;
    text-align: center;
    opacity: 0.6;
    font-size: 14px;
    letter-spacing: 0.3px;
    display: block;
    color: #58595B; }
    .c-mobile-nav-panel__close:hover {
      color: #003b71; }
  .c-mobile-nav-panel--open {
    transform: translateX(0); }
    @media (min-width: 1100px) {
      .c-mobile-nav-panel--open {
        display: none; } }

.c-mobile-nav {
  margin: 33px 0 66px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease; }
  .c-mobile-nav__item {
    list-style: none;
    margin-bottom: 25px;
    opacity: 1;
    transition: all 0.5s ease; }
    .c-mobile-nav__item:last-child {
      margin-bottom: 0; }
    .c-mobile-nav__item--active .c-mobile-nav__link {
      color: #ff671d; }
  .c-mobile-nav__link {
    font-size: 21px;
    color: #58595B;
    letter-spacing: 0.3px; }
  .c-mobile-nav--slide-out {
    overflow: visible;
    transform: translateX(-100%); }
    .c-mobile-nav--slide-out .c-mobile-nav__link--primary {
      opacity: 0; }
  .c-mobile-nav--sub-nav {
    margin-top: 0; }

.c-mobile-sub-nav {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  transform: translateX(100%);
  transition: all 0.5s ease; }
  .c-mobile-sub-nav__back {
    font-size: 13px;
    letter-spacing: 0.3px;
    display: block;
    margin-bottom: 24px;
    cursor: pointer; }
    .c-mobile-sub-nav__back svg {
      margin-right: 12px;
      display: inline-block;
      vertical-align: baseline;
      cursor: pointer; }

.c-desktop-nav {
  display: none;
  float: right;
  position: relative; }
  @media (min-width: 1100px) {
    .c-desktop-nav {
      display: block; } }
  .c-desktop-nav__item {
    list-style: none;
    display: inline-block;
    margin-right: 50px;
    position: relative;
    font-family: 'merriweather'; }
  .c-desktop-nav__sub-menu {
    opacity: 0;
    z-index: -1;
    display: none;
    position: absolute;
    width: 210px;
    bottom: -185px;
    left: -86px;
    padding-top: 25px;
    transition: all 0.3s ease;
    background-color: white; }
    .c-desktop-nav__item:hover .c-desktop-nav__sub-menu {
      opacity: 1;
      display: block;
      z-index: 3; }
  .c-desktop-nav__sub-menu-content {
    border: 1px solid #CCD0D7;
    padding: 24px 30px;
    position: relative; }
  .c-desktop-nav__sub-menu-arrow {
    background-color: white;
    width: 16px;
    height: 16px;
    border-top: 1px solid #CCD0D7;
    border-left: 1px solid #CCD0D7;
    transform: rotate(45deg);
    position: absolute;
    top: 17px;
    left: 50%;
    margin-left: -8px;
    z-index: 2; }
  .c-desktop-nav__sub-item {
    display: block;
    margin-bottom: 22px; }
    .c-desktop-nav__sub-item:last-child {
      margin-bottom: 0; }
  .c-desktop-nav__link {
    font-size: 13px;
    color: #58595B;
    letter-spacing: 0.3px;
    font-weight: 400; }
    .c-desktop-nav__link:hover, .c-desktop-nav__link--active {
      color: #003b71; }
    .c-desktop-nav__link:last-child {
      margin-right: 0; }

.c-map__svg {
  display: block; }

.c-map__country {
  fill: #E4E4E4;
  stroke: #FFFFFF;
  stroke-width: 4;
  stroke-linecap: round;
  transition: all 0.5s ease; }
  .c-map__country--active, .c-map__country--highlight {
    fill: #186561; }

.c-map__tooltip {
  pointer-events: none;
  position: absolute;
  font-size: 9px;
  text-align: center;
  background: white;
  padding: 10px 32px;
  z-index: 99;
  line-height: 9px;
  margin: 0 auto;
  color: #2D2D2D;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -100%);
  display: none; }
  .c-map__tooltip--active {
    display: block; }
  .c-map__tooltip:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white; }

.c-map-section {
  padding-bottom: 226px; }
  .c-map-section__name {
    color: #186561;
    text-decoration: none;
    font-weight: 600; }
  .c-map-section__flags::after {
    content: '';
    display: table;
    clear: both; }
  .c-map-section__flag {
    float: left;
    width: 49%;
    margin-bottom: 8px;
    cursor: pointer; }
    .c-map-section__flag:nth-child(odd) {
      margin-right: 2%; }

.c-report-listing::after {
  content: '';
  display: table;
  clear: both; }

.c-report-listing-item {
  margin-bottom: 56px; }
  @media (min-width: 768px) {
    .c-report-listing-item {
      float: left;
      width: 48%; }
      .c-report-listing-item:nth-child(odd) {
        margin-right: 2%; } }
  @media (min-width: 1024px) {
    .c-report-listing-item {
      width: 30.87719%;
      margin-right: 3.68421%; }
      .c-report-listing-item:nth-child(odd) {
        margin-right: 3.68421%; }
      .c-report-listing-item:nth-child(3n) {
        margin-right: 0; } }
  .c-report-listing-item__subtitle {
    font-weight: 700;
    display: block;
    margin-bottom: 7px; }
  .c-report-listing-item__title {
    font-size: 20px;
    color: #414141;
    letter-spacing: 0.12px;
    line-height: 22px;
    margin-bottom: 15px;
    display: block; }
    @media (min-width: 1024px) {
      .c-report-listing-item__title {
        font-size: 31px;
        letter-spacing: 0.19px;
        line-height: 34px; } }
  .c-report-listing-item__excerpt {
    margin-bottom: 30px; }

.c-request-report-form {
  background-color: #ff671d;
  padding: 38px 29px; }
  .c-request-report-form__title {
    font-size: 25px;
    color: white;
    letter-spacing: 0.15px;
    line-height: 34px;
    display: block;
    margin-bottom: 11px; }
  .c-request-report-form__text {
    font-size: 13px;
    color: white;
    letter-spacing: 0.08px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 55px; }
  .c-request-report-form__input-container {
    position: relative; }
    .c-request-report-form__input-container::after {
      content: '';
      display: table;
      clear: both; }
  .c-request-report-form__input {
    background: transparent;
    border: none;
    width: 96%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
    font-size: 16px;
    color: white; }
    .c-request-report-form__input:-ms-input-placeholder {
      opacity: 0.5;
      font-size: 16px;
      color: white;
      letter-spacing: 0.3px; }
    .c-request-report-form__input::placeholder {
      opacity: 0.5;
      font-size: 16px;
      color: white;
      letter-spacing: 0.3px; }
    .c-request-report-form__input--underline {
      padding-bottom: 10px;
      border-bottom: 2px solid white; }
  .c-request-report-form__submit {
    background: transparent;
    border: none;
    width: 1.5873%;
    height: 9px;
    background: url(../images/icons/arrow.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    text-indent: -9999px; }

.c-signup-block {
  background-color: #F5F5F9;
  margin: 0 auto;
  clear: both; }
  .c-signup-block__heading-wrapper {
    padding-top: 55px; }
    @media (min-width: 768px) {
      .c-signup-block__heading-wrapper {
        padding-top: 126px; } }
  .c-signup-block__paragraph-wrapper {
    opacity: 0.7;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1.3px;
    padding-bottom: 4px;
    text-align: center;
    max-width: 247px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .c-signup-block__paragraph-wrapper {
        padding-top: 4px;
        opacity: 0.5;
        font-size: 11px;
        padding-bottom: 0px;
        max-width: 100%; } }
  .c-signup-block__button-wrapper {
    padding-top: 25px;
    padding-bottom: 55px;
    text-align: center; }
    @media (min-width: 768px) {
      .c-signup-block__button-wrapper {
        padding-top: 36px;
        padding-bottom: 116px; } }

.c-search {
  float: right;
  width: 15px;
  height: 15px;
  position: relative;
  cursor: pointer; }
  @media (min-width: 1024px) {
    .c-search {
      margin-top: 5px; } }

.c-search-field {
  position: absolute;
  right: 10%;
  top: -100%;
  bottom: 0;
  width: 90%;
  z-index: -1;
  opacity: 0;
  background-color: white;
  list-style: none;
  transition: all 0.5s ease; }
  @media (min-width: 1024px) {
    .c-search-field {
      right: 25px;
      width: 61%; } }
  .c-search-field__input {
    width: 100%;
    height: auto;
    border: none;
    font-size: 13px;
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif; }
    @media (min-width: 1024px) {
      .c-search-field__input {
        height: 30px;
        position: relative;
        bottom: 3px; } }
    .c-search-field__input:focus {
      outline: none;
      border: 1px solid #e5e5e8; }
  .c-search-field__close {
    color: #58595B;
    font-weight: 400;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 25px;
    transition: all 0.5s ease; }
    .c-search-field__close--active {
      opacity: 1;
      z-index: 1; }
  .c-search-field--active {
    opacity: 1;
    z-index: 2;
    top: 0; }

.c-search-category-text {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold; }

.c-tabs {
  overflow: hidden;
  border-bottom: 1px solid #DCDCDF; }

.c-tab {
  opacity: 0;
  z-index: -1;
  position: absolute;
  max-height: 0;
  overflow: hidden; }
  .c-tab::after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .c-tab {
      display: table;
      height: 100%;
      width: 100%;
      max-width: 1230px; } }
  .c-tab__left {
    padding: 47px 0 60px; }
    @media (min-width: 1024px) {
      .c-tab__left {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        padding: 0 90px; } }
    .c-tab__left--carrot {
      background-color: #f3c767; }
    .c-tab__left--poppy {
      background-color: #ff671d; }
    .c-tab__left--mosque {
      background-color: #003b71; }
    .c-tab__left--ocean {
      background-color: #186561; }
    .c-tab__left--loulou {
      background-color: #186561; }
    .c-tab__left--sushi {
      background-color: #8091a5; }
    .c-tab__left--hibiscus {
      background-color: #f09591; }
    .c-tab__left--pelorous {
      background-color: #51b57f; }
    .c-tab__left--violet {
      background-color: #736491; }
    .c-tab__left--lemon {
      background-color: #f3c767; }
    .c-tab__left--primary {
      background-color: #58595B; }
    .c-tab__left--secondary {
      background-color: #ff671d; }
    .c-tab__left--white {
      background-color: #ffffff; }
    .c-tab__left--lipstick {
      background-color: #f09591; }
    .c-tab__left--darker-sushi {
      background-color: #3785a4; }
    .c-tab__left--dark-moderate-cyan {
      background-color: #003b71; }
    .c-tab__left--desaturated-violet {
      background-color: #8091a5; }
    .c-tab__left--black {
      background-color: #2D2D2D; }
  .c-tab__right {
    padding: 59px 0 37px;
    background-color: white; }
    @media (min-width: 1024px) {
      .c-tab__right {
        width: 50%;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        padding: 0; } }
  .c-tab__content {
    width: 77.53165%;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .c-tab__content {
        width: 100%;
        padding: 20px 0; } }
  .c-tab__text {
    margin-bottom: 27px; }
  .c-tab--active {
    opacity: 1;
    z-index: 1;
    position: relative;
    max-height: 100%; }
  .c-tab--animate-in .c-tab__left,
  .c-tab--animate-in .c-tab__content {
    animation-name: fadeIn; }
  .c-tab--animate-in .c-tab-listing__item {
    animation-name: fadeInLeft; }
  .c-tab--animate-out .c-tab__left {
    animation-name: fadeOut; }
  .c-tab--animate-out .c-tab-listing__item {
    animation-name: fadeOutRight; }
  @media (min-width: 1024px) {
    .c-tab--2 .c-tab__right .c-tab__content {
      min-height: 490px; } }
  @media (min-width: 1024px) {
    .c-tab--2 .c-tab-listing {
      margin-top: 13vh; } }

@media (min-width: 1024px) {
  .c-tab-listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100%; } }

.c-tab-listing__item {
  overflow: hidden; }
  @media (min-width: 1024px) {
    .c-tab-listing__item {
      display: -ms-grid;
      display: grid;
      margin: auto;
      position: relative;
      -ms-flex: 1;
          flex: 1;
      text-align: center;
      transition: 0.3s;
      max-height: 33.3%;
      width: 78%;
      min-height: 10%;
      border-bottom: 1px solid #DEDEDE; } }
  .c-tab-listing__item:first-child {
    padding-top: 0; }
  .c-tab-listing__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .c-tab-listing__item:hover {
    transition: 0.5s;
    max-height: 50% !important;
    -ms-flex-positive: 2;
        flex-grow: 2; }
    .c-tab-listing__item:hover .c-tab-listing__meta {
      transform: none;
      transition: 0.3s;
      position: relative; }

.c-tab-listing__item-wrapper {
  position: relative;
  padding: 30px 0; }

.c-tab-listing__icon {
  margin-bottom: 23px; }
  @media (min-width: 1024px) {
    .c-tab-listing__icon {
      display: inline-block;
      vertical-align: top;
      width: 13.27273%;
      margin-right: 4.18182%;
      margin-bottom: 0; } }
  .c-tab-listing__icon svg {
    display: block;
    width: auto; }
    @media (min-width: 1024px) {
      .c-tab-listing__icon svg {
        width: 100%; } }

@media (min-width: 1024px) {
  .c-tab-listing__content {
    display: inline-block;
    vertical-align: top;
    width: 81%;
    margin-top: 5px; } }

.c-tab-listing__title {
  margin-bottom: 3px;
  font-weight: 300; }

.c-tab-listing__meta {
  transition: none;
  text-align: left; }
  @media (min-width: 1024px) {
    .c-tab-listing__meta {
      transform: translateY(120vh);
      transition: 0.3s;
      position: absolute; } }

.c-tab-listing__text {
  margin-bottom: 19px; }

.c-animated {
  animation-duration: 0.5s;
  animation-fill-mode: both; }
  .c-animated--delay-1 {
    animation-delay: 0.1s; }
  .c-animated--delay-2 {
    animation-delay: 0.2s; }
  .c-animated--delay-3 {
    animation-delay: 0.3s; }
  .c-animated--delay-4 {
    animation-delay: 0.4s; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(70px, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-70px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.c-main-heading {
  font-size: 53px;
  letter-spacing: 0.3px;
  line-height: 54px;
  text-align: left; }
  @media (min-width: 768px) {
    .c-main-heading {
      font-size: 61px;
      line-height: 67px;
      letter-spacing: 0.4px; } }
  @media (min-width: 768px) {
    .c-main-heading--large {
      font-size: 76px;
      line-height: 84px;
      letter-spacing: 0.4px; } }
  .c-main-heading--h2 {
    font-size: 42px;
    line-height: 1.1; }
    @media (min-width: 768px) {
      .c-main-heading--h2 {
        font-size: 48px;
        letter-spacing: 0.4px; } }
  .c-main-heading--h3 {
    font-size: 42px;
    line-height: 46px; }
    @media (min-width: 768px) {
      .c-main-heading--h3 {
        letter-spacing: 0.2px;
        line-height: 53px; } }
  .c-main-heading--light-weight {
    font-weight: lighter; }
  .c-main-heading--hero {
    max-width: 873px;
    padding-bottom: 16px; }
    @media (min-width: 1024px) {
      .c-main-heading--hero {
        padding-bottom: 20px; } }
  .c-main-heading--section-landing {
    padding-bottom: 20px;
    max-width: 380px;
    line-height: 1.1; }
    @media (min-width: 768px) {
      .c-main-heading--section-landing {
        font-size: 60px; } }
    @media (min-width: 1024px) {
      .c-main-heading--section-landing {
        font-size: 76px; } }
  .c-main-heading--center {
    text-align: center; }

.c-sub-heading {
  font-size: 27px;
  text-align: left;
  letter-spacing: 0.3px;
  line-height: 34px; }
  @media (min-width: 768px) {
    .c-sub-heading {
      font-size: 31px; } }
  @media (min-width: 1024px) {
    .c-sub-heading--home {
      font-size: 25px;
      line-height: 33px; } }
  @media (min-width: 1024px) {
    .c-sub-heading--section-landing {
      max-width: 380px; } }
  .c-sub-heading--footer-nav {
    font-weight: lighter; }
    @media (min-width: 1024px) {
      .c-sub-heading--footer-nav {
        max-width: 380px; } }
  .c-sub-heading--footer-nav-left {
    font-weight: lighter;
    text-align: left;
    font-size: 25px;
    line-height: 27.51px;
    letter-spacing: 0.3px; }
    @media (min-width: 1024px) {
      .c-sub-heading--footer-nav-left {
        max-width: 284px;
        font-size: 39px;
        line-height: 43px;
        letter-spacing: 0.47px; } }
  .c-sub-heading--light-weight {
    font-weight: lighter; }

.c-subtitle {
  font-size: 10px;
  letter-spacing: 1.3px;
  line-height: 14px; }
  @media (min-width: 1024px) {
    .c-subtitle {
      font-size: 11px;
      line-height: 15px; } }
  .c-subtitle--opacity {
    opacity: 0.7; }
    @media (min-width: 768px) {
      .c-subtitle--opacity {
        opacity: 0.5; } }
  .c-subtitle--light-weight {
    font-weight: lighter; }

.c-paragraph, .o-segmenting-africa p {
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 1.5;
  color: #58595B; }
  @media (min-width: 768px) {
    .c-paragraph, .o-segmenting-africa p {
      font-size: 16px; } }
  .c-paragraph--opacity {
    opacity: 0.8; }
  .c-paragraph--large {
    font-size: 13px; }
    @media (min-width: 768px) {
      .c-paragraph--large {
        line-height: 28px; } }
  .c-paragraph--hero {
    max-width: 909px; }
    @media (min-width: 1024px) {
      .c-paragraph--hero {
        margin-bottom: 0; } }
  .c-paragraph--light-weight {
    font-weight: lighter; }
  .c-paragraph--section-landing {
    padding: 0 0 25px;
    margin-top: -8px;
    margin-bottom: 0;
    opacity: 0.8; }
    @media (min-width: 768px) {
      .c-paragraph--section-landing {
        padding: 20px 0 25px;
        max-width: 431px; } }
  .c-paragraph--footer-nav {
    padding: 20px 0 25px;
    margin-bottom: 0;
    opacity: 0.8; }
    @media (min-width: 1024px) {
      .c-paragraph--footer-nav {
        max-width: 380px; } }
  @media (min-width: 1024px) {
    .c-paragraph--footer-nav-left {
      max-width: 254px;
      line-height: 1.4;
      letter-spacing: 0.28px;
      padding-top: 20px; } }
  .c-paragraph--section-landing-left {
    max-width: 380px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.32px;
    line-height: 21px; }
    @media (min-width: 768px) {
      .c-paragraph--section-landing-left {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .c-paragraph--section-landing-left {
        max-width: 461px;
        font-size: 20px;
        line-height: 28px; } }

.c-fineprint {
  opacity: 0.7;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 24px; }

.c-text-colour-carrot {
  color: #f3c767; }

@media (min-width: 1024px) {
  .c-text-colour-hover-carrot:hover {
    color: #f3c767; } }

.c-text-colour-poppy {
  color: #ff671d; }

@media (min-width: 1024px) {
  .c-text-colour-hover-poppy:hover {
    color: #ff671d; } }

.c-text-colour-mosque {
  color: #003b71; }

@media (min-width: 1024px) {
  .c-text-colour-hover-mosque:hover {
    color: #003b71; } }

.c-text-colour-ocean {
  color: #186561; }

@media (min-width: 1024px) {
  .c-text-colour-hover-ocean:hover {
    color: #186561; } }

.c-text-colour-loulou {
  color: #186561; }

@media (min-width: 1024px) {
  .c-text-colour-hover-loulou:hover {
    color: #186561; } }

.c-text-colour-sushi {
  color: #8091a5; }

@media (min-width: 1024px) {
  .c-text-colour-hover-sushi:hover {
    color: #8091a5; } }

.c-text-colour-hibiscus {
  color: #f09591; }

@media (min-width: 1024px) {
  .c-text-colour-hover-hibiscus:hover {
    color: #f09591; } }

.c-text-colour-pelorous {
  color: #51b57f; }

@media (min-width: 1024px) {
  .c-text-colour-hover-pelorous:hover {
    color: #51b57f; } }

.c-text-colour-violet {
  color: #736491; }

@media (min-width: 1024px) {
  .c-text-colour-hover-violet:hover {
    color: #736491; } }

.c-text-colour-lemon {
  color: #f3c767; }

@media (min-width: 1024px) {
  .c-text-colour-hover-lemon:hover {
    color: #f3c767; } }

.c-text-colour-primary {
  color: #58595B; }

@media (min-width: 1024px) {
  .c-text-colour-hover-primary:hover {
    color: #58595B; } }

.c-text-colour-secondary {
  color: #ff671d; }

@media (min-width: 1024px) {
  .c-text-colour-hover-secondary:hover {
    color: #ff671d; } }

.c-text-colour-white {
  color: #ffffff; }

@media (min-width: 1024px) {
  .c-text-colour-hover-white:hover {
    color: #ffffff; } }

.c-text-colour-lipstick {
  color: #f09591; }

@media (min-width: 1024px) {
  .c-text-colour-hover-lipstick:hover {
    color: #f09591; } }

.c-text-colour-darker-sushi {
  color: #3785a4; }

@media (min-width: 1024px) {
  .c-text-colour-hover-darker-sushi:hover {
    color: #3785a4; } }

.c-text-colour-dark-moderate-cyan {
  color: #003b71; }

@media (min-width: 1024px) {
  .c-text-colour-hover-dark-moderate-cyan:hover {
    color: #003b71; } }

.c-text-colour-desaturated-violet {
  color: #8091a5; }

@media (min-width: 1024px) {
  .c-text-colour-hover-desaturated-violet:hover {
    color: #8091a5; } }

.c-text-colour-black {
  color: #2D2D2D; }

@media (min-width: 1024px) {
  .c-text-colour-hover-black:hover {
    color: #2D2D2D; } }

.c-text-center {
  text-align: center; }

.c-text-bold {
  font-weight: 700; }

.c-map-subheading {
  font-size: 9px;
  text-align: left;
  opacity: 0.6;
  letter-spacing: 1.3px;
  line-height: 13px;
  text-transform: uppercase;
  color: #2D2D2D;
  font-weight: 400; }
  @media (min-width: 1024px) {
    .c-map-subheading {
      font-size: 10px;
      line-height: 14px; } }
  .c-map-subheading--fine_print {
    padding-bottom: 55px;
    opacity: 0.4;
    font-size: 10px;
    letter-spacing: 1.3px; }

.c-link {
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease; }
  .c-link--carrot {
    color: #f3c767; }
  .c-link--poppy {
    color: #ff671d; }
  .c-link--mosque {
    color: #003b71; }
  .c-link--ocean {
    color: #186561; }
  .c-link--loulou {
    color: #186561; }
  .c-link--sushi {
    color: #8091a5; }
  .c-link--hibiscus {
    color: #f09591; }
  .c-link--pelorous {
    color: #51b57f; }
  .c-link--violet {
    color: #736491; }
  .c-link--lemon {
    color: #f3c767; }
  .c-link--primary {
    color: #58595B; }
  .c-link--secondary {
    color: #ff671d; }
  .c-link--white {
    color: #ffffff; }
  .c-link--lipstick {
    color: #f09591; }
  .c-link--darker-sushi {
    color: #3785a4; }
  .c-link--dark-moderate-cyan {
    color: #003b71; }
  .c-link--desaturated-violet {
    color: #8091a5; }
  .c-link--black {
    color: #2D2D2D; }
  .c-link:hover {
    color: #ff671d; }

.c-disclaimer {
  font-weight: 400;
  font-size: 9px;
  letter-spacing: 0.3px;
  line-height: 9px;
  display: none; }
  @media (min-width: 1024px) {
    .c-disclaimer {
      display: block; } }

.c-footer {
  padding: 26px 0 20px;
  background-color: #FFFFFF;
  position: relative; }
  .c-footer::after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .c-footer {
      padding: 20px 165px; } }
  .c-footer__links {
    text-align: center; }
    @media (min-width: 768px) {
      .c-footer__links {
        text-align: left;
        display: inline-block;
        float: left; } }
  .c-footer__social-icons {
    padding-top: 25px;
    text-align: center; }
    @media (min-width: 768px) {
      .c-footer__social-icons {
        text-align: right;
        display: inline-block;
        padding-top: 0;
        float: right; } }

@media (min-width: 1024px) {
  .c-footer-nav {
    display: -ms-flexbox;
    display: flex; } }

.c-footer-nav__item {
  display: inline-block;
  padding: 0 20px; }

.c-social-icon-wrapper {
  display: inline-block; }
  .c-social-icon-wrapper:first-child {
    padding-right: 30px; }
    @media (min-width: 1024px) {
      .c-social-icon-wrapper:first-child {
        padding-right: 20px; } }
  .c-social-icon-wrapper a g {
    transition: all 0.3s ease; }
  .c-social-icon-wrapper a:hover g {
    fill: #ff671d; }

.c-footer-link {
  font-size: 11px;
  color: #58595B;
  line-height: 12px;
  letter-spacing: 0.3px;
  transition: all 0.3s ease; }
  .c-footer-link:hover {
    color: #ff671d; }

.c-search-result {
  padding-bottom: 55px; }
  .c-search-result__title {
    padding-bottom: 15px; }

.c-section-landing {
  position: relative; }
  .c-section-landing::after {
    content: '';
    display: table;
    clear: both; }
  @media (min-height: 670px) and (min-width: 1024px) {
    .c-section-landing {
      margin-top: 114px; } }
  @media (min-width: 768px) {
    .c-section-landing__left {
      float: left;
      width: 50%;
      min-height: 1px; } }
  .c-section-landing__right {
    padding: 60px 30px; }
    @media (min-width: 768px) {
      .c-section-landing__right {
        width: 50%;
        vertical-align: middle;
        float: left; } }
    @media (min-width: 1024px) {
      .c-section-landing__right {
        padding: 120px 30px 120px 95px; } }

.c-section-landing-text-group {
  padding-bottom: 60px; }
  .c-section-landing-text-group:last-child {
    padding-bottom: 0; }
  .c-section-landing-text-group__icon-wrapper {
    padding-bottom: 20px; }
    .c-section-landing-text-group__icon-wrapper svg {
      max-height: 75px; }
  .c-section-landing-text-group--footer-nav {
    display: inline-block;
    padding-bottom: 40px; }
    @media (min-width: 1024px) {
      .c-section-landing-text-group--footer-nav {
        padding-bottom: 0;
        max-width: 380px;
        width: 50%;
        vertical-align: top;
        float: left; }
        .c-section-landing-text-group--footer-nav:first-child {
          padding-right: 60px; } }

@media (min-width: 768px) {
  .c-section-landing-coloured-triangle {
    width: 100%;
    height: 105px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 122% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 122% 100%, 0% 100%); } }

.c-section-landing-coloured-triangle--carrot {
  background-color: #f3c767; }

.c-section-landing-coloured-triangle--poppy {
  background-color: #ff671d; }

.c-section-landing-coloured-triangle--mosque {
  background-color: #003b71; }

.c-section-landing-coloured-triangle--ocean {
  background-color: #186561; }

.c-section-landing-coloured-triangle--loulou {
  background-color: #186561; }

.c-section-landing-coloured-triangle--sushi {
  background-color: #8091a5; }

.c-section-landing-coloured-triangle--hibiscus {
  background-color: #f09591; }

.c-section-landing-coloured-triangle--pelorous {
  background-color: #51b57f; }

.c-section-landing-coloured-triangle--violet {
  background-color: #736491; }

.c-section-landing-coloured-triangle--lemon {
  background-color: #f3c767; }

.c-section-landing-coloured-triangle--primary {
  background-color: #58595B; }

.c-section-landing-coloured-triangle--secondary {
  background-color: #ff671d; }

.c-section-landing-coloured-triangle--white {
  background-color: #ffffff; }

.c-section-landing-coloured-triangle--lipstick {
  background-color: #f09591; }

.c-section-landing-coloured-triangle--darker-sushi {
  background-color: #3785a4; }

.c-section-landing-coloured-triangle--dark-moderate-cyan {
  background-color: #003b71; }

.c-section-landing-coloured-triangle--desaturated-violet {
  background-color: #8091a5; }

.c-section-landing-coloured-triangle--black {
  background-color: #2D2D2D; }

.c-section-landing-background {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media (min-width: 768px) {
    .c-section-landing-background {
      height: calc(100vh - 87px); } }
  @media (min-width: 1280px) {
    .c-section-landing-background {
      height: calc(100vh - 113px); } }
  .c-section-landing-background__content-wrapper {
    width: 84.26667%;
    margin: 0 auto;
    padding: 49px 0; }
    @media (min-width: 768px) {
      .c-section-landing-background__content-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        padding: 0;
        width: auto;
        z-index: 2; } }
  .c-section-landing-background--violet {
    background-color: #736491; }
  .c-section-landing-background--ocean {
    background-color: #186561; }
  .c-section-landing-background--sushi {
    background-color: #8091a5; }
  .c-section-landing-background--hibiscus {
    background-color: #f09591; }
  .c-section-landing-background--carrot {
    background-color: #f3c767; }
  .c-section-landing-background--pelorous {
    background-color: #51b57f; }
  .c-section-landing-background--mosque {
    background-color: #003b71; }

.c-section-landing-sidebar-wrapper {
  padding: 60px 30px;
  position: relative; }
  @media (min-width: 768px) {
    .c-section-landing-sidebar-wrapper {
      vertical-align: middle; } }
  @media (min-width: 768px) {
    .c-section-landing-sidebar-wrapper--sushi {
      background-size: 80% 74%;
      background-position: top left; } }
  @media (min-width: 768px) {
    .c-section-landing-sidebar-wrapper--ocean {
      background-size: 74% 76%;
      background-position: right; } }
  @media (min-width: 768px) {
    .c-section-landing-sidebar-wrapper--hibiscus {
      background-size: 94% 86%;
      background-position: -280px 14px; } }
  @media (min-width: 768px) {
    .c-section-landing-sidebar-wrapper--violet {
      background-size: 192% 104%;
      background-position: -280px 32px; } }
  @media (min-width: 768px) {
    .c-section-landing-sidebar-wrapper--carrot {
      background-size: 192% 104%;
      background-position: -280px 32px; } }
  @media (min-width: 768px) {
    .c-section-landing-sidebar-wrapper--pelorous {
      background-size: 192% 104%;
      background-position: -280px 32px; } }
  @media (min-width: 768px) {
    .c-section-landing-sidebar-wrapper--mosque {
      background-size: 192% 104%;
      background-position: -280px 32px; } }

.c-sticky-sidebar {
  position: relative; }
  .c-sticky-sidebar--carrot .c-sticky-sidebar__link:hover {
    color: #f3c767; }
  .c-sticky-sidebar--carrot .c-sticky-sidebar__link--active {
    color: #f3c767; }
  .c-sticky-sidebar--carrot .c-sticky-sidebar__slidingLine {
    background-color: #f3c767; }
  .c-sticky-sidebar--carrot .c-sticky-sidebar__menu-item--active .c-sticky-sidebar__menu-link,
  .c-sticky-sidebar--carrot .c-sticky-sidebar__menu-link:hover {
    color: #f3c767; }
  .c-sticky-sidebar--carrot .c-sticky-sidebar__menu-item--active {
    border-bottom: 2px solid #f3c767;
    font-weight: bold;
    color: #f3c767; }
  .c-sticky-sidebar--poppy .c-sticky-sidebar__link:hover {
    color: #ff671d; }
  .c-sticky-sidebar--poppy .c-sticky-sidebar__link--active {
    color: #ff671d; }
  .c-sticky-sidebar--poppy .c-sticky-sidebar__slidingLine {
    background-color: #ff671d; }
  .c-sticky-sidebar--poppy .c-sticky-sidebar__menu-item--active .c-sticky-sidebar__menu-link,
  .c-sticky-sidebar--poppy .c-sticky-sidebar__menu-link:hover {
    color: #ff671d; }
  .c-sticky-sidebar--poppy .c-sticky-sidebar__menu-item--active {
    border-bottom: 2px solid #ff671d;
    font-weight: bold;
    color: #ff671d; }
  .c-sticky-sidebar--mosque .c-sticky-sidebar__link:hover {
    color: #003b71; }
  .c-sticky-sidebar--mosque .c-sticky-sidebar__link--active {
    color: #003b71; }
  .c-sticky-sidebar--mosque .c-sticky-sidebar__slidingLine {
    background-color: #003b71; }
  .c-sticky-sidebar--mosque .c-sticky-sidebar__menu-item--active .c-sticky-sidebar__menu-link,
  .c-sticky-sidebar--mosque .c-sticky-sidebar__menu-link:hover {
    color: #003b71; }
  .c-sticky-sidebar--mosque .c-sticky-sidebar__menu-item--active {
    border-bottom: 2px solid #003b71;
    font-weight: bold;
    color: #003b71; }
  .c-sticky-sidebar--ocean .c-sticky-sidebar__link:hover {
    color: #186561; }
  .c-sticky-sidebar--ocean .c-sticky-sidebar__link--active {
    color: #186561; }
  .c-sticky-sidebar--ocean .c-sticky-sidebar__slidingLine {
    background-color: #186561; }
  .c-sticky-sidebar--ocean .c-sticky-sidebar__menu-item--active .c-sticky-sidebar__menu-link,
  .c-sticky-sidebar--ocean .c-sticky-sidebar__menu-link:hover {
    color: #186561; }
  .c-sticky-sidebar--ocean .c-sticky-sidebar__menu-item--active {
    border-bottom: 2px solid #186561;
    font-weight: bold;
    color: #186561; }
  .c-sticky-sidebar--loulou .c-sticky-sidebar__link:hover {
    color: #186561; }
  .c-sticky-sidebar--loulou .c-sticky-sidebar__link--active {
    color: #186561; }
  .c-sticky-sidebar--loulou .c-sticky-sidebar__slidingLine {
    background-color: #186561; }
  .c-sticky-sidebar--loulou .c-sticky-sidebar__menu-item--active .c-sticky-sidebar__menu-link,
  .c-sticky-sidebar--loulou .c-sticky-sidebar__menu-link:hover {
    color: #186561; }
  .c-sticky-sidebar--loulou .c-sticky-sidebar__menu-item--active {
    border-bottom: 2px solid #186561;
    font-weight: bold;
    color: #186561; }
  .c-sticky-sidebar--sushi .c-sticky-sidebar__link:hover {
    color: #8091a5; }
  .c-sticky-sidebar--sushi .c-sticky-sidebar__link--active {
    color: #8091a5; }
  .c-sticky-sidebar--sushi .c-sticky-sidebar__slidingLine {
    background-color: #8091a5; }
  .c-sticky-sidebar--sushi .c-sticky-sidebar__menu-item--active .c-sticky-sidebar__menu-link,
  .c-sticky-sidebar--sushi .c-sticky-sidebar__menu-link:hover {
    color: #8091a5; }
  .c-sticky-sidebar--sushi .c-sticky-sidebar__menu-item--active {
    border-bottom: 2px solid #8091a5;
    font-weight: bold;
    color: #8091a5; }
  .c-sticky-sidebar--hibiscus .c-sticky-sidebar__link:hover {
    color: #f09591; }
  .c-sticky-sidebar--hibiscus .c-sticky-sidebar__link--active {
    color: #f09591; }
  .c-sticky-sidebar--hibiscus .c-sticky-sidebar__slidingLine {
    background-color: #f09591; }
  .c-sticky-sidebar--hibiscus .c-sticky-sidebar__menu-item--active .c-sticky-sidebar__menu-link,
  .c-sticky-sidebar--hibiscus .c-sticky-sidebar__menu-link:hover {
    color: #f09591; }
  .c-sticky-sidebar--hibiscus .c-sticky-sidebar__menu-item--active {
    border-bottom: 2px solid #f09591;
    font-weight: bold;
    color: #f09591; }
  .c-sticky-sidebar--pelorous .c-sticky-sidebar__link:hover {
    color: #51b57f; }
  .c-sticky-sidebar--pelorous .c-sticky-sidebar__link--active {
    color: #51b57f; }
  .c-sticky-sidebar--pelorous .c-sticky-sidebar__slidingLine {
    background-color: #51b57f; }
  .c-sticky-sidebar--pelorous .c-sticky-sidebar__menu-item--active .c-sticky-sidebar__menu-link,
  .c-sticky-sidebar--pelorous .c-sticky-sidebar__menu-link:hover {
    color: #51b57f; }
  .c-sticky-sidebar--pelorous .c-sticky-sidebar__menu-item--active {
    border-bottom: 2px solid #51b57f;
    font-weight: bold;
    color: #51b57f; }
  .c-sticky-sidebar--violet .c-sticky-sidebar__link:hover {
    color: #736491; }
  .c-sticky-sidebar--violet .c-sticky-sidebar__link--active {
    color: #736491; }
  .c-sticky-sidebar--violet .c-sticky-sidebar__slidingLine {
    background-color: #736491; }
  .c-sticky-sidebar--violet .c-sticky-sidebar__menu-item--active .c-sticky-sidebar__menu-link,
  .c-sticky-sidebar--violet .c-sticky-sidebar__menu-link:hover {
    color: #736491; }
  .c-sticky-sidebar--violet .c-sticky-sidebar__menu-item--active {
    border-bottom: 2px solid #736491;
    font-weight: bold;
    color: #736491; }
  .c-sticky-sidebar--lemon .c-sticky-sidebar__link:hover {
    color: #f3c767; }
  .c-sticky-sidebar--lemon .c-sticky-sidebar__link--active {
    color: #f3c767; }
  .c-sticky-sidebar--lemon .c-sticky-sidebar__slidingLine {
    background-color: #f3c767; }
  .c-sticky-sidebar--lemon .c-sticky-sidebar__menu-item--active .c-sticky-sidebar__menu-link,
  .c-sticky-sidebar--lemon .c-sticky-sidebar__menu-link:hover {
    color: #f3c767; }
  .c-sticky-sidebar--lemon .c-sticky-sidebar__menu-item--active {
    border-bottom: 2px solid #f3c767;
    font-weight: bold;
    color: #f3c767; }
  .c-sticky-sidebar--primary .c-sticky-sidebar__link:hover {
    color: #58595B; }
  .c-sticky-sidebar--primary .c-sticky-sidebar__link--active {
    color: #58595B; }
  .c-sticky-sidebar--primary .c-sticky-sidebar__slidingLine {
    background-color: #58595B; }
  .c-sticky-sidebar--primary .c-sticky-sidebar__menu-item--active .c-sticky-sidebar__menu-link,
  .c-sticky-sidebar--primary .c-sticky-sidebar__menu-link:hover {
    color: #58595B; }
  .c-sticky-sidebar--primary .c-sticky-sidebar__menu-item--active {
    border-bottom: 2px solid #58595B;
    font-weight: bold;
    color: #58595B; }
  .c-sticky-sidebar--secondary .c-sticky-sidebar__link:hover {
    color: #ff671d; }
  .c-sticky-sidebar--secondary .c-sticky-sidebar__link--active {
    color: #ff671d; }
  .c-sticky-sidebar--secondary .c-sticky-sidebar__slidingLine {
    background-color: #ff671d; }
  .c-sticky-sidebar--secondary .c-sticky-sidebar__menu-item--active .c-sticky-sidebar__menu-link,
  .c-sticky-sidebar--secondary .c-sticky-sidebar__menu-link:hover {
    color: #ff671d; }
  .c-sticky-sidebar--secondary .c-sticky-sidebar__menu-item--active {
    border-bottom: 2px solid #ff671d;
    font-weight: bold;
    color: #ff671d; }
  .c-sticky-sidebar--white .c-sticky-sidebar__link:hover {
    color: #ffffff; }
  .c-sticky-sidebar--white .c-sticky-sidebar__link--active {
    color: #ffffff; }
  .c-sticky-sidebar--white .c-sticky-sidebar__slidingLine {
    background-color: #ffffff; }
  .c-sticky-sidebar--white .c-sticky-sidebar__menu-item--active .c-sticky-sidebar__menu-link,
  .c-sticky-sidebar--white .c-sticky-sidebar__menu-link:hover {
    color: #ffffff; }
  .c-sticky-sidebar--white .c-sticky-sidebar__menu-item--active {
    border-bottom: 2px solid #ffffff;
    font-weight: bold;
    color: #ffffff; }
  .c-sticky-sidebar--lipstick .c-sticky-sidebar__link:hover {
    color: #f09591; }
  .c-sticky-sidebar--lipstick .c-sticky-sidebar__link--active {
    color: #f09591; }
  .c-sticky-sidebar--lipstick .c-sticky-sidebar__slidingLine {
    background-color: #f09591; }
  .c-sticky-sidebar--lipstick .c-sticky-sidebar__menu-item--active .c-sticky-sidebar__menu-link,
  .c-sticky-sidebar--lipstick .c-sticky-sidebar__menu-link:hover {
    color: #f09591; }
  .c-sticky-sidebar--lipstick .c-sticky-sidebar__menu-item--active {
    border-bottom: 2px solid #f09591;
    font-weight: bold;
    color: #f09591; }
  .c-sticky-sidebar--darker-sushi .c-sticky-sidebar__link:hover {
    color: #3785a4; }
  .c-sticky-sidebar--darker-sushi .c-sticky-sidebar__link--active {
    color: #3785a4; }
  .c-sticky-sidebar--darker-sushi .c-sticky-sidebar__slidingLine {
    background-color: #3785a4; }
  .c-sticky-sidebar--darker-sushi .c-sticky-sidebar__menu-item--active .c-sticky-sidebar__menu-link,
  .c-sticky-sidebar--darker-sushi .c-sticky-sidebar__menu-link:hover {
    color: #3785a4; }
  .c-sticky-sidebar--darker-sushi .c-sticky-sidebar__menu-item--active {
    border-bottom: 2px solid #3785a4;
    font-weight: bold;
    color: #3785a4; }
  .c-sticky-sidebar--dark-moderate-cyan .c-sticky-sidebar__link:hover {
    color: #003b71; }
  .c-sticky-sidebar--dark-moderate-cyan .c-sticky-sidebar__link--active {
    color: #003b71; }
  .c-sticky-sidebar--dark-moderate-cyan .c-sticky-sidebar__slidingLine {
    background-color: #003b71; }
  .c-sticky-sidebar--dark-moderate-cyan .c-sticky-sidebar__menu-item--active .c-sticky-sidebar__menu-link,
  .c-sticky-sidebar--dark-moderate-cyan .c-sticky-sidebar__menu-link:hover {
    color: #003b71; }
  .c-sticky-sidebar--dark-moderate-cyan .c-sticky-sidebar__menu-item--active {
    border-bottom: 2px solid #003b71;
    font-weight: bold;
    color: #003b71; }
  .c-sticky-sidebar--desaturated-violet .c-sticky-sidebar__link:hover {
    color: #8091a5; }
  .c-sticky-sidebar--desaturated-violet .c-sticky-sidebar__link--active {
    color: #8091a5; }
  .c-sticky-sidebar--desaturated-violet .c-sticky-sidebar__slidingLine {
    background-color: #8091a5; }
  .c-sticky-sidebar--desaturated-violet .c-sticky-sidebar__menu-item--active .c-sticky-sidebar__menu-link,
  .c-sticky-sidebar--desaturated-violet .c-sticky-sidebar__menu-link:hover {
    color: #8091a5; }
  .c-sticky-sidebar--desaturated-violet .c-sticky-sidebar__menu-item--active {
    border-bottom: 2px solid #8091a5;
    font-weight: bold;
    color: #8091a5; }
  .c-sticky-sidebar--black .c-sticky-sidebar__link:hover {
    color: #2D2D2D; }
  .c-sticky-sidebar--black .c-sticky-sidebar__link--active {
    color: #2D2D2D; }
  .c-sticky-sidebar--black .c-sticky-sidebar__slidingLine {
    background-color: #2D2D2D; }
  .c-sticky-sidebar--black .c-sticky-sidebar__menu-item--active .c-sticky-sidebar__menu-link,
  .c-sticky-sidebar--black .c-sticky-sidebar__menu-link:hover {
    color: #2D2D2D; }
  .c-sticky-sidebar--black .c-sticky-sidebar__menu-item--active {
    border-bottom: 2px solid #2D2D2D;
    font-weight: bold;
    color: #2D2D2D; }
  .c-sticky-sidebar__mobile {
    display: block;
    width: 120%; }
    @media (min-width: 1024px) {
      .c-sticky-sidebar__mobile {
        display: none; } }
  .c-sticky-sidebar__desktop {
    display: none; }
    @media (min-width: 1024px) {
      .c-sticky-sidebar__desktop {
        display: block;
        float: left;
        width: 205px;
        will-change: min-height; } }
  .c-sticky-sidebar__menu {
    width: 90.2439%;
    margin: 0 auto 30px 0;
    list-style: none;
    position: relative;
    text-align: center; }
    .c-sticky-sidebar__menu::after {
      content: '';
      display: table;
      clear: both; }
  .c-sticky-sidebar__menu-item {
    border-bottom: 2px solid #ECECEF; }
    .c-sticky-sidebar__menu-item--active a {
      font-weight: bold; }
  .c-sticky-sidebar__menu-link {
    display: block;
    max-width: 180px;
    text-align: center;
    text-decoration: none;
    color: #58595B;
    padding: 15px 30px;
    font-size: 11px;
    letter-spacing: 1.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    outline: none; }
    @media (min-width: 768px) {
      .c-sticky-sidebar__menu-link {
        max-width: 100%; } }
  .c-sticky-sidebar__magic-line {
    display: none;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #736491; }
  .c-sticky-sidebar__main {
    position: relative; }
    @media (min-width: 1024px) {
      .c-sticky-sidebar__main {
        margin-bottom: 130px;
        overflow: hidden; } }
  .c-sticky-sidebar__inner {
    padding: 0px 0px 0px 0px;
    transform: translate(0, 0);
    /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    position: relative;
    right: -1px;
    text-align: right;
    border-right: 2px solid #cccccc; }
  .c-sticky-sidebar__link-item {
    list-style-type: none; }
  .c-sticky-sidebar__link {
    display: block;
    background-color: inherit;
    padding: 15px 16px 15px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.3px;
    line-height: 1.5;
    font-weight: 400;
    color: #58595B; }
    .c-sticky-sidebar__link--active {
      font-weight: 600; }
  .c-sticky-sidebar__slidingLine {
    position: absolute;
    top: 0;
    right: -2px;
    width: 2px;
    padding: 0 !important;
    background-color: #1abc9c;
    list-style-type: none; }
  .c-sticky-sidebar__heading {
    font-size: 39px;
    text-align: left;
    letter-spacing: 0.3px;
    color: #58595B;
    padding-bottom: 6px; }
    @media (min-width: 1024px) {
      .c-sticky-sidebar__heading {
        font-size: 49px; } }
  .c-sticky-sidebar__tabcontent {
    opacity: 0;
    z-index: -1;
    position: absolute; }
    @media (min-width: 1024px) {
      .c-sticky-sidebar__tabcontent {
        opacity: 1;
        z-index: 1;
        position: relative; }
        .c-sticky-sidebar__tabcontent p:last-child {
          margin-bottom: 0;
          padding-bottom: 30px; } }
    .c-sticky-sidebar__tabcontent--active {
      opacity: 1;
      z-index: 1;
      position: relative; }
    .c-sticky-sidebar__tabcontent--animate-in .c-sticky-sidebar__tabcontent--active {
      animation-name: fadeIn; }
    .c-sticky-sidebar__tabcontent--animate-out .c-sticky-sidebar__tabcontent {
      animation-name: fadeOut; }
  .c-sticky-sidebar__content {
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .c-sticky-sidebar__content {
        position: relative;
        overflow: hidden; } }
    @media (min-width: 1024px) {
      .c-sticky-sidebar__content {
        padding: 0px 0 18px 60px;
        margin-left: 204px;
        border-left: 2px solid #cccccc; }
        .c-sticky-sidebar__content .c-search-result:last-child {
          padding-bottom: 95px; }
        .c-sticky-sidebar__content .o-terminology-item:last-child {
          padding-bottom: 60px; } }

.c-footer-nav {
  background-color: #F5F5F9; }
  .c-footer-nav::after {
    content: '';
    display: table;
    clear: both; }
  .c-footer-nav__left {
    display: block;
    padding: 60px 30px 86px;
    -webkit-clip-path: polygon(0% 85%, 0% 0%, 100% 0, 100% 100%);
            clip-path: polygon(0% 85%, 0% 0%, 100% 0, 100% 100%);
    background-image: url("/wp-content/themes/brightafrica2019/resources/assets/images/footer-nav-background.svg");
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 1024px) {
      .c-footer-nav__left {
        padding: 110px 50px 100px 86px;
        display: inline-block;
        -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0, 85% 100%);
                clip-path: polygon(0% 100%, 0% 0%, 100% 0, 85% 100%);
        vertical-align: middle;
        width: 40%; } }
    @media (min-width: 1280px) {
      .c-footer-nav__left {
        padding-left: 14%; } }
  .c-footer-nav__right {
    padding: 30px 30px; }
    @media (min-width: 1024px) {
      .c-footer-nav__right {
        padding: 68px 0 65px 20px;
        display: inline-block;
        vertical-align: middle;
        width: 59%; } }

.c-footer-nav__left-background-colour-carrot {
  background-color: #f3c767; }

.c-footer-nav__left-background-colour-poppy {
  background-color: #ff671d; }

.c-footer-nav__left-background-colour-mosque {
  background-color: #003b71; }

.c-footer-nav__left-background-colour-ocean {
  background-color: #186561; }

.c-footer-nav__left-background-colour-loulou {
  background-color: #186561; }

.c-footer-nav__left-background-colour-sushi {
  background-color: #8091a5; }

.c-footer-nav__left-background-colour-hibiscus {
  background-color: #f09591; }

.c-footer-nav__left-background-colour-pelorous {
  background-color: #51b57f; }

.c-footer-nav__left-background-colour-violet {
  background-color: #736491; }

.c-footer-nav__left-background-colour-lemon {
  background-color: #f3c767; }

.c-footer-nav__left-background-colour-primary {
  background-color: #58595B; }

.c-footer-nav__left-background-colour-secondary {
  background-color: #ff671d; }

.c-footer-nav__left-background-colour-white {
  background-color: #ffffff; }

.c-footer-nav__left-background-colour-lipstick {
  background-color: #f09591; }

.c-footer-nav__left-background-colour-darker-sushi {
  background-color: #3785a4; }

.c-footer-nav__left-background-colour-dark-moderate-cyan {
  background-color: #003b71; }

.c-footer-nav__left-background-colour-desaturated-violet {
  background-color: #8091a5; }

.c-footer-nav__left-background-colour-black {
  background-color: #2D2D2D; }

.c-pagination {
  border-top: 1px solid #D8D8D8;
  margin-bottom: 60px; }
  .c-pagination--segment {
    display: block;
    margin-bottom: 120px;
    position: absolute;
    bottom: 0;
    width: 100%; }
    @media (min-width: 1024px) {
      .c-pagination--segment {
        display: none; } }
  @media (min-width: 1024px) {
    .c-pagination--prev {
      max-width: 380px;
      width: 30%;
      float: left; } }
  @media (min-width: 1024px) {
    .c-pagination--next {
      max-width: 380px;
      width: 30%;
      float: right; } }
  .c-pagination--carrot {
    transition: all 0.3s ease; }
    .c-pagination--carrot .c-pagination__subtitle {
      color: #f3c767; }
    .c-pagination--carrot .c-pagination__title {
      color: #58595B; }
    .c-pagination--carrot:hover {
      border-color: rgba(243, 199, 103, 0.65); }
  .c-pagination--poppy {
    transition: all 0.3s ease; }
    .c-pagination--poppy .c-pagination__subtitle {
      color: #ff671d; }
    .c-pagination--poppy .c-pagination__title {
      color: #58595B; }
    .c-pagination--poppy:hover {
      border-color: rgba(255, 103, 29, 0.65); }
  .c-pagination--mosque {
    transition: all 0.3s ease; }
    .c-pagination--mosque .c-pagination__subtitle {
      color: #003b71; }
    .c-pagination--mosque .c-pagination__title {
      color: #58595B; }
    .c-pagination--mosque:hover {
      border-color: rgba(0, 59, 113, 0.65); }
  .c-pagination--ocean {
    transition: all 0.3s ease; }
    .c-pagination--ocean .c-pagination__subtitle {
      color: #186561; }
    .c-pagination--ocean .c-pagination__title {
      color: #58595B; }
    .c-pagination--ocean:hover {
      border-color: rgba(24, 101, 97, 0.65); }
  .c-pagination--loulou {
    transition: all 0.3s ease; }
    .c-pagination--loulou .c-pagination__subtitle {
      color: #186561; }
    .c-pagination--loulou .c-pagination__title {
      color: #58595B; }
    .c-pagination--loulou:hover {
      border-color: rgba(24, 101, 97, 0.65); }
  .c-pagination--sushi {
    transition: all 0.3s ease; }
    .c-pagination--sushi .c-pagination__subtitle {
      color: #8091a5; }
    .c-pagination--sushi .c-pagination__title {
      color: #58595B; }
    .c-pagination--sushi:hover {
      border-color: rgba(128, 145, 165, 0.65); }
  .c-pagination--hibiscus {
    transition: all 0.3s ease; }
    .c-pagination--hibiscus .c-pagination__subtitle {
      color: #f09591; }
    .c-pagination--hibiscus .c-pagination__title {
      color: #58595B; }
    .c-pagination--hibiscus:hover {
      border-color: rgba(240, 149, 145, 0.65); }
  .c-pagination--pelorous {
    transition: all 0.3s ease; }
    .c-pagination--pelorous .c-pagination__subtitle {
      color: #51b57f; }
    .c-pagination--pelorous .c-pagination__title {
      color: #58595B; }
    .c-pagination--pelorous:hover {
      border-color: rgba(81, 181, 127, 0.65); }
  .c-pagination--violet {
    transition: all 0.3s ease; }
    .c-pagination--violet .c-pagination__subtitle {
      color: #736491; }
    .c-pagination--violet .c-pagination__title {
      color: #58595B; }
    .c-pagination--violet:hover {
      border-color: rgba(115, 100, 145, 0.65); }
  .c-pagination--lemon {
    transition: all 0.3s ease; }
    .c-pagination--lemon .c-pagination__subtitle {
      color: #f3c767; }
    .c-pagination--lemon .c-pagination__title {
      color: #58595B; }
    .c-pagination--lemon:hover {
      border-color: rgba(243, 199, 103, 0.65); }
  .c-pagination--primary {
    transition: all 0.3s ease; }
    .c-pagination--primary .c-pagination__subtitle {
      color: #58595B; }
    .c-pagination--primary .c-pagination__title {
      color: #58595B; }
    .c-pagination--primary:hover {
      border-color: rgba(88, 89, 91, 0.65); }
  .c-pagination--secondary {
    transition: all 0.3s ease; }
    .c-pagination--secondary .c-pagination__subtitle {
      color: #ff671d; }
    .c-pagination--secondary .c-pagination__title {
      color: #58595B; }
    .c-pagination--secondary:hover {
      border-color: rgba(255, 103, 29, 0.65); }
  .c-pagination--white {
    transition: all 0.3s ease; }
    .c-pagination--white .c-pagination__subtitle {
      color: #ffffff; }
    .c-pagination--white .c-pagination__title {
      color: #58595B; }
    .c-pagination--white:hover {
      border-color: rgba(255, 255, 255, 0.65); }
  .c-pagination--lipstick {
    transition: all 0.3s ease; }
    .c-pagination--lipstick .c-pagination__subtitle {
      color: #f09591; }
    .c-pagination--lipstick .c-pagination__title {
      color: #58595B; }
    .c-pagination--lipstick:hover {
      border-color: rgba(240, 149, 145, 0.65); }
  .c-pagination--darker-sushi {
    transition: all 0.3s ease; }
    .c-pagination--darker-sushi .c-pagination__subtitle {
      color: #3785a4; }
    .c-pagination--darker-sushi .c-pagination__title {
      color: #58595B; }
    .c-pagination--darker-sushi:hover {
      border-color: rgba(55, 133, 164, 0.65); }
  .c-pagination--dark-moderate-cyan {
    transition: all 0.3s ease; }
    .c-pagination--dark-moderate-cyan .c-pagination__subtitle {
      color: #003b71; }
    .c-pagination--dark-moderate-cyan .c-pagination__title {
      color: #58595B; }
    .c-pagination--dark-moderate-cyan:hover {
      border-color: rgba(0, 59, 113, 0.65); }
  .c-pagination--desaturated-violet {
    transition: all 0.3s ease; }
    .c-pagination--desaturated-violet .c-pagination__subtitle {
      color: #8091a5; }
    .c-pagination--desaturated-violet .c-pagination__title {
      color: #58595B; }
    .c-pagination--desaturated-violet:hover {
      border-color: rgba(128, 145, 165, 0.65); }
  .c-pagination--black {
    transition: all 0.3s ease; }
    .c-pagination--black .c-pagination__subtitle {
      color: #2D2D2D; }
    .c-pagination--black .c-pagination__title {
      color: #58595B; }
    .c-pagination--black:hover {
      border-color: rgba(45, 45, 45, 0.65); }
  .c-pagination__subtitle {
    display: block;
    padding-top: 30px;
    padding-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase; }
  .c-pagination__title {
    font-size: 20px; }
    @media (min-width: 1024px) {
      .c-pagination__title {
        font-size: 31px; } }

.c-three-col::after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 768px) {
  .c-three-col {
    margin-top: 50px;
    margin-bottom: 25px; } }

@media (min-width: 1024px) {
  .c-three-col {
    margin-top: 102px;
    margin-bottom: 50px; } }

.c-three-col--carrot .c-three-col__heading {
  color: #f3c767; }

.c-three-col--poppy .c-three-col__heading {
  color: #ff671d; }

.c-three-col--mosque .c-three-col__heading {
  color: #003b71; }

.c-three-col--ocean .c-three-col__heading {
  color: #186561; }

.c-three-col--loulou .c-three-col__heading {
  color: #186561; }

.c-three-col--sushi .c-three-col__heading {
  color: #8091a5; }

.c-three-col--hibiscus .c-three-col__heading {
  color: #f09591; }

.c-three-col--pelorous .c-three-col__heading {
  color: #51b57f; }

.c-three-col--violet .c-three-col__heading {
  color: #736491; }

.c-three-col--lemon .c-three-col__heading {
  color: #f3c767; }

.c-three-col--primary .c-three-col__heading {
  color: #58595B; }

.c-three-col--secondary .c-three-col__heading {
  color: #ff671d; }

.c-three-col--white .c-three-col__heading {
  color: #ffffff; }

.c-three-col--lipstick .c-three-col__heading {
  color: #f09591; }

.c-three-col--darker-sushi .c-three-col__heading {
  color: #3785a4; }

.c-three-col--dark-moderate-cyan .c-three-col__heading {
  color: #003b71; }

.c-three-col--desaturated-violet .c-three-col__heading {
  color: #8091a5; }

.c-three-col--black .c-three-col__heading {
  color: #2D2D2D; }

@media (min-width: 768px) {
  .c-three-col__wrapper {
    width: 30%;
    float: left;
    margin-right: 3%; } }

.c-three-col__heading {
  font-size: 31px;
  padding-bottom: 5px; }
  @media (min-width: 768px) {
    .c-three-col__heading {
      font-size: 39px; } }
  @media (min-width: 1024px) {
    .c-three-col__heading {
      font-size: 49px;
      padding-bottom: 10px; } }
  @media (min-width: 1280px) {
    .c-three-col__heading {
      font-size: 61px; } }

.c-three-col__content {
  font-weight: normal; }

.c-three-col-list {
  list-style: none; }
  .c-three-col-list::after {
    content: '';
    display: table;
    clear: both; }
  .c-three-col-list--carrot .c-three-col-list__heading {
    color: #f3c767; }
  .c-three-col-list--poppy .c-three-col-list__heading {
    color: #ff671d; }
  .c-three-col-list--mosque .c-three-col-list__heading {
    color: #003b71; }
  .c-three-col-list--ocean .c-three-col-list__heading {
    color: #186561; }
  .c-three-col-list--loulou .c-three-col-list__heading {
    color: #186561; }
  .c-three-col-list--sushi .c-three-col-list__heading {
    color: #8091a5; }
  .c-three-col-list--hibiscus .c-three-col-list__heading {
    color: #f09591; }
  .c-three-col-list--pelorous .c-three-col-list__heading {
    color: #51b57f; }
  .c-three-col-list--violet .c-three-col-list__heading {
    color: #736491; }
  .c-three-col-list--lemon .c-three-col-list__heading {
    color: #f3c767; }
  .c-three-col-list--primary .c-three-col-list__heading {
    color: #58595B; }
  .c-three-col-list--secondary .c-three-col-list__heading {
    color: #ff671d; }
  .c-three-col-list--white .c-three-col-list__heading {
    color: #ffffff; }
  .c-three-col-list--lipstick .c-three-col-list__heading {
    color: #f09591; }
  .c-three-col-list--darker-sushi .c-three-col-list__heading {
    color: #3785a4; }
  .c-three-col-list--dark-moderate-cyan .c-three-col-list__heading {
    color: #003b71; }
  .c-three-col-list--desaturated-violet .c-three-col-list__heading {
    color: #8091a5; }
  .c-three-col-list--black .c-three-col-list__heading {
    color: #2D2D2D; }
  .c-three-col-list li {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .c-three-col-list li {
        width: 45%;
        float: left;
        margin-right: 5%;
        margin-bottom: 0; } }
  .c-three-col-list__heading {
    font-size: 31px;
    padding-bottom: 5px; }
    @media (min-width: 768px) {
      .c-three-col-list__heading {
        font-size: 39px; } }
    @media (min-width: 1024px) {
      .c-three-col-list__heading {
        font-size: 49px;
        padding-bottom: 10px; } }
    @media (min-width: 1280px) {
      .c-three-col-list__heading {
        font-size: 61px; } }

.c-four-col-list {
  list-style: none;
  padding-bottom: 10px; }
  .c-four-col-list::after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .c-four-col-list {
      padding-bottom: 25px; } }
  .c-four-col-list li {
    width: 45%;
    float: left; }
    .c-four-col-list li:nth-child(5) {
      clear: left; }
    .c-four-col-list li:last-child {
      clear: left; }
    @media (min-width: 768px) {
      .c-four-col-list li {
        width: 30%;
        float: left; }
        .c-four-col-list li:nth-child(5) {
          clear: none; } }
    @media (min-width: 1024px) {
      .c-four-col-list li {
        float: left;
        width: 25%; }
        .c-four-col-list li:last-child {
          clear: none; } }

.c-icon-info-block {
  position: relative;
  padding: 45px 0 40px 0; }
  .c-icon-info-block::after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .c-icon-info-block {
      padding: 75px 0 70px 0; } }
  .c-icon-info-block__item {
    position: relative;
    display: block; }
    @media (min-width: 768px) {
      .c-icon-info-block__item {
        float: left;
        width: 33.33%;
        height: 140px;
        margin-bottom: 30px; } }

.c-icon-info-block-icon-wrapper {
  padding-bottom: 20px; }

.c-icon-info-block-text-wrapper {
  max-width: 215px; }
  @media (min-width: 768px) {
    .c-icon-info-block-text-wrapper {
      position: absolute;
      bottom: 0;
      width: 100%; } }

.c-page-not-found {
  background-color: #ff671d;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/brightafrica2019/resources/assets/images/404.svg");
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .c-page-not-found {
      background-size: 100% 100%; } }
  .c-page-not-found__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 360px; }
    .c-page-not-found__content .c-main-heading {
      font-size: 100px;
      line-height: 1; }
      @media (min-width: 768px) {
        .c-page-not-found__content .c-main-heading {
          font-size: 200px; } }
  .c-page-not-found__link {
    text-decoration: none;
    color: #ffffff;
    font-weight: 700; }

.c-error-404 {
  margin: 0 !important; }

/* ::SVG Layer */
/* ----------------------------------------------------------- */
.svg-fill-carrot {
  fill: #f3c767; }

.svg-fill-poppy {
  fill: #ff671d; }

.svg-fill-mosque {
  fill: #003b71; }

.svg-fill-ocean {
  fill: #186561; }

.svg-fill-loulou {
  fill: #186561; }

.svg-fill-sushi {
  fill: #8091a5; }

.svg-fill-hibiscus {
  fill: #f09591; }

.svg-fill-pelorous {
  fill: #51b57f; }

.svg-fill-violet {
  fill: #736491; }

.svg-fill-lemon {
  fill: #f3c767; }

.svg-fill-primary {
  fill: #58595B; }

.svg-fill-secondary {
  fill: #ff671d; }

.svg-fill-white {
  fill: #ffffff; }

.svg-fill-lipstick {
  fill: #f09591; }

.svg-fill-darker-sushi {
  fill: #3785a4; }

.svg-fill-dark-moderate-cyan {
  fill: #003b71; }

.svg-fill-desaturated-violet {
  fill: #8091a5; }

.svg-fill-black {
  fill: #2D2D2D; }

.svg-search {
  width: 100%;
  display: block;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease; }
  .svg-search__group {
    fill: black;
    transition: all 0.5s ease; }
    .c-search:hover .svg-search__group {
      fill: #ff671d; }
  .svg-search--active {
    opacity: 1;
    z-index: 1; }

/* ::Overides Layer */
/* ----------------------------------------------------------- */
/* ::Display related */
/* ----------------------------------------------------------- */
.t-large-only {
  display: none; }
  @media (min-width: 1024px) {
    .t-large-only {
      display: block; } }

.t-large-only-inline {
  display: none; }
  @media (min-width: 1024px) {
    .t-large-only-inline {
      display: inline; } }

.t-medium-only {
  display: none; }
  @media (min-width: 768px) {
    .t-medium-only {
      display: block; } }
  @media (min-width: 1024px) {
    .t-medium-only {
      display: none; } }

@media (min-width: 1024px) {
  .t-medium-down {
    display: none; } }

.t-small-only {
  display: none; }
  @media (min-width: 1024px) {
    .t-small-only {
      display: block; } }

/* ::Clearfixs and extends. Use which suits best */
/* ----------------------------------------------------------- */
.t-pie_clearfix::after {
  content: '';
  display: table;
  clear: both; }

.t-relative {
  position: relative; }

.t-fixed {
  position: fixed; }

.t-absolute-centered {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.t-absolute-bottom {
  position: absolute;
  top: auto !important;
  bottom: 0 !important; }

.t-center-children-vert {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.t-clear-margin {
  margin: 0; }

.t-flex-vert-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

@media (min-width: 1024px) {
  .t-flex-vert-center-l {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; } }

/* ::Colors */
/* ----------------------------------------------------------- */
.t-white {
  color: #ffffff; }

/* ::Text fixes */
/* ----------------------------------------------------------- */
.t-center-text {
  text-align: center; }

.t-font-smaller {
  font-size: 0.9em; }

.t-uppercase {
  text-transform: uppercase; }

.simplePullQuote {
  margin: 0 !important;
  background: url(../images/quote.svg) no-repeat 0px 40px !important;
  float: none !important;
  width: 100% !important;
  border: none !important;
  text-indent: 0 !important;
  padding: 58px 0 !important;
  box-shadow: none !important; }
  @media (min-width: 1280px) {
    .simplePullQuote {
      float: left !important;
      width: 60% !important;
      padding: 60px 50px 60px 28px !important; } }
  .simplePullQuote p {
    color: #003b71 !important;
    font-size: 25px !important;
    letter-spacing: 0.23px !important;
    line-height: 35px !important;
    margin-bottom: 0; }
    @media (min-width: 1280px) {
      .simplePullQuote p {
        font-size: 32px !important;
        letter-spacing: 0.3px !important;
        line-height: 43px !important; } }

.c-request-report-form .wpcf7-form {
  transition: all 0.5s ease; }
  .c-request-report-form .wpcf7-form.sent,
  .c-request-report-form .wpcf7-form.sent .c-request-report-form__text--top {
    height: 0;
    opacity: 0;
    z-index: -1; }

.c-request-report-form span.wpcf7-list-item {
  margin: 0 !important;
  margin-bottom: 15px !important; }

.c-request-report-form .wpcf7-list-item-label {
  color: #ffffff;
  opacity: 0.5;
  letter-spacing: 0.3px; }

.c-request-report-form .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -21px;
  color: #186561 !important;
  opacity: 0.5 !important;
  font-size: 16px !important; }

.c-request-report-form .ajax-loader {
  position: absolute;
  left: 0;
  bottom: -26px; }

.c-request-report-form div.wpcf7-validation-errors,
.c-request-report-form .wpcf7-mail-sent-ok {
  display: none !important; }

/*# sourceMappingURL=app.css.map*/