/*
html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
html5doctor.com/html-5-reset-stylesheet/
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-position: 0 0;
  background-repeat: no-repeat; }

b {
  font-weight: normal; }

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

nav ul {
  list-style: none; }

ul, ul li {
  list-style: none; }

ol li {
  margin-left: 19px; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  outline: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

em {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

button {
  font-family: Arial, Helvetica, sans-serif; }

button::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0; }

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none; }

body {
  font: 13px Arial, Helvetica, sans-serif;
  *font-size: small;
  *font: x-small;
  line-height: 1.22; }

table {
  font-size: inherit;
  font: 100%; }

select, input, textarea, button {
  outline: none; }

input, textarea {
  font-family: Helvetica, Arial, sans-serif; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

body, select, input, textarea {
  color: #333; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-rendering: optimizeLegibility; }

html {
  -webkit-font-smoothing: antialiased; }

a, a:active, a:visited {
  color: #21558c; }

a:hover {
  color: #036;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.05) 0 0 4px; }

small {
  font-size: 85%; }

strong, .b, th {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

label, input[type=button], input[type=submit], button {
  cursor: pointer; }

::-moz-selection {
  background: #FAED82;
  text-shadow: none; }

::selection {
  background: #FAED82;
  text-shadow: none; }

html {
  overflow-y: scroll; }

button {
  width: auto;
  overflow: visible; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat; }

.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.invisible {
  visibility: hidden; }

.clearfix:after, .cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix, .cf {
  display: inline-block; }

* html .clearfix, * html .cf {
  height: 1%; }

.clearfix, .cf {
  display: block; }

.hidden {
  display: none; }

@media screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none; } }
input[type=text], textarea {
  -webkit-appearance: none; }

html, body {
  width: 100%;
  height: 100%; }

body {
  background: #9ed083 url(/static/images/home/bg_green_noise_light.jpg) top left repeat; }

#top-spacer {
  height: 13%; }

#wrap {
  max-height: 74%; }

#main {
  position: relative;
  z-index: 2000;
  background: #EBF2EE;
  width: 72%;
  min-width: 750px;
  max-width: 1075px;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); }

.home #wrap, .home #main {
  min-height: 500px; }

.trans,
.panel form input[type="text"], .panel form input[type="password"],
#return-home a:not(:active),
#login, #login a:not(:active),
#search, #search label, #search #search-bar, #search .spinner {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out; }

#header {
  height: 38px;
  background: #252c28 url(/static/images/home/bg_dark_textured.jpg) top center repeat;
  border-bottom: 4px solid #80B947;
  border-radius: 10px 10px 0 0;
  padding: 17px 18px 19px; }

h1 {
  float: left;
  padding-left: 4px; }
  h1 a {
    float: left;
    display: inline-block; }

#tagline {
  color: #80B947;
  font-size: 28px;
  line-height: 46px;
  height: 41px;
  padding-left: 14px; }
  .www #tagline {
    font-size: 22px; }

#header-tools {
  position: absolute;
  width: 260px;
  top: 16px;
  right: 20px; }

#login {
  position: absolute;
  right: 0; }
  #login a {
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    line-height: 38px;
    padding: 0 14px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    background-color: rgba(255, 255, 255, 0.1); }
    #login a:hover {
      background-color: rgba(255, 255, 255, 0.2);
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }
    #login a:active {
      -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 2px 5px rgba(0, 0, 0, 0.75) inset;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 2px 5px rgba(0, 0, 0, 0.75) inset; }
  #login.disappear {
    opacity: 0;
    z-index: 0; }

#important-message {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 32px; }
  #important-message p {
    margin: 1em;
    font-size: 12pt; }

#search {
  float: left;
  width: 140px;
  position: relative; }
  #search.focused {
    width: 212px !important; }
    #search.focused #search-bar {
      color: #000; }
    #search.focused.working .spinner {
      opacity: 1; }
  #search .spinner {
    position: absolute;
    top: 12px;
    opacity: 0;
    right: -22px;
    z-index: 2000; }
  #search.focused label, #search.changed label {
    display: none; }
  #search label {
    color: #777;
    z-index: 5;
    position: relative;
    left: 33px;
    top: 13px;
    cursor: text;
    white-space: nowrap;
    overflow: hidden;
    width: 140px;
    display: inline-block; }
  #search #search-bar {
    z-index: 4;
    border: 1px solid rgba(0, 0, 0, 0.9);
    border-radius: 6px;
    height: 24px;
    padding: 7px 0 7px 33px;
    font: normal 13px/22px Arial,helvetica,sans-serif;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    background-image: url(/static/images/home/search-icon.png);
    background-repeat: no-repeat;
    background-position: 8px 9px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.3) inset;
    overflow: hidden;
    color: #ffffff; }
    #search #search-bar:hover {
      background-color: rgba(0, 0, 0, 0.75); }
    #search #search-bar:focus {
      background-color: white; }

#video-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2001;
  display: none;
  opacity: 0; }
  #video-wrap.playing {
    opacity: 1;
    display: block; }

#video-player {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 2001;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000')"; }
  #video-player iframe {
    display: block;
    position: relative;
    z-index: 2002; }
  #video-player #player-wrap {
    position: absolute; }
  #video-player #close-video {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    top: -45px;
    right: 0;
    cursor: pointer;
    background: #88c75d url(/static/images/home/close-video.gif) center no-repeat;
    z-index: 2005; }
    #video-player #close-video:hover {
      background-color: #1f8641; }

#content {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  min-height: 72%; }
  #content .error {
    color: red;
    text-align: center;
    margin-top: 0;
    margin-bottom: 18px;
    display: none; }
  #content.success form {
    display: none; }
  #content.success #success-message {
    display: block; }
  #content.errors #email-input {
    background-color: #ffcccc; }
  #content.errors #signup-prompt {
    color: red; }

.left {
  margin-left: 20px;
  width: 32%; }

.home h2 {
  float: left;
  margin-bottom: 25px;
  font: normal 23px/33px 'Merriweather', Georgia, serif; }

#babn {
  padding-top: .5em;
  color: #2B332E;
  display: block; }

#zip h3, #newmetro-signup h3 {
  color: #679538;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px; }
  #zip h3.noncap, #newmetro-signup h3.noncap {
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
    padding: 0 10px; }
#zip input, #newmetro-signup input {
  background: #fff;
  border: none;
  line-height: 1em;
  width: 100%;
  height: 27px;
  color: #000;
  padding: 13px 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: 'Merriweather', Georgia, serif;
  text-align: center;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25); }
  #zip input#email-input, #newmetro-signup input#email-input {
    font-size: 16px;
    height: 20px; }
  #zip input.default, #newmetro-signup input.default {
    color: #aaa; }
#zip button, #newmetro-signup button {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  padding: 9px 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset, 0px 1px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset, 0px 1px 0px rgba(255, 255, 255, 0.3);
  background-color: #90d462;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #97dd69), color-stop(1, #88cc5b));
  background: -moz-linear-gradient(center top, #97dd69, #88cc5b);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25); }
  #zip button:hover, #newmetro-signup button:hover {
    background-color: #abe486;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #abe486), color-stop(1, #88cc5b));
    background: -moz-linear-gradient(center top, #abe486, #88cc5b); }
  #zip button:active, #newmetro-signup button:active {
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3) inset, 0px 1px 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3) inset, 0px 1px 0px rgba(255, 255, 255, 0.3);
    background-color: #669550;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #88cc5b), color-stop(1, #669550));
    background: -moz-linear-gradient(center top, #88cc5b, #669550); }
#zip #vote-for-your-city, #newmetro-signup #vote-for-your-city {
  display: none;
  text-align: center; }
  #zip #vote-for-your-city button, #newmetro-signup #vote-for-your-city button {
    margin-bottom: 12px;
    background-color: #ecf6f9;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ecf6f9), color-stop(1, #ddeff4));
    background: -moz-linear-gradient(center top, #ecf6f9, #ddeff4); }
    #zip #vote-for-your-city button:hover, #newmetro-signup #vote-for-your-city button:hover {
      background-color: #90d462;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0f5), color-stop(1, #d1e9f0));
      background: -moz-linear-gradient(center top, #dff0f5, #d1e9f0); }
    #zip #vote-for-your-city button:active, #newmetro-signup #vote-for-your-city button:active {
      background-color: #90d462;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0f5), color-stop(1, #d1e9f0));
      background: -moz-linear-gradient(center top, #dff0f5, #d1e9f0); }
  #zip #vote-for-your-city a, #newmetro-signup #vote-for-your-city a {
    color: #424f47;
    border-bottom: 1px dashed #aaa;
    font-size: 12px; }
#zip.bad-zip h3, #newmetro-signup.bad-zip h3 {
  color: red; }
#zip.bad-zip input, #newmetro-signup.bad-zip input {
  background: #ffd6d6; }
#zip.other-city h3, #newmetro-signup.other-city h3 {
  color: #307c92; }
#zip.other-city #vote-for-your-city, #newmetro-signup.other-city #vote-for-your-city {
  display: block; }
#zip.other-city #zip-submit, #newmetro-signup.other-city #zip-submit {
  display: none; }

#video-trigger {
  display: block;
  position: relative;
  width: 58%;
  margin: 0 20px 30px 0;
  border: 8px solid white;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  float: right; }
  #video-trigger:hover #play-button {
    background-position: 0% 100%; }
  #video-trigger .watch-video {
    position: absolute;
    top: 10%;
    width: 100%; }
    #video-trigger .watch-video p {
      font-size: 21px;
      text-align: center;
      color: #2B332E; }

#play-wrap {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%; }

#play-button {
  position: absolute;
  width: 125px;
  height: 125px;
  top: -64px;
  z-index: 50;
  left: -64px;
  background: transparent url(/static/images/home/play-arrow.png) 0% 0% no-repeat; }

#video-placeholder {
  display: block;
  position: relative;
  margin: auto;
  width: 100%; }

#success-message {
  line-height: 18px;
  display: none; }
  #success-message h3 {
    font-size: 16px;
    color: #333; }
  #success-message p {
    font-size: 13px;
    margin-top: 18px; }
  #success-message .social {
    margin: 22px 0;
    z-index: 0;
    overflow: hidden; }
    #success-message .social .fb-like {
      float: left;
      margin-right: 10px; }
    #success-message .social .twitter-share-button {
      float: left; }

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background: #252c28 url(/static/images/home/bg_dark_textured.jpg) top center repeat;
  border-radius: 0 0 10px 10px;
  color: #eee;
  font-size: 12px;
  text-align: center; }
  #footer ul li a:hover {
    color: #cccccc;
    border-bottom: 1px solid #565656; }

@-webkit-keyframes iphone-reveal {
  0% {
    opacity: 0;
    bottom: -5px; }
  100% {
    opacity: 1;
    bottom: 0px; } }
@-webkit-keyframes iphone-reveal {
  0% {
    opacity: 0;
    bottom: -5px; }
  100% {
    opacity: 1;
    bottom: 0px; } }
@-moz-keyframes iphone-reveal {
  0% {
    opacity: 0;
    bottom: -5px; }
  100% {
    opacity: 1;
    bottom: 0px; } }
#iphone {
  background: white;
  border-top: 1px solid #ccded4;
  text-align: center;
  padding: 0 20px;
  font-size: 16px; }
  #iphone a {
    padding: 20px 0;
    display: inline-block;
    position: relative;
    padding-left: 85px;
    color: #2B332E; }
    #iphone a:hover {
      color: #21558c; }
  #iphone img {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    animation: iphone-reveal 300ms ease-out 400ms forwards;
    -webkit-animation: iphone-reveal 300ms ease-out 400ms forwards;
    -moz-animation: iphone-reveal 300ms ease-out 400ms forwards; }

#links {
  border-top: 4px solid #80B947;
  position: relative;
  padding: 15px 0; }

#logos {
  position: absolute;
  width: 300px;
  right: 20px;
  top: 14px;
  text-align: right; }

#logos span {
  vertical-align: middle; }

#nbcnews {
  background: url(/static/images/home/comnbcu.png) no-repeat right top;
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999em;
  text-align: left;
  width: 255px;
  height: 15px;
  position: relative; }

#nav {
  padding: 0 20px; }
  #nav li {
    float: left;
    padding-right: 16px;
    display: inline-block; }
  #nav a {
    color: #fff;
    text-decoration: none; }

#fb-widget {
  padding: 0;
  height: 14px; }
  #fb-widget iframe {
    border: none;
    overflow: hidden;
    width: 100px;
    height: 21px;
    position: relative;
    top: -3px;
    left: 0; }

#icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: .8; }
  #icons td {
    border: 1px solid #9ed083;
    width: 100% / 6;
    height: 101% / 6;
    text-align: center;
    vertical-align: middle; }
    #icons td b {
      width: 48px;
      height: 48px;
      display: block;
      margin: 0 auto;
      background-image: url(/static/images/sprites/icons48.png); }

.i1 {
  background-position: 0px 0px; }

.i2 {
  background-position: -48px 0px; }

.i3 {
  background-position: -96px 0px; }

.i4 {
  background-position: -144px 0px; }

.i5 {
  background-position: -192px 0px; }

.i6 {
  background-position: -240px 0px; }

.i7 {
  background-position: -288px 0px; }

.i8 {
  background-position: -336px 0px; }

.i9 {
  background-position: 0px -48px; }

.i10 {
  background-position: -48px -48px; }

.i11 {
  background-position: -96px -48px; }

.i12 {
  background-position: -144px -48px; }

.i13 {
  background-position: -192px -48px; }

.i14 {
  background-position: -240px -48px; }

.i15 {
  background-position: -288px -48px; }

.i16 {
  background-position: -336px -48px; }

.i17 {
  background-position: 0px -96px; }

.i18 {
  background-position: -48px -96px; }

.i19 {
  background-position: -96px -96px; }

.i20 {
  background-position: -144px -96px; }

.i21 {
  background-position: -192px -96px; }

.i22 {
  background-position: -240px -96px; }

.i23 {
  background-position: -288px -96px; }

.i24 {
  background-position: -336px -96px; }

.i25 {
  background-position: 0px -144px; }

.i26 {
  background-position: -48px -144px; }

.i27 {
  background-position: -96px -144px; }

.i28 {
  background-position: -144px -144px; }

.i29 {
  background-position: -192px -144px; }

.i30 {
  background-position: -240px -144px; }

.i31 {
  background-position: -288px -144px; }

.i32 {
  background-position: -336px -144px; }

.i33 {
  background-position: 0px -192px; }

.i34 {
  background-position: -48px -192px; }

.i35 {
  background-position: -96px -192px; }

.i36 {
  background-position: -144px -192px; }

.i37 {
  background-position: -192px -192px; }

.i38 {
  background-position: -240px -192px; }

.i39 {
  background-position: -288px -192px; }

.i40 {
  background-position: -336px -192px; }

.i41 {
  background-position: 0px -240px; }

.i42 {
  background-position: -48px -240px; }

.i43 {
  background-position: -96px -240px; }

.i44 {
  background-position: -144px -240px; }

.i45 {
  background-position: -192px -240px; }

.i46 {
  background-position: -240px -240px; }

.i47 {
  background-position: -288px -240px; }

.i48 {
  background-position: -336px -240px; }

.i49 {
  background-position: 0px -288px; }

.i50 {
  background-position: -48px -288px; }

.i51 {
  background-position: -96px -288px; }

.i52 {
  background-position: -144px -288px; }

.i53 {
  background-position: -192px -288px; }

.i54 {
  background-position: -240px -288px; }

.i55 {
  background-position: -288px -288px; }

.i56 {
  background-position: -336px -288px; }

.i57 {
  background-position: 0px -336px; }

.i58 {
  background-position: -48px -336px; }

.i59 {
  background-position: -96px -336px; }

.i60 {
  background-position: -144px -336px; }

.i61 {
  background-position: -192px -336px; }

.i62 {
  background-position: -240px -336px; }

.col7, .col8, .col9, .col10, #row7, #row8, #row9 {
  display: none; }

.bottom {
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset; }
  .bottom, .bottom h3 span {
    background: #2B332E url(/static/images/home/bg_noise.jpg) repeat 0 0; }
  .bottom h3 {
    color: #ccc;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px dashed #5a5a5a;
    padding-top: 15px;
    letter-spacing: 1px;
    margin-bottom: 6px; }
    .bottom h3 span {
      position: relative;
      top: 8px;
      padding: 0 9px; }
      .bottom h3 span .noncap {
        text-transform: none; }
    .bottom h3 strong {
      color: #eee;
      text-transform: none;
      letter-spacing: 0;
      font-size: 14px;
      padding: 0 2px; }
  .bottom #cities, .bottom ul {
    display: block;
    width: 72%;
    margin: auto; }
  .bottom #cities h3 {
    margin-bottom: 30px; }
  .bottom #cities .city-divider {
    width: 50%;
    float: left;
    margin-bottom: 20px; }
  .bottom ul {
    width: 45%;
    float: left;
    margin: 0 2%; }
  .bottom li {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    margin: 0 0 10px; }
    .bottom li a {
      color: #ffffff;
      font-size: 16px;
      line-height: 1; }
      .bottom li a:hover {
        color: #cccccc; }

#vote {
  clear: both;
  display: block;
  margin: auto;
  text-align: center; }
  #vote h3 {
    margin-bottom: 10px; }
  #vote form {
    display: inline-block;
    font-family: 'Merriweather', Georgia, serif;
    padding: 8px 0;
    height: 47px;
    width: 880px;
    position: relative;
    text-align: left;
    margin-bottom: 30px; }
  #vote #tweet {
    color: #eee;
    font-size: 17px;
    display: block;
    padding: 9px 0 0 4px;
    line-height: 1; }
  #vote input {
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
    width: 170px;
    border: none;
    padding: 6px 8px;
    font-size: 14px;
    font-family: 'Merriweather', Georgia, serif;
    border-radius: 4px;
    background: #ddd;
    margin: 0 6px;
    outline: none; }
  #vote input:focus {
    background: white; }
  #vote button {
    background: url(/static/images/home/vote_via_twitter.png) no-repeat;
    border: none;
    width: 204px;
    height: 56px;
    text-indent: -9999em;
    overflow: hidden;
    position: absolute;
    top: 4px;
    right: 0;
    cursor: pointer; }

#narrow-test {
  display: none; }

.panel #content {
  margin-top: 0;
  padding: 0 30px 20px; }
  .panel #content p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px; }
.panel h1 {
  float: none;
  padding-right: 4px; }
  .panel h1 a {
    float: none;
    text-align: center;
    display: block; }
.panel h2 {
  padding: 20px 0 0;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px; }
.panel #main {
  min-width: 400px;
  width: 400px; }
.panel #login-form {
  padding-top: 20px; }
.panel .buttons {
  padding-top: 10px; }
.panel form fieldset {
  position: relative;
  margin-bottom: 20px; }
.panel form label {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
  display: block; }
.panel form input[type="text"], .panel form input[type="password"] {
  width: 95%;
  border: 1px solid #CCC;
  display: block;
  margin: auto;
  height: 20px;
  padding: 5px 7px;
  font-size: 16px;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); }
  .panel form input[type="text"]:focus, .panel form input[type="password"]:focus {
    border-color: #7faee1 !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(33, 85, 140, 0.3);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(33, 85, 140, 0.3); }
  .panel form input[type="text"].default, .panel form input[type="password"].default {
    color: #aaa; }
.panel form button {
  width: 100%;
  display: block;
  border: 1px solid #9A672B;
  color: white;
  padding: 3px 8px;
  margin: 0;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
  font-size: 16px;
  background-color: #d8974b;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d8974b), color-stop(1, #a36822));
  background: -moz-linear-gradient(center top, #d8974b, #a36822);
  height: 35px;
  padding: 0 8px;
  border-radius: 6px;
  margin: 0 auto 0; }
  .panel form button:hover {
    background-color: #D8974B;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.25) inset;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.25) inset; }
  .panel form button:active {
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3) inset, 0px 1px 0px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3) inset, 0px 1px 0px rgba(255, 255, 255, 0.25); }
.panel .has-default-text .default-text {
  display: none; }
.panel .errorlist li {
  margin: 5px 0;
  color: red; }
.panel a.button {
  display: block;
  border: 1px solid #9A672B;
  color: white;
  padding: 3px 8px;
  margin: 0;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
  font-size: 16px;
  background-color: #d8974b;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d8974b), color-stop(1, #a36822));
  background: -moz-linear-gradient(center top, #d8974b, #a36822);
  height: 35px;
  padding: 0 8px;
  border-radius: 6px;
  margin: 30px auto 0;
  text-align: center;
  line-height: 35px; }
  .panel a.button:hover {
    background-color: #D8974B;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.25) inset;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.25) inset; }
  .panel a.button:active {
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3) inset, 0px 1px 0px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3) inset, 0px 1px 0px rgba(255, 255, 255, 0.25); }

.general-error {
  background-color: #ffe6e6; }
  .general-error .errorlist {
    margin: auto;
    width: 84%;
    padding: 10px 8%;
    color: red;
    line-height: 20px;
    border-bottom: 1px solid #ffa6a6; }

.custom-message {
  background-color: #d9eac8; }
  .custom-message p {
    margin: auto;
    width: 84%;
    padding: 10px 8%;
    line-height: 19px;
    border-bottom: 1px solid #80B947; }

#forgot-your-password {
  line-height: 24px;
  font-size: 12px;
  float: right;
  position: absolute;
  right: 0;
  top: -2px; }

#or-line {
  margin: 0 0 30px;
  border-bottom: 1px solid #dfdfdf;
  text-align: center; }
  #or-line span {
    position: relative;
    top: 7px;
    background-color: #EBF2EE;
    padding: 0 5px; }

.thirdparty {
  text-align: center; }
  .thirdparty a {
    display: block;
    width: 100%;
    height: 35px;
    margin: 0 0 10px;
    border-radius: 5px;
    color: #ffffff;
    line-height: 35px;
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
    font-size: 13px;
    font-weight: bold;
    text-align: center; }
  .thirdparty .signin-facebook {
    background: #3c5b9a url(/static/images/account/social-icons.png) 0 0 no-repeat;
    border: 1px solid #2e4575; }
    .thirdparty .signin-facebook:hover {
      background-color: #355088; }
    .thirdparty .signin-facebook:active {
      background-color: #2e4575;
      -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3) inset;
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3) inset; }
  .thirdparty .signin-twitter {
    background: #29aae2 url(/static/images/account/social-icons.png) 0 100% no-repeat;
    border: 1px solid #1a8cbe; }
    .thirdparty .signin-twitter:hover {
      background-color: #1d9dd5; }
    .thirdparty .signin-twitter:active {
      background-color: #1a8cbe;
      -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3) inset;
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3) inset; }

#no-account {
  width: 100%;
  text-align: center;
  border-top: 1px solid #bdd4c7;
  background-color: #dce8e1;
  border-radius: 0 0 6px 6px;
  display: block;
  line-height: 20px;
  padding: 10px 0; }

#return-home {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -40px;
  font-weight: bold; }
  #return-home a {
    padding: 5px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }
    #return-home a:active {
      position: relative;
      top: 1px; }

#register-form {
  padding-top: 20px; }
  #register-form #email-explanation {
    padding-top: 8px;
    font-size: 13px;
    line-height: 18px;
    color: #666;
    margin: 0; }
  #register-form.step1 .hidden-by-default {
    display: none; }
  #register-form .thirdparty-wrap, #register-form .step2-wrap {
    overflow: hidden; }
  #register-form.default .step2 {
    margin-top: -100%;
    opacity: 0; }
  #register-form.using-email .thirdparty, #register-form.using-email .step2 {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out; }
  #register-form.using-email .thirdparty {
    margin-top: -100%;
    opacity: 0; }
  #register-form.using-email .hidden-by-default {
    display: block; }
  #register-form.using-email .step2 {
    margin-top: 0;
    opacity: 1; }
  #register-form .places {
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf; }
  #register-form label.place {
    font-weight: normal; }
  #register-form .thirdparty {
    margin-bottom: 5px; }
  #register-form #use-third-party {
    text-align: center;
    padding-top: 12px; }

@media screen and (max-height: 630px) {
  #icons {
    height: 630px; }

  .bottom {
    top: 40px;
    position: relative; } }
@media screen and (min-width: 850px) {
  .home #wrap, .home #main {
    min-height: 630px; } }
@media screen and (min-width: 441px) and (max-width: 850px) {
  #cities ul {
    width: 100%; }

  .bottom #vote {
    width: 72%; }
    .bottom #vote form {
      width: 100%;
      height: auto;
      text-align: center; }
      .bottom #vote form input {
        display: block;
        margin: 10px auto;
        width: 80%; }
    .bottom #vote button {
      position: relative;
      right: auto;
      top: 20px; } }
@media screen and (min-width: 851px) and (max-width: 1000px) {
  .bottom ul li a {
    font-size: 13px; } }
@media screen and (min-width: 851px) and (max-width: 1200px) {
  .bottom #vote form {
    height: auto;
    text-align: center;
    width: 100%; }
  .bottom #vote button {
    position: relative;
    right: auto;
    top: 20px; } }
@media screen and (min-width: 1300px) {
  .home #wrap, .home #main {
    min-height: 620px; } }
@media screen and (max-width: 1150px) {
  .home h2 {
    font-size: 18px;
    line-height: 22px; } }
@media screen and (max-width: 440px) {
  #narrow-test {
    display: block; }

  #top-spacer,
  .nomobi {
    display: none; }

  .i1 {
    background-position: -48px -72px; }

  .i2 {
    background-position: -24px 0px; }

  .i3 {
    background-position: -48px 0px; }

  .i4 {
    background-position: -72px -48px; }

  .i5 {
    background-position: -96px 0px; }

  .i6 {
    background-position: -120px 0px; }

  #main, #header, .left, #footer {
    border-radius: 0;
    width: auto !important;
    margin-left: 0;
    clear: both; }

  #wrap {
    padding: 0;
    height: auto;
    max-height: inherit; }

  #header {
    height: auto;
    margin-bottom: 4px;
    padding: 0;
    border: 0; }

  #header-tools {
    position: relative;
    top: 0;
    left: 0;
    float: none;
    width: 100%;
    margin-top: 0;
    display: block;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden; }

  #search {
    float: none;
    width: 60%; }
    #search label {
      position: absolute; }
    #search #search-bar {
      border-radius: 0;
      background-color: transparent;
      border: none;
      -webkit-box-shadow: none;
      padding-top: 10px;
      color: #ffffff;
      font-size: 16px; }
      #search #search-bar:hover, #search #search-bar:focus {
        color: #ffffff;
        background-color: transparent; }
    #search.changed, #search.focused {
      color: #ffffff; }
      #search.changed label, #search.focused label {
        display: none; }
    #search.focused {
      width: 67% !important; }

  #login {
    float: right;
    position: static;
    display: block;
    width: 70px;
    background-color: rgba(255, 255, 255, 0.02); }
    #login a {
      display: block;
      border-width: 0;
      text-align: right;
      border-radius: 0;
      font-size: 11px;
      font-weight: bold;
      line-height: 30px;
      padding: 7px 14px 7px 7px;
      text-transform: uppercase;
      background-color: transparent;
      border-left: 1px solid rgba(255, 255, 255, 0.1); }
      #login a:hover {
        -webkit-box-shadow: 0;
        box-shadow: 0;
        background-color: transparent; }
    #login.disappear {
      display: block;
      opacity: 1;
      z-index: inherit; }

  .www #header-tools #login {
    width: 100%; }
    .www #header-tools #login a {
      text-align: center; }

  h1 {
    text-align: center;
    padding: 14px 0; }
    h1, h1 a {
      float: none; }

  #tagline {
    display: none; }

  #content {
    background: #EBF2EE;
    padding: 20px 15px 0;
    margin: 0;
    overflow: visible; }

  .left {
    float: none;
    margin-bottom: 20px; }

  #line2 {
    display: inline; }

  #main {
    min-width: 0 !important;
    min-height: 0;
    height: auto;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 1px; }

  #video-trigger {
    clear: both;
    width: 95%;
    margin-right: 0;
    float: none; }
    #video-trigger .watch-video {
      display: none; }

  #video-placeholder {
    max-width: 100%;
    height: auto; }

  #footer {
    position: relative;
    border-top: none; }

  #iphone {
    display: none; }

  #nav {
    display: block;
    margin: auto; }
    #nav li {
      float: none;
      line-height: 20px;
      padding-right: 12px;
      margin-bottom: 1em; }

  #logos {
    position: static;
    display: block;
    margin: auto;
    width: 300px;
    text-align: center;
    padding-top: 10px; }

  #fb-widget iframe {
    top: -1px; }

  #icons {
    margin-top: 68px;
    height: auto; }
    #icons tr {
      display: none; }
    #icons #row1 {
      display: table-row; }
    #icons td {
      height: 50px; }
      #icons td b {
        width: 24px;
        height: 24px;
        background-size: 384px / 2 384px / 2; }

  .bottom {
    position: relative;
    top: 0; }
    .bottom h3 {
      border: none; }
    .bottom #cities {
      margin-bottom: 10px;
      width: auto;
      padding: 0 20px; }
      .bottom #cities #coming-soon h3 {
        margin-bottom: 10px; }
      .bottom #cities #coming-soon ul li {
        float: none;
        width: 100%; }
        .bottom #cities #coming-soon ul li a {
          text-align: center; }
      .bottom #cities ul {
        display: block;
        height: auto;
        text-align: left;
        width: 100%; }
      .bottom #cities li {
        display: block;
        height: 20px;
        padding-bottom: 10px; }
        .bottom #cities li a {
          text-align: left;
          background: none !important;
          line-height: 20px;
          display: block;
          font-size: 15px;
          padding-left: 0; }
          .bottom #cities li a:hover {
            border: none;
            text-decoration: none; }

  #vote form {
    height: auto;
    width: 100%;
    text-align: center; }
  #vote #tweet {
    line-height: 32px;
    padding: 0;
    margin-bottom: 10px; }
  #vote #tweet-pt2 {
    display: block; }
  #vote input {
    width: 80%;
    text-align: center;
    font-size: 16px; }
  #vote button {
    position: relative;
    top: 0;
    right: auto; }

  .login #header {
    margin-bottom: 3px; }
  .login #login-form {
    padding-top: 20px; }
  .login #no-account {
    font-size: 11px;
    border-radius: 0; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .thirdparty .signin-facebook {
    background: #3c5b9a url(/static/images/account/social-icons@2x.png) 0 0 no-repeat;
    background-size: 35px auto; }
  .thirdparty .signin-twitter {
    background: #29aae2 url(/static/images/account/social-icons@2x.png) 0 100% no-repeat;
    background-size: 35px auto; } }
.ie6 #video-trigger, .ie7 #video-trigger, .ie8 #video-trigger {
  display: block;
  width: 58%;
  margin: 0 20px 8% 0;
  position: relative; }
.ie6 #icons, .ie7 #icons, .ie8 #icons {
  z-index: 0;
  margin: 0;
  padding: 0;
  *height: 97.5%; }
.ie6 #login a, .ie7 #login a, .ie8 #login a {
  color: #ffffff;
  border: 1px solid #121212;
  background-color: #252525;
  position: relative; }
.ie6 #login a:hover, .ie7 #login a:hover, .ie8 #login a:hover {
  background-color: #343434; }
.ie6 #login a:active, .ie7 #login a:active, .ie8 #login a:active {
  top: 1px; }
.ie6 #video-player, .ie7 #video-player, .ie8 #video-player {
  position: fixed;
  behavior: url(/htc/PIE.htc);
  -pie-background: rgba(0, 0, 0, 0.75); }
.ie6 .spinner, .ie7 .spinner, .ie8 .spinner {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.ie6 #search.focused .working, .ie7 #search.focused .working, .ie8 #search.focused .working {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.ie6 #search-bar, .ie7 #search-bar, .ie8 #search-bar {
  border: 1px solid #000;
  background-color: #121212; }
.ie6 #search label, .ie7 #search label, .ie8 #search label {
  top: 12px; }
.ie6 #search.focused, .ie7 #search.focused, .ie8 #search.focused {
  width: 225px !important; }
.ie6 .social .fb-like, .ie7 .social .fb-like, .ie8 .social .fb-like {
  width: 100px; }
.ie6 #content form input[type="text"]:focus, .ie6 #content form input[type="password"]:focus, .ie7 #content form input[type="text"]:focus, .ie7 #content form input[type="password"]:focus, .ie8 #content form input[type="text"]:focus, .ie8 #content form input[type="password"]:focus {
  background-color: #ffffff !important; }

.ie7 h2.left {
  font-size: 18px;
  line-height: 22px; }
.ie7 #search-bar {
  color: #ffffff !important; }
.ie7 #search label {
  top: 11px; }
.ie7 #zip-input, .ie7 #email-input {
  margin-left: -20px; }
.ie7 #msnbc {
  float: none;
  display: inline-block; }
.ie7 h3 {
  border-bottom: 0; }
.ie7 .bottom #cities .city-divider {
  width: 49%; }
.ie7 .bottom #cities #coming-soon {
  max-width: none; }
.ie7 .bottom #vote {
  margin: 50px 0;
  position: relative;
  top: -20px; }
.ie7 #register-form.step1 .hidden-by-default {
  display: block; }
.ie7 #register-form .step2 {
  margin: 0;
  opacity: 1; }

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