﻿/*removed focus from this default bootstrap.  ncjohnson 4/4/2018.  IE had an issue with focus element in the navigation with the backbutton..  */
@font-face {
  font-family: "SourceSansPro";
  src: url("fonts/sourcesanspro-regular-webfont.eot");
  src: url("fonts/sourcesanspro-regular-webfont.eot") format("eot"), url("fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("fonts/sourcesanspro-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansProBold";
  src: url("fonts/sourcesanspro-bold-webfont.eot");
  src: url("fonts/sourcesanspro-bold-webfont.eot") format("eot"), url("fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("fonts/sourcesanspro-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansProItalic";
  src: url("fonts/sourcesanspro-italic-webfont.eot");
  src: url("fonts/sourcesanspro-italic-webfont.eot") format("eot"), url("fonts/sourcesanspro-italic-webfont.woff") format("woff"), url("fonts/sourcesanspro-italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansProBlack";
  src: url("fonts/sourcesanspro-black-webfont");
  src: url("fonts/sourcesanspro-black-webfont") format("eot"), url("fonts/sourcesanspro-black-webfont.woff") format("woff"), url("fonts/sourcesanspro-black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*$font-family-sans-serif: SourceSansPro, Arial, Sans-Serif;*/
/*$fa-font-path:                "fonts";*/
/*from ETA and PCT basic definitions*/
/*color*/
/*$color-blue-hover:#00104c;*/
/*0070BF*/
/*contact etc*/
/*All red and warning 508 compliant against a white background and light gray background #EDF2F6*/
/*508 compliant for error with background-color $ai-color-yellow-green*/
/*homepage slider spring 18*/
/*DART 5/30/18*/
/*from design standards*/
/*math numbers*/
/* no-gutters Class Rules https://julienmelissas.com/no-gutter-column-trick-for-bootstrap/*/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*--- Only IE9 ---*/
/*for all versions of ie only*/
@media screen and (max-width: 815px) {
  #map {
    display: none;
  }
  .MapList {
    display: none;
  }
}
@media screen and (max-width: 695px) {
  #map {
    display: none;
  }
  .MapList {
    display: none;
  }
}
/*.right-side{margin-top:3.5em;}
from inline styles National.aspx */
#mapInfo div.inner, #mapInfoRight div.inner {
  background-color: transparent !important;
  text-align: center;
  margin: 0 auto;
}
#mapInfo div.inner .contentR, #mapInfo div.inner .content, #mapInfoRight div.inner .contentR, #mapInfoRight div.inner .content {
  padding: 1em;
  padding-top: 0;
  min-width: 175px;
}
#mapInfo div.inner .head-tag, #mapInfo div.inner .head-tag-2ndline, #mapInfoRight div.inner .head-tag, #mapInfoRight div.inner .head-tag-2ndline {
  font-family: "SourceSansProBold", "Helvetica Neue Bold", Arial Bold, sans-serif;
  font-size: 1.25rem;
  margin: 0 1em;
  font-weight: normal;
  line-height: 0.9;
}
#mapInfo div.inner .head-tag-2ndline, #mapInfoRight div.inner .head-tag-2ndline {
  padding-top: 0;
  margin-top: 0;
}
#mapInfo div.inner .circlewrapper, #mapInfoRight div.inner .circlewrapper {
  border-radius: 50px;
  width: 43px;
  height: 43px;
  margin: 1em auto;
  padding: 0.65em 0 0;
}
#mapInfo div.inner .circlewrapper.GoodRating, #mapInfo div.inner .circlewrapper.PoorRating, #mapInfoRight div.inner .circlewrapper.GoodRating, #mapInfoRight div.inner .circlewrapper.PoorRating {
  color: white;
}
#mapInfo div.inner .circlewrapper.FairRating, #mapInfo div.inner .circlewrapper.InsuffData, #mapInfoRight div.inner .circlewrapper.FairRating, #mapInfoRight div.inner .circlewrapper.InsuffData {
  color: black;
}
#mapInfo div.inner .circlewrapper.NoFlag, #mapInfoRight div.inner .circlewrapper.NoFlag {
  background-color: #ffffff;
  color: #616767;
  border: 1px solid #616767;
}
#mapInfo div.inner .circlewrapper .inner-circle, #mapInfoRight div.inner .circlewrapper .inner-circle {
  padding: 10% 0;
  font-family: "SourceSansProBold", "Helvetica Neue Bold", Arial Bold, sans-serif;
  font-size: 1rem;
}

