@font-face {
  font-family: 'Cardo';
  font-weight: 700;
  src: local("Cardo-Bold"), url(Cardo-Bold.ttf) format("truetype"); }

@font-face {
  font-family: 'OpenSans';
  font-weight: 400;
  src: local("OpenSans-Regular"), url(OpenSans-Regular.ttf) format("truetype"); }

@font-face {
  font-family: 'OpenSans';
  font-weight: 600;
  src: local("OpenSans-SemiBold"), url(OpenSans-SemiBold.ttf) format("truetype"); }

@font-face {
  font-family: 'OpenSans';
  font-style: italic;
  font-weight: 400;
  src: local("OpenSans-Italic"), url(OpenSans-Italic.ttf) format("truetype"); }

@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 700;
  src: local("OpenSans-Bold"), url(OpenSans-Bold.ttf) format("truetype"); }

@font-face {
  font-family: 'OpenSans';
  font-style: italic;
  font-weight: 700;
  src: local("OpenSans-BoldItalic"), url(OpenSans-BoldItalic.ttf) format("truetype"); }

@font-face {
  font-family: 'Unna';
  font-style: italic;
  font-weight: 400;
  src: local("Unna-Italic"), url(Unna-Italic.ttf) format("truetype"); }

* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: inherit; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  background-color: white;
  font-family: "OpenSans",sans-serif;
  color: #333; }

ol, ul {
  list-style: none; }

img {
  border: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-spacing: 0; }
  table caption {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 5px; }

table, td, th, tr {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 5px; }

a {
  font-weight: bold;
  color: #003658;
  font-family: 'Cardo', serif; }
  a:hover {
    font-weight: bold;
    color: #003658; }
  a:active {
    outline: none; }

p {
  margin-bottom: 1em; }

h1, h2, h3, h4 {
  margin-bottom: 15px; }

blockquote {
  font-style: italic;
  font-size: 90%;
  margin-left: 30px; }

cite {
  text-align: right;
  display: block; }

:focus {
  outline: 3px #111a29 dotted;
  outline-offset: 1px;
  outline-radius: 5px; }

.clear {
  clear: both; }

.blue {
  color: #111a29;
  font-weight: 600; }

.form-control {
  display: block; }
  .form-control .error {
    border-color: #a00; }

.error_message {
  color: #a00; }
  .error_message:before {
    content: "(!) ";
    color: #a00; }

.margin-left-40 {
  margin-left: 40px; }

.margin-left-20 {
  margin-left: 20px; }

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.logo-top {
  width: 370px;
  height: 100%;
  display: inline-block;
  padding: 20px;
  padding-top: 15px;
  padding-bottom: 25px;
  border-right: 2px solid white; }

.body-wrapper {
  margin-top: 10px; }

.body-maincolumn {
  width: 840px; }
  .body-maincolumn.leftColumn {
    float: right;
    padding-right: 10px; }
    .body-maincolumn.leftColumn.publications {
      background-color: white;
      width: 1003px;
      margin-right: 13px;
      padding-right: 0px; }
  .body-maincolumn.rightColumn {
    float: left;
    padding-right: 10px; }

.body-sidecolumn {
  width: 340px;
  position: relative; }
  .body-sidecolumn.left {
    float: left;
    margin-right: 30px;
    width: 312px; }

#top-banner {
  margin-bottom: 10px; }

#search_button {
  color: white;
  padding: 4px 6px;
  margin-top: -4px;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 6px;
  border: 2px solid #fed588;
  color: #111a29;
  background-color: #fcbf40;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer; }

#wrapper-header {
  background-color: #111a29;
  height: 100px;
  width: 1200px;
  margin: auto;
  border-bottom: 5px solid #fcbf40; }

#wrapper-header :focus {
  outline: 3px #fff dotted; }

body#high-risk-dashboard.full-header-footer #wrapper-header-outer {
  background-color: #111a29;
  border-bottom: 5px solid #fcbf40; }

body#high-risk-dashboard.full-header-footer #wrapper-header {
  border-bottom: none; }

body#high-risk-dashboard.full-header-footer #wrapper-footer {
  width: 100%; }

body#high-risk-dashboard #wrapper-header {
  height: 130px; }
  body#high-risk-dashboard #wrapper-header div.logo-top {
    margin-left: 100px; }
  body#high-risk-dashboard #wrapper-header ul.top-main-menu {
    height: auto;
    width: 700px;
    vertical-align: top;
    margin-top: 25px; }
  body#high-risk-dashboard #wrapper-header a.hover-button {
    height: 80px;
    width: 120px;
    display: block;
    margin-right: 0;
    float: left; }
  body#high-risk-dashboard #wrapper-header a.overview-button {
    background-image: url(/local_high_risk/v4/images/overview.png); }
    body#high-risk-dashboard #wrapper-header a.overview-button:hover, body#high-risk-dashboard #wrapper-header a.overview-button.active {
      background-image: url(/local_high_risk/v4/images/overview-hvr.png); }
  body#high-risk-dashboard #wrapper-header a.mycity-button {
    background-image: url(/local_high_risk/v4/images/mycity.png); }
    body#high-risk-dashboard #wrapper-header a.mycity-button:hover, body#high-risk-dashboard #wrapper-header a.mycity-button.active {
      background-image: url(/local_high_risk/v4/images/mycity-hvr.png); }
  body#high-risk-dashboard #wrapper-header a.compare-button {
    background-image: url(/local_high_risk/v4/images/compare.png); }
    body#high-risk-dashboard #wrapper-header a.compare-button:hover, body#high-risk-dashboard #wrapper-header a.compare-button.active {
      background-image: url(/local_high_risk/v4/images/compare-hvr.png); }
  body#high-risk-dashboard #wrapper-header a.impact-button {
    background-image: url(/local_high_risk/v4/images/impact.png); }
    body#high-risk-dashboard #wrapper-header a.impact-button:hover, body#high-risk-dashboard #wrapper-header a.impact-button.active {
      background-image: url(/local_high_risk/v4/images/impact-hvr.png); }
  body#high-risk-dashboard #wrapper-header a.about-button {
    background-image: url(/local_high_risk/v4/images/about.png); }
    body#high-risk-dashboard #wrapper-header a.about-button:hover, body#high-risk-dashboard #wrapper-header a.about-button.active {
      background-image: url(/local_high_risk/v4/images/about-hvr.png); }

