/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* =============================================================================
   HTML5 element display
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #444444;
  font-size: 1.4rem;
}
input,
textarea {
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */
::-moz-selection {
  background: #990000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #990000;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre,
code,
kbd,
samp {
  font-family: 'courier new', monospace;
  _font-family: 'courier new', monospace;
  font-size: 1.5rem;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 1.1rem;
}
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 0 0 2.2rem;
  padding: 0 0 0 4.4rem;
}
dd {
  margin: 0 0 0 4.4rem;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button,
input {
  line-height: normal;
  *overflow: visible;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {
  overflow: auto;
  vertical-align: top;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =============================================================================
   Primary styles
   Author:
   ========================================================================== */
/* =============================================================================
   Colors
   ========================================================================== */
/* =============================================================================
   Mixins
   ========================================================================== */
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.imageReplace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/** Font Size is in REMs,margins are mutiples of the base value
    Line height is automatically set based upon the font size */
/* =============================================================================
   Typography
   ========================================================================== */
.sans-serif {
  font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
}
.alt-sans-serif {
  font-family: 'Helvetica Neue', 'Arial Narrow', 'Helvetica', Arial, sans-serif;
}
.data {
  font-family: 'Courier New', 'Courier', monospace;
}
.serif {
  font-family: Georgia, 'Times New Roman', Times, serif;
}
/* =============================================================================
   Universal
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
  background: transparent url('img/tile.png') 0 0 repeat;
}
p {
  color: #222222;
  margin: 0 0 2.2rem 0;
}
h1 {
  font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
  color: #cc0000;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 44px;
  line-height: 4.4rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 11px;
  margin-bottom: 1.1rem;
  font-weight: 200;
  letter-spacing: 1px;
}
h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 44px;
  line-height: 4.4rem;
  margin-top: 22px;
  margin-top: 2.2rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 44px;
  line-height: 4.4rem;
  margin-top: 11px;
  margin-top: 1.1rem;
  margin-bottom: 22px;
  margin-bottom: 2.2rem;
  color: #c00;
  font-style: oblique;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
#imageviewer h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-weight: normal;
  color: #fff;
  padding-left: 1.1rem;
}
a,
a:visited {
  color: #c00;
  text-decoration: none;
  border-bottom: 1px dotted #c00;
}
a:hover {
  border-bottom: 1px solid #c00;
}
table {
  margin-bottom: 2.2rem;
  width: 100%;
}
table thead th {
  text-align: left;
  border-bottom: 1px solid #999999;
}
table thead th.center {
  text-align: center;
}
table tr:nth-child(2n) td,
table tr:nth-child(2n) th {
  background-color: #eeeeee;
}
table td {
  padding: 0.55rem 1.1rem;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #fffafa;
}
table.stable-col tbody tr th:first-child,
table.stable-col tbody td:first-child {
  text-align: left;
  width: 10%;
}
/* =============================================================================
   Layout
   ========================================================================== */
.two-thirds {
  width: 60%;
  float: left;
  margin-right: 5%;
}
.one-third {
  float: left;
  width: 30%;
}
img.border {
  float: right;
  margin: 0 1.1rem 2.2rem 2.2rem;
  border: 1px solid #999999;
  -webkit-box-shadow: 0px 0px 2px rgba(20, 20, 20, 0.3);
  -moz-box-shadow: 0px 0px 2px rgba(20, 20, 20, 0.3);
  -ms-box-shadow: 0px 0px 2px rgba(20, 20, 20, 0.3);
  -o-box-shadow: 0px 0px 2px rgba(20, 20, 20, 0.3);
  box-shadow: 0px 0px 2px rgba(20, 20, 20, 0.3);
}
img.full {
  max-width: 100%;
  border: 1px solid #999999;
}
#container {
  width: 96rem;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 40px;
  -webkit-box-shadow: 3px 2px 4px 3px rgba(20, 20, 20, 0.4);
  -moz-box-shadow: 3px 2px 4px 3px rgba(20, 20, 20, 0.4);
  -o-box-shadow: 3px 2px 4px 3px rgba(20, 20, 20, 0.4);
  box-shadow: 3px 2px 4px 3px rgba(20, 20, 20, 0.4);
}
/*Header */
#main-header {
  background: transparent url('img/wx-background.png') top right no-repeat;
  position: relative;
  z-index: 9;
  /* Put header on top so that menu goes on top of everything else...*/
}
.notice {
  width: 100%;
  background-color: #990000;
  height: 33px;
  z-index: 99;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.notice p {
  color: #ffffff;
}
#flash-message {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #990000;
  background-color: rgba(190, 0, 0, 0.9);
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  height: 3.3rem;
  z-index: 99;
  padding-top: 1.1rem;
}
#main-header hgroup {
  margin-left: 2.2rem;
  padding-top: 2.2rem;
  height: 131px;
  width: 400px;
  background: transparent url('img/twister-logo.png') bottom left no-repeat;
  float: left;
}
#clock {
  position: absolute;
  top: 92px;
  right: 40px;
}
#my-station {
  position: absolute;
  top: 10px;
  right: 40px;
  background-color: #990000;
  padding: 1.1rem 2.2rem 1.55rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px rgba(95, 25, 25, 0.4);
  -moz-box-shadow: 0px 4px 4px rgba(95, 25, 25, 0.4);
  -ms-box-shadow: 0px 4px 4px rgba(95, 25, 25, 0.4);
  -o-box-shadow: 0px 4px 4px rgba(95, 25, 25, 0.4);
  box-shadow: 0px 4px 4px rgba(95, 25, 25, 0.4);
}
#my-station h5,
#my-station h2 a,
#my-station h2 {
  color: #fff;
  border-bottom: none;
  text-align: center;
}
#my-station h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
#content {
  width: 95%;
  margin: 0 auto;
}
.landing h4 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 22px;
  margin-bottom: 2.2rem;
}
/* Horizontal List by thirds */
.horizontal-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.horizontal-list li {
  font-weight: bolder;
  display: block;
  width: 33.3%;
  float: left;
  line-height: 2.2rem;
  margin-bottom: 1.1rem;
}
.horizontal-list li a {
  font-weight: normal;
}
.horizontal-list li ul {
  padding-left: 1.1rem;
  list-style: none;
}
.horizontal-list li ul li {
  display: list-item;
  width: auto;
  float: none;
  margin-bottom: 0;
}
/*Article*/
section#main {
  margin-top: 2.2rem;
}
/*Sections*/
#imageviewer {
  position: relative;
  margin-top: 2.2rem;
}
.data-output {
  margin-top: 2.0rem;
}
.data-output header {
  margin-bottom: 1.1rem;
}
.data-output header h1 {
  margin-bottom: 0.55rem;
}
.data-output h4 {
  background-color: #eeeeee;
  padding: 1.1rem;
  color: #999999;
  text-shadow: #fff 1px 1px 0;
  margin-bottom: 1.1rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.data-output h6 {
  font-weight: normal;
  color: #999999;
}
.data-output h6 strong:not(:first-child) {
  margin-left: 2rem;
}
.data-output pre {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  padding: 2%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 11px;
  margin-bottom: 1.1rem;
}
.data-output pre.diff_product .difference {
  color: #007700;
  font-weight: bolder;
}
.data-output pre.diff_product .difference .lower {
  color: #ffa500;
}
.data-output pre.diff_product .difference .equal {
  color: #999999;
  font-weight: normal;
}
/** Landing Pages **/
section.landing h2,
#model-index h2 {
  background-color: #eeeeee;
  padding: 1.1rem;
  color: #999999;
  text-shadow: #fff 1px 1px 0;
  margin-bottom: 1.1rem;
  font-size: 2.4rem;
  line-height: 2.2rem;
}
#model-index table {
  width: 100%;
  margin-bottom: 2.2rem;
}
#model-index table th:first-child {
  width: 10%;
}
#model-index table td,
#model-index table tbody th {
  border-bottom: 1px solid #aaaaaa;
  text-align: center;
}
#model-index table td a,
#model-index table tbody th a {
  display: block;
  border-bottom: none;
}
#model-index table td a span.ztime,
#model-index table tbody th a span.ztime {
  font-size: 1.6rem;
}
#model-index table td a:hover,
#model-index table tbody th a:hover {
  background-color: #faa;
}
#model-index table thead th {
  border-bottom: 1px solid #444444;
  color: #990000;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-bottom: 1rem;
}
#additional-products {
  background-color: #ffeeee;
  border: 1px dotted #994444;
  margin-top: 1.1rem;
  padding: 1.1rem 2.2rem;
}
#additional-products ul {
  list-style: none;
  padding-left: 0;
}
#additional-products ul li {
  display: block;
  float: left;
  width: 20%;
  margin-right: 10%;
  margin-bottom: 1.1rem;
}
/* =============================================================================
   Navigation
   ========================================================================== */
