/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1280px */
/* 1281px, 1920px */
/* 1921px */
meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:80em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:80.063em)/";
  width: 80.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:80.063em) and (max-width:120em)/";
  width: 80.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

#AdminBar {
  display: block !important; }

/**** colors ******/
.green {
  color: #2f9816; }

.red {
  color: red; }

.stepBox {
  background-color: #EDFBE9;
  border: 1px solid #B5E1AA;
  text-align: left;
  padding: 3px; }

.errorBox {
  color: red;
  border: 1px solid red;
  text-align: left;
  padding: 3px; }

#settingscontainer SELECT {
  width: 170px; }

/*INPUT.inputText { width: 170px; }
*/
TR.active TD {
  background-color: #EDFBE9; }

TR.inactive TD {
  background-color: #FFF; }

#wxstationTable #directory {
  border-right: 1px solid #213F9A;
  border-left: 1px solid #213F9A;
  padding: 0px 5px 0 5px; }

#wxstationTable #directory TABLE THEAD TR TD {
  border-bottom: 1px solid #999;
  font-weight: bold; }

#wxstationTable #directory TABLE TBODY TR TD {
  border-bottom: 1px dotted #CCC;
  padding: 3px; }

#wxstationTable #directory TABLE TBODY TR:hover TD {
  border-bottom: 1px dotted #CCC;
  padding: 3px;
  background-color: #F5F5F5; }

#playercontainer {
  margin: 0 10px 20px 10px; }

#flashcontent {
  text-align: center; }

#gmapBox #mapImage {
  position: relative;
  height: 100%;
  border: 1px solid #999;
  z-index: 0; }

#gmapBox #coords TABLE {
  width: 100%; }

#gmapBox #coords TABLE TR TD {
  width: 20%; }

#gmapBox #coords TABLE TR TD INPUT.inputText {
  width: 90px;
  border: 1px solid #DDD; }

#gmapBox #coords TABLE TR TD INPUT.inputSubmit {
  border: 1px solid #DDD; }

#gmapBox #zips {
  margin-top: 10px;
  border: 1px solid #999;
  padding: 10px; }

#gmapBox #zips DIV.b {
  margin-bottom: 5px; }

#gmapBox #zips A {
  color: #7B7DC6; }

#wxradioNew TABLE {
  margin-left: auto;
  margin-right: auto; }

#myTable .errorstation {
  border-bottom-style: hidden;
  background-color: #ffddde; }

#myTable .noborder {
  border-bottom-style: hidden; }

#myTable .errormessage {
  background-color: #ffddde; }

.smallContain {
  margin-left: 10px;
  width: 300px; }

.smallContain .contentBox {
  background-image: url("//icons.wxug.com/graphics/wu2/bgBlue-300.gif");
  background-repeat: repeat-y; }

.smallContain .contentBox .headerText {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #9A5121;
  margin: 0 5px 0 5px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 3px; }

.smallContain .contentBox .infoText {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #9A5121;
  margin: 0 5px 0 5px; }

.smallContain .contentBox A {
  color: #213F9A; }

.smallContain .contentBox P {
  margin: 10px; }

/********************************************/
/*MOBILE FIRST!*/
@media only screen {
  /****** PWS Info shared rules including Quick Links sticky nav ******/
  .clear {
    clear: both; }

  .coverage {
    margin-bottom: 50px; }

  #row-content {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 1.5em; }

  #quicklinks-start {
    z-index: 100; }

  #quicklinks-container {
    position: fixed;
    background-color: #FFF;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    text-align: left;
    cursor: pointer; }
  #quicklinks-container ul {
    display: none;
    margin: 0; }
  #quicklinks-container ul li {
    list-style-type: none;
    margin: 0 9px;
    border-bottom: 1px solid #D7D7D7; }
  #quicklinks-container ul li a {
    display: block;
    padding: 12px 7px; }
  #quicklinks-container ul.active {
    position: absolute;
    display: block;
    bottom: 45px;
    width: 100%;
    margin: 0; }

  #quicklinks-heading {
    background-color: #15AADC;
    text-align: center;
    color: #EEEEEE;
    font-size: 1.125rem;
    margin-bottom: 0;
    padding: 8px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px; }

  #quicklinks-container ul li a {
    color: #0074A2; }

  #quicklinks-container ul li a.active {
    color: #FF8833; }

  #quicklinks-container ul li a:hover {
    color: #FF8833; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .coverage {
    margin-left: 50px;
    margin-right: 50px;
    width: auto; } }
@media only screen {
  #steps .columns {
    margin-left: 4px;
    margin-bottom: 30px; }

  /****** PWS Info overview.cst ******/
  .map-column {
    text-align: center; }

  .coverage-content .PWSnumber {
    padding-top: 15px;
    font-size: 54px; }

  .coverage-content .subtext {
    padding-top: 5px;
    font-size: 12px;
    color: #A8A8A8; }

  #join-our-network {
    margin-top: 20px;
    padding: 20px;
    background-color: #FAFAFA;
    display: block; }

  #steps {
    position: relative;
    background-color: #F2F2F2;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
    display: block; }
  #steps .step {
    width: 250px;
    height: 170px;
    display: inline-block;
    background: url("//icons.wxug.com/i/PWSassets/steps_sprite.png");
    background-repeat: no-repeat; }
  #steps .step.step1 {
    background-position: 0px 0px; }
  #steps .step.step2 {
    background-position: -250px 0px; }
  #steps .step.step3 {
    background-position: -500px 0px; }
  #steps .step.step4 {
    background-position: -759px 0px; }
  #steps .step.step1-selected {
    background-position: 0px -177px;
    color: #FF8833 !important; }
  #steps .step.step2-selected {
    background-position: -250px -177px;
    color: #FF8833 !important; }
  #steps .step.step3-selected {
    background-position: -500px -177px;
    color: #FF8833 !important; }
  #steps .step.step4-selected {
    background-position: -750px -177px;
    color: #FF8833 !important; }
  #steps .stepname {
    padding-top: 180px;
    display: inline-block;
    font-size: 18px; }

  #main-content .divider {
    width: 100%;
    border-bottom: 1px solid #D7D7D7;
    margin-top: 45px; }

  #main-content #money-cartoon {
    float: right;
    display: inline-block;
    margin-left: 20px; }

  .station-to-buy {
    width: 240px;
    display: inline-block;
    margin-top: 30px; }

  .station-to-buy img {
    margin-left: 5px; }

  .station-header {
    display: block;
    text-align: center;
    height: 100px; }

  .buy-button {
    display: block;
    text-align: center;
    margin-bottom: 25px; }

  .station-small-print {
    font-size: 12px;
    color: #777777;
    font-weight: normal; }

  .station-name, .station-price {
    font-size: 18px;
    font-weight: bold;
    color: #1E2023; }

  i.yellow {
    font-size: 24px;
    color: #FBB940; }

  i.gray {
    font-size: 24px;
    color: #D7D7D7; }

  .station-description-heading {
    font-weight: bold; }

  .station-to-buy table {
    border-right: 1px solid #DDDDDD; }

  .fixed-height-small {
    display: block;
    height: 120px; }

  .fixed-height-medium {
    display: block;
    height: 180px; }

  .fixed-height-large {
    display: block;
    height: 400px; }

  .accordion dd > a {
    background-color: transparent;
    color: #0074a2; }

  .accordion dd.active > a {
    background-color: transparent;
    font-weight: bold;
    color: #0074a2;
    border-top: 0px; }

  .accordion dd > a.hover, .accordion dd.active > a.hover {
    background-color: transparent; }

  .accordion DD > A.hover {
    background-color: transparent; }

  .accordion .content {
    padding-left: 20px; }

  #pws-about-masthead-ads .boxLeft {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left; }
  #pws-about-masthead-ads .adBox {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left; }

  #pws-about .benefits .benefits-columns .column-1 {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }
  #pws-about .benefits .benefits-columns .column-2 {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }

  #pws-setup-header-ads .header {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left; }
  #pws-setup-header-ads .adBox {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left; }

  #pws-setup-wares .pws-setup-sidebar {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left; }
  #pws-setup-wares .pws-setup-hardware-software {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left; }
  #pws-setup-wares .pws-setup-hardware-software .columns .column-1 {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }
  #pws-setup-wares .pws-setup-hardware-software .columns .column-2 {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }

  #list-stations-table .table {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left; }
  #list-stations-table .pws-list-sidebar {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left; }
  #list-stations-table .pws-list-sidebar .sidebar-text {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }

  .part-wrapper {
    position: relative; }

  .part-image {
    text-align: center;
    z-index: 1;
    position: relative; }

  .part-desc {
    width: 350px; }

  .connector {
    position: absolute;
    background-color: #000;
    height: 3px; }

  #barometer {
    background-image: url("//icons.wxug.com/i/w/pws/about/whatIs/Large/Pressure.png");
    margin-left: 150px;
    width: 100%;
    min-height: 500px;
    background-repeat: no-repeat; }

  #barometer.medium {
    background-image: url("//icons.wxug.com/i/w/pws/about/whatIs/768/Pressure_768.png");
    width: 100%;
    min-height: 500px;
    margin: 0; }

  #barometer.small {
    background-image: url("//icons.wxug.com/i/w/pws/about/whatIs/320/Pressure_320.png");
    width: 100%;
    min-height: 540px;
    margin: 0; }

  #hygrometer {
    background-image: url("//icons.wxug.com/i/w/pws/about/whatIs/Large/Humidity.png");
    margin-left: 150px;
    width: 100%;
    min-height: 500px;
    background-repeat: no-repeat; }

  #hygrometer.medium {
    background-image: url("//icons.wxug.com/i/w/pws/about/whatIs/768/Humidity_768.png");
    width: 100%;
    min-height: 500px;
    margin: 0; }

  #hygrometer.small {
    background-image: url("//icons.wxug.com/i/w/pws/about/whatIs/320/Humidity_320.png");
    width: 100%;
    min-height: 550px;
    margin: 0; }

  #pwsaboutrain {
    background-image: url("//icons.wxug.com/i/w/pws/about/whatIs/Large/Rain.png");
    margin-left: 10px;
    width: 100%;
    min-height: 500px;
    background-repeat: no-repeat; }

  #pwsaboutrain.medium {
    background-image: url("//icons.wxug.com/i/w/pws/about/whatIs/768/Rain_768.png");
    width: 100%;
    min-height: 500px;
    margin: 0; }

  #pwsaboutrain.small {
    background-image: url("//icons.wxug.com/i/w/pws/about/whatIs/320/Rain_320.png");
    width: 100%;
    min-height: 530px;
    margin: 0; } }