#wrapper-outerbox, #wrapper-footer {
  width: 1200px;
  margin: auto; }

#wrapper-footer {
  background-color: #111a29;
  padding-top: 30px;
  padding-bottom: 20px; }
  #wrapper-footer #footer-copyright {
    text-align: center;
    color: white;
    font-size: 14px;
    margin: 0; }
    #wrapper-footer #footer-copyright a {
      color: white;
      font-weight: normal;
      font-family: "OpenSans", sans-serif; }
  #wrapper-footer hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: #FCBF40; }

#footer-header, #footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

#footer-header {
  align-items: center;
  margin-bottom: 30px; }
  #footer-header img {
    margin-right: 30px; }
  #footer-header span {
    color: white;
    font-size: 44px;
    margin-right: 30px;
    font-family: Cardo, serif; }
  #footer-header a.hover-button {
    height: 45px;
    width: 45px;
    display: block;
    margin-right: 10px;
    float: left; }
  #footer-header a.facebook-button {
    background-image: url(/images/layout/facebook-reg.png); }
  #footer-header a.facebook-button:hover {
    background-image: url(/images/layout/facebook-hvr.png); }
  #footer-header a.twitter-button {
    background-image: url(/images/layout/twitter-reg.png); }
  #footer-header a.twitter-button:hover {
    background-image: url(/images/layout/twitter-hvr.png); }
  #footer-header a.linkedin-button {
    background-image: url(/images/layout/linkedin-reg.png); }
  #footer-header a.linkedin-button:hover {
    background-image: url(/images/layout/linkedin-hvr.png); }
  #footer-header a.email-button {
    background-image: url(/images/layout/email-reg.png); }
  #footer-header a.email-button:hover {
    background-image: url(/images/layout/email-hvr.png); }

#footer-columns {
  align-items: stretch; }
  #footer-columns h1 {
    color: #FCBF40;
    text-transform: uppercase; }
  #footer-columns ul {
    margin: 0;
    padding: 0; }
    #footer-columns ul li {
      line-height: 1.7;
      list-style-type: none;
      list-style-image: none; }
      #footer-columns ul li, #footer-columns ul li a {
        color: white;
        font-size: 14px;
        font-family: "OpenSans", sans-serif;
        font-weight: normal; }
      #footer-columns ul li ul {
        margin-left: 10px; }

#footer-column1, #footer-column2 {
  border-right: 2px solid #FCBF40;
  margin-right: 50px;
  padding-right: 50px; }

strong.brown {
  color: #803201;
  font-weight: 600; }

span.extraBold {
  font-weight: 800; }

span.hearing-date {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600; }

span.hearing-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #003658;
  padding-top: 20px;
  padding-bottom: 20px;
  word-wrap: break-word; }

div.newsletter-box {
  margin-top: 20px;
  padding-left: 20px; }
  div.newsletter-box div.label {
    float: left;
    width: 250px;
    margin-top: 15px; }

ul.top-main-menu {
  margin: 0;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
  display: inline-block;
  height: 80px;
  width: 490px;
  vertical-align: middle; }
  ul.top-main-menu li {
    display: inline-block;
    vertical-align: middle; }
    ul.top-main-menu li a {
      color: #FFF;
      font-family: OpenSans, sans-serif;
      font-size: 14px;
      text-shadow: -1px -1px #333, -1px -1px #132a3f;
      z-index: 2;
      position: relative;
      padding: 18px;
      padding-left: 18px; }

body#publications div.body-sidecolumn.left {
  width: 167px;
  margin-right: 11px; }

#wrapper-outerbox {
  margin-bottom: 20px; }

body#subpage #slider-box {
  width: 250px;
  margin: auto;
  margin-top: 20px; }
  body#subpage #slider-box #scrollable {
    position: relative;
    width: 250px;
    overflow: hidden;
    height: 520px; }
  body#subpage #slider-box .scrollable .items {
    width: 2000px;
    position: relative;
    clear: both; }
    body#subpage #slider-box .scrollable .items div.slider {
      width: 250px;
      height: 520px;
      float: left;
      display: block;
      position: relative; }

img#main-banner-img {
  margin-bottom: 10px;
  border-bottom: 5px solid #fcbf40; }

div#hearing-report-banner {
  background-color: #f6f6f6;
  border-bottom: 1px solid #707070;
  text-align: center;
  padding: 20px;
  width: 1160px;
  background-color: #fff;
  border-bottom: none; }

div#hearing {
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 96.5%;
  background-color: #f6f6f6; }
  div#hearing a {
    display: inline-block;
    color: #d23d2a;
    font-family: OpenSans, sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase; }

div#hearing h1, div#hearing-report-banner h1 {
  font-family: 'Cardo', serif;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2; }

div.flex {
  display: flex; }