#main-nav {
  font-family: 'Helvetica Neue', 'Arial Narrow', 'Helvetica', Arial, sans-serif;
  clear: both;
  background-color: #444444;
  text-align: center;
}
#main-nav ul li {
  display: block;
  float: left;
  color: #fff;
  padding: 1.1rem 2.2rem;
  border-right: 1px solid #777;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  letter-spacing: 1px;
  font-weight: 400;
  border-bottom: none;
  position: relative;
}
#main-nav ul li a {
  display: block;
}
#main-nav ul li.parent {
  padding: 0.55rem 1.1rem;
}
#main-nav ul li.mylink {
  background-color: #990000;
}
#main-nav ul li ul {
  position: absolute;
  top: 100%;
  left: 0px;
  display: none;
  background-color: #666;
}
#main-nav ul li ul li {
  float: none;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding: 0;
  border-bottom: 1px dotted #aaa;
  width: 14rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*Level 2  */
}
#main-nav ul li ul li a {
  padding: 0.55rem 1.1rem;
}
#main-nav ul li ul li:hover {
  background-color: #333;
}
#main-nav ul li ul li:hover ul {
  position: absolute;
  left: 100%;
  top: 0%;
  background-color: #333;
}
#main-nav ul li ul li ul {
  position: absolute;
  left: 100%;
  top: 0%;
  display: none;
  background-color: #333;
}
.ie7 #main-nav {
  padding-bottom: 25px;
}
/* End Rollover Navigation */
#main-nav ul li.topical {
  background-color: #900;
}
#main-nav ul li a {
  color: #fff;
  border-bottom: none;
}
#main-nav ul li:hover {
  background-color: #666;
}
#main-nav ul li.topical:hover {
  background-color: #600;
}
#productnav {
  background-color: #fee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.1rem 1.1rem 1.1rem 1.1rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-top: 2.2rem;
}
#productnav h3 {
  color: #900;
  margin: 0 0 1.1rem 0;
}
#productnav ul li {
  display: block;
  width: 25%;
  padding: 4px 0;
  float: left;
}
#productnav a,
#productnav a:visited {
  color: #900;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  border-bottom: none;
  text-decoration: none;
}
#productnav a:hover,
#productnav a.active {
  color: #777;
  border-bottom: 1px solid #777;
}
#hournav,
#imageviewer h5 {
  background-color: #c00;
  overflow: hidden;
}
#hournav a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  text-decoration: none;
  padding: 0;
  text-align: center;
}
#hournav a:hover {
  color: #f89d9d;
}
#hournav a.active {
  background-color: #700;
  box-shadow: inset 0px 1px 3px rgba(25, 25, 25, 0.6);
}
#hournav a.disabled {
  color: #700;
  pointer-events: none;
  cursor: default;
}
#archive-link {
  position: absolute;
  top: 0.2rem;
  right: 2px;
  display: block;
  width: 124px;
  height: 30px;
  background: transparent url('img/archive-button.png') top left no-repeat;
  border: none;
}
nav.past-products {
  float: right;
  position: relative;
  padding-right: 1.1rem;
  top: -4.4rem;
  display: none;
  max-width: 60rem;
  background-color: #eeeeee;
}
nav.past-products.large {
  float: none;
  top: 0;
  max-width: none;
  padding: 1.0rem;
}
nav.past-products a {
  display: inline-block;
  border-bottom: 0;
  margin-left: 1.1rem;
  color: #999999;
}
nav.past-products a:hover,
nav.past-products a.active {
  color: #444444;
}
/* =============================================================================
   Views
   ========================================================================== */
