/*----------------------------------------------------------
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, * {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

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

#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: 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;
}

.ameribev {
  font: 13px "Lato", sans-serif;
}
.ameribev .container-fluid {
  max-width: 1400px;
}
.ameribev .heading, .ameribev .methodology {
  text-align: center;
  color: #0000ff;
  font-size: 15pt;
  line-height: normal;
}
.ameribev .methodology {
  margin-top: 1.25rem;
}
.ameribev h3.heading {
  color: #555555;
  font-weight: bolder;
}
.ameribev .card {
  border-color: #ff0000;
}
.ameribev .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.bottledwatermatters {
  font: 13px "museo-sans", sans-serif;
}
.bottledwatermatters .container-fluid {
  max-width: 500px;
}
.bottledwatermatters .k-panelbar > .k-item > .k-link {
  padding: 12px 12px;
}
.bottledwatermatters .k-panelbar .k-header {
  font-weight: bold;
}
.bottledwatermatters .k-panelbar .k-header.k-state-selected, .bottledwatermatters .k-panelbar .k-header.k-state-focused {
  background-color: #428bca;
  color: #fff;
  text-transform: uppercase;
}
.bottledwatermatters #state-statistics {
  padding-top: 4px;
  padding-bottom: 4px;
}
.bottledwatermatters #state-statistics .number {
  height: 41px;
  text-align: right;
  line-height: 40px;
  font-size: 22px;
  padding-right: 12px;
}
.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;
}
.bottledwatermatters #state-statistics .economic-impact {
  background: -1px center url("res/economic-impact.png") no-repeat;
  background-size: contain;
}
.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");
}
.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");
}
.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");
}
.bottledwatermatters #state-statistics h3 {
  padding-right: 12px;
}
.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;
}

.aham {
  font: 13px "museo-sans", sans-serif;
}
.aham .container-fluid {
  max-width: 500px;
}
.aham .k-panelbar > .k-item > .k-link {
  padding: 12px 12px;
}
.aham .k-panelbar .k-header {
  font-weight: bold;
}
.aham .k-panelbar .k-header.k-state-selected, .aham .k-panelbar .k-header.k-state-focused {
  background-color: #428bca;
  color: #fff;
  /*text-transform: uppercase;*/
}
.aham #state-statistics {
  padding-top: 4px;
  padding-bottom: 4px;
}
.aham #state-statistics .number {
  height: 41px;
  text-align: right;
  line-height: 40px;
  font-size: 22px;
  padding-right: 12px;
}
.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;
}
.aham #state-statistics .economic-impact {
  background: -1px center url("res/economic-impact.png") no-repeat;
  background-size: contain;
}
.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");
}
.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");
}
.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");
}
.aham #state-statistics h3 {
  padding-right: 12px;
}
.aham .btn-primary {
  color: #333;
  border-color: #ccc;
  background-color: #fff;
  margin: 0;
  padding: 5px 14px 4px;
  font: inherit;
  line-height: 1.72em;
}

.foundry {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1em;
  color: #3A4652;
}
.foundry .container-fluid {
  max-width: 1400px;
}
.foundry .k-panelbar > .k-item > .k-link {
  padding: 12px 12px;
}
.foundry .k-panelbar .k-header {
  font-weight: bold;
}
.foundry .k-panelbar .k-header.k-state-selected, .foundry .k-panelbar .k-header.k-state-focused {
  background-color: #428bca;
  color: #fff;
  /*text-transform: uppercase;*/
}
.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;
}
.foundry #report-request-input {
  font-size: 1.6rem;
}
.foundry #report-request-input .k-widget {
  width: 100%;
}
.foundry #report-request-input .k-dropdown-wrap {
  border-radius: unset;
}
.foundry #report-request-input .input-label {
  font-weight: 700;
}
.foundry #report-request-input .report-inputs-form-wrapper {
  border-top: solid 1px rgb(58, 70, 82);
  border-bottom: solid 1px rgb(58, 70, 82);
  background-color: #F5F5F5;
}
.foundry #report-request-input .report-inputs-form-wrapper .report-inputs-form {
  max-width: 1245px;
  margin-right: auto;
  margin-left: auto;
}
.foundry #report-request-input .links-wrapper {
  padding-top: 1rem;
  text-align: right;
}
.foundry #report-request-input .links-wrapper a {
  font-size: 1rem;
  color: red;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem;
}
.foundry .statistics-papel ul.list-unstyled {
  margin-top: 0;
  margin-bottom: 0;
}
.foundry .statistics-papel ul.list-unstyled > li {
  padding-left: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #3A4652;
}
.foundry .statistics-papel ul.list-unstyled > li:first-child {
  padding-top: 3rem;
}
.foundry .statistics-papel ul.list-unstyled > li:last-child {
  border-bottom: none;
}
.foundry .statistics-papel .emphasize {
  font-weight: 700;
  font-size: 1rem;
  display: block;
  color: #0f4c92;
}
.foundry .statistics-papel .emphasize-num {
  color: #da674a;
  font-size: 3rem;
  min-height: 64px;
  text-align: center;
  display: block;
}