div#main-index-latest-reports {
  border-right: 1px solid #707070;
  flex-grow: 1;
  max-width: 50%;
  padding: 20px; }
  div#main-index-latest-reports h1 {
    width: 80%;
    margin: auto;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
    color: black;
    font-size: 32px; }
  div#main-index-latest-reports .line {
    clear: both;
    padding-top: 20px; }
  div#main-index-latest-reports hr {
    width: 80%;
    margin: auto; }
  div#main-index-latest-reports h2 {
    text-align: center;
    font-size: 24px;
    font-style: italic;
    margin: 20px;
    margin-bottom: 30px; }
  div#main-index-latest-reports div.reports-button {
    text-align: center;
    margin-bottom: 10px; }

div.main-latest-report, div.hearing-session {
  clear: both; }

div.hearing-session {
  width: 90%; }
  div.hearing-session img {
    float: left;
    margin: 10px;
    margin-top: 0;
    margin-bottom: 50px;
    margin-left: 55px;
    margin-right: 25px; }
  div.hearing-session h2 {
    font-size: 24px; }

div.main-latest-report img {
  float: left;
  margin: 10px;
  margin-top: 0;
  margin-bottom: 20px; }

div.main-latest-report .policy-area {
  display: block;
  text-transform: uppercase;
  color: #707070;
  font-family: OpenSans, sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px; }

div.main-latest-report .short-title {
  display: block;
  margin-bottom: 10px;
  color: black;
  font-family: OpenSans, sans-serif;
  font-weight: 600;
  font-size: 18px; }

div.main-latest-report a,
div.coming-soon-item a {
  display: block;
  text-transform: uppercase;
  color: #d23d2a;
  margin-bottom: 5px;
  font-family: OpenSans, sans-serif;
  font-weight: 600;
  font-size: 12px; }

div#main-index-image-links {
  max-width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  flex-grow: 1; }
  div#main-index-image-links img {
    margin: 10px;
    margin-bottom: 0px;
    margin-top: 0px; }

div#main-coming-soon {
  background-color: #FCBF40;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  text-align: center;
  padding: 30px;
  padding-top: 40px;
  width: 1160px; }
  div#main-coming-soon h1 {
    font-size: 40px;
    font-family: Cardo, serif; }
  div#main-coming-soon div.flex {
    justify-content: center;
    width: 90%;
    margin: auto; }
  div#main-coming-soon span.wip-title {
    min-height: 50px; }
  div#main-coming-soon h2 {
    font-size: 24px;
    font-style: italic;
    margin-top: 10px; }
  div#main-coming-soon div.wip-button {
    padding-top: 10px;
    text-align: center; }
    div#main-coming-soon div.wip-button a.button-link {
      background-color: white; }

div.coming-soon-item {
  background-color: white;
  padding: 30px;
  margin: 15px;
  width: 40%; }
  div.coming-soon-item img, div.coming-soon-item .wip-title, div.coming-soon-item .wip-release-date, div.coming-soon-item a {
    display: block;
    margin: auto;
    margin-bottom: 10px; }
  div.coming-soon-item .wip-title {
    font-size: 20px;
    font-weight: bold; }
  div.coming-soon-item .wip-release-date-prefix {
    font-style: italic; }

div#main-video {
  width: 640px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center; }

a.button-link {
  border-radius: 5px;
  color: #00182d;
  background-color: #fcbf40;
  border: 1px solid black;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: 'PT-Sans';
  font-weight: bold;
  text-transform: uppercase; }

div.column-news-item {
  margin-bottom: 12px;
  border-bottom-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-bottom-color: #e6e6e6;
  padding-bottom: 12px;
  color: #666666;
  font-size: 14px;
  line-height: 18px; }
  div.column-news-item .column-news-title {
    font-weight: bold; }
  div.column-news-item span.news-release-date {
    display: inline;
    padding-right: 19px;
    margin-right: 10px; }
  div.column-news-item p {
    margin-left: 30px; }

div.side-menu-boxA {
  background-color: #f0f0f0;
  margin-bottom: 20px; }

body#publications div.side-easysearch h2 {
  color: #111a29;
  height: 35px;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 24px;
  text-transform: capitalize;
  background-color: #fcbf40;
  font-weight: 400; }