@media only screen and (min-width: 64.063em) {
  #thermistordesc, #hygrodesc, #barodesc {
    top: -200px;
    width: 500px; } }
@media only screen {
  #thermistordesc p, #hygrodesc p, #barodesc p {
    position: static; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #thermistordesc, #hygrodesc, #barodesc {
    top: -200px;
    width: 230px; } }
@media only screen and (max-width: 40em) {
  #thermistordesc, #hygrodesc, #barodesc {
    top: 0;
    width: 100%; } }
@media only screen and (min-width: 40.063em) {
  #thermistordesc, #hygrodesc, #barodesc {
    margin-bottom: -200px; } }

@media only screen and (min-width: 64.063em) {
  #raindesc {
    top: -140px;
    width: 500px;
    float: right; } }
@media only screen and (min-width: 40.063em) {
  #raindesc {
    margin-bottom: -140px; } }
@media only screen {
  #raindesc p {
    position: static; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #raindesc {
    top: -120px;
    width: 230px;
    float: left;
    margin-left: 80px; } }
@media only screen and (max-width: 40em) {
  #raindesc {
    top: 0;
    width: 100%; } }

@media only screen {
  .wind .last {
    float: left !important;
    clear: left; }

  #thermometer {
    width: 100%;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 300px; }
  #thermometer .connector {
    width: 41%;
    top: 158px;
    right: 270px;
    transform: rotate(0deg); }
  #thermometer #temperature {
    margin-left: 150px;
    background-image: url("//icons.wxug.com/i/w/pws/about/whatIs/Large/Temperature.png");
    margin-left: 150px;
    width: 100%;
    min-height: 500px;
    background-repeat: no-repeat; }
  #thermometer #temperature.medium {
    background-image: url("//icons.wxug.com/i/w/pws/about/whatIs/768/Temperature_768.png");
    width: 100%;
    min-height: 500px;
    margin: 0; }
  #thermometer #temperature.small {
    background-image: url("//icons.wxug.com/i/w/pws/about/whatIs/320/Temperature_320.png");
    width: 100%;
    min-height: 530px;
    margin: 0; }
  #thermometer #secondRow {
    clear: both; }

  #thermistor {
    padding-top: 330px; }

  .sect img, .wind img {
    display: block;
    margin: auto; }

  .faq .content {
    border-top: none !important; }
  .faq dd.active {
    background-size: 100% !important; }
  .faq dd a {
    background-color: #fff !important;
    height: auto !important;
    line-height: 25px !important;
    padding: 0.9rem 0 !important;
    color: #0074a2 !important;
    font-size: 0.875rem !important; }
  .faq dd a:hover {
    background-color: #E7E7E7 !important; }

  .content {
    /*padding: 0.3rem 0 !important;*/ } }
@media only screen and (max-width: 40em) {
  #quicklinks-container .small-show {
    display: block; }

  #images li {
    padding: 0 2rem 1.25rem; }

  #right {
    margin: auto !important;
    float: none;
    padding: 0 !important; } }
@media only screen and (min-width: 641px) {
  #main-content .dummy {
    height: 500px; }

  #steps .columns {
    margin-left: 0; }

  #thermometer {
    background-size: 400px; }
  #thermometer .connector {
    width: 330px;
    top: 285px;
    right: 199px;
    transform: rotate(-48deg); }

  #thermistor {
    width: 400px;
    margin: 0 auto;
    padding-top: 370px; } }
@media only screen and (min-width: 901px) {
  #thermistor {
    position: absolute;
    top: 50px;
    display: block;
    padding-top: 0;
    width: 320px; }

  #thermometer {
    background-size: 400px; } }
@media only screen and (min-width: 40.063em) {
  #steps .columns {
    margin-left: 0; }

  #quicklinks-container {
    margin-top: 20px;
    /*margin-left: 20px;*/
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
    background-color: transparent;
    cursor: default; }
  #quicklinks-container.fixed {
    position: fixed;
    left: 0px; }
  #quicklinks-container ul {
    margin-left: 1px;
    display: block; }
  #quicklinks-container ul li {
    margin: 0 0 7px 0;
    position: relative;
    border: 0;
    font-size: 0.75rem; }
  #quicklinks-container ul li .bullet {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 3px solid #008FBF;
    margin-right: 7px;
    background-color: #FFF;
    position: absolute;
    top: 2px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
  #quicklinks-container ul li .bullet.selected {
    border: 0 none;
    background-color: #FF8833; }
  #quicklinks-container ul li a {
    padding: 0 0 0 22px; }

  #quicklinks-heading {
    background-color: #FFF;
    text-align: left;
    color: #1E2023;
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }

  #quicklinks-container ul li a {
    color: #0074A2; }

  #quicklinks-container ul li a.active {
    color: #FF8833; }

  #quicklinks-container ul li a:hover {
    color: #FF8833; } }
@media only screen and (min-width: 64.063em) {
  #main-content {
    padding-left: 3.5em; }

  .coverage, .coverage-content {
    margin-left: 0;
    margin-right: 0; }

  #thermistor {
    width: 360px; }

  #thermometer {
    background-size: initial; }
  #thermometer .connector {
    width: 417px;
    top: 166px;
    right: 285px;
    transform: rotate(0deg); }

  #quicklinks-container {
    display: inline-block;
    box-shadow: 0px 0px 18px 1px #AAAAAA;
    -moz-box-shadow: 0px 0px 18px 1px #AAAAAA;
    -webkit-box-shadow: 0px 0px 18px 1px #AAAAAA;
    border-radius: .2em;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    width: 204px;
    position: relative;
    left: 0;
    background-color: #FFF;
    height: auto; }
  #quicklinks-container:before, #quicklinks-container:after {
    content: " ";
    display: table; }
  #quicklinks-container:after {
    clear: both; }
  #quicklinks-container ul li {
    margin: 0 9px;
    list-style-type: none;
    display: block;
    font-size: 12px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 0.875rem; }
  #quicklinks-container ul li .bullet {
    display: none; }
  #quicklinks-container ul li.last {
    border-bottom: none; }
  #quicklinks-container ul li a {
    padding: 10px 8px; }

  #quicklinks-heading {
    background-color: #15AADC;
    text-align: center;
    color: #EEEEEE;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top-left-radius: .2em;
    border-top-right-radius: .2em;
    -moz-border-top-left-radius: .2em;
    -moz-border-top-right-radius: .2em;
    -webkit-border-top-left-radius: .2em;
    -webkit-border-top-right-radius: .2em; } }
#fullList {
  margin-top: 0.5em; }

.moreInfoLink {
  display: block;
  margin-top: -20px;
  text-align: center; }
.moreInfoLink a {
  font-weight: bold;
  font-size: 14px; }

#moreDeals {
  height: 30px; }

.installation {
  margin: 10px 0; }