.nama {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 15px;
  background: none;
  background-color: none !important;
  color: #414042;
}
.nama .container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.nama label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.nama .btn-view {
  min-height: 2.43em;
  line-height: 1.6em;
  padding: 2px 1em;
  color: #fff;
  background-color: #009448;
  border-color: #009448;
}
.nama .methodology {
  display: inline-block;
  text-transform: none;
  margin-top: 0;
  text-align: center;
}
.nama .statistics-papel ul.list-unstyled {
  margin-top: 0;
  margin-bottom: 0;
}
.nama .statistics-papel ul.list-unstyled > li {
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.nama .statistics-papel ul.list-unstyled > li:first-child {
  padding-top: 3rem;
}
.nama .statistics-papel ul.list-unstyled > li:last-child {
  border-bottom: none;
}
.nama .statistics-papel .emphasize {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.nama .statistics-papel .emphasize-num {
  color: #009933;
  font-size: 30px;
}

.acla {
  background: none;
  background-color: #fff;
  color: #666666;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-color: #fff;
  font-size: 0.9em;
}
.acla .statistics-papel {
  width: 320px;
}
.acla .statistics-papel .row {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.acla .statistics-papel .item-label, .acla .statistics-papel .item-value, .acla .statistics-papel .state-federal-taxes {
  color: rgb(5, 168, 212);
}
.acla .statistics-papel .item-label, .acla .statistics-papel .item-value {
  font-weight: bold;
  font-size: 1.6rem;
  display: inline-block;
}
.acla .statistics-papel .item-value {
  width: 100%;
  background-color: rgb(26, 59, 115);
  color: #fff;
}
.acla .statistics-papel .margin-top-4rem {
  margin-top: 3rem;
}
.acla .report-panel {
  border-left: 1px solid #002D62;
  padding-top: 1em;
  padding-bottom: 1em;
  max-width: 550px;
}
.acla a.mothodology {
  color: rgb(156, 209, 69);
  font-weight: bold;
  font-size: 1.2rem;
  display: inline-block;
}
.acla .border-right {
  border-left: 1px solid #002D62;
  padding-top: 1em;
  padding-bottom: 1em;
}

.rvia {
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
}
.rvia #logo, .rvia #sponsored {
  font-size: 1.8em;
  font-weight: bold;
}
.rvia .massages p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.rvia .k-widget.k-dropdown {
  width: 100%;
}
.rvia .k-widget.k-dropdown .k-dropdown-wrap {
  background-color: white;
}
.rvia .k-panelbar .k-header {
  text-transform: uppercase;
  font-weight: bold;
}
.rvia .k-panelbar .k-header.k-state-selected {
  background-color: #cd9700;
  color: #fff;
}

.abl {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  color: #666;
}
.abl .margin-6px {
  margin-top: 6px;
  margin-bottom: 6px;
}
.abl #logo, .abl #sponsored {
  font-size: 1.8em;
  font-weight: bold;
}
.abl .massages p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.abl .k-widget.k-dropdown {
  width: 100%;
}
.abl .k-widget.k-dropdown .k-dropdown-wrap {
  background-color: white;
}
.abl .k-panelbar .k-header {
  text-transform: capitalize;
  color: #333;
}
.abl .k-panelbar .k-header.k-state-selected {
  background-color: #ccc;
  color: #333;
}
.abl .k-button {
  text-transform: lowercase;
  color: #333;
  border-color: #ccc;
  background-color: #fff;
}
.abl form.jobs {
  text-align: center;
}
.abl form.jobs label {
  font-weight: bold;
}
.abl .report-list {
  padding-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.abl .report-list li {
  text-align: left;
  padding: 0;
  width: 50%;
  margin: 0;
  display: inline-block;
}
.abl .report-list li label {
  font-weight: 700;
}
.abl .statistics-papel .emphasize, .abl .statistics-papel .emphasize-num, .abl .statistics-papel .emphasize-head {
  font-size: 1.4rem;
  font-size: 1rem;
  display: block;
}
.abl .statistics-papel .emphasize {
  font-weight: bold;
  font-size: 1rem;
  display: block;
}
.abl .statistics-papel .economic-impact, .abl .statistics-papel .economic-jobs, .abl .statistics-papel .economic-taxes, .abl .statistics-papel .economic-wages {
  min-height: 2rem;
  font-size: 1.7rem;
  font-weight: bold;
  display: block;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 1px solid #22366D;
}
.abl .statistics-papel .economic-impact {
  background: -1px center url(res/economic-impact.png) no-repeat;
  background-size: contain;
}
.abl .statistics-papel .economic-jobs {
  background: -1px center url(res/economic-jobs.png) no-repeat;
  background-size: contain;
  border-color: #A71D2B;
}
.abl .statistics-papel .economic-wages {
  background: -1px center url(res/economic-wages.png) no-repeat;
  background-size: contain;
}
.abl .statistics-papel .economic-taxes {
  background: -1px center url(res/economic-taxes.png) no-repeat;
  background-size: contain;
  border-color: #A71D2B;
}
.abl .statistics-papel ul.list-unstyled li {
  padding-left: 0;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.abl .statistics-papel ul.list-unstyled li:first-child {
  padding-top: 5rem;
}

label[for=report_3] {
  color: gray;
}