div.side-form-boxA {
  background-color: #e4e4e4; }

div.side-menu-boxA h2, div.side-form-boxA h2 {
  color: #FFF;
  height: 34px;
  background-color: #111a29;
  padding-left: 20px;
  padding-top: 8px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600; }

div.side-menu-boxA ul {
  margin: 0px 0px;
  padding: 0; }

div.side-menu-boxA li {
  display: block;
  border-bottom: 1px solid #dcdcdc; }
  div.side-menu-boxA li.current {
    background-color: #111a29; }
  div.side-menu-boxA li:hover {
    background-color: #3a424e; }
  div.side-menu-boxA li.current, div.side-menu-boxA li:hover {
    display: block; }
    div.side-menu-boxA li.current a, div.side-menu-boxA li:hover a {
      color: #FFF; }
  div.side-menu-boxA li a {
    font-family: "OpenSans",sans-serif;
    padding: 8px 0px 8px 27px;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    color: #111a29; }

span.yellow-bar {
  color: #FCBF40; }

form#form1 {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  margin-left: 20px;
  color: white;
  font-style: italic;
  width: 233px; }
  form#form1 fieldset {
    border: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px; }
    form#form1 fieldset span {
      text-transform: uppercase; }
  form#form1 input#search {
    width: 130px;
    color: black;
    font-size: 14px;
    padding-left: 2px;
    background-color: #d5d5d5;
    border: 1px solid #f5f5f5;
    border-radius: 5px; }

div.body-sidecolumn div.side-form-boxA form {
  padding-left: 30px; }
  div.body-sidecolumn div.side-form-boxA form label {
    display: block;
    color: #111a29;
    padding: 10px 0px 2px 0px;
    font-size: 14px; }
    div.body-sidecolumn div.side-form-boxA form label span.optionalField {
      font-style: italic; }
  div.body-sidecolumn div.side-form-boxA form input {
    width: 227px;
    height: 29px;
    border: none;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #d0d0d0;
    padding-left: 8px; }
    div.body-sidecolumn div.side-form-boxA form input.submit-leftbar {
      background-color: #111a29;
      border: 1px solid white;
      color: #FFF;
      border-radius: 6px;
      padding: 5px 10px;
      font-style: italic;
      cursor: pointer; }
  div.body-sidecolumn div.side-form-boxA form textarea {
    width: 227px;
    height: 196px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #d0d0d0;
    padding-left: 8px;
    resize: none;
    margin-bottom: 6px;
    overflow: auto; }

ul.easysearch-menu {
  margin-top: 4px;
  margin-left: 0px;
  padding-left: 0px;
  border-top: 10px solid #111a29;
  background-color: white; }
  ul.easysearch-menu li {
    border-bottom: 1px solid #111a29;
    padding: 0px;
    padding-bottom: 5px;
    padding-right: 5px;
    display: block; }
    ul.easysearch-menu li a {
      font-size: 13px;
      color: #111a29;
      font-weight: bold;
      font-family: "OpenSans",sans-serif;
      padding-left: 10px;
      display: block;
      padding-top: 4px; }

div.side-form-easysearch {
  background-color: white;
  font-size: 11px; }
  div.side-form-easysearch form {
    text-align: center; }
    div.side-form-easysearch form hr {
      border: none;
      width: 96%;
      height: 1px;
      background-color: #111a29; }
    div.side-form-easysearch form input {
      margin-left: 0px;
      vertical-align: middle; }
    div.side-form-easysearch form fieldset {
      border: none;
      padding: 10px 2px 2px 10px;
      margin-right: 4px;
      margin-bottom: 0px;
      text-align: left; }
      div.side-form-easysearch form fieldset legend {
        color: #333333;
        background-color: #dcbd60;
        height: 18px;
        display: block;
        font-size: 13px;
        margin-top: 10px;
        padding-top: 4px;
        padding-right: 10px; }
      div.side-form-easysearch form fieldset input {
        margin: 0;
        padding: 0;
        vertical-align: middle;
        margin-right: 5px;
        display: block;
        float: left;
        clear: both; }
        div.side-form-easysearch form fieldset input.textField {
          border: 1px solid #111a29;
          background-color: #FFF;
          font-size: 13px;
          font-style: italic;
          color: #636363;
          font-family: "OpenSans",sans-serif;
          width: 142px;
          padding-left: 2px; }
      div.side-form-easysearch form fieldset label {
        color: #333333;
        font-size: 11px; }
      div.side-form-easysearch form fieldset div.checkbox {
        clear: both;
        float: left;
        width: 22px; }
        div.side-form-easysearch form fieldset div.checkbox input {
          display: inline; }
  div.side-form-easysearch .module {
    font-size: 13px;
    font-weight: bold;
    color: #111a29;
    padding-bottom: 10px;
    display: block; }
  div.side-form-easysearch .side-form-checkboxes .module {
    padding-bottom: 0; }

div.side-form-easysearch input.submit, .easysearch_button {
  background-color: #fcbf40;
  border-radius: 6px;
  margin-top: 5px;
  padding: 5px 10px;
  color: #111a29;
  border: 1px solid #fed588;
  font-size: 14px;
  font-style: italic;
  text-indent: -4px;
  cursor: pointer;
  font-weight: bold; }

div.featured-image {
  padding-bottom: 14px; }

.body-maincolumn .inner-box ul {
  margin-bottom: 20px;
  padding-left: 14px; }
  .body-maincolumn .inner-box ul.sparse li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 50px; }
  .body-maincolumn .inner-box ul li {
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 10px; }
    .body-maincolumn .inner-box ul li ul {
      margin-bottom: 0; }

.body-maincolumn .inner-box h2 a {
  color: inherit;
  font-size: inherit; }

.body-maincolumn .inner-box h2.page-subtitle {
  margin-bottom: 20px; }

.body-maincolumn .inner-box div.column-news-item p {
  margin-bottom: 0; }

.body-maincolumn .inner-box a {
  font-family: "OpenSans",sans-serif;
  color: #111a29;
  font-weight: 400;
  font-size: 14px; }

.body-maincolumn .inner-box h4 a {
  font-weight: inherit;
  font-size: inherit; }

div.body-maincolumn.leftColumn div.inner-box {
  line-height: 18px;
  font-size: 14px;
  color: #555555; }
  div.body-maincolumn.leftColumn div.inner-box h1 {
    background-color: #fcbf40;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    color: #111a29;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 20px; }
    div.body-maincolumn.leftColumn div.inner-box h1 span {
      display: inline-block; }
  div.body-maincolumn.leftColumn div.inner-box h2 {
    color: #111a29;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px; }
  div.body-maincolumn.leftColumn div.inner-box p {
    margin-bottom: 20px; }
  div.body-maincolumn.leftColumn div.inner-box table.recommendations p {
    margin-top: 5px;
    margin-bottom: 5px; }

table.recommendations {
  margin-top: 1em;
  margin-right: 1em; }
  table.recommendations thead.filtered, table.recommendations .recommendation_row.filtered {
    display: none; }

body#publications ul.inside-menu li {
  list-style-type: none;
  float: left;
  padding-right: 20px; }

body#publications div.body-maincolumn h1 {
  height: 45px;
  background-color: #111a29;
  color: white; }
  body#publications div.body-maincolumn h1 span {
    padding-top: 10px;
    padding-left: 40px; }

table#reports {
  text-align: center;
  border-color: black; }
  table#reports tr td, table#reports tr th {
    border-width: 1px;
    border-style: solid;
    border-color: black; }
  table#reports td.report_title {
    text-align: left;
    padding: 0 5px; }
    table#reports td.report_title p {
      margin: 3px; }
      table#reports td.report_title p a {
        padding-right: .5em; }