@media only screen {
  .main-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  .main-row:before, .main-row:after {
    content: " ";
    display: table; }
  .main-row:after {
    clear: both; }
  .main-row .big-left-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #gmapBox #mapPage {
    position: relative;
    width: 100%;
    height: 300px;
    z-index: 0;
    padding-bottom: 10px; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em;
    font-size: 14px;
    line-height: 24px; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row:before, .main-row .big-left-col .mapinfo-col #gmapBox #coord-row:after {
    content: " ";
    display: table; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row:after {
    clear: both; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .lat-lon-column {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .lat-lon-column .title {
    height: 20px;
    line-height: 20px;
    display: inline-block; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .lat-lon-column .data {
    height: 20px;
    line-height: 20px;
    display: inline-block; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .height {
    margin-top: 10px; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .elevation {
    margin-top: 10px; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .coord-data-signup {
    display: inline-block;
    margin-left: 0px;
    color: #A8A8A8;
    width: 100%; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .coord-data-signup.dfg-coord-data {
    margin-left: 0px; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .coord-data-signup input {
    width: 95%; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .coord-data {
    display: inline-block;
    margin-left: 0px;
    color: #A8A8A8;
    width: 30%; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .coord-data.dfg-coord-data {
    margin-left: 0px; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .coord-data input {
    width: 95%; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .blue-hint {
    font-size: 1.25rem;
    color: #15AADC;
    cursor: pointer; }
  .main-row .big-left-col .mapinfo-col #personalize-info-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  .main-row .big-left-col .mapinfo-col #personalize-info-row:before, .main-row .big-left-col .mapinfo-col #personalize-info-row:after {
    content: " ";
    display: table; }
  .main-row .big-left-col .mapinfo-col #personalize-info-row:after {
    clear: both; }
  .main-row .big-left-col .mapinfo-col #personalize-info-row .personalize-info-column {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #link-data-image-and-id-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  .main-row .big-left-col .mapinfo-col #link-data-image-and-id-row:before, .main-row .big-left-col .mapinfo-col #link-data-image-and-id-row:after {
    content: " ";
    display: table; }
  .main-row .big-left-col .mapinfo-col #link-data-image-and-id-row:after {
    clear: both; }
  .main-row .big-left-col .mapinfo-col #link-data-image-and-id-row .link-data-image {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #link-data-image-and-id-row .link-data-text {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    margin-top: 10px; }
  .main-row .small-right-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }

  #search-box {
    position: absolute;
    top: 30px;
    left: 5%;
    width: 90%;
    z-index: 1;
    float: left; }

  .faq-col {
    color: #15AADC; }
  .faq-col .faq-title {
    font-color: #1E2023; }
  .faq-col .faq-question {
    font-size: 0.875rem;
    font-weight: normal;
    cursor: pointer; }
  .faq-col .faq-question.active {
    font-weight: bold; }
  .faq-col .faq-answer {
    color: #1E2023; }
  .faq-col hr {
    margin: 10px 0px; }

  .locationVerified {
    color: #5B9F49; }

  .verified-address-info {
    line-height: 0.75rem;
    color: #4C4C4C; }

  .fill-out-more-info {
    margin-top: 20px; }

  .required {
    font-weight: bold;
    color: #D5202A; }

  .personalize-info-box .station-info-text {
    margin-top: 15px; }
  .personalize-info-box .station-info-text .blue-hint {
    font-size: 1.25rem;
    vertical-align: bottom;
    color: #15AADC;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px; }
  .personalize-info-box .station-info-text img {
    margin-left: 4px;
    position: relative;
    z-index: 2;
    top: 3px; }
  .personalize-info-box .station-info-text .input-title {
    margin-top: 10px;
    font-size: 0.75rem;
    font-weight: bold; }
  .personalize-info-box .station-info-text .input-title.height {
    margin-top: 0px; }
  .personalize-info-box .station-info-text .input-wrapper {
    z-index: 1; }
  .personalize-info-box .station-info-text .input-wrapper#organization-wrapper {
    width: 100%; }
  .personalize-info-box .station-info-text input#neighborhood {
    width: 100%;
    max-width: 300px;
    margin: 5px 0 5px 0; }
  .personalize-info-box .station-info-text input#organization {
    width: 100%;
    max-width: 300px;
    margin: 5px 0 5px 0; }
  .personalize-info-box .station-info-text input#linktext {
    width: 100%;
    max-width: 300px;
    margin: 5px 0 5px 0; }
  .personalize-info-box .station-info-text input#linkurl {
    width: 100%;
    max-width: 300px;
    margin: 5px 0 5px 0; }
  .personalize-info-box .station-info-text input#madis_shef_id {
    width: 100%;
    max-width: 300px;
    margin: 5px 0 5px 0; }
  .personalize-info-box .station-info-text input#dfg {
    width: 100%;
    max-width: 300px;
    margin: 5px 0 5px 0; }
  .personalize-info-box .station-info-text input#elev {
    width: 100%;
    max-width: 300px;
    margin: 5px 0 5px 0; }
  .personalize-info-box .station-info-text .wu4-select {
    margin: 5px 0 15px 0; }
  .personalize-info-box .station-info-text#emailalertsoptin, .personalize-info-box .station-info-text#emailnewsletteroptin {
    font-size: 12px; }
  .personalize-info-box .station-info-text .back {
    margin-top: 20px; }
  .personalize-info-box .station-img {
    float: left;
    position: relative;
    margin: 0 15px 0 0; }
  .personalize-info-box .station-img .fi-camera {
    color: #15AADC;
    font-size: 1.875rem;
    z-index: 1000;
    position: absolute;
    bottom: 0px;
    left: 14px; }

  .optIn {
    font-size: 0.75rem; }

  .status-title-box {
    background-color: #E7E7E7;
    border: 1px solid #D7D7D7;
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 10; }
  .status-title-box .pws-title {
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #4C4C4C;
    font-weight: bold;
    font-size: 0.9375rem;
    line-height: 17px;
    margin-top: 10px;
    float: left; }
  .status-title-box .pws-title.mypws-title {
    color: #1E2023; }
  .status-title-box .edit-gear {
    color: #4C4C4C;
    float: right;
    margin: 8px 10px 0px 5px;
    font-size: 1.375rem;
    cursor: pointer; }
  .status-title-box .edit-gear.mypws-edit-gear {
    color: #15AADC; }
  .status-title-box .edit-gear:hover {
    color: #FF8833; }
  .status-title-box .edit-gear.active {
    color: #FF8833; }
  .status-title-box .edit-links {
    border: 1px solid #4C4C4C;
    background: #FFF;
    position: absolute;
    top: 34px;
    right: -10px;
    z-index: 15;
    border-radius: 5px; }
  .status-title-box .edit-links ul {
    list-style-type: none;
    padding: 2px 10px 10px 10px;
    margin: 0px;
    font-size: 12px;
    line-height: 14px; }
  .status-title-box .edit-links hr {
    margin: 6px -10px 6px -10px; }

  .station-info-box {
    height: 130px;
    background-color: #E7E7E7;
    border: 1px solid #D7D7D7;
    border-top: 0px;
    overflow: auto;
    width: 100%;
    position: relative;
    z-index: 5; }
  .station-info-box .station-img {
    float: left;
    margin: 0 10px 0 10px; } }
@media only screen and (max-width: 450px) {
  .station-info-box .station-img {
    width: 20%; }
  .station-info-box .station-img img {
    width: 100%;
    height: auto;
    margin: 0px auto; }
  .station-info-box .station-img .fi-camera {
    color: #15AADC; } }
@media only screen {
  .station-info-box .station-info-text {
    font-size: 0.875rem;
    line-height: 20px;
    margin-top: 10px; }
  .station-info-box .station-info-text .pws-actions {
    position: absolute;
    bottom: -5px; }
  .station-info-box .station-info-text .pws-actions div {
    display: inline-block;
    margin-right: 5px; }
  .station-info-box .station-info-text .pws-actions #status-message-link {
    margin: 10px 0 10px 10px; }
  .station-info-box .station-info-text .pws-actions #edit-status-img {
    border-right: 1px solid #A3A3A3;
    padding-right: 7px; }
  .station-info-box .station-info-text .pws-actions #get-sticker-link {
    text-decoration: underline; }
  .station-info-box .station-info-text .pws-actions .edit-status-message {
    text-decoration: underline;
    color: #15AADC; }
  .station-info-box .station-info-text .pws-actions .sticker-question {
    text-align: center; }
  .station-info-box .station-info-text .pws-actions.mypws {
    bottom: 5px;
    left: 10px; }
  .station-info-box .pws-conditions-box {
    margin: 10px;
    float: right;
    height: 100px;
    width: 90px;
    text-align: center; }
  .station-info-box .pws-conditions-box .conditions-temp {
    font-size: 0.875rem; }
  .station-info-box .pws-conditions-box p {
    margin-top: 5px;
    font-size: 0.875rem;
    line-height: 0.875rem; }
  .station-info-box .pws-conditions-box .conds-error {
    margin-top: 10px; } }
@media only screen and (max-width: 505px) {
  .station-info-box .pws-conditions-box {
    display: none; } }

@media only screen {
  .open-status-box {
    margin-top: -8px; }

  .error-messages {
    border: 1px solid #A8A8A8;
    color: #000000;
    font-size: 13px;
    line-height: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
    float: left;
    background-color: #F4E6E6;
    width: 100%; }
  .error-messages .errormessage {
    margin: 10px; }
  .error-messages .errormessage .error-type {
    font-weight: bold;
    color: #D5202A; }

  .update-status-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  .update-status-box:before, .update-status-box:after {
    content: " ";
    display: table; }
  .update-status-box:after {
    clear: both; }
  .update-status-box .chars-remaining {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block; }
  .update-status-box .chars-remaining INPUT {
    width: 40px; }
  .update-status-box .chars-remaining-label {
    display: inline-block; }
  .update-status-box .status-message-example {
    margin-top: 10px; }
  .update-status-box #col1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; }
  .update-status-box #col1 .chars-remaining {
    display: inline-block; }
  .update-status-box #col2 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; }
  .update-status-box .save-button {
    cursor: pointer;
    float: right; } }
@media only screen and (min-width: 40.063em) {
  .main-row .big-left-col .mapinfo-col #gmapBox #mapPage {
    height: 400px; }
  .main-row .big-left-col .mapinfo-col #personalize-info-row {
    padding-left: 10px; }
  .main-row .big-left-col .mapinfo-col #personalize-info-row .personalize-info-column {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #link-data-image-and-id-row .link-data-image {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #link-data-image-and-id-row .link-data-text {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-top: 0px; }

  .personalize-info-box .station-info-text .input-title.madis {
    margin-top: 2px; }
  .personalize-info-box .station-info-text .input-title.elev {
    margin-top: 8px; }
  .personalize-info-box .station-img {
    margin: 23px 15px 0 0; }
  .personalize-info-box .station-img .fi-camera {
    position: absolute;
    bottom: 0px;
    left: 14px; }

  .verified-address-info {
    margin-left: 10px; }

  .update-status-box #col1 {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }
  .update-status-box #col2 {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }
  .update-status-box #col2 .empty-text {
    float: right; } }
@media only screen and (min-width: 64.063em) {
  .main-row .big-left-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #gmapBox #mapPage {
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 0;
    padding-bottom: 10px; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .lat-lon-column {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .elevation {
    margin-top: 0px; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .height {
    margin-top: 10px; }
  .main-row .small-right-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left; } }
.blue-hint {
  font-size: 1.25rem;
  color: #15AADC;
  cursor: pointer; }

.signup-error {
  color: #D5202A;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 5px; }

#feedback-link {
  margin-top: 20px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }

.feedback-img {
  width: 100%; }

#newstation_actionbox {
  border-radius: 0 5px 5px 0;
  position: absolute;
  right: -5px;
  top: 0px;
  height: 34px;
  width: 45px;
  line-height: 34px;
  background: #2db2df;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2db2df 0%, #1499c6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2db2df), color-stop(100%, #1499c6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2db2df 0%, #1499c6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2db2df 0%, #1499c6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2db2df 0%, #1499c6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2db2df 0%, #1499c6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2db2df', endColorstr='#1499c6',GradientType=0 );
  /* IE6-9 */ }
#newstation_actionbox .fi-magnifying-glass {
  height: 34px;
  line-height: 34px;
  display: inline-block;
  color: #8ed1e9;
  font-size: 30px;
  margin-left: 11px;
  margin-top: 2px; }

INPUT.searchInput {
  border-radius: 5px 0 0 5px;
  width: 100%;
  font-size: 16px;
  height: 34px;
  -webkit-appearance: textfield; }
@media screen and (max-width: 400px) {
  INPUT.searchInput {
    font-size: 12px; } }

#station-id-box {
  padding-top: 10px;
  padding-bottom: 10px; }

.station-text {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px; }
.station-text.link-data {
  text-align: left; }
.station-text .station-id {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 20px; }

.next-button {
  margin-top: 12px;
  float: right;
  position: relative;
  cursor: pointer; }

.back-button {
  margin-top: 12px;
  float: left;
  position: relative;
  cursor: pointer; }

.back-play {
  display: block;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); }

.none {
  display: none; }

#preview-h3 {
  margin-top: 40px; }

select#stationtype, select#surfacetype, select#camid {
  max-width: 300px; }

