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

body {
  margin: 0; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

* {
  box-sizing: border-box; }
  *:after, *:before {
    box-sizing: border-box; }

body {
  color: #222;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: 400; }

a {
  position: relative; }
  a:link {
    color: #0071b3; }
  a:visited {
    color: #77008d; }
  a:focus {
    color: #ff4136; }
  a:hover {
    color: #001f3f; }
  a:active {
    top: 1px; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700; }

h1,
.h1 {
  font-size: 2.125em;
  line-height: 1.2;
  margin-bottom: .25em;
  margin-top: .75em; }

h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4;
  margin-bottom: .25em;
  margin-top: .75em; }

h3,
.h3 {
  font-size: 1.35em;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 1em; }

h4,
.h4 {
  font-size: 1.3em;
  line-height: 1.333em;
  margin-bottom: .25em;
  margin-top: 1em; }

h5,
.h5 {
  font-size: 1.25em;
  line-height: 1.333em;
  margin-bottom: .25em;
  margin-top: .75em; }

h6,
.h6 {
  font-size: 1.125em;
  line-height: 1.333em;
  margin-bottom: .25em;
  margin-top: 1em; }

p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1em;
  margin-top: .5em; }

ul,
ol {
  margin: .25em 0 .75em 2em;
  padding: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0;
    margin-top: 0; }

ul {
  list-style-type: disc; }

p + ul,
p + ol {
  margin-bottom: 1.5em;
  margin-top: -.75em; }

li {
  font-size: 1em;
  line-height: 1.5em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }
  .ie8 img {
    width: auto; }

.widget-title:before, .filter-block:before, .results-block:before, .widget-title:after, .filter-block:after, .results-block:after {
  content: ' ';
  display: table; }

.widget-title:after, .filter-block:after, .results-block:after {
  clear: both; }

.widget-title p {
  color: #fff; }

.widget-block {
  background-color: #3d628c;
  margin: auto;
  max-width: 50em;
  position: relative; }

.control-block {
  position: absolute;
  right: 0;
  top: 0; }
  .control-block .start-over {
    background-color: #073148;
    border-bottom-left-radius: .5em;
    color: #fff;
    display: block;
    padding: .5em 1em;
    transition: .3s all; }
    .control-block .start-over:link, .control-block .start-over:visited {
      text-decoration: none; }
    .control-block .start-over:hover, .control-block .start-over:focus {
      background-color: #3d628c;
      transition: .3s all; }

.widget-title {
  background-image: url("img/hd-widget-header-bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em 3em 1em;
  min-height: 157px; }
  .widget-title h1 {
    color: #fff;
    font-size: 1.95em;
    font-weight: 700;
    margin-right: 1rem;
    margin-left: 11rem;
    margin-top: 0; }
  .widget-title .detail {
    font-weight: 400;
    font-size: 1.15em; }
  .widget-title .subhead {
    display: block;
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: .5em; }
  .widget-title p {
    margin-right: 1em;
    margin-left: 11rem;
    margin-top: 0; }
  .widget-title .logo {
    display: block;
    float: left;
    margin-right: 2em;
    width: 9.125em; }

.widget-body {
  background-image: url("img/hd-widget-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1em 3em; }

.widget-footer {
  padding-top: 1em; }
  .widget-footer p {
    margin-bottom: 0;
    text-align: center; }

.filter-block {
  background-color: #f0f0f1;
  border-radius: .5em;
  padding: 1.513em 10%; }

.filter-label {
  color: #3d628c;
  font-size: 1.35em;
  font-weight: 700;
  margin: 0 0 1em; }

.line-break {
  background-image: url("img/line-break.png");
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 1em;
  text-align: center; }
  .line-break span {
    background-color: #f0f0f1;
    color: #3d628c;
    font-size: 1.25em;
    font-weight: 700;
    padding: 0 1em; }

.filter {
  background-color: #fff;
  margin: .5em 0;
  position: relative; }

.filter-disparities + p {
  text-align: right;
  margin-top: 1em;
}

.filter-toggle {
  background-image: url("img/filter-bg.png");
  background-position: bottom left;
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  display: block;
  font-size: 1.25em;
  padding: .75em 1em;
  text-decoration: none;
  transition: .3s all; }
  .filter-toggle:link, .filter-toggle:visited {
    color: #222; }
  .filter-toggle:hover {
    border-color: #073148;
    transition: .3s all; }
  .filter-toggle.expanded {
    border: 1px solid #073148;
    border-bottom: 0; }

.filter-toggle-arrow {
  float: right;
  font-family: Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif; }
  .expanded .filter-toggle-arrow {
    color: #ff8a00; }

.filter-list {
  background-color: #fff;
  list-style-type: none;
  margin: 0;
  max-height: 11em;
  overflow-y: auto;
  padding: .5em 0;
  position: absolute;
  transition: all .3s;
  width: 100%;
  z-index: 1; }
  .filter-list.closed {
    display: none; }
  .filter-list.closing, .filter-list.opening {
    opacity: 0;
    transition: all .3s; }
  .filter-list.open {
    border: 1px solid #073148;
    border-top: 0;
    opacity: 1;
    transition: all .3s; }

.objective-block {
  background-color: #fff;
  border-radius: .5em;
  height: 26.5em;
  overflow: auto; }

.objective-title {
  background-color: #f0f0f1;
  color: #3d628c;
  font-size: 1.35em;
  margin: 0;
  padding: .5em;
  text-align: center; }

.objective-chart {
  background-color: #fff;
  background-image: url("img/line-shadow.png");
  background-position: bottom left;
  background-repeat: repeat-x;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;
  padding: 1em; }
  .objective-chart img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

.objective-data {
  background-color: #fff;
  background-image: url("img/line-shadow.png");
  background-position: bottom left;
  background-repeat: repeat-x;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;
  padding: 0 3em 1em; }
  .objective-data li {
    margin-bottom: .5em; }

.objective-info {
  padding: 0 2em 2em; }
  .objective-info h2 {
    color: #3d628c;
    font-size: 1.25em;
    margin: 0 0 .5em; }

.objective-summary {
  font-size: 1.35em;
  font-weight: 700; }

.results-list {
  background-color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.results-label {
  color: #3d628c;
  font-size: 1.35em;
  font-weight: 700;
  margin: 0 0 .25em; }

.filter-item,
.result-item {
  display: block;
  padding: .5em 1.25em; }
  .filter-item:link, .filter-item:visited,
  .result-item:link,
  .result-item:visited {
    color: #222;
    text-decoration: none; }
  .filter-item:hover, .filter-item:focus,
  .result-item:hover,
  .result-item:focus {
    background-color: #1d4b7c;
    color: #fff; }

.filter-list-compact .filter-item {
  padding-bottom: .15em;
  padding-top: .15em; }

.results-block {
  background-color: #f0f0f1;
  border-radius: .5em;
  padding: 1em 1.5em 1.5em; 
  height: 26.5em;
  overflow: auto;}

.btn {
  background-color: #f0f0f1;
  border: 1px solid #ccc;
  border-radius: .15em;
  color: #3d628c;
  cursor: pointer;
  display: inline-block;
  font-size: 1.25em;
  padding: .5em 3em .5em 1.25em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap; }
  .btn:link, .btn:visited {
    color: #3d628c; }
  .btn:hover, .btn:focus {
    border-color: #073148;
    color: #073148; }
  .btn:active {
    background-color: #f0f0f1;
    color: #222; }

.btn-data {
  background-image: url("img/icon-data.png");
  background-position: right .5em center;
  background-repeat: no-repeat; }

.btn-infographic {
  background-image: url("img/icon-infographic.png");
  background-position: right .5em center;
  background-repeat: no-repeat; }

.btn-resource {
  background-image: url("img/icon-resource.png");
  background-position: right .5em center;
  background-repeat: no-repeat; }

@media all and (max-width: 30em) {
  p, ul {
    font-size: 0.875em;
  }

  p {
    line-height: 1.4;
  }
  
  p, ul {
    font-size: 0.875em;
  }

  .widget-title, .filter-block {
    padding: 10px 15px 15px;
  }

  .results-block {
    padding: 10px 0 15px;
  }

  .widget-title .logo {
    float: none;
    margin: 20px auto;
    max-width: 50%;
  }

  .widget-title h1, .widget-title p {
    margin: 10px auto 0;
  }

  .widget-title h1 {
    font-size: 1.25em;
  }

  .widget-title p {
    font-size: 1em;
  }

  .widget-title .detail, .objective-title, .results-label, h2, .objective-info h2, .filter-toggle {
    font-size: 1em;
  }

  .results-label {
    margin: 0;
    padding: .5em;
    text-align: center;
  }

  .widget-body {
    padding: 15px;
  }
  
  .filter-label {
    font-size: 1.25em;
  }

  .objective-chart, .objective-data, .objective-info {
    margin: 0;
    padding: 10px;
  }

  .btn {
    margin-bottom: 5px;
    font-size: 1em;
  }
}

@media all and (max-width: 16.25em) {
  .widget-title .logo {
    margin: 25px auto;
    max-width: 100%;
  }
}