table.sortable a.sortheader {
  background-color: #fcbf40;
  color: white;
  font-weight: bold;
  display: block;
  color: #111a29; }

table.sortable th {
  padding-left: 0;
  padding-right: 0;
  background-color: #fcbf40;
  color: #111a29; }

table.sortable span.sortarrow {
  color: #111a29;
  text-decoration: none; }

form#report-order-form label, form#report-order-form input, form#report-order-form textarea, form#report-order-form select, form#state-auditor-staff-complant label, form#state-auditor-staff-complant input, form#state-auditor-staff-complant textarea, form#state-auditor-staff-complant select {
  display: block;
  max-width: 90%; }

form#report-order-form input, form#report-order-form textarea, form#report-order-form select, form#state-auditor-staff-complant input, form#state-auditor-staff-complant textarea, form#state-auditor-staff-complant select {
  margin-bottom: 20px; }

table.stimulus_total, table.stimulus_total tr, table.stimulus_total th, table.stimulus_total td {
  border-color: black; }

table.stimulus_total, table.stimulus_total td, table.stimulus_total th {
  text-align: center; }

table.stimulus_total td.left {
  text-align: left; }

table.stimulus_total th {
  padding: .7em;
  font-size: 140%; }

table.stimulus_total caption {
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center; }

table td.label {
  text-align: right; }

sup {
  vertical-align: top;
  font-size: 75%; }

table.centered td, table.centered th, td.centered, th.centered {
  text-align: center; }

body.summary div.inner-box ol {
  list-style-type: decimal;
  margin-bottom: 20px; }

body.scope div.inner-box ol li {
  margin-top: 15px;
  margin-bottom: 15px; }
  body.scope div.inner-box ol li ol {
    list-style-type: lower-alpha;
    margin-bottom: 0; }
    body.scope div.inner-box ol li ol li ol {
      list-style-type: lower-roman; }

.rodauth input {
  margin-top: 5px;
  margin-bottom: 10px; }

#reports_table a {
  padding-right: 15px; }

#reports_table th {
  text-align: left;
  padding: 5px; }

textarea#response {
  width: 90%; }

body.fresh h1.main-title {
  text-align: center;
  font-size: 69px;
  font-family: Cardo, serif;
  color: #111a29;
  margin-top: 30px;
  margin-bottom: 30px; }
  body.fresh h1.main-title span {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    color: #696969;
    margin-bottom: 10px;
    font-family: "OpenSans", sans-serif;
    font-weight: 600; }