#img-container {
  border: 1px solid #aaa;
  overflow: hidden;
}
#main-img {
  display: block;
  margin: 0 auto;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  background-color: #eeeeee;
  border: 1px dotted #aaaaaa;
  padding: 1.0rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
form label {
  font-weight: bold;
  margin-right: 1.1rem;
}
form label.error {
  color: #ff0000;
  margin-left: 1.0rem;
}
form input,
form select {
  margin-right: 1.1rem;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="date"],
form textarea {
  padding: 0.44rem;
  color: #444444;
}
form textarea {
  width: 100%;
}
form.vertical-form input,
form.vertical-form textarea,
form.vertical-form select {
  display: block;
  margin-bottom: 1.1rem;
}
form.table-form label {
  clear: left;
  float: left;
  width: 30%;
  margin-bottom: 2.2rem;
}
form.table-form label.error {
  clear: none;
  width: auto;
}
form.table-form input,
form.table-form textarea,
form.table-form select {
  float: left;
}
form.table-form button,
form.table-form input[type="submit"] {
  display: block !important;
  float: none;
  clear: both;
}
form a.permalink {
  display: inline-block;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
button.submit,
input[type="submit"],
.red-button {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16.5px;
  font-size: 1.65rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding: 0.44rem 1.1rem;
  border: none;
  background: #cc0300;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMDMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #cc0300 0%, #990000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc0300), color-stop(100%, #990000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cc0300 0%, #990000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cc0300 0%, #990000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cc0300 0%, #990000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cc0300 0%, #990000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0300', endColorstr='#990000', GradientType=0);
  /* IE6-8 */
  box-shadow: 0px 2px 4px #444444;
}
button.submit:focus,
input[type="submit"]:focus,
.red-button:focus,
button.submit:active,
input[type="submit"]:active,
.red-button:active {
  box-shadow: 0px 1px 1px #444444;
}
a.red-button {
  color: #fff;
}
a.red-button:hover {
  border-bottom: none;
}
.req {
  color: #cc0000;
}
.oldie form button.submit {
  padding: 5px 11px;
}
.ie9 form button.submit {
  filter: none;
}
/* =============================================================================
   Animation Controls
   ========================================================================== */
#animation-controls {
  margin-top: 1em;
}
#animation-controls #instructions {
  width: 50%;
  float: right;
  padding: 0rem 1.0rem;
  background-color: #eeeeee;
}
#animation-controls #instructions h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 11px;
  margin-bottom: 1.1rem;
}
#animation-controls #instructions ul {
  list-style: none;
  padding-left: 0em;
}
#animation-controls #instructions ul li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
#animation-controls p#controls {
  text-align: center;
}
#animation-controls button,
#animation-controls input[type="button"] {
  display: inline-block;
  border: none;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #990000 url('img/sprite.png') 50% 2px;
  width: 40px;
  height: 40px;
}
#animation-controls button#btnPlay,
#animation-controls input[type="button"]#btnPlay {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 110%;
}
#animation-controls button#btnPlay.pause,
#animation-controls input[type="button"]#btnPlay.pause {
  background-position: 50% -104px;
}
#animation-controls button#btnPrevious,
#animation-controls input[type="button"]#btnPrevious {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 50% -68px;
}
#animation-controls button#btnPrevious:disabled,
#animation-controls input[type="button"]#btnPrevious:disabled {
  opacity: 0.4;
}
#animation-controls button#btnNext,
#animation-controls input[type="button"]#btnNext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 50% -33px;
}
#animation-controls button#btnNext:disabled,
#animation-controls input[type="button"]#btnNext:disabled {
  opacity: 0.4;
}
#animation-controls button#btnSpeed,
#animation-controls input[type="button"]#btnSpeed {
  background-image: none;
}
#animation-controls label {
  font-weight: bold;
}
/* =============================================================================
   Skew-T Map
   ========================================================================== */