.Hidden {
  display: none;
}

div.ui-widget {
  /* font-size: 80%;
   font-weight: bold;*/
}
div.ui-widget a.statistics {
  font-size: 90% !important;
  font-weight: normal !important;
}

/*div.ui-widget-header {
    border: 1px solid #ddd;
    background: #33a3d5 !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 1rem;
}
*/
.Shown {
  display: block;
}

.background {
  z-index: 2000;
}

.ModPopUp img {
  width: 100% !important;
}

.ui-dialog {
  z-index: 9999 !important;
}

/*.ui-dialog .ui-dialog-titlebar-close {
    width: 29px !important;
    height: 29px !important;
    top: 9px !important;
}*/
.ui-icon.ui-icon-deny {
  background-image: url(../img/close-popup.png) !important;
  width: 100%;
  height: 100%;
  left: 50% !important;
  margin-top: -12px !important;
  margin-left: -12px !important;
}

.ui-state-default, .ui-state-hover {
  background: none !important;
  border: none !important;
}

#StatePage {
  /*first header area overwriting blue color*/
  /*mapsection header
  .mapheader-wrapper, .mapheader-LTR-smallscreen {
      display: block;
      margin-top: 1em;

      @include media-breakpoint-up(lg) {
          display: flex;
      }

      .mapheader, .mapheader-LIR {
          background-color: $ai-color-blue-DQ-header;
          font-size: $h5-font-size;
          text-align: center;
          padding: .5em;
          flex: 1;

          span span {
              font-family: $font-family-sans-serif-bold;
          }
      }

      .mapheader-LIR {
          background-color: $ai-color-blue-DQLI;
      }
  }*/
  /*Map Header*/
  /*dropdown dark blue bar */
  /*padding around dropdown menus*/
  /*Overall state rating section*/
  /*grid section header */
}
#StatePage #MapPopWrapper {
  background-color: rgba(100, 250, 150, 0.6);
}
#StatePage #MapPopWrapper div {
  padding: 0;
  position: static;
}
#StatePage #MapPopWrapper a {
  text-decoration: none;
}
#StatePage #MapPopWrapperRight {
  background-color: orange;
}
#StatePage #MapPopWrapperRight div {
  padding: 0;
  position: static;
}
#StatePage #MapPopWrapperRight a {
  text-decoration: none;
  color: red;
}
#StatePage h1, #StatePage h2 {
  font-size: 1.75rem;
}
#StatePage .MeasuresHdr span.black {
  color: black;
}
#StatePage div.HdrLeft {
  padding: 1.5em 0;
}
#StatePage #NatSliderOverall { /*rating section*/
  width: auto;
  float: none;
  display: block;
}
#StatePage #NatSliderOverall a {
  font-family: "SourceSansProBold", "Helvetica Neue Bold", Arial Bold, sans-serif;
  text-decoration: underline;
}
#StatePage #NatSliderOverall h3 {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  #StatePage #NatSliderOverall {
    display: flex;
  }
}
#StatePage #NatSliderOverall .inner-overall { /*leftside*/
  display: block;
  flex: 1;
}
@media (min-width: 576px) {
  #StatePage #NatSliderOverall .inner-overall {
    display: flex;
    margin: 0 1em;
  }
}
#StatePage #NatSliderOverall .inner-overall div.NatLeftRating {
  float: none;
  width: auto;
  flex: 1;
  margin-right: 1em;
}
#StatePage #NatSliderOverall .inner-overall div.RatingRight {
  float: none;
  width: auto;
  flex: 2;
}
#StatePage #NatSliderOverall .RatingMeans {
  flex: 1;
  border-radius: 5px;
  margin-left: 1em;
  background-color: #edf8fc;
}
#StatePage #NatSliderOverall .RatingMeans div { /*right-side*/
  padding-left: 1em;
}
#StatePage .mapheader, #StatePage .mapheader-LIR {
  background-color: #001647;
  font-size: 1.25rem;
  text-align: center;
  padding: 0.5em;
  flex: 1;
  color: white;
}
#StatePage .mapheader span span, #StatePage .mapheader-LIR span span {
  font-family: "SourceSansProBold", "Helvetica Neue Bold", Arial Bold, sans-serif;
}
#StatePage .mapheader-LIR {
  background-color: #1471B9;
}
#StatePage .outer-wrapper {
  padding-top: 1em;
  display: block;
}
@media (min-width: 992px) {
  #StatePage .outer-wrapper {
    display: flex;
  }
}
#StatePage .outer-wrapper .inner-wrapper-l, #StatePage .outer-wrapper .inner-wrapper-r {
  flex: 1;
  border-bottom: 0;
  /*maps section*/
}
#StatePage .outer-wrapper .inner-wrapper-l #map, #StatePage .outer-wrapper .inner-wrapper-l #mapRight, #StatePage .outer-wrapper .inner-wrapper-r #map, #StatePage .outer-wrapper .inner-wrapper-r #mapRight {
  display: block;
}
#StatePage .outer-wrapper .inner-wrapper-l .instructions, #StatePage .outer-wrapper .inner-wrapper-r .instructions {
  margin: 1em;
  font-size: 1rem;
}
#StatePage .outer-wrapper .inner-wrapper-l .MapList, #StatePage .outer-wrapper .inner-wrapper-r .MapList {
  display: block;
}
@media (min-width: 992px) {
  #StatePage .outer-wrapper .inner-wrapper-l .MapList, #StatePage .outer-wrapper .inner-wrapper-r .MapList {
    display: none;
  }
}
@media (max-width: 992.98px) {
  #StatePage .outer-wrapper .inner-wrapper-l {
    margin-bottom: 1em;
  }
}
#StatePage .outer-wrapper .inner-wrapper-r {
  border-left: 1px solid #323a45;
}
@media (max-width: 992.98px) {
  #StatePage .outer-wrapper .inner-wrapper-r {
    margin-bottom: 0.25em;
    border-left: 0;
  }
}
#StatePage .outer-wrapper .inner-wrapper-r .overview-text {
  background-color: white;
  margin: 1em 2em;
  margin-top: 1.5em;
  border-radius: 5px;
  padding: 1em;
  font-size: 1rem;
}
#StatePage .outer-wrapper .inner-wrapper-r .overview-text p {
  margin-bottom: 0.5em;
}
#StatePage .InnerContent {
  padding: 1em 0;
}
#StatePage .StateHdrTop .CritSelWrapper .dropdown-label {
  color: white;
  padding: 0.2em 0.5em;
  float: left;
}
@media (max-width: 767.98px) {
  #StatePage .StateHdrTop .CritSelWrapper .dropdown-label {
    margin-left: 0.5em;
    float: none !important;
    display: block;
  }
}
#StatePage .StateHdrTop .CritSelWrapper .DropBlue {
  padding-right: 40px !important;
}
@media (max-width: 767.98px) {
  #StatePage .StateHdrTop .CritSelWrapper .DropBlue {
    margin: 0.2em 0;
    float: none !important;
  }
}
@media (max-width: 767.98px) {
  #StatePage .StateHdrTop .CritSelWrapper {
    float: left;
  }
}
#StatePage .padding-v {
  padding: 0.5em 0;
  margin-bottom: 2em;
}
#StatePage .padding-h {
  padding: 0 0.5em;
}
#StatePage .StateHdr {
  padding: 0 0 0.5em !important;
  background-color: transparent !important;
}
#StatePage #OverTabs .outer-flex-wrapper {
  display: flex;
  justify-content: space-between;
}
#StatePage #OverTabs .outer-flex-wrapper .inner-flex-wrapper {
  display: flex;
}
#StatePage #OverTabs .outer-flex-wrapper .inner-flex-wrapper h3 {
  color: #1e74ba;
}
@media (max-width: 767.98px) {
  #StatePage #OverTabs .outer-flex-wrapper .inner-flex-wrapper h3 {
    font-size: 16px;
  }
  #StatePage #OverTabs .outer-flex-wrapper .inner-flex-wrapper h3 span {
    display: block;
  }
}
#StatePage #OverTabs .outer-flex-wrapper .inner-flex-wrapper .radio-list {
  font-family: "SourceSansProBold", "Helvetica Neue Bold", Arial Bold, sans-serif;
  margin: auto 1em;
  font-size: 0.9rem;
  display: none;
}
#StatePage #OverTabs .outer-flex-wrapper .inner-flex-wrapper .radio-list label {
  margin: 0 0.5em 0 0.2em;
}
#StatePage #OverTabs .outer-flex-wrapper .inner-flex-wrapper .radio-list input[type=radio] {
  vertical-align: middle;
}
#StatePage #OverTabs .outer-flex-wrapper .inner-flex-wrapper-rightside {
  display: flex;
  font-size: 0.9rem;
  margin: auto 0;
}
#StatePage #OverTabs .outer-flex-wrapper .inner-flex-wrapper-rightside .instruction-LI {
  margin: 0 0.5em;
}
#StatePage #OverTabs .outer-flex-wrapper .inner-flex-wrapper-rightside .pdf-icon a {
  font-family: "SourceSansProBold", "Helvetica Neue Bold", Arial Bold, sans-serif;
  background: none !important;
}
#StatePage #OverTabs .outer-flex-wrapper .inner-flex-wrapper-rightside .pdf-icon a span {
  vertical-align: middle;
}
#StatePage #OverTabs .dropdown-menu {
  left: auto !important;
  width: auto !important;
  right: 5px;
  box-shadow: none;
  min-width: 5rem;
  padding: 0 0.5em;
  background-color: #D8D8D8 !important;
}
#StatePage #OverTabs .dropdown-menu li {
  background-color: #D8D8D8 !important;
}