body.fresh div.gray, body.fresh div.gray-split {
  background-color: #f6f6f6; }
  body.fresh div.gray h1.main-title span, body.fresh div.gray-split h1.main-title span {
    text-transform: none;
    color: black;
    font-size: 22px;
    font-family: Cardo, serif;
    font-weight: bold; }
  body.fresh div.gray h1.main-title.video, body.fresh div.gray-split h1.main-title.video {
    margin-top: 0;
    padding-top: 30px;
    margin-bottom: 10px; }
  body.fresh div.gray #main-video, body.fresh div.gray-split #main-video {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px; }

body.fresh div.gray-split, body.fresh div.split {
  display: flex;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  line-height: 1.3;
  margin-bottom: 20px; }
  body.fresh div.gray-split .narrative, body.fresh div.split .narrative {
    line-height: 1.8; }
  body.fresh div.gray-split > div, body.fresh div.split > div {
    padding: 20px;
    padding-right: 50px;
    max-width: 50%; }
  body.fresh div.gray-split > div:nth-child(1), body.fresh div.split > div:nth-child(1) {
    border-right: 1px solid black;
    padding-left: 100px; }
  body.fresh div.gray-split span.contact, body.fresh div.split span.contact {
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    font-family: Cardo, serif; }
  body.fresh div.gray-split.noborder, body.fresh div.split.noborder {
    justify-content: center; }
    body.fresh div.gray-split.noborder > div, body.fresh div.split.noborder > div {
      max-width: 33%; }
    body.fresh div.gray-split.noborder > div:nth-child(1), body.fresh div.split.noborder > div:nth-child(1) {
      border-right: none; }

body.fresh div.yellow {
  background-color: #fcbf40;
  padding-bottom: 20px; }
  body.fresh div.yellow div.split div:nth-child(1) {
    border-right: 1px solid white; }
  body.fresh div.yellow h1.main-title span {
    color: #111a29; }
  body.fresh div.yellow a.inline-item {
    color: #111a29; }

body.fresh a.inline-item {
  display: inline-block;
  border-right: 1px solid #111a29;
  padding-right: 10px;
  margin-right: 10px; }
  body.fresh a.inline-item:last-child {
    border-right: none; }

body.fresh h2 {
  font-size: 40px;
  font-family: Cardo, serif;
  text-align: center;
  padding-top: 20px;
  font-weight: bold; }
  body.fresh h2.question {
    color: #a00;
    text-align: left;
    font-size: 16px;
    font-family: OpenSans, sans-serif;
    font-style: italic; }
  body.fresh h2.helpful-links {
    text-align: left;
    font-size: 22px;
    font-style: italic;
    padding-left: 40px;
    margin-bottom: 30px; }
  body.fresh h2.top-padding {
    padding-top: 40px;
    line-height: 1.1; }
  body.fresh h2.minor {
    text-align: left;
    font-size: 22px;
    font-style: italic; }

body.fresh div.split {
  display: flex; }
  body.fresh div.split.sixty > div {
    max-width: 60%; }

body.fresh div.no-top-border {
  border-top: none; }

body.fresh div.no-border {
  border: none; }

body.fresh div.gray-split-border div:nth-child(1) {
  border-right: 1px solid darkgray; }

body.fresh q {
  display: block;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  font-family: Unna, serif;
  font-weight: normal; }

body.fresh .quote-cite span {
  font-size: 120%;
  display: block;
  line-height: 1.5; }

body.fresh .gray img {
  width: 90%;
  margin: auto;
  display: block; }
  body.fresh .gray img.auto-width {
    width: auto;
    margin: 20px auto; }

body.fresh .gray .forty img {
  display: inline;
  width: auto; }

body.fresh div.top-padding {
  padding-top: 20px; }

body.fresh div.no-bottom-margin {
  margin-bottom: 0; }

body.fresh div.red {
  color: #c00; }
  body.fresh div.red strong {
    display: block;
    font-size: 32px; }

body.fresh .link-buttons {
  text-align: center;
  margin: auto; }
  body.fresh .link-buttons a {
    border-radius: 5px;
    background-color: #fcbf40;
    color: #111a29;
    padding: 10px;
    margin: 10px 30px;
    display: inline-block;
    font-family: "OpenSans", sans-serif;
    min-width: 300px;
    font-size: 14px; }
  body.fresh .link-buttons.smaller {
    max-width: initial;
    text-align: left;
    padding-left: 0; }
    body.fresh .link-buttons.smaller a {
      min-width: initial;
      margin: 10px;
      margin-left: 0;
      padding: 10px 20px; }
  body.fresh .link-buttons.all-caps a {
    text-transform: uppercase; }
    body.fresh .link-buttons.all-caps a.red {
      background-color: #a00;
      color: white; }
  body.fresh .link-buttons.square {
    text-align: left;
    max-width: initial;
    padding: 0; }
    body.fresh .link-buttons.square span.flex {
      background-color: white;
      color: black;
      border: 2px solid lightgray;
      min-width: initial;
      text-transform: uppercase;
      padding: 5px 5px 10px 5px; }
      body.fresh .link-buttons.square span.flex a {
        border: none;
        padding: 0;
        margin: 10px;
        background-color: white;
        min-width: initial;
        vertical-align: middle; }
    body.fresh .link-buttons.square span.yellow-arrows {
      color: #fcbf40;
      font-size: 200%;
      margin-left: 5px;
      text-decoration: none;
      vertical-align: middle; }
  body.fresh .link-buttons.blue {
    display: block;
    text-align: center;
    margin: 30px; }
    body.fresh .link-buttons.blue a {
      background-color: #111a29;
      color: white; }
  body.fresh .link-buttons.gray-buttons a {
    width: 170px;
    min-width: initial;
    display: block;
    margin-bottom: 20px;
    background-color: #dbdbdb;
    color: black;
    border: 1px solid #696969;
    text-transform: uppercase; }

body.fresh div.want-join {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px; }
  body.fresh div.want-join h2 {
    margin-bottom: 30px;
    font-size: 32px; }
  body.fresh div.want-join a {
    border-radius: 5px;
    background-color: #111a29;
    color: white;
    padding: 10px 30px;
    font-family: "OpenSans", sans-serif;
    text-transform: uppercase; }

body.fresh div.spacey {
  line-height: 1.7; }
  body.fresh div.spacey h2 {
    line-height: 1.1; }

body.fresh img.full-width {
  width: 100%; }

body.fresh div.no-bottom-border {
  border-bottom: none; }

body.fresh div.split.no-split-border > div:nth-child(1) {
  border-right: none; }

body.fresh div.split.forty > div:nth-child(1) {
  width: 40%;
  text-align: right; }

body.fresh div.split.vertical-center {
  align-items: center; }

body.fresh div.padded {
  padding: 50px; }

body.fresh div.top-padded {
  padding-top: 50px; }

body.fresh div.top-border {
  border-top: 1px solid black; }

body.fresh div.space-top {
  margin-top: 20px; }

body.fresh .width-800 {
  max-width: Min(800px, 100%);
  display: block;
  margin: auto; }

body.fresh hr.dashed {
  border: 1px dashed #696969;
  max-width: 1000px; }

body.fresh span.employee-name {
  font-weight: bold; }

body.fresh .impact {
  font-weight: bold;
  font-family: Cardo, serif;
  font-style: italic;
  font-size: 18px; }

body.fresh div.split > div.bottom-padded, body.fresh .bottom-padded {
  padding-bottom: 50px; }

body.fresh h1.no-top-margin {
  margin-top: 0; }

body.fresh div.narrow {
  max-width: 800px;
  margin: auto;
  padding: 5px; }

body.fresh div.fifty > * {
  width: 50%; }

body.fresh div.condensed h2.minor {
  padding-top: 0;
  margin-top: 20px;
  margin-bottom: 0; }

body.fresh div.condensed a {
  font-family: OpenSans, sans-serif; }

body.fresh div.condensed p {
  padding-left: 3px; }

body.fresh form.block h2 {
  text-transform: uppercase;
  font-family: OpenSans, sans-serif;
  font-size: 32px;
  font-weight: 600; }

body.fresh form.block label {
  display: block;
  margin-bottom: 3px; }
  body.fresh form.block label:after {
    content: ":"; }

body.fresh form.block input, body.fresh form.block textarea {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  padding: 5px; }

div.testimonies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px; }
  div.testimonies .testimony {
    max-width: 300px;
    margin: 10px;
    background-color: #f6f6f6;
    display: block; }
    div.testimonies .testimony img {
      border-bottom: 5px solid #fcbf40; }
    div.testimonies .testimony span {
      display: block;
      text-align: center;
      padding: 20px; }
      div.testimonies .testimony span.testimony-title {
        padding-bottom: 0;
        line-height: 1.5; }

body.smaller-header div.body-wrapper {
  margin-top: 0; }

@media print {
  div#wrapper-header-outer, div#wrapper-footer, div.body-sidecolumn {
    display: none; }
  div#wrapper-outerbox {
    margin: 50px; }
  body, div#wrapper-outerbox, div.body-wrapper, div.body-maincolumn.leftColumn, div.body-maincolumn.leftColumn.publications, div.inner_box {
    width: 100%;
    margin: 0; }
  div.inner_box {
    padding: 50px; } }

/* Responsiveness */
.b-bun {
  color: white;
  border-color: white; }

#phone-nav {
  display: none; }