.styled-select {
  width: 40%;
  overflow: hidden;
  display: inline-block; }
.styled-select#styled-webcam {
  margin-left: 0px; }

X.tooltip {
  background-color: #FFF;
  color: #000;
  border: 2px solid #000;
  padding: 7px 10px;
  width: 200px;
  font-size: 11px;
  z-index: 1000; }
X.tooltip a {
  color: #3D69B0; }

X.tooltip X.ttPoint {
  width: 18px;
  height: 16px;
  position: absolute;
  bottom: -16px;
  background: url("//icons.wxug.com/i/wu/tooltipPoint_invert.png") no-repeat; }

#map-move-hint {
  position: absolute;
  top: 50%;
  left: 50%; }

.status-light {
  float: left;
  margin: 8px 5px 5px 10px;
  background-color: #D5202A;
  border-radius: 50%;
  width: 20px;
  height: 20px; }
.status-light.active {
  background-color: #5B9F49; }

/*** Current Step styles *****************/
@media only screen {
  .step-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  .step-row:before, .step-row:after {
    content: " ";
    display: table; }
  .step-row:after {
    clear: both; }
  .step-row .outside-arrow-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #4C4C4C;
    margin-left: -8px; }
  .step-row .outside-arrow-down.status-message-outside {
    margin-bottom: -8px; }
  .step-row .outside-arrow-down .inside-arrow-down {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
    position: absolute;
    top: 0px;
    left: 2px;
    margin-left: -8px; }
  .step-row .outside-arrow-down .inside-arrow-down.status-message-inside {
    border-top: 6px solid #FFF; }

  .step-text {
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left;
    color: #A8A8A8;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 10px;
    line-height: 22px; }
  .step-text:nth-last-child(2) {
    border-right: 0px; }
  .step-text.active {
    color: #FF8833; }

  .arrow-wrapper {
    position: relative;
    top: 57px;
    max-width: 20px; }
  .arrow-wrapper.status-message-arrow {
    top: -1px;
    left: 202px;
    z-index: 11; }
  .arrow-wrapper.error-message-arrow {
    top: 1px;
    left: 50%; }
  .arrow-wrapper.edit-message-arrow {
    top: -6px;
    left: 50%; }
  .arrow-wrapper.loc-1 {
    left: 12.5%; }
  .arrow-wrapper.loc-2 {
    left: 37.5%; }
  .arrow-wrapper.loc-3 {
    left: 62.5%; }
  .arrow-wrapper.loc-4 {
    left: 87.5%; }

  .outside-arrow-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #D7D7D7;
    margin-left: -8px; }
  .outside-arrow-down.status-message-outside {
    margin-bottom: -8px; }
  .outside-arrow-down .inside-arrow-down {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
    position: absolute;
    top: 0px;
    left: 2px;
    margin-left: -8px; }
  .outside-arrow-down .inside-arrow-down.status-message-inside {
    border-top: 6px solid #E7E7E7; }

  .outside-arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #4C4C4C;
    margin-left: -8px; }
  .outside-arrow-up.edit {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #4C4C4C;
    margin-left: -6px; }
  .outside-arrow-up .inside-arrow-up {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #F4E6E6;
    position: absolute;
    top: 2px;
    left: 2px;
    margin-left: -8px; }
  .outside-arrow-up .inside-arrow-up.edit {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #FFF;
    margin-left: -6px; }

  #step-wrapper {
    width: 75%;
    margin-left: 12.5%;
    margin-bottom: 20px;
    margin-top: 12px;
    position: relative; }

  .outside-circle, .middle-circle {
    height: 32px;
    width: 32px;
    border-radius: 32px;
    background-color: #F4F4F4;
    border: 1px solid #A8A8A8;
    display: inline-block;
    position: absolute;
    z-index: 1; }
  .outside-circle:first-child, .middle-circle:first-child {
    left: -15px; }
  .outside-circle:nth-child(6), .middle-circle:nth-child(6) {
    left: 33%;
    margin-left: -15px; }
  .outside-circle:nth-child(11), .middle-circle:nth-child(11) {
    left: 66%;
    margin-left: -15px; }
  .outside-circle:nth-child(16), .middle-circle:nth-child(16) {
    right: -15px; }
  .outside-circle.middle-circle, .middle-circle.middle-circle {
    border: 0px;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    z-index: 3; }
  .outside-circle.middle-circle:nth-child(2), .middle-circle.middle-circle:nth-child(2) {
    left: -14px;
    top: 1px; }
  .outside-circle.middle-circle:nth-child(7), .middle-circle.middle-circle:nth-child(7) {
    left: 33%;
    margin-left: -14px;
    margin-top: 1px; }
  .outside-circle.middle-circle:nth-child(12), .middle-circle.middle-circle:nth-child(12) {
    left: 66%;
    margin-left: -14px;
    margin-top: 1px; }
  .outside-circle.middle-circle:nth-child(17), .middle-circle.middle-circle:nth-child(17) {
    right: -14px;
    top: 1px; }

  .inside-circle {
    height: 26px;
    width: 26px;
    border-radius: 26px;
    background-color: #A8A8A8;
    margin-top: 3px;
    z-index: 5;
    position: absolute; }
  .inside-circle:nth-child(3) {
    left: -12px; }
  .inside-circle:nth-child(8) {
    left: 33%;
    margin-left: -12px; }
  .inside-circle:nth-child(13) {
    left: 66%;
    margin-left: -12px; }
  .inside-circle:last-child {
    right: -12px; }
  .inside-circle.active {
    background-color: #FF8833; }

  .outer-bar {
    height: 8px;
    width: 33%;
    background-color: #F4F4F4;
    border-top: 1px solid #A8A8A8;
    border-bottom: 1px solid #A8A8A8;
    display: inline-block;
    margin-top: 11px;
    z-index: 2;
    position: absolute; }
  .outer-bar:nth-child(4) {
    left: 15px; }
  .outer-bar:nth-child(9) {
    left: 33%;
    margin-left: 15px; }
  .outer-bar:nth-child(14) {
    right: 15px; }

  .inner-bar {
    height: 4px;
    width: 34%;
    background-color: #F4F4F4;
    margin-top: 13px;
    z-index: 4;
    position: absolute; }
  .inner-bar:nth-child(5) {
    left: 11px; }
  .inner-bar:nth-child(10) {
    left: 33%;
    margin-left: 11px; }
  .inner-bar:nth-child(15) {
    right: 11px; }
  .inner-bar.active {
    background-color: #FF8833; }

  .step-number {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF; } }
@media only screen and (min-width: 40.063em) {
  .step-text {
    font-size: 16px; } }
.tooltip-active-dfg {
  height: 134px; }

.blue-pen {
  font-size: 1.25rem;
  cursor: pointer;
  color: #15AADC; }

@media screen and (max-width: 450px) {
  .hide-for-phone {
    display: none; } }

@media screen and (min-width: 451px) {
  .show-for-phone {
    display: none; } }

#mapPage img {
  max-width: inherit; }

@media screen and (max-width: 350px) {
  #gmapBox #mapPage {
    height: 312px; } }

/* others */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1280px */
/* 1281px, 1920px */
/* 1921px */
#AdminBar {
  display: block !important; }