.ai-highlight {
  color: #DFF72C;
  font-size: 1rem;
}

#NatSliderOverall div.Fair {
  color: black;
}

.resource-wrapper {
  display: block;
  margin-top: 0.35em;
}
@media (min-width: 768px) {
  .resource-wrapper {
    display: flex;
  }
}
.resource-wrapper .resource-left, .resource-wrapper .resource-right {
  background-color: white;
  flex: 1;
  margin: 0 0 2em;
  display: flex;
}
.resource-wrapper .resource-left img, .resource-wrapper .resource-right img {
  width: 94px;
  height: 95px;
  margin-right: 1em;
}
@media (min-width: 768px) {
  .resource-wrapper .resource-left img, .resource-wrapper .resource-right img {
    width: 137px;
    height: 138px;
  }
}
@media (min-width: 992px) {
  .resource-wrapper .resource-left img, .resource-wrapper .resource-right img {
    width: 157px;
    height: 158px;
  }
}
.resource-wrapper .resource-left h3, .resource-wrapper .resource-right h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
.resource-wrapper .resource-left a, .resource-wrapper .resource-right a {
  font-family: "SourceSansProBold", "Helvetica Neue Bold", Arial Bold, sans-serif;
  text-decoration: underline;
  padding-top: 2em;
  display: block;
}
.resource-wrapper .resource-left p, .resource-wrapper .resource-right p {
  display: block;
}
.resource-wrapper .resource-left {
  margin-right: 0.5em;
}
.resource-wrapper .resource-right {
  margin-left: 0.5em;
}