@media only screen and (max-width: 1000px) {
  body {
    margin: 0; }
  #phone-nav {
    display: block;
    float: right;
    width: 100%;
    color: white;
    margin: 0;
    margin-bottom: 10px;
    padding: 10px;
    min-height: 60px;
    text-align: center;
    order: 13; }
    #phone-nav .b-menu {
      float: right;
      cursor: pointer;
      display: inline-block;
      height: 40px;
      padding-left: 10px;
      padding-top: 18px;
      position: relative;
      transition: all .4s ease;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 40px;
      z-index: 12; }
    #phone-nav .b-bun--top {
      top: 0; }
    #phone-nav .b-bun--mid {
      top: 8px; }
    #phone-nav .b-bun--bottom {
      top: 16px; }
    #phone-nav .b-bun {
      background: white;
      position: relative;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    #phone-nav .b-bun--bottom, #phone-nav .b-bun--mid, #phone-nav .b-bun--top {
      height: 2px;
      width: 25px; }
  ul.top-main-menu {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    margin: 0; }
    ul.top-main-menu.open {
      display: block; }
    ul.top-main-menu .b-nav {
      display: block;
      width: 100%; }
    ul.top-main-menu li {
      display: block; }
    ul.top-main-menu a.b-link {
      display: block;
      text-align: center;
      background-color: #111b29;
      border-bottom: 2px solid #fcbf40;
      margin: 0;
      width: 100%;
      float: none; }
      ul.top-main-menu a.b-link:first-child {
        margin-top: 0;
        padding-top: 10px; }
      ul.top-main-menu a.b-link:last-child {
        padding-bottom: 20px; }
  #wrapper-header {
    display: flex; }
  #wrapper-footer {
    padding-left: 20px; }
  #footer-header {
    justify-content: flex-start; }
    #footer-header img, #footer-header span {
      margin-bottom: 20px; }
  #footer-column1, #footer-column2 {
    border-right: none;
    padding-right: 0; }
  #footer-columns {
    display: block; }
    #footer-columns h1 {
      margin-top: 20px; }
  form#form1 {
    display: none; }
  img#main-banner-img, div#main-index-latest-reports, div#main-index-image-links, div#main-coming-soon,
  div#wrapper-header, div#wrapper-outerbox, div#wrapper-footer, div.main-latest-report, div.coming-soon-item,
  .body-maincolumn.leftColumn, .body-maincolumn.rightColumn {
    width: 100%;
    max-width: 100%;
    margin: 0; }
  img#main-banner-img {
    aspect-ratio: 1200 / 405;
    height: auto; }
  div#main-index-latest-reports {
    border: none; }
    div#main-index-latest-reports .line {
      clear: both; }
  div.main-latest-report {
    margin-bottom: 20px; }
  div#main-coming-soon {
    padding: 10px;
    padding-bottom: 20px; }
  div#main-coming-soon div.flex {
    width: 100%; }
  div.coming-soon-item {
    padding: 10px;
    margin: 0;
    max-width: Min(100%, 400px);
    margin: auto;
    margin-bottom: 10px; }
  div.coming-soon-item img {
    max-width: 90%; }
  #main-video, #main-video iframe {
    margin: 0;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto; }
  div#main-index-image-links {
    flex-wrap: wrap; }
  div#main-index-image-links hr {
    display: none; }
  div.flex {
    display: block; }
  .body-maincolumn.leftColumn {
    float: none;
    padding-right: 0; }
    .body-maincolumn.leftColumn div.inner-box div.margin-left-20 {
      margin: 10px; }
  div.featured-image img {
    max-width: 100%;
    aspect-ratio: 830 / 190;
    height: auto; }
  body#publications div.body-maincolumn h1 {
    height: auto; }
    body#publications div.body-maincolumn h1 span {
      padding: 5px; }
  body#publications .body-maincolumn.leftColumn.publications {
    width: 100%;
    margin: 10px; }
  div#hearing {
    display: block;
    padding: 0;
    margin: 10px;
    width: 95%;
    max-width: 95%; }
    div#hearing .hearing-session {
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px; }
      div#hearing .hearing-session img {
        display: block;
        float: none;
        max-width: 95%;
        margin: 0; }
  div#hearing-report-banner {
    max-width: 95%;
    width: 95%;
    padding: 0; }
    div#hearing-report-banner img {
      width: 100%;
      max-width: 100%;
      height: auto;
      aspect-ratio: 1060 / 358; }
  .margin-left-40, .margin-left-20 {
    margin: 10px; }
  #oag_search_title, #agency_select {
    max-width: 90%; }
  table#reports_table, table#reports_table caption, table#reports_table thead, table#reports_table tbody, table#reports_table tr, table#reports_table th, table#reports_table td, table#reports_table a, table.in-the-news, table.in-the-news caption, table.in-the-news thead, table.in-the-news tbody, table.in-the-news tr, table.in-the-news th, table.in-the-news td, table.in-the-news a, table.recommendations, table.recommendations caption, table.recommendations thead, table.recommendations tbody, table.recommendations tr, table.recommendations th, table.recommendations td, table.recommendations a {
    display: block;
    width: 100%;
    max-width: 100%;
    border-width: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 5px; }
  table#reports_table tr, table.in-the-news tr, table.recommendations tr {
    border-bottom: 1px solid black; }
  .in-the-news, .in-the-news tr, .in-the-news td {
    border: none; }
  .in-the-news .in-the-news-date {
    display: none; }
  p.recommendations-follow-up label, p.recommendations-follow-up input {
    display: block; }
  p.recommendations-follow-up label.implicit input {
    display: inline; }
  body.fresh h1.main-title {
    font-size: 44px; }
    body.fresh h1.main-title span {
      font-size: 16px; }
  body.fresh div.split {
    display: block; }
    body.fresh div.split > div, body.fresh div.split.noborder > div, body.fresh div.split.sixty > div {
      max-width: 100%;
      padding: 10px; }
    body.fresh div.split > div:nth-child(1), body.fresh div.split.sixty > div:nth-child(1) {
      border-right: none;
      border-bottom: 1px solid black;
      padding: 10px; }
    body.fresh div.split.forty > div:nth-child(1) {
      text-align: left;
      width: auto; }
    body.fresh div.split div.logo-left {
      display: none; }
  body.fresh .break-all {
    word-break: break-all; }
  body.fresh .link-buttons.square span.flex {
    border: none;
    padding: 2px; }
  body.fresh .link-buttons.square span.yellow-arrows {
    display: none; }
  body.fresh .link-buttons.blue {
    margin: 0; }
    body.fresh .link-buttons.blue a {
      margin: 5px;
      padding: 5px;
      min-width: 280px; }
  body.fresh div.fifty > * {
    width: 100%; }
  body#high-risk-dashboard #wrapper-header {
    display: block; }
    body#high-risk-dashboard #wrapper-header div.logo-top {
      margin-left: 0;
      display: inline-block;
      max-width: 320px; }
    body#high-risk-dashboard #wrapper-header div#phone-nav {
      display: inline-block;
      width: auto;
      margin-top: 25px; }
    body#high-risk-dashboard #wrapper-header ul.top-main-menu {
      width: 100%;
      max-width: Min(100%, 100vw); }
      body#high-risk-dashboard #wrapper-header ul.top-main-menu a.b-link {
        background-image: none;
        float: none;
        height: auto;
        width: auto;
        display: block;
        text-align: center; }
        body#high-risk-dashboard #wrapper-header ul.top-main-menu a.b-link.overview-button:before {
          content: "Overview"; }
        body#high-risk-dashboard #wrapper-header ul.top-main-menu a.b-link.mycity-button:before {
          content: "My City"; }
        body#high-risk-dashboard #wrapper-header ul.top-main-menu a.b-link.compare-button:before {
          content: "Compare Cities"; }
        body#high-risk-dashboard #wrapper-header ul.top-main-menu a.b-link.impact-button:before {
          content: "Impact"; }
        body#high-risk-dashboard #wrapper-header ul.top-main-menu a.b-link.about-button:before {
          content: "About"; } }

