/* line 17, ../../../../.rvm/gems/ruby-1.9.3-p327/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../.rvm/gems/ruby-1.9.3-p327/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.rvm/gems/ruby-1.9.3-p327/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../.rvm/gems/ruby-1.9.3-p327/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../.rvm/gems/ruby-1.9.3-p327/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../.rvm/gems/ruby-1.9.3-p327/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../.rvm/gems/ruby-1.9.3-p327/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../.rvm/gems/ruby-1.9.3-p327/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.rvm/gems/ruby-1.9.3-p327/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
/* #Base 960 Grid
================================================== */
/* line 24, ../sass/skeleton.scss */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

/* line 26, ../sass/skeleton.scss */
.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 27, ../sass/skeleton.scss */
.row {
  margin-bottom: 20px;
}

/* Nested Column Classes */
/* line 30, ../sass/skeleton.scss */
.column.alpha, .columns.alpha {
  margin-left: 0;
}

/* line 31, ../sass/skeleton.scss */
.column.omega, .columns.omega {
  margin-right: 0;
}

/* Base Grid */
/* line 35, ../sass/skeleton.scss */
.container .one.column,
.container .one.columns {
  width: 40px;
}

/* line 36, ../sass/skeleton.scss */
.container .two.columns {
  width: 100px;
}

/* line 37, ../sass/skeleton.scss */
.container .three.columns {
  width: 160px;
}

/* line 38, ../sass/skeleton.scss */
.container .four.columns {
  width: 220px;
}

/* line 39, ../sass/skeleton.scss */
.container .five.columns {
  width: 280px;
}

/* line 40, ../sass/skeleton.scss */
.container .six.columns {
  width: 340px;
}

/* line 41, ../sass/skeleton.scss */
.container .seven.columns {
  width: 400px;
}

/* line 42, ../sass/skeleton.scss */
.container .eight.columns {
  width: 460px;
}

/* line 43, ../sass/skeleton.scss */
.container .nine.columns {
  width: 520px;
}

/* line 44, ../sass/skeleton.scss */
.container .ten.columns {
  width: 580px;
}

/* line 45, ../sass/skeleton.scss */
.container .eleven.columns {
  width: 640px;
}

/* line 46, ../sass/skeleton.scss */
.container .twelve.columns {
  width: 700px;
}

/* line 47, ../sass/skeleton.scss */
.container .thirteen.columns {
  width: 760px;
}

/* line 48, ../sass/skeleton.scss */
.container .fourteen.columns {
  width: 820px;
}

/* line 49, ../sass/skeleton.scss */
.container .fifteen.columns {
  width: 880px;
}

/* line 50, ../sass/skeleton.scss */
.container .sixteen.columns {
  width: 940px;
}

/* line 52, ../sass/skeleton.scss */
.container .one-third.column {
  width: 300px;
}

/* line 53, ../sass/skeleton.scss */
.container .two-thirds.column {
  width: 620px;
}

/* Offsets */
/* line 56, ../sass/skeleton.scss */
.container .offset-by-one {
  padding-left: 60px;
}

/* line 57, ../sass/skeleton.scss */
.container .offset-by-two {
  padding-left: 120px;
}

/* line 58, ../sass/skeleton.scss */
.container .offset-by-three {
  padding-left: 180px;
}

/* line 59, ../sass/skeleton.scss */
.container .offset-by-four {
  padding-left: 240px;
}

/* line 60, ../sass/skeleton.scss */
.container .offset-by-five {
  padding-left: 300px;
}

/* line 61, ../sass/skeleton.scss */
.container .offset-by-six {
  padding-left: 360px;
}

/* line 62, ../sass/skeleton.scss */
.container .offset-by-seven {
  padding-left: 420px;
}

/* line 63, ../sass/skeleton.scss */
.container .offset-by-eight {
  padding-left: 480px;
}

/* line 64, ../sass/skeleton.scss */
.container .offset-by-nine {
  padding-left: 540px;
}

/* line 65, ../sass/skeleton.scss */
.container .offset-by-ten {
  padding-left: 600px;
}

/* line 66, ../sass/skeleton.scss */
.container .offset-by-eleven {
  padding-left: 660px;
}

/* line 67, ../sass/skeleton.scss */
.container .offset-by-twelve {
  padding-left: 720px;
}

/* line 68, ../sass/skeleton.scss */
.container .offset-by-thirteen {
  padding-left: 780px;
}

