/*!
	_______________________________________
	   __      __
	  / /_____/ /
	 / __/ __  / 
	/ /_/ /_/ /  
	\__/\__,_/  created by toasted digital. 
	_______________________________________
				
	FMCG Barometer. 
	
	{ CSS }
	
	[ Sam Clarke ]
	[ v 0.1.4 ]
	[ Last Edited 15 Jul 2015 17:00 ]
		
	View the uncompressed version: style-uncompressed.css;			 
	
*/
/* 
	_______________________________________________________
	
	Mixin for the sprite 

	Usage - @include sprite(-535px, -115px,206px,58px);
	_______________________________________________________
	
*/
/*  
	_______________________________________________________
	
	normalize.css v1.0.1 | MIT License | git.io/normalize
	_______________________________________________________
	
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline;
  zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

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

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: none; }

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  white-space: normal;
  margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  height: 13px;
  width: 13px;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure, form {
  margin: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important; }

.col {
  margin-left: 0%;
  padding: 0px; }

.row .col:first-child {
  margin-left: 0; }

.row {
  clear: both;
  height: 100%; }

/*
	_______________________________________________________
	
	One Column
	_______________________________________________________
	
*/
.span_1 {
  width: 8.3333333333%;
  border-left-width: 10px;
  padding: 0 0%;
  margin-left: 0; }

/*
	_______________________________________________________
	
	Two Columns
	_______________________________________________________
	
*/
.span_2 {
  width: 16.6666666667%;
  border-left-width: 10px;
  padding: 0 0%;
  margin-left: 0; }

/*
	_______________________________________________________
	
	Three Columns
	_______________________________________________________
	
*/
.span_3 {
  width: 25%;
  border-left-width: 10px;
  padding: 0 0%;
  margin-left: 0; }

/*
	_______________________________________________________
	
	Four Columns
	_______________________________________________________
	
*/
.span_4 {
  width: 33.3333333333%;
  border-left-width: 10px;
  padding: 0 0%;
  margin-left: 0; }

/*
	_______________________________________________________
	
	Five Columns
	_______________________________________________________
	
*/
.span_5 {
  width: 41.6666666667%;
  border-left-width: 10px;
  padding: 0 0%;
  margin-left: 0; }

/*
	_______________________________________________________
	
	Six Columns
	_______________________________________________________
	
*/
.span_6 {
  width: 50%;
  border-left-width: 10px;
  padding: 0 0%;
  margin-left: 0; }

/*
	_______________________________________________________
	
	Seven Columns
	_______________________________________________________
	
*/
.span_7 {
  width: 58.3333333333%;
  border-left-width: 10px;
  padding: 0 0%;
  margin-left: 0; }

/*
	_______________________________________________________
	
	Eight Columns
	_______________________________________________________
	
*/
.span_8 {
  width: 66.6666666667%;
  border-left-width: 10px;
  padding: 0 0%;
  margin-left: 0; }

/*
	_______________________________________________________
	
	Nine Columns
	_______________________________________________________
	
*/
.span_9 {
  width: 75%;
  border-left-width: 10px;
  padding: 0 0%;
  margin-left: 0; }

/*
	_______________________________________________________
	
	Ten Columns
	_______________________________________________________
	
*/
.span_10 {
  width: 83.3333333333%;
  border-left-width: 10px;
  padding: 0 0%;
  margin-left: 0; }

/*
	_______________________________________________________
	
	Eleven Columns
	_______________________________________________________
	
*/
.span_11 {
  width: 91.6666666667%;
  border-left-width: 10px;
  padding: 0 0%;
  margin-left: 0; }

/*
	_______________________________________________________
	
	Twelve Columns
	_______________________________________________________
	
*/
.span_12 {
  margin-left: 0;
  width: 100%; }

.wrapper {
  width: 100%;
  min-height: 100%;
  margin-bottom: -30px; }

.wrapper:after {
  content: "";
  display: block;
  height: 30px; }