/**** colors ******/
.green {
  color: #2f9816; }

.red {
  color: red; }

.stepBox {
  background-color: #EDFBE9;
  border: 1px solid #B5E1AA;
  text-align: left;
  padding: 3px; }

.errorBox {
  color: red;
  border: 1px solid red;
  text-align: left;
  padding: 3px; }

#settingscontainer SELECT {
  width: 170px; }

/*INPUT.inputText { width: 170px; }
*/
TR.active TD {
  background-color: #EDFBE9; }

TR.inactive TD {
  background-color: #FFF; }

#wxstationTable #directory {
  border-right: 1px solid #213F9A;
  border-left: 1px solid #213F9A;
  padding: 0px 5px 0 5px; }

#wxstationTable #directory TABLE THEAD TR TD {
  border-bottom: 1px solid #999;
  font-weight: bold; }

#wxstationTable #directory TABLE TBODY TR TD {
  border-bottom: 1px dotted #CCC;
  padding: 3px; }

#wxstationTable #directory TABLE TBODY TR:hover TD {
  border-bottom: 1px dotted #CCC;
  padding: 3px;
  background-color: #F5F5F5; }

#playercontainer {
  margin: 0 10px 20px 10px; }

#flashcontent {
  text-align: center; }

#gmapBox #mapImage {
  position: relative;
  height: 100%;
  border: 1px solid #999;
  z-index: 0; }

#gmapBox #coords TABLE {
  width: 100%; }

#gmapBox #coords TABLE TR TD {
  width: 20%; }

#gmapBox #coords TABLE TR TD INPUT.inputText {
  width: 90px;
  border: 1px solid #DDD; }

#gmapBox #coords TABLE TR TD INPUT.inputSubmit {
  border: 1px solid #DDD; }

#gmapBox #zips {
  margin-top: 10px;
  border: 1px solid #999;
  padding: 10px; }

#gmapBox #zips DIV.b {
  margin-bottom: 5px; }

#gmapBox #zips A {
  color: #7B7DC6; }

#wxradioNew TABLE {
  margin-left: auto;
  margin-right: auto; }

#myTable .errorstation {
  border-bottom-style: hidden;
  background-color: #ffddde; }

#myTable .noborder {
  border-bottom-style: hidden; }

#myTable .errormessage {
  background-color: #ffddde; }

.smallContain {
  margin-left: 10px;
  width: 300px; }

.smallContain .contentBox {
  background-image: url("//icons.wxug.com/graphics/wu2/bgBlue-300.gif");
  background-repeat: repeat-y; }

.smallContain .contentBox .headerText {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #9A5121;
  margin: 0 5px 0 5px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 3px; }

.smallContain .contentBox .infoText {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #9A5121;
  margin: 0 5px 0 5px; }

.smallContain .contentBox A {
  color: #213F9A; }

.smallContain .contentBox P {
  margin: 10px; }

/********************************************/
@media only screen {
  #pws-about-masthead .content {
    position: relative;
    border-radius: 5px;
    padding: 0 0 0 0;
    background: url("//icons.wxug.com/i/w/pws/v2df_index-header-WUblkBar_50.png") no-repeat;
    height: 250px;
    overflow: hidden; }
  #pws-about-masthead .content h1 {
    float: left;
    margin: 10px 0 0 10px;
    color: #FFF; }
  #pws-about-masthead .content .get-started-button {
    position: absolute;
    bottom: 10px;
    right: 1.25rem;
    z-index: 1000; }
  #pws-about-masthead .content .hizzouse {
    border-radius: 0 0 5px 0;
    position: absolute;
    bottom: 0;
    right: 0; }

  .deals-header {
    margin-left: 10px; }

  #pws-deals {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  #pws-deals:before, #pws-deals:after {
    content: " ";
    display: table; }
  #pws-deals:after {
    clear: both; }
  #pws-deals .pws-deal-1 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    margin-top: 12px;
    position: relative; }
  #pws-deals .pws-deal-2 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    margin-top: 12px;
    border-top: 1px solid #D7D7D7;
    position: relative; }
  #pws-deals .pws-deal-3 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    margin-top: 12px;
    border-top: 1px solid #D7D7D7;
    position: relative; }
  #pws-deals .more-info-button {
    position: absolute;
    bottom: 0px;
    right: 10px; }
  #pws-deals p {
    margin-bottom: 34px; }
  #pws-deals #image-container {
    text-align: center; }
  #pws-deals .deal-name {
    margin: 5px 0 5px 0; }

  .click-for-more {
    text-align: center;
    margin: 17px 0 17px 0; }

  .show-more {
    text-align: center;
    margin: 10px 0 10px 0; }

  #pws-about {
    width: 100%;
    margin: 0;
    max-width: 82em; }
  #pws-about:before, #pws-about:after {
    content: " ";
    display: table; }
  #pws-about:after {
    clear: both; }
  #pws-about .what-is-pws {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    margin: 12px 0 0 0; }
  #pws-about .benefits {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    margin-top: 12px; }
  #pws-about .benefits .benefits-columns {
    width: auto;
    margin: 0;
    max-width: none; }
  #pws-about .benefits .benefits-columns:before, #pws-about .benefits .benefits-columns:after {
    content: " ";
    display: table; }
  #pws-about .benefits .benefits-columns:after {
    clear: both; }
  #pws-about .benefits .benefits-columns .column-1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; }
  #pws-about .benefits .benefits-columns .column-2 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; }
  #pws-about .learn-more-link {
    float: left; }

  .about-header {
    border-radius: 5px 5px 0 0;
    background: #15AADC;
    color: white;
    font-size: 0.9375rem;
    width: 100%;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    margin-bottom: 12px;
    padding: 0 0 0 10px; }
  .about-header.orange {
    background: #FF8833; }
  .about-header.dark-blue {
    background: #1E2023; }

  #pws-more-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  #pws-more-container.none {
    display: none; }
  #pws-more-container:before, #pws-more-container:after {
    content: " ";
    display: table; }
  #pws-more-container:after {
    clear: both; }
  #pws-more-container .pws-more {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }

  .get-started-button {
    float: right; }

  #pws-wundermap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  #pws-wundermap:before, #pws-wundermap:after {
    content: " ";
    display: table; }
  #pws-wundermap:after {
    clear: both; }
  #pws-wundermap .content {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }
  #pws-wundermap .content .wundermap-header {
    border-radius: 5px 5px 0 0;
    width: 100%;
    margin: 12px 0 0 0;
    background: #1E2023;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    color: #FFF;
    font-size: 1.25rem;
    text-align: center; }
  #pws-wundermap .content #map {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    height: 350px;
    margin: 0 0 0 0; }

  .pws-specials-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  .pws-specials-row:before, .pws-specials-row:after {
    content: " ";
    display: table; }
  .pws-specials-row:after {
    clear: both; }
  .pws-specials-row .pws-deal {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    position: relative;
    margin-top: 12px;
    border-top: 1px solid #D7D7D7; }
  .pws-specials-row .pws-deal .deal-image {
    margin-top: 12px; }
  .pws-specials-row .more-info-button {
    position: absolute;
    bottom: 0;
    right: 10px; }
  .pws-specials-row p {
    margin-bottom: 34px; }
  .pws-specials-row #image-container {
    text-align: center; }
  .pws-specials-row .deal-name {
    margin: 5px 0 5px 0; }

  #pws-setup-header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  #pws-setup-header:before, #pws-setup-header:after {
    content: " ";
    display: table; }
  #pws-setup-header:after {
    clear: both; }
  #pws-setup-header .header {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }

  #pws-setup-header-ads {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  #pws-setup-header-ads:before, #pws-setup-header-ads:after {
    content: " ";
    display: table; }
  #pws-setup-header-ads:after {
    clear: both; }
  #pws-setup-header-ads .header {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }
  #pws-setup-header-ads .adBox {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }
  #pws-setup-header-ads .adBox .ad {
    width: 300px;
    height: 250px;
    background-color: #FF8833;
    margin: 12px auto 0 auto; }

  #pws-setup-steps .steps {
    border-radius: 5px;
    margin: 0 0.625rem 0 0.625rem;
    padding: 10px;
    background-color: #E7E7E7; }
  #pws-setup-steps .steps .sign-up-button {
    margin: 0 0 25px 20px; }

  #pws-setup-wares {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  #pws-setup-wares:before, #pws-setup-wares:after {
    content: " ";
    display: table; }
  #pws-setup-wares:after {
    clear: both; }
  #pws-setup-wares .pws-setup-sidebar {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    margin: 12px 0 0 0; }
  #pws-setup-wares .pws-setup-sidebar .wu4-select {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px; }
  #pws-setup-wares .pws-setup-sidebar .button {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px; }
  #pws-setup-wares .pws-setup-sidebar .ad {
    width: 300px;
    height: 250px;
    background-color: #FF8833;
    margin: 12px auto 0 auto; }
  #pws-setup-wares .pws-setup-hardware-software {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    margin-top: 12px; }
  #pws-setup-wares .pws-setup-hardware-software .columns {
    width: auto;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
  #pws-setup-wares .pws-setup-hardware-software .columns:before, #pws-setup-wares .pws-setup-hardware-software .columns:after {
    content: " ";
    display: table; }
  #pws-setup-wares .pws-setup-hardware-software .columns:after {
    clear: both; }
  #pws-setup-wares .pws-setup-hardware-software .columns .column-1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; }
  #pws-setup-wares .pws-setup-hardware-software .columns .column-1 .ad {
    width: 300px;
    height: 250px;
    background-color: #FF8833;
    margin: 12px auto 0 auto; }
  #pws-setup-wares .pws-setup-hardware-software .columns .column-2 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; }
  #pws-setup-wares .pws-setup-hardware-software .columns .column-2 .ad {
    width: 300px;
    height: 250px;
    background-color: #FF8833;
    margin: 12px auto 0 auto; }

  #list-stations-table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  #list-stations-table:before, #list-stations-table:after {
    content: " ";
    display: table; }
  #list-stations-table:after {
    clear: both; }
  #list-stations-table .table {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }
  #list-stations-table .table .fi-torso {
    font-size: 1.25rem; }
  #list-stations-table .pws-list-sidebar {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    margin: 12px 0 0 0; }
  #list-stations-table .pws-list-sidebar .wu4-select {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px; }
  #list-stations-table .pws-list-sidebar .button {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px; } }