/* line 69, ../sass/skeleton.scss */
.container .offset-by-fourteen {
  padding-left: 840px;
}

/* line 70, ../sass/skeleton.scss */
.container .offset-by-fifteen {
  padding-left: 900px;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 80, ../sass/skeleton.scss */
  .container {
    width: 768px;
  }

  /* line 82, ../sass/skeleton.scss */
  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px;
  }

  /* line 83, ../sass/skeleton.scss */
  .column.alpha, .columns.alpha {
    margin-left: 0;
    margin-right: 10px;
  }

  /* line 84, ../sass/skeleton.scss */
  .column.omega, .columns.omega {
    margin-right: 0;
    margin-left: 10px;
  }

  /* line 85, ../sass/skeleton.scss */
  .alpha.omega {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 88, ../sass/skeleton.scss */
  .container .one.column,
  .container .one.columns {
    width: 28px;
  }

  /* line 89, ../sass/skeleton.scss */
  .container .two.columns {
    width: 76px;
  }

  /* line 90, ../sass/skeleton.scss */
  .container .three.columns {
    width: 124px;
  }

  /* line 91, ../sass/skeleton.scss */
  .container .four.columns {
    width: 172px;
  }

  /* line 92, ../sass/skeleton.scss */
  .container .five.columns {
    width: 220px;
  }

  /* line 93, ../sass/skeleton.scss */
  .container .six.columns {
    width: 268px;
  }

  /* line 94, ../sass/skeleton.scss */
  .container .seven.columns {
    width: 316px;
  }

  /* line 95, ../sass/skeleton.scss */
  .container .eight.columns {
    width: 364px;
  }

  /* line 96, ../sass/skeleton.scss */
  .container .nine.columns {
    width: 412px;
  }

  /* line 97, ../sass/skeleton.scss */
  .container .ten.columns {
    width: 460px;
  }

  /* line 98, ../sass/skeleton.scss */
  .container .eleven.columns {
    width: 508px;
  }

  /* line 99, ../sass/skeleton.scss */
  .container .twelve.columns {
    width: 556px;
  }

  /* line 100, ../sass/skeleton.scss */
  .container .thirteen.columns {
    width: 604px;
  }

  /* line 101, ../sass/skeleton.scss */
  .container .fourteen.columns {
    width: 652px;
  }

  /* line 102, ../sass/skeleton.scss */
  .container .fifteen.columns {
    width: 700px;
  }

  /* line 103, ../sass/skeleton.scss */
  .container .sixteen.columns {
    width: 748px;
  }

  /* line 105, ../sass/skeleton.scss */
  .container .one-third.column {
    width: 236px;
  }

  /* line 106, ../sass/skeleton.scss */
  .container .two-thirds.column {
    width: 492px;
  }

  /* Offsets */
  /* line 109, ../sass/skeleton.scss */
  .container .offset-by-one {
    padding-left: 48px;
  }

  /* line 110, ../sass/skeleton.scss */
  .container .offset-by-two {
    padding-left: 96px;
  }

  /* line 111, ../sass/skeleton.scss */
  .container .offset-by-three {
    padding-left: 144px;
  }

  /* line 112, ../sass/skeleton.scss */
  .container .offset-by-four {
    padding-left: 192px;
  }

  /* line 113, ../sass/skeleton.scss */
  .container .offset-by-five {
    padding-left: 240px;
  }

  /* line 114, ../sass/skeleton.scss */
  .container .offset-by-six {
    padding-left: 288px;
  }

  /* line 115, ../sass/skeleton.scss */
  .container .offset-by-seven {
    padding-left: 336px;
  }

  /* line 116, ../sass/skeleton.scss */
  .container .offset-by-eight {
    padding-left: 384px;
  }

  /* line 117, ../sass/skeleton.scss */
  .container .offset-by-nine {
    padding-left: 432px;
  }

  /* line 118, ../sass/skeleton.scss */
  .container .offset-by-ten {
    padding-left: 480px;
  }

  /* line 119, ../sass/skeleton.scss */
  .container .offset-by-eleven {
    padding-left: 528px;
  }

  /* line 120, ../sass/skeleton.scss */
  .container .offset-by-twelve {
    padding-left: 576px;
  }

  /* line 121, ../sass/skeleton.scss */
  .container .offset-by-thirteen {
    padding-left: 624px;
  }

  /* line 122, ../sass/skeleton.scss */
  .container .offset-by-fourteen {
    padding-left: 672px;
  }

  /* line 123, ../sass/skeleton.scss */
  .container .offset-by-fifteen {
    padding-left: 720px;
  }
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  /* line 133, ../sass/skeleton.scss */
  .container {
    width: 300px;
  }

  /* line 135, ../sass/skeleton.scss */
  .container .columns,
  .container .column {
    margin: 0;
  }

  /* line 155, ../sass/skeleton.scss */
  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 300px;
  }

  /* Offsets */
  /* line 172, ../sass/skeleton.scss */
  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven,
  .container .offset-by-twelve,
  .container .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container .offset-by-fifteen {
    padding-left: 0;
  }
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 183, ../sass/skeleton.scss */
  .container {
    width: 420px;
  }

  /* line 185, ../sass/skeleton.scss */
  .container .columns,
  .container .column {
    margin: 0;
  }

  /* line 205, ../sass/skeleton.scss */
  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 420px;
  }
}
/* #Clearing
================================================== */
/* Self Clearing Goodness */
/* line 213, ../sass/skeleton.scss */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
/* line 220, ../sass/skeleton.scss */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 228, ../sass/skeleton.scss */
.row:after,
.clearfix:after {
  clear: both;
}

