/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
}

.container-fluid .k-widget {
  font: inherit;
}

.container-fluid .btn.btn-link {
  color: #337ab7;
}

.container-fluid form {
  margin: 0;
  padding: 0;
  /*label {
      font-weight: 700;
      margin-bottom: 5px;
  }*/
}

.container-fluid form .k-widget.k-dropdown {
  width: 100%;
}

.container-fluid form .k-widget.k-dropdown .k-dropdown-wrap {
  background-color: white;
}

.hidden {
  visibility: hidden;
  display: none;
}

body .btn-view {
  min-height: 2.43em;
  line-height: 1.6em;
  padding: 2px 1em;
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}

body.ameribev {
  font: 13px "Lato", sans-serif;
}

body.ameribev .container-fluid {
  max-width: 1400px;
}

body.ameribev .heading, body.ameribev .methodology {
  text-align: center;
  color: #0000ff;
  font-size: 15pt;
  line-height: normal;
}

body.ameribev .methodology {
  margin-top: 20px;
  margin-top: 20px;
  margin-top: 1.25rem;
}

body.ameribev h3.heading {
  color: #555555;
  font-weight: bolder;
}

body.ameribev .card {
  border-color: #ff0000;
}

body.ameribev .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

body.bottledwatermatters {
  font: 13px "museo-sans", sans-serif;
}

body.bottledwatermatters .container-fluid {
  max-width: 500px;
}

body.bottledwatermatters .k-panelbar > .k-item > .k-link {
  padding: 12px 12px;
}

body.bottledwatermatters .k-panelbar .k-header {
  font-weight: bold;
}

body.bottledwatermatters .k-panelbar .k-header.k-state-selected, body.bottledwatermatters .k-panelbar .k-header.k-state-focused {
  background-color: #428bca;
  color: #fff;
  text-transform: uppercase;
}

body.bottledwatermatters #state-statistics {
  padding-top: 4px;
  padding-bottom: 4px;
}

body.bottledwatermatters #state-statistics .number {
  height: 41px;
  text-align: right;
  line-height: 40px;
  font-size: 22px;
  padding-right: 12px;
}

body.bottledwatermatters #state-statistics .icon-box {
  height: 41px;
  text-align: right;
  line-height: 40px;
  font-size: 22px;
  padding-right: 12px;
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
  border: 1px solid #4ec19a;
}

body.bottledwatermatters #state-statistics .economic-impact {
  background: -1px center url("res/economic-impact.png") no-repeat;
  background-size: contain;
}

body.bottledwatermatters #state-statistics .economic-jobs {
  background: -1px center url("res/economic-impact.png") no-repeat;
  background-size: contain;
  background-image: url("res/economic-jobs.png");
}

body.bottledwatermatters #state-statistics .economic-taxes {
  background: -1px center url("res/economic-impact.png") no-repeat;
  background-size: contain;
  background-image: url("res/economic-taxes.png");
}

body.bottledwatermatters #state-statistics .economic-wages {
  background: -1px center url("res/economic-impact.png") no-repeat;
  background-size: contain;
  background-image: url("res/economic-wages.png");
}

body.bottledwatermatters #state-statistics h3 {
  padding-right: 12px;
}

body.bottledwatermatters .btn-primary {
  color: #333;
  border-color: #ccc;
  background-color: #fff;
  margin: 0;
  text-transform: lowercase !important;
  padding: 5px 14px 4px;
  font: inherit;
  line-height: 1.72em;
}

body.aham {
  font: 13px "museo-sans", sans-serif;
}

body.aham .container-fluid {
  max-width: 500px;
}

body.aham .k-panelbar > .k-item > .k-link {
  padding: 12px 12px;
}

body.aham .k-panelbar .k-header {
  font-weight: bold;
}

body.aham .k-panelbar .k-header.k-state-selected, body.aham .k-panelbar .k-header.k-state-focused {
  background-color: #428bca;
  color: #fff;
  /*text-transform: uppercase;*/
}

body.aham #state-statistics {
  padding-top: 4px;
  padding-bottom: 4px;
}

body.aham #state-statistics .number {
  height: 41px;
  text-align: right;
  line-height: 40px;
  font-size: 22px;
  padding-right: 12px;
}