@media only screen and (min-width: 40.063em) {
  #pws-about-masthead .boxLeft .content .get-started-button {
    float: right;
    position: relative;
    margin: 10px 10px 0 0;
    bottom: 0;
    right: 0; }

  #pws-about-masthead-ads .boxLeft .content .get-started-button {
    float: right;
    position: relative;
    margin: 10px 10px 0 0;
    bottom: 0;
    right: 0; }

  #pws-deals .pws-deal-1 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left; }
  #pws-deals .pws-deal-2 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left;
    border-right: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
    border-top: 0px; }
  #pws-deals .pws-deal-3 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left;
    border-top: 0px; }
  #pws-deals p {
    margin-bottom: 44px; }

  #pws-about .what-is-pws {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem; }
  #pws-about .benefits {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left;
    padding-left: 0.625rem; }

  #pws-more-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  #pws-more-container:before, #pws-more-container:after {
    content: " ";
    display: table; }
  #pws-more-container:after {
    clear: both; }
  #pws-more-container .pws-more {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left; }

  #pws-wundermap .map {
    height: 450px; }

  .divide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  .divide:before, .divide:after {
    content: " ";
    display: table; }
  .divide:after {
    clear: both; }
  .divide .border {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    border-bottom: 1px solid #D7D7D7;
    margin: 12px 0 12px 0; }

  .pws-specials-row .pws-deal {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left;
    border-right: 1px solid #D7D7D7;
    border-bottom: 0px;
    border-top: 0px; }
  .pws-specials-row .pws-deal .deal-image {
    margin-top: 0px; }
  .pws-specials-row .pws-deal:last-child {
    border-right: 0px; }

  #pws-setup-header-ads .header {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left; }
  #pws-setup-header-ads .adBox {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left; }

  #pws-setup-wares .pws-setup-sidebar {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    border-left: 1px solid #D7D7D7; }
  #pws-setup-wares .pws-setup-sidebar .sidebar-text {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  #pws-setup-wares .pws-setup-hardware-software {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left; }

  #list-stations-table .table {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left; }
  #list-stations-table .pws-list-sidebar {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left; }
  #list-stations-table .pws-list-sidebar .sidebar-text {
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }
@media screen and (max-width: 860px) {
  #list-stations-table .table .station-type {
    display: none; } }