#StatePage {
  /* div.NationalBodyWrap {
  margin: 10px 0px!important;}*/
}
#StatePage div.StateLegend {
  border: 0 solid #62666F;
  display: flex;
}
#StatePage div.OverGoodThird, #StatePage div.OverFairThird, #StatePage div.OverPoorThird, #StatePage div.OverGood, #StatePage div.OverFair, #StatePage div.OverPoor, #StatePage div.OverOverride {
  flex: 1;
  width: auto !important;
  height: auto;
  background-color: #e0f2f7;
  padding: 1em;
}

#StatePage #OverTabs { /*TAbbed browsing within the overally rating etc.  overwriting existing styles and updating on tabbed from mockup */ }
#StatePage #OverTabs .ui-widget-content {
  border: 0;
}
#StatePage #OverTabs .MapInstr {
  width: auto;
  right: auto;
  position: static;
  top: auto;
  padding: 10px;
  background-color: none;
  color: none;
  text-align: auto;
  behavior: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  z-index: auto;
}
#StatePage #OverTabs div.ui-widget {
  font-size: 1rem;
  font-weight: bold;
}
#StatePage #OverTabs .CR-header {
  margin-bottom: 0;
  padding: 0.6em 0.25em;
  background-color: #1471B9 !important;
  border-top-right-radius: 0.5em;
  font-size: 1rem !important;
  font-family: "SourceSansProBold", "Helvetica Neue Bold", Arial Bold, sans-serif;
  color: white;
  width: 50%;
}
#StatePage #OverTabs .ui-tabs {
  padding: 0;
}
#StatePage #OverTabs .inner-tab.ui-tabs-nav {
  height: auto !important;
  display: flex;
  padding: 0 !important;
  margin-bottom: 0;
}
#StatePage #OverTabs .inner-tab.ui-tabs-nav li {
  flex: 1;
  margin: 0;
  padding: 0;
  background-color: white !important;
  border-top-right-radius: 0.5em;
  font-size: 1rem;
  font-family: "SourceSansProBold", "Helvetica Neue Bold", Arial Bold, sans-serif;
  color: black;
}
#StatePage #OverTabs .inner-tab.ui-tabs-nav li[aria-expanded=true] {
  background-color: #1471B9 !important;
  color: white;
}
#StatePage #OverTabs .inner-tab.ui-tabs-nav li a {
  height: auto;
  width: 100%;
  height: 100% !important;
  padding: 0.8em 0.5em 0.8em;
}
#StatePage #OverTabs .inner-tab.ui-tabs-nav li.ui-tabs-active:first-child {
  box-shadow: 5px 0px 7px -7px #62666F !important;
  margin-right: 0.5em;
  color: blue !important;
}
#StatePage #OverTabs .inner-tab.ui-tabs-nav li.ui-tabs-active:last-child {
  box-shadow: -5px 0px 7px -7px #62666F !important;
  margin-left: 0.5em;
}
#StatePage #OverTabs .inner-tab.ui-tabs-nav li.ui-state-default {
  box-shadow: none !important;
}
#StatePage #OverTabs .inner-tab.ui-tabs-nav li:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0.5em;
}
#StatePage div #mapInfoT {
  position: static;
  width: 100%;
  border: 0;
  background-color: #edf8fc !important;
}
#StatePage div #mapInfoT a.closeLink {
  display: block;
  width: 100%;
  position: static;
  background-color: transparent !important;
  margin: 0em;
  padding: 0.85em 2.25em;
  color: black;
  text-align: right;
  font-size: 0.875rem;
}
#StatePage div #mapInfoT a.closeLink img {
  vertical-align: middle;
  margin-right: 0.25em;
}
#StatePage div #mapInfoT a.overall-state {
  color: white!important;
  font-size: 0.875rem;
  text-align: right;
  padding-right: 1em;
  display: block;
  width: 100%;
}
#StatePage div #mapInfoT [aria-hidden=false] {
  background-color: #1471B9;
}
#StatePage div #mapInfoT .circlewrapper {
  border-radius: 50px;
  width: 43px;
  height: 43px;
  margin: auto;
  padding: 0.5em 0 0;
}
#StatePage div #mapInfoT .circlewrapper.GoodRating, #StatePage div #mapInfoT .circlewrapper.PoorRating {
  color: white;
}
#StatePage div #mapInfoT .circlewrapper.FairRating, #StatePage div #mapInfoT .circlewrapper.InsuffData {
  color: black;
}
#StatePage div #mapInfoT.NoFlag {
  background-color: #ffffff;
  color: #616767;
  border: 1px solid #616767;
}
#StatePage div #mapInfoT h4 {
  text-transform: none;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