/* line 231, ../sass/skeleton.scss */
.row,
.clearfix {
  zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
/* line 235, ../sass/skeleton.scss */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 10, ../sass/screen.sass */
html {
  height: 100%;
  width: 100%;
}

/* line 14, ../sass/screen.sass */
body {
  background: #d7d7d7;
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(#f0f0f0), to(#bebebe));
  background: -webkit-radial-gradient(#f0f0f0, #bebebe);
  background: -moz-radial-gradient(#f0f0f0, #bebebe);
  background: -o-radial-gradient(#f0f0f0, #bebebe);
  background: radial-gradient(#f0f0f0, #bebebe);
  -webkit-font-smoothing: antialiased;
  font: 1em Futura, "Trebuchet MS", Arial, sans-serif;
  color: #444444;
}

/* line 25, ../sass/screen.sass */
/* this messes w Theme 

  a:link, a:visited {
  text-decoration: none;
  color: #58cbf5;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
} */
/* line 31, ../sass/screen.sass */
/*a:link:hover, a:link:active, a:visited:hover, a:visited:active {
  color: white;
} */

/* line 34, ../sass/screen.sass */
h1, h2, h3, h4 {
  text-transform: uppercase;
}

/* line 37, ../sass/screen.sass */
/* h1 {
  text-align: center;
  margin: 2.5em auto 0.5em;
  font-size: 4em;
} */

/* line 42, ../sass/screen.sass */
p {
  line-height: 1.8em;
}

/* line 47, ../sass/screen.sass */
#ts-e4m input[type="email"] {
     font-style: italic;
    border-radius: 0;
    width: 80%;
    font-size: 1em;
    height: 15px;
    color: #222222;
    background: white;
    border: 1px solid #8c8c8c !important;
    padding: 1.275em 1em;
    border: solid 1px white;
    margin: 0;
    text-shadow: none !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /* float: left; */
}
/* line 62, ../sass/screen.sass */
#ts-e4m input[type="email"]:focus {
  color: black;
  background: #e4e1e1;
}
/* line 66, ../sass/screen.sass */
#ts-e4m input[type="submit"] {
  border: none;
  border-radius: 0;
 /* background: #58cbf5; */
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  text-transform: uppercase;
  line-height: normal !important;
  padding: 1.275em 1em;
  position: relative;
  text-decoration: none;
  margin-top: -1px;
  text-shadow: none;
  margin: 25px auto 30px auto !important;
  -webkit-appearance: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  top: -122px;
}
/* line 87, ../sass/screen.sass */
#ts-e4m input[type="submit"]:hover, #ts-e4m input[type="submit"]:active {
  color: white;
  background: #444444;
  border: none;
}
/* line 92, ../sass/screen.sass */
#ts-e4m input[type="submit"]:focus {
  color: white;
  background: #222222;
}
/* line 97, ../sass/screen.sass */
#ts-e4m .loading input[type="email"] {
  background: white url("../images/loader.gif") 95% center no-repeat;
}
/* line 101, ../sass/screen.sass */
#ts-e4m .loading input[type="submit"] {
  background: #444444;
}