html, body {
  height: 100%;
  background-color: #fff; }

.noscroll {
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden; }

h1, h2, h3, h4, p, li, label {
  font-weight: normal; }

li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

a, a:active, a:visited {
  color: #FFF; }

a:hover {
  color: #333333; }

body {
  font-family: "KantarBrownWeb-Regular", "source-sans-pro", sans-serif;
  color: #555; }

h1 {
  font-size: 36px;
  color: #686868;
  margin: 0; }
  @media only screen and (max-width: 1920px) {
    h1 {
      font-size: 36px; } }
  @media only screen and (max-width: 1366px) {
    h1 {
      font-size: 32px; } }
  @media only screen and (max-width: 1280px) {
    h1 {
      font-size: 25px; } }
  @media only screen and (max-width: 1024px) {
    h1 {
      font-size: 24px; } }
  @media only screen and (max-width: 475px) {
    h1 {
      font-size: 22px; } }
  @media only screen and (max-width: 350px) {
    h1 {
      font-size: 20px; } }

.subtitle {
  font-family: "KantarBrownWeb-Light", "source-sans-pro", sans-serif;
  font-size: 16px; }

.blackout {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2147483647;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.successful_login {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  z-index: 9999999999999;
  position: absolute;
  width: 95%;
  max-width: 350px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 134px;
  text-align: center;
  padding: 11px 20px; }
  .successful_login h4 {
    font-size: 20px;
    color: #FEBA01;
    font-family: "KantarBrownWeb-Regular", "source-sans-pro", sans-serif;
    font-weight: normal;
    margin: 15px 0 20px 0; }
    @media only screen and (max-width: 1366px) {
      .successful_login h4 {
        font-size: 18px; } }
    @media only screen and (max-width: 1280px) {
      .successful_login h4 {
        font-size: 18px; } }
    @media only screen and (max-width: 1024px) {
      .successful_login h4 {
        font-size: 16px; } }
  .successful_login p {
    color: #979797;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 9px; }
  .successful_login.error h4 {
    color: #ff0000;
    font-size: 25px; }
  .successful_login.error p {
    color: #ff0000;
    font-size: 1em; }
  .successful_login.error .close {
    color: #ff0000; }
  .successful_login.error button.close {
    border: 0;
    background: 0;
    position: absolute;
    right: 10px;
    top: 10px; }

.two_line {
  padding: 21px 20px; }

form input {
  border: 0;
  font-family: "KantarBrownWeb-Regular", "source-sans-pro", sans-serif;
  font-size: 18px;
  color: #989898;
  background-color: #FFF;
  margin-bottom: 4px;
  padding: 4px 6px;
  border: 2px solid #fff; }
form input[type="text"]:focus, form input[type="password"]:focus {
  border: 2px solid #FFC828;
  outline: none;
  background-color: #FFF; }
form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }
form input[type="submit"] {
  border: 0;
  font-size: 18px;
  background-color: #FFC828;
  color: #FFF; }

.login form input {
  border: 1px solid #e5e5e5;
  padding: 11px;
  margin-bottom: 12px;
  width: 100%;
  max-width: 400px;
  display: block; }
  .login form input.error {
    border: 1px solid #ff0000; }
.login form input[type="submit"] {
  border: 0; }
.login form input[type="submit"]:hover {
  background: #ffc828; }
.login a.forgot-link.color-dark {
  color: #989898;
  text-decoration: none; }
.login a.forgot-link:hover {
  color: #feba01; }
.login .error h4 {
  color: #ff0000;
  font-size: 25px; }
.login .error p {
  color: #ff0000;
  font-size: 1em; }
.login .error .close {
  color: #ff0000; }
.login .error button.close {
  border: 0;
  background: 0;
  position: absolute;
  right: 10px;
  top: 10px; }

.manage .form {
  width: 398px;
  max-width: 100%;
  clear: both; }
  .manage .form input {
    border: 2px solid #E6E6E6;
    display: block;
    font-size: 0.8em;
    margin-bottom: 12px;
    max-width: 300px;
    padding: 8px 12px;
    width: 100%;
    background-color: #E6E6E6; }
  .manage .form input[type="submit"], .manage .form input[type="submit"]:active, .manage .form input[type="submit"]:focus {
    border: 0;
    background: #C0C0C0;
    width: auto;
    float: right; }
  .manage .form input[type="submit"]:active, .manage .form input[type="submit"]:focus {
    color: #FFF; }
  .manage .form input:focus {
    background: #fff;
    color: #555;
    border: 2px solid #E6E6E6; }
  .manage .form input[type="submit"]:hover {
    background: #FFC828; }
  .manage .form hr {
    border: 0;
    height: 2px;
    width: 100%;
    background: #E6E6E6; }
.manage .updprof-error {
  color: #FF0000;
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 40px; }
.manage .updprof-success {
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 40px; }
.manage label {
  color: #555;
  float: left;
  width: 86px;
  font-size: 0.9em;
  margin-right: 12px;
  padding-top: 9px; }

h4 {
  font-size: 50px;
  color: #989898;
  margin-bottom: 6px; }
  @media only screen and (max-width: 1920px) {
    h4 {
      font-size: 38px; } }
  @media only screen and (max-width: 1366px) {
    h4 {
      font-size: 27px; } }
  @media only screen and (max-width: 1280px) {
    h4 {
      font-size: 25px; } }
  @media only screen and (max-width: 1024px) {
    h4 {
      font-size: 24px; } }

p {
  font-size: 27px;
  margin: 6px 0 27px; }
  @media only screen and (max-width: 1920px) {
    p {
      font-size: 20px;
      margin: 4px 0 20px; } }
  @media only screen and (max-width: 1366px) {
    p {
      font-size: 14px;
      margin: 3px 0 14px; } }
  @media only screen and (max-width: 1280px) {
    p {
      font-size: 13px; } }
  @media only screen and (max-width: 1024px) {
    p {
      font-size: 12px; } }
  p:empty {
    margin: 0; }

@media screen and (min-width: 1024px) {
  .content.home-content .two-col-1024 {
    max-height: 350px; }

  .two-col-1024 {
    column-count: 2;
    column-gap: 120px;
    display: block; } }
/*
	_______________________________________________________
	
	Page Styles
	_______________________________________________________
	
*/
.source {
  padding-left: 46px; }
  .source p {
    font-size: 0.75em !important; }

.highcharts-axis-labels span {
  left: -160%;
  position: relative; }

header {
  width: 100%;
  height: 53px; }

html {
  position: relative;
  overflow-x: hidden; }

.wrapper {
  width: 100%;
  background-color: #ffffff;
  position: relative; }
  .wrapper.bg-dark {
    background-color: #333340;
    color: #ffffff;
    min-height: unset; }
    .wrapper.bg-dark h1 {
      font-size: 44px; }
    .wrapper.bg-dark h1, .wrapper.bg-dark h5 {
      color: #ffffff; }
    .wrapper.bg-dark h4 {
      color: #ffffff;
      margin: 0;
      font-size: 24px; }
    .wrapper.bg-dark:after {
      /*height: unset;*/ }

.content {
  /*width: 70.9375%;*/
  /* 1816 / 2560 */
  width: 90%;
  margin: auto;
  max-width: 1728px;
  line-height: 1.3;

  color: #3D3D49; }
  .content img {
    max-width: 100%; }
  @media only screen and (max-width: 1366px) {
    .content {
      /*width: 70.7174231%;*/
      /* 966 / 1366 */
      width: 90%; } }
  @media only screen and (max-width: 1280px) {
    .content {
      /*width: 70.7078125%;*/
      /* 906 / 1280 */
      width: 90%; } }
  @media only screen and (max-width: 1024px) {
    .content {
      /*width: 85.15625%;*/
      /* 872 / 1024 */
      width: 90%; } }
  @media only screen and (max-width: 479px) {
    .content {
      /*width: 88.2%;*/
      width: 90%; } }
  .content p {
    font-size: 23px; }
    @media only screen and (max-width: 1440px) {
      .content p {
        font-size: 22px; } }
    @media only screen and (max-width: 1366px) {
      .content p {
        font-size: 20px; } }
    @media only screen and (max-width: 1024px) {
      .content p {
        font-size: 18px; } }
    @media only screen and (max-width: 500px) {
      .content p {
        font-size: 16px; } }
  .content.home-content {
    font-family: "KantarBrownWeb-Light", "source-sans-pro", sans-serif;
    color: #E6E6E6;
    line-height: 1.5; }
    @media only screen and (max-width: 1440px) {
      .content.home-content {
        line-height: 1.3; } }
    .content.home-content .main {
      padding-top: 50px; }
      .content.home-content .main h2 {
        font-size: 29px;
        margin: 0;
        font-weight: bold; }
        @media only screen and (max-width: 1366px) {
          .content.home-content .main h2 {
            font-size: 28px; } }
        @media only screen and (max-width: 1024px) {
          .content.home-content .main h2 {
            font-size: 24px; } }
      .content.home-content .main a.btn-link {
        color: #ffffff;
        width: 90%;
        display: block;
        padding: 24px;
        border: 4px solid #fff;
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        font-family: "KantarBrownWeb-Regular", "source-sans-pro", sans-serif;
        text-decoration: none;
        margin: 30px 0;
        line-height: 1.2; }
        @media only screen and (max-width: 1366px) {
          .content.home-content .main a.btn-link {
            font-size: 27px; } }
        @media only screen and (max-width: 1024px) {
          .content.home-content .main a.btn-link {
            font-size: 22px;
            font-weight: normal; } }
        .content.home-content .main a.btn-link:hover {
          color: #ffffff; }
      .content.home-content .main h4 {
        font-size: 26px; }
        @media only screen and (max-width: 1366px) {
          .content.home-content .main h4 {
            font-size: 24px; } }
        @media only screen and (max-width: 1024px) {
          .content.home-content .main h4 {
            font-size: 22px; } }
      .content.home-content .main ul {
        padding: 0px 0px 0px 17px; }
      .content.home-content .main li {
        margin-bottom: 8px;
        list-style-type: circle; }
        @media only screen and (max-width: 1366px) {
          .content.home-content .main li {
            margin-bottom: 6px; } }
      .content.home-content .main p, .content.home-content .main li {
        font-size: 23px; }
        @media only screen and (max-width: 1440px) {
          .content.home-content .main p, .content.home-content .main li {
            font-size: 22px; } }
        @media only screen and (max-width: 1366px) {
          .content.home-content .main p, .content.home-content .main li {
            font-size: 20px; } }
        @media only screen and (max-width: 1024px) {
          .content.home-content .main p, .content.home-content .main li {
            font-size: 18px; } }
        @media only screen and (max-width: 500px) {
          .content.home-content .main p, .content.home-content .main li {
            font-size: 16px; } }

.chart {
  width: 100%;
  margin-top: 85px;
  height: 600px; }
  @media only screen and (max-width: 1440px) {
    .chart {
      margin-top: 75px;
      height: 500px; } }
  @media only screen and (max-width: 1366px) {
    .chart {
      margin-top: 50px; } }
  @media only screen and (max-width: 1023px) {
    .chart {
      margin-top: 125px; } }
  @media only screen and (max-width: 767px) {
    .chart {
      width: 95%;
      margin-top: 45px;
      /*margin-left: auto;*/
      margin-right: auto; } }

.dragzoom {
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 12px;
  position: relative;
  color: #989898;
  top: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }
  .dragzoom span {
    width: 16px;
    height: 19px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: url(../images/zoom.svg) no-repeat 0 0 transparent;
    background-size: 100%;
    position: relative;
    top: 10px; }
  @media only screen and (max-width: 350px) {
    .dragzoom {
      display: none; } }

.no-svg .dragzoom span {
  background: url(../images/zoom.png) no-repeat 0 0 transparent; }

.chart_preloader {
  position: absolute;
  top: 50%;
  margin-top: -6.5px;
  left: 50%;
  margin-left: -20px;
  z-index: 10000; }

.previous_link {
  display: block;
  width: 32px;
  height: 55px;
  text-indent: -9999px;
  background: url("../images/arrows.png") no-repeat 0 0 transparent;
  position: fixed;
  left: 0;
  top: calc(50vh - 28px);
  margin-top: -28px;
  z-index: 1; }

.previous_link:hover {
  background-position: 0 -57px; }

.next_link {
  display: block;
  width: 32px;
  height: 55px;
  text-indent: -9999px;
  background: url("../images/arrows.png") no-repeat -34px 0 transparent;
  position: fixed;
  right: 0;
  top: calc(50vh - 28px);
  margin-top: -28px;
  z-index: 1; }

.next_link:hover {
  background-position: -34px -57px; }

/*
	_______________________________________________________
	
	Header image
	_______________________________________________________
	
*/
.header-image {
  width: 100%;
  height: 60vh;
  background: url(../images/about-fmcg-header.jpg) no-repeat top center #f7f7f6;
  background-size: cover;
  border-bottom: 4px solid #FFD400;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .header-image {
      height: 55vh; } }
  @media only screen and (max-width: 475px) {
    .header-image {
      height: 75vh; } }
  .header-image.leftshape:before, .header-image.leftshape:after {
    content: '';
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block; }
  .header-image.rightshape:before, .header-image.rightshape:after {
    content: '';
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block; }
  .header-image .header-content {
    height: 60vh;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header-image .header-content {
        height: 55vh; } }
    @media only screen and (max-width: 475px) {
      .header-image .header-content {
        height: 75vh; } }
    .header-image .header-content .hero-wrapper {
      position: absolute;
      bottom: 40%;
      left: 0;
      /*padding: 0 5%;*/
      width: 41.667%; }
      .header-image .header-content .hero-wrapper .hero-content h1 {
        font-size: 44px; }
        @media only screen and (max-width: 1920px) {
          .header-image .header-content .hero-wrapper .hero-content h1 {
            font-size: 44px; } }
        @media only screen and (max-width: 1440px) {
          .header-image .header-content .hero-wrapper .hero-content h1 {
            font-size: 34px; } }
        @media only screen and (max-width: 1280px) {
          .header-image .header-content .hero-wrapper .hero-content h1 {
            font-size: 32px; } }
        @media only screen and (max-width: 1024px) {
          .header-image .header-content .hero-wrapper .hero-content h1 {
            font-size: 28px; } }
        @media only screen and (max-width: 500px) {
          .header-image .header-content .hero-wrapper .hero-content h1 {
            font-size: 24px; } }
      .header-image .header-content .hero-wrapper .hero-content h3 {
        font-family: "KantarBrownWeb-Light", "source-sans-pro", sans-serif;
        font-size: 28px;
        line-height: 1.5; }
        @media only screen and (max-width: 1920px) {
          .header-image .header-content .hero-wrapper .hero-content h3 {
            font-size: 28px; } }
        @media only screen and (max-width: 1366px) {
          .header-image .header-content .hero-wrapper .hero-content h3 {
            font-size: 24px; } }
        @media only screen and (max-width: 1280px) {
          .header-image .header-content .hero-wrapper .hero-content h3 {
            font-size: 24px; } }
        @media only screen and (max-width: 1024px) {
          .header-image .header-content .hero-wrapper .hero-content h3 {
            font-size: 22px; } }
        @media only screen and (max-width: 500px) {
          .header-image .header-content .hero-wrapper .hero-content h3 {
            font-size: 18px; } }
      @media only screen and (max-width: 768px) {
        .header-image .header-content .hero-wrapper {
          width: 100%;
          bottom: 50px; } }

/*
	_______________________________________________________
	
	Buttons
	_______________________________________________________
	
*/
.buttons {
  position: absolute;
  right: 0;
  bottom: -40px;
  /*z-index: 10;*/ }
  .buttons a, .buttons a:visited, .buttons button {
    border: 0;
    text-decoration: none;
    font-size: 17px;
    background-color: #bfbfbf;
    border-radius: 0;
    position: relative;
    line-height: 1;
    color: #FFF;
    margin: 0;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 11px 42px;
    font-family: "KantarBrownWeb-Regular", "source-sans-pro", sans-serif; }
    @media only screen and (max-width: 1920px) {
      .buttons a, .buttons a:visited, .buttons button {
        font-size: 15px;
        padding: 7px 20px; } }
    @media only screen and (max-width: 1366px) {
      .buttons a, .buttons a:visited, .buttons button {
        font-size: 12px;
        padding: 6px 14px; } }
    @media only screen and (max-width: 1280px) {
      .buttons a, .buttons a:visited, .buttons button {
        font-size: 11px;
        padding: 5px 13px; } }
    @media only screen and (max-width: 1024px) {
      .buttons a, .buttons a:visited, .buttons button {
        font-size: 10px;
        padding: 6px 12px; } }
  .buttons a:active {
    background-color: #FFC828; }
  .buttons a:hover, .buttons button:hover {
    background-color: #FFC828; }
  .buttons .edge:after {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    position: absolute;
    right: -20px;
    bottom: -34px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg); }
    @media only screen and (max-width: 1366px) {
      .buttons .edge:after {
        bottom: -10px;
        height: 20px;
        right: -14px;
        width: 20px; } }
  @media only screen and (max-width: 1920px) {
    .buttons {
      bottom: -29px; } }
  @media only screen and (max-width: 1366px) {
    .buttons {
      bottom: -24px; } }
  @media only screen and (max-width: 1280px) {
    .buttons {
      bottom: -21px; } }
  @media only screen and (max-width: 1024px) {
    .buttons {
      bottom: -22px; } }
  @media only screen and (max-width: 700px) {
    .buttons {
      /*position:relative;
      bottom:0;*/ } }

/*
	_______________________________________________________
	
	Submenu blocks
	_______________________________________________________
	
*/
.submenu {
  margin-top: -20px;
  position: absolute;
  width: 50%;
  z-index: 2; }
  .submenu div {
    float: left; }
    .submenu div.first {
      position: relative; }
      @media only screen and (max-width: 1920px) {
        .submenu div.first {
          top: -4px; } }
      @media only screen and (max-width: 1366px) {
        .submenu div.first {
          top: -1px; } }
      @media only screen and (max-width: 1280px) {
        .submenu div.first {
          top: 1px; } }
      @media only screen and (max-width: 1024px) {
        .submenu div.first {
          top: -1px; } }
      @media only screen and (max-width: 768px) {
        .submenu div.first {
          top: -1px; } }
      .submenu div.first a {
        display: inline-block;
        line-height: 1; }
    @media only screen and (max-width: 700px) {
      .submenu div.first {
        flex-grow: 1;
        margin-right: 2px;
        float: none; }
        .submenu div.first:last-of-type {
          margin-right: 0; } }
  .submenu a, .submenu a:active, .submenu a:visited {
    background-color: #c0c0c0;
    text-decoration: none;
    font-size: 17px;
    margin-right: 2px;
    padding: 13px 42px;
    line-height: 1.4; }
    @media only screen and (max-width: 1920px) {
      .submenu a, .submenu a:active, .submenu a:visited {
        font-size: 15px;
        padding: 7px 20px 6px; } }
    @media only screen and (max-width: 1366px) {
      .submenu a, .submenu a:active, .submenu a:visited {
        font-size: 12px;
        padding: 6px 14px; } }
    @media only screen and (max-width: 1280px) {
      .submenu a, .submenu a:active, .submenu a:visited {
        font-size: 11px;
        padding: 5px 13px; } }
    @media only screen and (max-width: 1024px) {
      .submenu a, .submenu a:active, .submenu a:visited {
        font-size: 10px;
        padding: 6px 12px; } }
    @media only screen and (max-width: 700px) {
      .submenu a, .submenu a:active, .submenu a:visited {
        width: 100%;
        display: block;
        text-align: center; } }
  .submenu a:active {
    background-color: #FFC828;
    color: #FFF; }
  .submenu a:hover {
    background-color: #FFC828;
    color: #FFF; }
  .submenu .current a, .submenu .current a:active, .submenu .current a:visited {
    color: #000;
    background-color: #FFC828; }
  @media only screen and (max-width: 1920px) {
    .submenu {
      margin-top: -27px; } }
  @media only screen and (max-width: 1366px) {
    .submenu {
      margin-top: -30px; } }
  @media only screen and (max-width: 1280px) {
    .submenu {
      margin-top: -32px; } }
  @media only screen and (max-width: 1024px) {
    .submenu {
      margin-top: -30px; } }
  @media only screen and (max-width: 700px) {
    .submenu {
      margin-top: 10px;
      width: 90%;
      display: flex;
      align-items: flex-start; }
      .submenu:not(:empty) ~ .chart {
        margin-top: 75px; } }

/*
	_______________________________________________________
	
	Dropdown
	_______________________________________________________
	
*/
.dropdown {
  margin-right: 2px;
  position: relative;
  top: -10px;
  width: 210px; }
  .dropdown .option, .dropdown .dropdown_current {
    background-color: #bfbfbf;
    text-decoration: none;
    font-size: 17px;
    color: #FFF;
    width: 100%;
    cursor: pointer;
    display: none;
    padding: 13px 42px; }
    @media only screen and (max-width: 1920px) {
      .dropdown .option, .dropdown .dropdown_current {
        font-size: 15px;
        padding: 7px 20px 6px; } }
    @media only screen and (max-width: 1366px) {
      .dropdown .option, .dropdown .dropdown_current {
        font-size: 12px;
        padding: 6px 14px 6px; } }
    @media only screen and (max-width: 1280px) {
      .dropdown .option, .dropdown .dropdown_current {
        font-size: 11px;
        padding: 5px 13px; } }
    @media only screen and (max-width: 1024px) {
      .dropdown .option, .dropdown .dropdown_current {
        font-size: 10px;
        padding: 6px 12px 6px; } }
  .dropdown .option:hover, .dropdown .dropdown_current:hover {
    background-color: #FFC828; }
  .dropdown .dropdown_current {
    display: block;
    background-image: url("../images/dropdown.png");
    background-repeat: no-repeat;
    background-position: 159px -20px;
    line-height: 1; }
    @media only screen and (max-width: 1920px) {
      .dropdown .dropdown_current {
        background-position: 159px -26px; } }
    @media only screen and (max-width: 1366px) {
      .dropdown .dropdown_current {
        background-position: 159px -28px; } }
  .dropdown .dropdown_current.open {
    background-position: 159px 15px; }
    @media only screen and (max-width: 1920px) {
      .dropdown .dropdown_current.open {
        background-position: 159px 8px; } }
  @media only screen and (max-width: 1920px) {
    .dropdown {
      top: -4px;
      width: 180px; } }
  @media only screen and (max-width: 1366px) {
    .dropdown {
      top: -1px;
      width: 180px; } }
  @media only screen and (max-width: 1280px) {
    .dropdown {
      top: 1px;
      width: 180px; } }
  @media only screen and (max-width: 1024px) {
    .dropdown {
      top: -1px;
      width: 180px; } }

/*
	_______________________________________________________
	
	Main Generic content areas
	_______________________________________________________
	
*/
.relative {
  position: relative;
  width: 100%; }

.main {
  padding-top: 20px;
  width: 100%; }
  .main .title {
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 40px;
    line-height: 1.2; }
    @media only screen and (max-width: 1920px) {
      .main .title {
        padding-bottom: 22px; } }
    @media only screen and (max-width: 1366px) {
      .main .title {
        padding-bottom: 18px; } }
    @media only screen and (max-width: 1280px) {
      .main .title {
        padding-bottom: 16px; } }
    @media only screen and (max-width: 1024px) {
      .main .title {
        padding-bottom: 10px; } }
  .main .title:after {
    border-bottom: 2px solid #e6e6e6;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%; }
  .main:first-of-type {
    padding-top: 130px; }
    @media only screen and (max-width: 1920px) {
      .main:first-of-type {
        padding-top: 130px; } }
    @media only screen and (max-width: 1366px) {
      .main:first-of-type {
        padding-top: 130px; } }
    @media only screen and (max-width: 1080px) {
      .main:first-of-type {
        padding-top: 100px; } }

.default-content p {
  width: 100%; }
.default-content .main .title {
  margin-bottom: 0; }
.default-content .main .title:after {
  border: 0;
  display: none; }

.page-content {
  width: 100%;
  background-color: #FFF;
  padding: 10px 0 40px;
  margin-top: 10px;
  position: relative;
  border-top: 1px solid #e6e6e6; }
  .page-content h4 {
    margin-bottom: 12px; }
  .page-content p {
    width: 76.64%; }
    @media only screen and (max-width: 1000px) {
      .page-content p {
        width: 90%; } }
  @media only screen and (max-width: 1600px) {
    .page-content {
      padding-left: 20px; } }

.page-content:before {
  border-top: 1px solid #fff;
  top: -2px;
  content: "";
  display: block;
  position: absolute;
  width: 100%; }

/*
	_______________________________________________________

	Methodology page
	_______________________________________________________

*/
.border_bottom {
  position: relative;
  border-bottom: 1px solid #e6e6e6; }

.section_title {
  margin-bottom: 40px;
  margin-top: 40px; }
  .section_title h4 {
    margin: 0.6em 0;
    font-size: 1.35em; }

.section_title:first-child {
  margin-top: 0; }

.border_bottom:before {
  border-bottom: 1px solid #fff;
  bottom: -2px;
  content: "";
  display: block;
  position: absolute;
  width: 100%; }

.border_top::before {
  border-bottom: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%; }

.border_top {
  border-top: 1px solid #e6e6e6;
  padding: 0;
  position: relative; }

.methodology p, .methodology li, .methodology table {
  font-size: 1em; }
@media only screen and (min-width: 768px) {
  .methodology ul.full {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 30px; } }
.methodology h4 {
  font-size: 26px; }
  @media only screen and (max-width: 1366px) {
    .methodology h4 {
      font-size: 24px; } }
  @media only screen and (max-width: 1280px) {
    .methodology h4 {
      font-size: 20px; } }
  @media only screen and (max-width: 1100px) {
    .methodology h4 {
      font-size: 18px; } }
.methodology img {
  max-width: 100%; }
@media only screen and (min-width: 768px) {
  .methodology img {
    float: left;
    width: 48%; }
  .methodology .half {
    width: 48%;
    margin-right: 2%;
    float: left; } }
.methodology ul {
  margin: 0;
  padding: 0; }
  .methodology ul li {
    padding-bottom: 20px; }
  .methodology ul span {
    margin-right: 0; }
.methodology .bullet {
  font-size: 1em;
  margin-right: 10px;
  float: left; }
.methodology .text {
  float: left;
  width: 90%; }

@media (max-width: 1560px) {
  .methodology {
    font-size: 0.75em; } }
/*
	_______________________________________________________
	
	Footer
	_______________________________________________________
	
*/
html, body {
  height: 100%; }

.wrapper {
  min-height: 100%;
  /*min-height: calc(100% - 101px);*/
  /* footer height + header height */
  /*margin-bottom: -51px;*/ }

/*.wrapper:after {
  height: 51px; 
}

@media only screen and (max-width: 1920px) {

	.wrapper {
  		min-height: 100%;
  		min-height: calc(100% - 76px);
  	}

}

@media only screen and (max-width: 1492px), screen and (max-height: 900px) {

	.wrapper {
  		min-height: 100%;
  		min-height: calc(100% - 54px);
  	}

}

@media only screen and (max-width: 1280px) {

	.wrapper {
  		min-height: 100%;
  		min-height: calc(100% - 51px);
  	}

  	.wrapper:after {
	  height: 41px; 
	}

}

@media only screen and (max-width: 1030px) {

	.wrapper {
  		min-height: 100%;
  		min-height: calc(100% - 49px);
  	}

}*/
/*
	_______________________________________________________

	Knockout / login styling
	_______________________________________________________

*/
.knockout {
  background: rgba(51, 51, 64, 0.6) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4000;
  display: none; }

.fmcg_barometer_login_popup {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  left: 50%;
  padding: 20px 40px;
  position: fixed;
  top: 50%;
  width: 95%;
  max-width: 482px;
  z-index: 5000;
  transform: translate(-50%, -50%);
  display: none; }
  .fmcg_barometer_login_popup button.close {
    border: 0;
    background: 0;
    font-weight: bold;
    color: #c0c0c0;
    position: absolute;
    right: 10px;
    top: 10px; }
  .fmcg_barometer_login_popup .forgot-link,
  .fmcg_barometer_login_popup .forgot-link:visited,
  .fmcg_barometer_login_popup .forgot-link:active {
    display: block;
    margin-bottom: 20px;
    color: #989898;
    text-align: center;
    text-decoration: none;
    width: 100%;
    font-size: 12px; }
  .fmcg_barometer_login_popup .forgot-link:hover {
    color: #FEBA01; }
  .fmcg_barometer_login_popup h4 {
    font-size: 20px;
    color: #FEBA01;
    font-family: "KantarBrownWeb-Regular", "source-sans-pro", sans-serif;
    font-weight: normal;
    margin: 15px 0 20px 0; }
    @media only screen and (max-width: 1366px) {
      .fmcg_barometer_login_popup h4 {
        font-size: 18px; } }
    @media only screen and (max-width: 1280px) {
      .fmcg_barometer_login_popup h4 {
        font-size: 18px; } }
    @media only screen and (max-width: 1024px) {
      .fmcg_barometer_login_popup h4 {
        font-size: 16px; } }
  .fmcg_barometer_login_popup p {
    font-family: "KantarBrownWeb-Regular", "source-sans-pro", sans-serif;
    color: #000000;
    font-weight: normal;
    font-size: 16px; }
    .fmcg_barometer_login_popup p a, .fmcg_barometer_login_popup p a:active, .fmcg_barometer_login_popup p a:visited {
      color: #555555; }
    .fmcg_barometer_login_popup p a:hover {
      color: #FEBA01; }
    .fmcg_barometer_login_popup p.footer-text {
      font-size: 14px;
      color: #686868; }
  .fmcg_barometer_login_popup .login form input, .fmcg_barometer_login_popup form input {
    border: 0;
    font-family: "KantarBrownWeb-Regular", "source-sans-pro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #989898;
    background-color: #FFFFFF;
    margin-bottom: 2px;
    padding: 12px 14px;
    border: 1px solid #E6E6E6;
    width: 100%;
    max-width: 400px;
    margin-bottom: 12px;
    display: block;
    border-radius: 3px; }
  .fmcg_barometer_login_popup .login form input::placeholder, .fmcg_barometer_login_popup form input::placeholder {
    text-transform: uppercase; }
  .fmcg_barometer_login_popup .login form .error, .fmcg_barometer_login_popup form .error {
    border: 1px solid red;
    outline: none; }
  .fmcg_barometer_login_popup .login form input[type="text"]:focus, .fmcg_barometer_login_popup .login form input[type="password"]:focus, .fmcg_barometer_login_popup form input[type="text"]:focus, .fmcg_barometer_login_popup form input[type="password"]:focus {
    border: 1px solid #FEBA01;
    outline: none;
    background-color: #FFF; }
  .fmcg_barometer_login_popup .login form input:-webkit-autofill, .fmcg_barometer_login_popup form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset; }
  .fmcg_barometer_login_popup .login form input[type="submit"], .fmcg_barometer_login_popup form input[type="submit"] {
    border: 0;
    font-size: 18px;
    background-color: #FEBA01;
    color: #000000; }
  .fmcg_barometer_login_popup .login form input[type="submit"]:hover, .fmcg_barometer_login_popup form input[type="submit"]:hover {
    background-color: #FEBA01; }
  .fmcg_barometer_login_popup .reset, .fmcg_barometer_login_popup .request {
    display: none; }

/*
	_______________________________________________________
	
	Helper Classes
	_______________________________________________________
	
*/
.hidden {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/*
	_______________________________________________________
	
	Responsive break-points 
	_______________________________________________________
	
*/
@media only screen and (max-width: 667px) {
  /*  */ }
/* 
	_______________________________________________________
	
	Print 
	_______________________________________________________
	
*/
@media print {
  * {
    /*background: transparent !important;*/
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  body, .wrapper {
    background: transparent !important; }

  a,
  a:visited {
    text-decoration: underline; }

  /*
  a[href]:after {
      content: " (" attr(href) ")";
  }
  */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
@media print {
  body {
    padding: 0;
    margin: 0; }

  header {
    display: none !important; }

  .content {
    width: 95%; }

  .content .buttons {
    display: none; }

  p {
    font-size: 14px; }

  .title {
    border: none;
    padding: 10px; }

  h1 {
    font-size: 27px !important; }

  h1, h4 {
    color: #989898 !important; }

  footer {
    display: none !important; }

  .hide-on-print {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    clip: rect(0, 0, 0, 0); } }
.hide-on-print {
  display: none;
  visibility: hidden;
  overflow: hidden;
  padding: 0;
  margin: 0; }

.green {
  color: #00CD96; }

.darkblue {
  color: #002EBA; }

.blue {
  color: #32B4FF; }

.magenta {
  color: #FF147D; }

.lightblue {
  color: #ADBFD0; }

.yellow {
  color: #FEBA01; }

/*# sourceMappingURL=style.css.map */
