body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
}

body .nrc_body a {
  font-size: inherit;
}

/* global overrides */
a:focus, a:hover {
  color: #007367;
}

#aspnetForm > * {
  width: 100%;
  min-width: auto;
}

#aspnetForm #footer {
  width: auto;
}

#aspnetForm #footer .tab-links li button {
  line-height: inherit;
}

#aspnetForm #body {
  width: calc(100% - 6rem);
  max-width: 1024px;
}

/* end global overrides */
.container {
  width: 100%;
}

.nrc-report {
  font-weight: 500;
  color: #736c61;
  /* table comparison select boxes */
  /* begin table styles */
  /* end table styles */
}

.nrc-report:first-child {
  border-bottom: 5px solid #007367;
}

.nrc-report h1 {
  color: #001871;
  font-size: 1.8em;
  font-weight: 700;
  margin: 0 0 1.2em 0;
}

.nrc-report h1 span {
  font-weight: 800;
}

.nrc-report h2 {
  color: #001871;
  font-size: 1.7em;
  font-weight: 700;
  margin: 0 0 1.2em 0;
}

.nrc-report h3 {
  margin-top: 0.5em;
  color: #001871;
  font-size: 1.6em;
  font-weight: 700;
}

.nrc-report h4 {
  margin-top: 0;
  color: #001871;
  font-size: 1.1em;
  font-weight: 700;
}

.nrc-report h5 {
  font-size: 1.1em;
  font-weight: 700;
  color: #001871;
  line-height: 1.2em;
}

.nrc-report h5.subtitle {
  color: #736c61;
}

.nrc-report p {
  margin: 0 0 1em;
}

.nrc-report ul {
  padding: 0 0 0 1.3em;
  margin-bottom: 1em;
}

.nrc-report .row.natural {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nrc-report .row.next-section {
  margin-right: -16px;
  padding: 0;
  border-top: 15px solid #001871;
}

.nrc-report .row.next-section:first-child {
  border-top: none;
}

.nrc-report .row.next-section .img-solo img {
  width: 99%;
}

.nrc-report .row .embed-responsive {
  margin: 0 0 1em 0;
}

.nrc-report .share-it .chart__share {
  position: absolute;
  left: 96%;
  top: 1.6em;
}

.nrc-report .share-it .chart__share a:hover,
.nrc-report .share-it .chart__share a:focus {
  outline: 0;
}

.nrc-report .share-it .chart__share::before {
  left: -4px;
}

.nrc-report .intro {
  width: 90%;
  margin-bottom: 2em;
}

.nrc-report .intro h2 {
  font-size: 1.6em;
  width: 95%;
}

.nrc-report .intro span.emphasize {
  font-weight: 700;
  text-transform: uppercase;
}

.nrc-report .intro button.options-menu {
  margin: 0;
  cursor: text;
}

.nrc-report section {
  background: #ffffff;
  margin: 1em;
  padding: 1em 0;
}

.nrc-report.landing-one {
  background: #001871;
}

.nrc-report.landing-one .divide {
  border-right: 15px solid #001871;
}

.nrc-report.landing-two {
  background: #f1efed;
}

.nrc-report.landing-two .divide {
  border-right: 15px solid #f1efed;
}

.nrc-report.landing-two .divider {
  margin-right: -16px;
  margin-left: -16px;
  border-top: 15px solid #f1efed;
}

.nrc-report.landing-two .row .next-section {
  border-top: 15px solid #f1efed;
}

.nrc-report .nrc-report-list-menu {
  padding: 0.5em 1em;
  background: #f2ede2;
  border: 2px solid #c69214;
}

.nrc-report .nrc-report-list-menu h5 {
  font-weight: bold;
  margin-bottom: 4px;
  color: #007367;
}

.nrc-report .nrc-report-list-menu ul {
  padding-left: 0.5em;
}

.nrc-report .nrc-report-list-menu ul li {
  list-style-type: none;
  color: #007367;
}

.nrc-report .comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0.5em 0;
}

.nrc-report .comparison .select-options-offscreen {
  display: none;
}