body.aham #state-statistics .icon-box {
  height: 41px;
  text-align: right;
  line-height: 40px;
  font-size: 22px;
  padding-right: 12px;
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
  border: 1px solid #4ec19a;
}

body.aham #state-statistics .economic-impact {
  background: -1px center url("res/economic-impact.png") no-repeat;
  background-size: contain;
}

body.aham #state-statistics .economic-jobs {
  background: -1px center url("res/economic-impact.png") no-repeat;
  background-size: contain;
  background-image: url("res/economic-jobs.png");
}

body.aham #state-statistics .economic-taxes {
  background: -1px center url("res/economic-impact.png") no-repeat;
  background-size: contain;
  background-image: url("res/economic-taxes.png");
}

body.aham #state-statistics .economic-wages {
  background: -1px center url("res/economic-impact.png") no-repeat;
  background-size: contain;
  background-image: url("res/economic-wages.png");
}

body.aham #state-statistics h3 {
  padding-right: 12px;
}

body.aham .btn-primary {
  color: #333;
  border-color: #ccc;
  background-color: #fff;
  margin: 0;
  padding: 5px 14px 4px;
  font: inherit;
  line-height: 1.72em;
}

body.foundry {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1em;
  color: #3A4652;
}

body.foundry .container-fluid {
  max-width: 1400px;
}

body.foundry .k-panelbar > .k-item > .k-link {
  padding: 12px 12px;
}

body.foundry .k-panelbar .k-header {
  font-weight: bold;
}

body.foundry .k-panelbar .k-header.k-state-selected, body.foundry .k-panelbar .k-header.k-state-focused {
  background-color: #428bca;
  color: #fff;
  /*text-transform: uppercase;*/
}

body.foundry .btn-primary {
  display: block;
  color: white;
  border-color: #da674a;
  background-color: #da674a;
  margin: 0;
  font: inherit;
  margin-left: auto;
  margin-right: auto;
  border-radius: unset;
}

body.foundry #report-request-input {
  font-size: 25.6px;
  font-size: 25.6px;
  font-size: 1.6rem;
}

body.foundry #report-request-input .k-widget {
  width: 100%;
}

body.foundry #report-request-input .k-dropdown-wrap {
  border-radius: unset;
}

body.foundry #report-request-input .input-label {
  font-weight: 700;
}

body.foundry #report-request-input .report-inputs-form-wrapper {
  border-top: solid 1px #3a4652;
  border-bottom: solid 1px #3a4652;
  background-color: #F5F5F5;
}

body.foundry #report-request-input .report-inputs-form-wrapper .report-inputs-form {
  max-width: 1245px;
  margin-right: auto;
  margin-left: auto;
}

body.foundry #report-request-input .links-wrapper {
  padding-top: 16px;
  padding-top: 16px;
  padding-top: 1rem;
  text-align: right;
}

body.foundry #report-request-input .links-wrapper a {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: red;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 32px;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 32px;
  padding-right: 2rem;
}

body.foundry .statistics-papel ul.list-unstyled {
  margin-top: 0;
  margin-bottom: 0;
}

body.foundry .statistics-papel ul.list-unstyled > li {
  padding-left: 64px;
  padding-left: 64px;
  padding-left: 4rem;
  padding-top: 32px;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #3A4652;
}

body.foundry .statistics-papel ul.list-unstyled > li:first-child {
  padding-top: 48px;
  padding-top: 48px;
  padding-top: 3rem;
}

body.foundry .statistics-papel ul.list-unstyled > li:last-child {
  border-bottom: none;
}

body.foundry .statistics-papel .emphasize {
  font-weight: 700;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  color: #0f4c92;
}

body.foundry .statistics-papel .emphasize-num {
  color: #da674a;
  font-size: 48px;
  font-size: 48px;
  font-size: 3rem;
  min-height: 64px;
  text-align: center;
  display: block;
}

body.nama {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 15px;
  background: none;
  background-color: none !important;
  color: #414042;
}

body.nama .container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

body.nama label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

body.nama .btn-view {
  min-height: 2.43em;
  line-height: 1.6em;
  padding: 2px 1em;
  color: #fff;
  background-color: #009448;
  border-color: #009448;
}

body.nama .methodology {
  display: inline-block;
  text-transform: none;
  margin-top: 0;
  text-align: center;
}

body.nama .statistics-papel ul.list-unstyled {
  margin-top: 0;
  margin-bottom: 0;
}