#StatePage div #mapInfoT h4 .instructions {
  font-family: "SourceSansPro", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
}
#StatePage div #mapInfoT h5 {
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
#StatePage div #mapInfoT div:first-of-type {
  margin-top: 0;
}
#StatePage div #mapInfoT .crash, #StatePage div #mapInfoT .inspection, #StatePage div #mapInfoT .crashrating {
  padding: 1em;
}
#StatePage div #mapInfoT .crash table.dq-measures, #StatePage div #mapInfoT .inspection table.dq-measures, #StatePage div #mapInfoT .crashrating table.dq-measures {
  text-align: center;
}
#StatePage div #mapInfoT .crash table.dq-measures th, #StatePage div #mapInfoT .crash table.dq-measures td, #StatePage div #mapInfoT .inspection table.dq-measures th, #StatePage div #mapInfoT .inspection table.dq-measures td, #StatePage div #mapInfoT .crashrating table.dq-measures th, #StatePage div #mapInfoT .crashrating table.dq-measures td {
  padding: 0.5em 0.5em 0.5em 1.5em;
  border: 1px solid #b5c5d6;
}
#StatePage div #mapInfoT .crash table.dq-measures th, #StatePage div #mapInfoT .inspection table.dq-measures th, #StatePage div #mapInfoT .crashrating table.dq-measures th {
  background-color: #001647;
  color: white;
  font-family: "SourceSansProBold", "Helvetica Neue Bold", Arial Bold, sans-serif;
}
#StatePage div #mapInfoT .crash table.dq-measures tbody th, #StatePage div #mapInfoT .inspection table.dq-measures tbody th, #StatePage div #mapInfoT .crashrating table.dq-measures tbody th {
  background-color: white;
  color: #323a45;
  text-align: left;
}
#StatePage div #mapInfoT .crash table.dq-measures tbody td, #StatePage div #mapInfoT .inspection table.dq-measures tbody td, #StatePage div #mapInfoT .crashrating table.dq-measures tbody td {
  background-color: #e0f2f7;
}
#StatePage div #mapInfoT .crashrating {
  font-size: 1rem !important;
  padding: 0;
}
#StatePage div #mapInfoT .crashrating .crash {
  background-color: #1471B9 !important;
}
#StatePage div #mapInfoT .rating-outer-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#StatePage div #mapInfoT .rating-outer-wrapper div.Rating {
  float: none;
  width: 100%;
}
#StatePage div #mapInfoT .rating-outer-wrapper div.StateRatingWrap {
  position: static;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  flex: 0 0 30%;
}
#StatePage div #mapInfoT .rating-outer-wrapper div.StateRatingWrap .StateRatingLink.PopupText {
  padding: 0;
}
#StatePage div #mapInfoT .rating-outer-wrapper div.StateRatingWrap .Bot {
  height: auto;
  min-height: 35px;
  line-height: 1.1;
  font-size: 1rem;
  margin: 0.25em;
}
#StatePage div #mapInfoT .rating-outer-wrapper div.StateRatingWrap .RatingWrapper {
  padding: 0;
  height: auto;
}
#StatePage div #mapInfoT .rating-outer-wrapper div.StateRatingWrap .RatingWrapper .SSDQEvalTop {
  padding: 0;
  margin: 0;
  float: none;
  position: static;
  display: block;
  width: 100%;
  min-width: 100%;
  height: auto;
  font-weight: normal;
  font-family: "SourceSansProBold", "Helvetica Neue Bold", Arial Bold, sans-serif;
  cursor: pointer;
}
#StatePage div #mapInfoT .rating-outer-wrapper div.StateRatingWrap .RatingWrapper .SSDQEvalTop .RateArrow, #StatePage div #mapInfoT .rating-outer-wrapper div.StateRatingWrap .RatingWrapper .SSDQEvalTop .Type {
  display: inline-block;
  width: 10%;
  text-align: right;
  font-size: 1rem;
  margin: 0.15em;
}
#StatePage div #mapInfoT .rating-outer-wrapper div.StateRatingWrap .RatingWrapper .SSDQEvalTop .Type {
  text-align: left;
  width: 80%;
}
#StatePage div #mapInfoT .rating-outer-wrapper div.StateRatingWrap .RatingWrapper .SSDQEvalTop .SSDQVal {
  padding: 0;
  margin: 0;
  float: none;
  position: static;
  line-height: 1.2;
}
#StatePage div #mapInfoT .rating-outer-wrapper .IndicWrap {
  width: 100%;
  height: auto;
  position: static;
  font-weight: normal;
}
#StatePage div #mapInfoT .rating-outer-wrapper .IndicWrap .LTD-outer-wrapper {
  display: flex;
  padding: 0.25em;
}
#StatePage div #mapInfoT .rating-outer-wrapper .IndicWrap .LTD-outer-wrapper .arrow-down {
  position: static;
}
#StatePage div #mapInfoT .rating-outer-wrapper .IndicWrap .LTD-outer-wrapper div.IndicatorText {
  position: static;
  margin-left: 0.2em;
}

#OverTabs .ui-tabs-nav {
  background-color: #edf8fc !important;
}