.skewt-button {
  display: block;
  width: 20%;
  margin: 1.1rem 0;
}
#skewt-map {
  position: relative;
  overflow: hidden;
}
#skewt-map a {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
/* =============================================================================
   Errors and Validation
   ========================================================================== */
.error_block {
  margin-top: 1.1rem;
  padding: 1.1rem;
  background-color: #fdd;
  border: 1px dashed #fcc;
}
.error_block li {
  margin-left: 1rem;
  color: #ff0000;
}
/* =============================================================================
   Footers
   ========================================================================== */
footer#main-foot {
  padding-bottom: 6.6rem;
}
footer#main-foot p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 11px;
  margin-top: 1.1rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  text-align: center;
  font-weight: bolder;
  color: #ffffff;
}
#share-this {
  margin: 1.1rem auto;
  width: 96rem;
  text-align: center;
}
#share-this span {
  color: #fff;
}
/* =============================================================================
   Exception Styles
   ========================================================================== */
#clock p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-weight: bolder;
  text-align: center;
}
#clock p span {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  line-height: 44px;
  line-height: 4.4rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
/* =============================================================================
   Pages for WxByState PAges
   ========================================================================== */
#wxbystate ul {
  list-style: none;
  padding-left: 0;
}
#wxbystate ul li {
  width: 22%;
  display: block;
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
#wxbystate ul li a {
  border-bottom: none;
}
#wxbystate ul li a:hover {
  border-bottom: 1px solid #990000;
}
#wxbystate ul li.time {
  clear: left;
  float: none;
  color: #222222;
  font-weight: normal;
  border-bottom: 1px solid #eeeeee;
}
#wxbystate nav a {
  display: inline-block;
  margin-right: 1.1rem;
  margin-bottom: 2.2rem;
}
#wxbystate nav a.clear-filter {
  border-bottom: none;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-style: oblique;
  color: #aaaaaa;
}
#wxbystate nav a span {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
#wxbystate section {
  float: left;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 4.4rem;
}
#wxbystate section h4 {
  background-color: #eeeeee;
  padding: 1.1rem;
  color: #999999;
  text-shadow: #fff 1px 1px 0;
  margin-bottom: 1.1rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