@media only screen and (min-width: 64.063em) {
  #pws-about-masthead-ads .boxLeft {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left; }
  #pws-about-masthead-ads .adBox {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left; }

  #pws-about .benefits .benefits-columns .column-1 {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }
  #pws-about .benefits .benefits-columns .column-2 {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }

  #pws-setup-header-ads .header {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left; }
  #pws-setup-header-ads .adBox {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left; }

  #pws-setup-wares .pws-setup-sidebar {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left; }
  #pws-setup-wares .pws-setup-hardware-software {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left; }
  #pws-setup-wares .pws-setup-hardware-software .columns .column-1 {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }
  #pws-setup-wares .pws-setup-hardware-software .columns .column-2 {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }

  #list-stations-table .table {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left; }
  #list-stations-table .pws-list-sidebar {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left; }
  #list-stations-table .pws-list-sidebar .sidebar-text {
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }
@media only screen {
  .main-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  .main-row:before, .main-row:after {
    content: " ";
    display: table; }
  .main-row:after {
    clear: both; }
  .main-row .big-left-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #gmapBox #mapPage {
    position: relative;
    width: 100%;
    height: 300px;
    z-index: 0;
    padding-bottom: 10px; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em;
    font-size: 14px;
    line-height: 24px; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row:before, .main-row .big-left-col .mapinfo-col #gmapBox #coord-row:after {
    content: " ";
    display: table; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row:after {
    clear: both; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .lat-lon-column {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .lat-lon-column .title {
    height: 20px;
    line-height: 20px;
    display: inline-block; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .lat-lon-column .data {
    height: 20px;
    line-height: 20px;
    display: inline-block; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .height {
    margin-top: 10px; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .elevation {
    margin-top: 10px; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .coord-data {
    display: inline-block;
    margin-left: 0px;
    color: #A8A8A8;
    width: 30%; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .coord-data.dfg-coord-data {
    margin-left: 0px; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .coord-data input {
    width: 95%; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .blue-hint {
    font-size: 1.25rem;
    color: #15AADC;
    cursor: pointer; }
  .main-row .big-left-col .mapinfo-col #personalize-info-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  .main-row .big-left-col .mapinfo-col #personalize-info-row:before, .main-row .big-left-col .mapinfo-col #personalize-info-row:after {
    content: " ";
    display: table; }
  .main-row .big-left-col .mapinfo-col #personalize-info-row:after {
    clear: both; }
  .main-row .big-left-col .mapinfo-col #personalize-info-row .personalize-info-column {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #link-data-image-and-id-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  .main-row .big-left-col .mapinfo-col #link-data-image-and-id-row:before, .main-row .big-left-col .mapinfo-col #link-data-image-and-id-row:after {
    content: " ";
    display: table; }
  .main-row .big-left-col .mapinfo-col #link-data-image-and-id-row:after {
    clear: both; }
  .main-row .big-left-col .mapinfo-col #link-data-image-and-id-row .link-data-image {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #link-data-image-and-id-row .link-data-text {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    margin-top: 10px; }
  .main-row .small-right-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }

  #search-box {
    position: absolute;
    top: 30px;
    left: 5%;
    width: 90%;
    z-index: 1;
    float: left; }

  .faq-col {
    color: #15AADC; }
  .faq-col .faq-title {
    font-color: #1E2023; }
  .faq-col .faq-question {
    font-size: 0.875rem;
    font-weight: normal;
    cursor: pointer; }
  .faq-col .faq-question.active {
    font-weight: bold; }
  .faq-col .faq-answer {
    color: #1E2023; }
  .faq-col hr {
    margin: 10px 0px; }

  .locationVerified {
    color: #5B9F49; }

  .verified-address-info {
    line-height: 0.75rem;
    color: #4C4C4C; }

  .fill-out-more-info {
    margin-top: 20px; }

  .required {
    font-weight: bold;
    color: #D5202A; }

  .personalize-info-box .station-info-text {
    margin-top: 15px; }
  .personalize-info-box .station-info-text .blue-hint {
    font-size: 1.25rem;
    vertical-align: bottom;
    color: #15AADC;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px; }
  .personalize-info-box .station-info-text img {
    margin-left: 4px;
    position: relative;
    z-index: 2;
    top: 3px; }
  .personalize-info-box .station-info-text .input-title {
    margin-top: 10px;
    font-size: 0.75rem;
    font-weight: bold; }
  .personalize-info-box .station-info-text .input-title.height {
    margin-top: 0px; }
  .personalize-info-box .station-info-text .input-wrapper {
    z-index: 1; }
  .personalize-info-box .station-info-text .input-wrapper#organization-wrapper {
    width: 100%; }
  .personalize-info-box .station-info-text input#neighborhood {
    width: 100%;
    max-width: 300px;
    margin: 5px 0 5px 0; }
  .personalize-info-box .station-info-text input#organization {
    width: 100%;
    max-width: 300px;
    margin: 5px 0 5px 0; }
  .personalize-info-box .station-info-text input#linktext {
    width: 100%;
    max-width: 300px;
    margin: 5px 0 5px 0; }
  .personalize-info-box .station-info-text input#linkurl {
    width: 100%;
    max-width: 300px;
    margin: 5px 0 5px 0; }
  .personalize-info-box .station-info-text input#madis_shef_id {
    width: 100%;
    max-width: 300px;
    margin: 5px 0 5px 0; }
  .personalize-info-box .station-info-text input#dfg {
    width: 100%;
    max-width: 300px;
    margin: 5px 0 5px 0; }
  .personalize-info-box .station-info-text input#elev {
    width: 100%;
    max-width: 300px;
    margin: 5px 0 5px 0; }
  .personalize-info-box .station-info-text .wu4-select {
    margin: 5px 0 15px 0; }
  .personalize-info-box .station-info-text#emailalertsoptin, .personalize-info-box .station-info-text#emailnewsletteroptin {
    font-size: 12px; }
  .personalize-info-box .station-info-text .back {
    margin-top: 20px; }
  .personalize-info-box .station-img {
    float: left;
    position: relative;
    margin: 0 15px 0 0; }
  .personalize-info-box .station-img .fi-camera {
    color: #15AADC;
    font-size: 1.875rem;
    z-index: 1000;
    position: absolute;
    bottom: 0px;
    left: 14px; }

  .optIn {
    font-size: 0.75rem; }

  .status-title-box {
    background-color: #E7E7E7;
    border: 1px solid #D7D7D7;
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 10; }
  .status-title-box .pws-title {
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #4C4C4C;
    font-weight: bold;
    font-size: 0.9375rem;
    line-height: 17px;
    margin-top: 10px;
    float: left; }
  .status-title-box .pws-title.mypws-title {
    color: #1E2023; }
  .status-title-box .edit-gear {
    color: #4C4C4C;
    float: right;
    margin: 8px 10px 0px 5px;
    font-size: 1.375rem;
    cursor: pointer; }
  .status-title-box .edit-gear.mypws-edit-gear {
    color: #15AADC; }
  .status-title-box .edit-gear:hover {
    color: #FF8833; }
  .status-title-box .edit-gear.active {
    color: #FF8833; }
  .status-title-box .edit-links {
    border: 1px solid #4C4C4C;
    background: #FFF;
    position: absolute;
    top: 34px;
    right: -10px;
    z-index: 15;
    border-radius: 5px; }
  .status-title-box .edit-links ul {
    list-style-type: none;
    padding: 2px 10px 10px 10px;
    margin: 0px;
    font-size: 12px;
    line-height: 14px; }
  .status-title-box .edit-links hr {
    margin: 6px -10px 6px -10px; }

  .station-info-box {
    height: 130px;
    background-color: #E7E7E7;
    border: 1px solid #D7D7D7;
    border-top: 0px;
    overflow: auto;
    width: 100%;
    position: relative;
    z-index: 5; }
  .station-info-box .station-img {
    float: left;
    margin: 0 10px 0 10px; } }
@media only screen and (max-width: 450px) {
  .station-info-box .station-img {
    width: 20%; }
  .station-info-box .station-img img {
    width: 100%;
    height: auto;
    margin: 0px auto; }
  .station-info-box .station-img .fi-camera {
    color: #15AADC; } }
@media only screen {
  .station-info-box .station-info-text {
    font-size: 0.875rem;
    line-height: 20px;
    margin-top: 10px; }
  .station-info-box .station-info-text .pws-actions {
    position: absolute;
    bottom: -5px; }
  .station-info-box .station-info-text .pws-actions div {
    display: inline-block;
    margin-right: 5px; }
  .station-info-box .station-info-text .pws-actions #status-message-link {
    margin: 10px 0 10px 10px; }
  .station-info-box .station-info-text .pws-actions #edit-status-img {
    border-right: 1px solid #A3A3A3;
    padding-right: 7px; }
  .station-info-box .station-info-text .pws-actions #get-sticker-link {
    text-decoration: underline; }
  .station-info-box .station-info-text .pws-actions .edit-status-message {
    text-decoration: underline;
    color: #15AADC; }
  .station-info-box .station-info-text .pws-actions .sticker-question {
    text-align: center; }
  .station-info-box .station-info-text .pws-actions.mypws {
    bottom: 5px;
    left: 10px; }
  .station-info-box .pws-conditions-box {
    margin: 10px;
    float: right;
    height: 100px;
    width: 90px;
    text-align: center; }
  .station-info-box .pws-conditions-box .conditions-temp {
    font-size: 0.875rem; }
  .station-info-box .pws-conditions-box p {
    margin-top: 5px;
    font-size: 0.875rem;
    line-height: 0.875rem; }
  .station-info-box .pws-conditions-box .conds-error {
    margin-top: 10px; } }
@media only screen and (max-width: 505px) {
  .station-info-box .pws-conditions-box {
    display: none; } }

@media only screen {
  .open-status-box {
    margin-top: -8px; }

  .error-messages {
    border: 1px solid #A8A8A8;
    color: #000000;
    font-size: 13px;
    line-height: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
    float: left;
    background-color: #F4E6E6;
    width: 100%; }
  .error-messages .errormessage {
    margin: 10px; }
  .error-messages .errormessage .error-type {
    font-weight: bold;
    color: #D5202A; }

  .update-status-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  .update-status-box:before, .update-status-box:after {
    content: " ";
    display: table; }
  .update-status-box:after {
    clear: both; }
  .update-status-box .chars-remaining {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block; }
  .update-status-box .chars-remaining INPUT {
    width: 40px; }
  .update-status-box .chars-remaining-label {
    display: inline-block; }
  .update-status-box .status-message-example {
    margin-top: 10px; }
  .update-status-box #col1 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; }
  .update-status-box #col1 .chars-remaining {
    display: inline-block; }
  .update-status-box #col2 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; }
  .update-status-box .save-button {
    cursor: pointer;
    float: right; } }
@media only screen and (min-width: 40.063em) {
  .main-row .big-left-col .mapinfo-col #gmapBox #mapPage {
    height: 400px; }
  .main-row .big-left-col .mapinfo-col #personalize-info-row {
    padding-left: 10px; }
  .main-row .big-left-col .mapinfo-col #personalize-info-row .personalize-info-column {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #link-data-image-and-id-row .link-data-image {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #link-data-image-and-id-row .link-data-text {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-top: 0px; }

  .personalize-info-box .station-info-text .input-title.madis {
    margin-top: 2px; }
  .personalize-info-box .station-info-text .input-title.elev {
    margin-top: 8px; }
  .personalize-info-box .station-img {
    margin: 23px 15px 0 0; }
  .personalize-info-box .station-img .fi-camera {
    position: absolute;
    bottom: 0px;
    left: 14px; }

  .verified-address-info {
    margin-left: 10px; }

  .update-status-box #col1 {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }
  .update-status-box #col2 {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }
  .update-status-box #col2 .empty-text {
    float: right; } }
@media only screen and (min-width: 64.063em) {
  .main-row .big-left-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #gmapBox #mapPage {
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 0;
    padding-bottom: 10px; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .lat-lon-column {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .elevation {
    margin-top: 0px; }
  .main-row .big-left-col .mapinfo-col #gmapBox #coord-row .coord-column .height {
    margin-top: 10px; }
  .main-row .small-right-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left; } }
.blue-hint {
  font-size: 1.25rem;
  color: #15AADC;
  cursor: pointer; }

.signup-error {
  color: #D5202A;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 5px; }

#feedback-link {
  margin-top: 20px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }

.feedback-img {
  width: 100%; }

#newstation_actionbox {
  border-radius: 0 5px 5px 0;
  position: absolute;
  right: -5px;
  top: 0px;
  height: 34px;
  width: 45px;
  line-height: 34px;
  background: #2db2df;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2db2df 0%, #1499c6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2db2df), color-stop(100%, #1499c6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2db2df 0%, #1499c6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2db2df 0%, #1499c6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2db2df 0%, #1499c6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2db2df 0%, #1499c6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2db2df', endColorstr='#1499c6',GradientType=0 );
  /* IE6-9 */ }
