.button {
  background-color: #337ab7;
  border-color: #2e6da4;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 1.14286rem;
  /* 16px */
  font-family: "NTR", sans-serif;
  margin: 20px 0 0;
  padding: 10px 0px;
  text-align: center; }
  .button:hover {
    background-color: #2e6da4;
    color: #fff;
    text-decoration: none; }

.good, .Green, .moderate, .Yellow, .unhealthy, .Red, .unhealthy-sensitive, .Orange, .very-unhealthy, .Purple, .hazardous, .Maroon, .White {
  border-radius: 20px;
  display: block;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  font-size: 1rem; }

.good, .Green {
  background-color: #01c758;
  color: #000; }

.moderate, .Yellow {
  background-color: #fad000;
  color: #000; }

.unhealthy, .Red {
  background-color: #ff0000;
  color: #fff; }

.unhealthy-sensitive, .Orange {
  background-color: #fd8103;
  color: #fff; }

.very-unhealthy, .Purple {
  background-color: purple;
  color: #fff; }

.hazardous, .Maroon {
  background-color: #800d26;
  color: #fff; }

.White {
  background-color: #337ab7;
  color: #fff; }

.button {
  background-color: #337ab7;
  border-color: #2e6da4;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 1.14286rem;
  /* 16px */
  font-family: "NTR", sans-serif;
  margin: 20px 0 0;
  padding: 10px 0px;
  text-align: center; }
  .button:hover {
    background-color: #2e6da4;
    color: #fff;
    text-decoration: none; }

#charts article {
  margin-top: 40px; }

.understanding-ozone {
  margin: 15px 0 0 60px; }

.portlet-header {
  font-family: "NTR", sans-serif;
  font-size: 17.5px;
  font-size: 1.25rem; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* ------------------ OZONE POPUP -------------------  */
.ui-dialog {
  max-width: 90%; }

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-resizable {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 10px #777; }

.ui-dialog .ui-dialog-titlebar {
  background: #eee;
  border-radius: 0; }

.ui-widget-overlay {
  background: #333;
  opacity: .5;
  filter: Alpha(Opacity=0.5); }

.ui-button:focus {
  outline: none; }

button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
  background-color: #eee; }

.ui-button-icon.ui-icon.ui-icon-closethick {
  background: url(../img/pop-up-x-12x12.svg) center center no-repeat; }

.ui-dialog .ui-dialog-titlebar {
  padding: 20px; }

.ui-dialog .ui-dialog-titlebar-close {
  right: 20px;
  border: none; }

.ui-widget {
  font-family: "NTR", sans-serif; }

.popup-ozone-index-item-holder {
  display: block;
  margin: 10px 0; }
  .popup-ozone-index-item-holder:after {
    display: block;
    content: '';
    clear: both; }

.popup-ozone-index-dot {
  float: left;
  display: inline-block;
  width: 6%; }

.popup-ozone-index-text {
  display: inline-block;
  float: right;
  width: 94%; }
  .popup-ozone-index-text a {
    color: #1994ff; }
    .popup-ozone-index-text a:focus {
      outline: none; }
    .popup-ozone-index-text a:hover {
      text-decoration: underline; }

.technical-text {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 16px;
  line-height: 1.14286rem;
  color: #555;
  display: inline-block; }

@media (max-width: 800px) {
  .popup-ozone-index-dot {
    width: 10%; }
  .popup-ozone-index-text {
    width: 90%; } }

.popup-ozone-index-text .technical-text {
  display: block; }

.open-air-quality-dialog-class {
  cursor: pointer; }

#dialogVisibility, #dialogOzone, #dialogParticulate {
  visibility: hidden; }

/* THE PORTLET AREA - ACCORDION/SORTABLE/DRAGGABLE */
.remove-item {
  color: #acacac;
  text-decoration: none;
  margin: 0 10px;
  display: inline-block;
  cursor: not-allowed;
  height: 26px;
  line-height: 22px;
  line-height: 1.57143rem;
  vertical-align: middle; }

.remove-item:hover {
  color: #444;
  text-decoration: none; }

h3.ui-accordion-header.ui-corner-top.ui-state-default.ui-sortable-handle.ui-accordion-icons {
  padding-left: 60px; }

.ui-accordion-header-icon {
  float: right;
  display: inline-block;
  margin: 3px 0 0 0; }

.ui-icon.portlet-toggle.ui-icon-plusthick {
  background: url(../img/accordion-toggle-positive-24x14-expand-resting.svg) center center no-repeat;
  width: 24px;
  height: 14px; }
  .ui-icon.portlet-toggle.ui-icon-plusthick:hover {
    background: url(../img/accordion-toggle-positive-24x14-expand-mouseover.svg) center center no-repeat; }

.ui-icon.portlet-toggle.ui-icon-minusthick {
  background: url(../img/accordion-toggle-positive-24x14-collapse-resting.svg) center center no-repeat;
  width: 24px;
  height: 14px; }
  .ui-icon.portlet-toggle.ui-icon-minusthick:hover {
    background: url(../img/accordion-toggle-positive-24x14-collapse-mouseover.svg) center center no-repeat; }

.drag-icon {
  height: 22px;
  width: 22px;
  line-height: 22px;
  line-height: 1.57143rem;
  display: inline-block;
  margin: -2px 0 0 5px;
  padding: 0;
  vertical-align: middle;
  background: url(../img/drag-icon-20x20-off.svg) center center no-repeat; }
  .drag-icon:hover {
    background: url(../img/drag-icon-20x20-on.svg) center center no-repeat; }

/* AIR QUALITY INDEX UNDER Map */
.air-quality-index-under-map .popup-ozone-index-item-holder {
  margin: 5px 0; }

/* -------------- PORTLETS ------------------ */
.column {
  width: 100%;
  padding-bottom: 30px; }

.portlet {
  margin: 0 0 5px 0;
  padding: 0; }

.portlet-header, .portlet-header.ui-sortable-handle.ui-widget-header.ui-corner-all, .ui-widget-header {
  padding: 6px 6px 6px 6px;
  position: relative;
  background: #eee;
  cursor: move;
  border-radius: 0;
  border: none; }
  .portlet-header:hover, .portlet-header.ui-sortable-handle.ui-widget-header.ui-corner-all:hover, .ui-widget-header:hover {
    background: #e5e5e5;
    border: #e5e5e5; }

.portlet-toggle, .ui-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  margin-top: -8px; }

.portlet-content {
  padding: 20px;
  display: none; }

.portlet-placeholder {
  border: 1px dotted black;
  background: #7a885e;
  opacity: .4;
  margin: 0 1em 1em 0;
  height: 50px;
  border-radius: 0; }

.portlet.ui-widget.ui-widget-content {
  border: 4px solid #eee; }
  .portlet.ui-widget.ui-widget-content:hover {
    border: 4px solid #e5e5e5; }

.portlet.ui-corner-all {
  border-radius: 0; }

.tabular-data-panel.ui-widget.ui-widget-content {
  border: 4px solid #444;
  border-radius: 3px;
  margin: 20px 0; }

.portlet-header.tabular-data-header {
  background: #444;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-size: 1rem;
  padding-top: 4px; }
  .portlet-header.tabular-data-header:hover {
    background: #222; }

.portlet.tabular-data-panel.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  border-radius: 4px; }
  .portlet.tabular-data-panel.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all:hover {
    border-radius: 4px;
    border-color: #222; }
    .portlet.tabular-data-panel.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all:hover .portlet-header.tabular-data-header {
      background: #222; }

.tabular-data-icon {
  margin-right: 10px; }

.tabular-data-top-content {
  display: block;
  margin: 0 0 20px 0; }

img.closing-x {
  cursor: pointer;
  opacity: .7; }
  img.closing-x:hover {
    cursor: pointer;
    opacity: 1; }

/* NEW PORTLET CANVAS WRAPPER */
.chart-axis-wrapper {
  position: relative; }

.chart-overflow-wrapper {
  overflow-x: auto; }
  @media screen and (max-width: 750px) {
    .chart-overflow-wrapper {
      overflow-x: scroll; } }

.chart-wrapper {
  position: relative;
  min-width: 772px;
  height: 400px; }

.y-axis {
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  background: #fff; }

footer {
  background-color: #ccc;
  margin-top: 60px;
  padding: 40px 0;
  font-size: 21px;
  font-size: 1.5rem; }
  footer .container-footer {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px; }
  footer img {
    height: 50px;
    width: auto; }
  footer ul {
    margin: 20px 0 0;
    padding: 0; }
  footer li {
    display: inline;
    margin-right: 20px;
    color: #000; }
  footer a {
    color: #000; }
  footer a:hover {
    color: #fff; }

html, body {
  width: 100%;
  font-size: 14px;
  font-size: 1rem;
  font-family: "NTR", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.428571429;
  color: #4a4849;
  background: #fff; }

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

.main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

@media only screen and (min-width: 750px) {
  main {
    width: calc(100% - 340px);
    float: left;
    position: relative; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "NTR", sans-serif;
  color: #171717;
  font-weight: 500;
  line-height: 1.1; }

h1 {
  margin: 40px 0 0;
  font-size: 38.5px;
  font-size: 2.75rem; }

h2 {
  font-size: 31.5px;
  font-size: 2.25rem; }

h2, h3 {
  border-bottom: 2px solid #171717;
  margin-bottom: 20px;
  margin-top: 20px; }

.mapusage {
  font-size: 18.2px;
  font-size: 1.3rem;
  border-bottom: 0; }

.chartusage {
  font-size: 21px;
  font-size: 1.5rem;
  border-bottom: 2px solid #171717; }

.chartdesc {
  font-size: 15.4px;
  font-size: 1.1rem;
  border-bottom: 0; }

.currentcond {
  font-size: 21px;
  font-size: 1.5rem;
  border-bottom: 2px solid #171717;
  margin-top: 40px; }

.currentdesc {
  font-size: 15.4px;
  font-size: 1.1rem;
  border-bottom: 0; }

.summarydesc {
  font-size: 14px;
  font-size: 1rem;
  border-bottom: 0;
  margin-top: 50px; }

h3 {
  font-size: 28px;
  font-size: 2rem; }

h4 {
  font-size: 21px;
  font-size: 1.5rem;
  margin-top: 10px; }

p {
  font-family: 'NTR', sans-serif;
  margin: 0 0 10px 0; }

a {
  text-decoration: none;
  color: #337ab7; }
  a:hover {
    text-decoration: none; }

img {
  border: 0;
  vertical-align: middle; }

strong {
  font-weight: 500; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: 0.25em; }

.clearfix:after {
  content: "";
  clear: both;
  display: table; }

header.banner {
  background-color: #ccc;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  padding-bottom: 62px; }
  header.banner h1 {
    color: #000;
    font-size: 42px;
    font-size: 3rem;
    margin: 0 10px 10px;
    font-family: "NTR", sans-serif;
    text-transform: uppercase; }
    @media screen and (max-width: 600px) {
      header.banner h1 {
        font-size: 28px;
        font-size: 2rem;
        margin-bottom: 10px; } }
  header.banner img {
    height: 80px;
    width: auto;
    margin: 20px; }

ul.separator {
  list-style: none;
  padding: 0;
  width: 100%; }

ul.separator li {
  padding: .5em 0;
  border-bottom: 1px solid #CCC; }

ul.separator li:last-child {
  border-bottom: 0; }

@media (min-width: 750px) {
  ul.separator {
    display: none; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav li a {
    position: relative;
    display: block;
    padding: 10px 15px; }

nav {
  width: 100%;
  background-color: #171717;
  position: absolute;
  bottom: 0;
  font-family: "NTR", sans-serif;
  font-size: 17.5px;
  font-size: 1.25rem; }
  nav ul {
    margin-top: 0; }
    nav ul .nav {
      padding: 0;
      max-width: 1200px;
      margin: 0 auto; }
  nav ul.nav li {
    display: inline-block; }
  nav li {
    display: inline-block;
    list-style: none;
    position: relative;
    text-align: left;
    border-left: 3px solid #171717; }
    nav li:hover {
      border-color: #337ab7;
      background-color: #eee; }
      nav li:hover a {
        padding: 10px 15px; }
        @media only screen and (min-width: 600px) {
          nav li:hover a {
            color: #1994ff; } }
      nav li:hover .cg-dropdown-menu {
        display: block; }
    nav li li {
      border: 0; }
    nav li a {
      padding: 20px;
      display: block;
      color: #fff; }
      nav li a:hover {
        color: #1994ff;
        background-color: #eee; }
    nav li .cg-dropdown-menu {
      display: none;
      position: absolute;
      padding: 10px;
      left: -3px;
      top: 48px;
      z-index: 10000;
      background-color: #eee;
      width: 325px;
      border-left: 3px solid #337ab7;
      box-shadow: 5px 10px 10px #787878; }
      nav li .cg-dropdown-menu a {
        color: #1994ff;
        padding: 8px 30px 8px 15px; }
        nav li .cg-dropdown-menu a:hover {
          color: #171717; }

@media (max-width: 750px) {
  .nav-pill {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #4a4849;
    float: right;
    display: inline-block;
    text-align: center;
    margin: 10px 20px 10px 0;
    padding: 8px 5px;
    cursor: pointer; }
    .nav-pill:hover {
      background: #2e6da4; }
    .nav-pill .burger-line {
      width: 20px;
      height: 3px;
      background: #fff;
      margin: 0 0 3px;
      border-radius: 1px;
      transition: .2s all; }
      .nav-pill .burger-line:last-child {
        margin-bottom: 0; }
  .nav-visible .burger-line:first-child {
    transform: rotate(45deg);
    margin-top: 6px; }
  .nav-visible .burger-line:nth-child(2) {
    display: none; }
  .nav-visible .burger-line:last-child {
    transform: rotate(-45deg);
    margin-top: -6px; }
  .nav {
    display: block;
    position: absolute;
    top: 50px;
    left: -282px;
    height: auto;
    width: 256px;
    padding: 17px 20px;
    z-index: 2000;
    background: #4a4849;
    text-align: center;
    box-shadow: 3px 3px 10px 0 rgba(50, 50, 50, 0.15); }
    .nav li {
      border-left: none; }
  nav li .cg-dropdown-menu {
    display: block;
    position: absolute;
    padding: 10px 10px 10px 40px;
    left: -20px;
    top: 35px;
    z-index: 2000;
    background-color: #4a4849;
    width: 256px;
    border-left: none;
    box-shadow: none; }
    nav li .cg-dropdown-menu a {
      color: #fff;
      padding-left: 20px; }
      nav li .cg-dropdown-menu a:hover {
        background: none;
        color: #1994ff; }
  nav ul.nav li {
    display: block; }
  nav li:hover {
    background: none; }
  nav li a:hover {
    background: none; } }

.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.loading-aside {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding: 30px 20px;
  line-height: 1.1;
  border: 1px dashed #eee;
  background: url(../img/loading.gif) center 250px no-repeat #fff; }
  @media screen and (max-width: 600px) {
    .loading-aside {
      background: url(../img/loading.gif) center 50px no-repeat #fff; } }

h2 {
  font-size: 24.5px;
  font-size: 1.75rem; }

.infotext {
  font-weight: 500;
  font-family: "NTR", sans-serif;
  font-size: 15.4px;
  font-size: 1.1rem;
  color: #464646;
  margin-top: -10px; }

#infodiv {
  position: absolute;
  width: 100% !important;
  max-width: 260px !important;
  overflow: hidden !important;
  bottom: 140px;
  left: 5px;
  font-family: "NTR", sans-serif;
  line-height: 1.428571429;
  z-index: 0; }
  #infodiv .panel {
    padding: 1 10px 0 0;
    background-color: rgba(255, 255, 255, 0.8);
    border: 4px solid #fff;
    -webkit-border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
    #infodiv .panel.panel-default {
      border: none !important; }
  #infodiv h3 {
    border-bottom: 0;
    margin: 0;
    line-height: 1; }
  #infodiv h3 + strong {
    border-bottom: 2px solid #000;
    display: block; }
  #infodiv h4 {
    margin-bottom: 0;
    display: inline-block; }
  #infodiv .panel-default .panel-heading {
    background-color: #fff; }
  #infodiv .panel-default .panel-heading h3 {
    font-size: 22.4px;
    font-size: 1.6rem; }
  #infodiv .panel-default .panel-heading h4 {
    font-size: 22.4px;
    font-size: 1.6rem; }
  #infodiv .site-information {
    border-top: 1px solid #ccc;
    padding-top: 10px; }
  #infodiv .button {
    width: 100%; }

#map {
  height: 450px;
  min-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  z-index: 0; }

.gm-style-iw {
  font-family: "NTR", sans-serif;
  line-height: 1.428571429; }
  .gm-style-iw > div {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important; }
  .gm-style-iw .panel {
    padding: 0 10px 0 0;
    background: none !important;
    box-shadow: none; }
    .gm-style-iw .panel.panel-default {
      border: none !important; }
  .gm-style-iw h3 {
    border-bottom: 0;
    margin: 0;
    line-height: 1; }
  .gm-style-iw h3 + strong {
    border-bottom: 2px solid #000;
    display: block; }
  .gm-style-iw h4 {
    margin-bottom: 0;
    display: inline-block; }
  .gm-style-iw .panel-default .panel-heading {
    background-color: #fff; }
  .gm-style-iw .panel-default .panel-heading h3 {
    font-size: 22.4px;
    font-size: 1.6rem; }
  .gm-style-iw .panel-default .panel-heading h4 {
    font-size: 22.4px;
    font-size: 1.6rem; }
  .gm-style-iw .opener, .gm-style-iw .openerOzone, .gm-style-iw .openerParticulate, .gm-style-iw .openerVisibility, .gm-style-iw .openerNO2 {
    float: right;
    margin-top: 13px;
    cursor: pointer; }
  .gm-style-iw .site-information {
    border-top: 1px solid #ccc;
    padding-top: 10px; }
  .gm-style-iw .button {
    width: 100%; }

.key_holder {
  position: relative;
  width: 100%;
  height: 130px;
  border: 1px solid black;
  border-bottom: 0px; }

.map_key {
  position: absolute;
  left: 0%;
  top: 0%;
  padding: 10px;
  width: 100%;
  height: 100%; }

.map_key h2 {
  margin-top: 0px;
  width: 100%;
  float: left;
  font-weight: 500;
  font-family: "NTR", sans-serif;
  font-size: 17.5px;
  font-size: 1.25rem;
  color: #464646;
  padding-bottom: 10px; }

.map_key ul {
  margin: 0px;
  padding: 0px; }

.map_key li {
  margin: 0 0 5px 0;
  padding: 0 0 0 25px;
  list-style: none;
  font-family: "NTR", sans-serif;
  font-weight: 400;
  color: #464646;
  font-size: 14px;
  font-size: 1rem;
  width: 16px;
  height: 20px; }

.map_key .levels {
  width: 100%;
  float: left; }

.map_key .levels li {
  width: 30%;
  float: left; }

.level_1 {
  background: url(../img/map-dot-16x16-1-good.svg) no-repeat center left;
  height: 16px;
  width: 16px; }

.level_2 {
  background: url(../img/map-dot-16x16-2-moderate.svg) no-repeat center left;
  height: 16px;
  width: 16px; }

.level_3 {
  background: url(../img/map-dot-16x16-3-unhealthy-sensitive-grps.svg) no-repeat center left;
  height: 16px;
  width: 16px; }

.level_4 {
  background: url(../img/map-dot-16x16-4-unhealthy.svg) no-repeat center left;
  height: 16px;
  width: 16px; }

.level_5 {
  background: url(../img/map-dot-16x16-5-very-unhealthy.svg) no-repeat center left;
  height: 16px;
  width: 16px; }

.level_6 {
  background: url(../img/map-dot-16x16-6-no-data.svg) no-repeat center left;
  height: 16px;
  width: 16px; }

.level_7 {
  background: url(../img/map-dot-16x16-7-hazardous.svg) no-repeat center left;
  height: 16px;
  width: 16px; }

.level_8 {
  background: url(../img/map-dot-16x16-8-no-data-blue.svg) no-repeat center left;
  height: 16px;
  width: 16px; }

.level_open {
  background: url(../img/map-dot-16x16-open.svg) no-repeat center left;
  height: 16px;
  width: 16px; }

.level_filled {
  background: url(../img/map-dot-16x16-filled.svg) no-repeat center left;
  height: 16px;
  width: 16px; }

.aqi_recommendations {
  position: relative;
  width: 100%;
  height: 180px;
  border: 1px solid black;
  border-top: 0px; }

.aqi_rec_bar {
  margin: 0 auto;
  line-height: 40px;
  line-height: 2.85714rem;
  border-radius: 2px;
  width: 98%;
  height: 50px;
  font-size: 17.5px;
  font-size: 1.25rem; }

.aqi_rec_bar_left {
  float: left; }

.aqi_rec_bar_right {
  float: right; }

.aqi_rec_key {
  position: relative;
  left: 0%;
  top: 0%;
  padding: 10px;
  width: 100%;
  height: 100%; }

.aqi-rec-list {
  list-style-type: none;
  list-style: none;
  margin-left: 0px;
  margin-top: 0px;
  padding-left: 0px;
  width: 100%; }

.aqi-rec-list > li {
  display: flex;
  margin-right: 20px;
  width: 100%; }

.aqi-rec-list > li > .aqi-rec-icon {
  display: inline-block;
  margin-right: 10px; }

.aqi-rec-list > li > p {
  display: flex;
  font-family: "NTR", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1rem;
  color: #464646; }

.aqi_rec_mask {
  background: url(../img/mask.svg) no-repeat center left;
  height: 20px;
  width: 20px; }

.aqi_rec_tree {
  background: url(../img/tree.svg) no-repeat center left;
  height: 20px;
  width: 20px; }

.aqi_rec_window {
  background: url(../img/window.svg) no-repeat center left;
  height: 20px;
  width: 20px; }

.video_recommendations {
  position: relative;
  width: 100%;
  height: 130px; }

.video_key {
  position: relative;
  left: 0%;
  top: 0%;
  padding: 10px;
  width: 50%;
  height: 100%;
  float: left; }

.video_other {
  height: 85%;
  overflow-y: scroll; }

.video_key ul {
  margin: 0px;
  padding: 10px;
  width: 100%;
  height: 100%; }

.video_key li {
  margin: 0 0 5px 0;
  padding: 0 0 0 25px;
  list-style: none;
  font-family: "NTR", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1rem;
  color: #464646;
  float: left;
  width: 100%; }

.video_icon {
  background: url(../img/video.svg) no-repeat center left;
  height: 16px;
  width: 16px; }

@media only screen and (max-width: 1200px) {
  .key_holder {
    height: 205px; }
  .map_key .levels li {
    width: 100%; }
  .aqi_recommendations {
    height: 180px; }
  .video_key {
    width: 100%; }
  .video_featured {
    height: 80px; }
  .video_key li {
    width: 100%; }
  #infodiv {
    bottom: 245px; } }

@media only screen and (max-width: 870px) {
  .aqi_recommendations {
    height: 200px; } }

@media only screen and (max-width: 800px) {
  .map_key .levels li {
    width: 100%; }
  .aqi_recommendations {
    height: 200px; }
  .video_recommendations {
    height: 180px; }
  .video_key {
    width: 100%; }
  .video_featured {
    height: 80px; }
  .video_key li {
    width: 100%; } }

.close-popup-holder {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 7px; }

.close-popup-holder a {
  color: #aaa;
  text-decoration: none;
  font-size: 15.96px;
  font-size: 1.14rem;
  font-weight: normal; }

.close-popup-holder a:hover {
  color: #aaa;
  text-decoration: none;
  cursor: pointer; }

aside {
  position: relative;
  display: block;
  margin-top: -20px; }
  @media only screen and (min-width: 750px) {
    aside {
      width: 300px;
      float: right; } }
  aside p {
    font-size: 11.9px;
    font-size: 0.85rem;
    margin-top: 20px; }
  aside h4 {
    display: inline; }
  aside sub {
    bottom: 0;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  aside sup {
    top: -0.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  aside img {
    width: 30px;
    height: 30px; }
  aside a img {
    width: 20px;
    height: 20px;
    cursor: pointer; }
  aside .opener {
    cursor: pointer; }
    aside .opener img {
      width: 20px;
      height: 20px; }

.site-information p {
  margin: 10px 0 0 0; }

#ozone-data-panel, #temperature-data-panel, #particulate-data-panel, #humidity-data-panel, #wind-data-panel, #irbc-data-panel, #uvbc-data-panel {
  display: none; }

.panel {
  padding: 10px 20px 0px;
  /* 20px 20px 10px */
  border-radius: 0;
  margin-bottom: 5px;
  background-color: #eee;
  width: 100%;
  border: 1px solid #ddd;
  box-shadow: none; }
  .panel img {
    float: right; }
  .panel .panel-body,
  .panel .panel-heading {
    padding: 0; }
  .panel table {
    border: 0;
    font-size: 20px;
    font-size: 1.42857rem;
    /* 20px */
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
    .panel table tr {
      border: none; }
    .panel table td {
      padding: 10px 0px 5px; }
      .panel table td:nth-child(2) {
        text-align: right; }
    .panel table img {
      float: left;
      margin-right: 5px; }
  .panel.slim {
    padding: 10px 20px; }
    .panel.slim td {
      font-size: 15px;
      font-size: 1.07143rem;
      padding: 5px 0;
      line-height: 27px;
      line-height: 1.92857rem; }
      .panel.slim td:last-child {
        font-size: inherit; }

.panel-default > .panel-heading {
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  padding-bottom: 10px; }

.data-panel {
  display: none; }

#tabs {
  padding: 0;
  border: 0; }
  #tabs .ui-widget-header {
    background: none;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #eee;
    font-family: "NTR", sans-serif;
    margin: 20px 0; }
  #tabs .ui-tabs-nav {
    padding: 0; }
    #tabs .ui-tabs-nav .ui-tabs-tab {
      background-color: inherit;
      border: 2px solid #787878;
      border-bottom: 0;
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      font-size: 14px;
      font-size: 1rem;
      line-height: 14px;
      line-height: 1rem; }
      #tabs .ui-tabs-nav .ui-tabs-tab:hover {
        background-color: #4a4849;
        border-color: #4a4849; }
        #tabs .ui-tabs-nav .ui-tabs-tab:hover a {
          color: #fff; }
      #tabs .ui-tabs-nav .ui-tabs-tab.ui-state-active {
        border-color: #337ab7; }
        #tabs .ui-tabs-nav .ui-tabs-tab.ui-state-active a {
          color: #337ab7; }
        #tabs .ui-tabs-nav .ui-tabs-tab.ui-state-active:hover a {
          color: #fff; }
      #tabs .ui-tabs-nav .ui-tabs-tab a {
        padding: 10px 10px; }
  #tabs .ui-tabs-panel,
  #tabs .ui-tabs {
    padding: 0;
    border: 0; }
  #tabs .tabs-secondary.ui-tabs-nav {
    border: 0;
    margin: 0;
    display: inline-block; }
    #tabs .tabs-secondary.ui-tabs-nav a {
      padding: 10px;
      font-size: 12.6px;
      font-size: 0.9rem;
      background-color: #eee;
      border-radius: 5px; }
      @media only screen and (min-width: 600px) {
        #tabs .tabs-secondary.ui-tabs-nav a {
          padding: 10px 20px; } }
    #tabs .tabs-secondary.ui-tabs-nav .ui-tabs-tab {
      border: 0;
      border-radius: 5px;
      margin-top: 15px; }
      #tabs .tabs-secondary.ui-tabs-nav .ui-tabs-tab:hover, #tabs .tabs-secondary.ui-tabs-nav .ui-tabs-tab.ui-state-active {
        background-color: #4a4849; }
        #tabs .tabs-secondary.ui-tabs-nav .ui-tabs-tab:hover a, #tabs .tabs-secondary.ui-tabs-nav .ui-tabs-tab.ui-state-active a {
          color: #fff;
          background-color: inherit; }
      #tabs .tabs-secondary.ui-tabs-nav .ui-tabs-tab.ui-state-active:before {
        background: url(../img/btn-triangle.svg) center center no-repeat;
        content: "";
        background-color: #fff;
        display: block;
        height: 10px;
        margin-top: -10px; }
  #tabs .button {
    background-color: #337ab7;
    color: #fff;
    float: right;
    font-size: 12.6px;
    font-size: 0.9rem;
    font-weight: normal;
    margin-top: -5px;
    margin-bottom: 0px;
    padding: 9px 20px; }
    #tabs .button:hover {
      background-color: #2e6da4; }

.ui-dialog-titlebar {
  cursor: default; }

:target:before {
  content: "";
  display: block;
  height: 90px;
  margin: -90px 0 0; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0; }

/*# sourceMappingURL=maps/style.css.map */