@media only screen and (max-width: 550px) {
  div#main-index-latest-reports .line {
    display: none; }
  div.main-latest-report img {
    float: none; }
  div#main-index-image-links img {
    margin: auto;
    margin-bottom: 20px;
    display: block; } }

@media only screen and (max-width: 499px) {
  img#main-banner-img {
    aspect-ratio: 1; } }

@media only screen and (max-width: 450px) {
  #main-logo {
    display: block;
    margin: auto;
    max-width: 220px;
    max-height: 60px; } }

@media only screen and (max-width: 380px) {
  body#high-risk-dashboard #wrapper-header div.logo-top {
    max-width: 250px; }
  body#high-risk-dashboard #wrapper-header span.lhr-logo-heartbeat {
    display: none; } }

@media only screen and (max-width: 370px) {
  #main-logo {
    max-width: 210px; }
  #wrapper-headerdiv.nav a {
    padding-left: 0;
    padding-right: 0; }
  body {
    max-width: 98%; } }

@media only screen and (max-height: 400px) {
  #wrapper-header a {
    padding-top: 5px;
    padding-bottom: 5px; }
  .top-main-menu .b-link:first-child {
    padding-top: 5px; }
  .top-main-menu .b-link:last-child {
    padding-bottom: 5px; }
  #main-logo {
    display: block;
    margin: auto;
    max-width: 190px;
    max-height: 60px; } }