#newstation_actionbox .fi-magnifying-glass {
  height: 34px;
  line-height: 34px;
  display: inline-block;
  color: #8ed1e9;
  font-size: 30px;
  margin-left: 11px;
  margin-top: 2px; }

INPUT.searchInput {
  border-radius: 5px 0 0 5px;
  width: 100%;
  font-size: 16px;
  height: 34px;
  -webkit-appearance: textfield; }
@media screen and (max-width: 400px) {
  INPUT.searchInput {
    font-size: 12px; } }

#station-id-box {
  padding-top: 10px;
  padding-bottom: 10px; }

.station-text {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px; }
.station-text.link-data {
  text-align: left; }
.station-text .station-id {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 20px; }

.next-button {
  margin-top: 12px;
  float: right;
  position: relative;
  cursor: pointer; }

.back-button {
  margin-top: 12px;
  float: left;
  position: relative;
  cursor: pointer; }

.back-play {
  display: block;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); }

.none {
  display: none; }

#preview-h3 {
  margin-top: 40px; }

select#stationtype, select#surfacetype, select#camid {
  max-width: 300px; }

.styled-select {
  width: 40%;
  overflow: hidden;
  display: inline-block; }
.styled-select#styled-webcam {
  margin-left: 0px; }

X.tooltip {
  background-color: #FFF;
  color: #000;
  border: 2px solid #000;
  padding: 7px 10px;
  width: 200px;
  font-size: 11px;
  z-index: 1000; }
X.tooltip a {
  color: #3D69B0; }

X.tooltip X.ttPoint {
  width: 18px;
  height: 16px;
  position: absolute;
  bottom: -16px;
  background: url("//icons.wxug.com/i/wu/tooltipPoint_invert.png") no-repeat; }

#map-move-hint {
  position: absolute;
  top: 50%;
  left: 50%; }

.status-light {
  float: left;
  margin: 8px 5px 5px 10px;
  background-color: #D5202A;
  border-radius: 50%;
  width: 20px;
  height: 20px; }
.status-light.active {
  background-color: #5B9F49; }

/*** Current Step styles *****************/
@media only screen {
  .step-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 82em; }
  .step-row:before, .step-row:after {
    content: " ";
    display: table; }
  .step-row:after {
    clear: both; }
  .step-row .outside-arrow-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #4C4C4C;
    margin-left: -8px; }
  .step-row .outside-arrow-down.status-message-outside {
    margin-bottom: -8px; }
  .step-row .outside-arrow-down .inside-arrow-down {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
    position: absolute;
    top: 0px;
    left: 2px;
    margin-left: -8px; }
  .step-row .outside-arrow-down .inside-arrow-down.status-message-inside {
    border-top: 6px solid #FFF; }

  .step-text {
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left;
    color: #A8A8A8;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 10px;
    line-height: 22px; }
  .step-text:nth-last-child(2) {
    border-right: 0px; }
  .step-text.active {
    color: #FF8833; }

  .arrow-wrapper {
    position: relative;
    top: 57px;
    max-width: 20px; }
  .arrow-wrapper.status-message-arrow {
    top: -1px;
    left: 202px;
    z-index: 11; }
  .arrow-wrapper.error-message-arrow {
    top: 1px;
    left: 50%; }
  .arrow-wrapper.edit-message-arrow {
    top: -6px;
    left: 50%; }
  .arrow-wrapper.loc-1 {
    left: 12.5%; }
  .arrow-wrapper.loc-2 {
    left: 37.5%; }
  .arrow-wrapper.loc-3 {
    left: 62.5%; }
  .arrow-wrapper.loc-4 {
    left: 87.5%; }

  .outside-arrow-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #D7D7D7;
    margin-left: -8px; }
  .outside-arrow-down.status-message-outside {
    margin-bottom: -8px; }
  .outside-arrow-down .inside-arrow-down {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
    position: absolute;
    top: 0px;
    left: 2px;
    margin-left: -8px; }
  .outside-arrow-down .inside-arrow-down.status-message-inside {
    border-top: 6px solid #E7E7E7; }

  .outside-arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #4C4C4C;
    margin-left: -8px; }
  .outside-arrow-up.edit {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #4C4C4C;
    margin-left: -6px; }
  .outside-arrow-up .inside-arrow-up {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #F4E6E6;
    position: absolute;
    top: 2px;
    left: 2px;
    margin-left: -8px; }
  .outside-arrow-up .inside-arrow-up.edit {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #FFF;
    margin-left: -6px; }

  #step-wrapper {
    width: 75%;
    margin-left: 12.5%;
    margin-bottom: 20px;
    margin-top: 12px;
    position: relative; }

  .outside-circle, .middle-circle {
    height: 32px;
    width: 32px;
    border-radius: 32px;
    background-color: #F4F4F4;
    border: 1px solid #A8A8A8;
    display: inline-block;
    position: absolute;
    z-index: 1; }
  .outside-circle:first-child, .middle-circle:first-child {
    left: -15px; }
  .outside-circle:nth-child(6), .middle-circle:nth-child(6) {
    left: 33%;
    margin-left: -15px; }
  .outside-circle:nth-child(11), .middle-circle:nth-child(11) {
    left: 66%;
    margin-left: -15px; }
  .outside-circle:nth-child(16), .middle-circle:nth-child(16) {
    right: -15px; }
  .outside-circle.middle-circle, .middle-circle.middle-circle {
    border: 0px;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    z-index: 3; }
  .outside-circle.middle-circle:nth-child(2), .middle-circle.middle-circle:nth-child(2) {
    left: -14px;
    top: 1px; }
  .outside-circle.middle-circle:nth-child(7), .middle-circle.middle-circle:nth-child(7) {
    left: 33%;
    margin-left: -14px;
    margin-top: 1px; }
  .outside-circle.middle-circle:nth-child(12), .middle-circle.middle-circle:nth-child(12) {
    left: 66%;
    margin-left: -14px;
    margin-top: 1px; }
  .outside-circle.middle-circle:nth-child(17), .middle-circle.middle-circle:nth-child(17) {
    right: -14px;
    top: 1px; }

  .inside-circle {
    height: 26px;
    width: 26px;
    border-radius: 26px;
    background-color: #A8A8A8;
    margin-top: 3px;
    z-index: 5;
    position: absolute; }
  .inside-circle:nth-child(3) {
    left: -12px; }
  .inside-circle:nth-child(8) {
    left: 33%;
    margin-left: -12px; }
  .inside-circle:nth-child(13) {
    left: 66%;
    margin-left: -12px; }
  .inside-circle:last-child {
    right: -12px; }
  .inside-circle.active {
    background-color: #FF8833; }

  .outer-bar {
    height: 8px;
    width: 33%;
    background-color: #F4F4F4;
    border-top: 1px solid #A8A8A8;
    border-bottom: 1px solid #A8A8A8;
    display: inline-block;
    margin-top: 11px;
    z-index: 2;
    position: absolute; }
  .outer-bar:nth-child(4) {
    left: 15px; }
  .outer-bar:nth-child(9) {
    left: 33%;
    margin-left: 15px; }
  .outer-bar:nth-child(14) {
    right: 15px; }

  .inner-bar {
    height: 4px;
    width: 34%;
    background-color: #F4F4F4;
    margin-top: 13px;
    z-index: 4;
    position: absolute; }
  .inner-bar:nth-child(5) {
    left: 11px; }
  .inner-bar:nth-child(10) {
    left: 33%;
    margin-left: 11px; }
  .inner-bar:nth-child(15) {
    right: 11px; }
  .inner-bar.active {
    background-color: #FF8833; }

  .step-number {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF; } }
@media only screen and (min-width: 40.063em) {
  .step-text {
    font-size: 16px; } }
.tooltip-active-dfg {
  height: 134px; }

.blue-pen {
  font-size: 1.25rem;
  cursor: pointer;
  color: #15AADC; }

@media screen and (max-width: 450px) {
  .hide-for-phone {
    display: none; } }

@media screen and (min-width: 451px) {
  .show-for-phone {
    display: none; } }

#mapPage img {
  max-width: inherit; }

@media screen and (max-width: 350px) {
  #gmapBox #mapPage {
    height: 312px; } }

/*# sourceMappingURL=pws.css.map */