#wxbystate section ul li {
  width: 100%;
  float: none;
  display: list-item;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  clear: left;
  color: #990000;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#wxbystate section ul li ul {
  margin-bottom: 0;
}
#wxbystate section ul li ul li {
  display: block;
  float: left;
  clear: none;
  width: auto;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
#wxbystate section ul li ul li a {
  border-bottom: none;
  color: #999999;
}
#wxbystate section ul li ul li a:hover {
  color: #444444;
}
#wxbystate header h6 {
  float: right;
  margin-top: -2.2rem;
  margin-right: 4.4rem;
}
#wxbystate header h6 a {
  border-bottom: none;
}
/* =============================================================================
   Home Page
   ========================================================================== */
#slide-show {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 0 2.2rem;
  border: 1px solid #999999;
}
#slide-show li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  border: 6px solid #aaaaaa;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#slide-show li:first-child {
  position: relative;
  display: block;
  float: left;
}
#slide-show img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
article.news-item {
  border-bottom: 1px solid #aaaaaa;
}
article.news-item p:first-of-type {
  text-indent: 1.1rem;
}
article.news-item a.read-more {
  display: block;
  font-weight: bolder;
  border-bottom: none;
  text-indent: 0;
}
/* =============================================================================
   Featured Areas
   ========================================================================== */
#featured-areas {
  padding-top: 4.4rem;
}
#featured-areas section {
  position: relative;
  padding-bottom: 2.2rem;
  margin-right: 4.6%;
}
#featured-areas section.last {
  margin-right: 0;
}
#featured-areas a.read-more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  font-weight: bolder;
  border-bottom: none;
}
#featured-areas a.read-more:after {
  content: " \2192";
}
#featured-areas header {
  text-align: center;
  padding: 0.55rem 0;
  background-color: #990000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#featured-areas header h3 {
  line-height: 2.2rem;
  font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
}
#featured-areas header h3 a {
  color: #ffffff;
  text-shadow: rgba(100, 25, 25, 0.5) -1px -1px 0px;
  border: none;
}
#featured-areas header h3 a:hover {
  border-bottom: 1px solid #ffffff;
}
#featured-areas h5.coming-soon {
  color: #990000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 11px;
  margin-top: 1.1rem;
  margin-bottom: 11px;
  margin-bottom: 1.1rem;
  font-style: oblique;
}
#featured-areas p {
  margin-top: 1.1rem;
}
#featured-areas img {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.55rem;
  border: 1px solid #aaaaaa;
}
/* =============================================================================
   Forecast
   ========================================================================== */
#forecast {
  background: #eeeeee;
  border: 1px dotted #999999;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#forecast header h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 44px;
  line-height: 4.4rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  color: #999999;
  text-shadow: #fff 1px 1px 0;
}
#forecast h3 {
  margin-bottom: 0.55rem;
}
#forecast p {
  color: #444444;
}
#forecast footer h6,
#forecast footer p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-style: oblique;
}
#forecast footer h6 {
  width: 34%;
  float: left;
}
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.orange {
  color: #ffa500;
}
.green {
  color: #007700;
}
.gray {
  color: #999999;
}
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}
/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