body.nama .statistics-papel ul.list-unstyled > li {
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

body.nama .statistics-papel ul.list-unstyled > li:first-child {
  padding-top: 48px;
  padding-top: 48px;
  padding-top: 3rem;
}

body.nama .statistics-papel ul.list-unstyled > li:last-child {
  border-bottom: none;
}

body.nama .statistics-papel .emphasize {
  font-size: 16px;
  font-weight: bold;
  display: block;
}

body.nama .statistics-papel .emphasize-num {
  color: #009933;
  font-size: 30px;
}

body.abafoundation {
  font-family: "museo-sans", sans-serif;
  font-weight: normal;
  font-size: 12.96px;
  background: none;
  background-color: none !important;
  color: #666666;
}

body.abafoundation .container-fluid {
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  max-width: 500px;
}

body.abafoundation form label {
  font-weight: 700;
}

body.idfa {
  font-family: URWGroteskNar-Reg, sans-serif;
  font-size: 15px;
  background: none;
  background-color: none !important;
  color: #414042;
  /* Customize the label (the container) */
}

body.idfa .container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}

body.idfa label {
  font-weight: 700;
}

body.idfa .k-widget.k-dropdown {
  width: 100%;
}

body.idfa .k-widget.k-dropdown .k-dropdown-wrap {
  border-color: #4183BF;
  color: #122D47;
}

body.idfa .input-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* On mouse-over, add a grey background color */
  /* Create a custom radio button */
}

body.idfa .input-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  /* When the radio button is checked, add a blue background */
  /* Show the indicator (dot/circle) when checked */
}

body.idfa .input-container input:checked ~ .checkmark {
  background-color: #4183BF;
  border: none;
}

body.idfa .input-container input:checked ~ .checkmark:after {
  display: block;
}

body.idfa .input-container:hover input ~ .checkmark {
  background-color: #ccc;
}

body.idfa .input-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-top: 2px;
  border: solid 1px #ccc;
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Style the indicator (dot/circle) */
}

body.idfa .input-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

body.idfa .btn.btn-view {
  color: #fff;
  background-color: #4183BF;
  border-color: #4183BF;
  padding: 11.2px 40px;
  padding: 11.2px 40px;
  padding: 0.7rem 2.5rem;
  border-radius: 0;
}

body.idfa .methodology {
  padding-top: 6px;
  padding-bottom: 6px;
}

body.idfa .methodology a {
  color: #4183BF;
  /*font-weight: bold;*/
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: larger;
}

body.idfa .side-logo {
  height: 120px;
  border: none;
  margin-top: 12px;
  margin-left: 120px;
}

body.idfa #state-statistics h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 12px;
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
}

body.idfa #state-statistics .numbers {
  height: 41px;
  text-align: right;
  line-height: 40px;
  font-size: 20px;
  font-weight: 500;
  padding-right: 12px;
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
  border: 1px solid #4183BF;
}

body.idfa #state-statistics .economic-impact, body.idfa #state-statistics .economic-jobs, body.idfa #state-statistics .economic-taxes, body.idfa #state-statistics .economic-wages, body.idfa #state-statistics .economic-exports {
  background: 20px center url("res/economic-impact.png") no-repeat;
  background-size: 26px;
}

body.idfa #state-statistics .economic-jobs {
  background-image: url("res/economic-jobs.png");
}

body.idfa #state-statistics .economic-taxes {
  background-image: url("res/economic-taxes.png");
  background-size: 20px;
}

body.idfa #state-statistics .economic-wages {
  background-image: url("res/economic-wages.png");
}

body.idfa #state-statistics .economic-exports {
  background-image: url("res/economic-exports.png");
  background-size: 24px;
}

body.idfa #state-statistics h3 {
  padding-right: 12px;
}

#report-request-input .reports-list-horizontal .list-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#report-request-input .reports-list-horizontal .list-group .list-group-item {
  padding: 4px 4px;
  padding: 4px 4px;
  padding: 0.25rem 0.25rem;
  border: none;
  border-radius: unset;
}

#report-request-input .reports-list-horizontal .list-group:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

#report-request-input .reports-list-vertical .list-group .list-group-item {
  padding: 0;
  border: none;
  border-radius: unset;
}

#report-request-input .reports-list-vertical .list-group:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}