.nrc-report .comparison .select-options {
  font-family: 'Open Sans', "Lucida Grande", Lucida, Arial, sans-serif;
  margin: 0 0 0.5em 0;
  width: 49%;
  vertical-align: top;
}

.nrc-report .comparison .select-options label {
  font-weight: 700;
  color: #007367;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}

.nrc-report .comparison .select-options div[role="textbox"],
.nrc-report .comparison .select-options input.nrc-report-textbox {
  background: #f2ede2 url(../images/arrow-pulldown--small.png) no-repeat center right;
  border-left: 1px solid #c69214;
  border-top: 1px solid #c69214;
  border-bottom: 1px solid #c69214;
  color: #007367;
  cursor: pointer;
  font-weight: 600;
  padding: 0.4em 0.5em;
  display: inline-block;
  width: 100%;
}

.nrc-report .comparison .select-options input:focus,
.nrc-report .comparison .select-options input.focus {
  border: solid 1px #c69214;
  -webkit-box-shadow: 0 0 5px 1px #d4ad45;
          box-shadow: 0 0 5px 1px #d4ad45;
}

.nrc-report .comparison .select-options input.search {
  width: calc(100% - 1em);
  margin: 0 0.5em;
  padding: 0.3em;
  border: 1px solid #c69214;
}

.nrc-report .comparison .select-options .dropdown-menu,
.nrc-report .comparison .select-options .dropdown-menu {
  background: #f2ede2;
  border-bottom: 1px solid #c69214;
  border-left: 1px solid #c69214;
  border-right: 1px solid #c69214;
  border-radius: 0;
  /* bootstrap override*/
  top: auto;
  left: auto;
  width: 47%;
}

.nrc-report .comparison .select-options .dropdown-menu.scrollable-menu,
.nrc-report .comparison .select-options .dropdown-menu.scrollable-menu {
  height: auto;
  max-height: 300px;
  overflow-x: hidden;
}

.nrc-report .comparison .select-options .dropdown-menu .fa-search,
.nrc-report .comparison .select-options .dropdown-menu .fa-search {
  position: absolute;
  top: 1em;
  right: 1em;
  color: #c69214;
}

.nrc-report .comparison .select-options .menu-section div {
  color: #007367;
  cursor: pointer;
  min-width: 252px;
  padding: 0.35em 2em;
}

.nrc-report .comparison .select-options .menu-section div:hover {
  color: #ffffff;
  background: #007367;
  cursor: pointer;
}

.nrc-report .comparison .select-options .menu-section .selected {
  color: #ffffff;
  background: #c69214;
  cursor: pointer;
}

.nrc-report .comparison .select-options .menu-section-header {
  position: relative;
  color: #007367;
  font-family: "Open Sans","Lucida Grande",Lucida,Arial,sans-serif;
  font-weight: 700;
  margin: 0 0.5em;
  padding: 0.5em 0 0.5em 1.5em;
  text-transform: uppercase;
}

.nrc-report .comparison .select-options .menu-section-header.close-it:before, .nrc-report .comparison .select-options .menu-section-header.open-it:before {
  font-family: FontAwesome;
  font-size: 1em;
  position: absolute;
  left: 0.1em;
}

.nrc-report .comparison .select-options .menu-section-header.close-it:before {
  content: "\f146";
  color: #c69214;
}

.nrc-report .comparison .select-options .menu-section-header.open-it:before {
  content: "\f0fe";
  color: #007367;
}

.nrc-report .comparison .select-options:first-child {
  margin-right: 2%;
}

.nrc-report .comparison:after {
  content: "";
  display: table;
  clear: both;
}

.nrc-report .color-legend.donuts h6 {
  font-size: inherit;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}

.nrc-report .color-legend.donuts ul {
  display: inline-block;
  list-style: none;
  line-height: 2em;
  margin: 0.5em 0;
  padding-left: 0;
  font-size: 0.95em;
}

.nrc-report .color-legend.donuts ul li {
  display: inline-block;
  margin-right: 0.5em;
}

.nrc-report .color-legend.donuts ul li svg.opt-0 {
  fill: #d0d0d0;
  height: 1em;
  width: 2em;
}

.nrc-report .color-legend.donuts ul span {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: relative;
  top: 1px;
  margin: 0 0.3em 0 0;
}

.nrc-report .color-legend.donuts ul span:first-child {
  margin: 0 0.3em 0 0.5em;
}

.nrc-report .color-legend.donuts ul .opt-1 {
  background-color: #889bc0;
}

.nrc-report .color-legend.donuts ul .opt-2 {
  background-color: #666057;
}

.nrc-report .color-legend.donuts ul .opt-3 {
  background-color: #007367;
}

.nrc-report .color-legend.donuts ul .opt-4 {
  background-color: #001871;
}

.nrc-report .color-legend.arrows h6 {
  font-size: inherit;
  font-weight: 600;
  float: left;
  vertical-align: top;
  margin: 0.5em 0;
}

.nrc-report .color-legend.arrows ul.two-column {
  list-style-type: none;
  float: left;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  column-gap: 0;
  padding: 0.3em 0.5em 1em 0.5em;
}

.nrc-report .color-legend.arrows ul.two-column li svg.up-trend,
.nrc-report .color-legend.arrows ul.two-column li svg.down-trend,
.nrc-report .color-legend.arrows ul.two-column li svg.no-trend,
.nrc-report .color-legend.arrows ul.two-column li svg.opt-0 {
  height: 1em;
  width: 1.5em;
}

.nrc-report .color-legend.arrows ul.two-column li svg.up-trend {
  fill: #001871;
}

.nrc-report .color-legend.arrows ul.two-column li svg.down-trend {
  fill: #889bc0;
}

.nrc-report .color-legend.arrows ul.two-column li svg.no-trend {
  fill: #a49d87;
}

.nrc-report .color-legend.arrows ul.two-column li svg.opt-0 {
  fill: #d0d0d0;
}

.nrc-report .color-legend.arrows:after {
  content: "";
  display: table;
  clear: both;
}

.nrc-report .note {
  font-size: 0.8em;
}

.nrc-report .table-container {
  position: relative;
}

.nrc-report .table-container .cover {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100%;
  z-index: 1;
}

.nrc-report .table-container .cover .loader {
  position: absolute;
  top: 20%;
  left: 45%;
  z-index: 1;
  color: #c69214;
  font-size: 6em;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.nrc-report table.report-card {
  position: relative;
  border: none;
}

.nrc-report table.report-card thead {
  background: #007367;
  color: #ffffff;
  position: relative;
}

.nrc-report table.report-card thead th {
  text-align: center;
  padding: 0.5em 0;
}

.nrc-report table.report-card thead th.nrc-rteTable-default {
  border: none;
}

.nrc-report table.report-card thead tr:first-child th:nth-child(2) span {
  padding: 0.5em 0;
  border-bottom: 2px solid #ffffff;
}

.nrc-report table.report-card thead tr th:last-child {
  border-right: 1px solid #a19787;
}

.nrc-report table.report-card thead:after {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  border-bottom: 36px solid #c69214;
  border-left: #fff 36px solid;
  content: "";
}

.nrc-report table.report-card tbody tr th {
  text-align: left;
  vertical-align: middle;
}

.nrc-report table.report-card tbody tr th.nrc-rteTable-default {
  width: 30%;
  text-transform: uppercase;
}

.nrc-report table.report-card tbody tr th.nrc-rteTable-default span {
  display: inline-block;
  color: #007367;
  width: 75%;
  vertical-align: middle;
}

.nrc-report table.report-card tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 0.5em 0;
}

.nrc-report table.report-card tbody tr td.nrc-rteTable-default svg.achievement {
  width: 60px;
  height: 60px;
  vertical-align: middle;
}

.nrc-report table.report-card tbody tr td.nrc-rteTable-default svg.achievement text {
  stroke: none;
  fill: #736c61;
}

.nrc-report table.report-card tbody tr td.nrc-rteTable-default svg.achievement .donut-ring {
  fill: #d0d0d0;
  stroke: none;
}

.nrc-report table.report-card tbody tr td.nrc-rteTable-default svg.achievement.opt-0 {
  height: 60px;
}

.nrc-report table.report-card tbody tr td.nrc-rteTable-default svg.achievement.opt-0 path {
  fill: #d0d0d0;
  stroke: none;
}

.nrc-report table.report-card tbody tr td.nrc-rteTable-default svg.achievement.opt-1 .donut-arc {
  fill: #889bc0;
}

.nrc-report table.report-card tbody tr td.nrc-rteTable-default svg.achievement.opt-2 .donut-arc {
  fill: #666057;
}

.nrc-report table.report-card tbody tr td.nrc-rteTable-default svg.achievement.opt-3 .donut-arc {
  fill: #007367;
}

.nrc-report table.report-card tbody tr td.nrc-rteTable-default svg.achievement.opt-4 .donut-arc {
  fill: #001871;
}

.nrc-report table.report-card tbody tr td.nrc-rteTable-default svg.percentage {
  width: 4em;
  height: 3em;
  font-size: 1.1em;
}

.nrc-report table.report-card tbody tr td.nrc-rteTable-default svg.percentage text {
  stroke: none;
  fill: #ffffff;
}

.nrc-report table.report-card tbody tr td.nrc-rteTable-default svg.percentage.up-trend {
  fill: #001871;
}

.nrc-report table.report-card tbody tr td.nrc-rteTable-default svg.percentage.down-trend {
  fill: #889bc0;
}

.nrc-report table.report-card tbody tr td.nrc-rteTable-default svg.percentage.no-trend {
  fill: #a49d87;
}

.nrc-report table.report-card tbody tr td.nrc-rteTable-default svg.percentage.opt-0 {
  height: 60px;
  fill: #d0d0d0;
}

.nrc-report table.report-card tbody tr td.nrc-rteTable-default .year {
  display: block;
  font-size: 12px;
  font-weight: 600;
}

.nrc-report button.options-menu {
  background: #c69214;
  color: #fff;
  font-size: 1.2em;
  height: 21px;
  width: 20px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5%;
  padding: 0;
  cursor: pointer;
}

.nrc-report button.options-menu .fa {
  vertical-align: baseline;
  font-weight: 800;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.nrc-report .inner {
  padding: 1em 0;
  /* 1em down from 2em to even out spacing issues */
}

.nrc-report .inner h4 {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1em;
  padding: 0;
}

.nrc-report .inner h4.fx-spot {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}

.nrc-report .inner h5 {
  margin-top: 0;
}

.nrc-report .inner .new-feature {
  background-color: #af272f;
  color: #ffffff;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 700;
  margin-right: 0.5em;
  /*margin-bottom: 1em;*/
  padding: 0.2em 0.4em;
  vertical-align: top;
}

.nrc-report .inner .new-feature:after {
  content: " ";
}

.nrc-report .inner p:last-child {
  margin: 0;
}

.nrc-report .inner ul {
  margin: 0;
}

.nrc-report .inner .img-solo {
  padding: 0 0 1em 0;
}

.nrc-report .inner .related-media {
  padding: 1em 0 1em 0;
}

.nrc-report .inner .related-media img {
  width: 100%;
}

.nrc-report .inner .features {
  margin-top: 0.5em;
}

.nrc-report .inner .features li {
  font-size: 1.1em;
  font-weight: 700;
  padding: 0.5em 0;
}

.nrc-report .inner .features li:first-child {
  padding-top: 0;
}

.nrc-report .inner .features li:last-child {
  padding-bottom: 0;
}

.nrc-report .inner .quick-links {
  text-align: center;
}

.nrc-report .inner .quick-links p {
  margin: 0 0 0.5em;
}

.nrc-report .inner .lead-in {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 1em;
}

.nrc-report .inner .flex-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nrc-report .inner .flex-inside .box-content {
  margin: 0 1em 0 0;
}

.nrc-report .inner .flex-inside .box-links {
  margin-left: auto;
}

.nrc-report .inner .flex-inside .box-links .button-row.flank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nrc-report .inner .flex-inside .box-links .button-row.flank .feature-btn {
  width: 11em;
}

.nrc-report .inner .flex-inside .box-links .button-row.flank .feature-btn:first-child {
  margin-right: 1em;
  margin-bottom: 1em;
}

.nrc-report .inner .flex-inside .box-links .button-row.flank .feature-btn:last-child {
  margin-bottom: 1em;
  /*override */
}

.nrc-report .inner-content p {
  margin: 0;
}

.nrc-report .inner-content p .feature-btn {
  margin: 0 0 1em 0;
}

.nrc-report .inner-content ul {
  margin-bottom: 0;
}

.nrc-report .inner-content .featured-img {
  padding: 1em 0;
  width: 100%;
}

.nrc-report .cover-img {
  float: left;
  margin: 0 1em 0 0;
}

.nrc-report .cover-img:after {
  content: "";
  display: table;
  clear: both;
}

.nrc-report a.feature-btn {
  background: #f2ede2;
  border: 1px solid #c69214;
  color: #007367;
  display: inline-block;
  font-weight: 700;
  line-height: 20px;
  margin: 0.5em 0 1.5em 0;
  padding: 0.6em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.nrc-report a.feature-btn.side-bar {
  margin: 0.5em 0;
}

.nrc-report a.feature-btn:last-child {
  margin-bottom: 0;
}

.nrc-report a.feature-btn:hover {
  background: #007367;
  border: 1px solid #007367;
  color: #fff;
}

.nrc-report .next-section.nrc-promo {
  background: #007367;
  color: #fff;
  text-align: center;
  margin-left: -15px;
  margin-right: -16px;
  padding: 1em 0;
}

.nrc-report .next-section.nrc-promo h3 {
  margin-top: 0.5em;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 0.05em;
}

.nrc-report .next-section.nrc-promo p {
  margin: 0 0 0.5em 0;
}

.nrc-report .dba-layout {
  display: inline-block;
}

.nrc-report .dba-layout span {
  font-weight: 700;
  vertical-align: middle;
}

.nrc-report .dba-layout span:nth-of-type(2) {
  margin-left: 1em;
}

.nrc-report .dba-layout .feature-btn {
  display: inline-block;
  margin: 0 0 0;
  padding: 0 0.5em;
  width: auto;
}

.nrc-report .nrc_pageContent {
  margin-right: 0;
  padding-top: 1.3em;
}

.nrc-report .box-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 1em 0;
  /* 1em down from 2em to even out spacing issues */
}

.nrc-report .box-display .box-text {
  margin: 0 0 0 1em;
}

.nrc-report .box-display .box-text h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.nrc-report .box-display .box-text h5 {
  margin-top: 0;
  line-height: 20px;
}

.nrc-report .box-display .box-text h5.subtitle {
  color: #736c61;
  font-size: 1em;
}

.nrc-report .box-display .box-text p:last-child {
  margin-bottom: 0;
}

.nrc-report .box-display .box-imgresp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nrc-report .box-display .box-imgresp img {
  width: auto;
}

.nrc-report .box-display .box-imgresp img.chart-thumb {
  border: 2px solid #a19787;
}

.nrc-report .box-display .box-imgresp .button-row.flank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nrc-report .box-display .box-imgresp .button-row.flank .feature-btn:first-of-type {
  margin-right: 1em;
}

.nrc-report .dock {
  margin: 1em 0 0 0;
  /* margin: 2em 0;  2em up from 1em to even out spacing issues */
}

.nrc-report .dock .col-md-6:first-of-type {
  padding: 0;
}

.nrc-report .dock:after {
  content: "";
  clear: both;
  display: table;
}

.nrc-report .dock .related-media {
  padding: 0 0 1em 0;
}

.nrc-report .dock .related-media img {
  width: 100%;
}

.nrc-report .dock p {
  margin: 0;
}

.nrc-report .dock ul li {
  font-weight: 700;
  color: #007367;
}

.nrc-report .promo-box {
  margin-top: 2em;
}

.nrc-report .promo-box .video-container {
  margin: 1em 0 1em 0;
}

.nrc-report .promo-box .video-container iframe {
  height: 100%;
  width: 100%;
}

.nrc-report.landing-one .col-md-4 .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1em 0;
}

.nrc-report.landing-one .col-md-4 .button-row .feature-btn {
  margin-bottom: 0;
  padding: 0.3em 0.6em;
}

.nrc-report.landing-one .col-md-4 .button-row .feature-btn:first-child {
  margin-right: 1em;
}

.nrc-report.landing-one .col-md-12 .box-display:first-child h5 {
  margin-top: 0.3em;
  font-size: 1.25em;
  line-height: 1.3em;
}

/* end nrc-report styles */
/* global styles */
* {
  -webkit-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, -webkit-transform;
  -webkit-transition-property: background-color, border-color, color, opacity, text-shadow, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, opacity, text-shadow, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

@media screen and (max-width: 992px) {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6em;
  .nrc_body a {
    font-size: inherit;
  }
  #aspnetForm #footer .footer-container .tabs {
    width: 100%;
    border-right: 0px none #ffffff;
  }
  #aspnetForm #footer .footer-container .tabs .nde-data-filter {
    float: none;
  }
  #aspnetForm #footer .footer-container .tabs .nde-data-filter.jurisdiction, #aspnetForm #footer .footer-container .tabs .nde-data-filter.statistic {
    margin-left: 0;
  }
  #aspnetForm #footer .footer-container .tabs .nde-data-filter.jurisdiction,
  #aspnetForm #footer .footer-container .tabs .nde-data-filter.grade,
  #aspnetForm #footer .footer-container .tabs .nde-data-filter.variable,
  #aspnetForm #footer .footer-container .tabs .btn-customize-table {
    display: inline-block;
  }
  #aspnetForm #footer .footer-container .tabs .tab2 .btn-customize-table {
    float: none;
    padding-top: 1em;
  }
  #aspnetForm #footer .footer-container {
    width: 100%;
  }
  #aspnetForm #footer .footer-container .fixed-tab {
    width: 100%;
    float: none;
  }
  .container {
    width: 100%;
  }
  body {
    font-size: 1.6em;
  }
  .nrc-report.landing-one .divide,
  .nrc-report.landing-two .divide {
    border-right: none;
  }
  .nrc-report .comparison {
    display: block;
  }
  .nrc-report .comparison .select-options {
    width: 100%;
  }
  .nrc-report .row.natural {
    display: block;
  }
  .nrc-report .row.next-section:first-child {
    border-top: 15px solid #001871;
  }
  .nrc-report button.options-menu .fa {
    vertical-align: top;
  }
  .nrc-report table.report-card thead tr:first-child th:nth-child(2) span {
    border-bottom: none;
  }
  .nrc-report table.report-card tbody tr td.nrc-rteTable-default svg {
    width: 100px;
    height: 100px;
  }
  .nrc-report table.report-card tbody tr td.nrc-rteTable-default svg.opt-0 {
    height: 95px;
  }
  .nrc-report .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .nrc-report .video-container iframe,
  .nrc-report .video-container object,
  .nrc-report .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .nrc-report .figure-container figure div {
    width: 20%;
  }
  .nrc-report .figure-container figure figcaption {
    width: 70%;
  }
  .nrc-report .box-display .box-img {
    width: auto;
  }
}

@media screen and (max-width: 992px) and (max-width: 650px) {
  .nrc-report .box-display .box-text {
    margin: 1em 0 0 0;
  }
}

@media screen and (max-width: 992px) and (max-width: 650px) {
  .nrc-report .box-display.break {
    display: block;
  }
}

@media screen and (max-width: 992px) and (max-width: 992px) {
  .nrc-report .box-display .box-imgrsp {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .nrc-report .flex-it .col a.feature-btn {
    width: 100%;
  }
  .nrc-report .resp-border {
    border-top: 15px solid #f1efed;
  }
  .nrc-report .inner .flex-inside {
    display: block;
  }
  .nrc-report .inner .flex-inside .box-links {
    margin-top: 1em;
  }
  .nrc-report .inner .flex-inside .box-links .button-row.flank .feature-btn {
    width: 50%;
  }
}
/*# sourceMappingURL=main.css.map */