/**************************************************************/
/**************************************************************/
/*  Based off of HTML5 ✰ Boilerplate  */
/* ZERO EVERYTHING OUT */
/* line 12, ../../../../../app/stylesheets/_reset.scss */
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* DEFINE BLOCK ELEMENTS */
/* line 23, ../../../../../app/stylesheets/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* GENERAL ELEMENT DEFAULTS */
/* line 28, ../../../../../app/stylesheets/_reset.scss */
blockquote, q {
  quotes: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

/* line 30, ../../../../../app/stylesheets/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 32, ../../../../../app/stylesheets/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 33, ../../../../../app/stylesheets/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 34, ../../../../../app/stylesheets/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 35, ../../../../../app/stylesheets/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 36, ../../../../../app/stylesheets/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 37, ../../../../../app/stylesheets/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 38, ../../../../../app/stylesheets/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 40, ../../../../../app/stylesheets/_reset.scss */
body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
}

/* line 41, ../../../../../app/stylesheets/_reset.scss */
select, input, textarea, button {
  font: 99% sans-serif;
}

/* line 42, ../../../../../app/stylesheets/_reset.scss */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* line 44, ../../../../../app/stylesheets/_reset.scss */
html {
  overflow-y: scroll;
}

/* line 45, ../../../../../app/stylesheets/_reset.scss */
a:hover, a:active {
  outline: none;
}

/* line 46, ../../../../../app/stylesheets/_reset.scss */
ul, ol {
  /*margin-left: 2em;*/
  list-style: none;
}

/* line 47, ../../../../../app/stylesheets/_reset.scss */
ol {
  list-style-type: decimal;
}

/* line 48, ../../../../../app/stylesheets/_reset.scss */
nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

/* line 49, ../../../../../app/stylesheets/_reset.scss */
small {
  font-size: 85%;
}

/* line 50, ../../../../../app/stylesheets/_reset.scss */
strong, th {
  font-weight: bold;
}

/* line 51, ../../../../../app/stylesheets/_reset.scss */
td {
  vertical-align: top;
}

/* line 53, ../../../../../app/stylesheets/_reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

/* line 54, ../../../../../app/stylesheets/_reset.scss */
sup {
  top: -0.5em;
}

/* line 55, ../../../../../app/stylesheets/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 56, ../../../../../app/stylesheets/_reset.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

/* FORM DEFAULTS */
/* line 59, ../../../../../app/stylesheets/_reset.scss */
textarea {
  overflow: auto;
}

/* line 60, ../../../../../app/stylesheets/_reset.scss */
.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

/* line 61, ../../../../../app/stylesheets/_reset.scss */
input[type="radio"] {
  vertical-align: text-bottom;
}

/* line 62, ../../../../../app/stylesheets/_reset.scss */
input[type="checkbox"] {
  vertical-align: bottom;
}

/* line 63, ../../../../../app/stylesheets/_reset.scss */
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

/* line 64, ../../../../../app/stylesheets/_reset.scss */
.ie6 input {
  vertical-align: text-bottom;
}

/* line 65, ../../../../../app/stylesheets/_reset.scss */
input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}

/* line 66, ../../../../../app/stylesheets/_reset.scss */
button, input, select, textarea {
  margin: 0;
}

/* line 68, ../../../../../app/stylesheets/_reset.scss */
input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}

/* line 69, ../../../../../app/stylesheets/_reset.scss */
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

/* line 70, ../../../../../app/stylesheets/_reset.scss */
button {
  width: auto;
  overflow: visible;
}

/* TEXT HIGHLIGHTING */
/* line 74, ../../../../../app/stylesheets/_reset.scss */
::-moz-selection {
  background: #dddddd;
  /*color:#fff;*/
  /*text-shadow:0 1px 1px rgba(0,0,0,0.5);*/
}

/* line 75, ../../../../../app/stylesheets/_reset.scss */
::selection {
  background: #dddddd;
  /*color:#fff;*/
  /*text-shadow:0 1px 1px rgba(0,0,0,0.5);*/
}

/* line 76, ../../../../../app/stylesheets/_reset.scss */
a:link {
  -webkit-tap-highlight-color: #dddddd;
}

/* MISC */
/* line 80, ../../../../../app/stylesheets/_reset.scss */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* line 82, ../../../../../app/stylesheets/_reset.scss */
:focus {
  outline: none;
}

/* line 83, ../../../../../app/stylesheets/_reset.scss */
::-moz-focus-inner {
  border: 0;
}

/*for FireFox*/
/* line 87, ../../../../../app/stylesheets/_reset.scss */
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
  border: 0px;
}

/*for IE8 */
/* line 93, ../../../../../app/stylesheets/_reset.scss */
input[type="submit"]:focus, input[type="button"]:focus {
  outline: none;
}

@media print {
  /* line 98, ../../../../../app/stylesheets/_reset.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 100, ../../../../../app/stylesheets/_reset.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  /* line 101, ../../../../../app/stylesheets/_reset.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 102, ../../../../../app/stylesheets/_reset.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 103, ../../../../../app/stylesheets/_reset.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 104, ../../../../../app/stylesheets/_reset.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 105, ../../../../../app/stylesheets/_reset.scss */
  thead {
    display: table-header-group;
  }

  /* line 106, ../../../../../app/stylesheets/_reset.scss */
  tr, img {
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
}

  /* line 108, ../../../../../app/stylesheets/_reset.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 109, ../../../../../app/stylesheets/_reset.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/* SENSIBLE SQUEEZE DEFAULTS */
/* line 7, ../../../../../app/stylesheets/_base_squeeze.scss */
body {
  background: white;
  color: #444;
  font-family: 'ProximaNovaRegular', 'Helvetica Neue', helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  /*Stops Mobile Safari from auto-adjusting font-sizes*/
}

/* line 8, ../../../../../app/stylesheets/_base_squeeze.scss */
h1, h2, h3, h4, h5, .get-free-access {
  text-shadow: 0 1px 1px white;
}

/* line 9, ../../../../../app/stylesheets/_base_squeeze.scss */
a {
  color: #5f5f5f;
  text-decoration: underline;
}

/* line 10, ../../../../../app/stylesheets/_base_squeeze.scss */
a:hover {
  text-decoration: none;
}

/* line 11, ../../../../../app/stylesheets/_base_squeeze.scss */
strong {
  font-weight: bold;
  font-family: 'ProximaNovaBold', 'Helvetica Neue', helvetica, arial, sans-serif;
}

/* line 12, ../../../../../app/stylesheets/_base_squeeze.scss */
em {
  font-weight: normal;
  font-family: 'ProximaNovaRegularItalic', 'Helvetica Neue', helvetica, arial, sans-serif;
}

/* line 13, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-body {
  line-height: 23px;
}

/* line 14, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-body p {
  margin-bottom: 15px;
}

/* line 16, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-header {
  width: 100%;
  background: #333;
  color: white;
  text-align: center;
  text-shadow: 0 1px 1px black;
  position: relative;
  line-height: 0;
  height: auto;
}

/* line 17, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-header {
  background-color: transparent;
  background-image: -moz-linear-gradient(center top, #3e4851, #111416);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e4851), to(#111416));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3e4851, endColorstr=#111416);
}

/* line 19, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-header .inner {
  overflow: hidden;
}

/* line 20, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-header .image-wrapper {
  display: inline;
}

/* line 23, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-header.no-image-admin .fill {
  height: 15px;
}

/* line 24, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-header.no-image-admin .image-notice {
  background: url(/images/admin/header-add-image.png) 50% 0 no-repeat;
  text-indent: -1000em;
  overflow: hidden;
  line-height: 18px;
  margin: 30px auto;
  /*border: dashed 5px white; */
  /*background: rgba(255, 255, 255, 0.25);*/
  width: 850px;
  color: white;
  display: block;
  text-decoration: none;
  height: 88px;
}

/* Uploaded/Krunch Videos */
/* line 27, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-video.uploaded-video {
  margin-bottom: 100px;
  overflow: hidden;
}

/* line 28, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-video.uploaded-video video {
  max-width: 100%;
}

/* line 29, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-video.uploaded-video #video-player {
  margin-bottom: 20px;
}

/* line 30, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-video.uploaded-video .media_download_link {
  margin-top: 5px;
}

/* line 33, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-video.uploaded-video .media_download_link,
#widget-video.uploaded-video .media_download_link a {
  color: #777;
}

/* Embedded Videos */
/* line 36, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-video.embedded-video #video-player {
  position: relative;
  padding-bottom: 60%;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
}

/* line 39, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-video.embedded-video #video-player iframe,
#widget-video.embedded-video #video-player object,
#widget-video.embedded-video #video-player embed {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* No Video - Image placeholders */
/* line 42, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-video.fake #video-fake {
  text-align: center;
}

/* line 43, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-video.fake #video-fake img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}

/* line 45, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-optin {
  background-color: transparent;
  background-image: -moz-linear-gradient(center top, white, #dddddd);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#dddddd));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=white, endColorstr=#dddddd);
  filter: none;
  padding: 15px 0 0 0;
  margin-top: 0;
  border: none;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-align: center;
  padding-bottom: 20px;
}

/* line 47, ../../../../../app/stylesheets/_base_squeeze.scss */
.ie7 #widget-optin input.text,
.ie8 #widget-optin input.text {
  border: solid 1px #bbb;
}

/* line 49, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-optin label {
  font-weight: bold;
  font-family: arial;
  letter-spacing: -0.05em;
  /*font-family:"MuseoSans", Impact, arial; */
  color: black;
  display: block;
  font-size: 23px;
  margin: 0 15px 20px 15px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
  cursor: arrow;
}

/* line 52, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-optin input.text,
#widget-optin input.email {
  /*@include box-shadow(inset 0 0 7px #ddd); */
  border: solid 2px #ccc;
  padding: 7px 12px;
  text-align: center;
  font-family: 'ProximaNovaRegular', 'Helvetica Neue', helvetica, arial, sans-serif;
  color: #777;
  margin-bottom: 8px;
}

/* line 54, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-optin input.submit_button {
  border: none;
  padding-top: 5px;
  max-width: 100%;
  height: auto;
}

/* line 55, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-optin .squeeze-optin-instructions {
  font-size: 10px;
  line-height: 1.5em;
  font-size: 11px;
  color: #555;
  margin: 15px auto 20px auto;
  width: 80%;
  line-height: 18px;
}

/* line 57, ../../../../../app/stylesheets/_base_squeeze.scss */
#widget-optin .no-email-provider-warning {
  margin: 10px;
  padding: 15px;
  background-color: #c31d00;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

/* line 59, ../../../../../app/stylesheets/_base_squeeze.scss */
footer {
  color: #878787;
  font-size: 12px;
  padding: 70px 0 20px 0;
  text-align: center;
}

/* line 60, ../../../../../app/stylesheets/_base_squeeze.scss */
footer a {
  color: #878787;
  margin: 0 5px;
  text-decoration: none;
}

/* line 61, ../../../../../app/stylesheets/_base_squeeze.scss */
footer a:hover {
  text-decoration: underline;
}

/* line 63, ../../../../../app/stylesheets/_base_squeeze.scss */
.bootstrap-btn {
  background: none;
  margin: 0;
  padding: 0;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #E6E6E6;
  background-repeat: no-repeat;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-style: solid;
  border-width: 1px;
  color: #333333;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  padding: 4px 14px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

/* line 83, ../../../../../app/stylesheets/_base_squeeze.scss */
.bootstrap-btn-primary {
  background-color: #0064CD;
  background-image: -moz-linear-gradient(#049cdb, #0064cd);
  background-image: -webkit-linear-gradient(#049cdb, #0064cd);
  background-image: linear-gradient(#049cdb, #0064cd);
  background-repeat: repeat-x;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* UTILITY CLASSES */
/* line 94, ../../../../../app/stylesheets/_base_squeeze.scss */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/* line 95, ../../../../../app/stylesheets/_base_squeeze.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 96, ../../../../../app/stylesheets/_base_squeeze.scss */
.invisible {
  visibility: hidden;
}

/* line 97, ../../../../../app/stylesheets/_base_squeeze.scss */
.clear {
  clear: both;
}

/* line 98, ../../../../../app/stylesheets/_base_squeeze.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

/* line 99, ../../../../../app/stylesheets/_base_squeeze.scss */
.clearfix:after {
  clear: both;
}

/* line 100, ../../../../../app/stylesheets/_base_squeeze.scss */
.clearfix {
  zoom: 1;
}

/* line 101, ../../../../../app/stylesheets/_base_squeeze.scss */
.hide {
  display: none;
}

/* line 102, ../../../../../app/stylesheets/_base_squeeze.scss */
.show {
  display: block;
}

/* line 103, ../../../../../app/stylesheets/_base_squeeze.scss */
.alignright {
  float: right;
}

/* line 104, ../../../../../app/stylesheets/_base_squeeze.scss */
.alignleft {
  float: left;
}

/* line 105, ../../../../../app/stylesheets/_base_squeeze.scss */
.aligncenter {
  text-align: center;
  margin: 0 auto;
  /* attempts to center both inline/block elements */
}

/* LOCAL @FONT-FACE DEC'S
**********************************/
@font-face {
  font-family: 'ProximaNovaRegular';
  src: url("/fonts/proximanova_regular/ProximaNova-Reg-webfont.eot");
  src: url("/fonts/proximanova_regular/ProximaNova-Reg-webfont.eot?iefix") format("eot"), url("/fonts/proximanova_regular/ProximaNova-Reg-webfont.woff") format("woff"), url("/fonts/proximanova_regular/ProximaNova-Reg-webfont.ttf") format("truetype"), url("/fonts/proximanova_regular/ProximaNova-Reg-webfont.svg#webfonttLdMzI8n") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaBold';
  src: url("/fonts/proximanova_bold/ProximaNova-Bold-webfont.eot");
  src: url("/fonts/proximanova_bold/ProximaNova-Bold-webfont.eot?iefix") format("eot"), url("/fonts/proximanova_bold/ProximaNova-Bold-webfont.woff") format("woff"), url("/fonts/proximanova_bold/ProximaNova-Bold-webfont.ttf") format("truetype"), url("/fonts/proximanova_bold/ProximaNova-Bold-webfont.svg#webfontgrewrCss") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaRegularItalic';
  src: url("/fonts/proximanova_italic/ProximaNova-RegIt-webfont.eot");
  src: url("/fonts/proximanova_italic/ProximaNova-RegIt-webfont.eot?iefix") format("eot"), url("/fonts/proximanova_italic/ProximaNova-RegIt-webfont.woff") format("woff"), url("/fonts/proximanova_italic/ProximaNova-RegIt-webfont.ttf") format("truetype"), url("/fonts/proximanova_italic/ProximaNova-RegIt-webfont.svg#webfontjQHW7Ll4") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Journal';
  src: url("/fonts/journal/journal-webfont.eot");
  src: url("/fonts/journal/journal-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/journal/journal-webfont.woff") format("woff"), url("/fonts/journal/journal-webfont.ttf") format("truetype"), url("/fonts/journal/journal-webfont.svg#JournalRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 3, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
#content-body {
  padding-top: 35px;
}

/* line 5, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
a {
  color: #5f5f5f;
  text-decoration: underline;
}

/* line 6, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
a:hover {
  text-decoration: none;
}

/* line 8, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
h1 {
  height: 185px;
  margin: 20px auto;
  text-indent: -5000em;
  width: 520px;
}

/* line 9, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 40px;
  text-align: center;
}

/* line 10, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
h2 strong {
  color: #00528a;
}

/* line 12, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
ul {
  padding-left: 0 !important;
}

/* line 13, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
ul, ol {
  margin-top: 0;
}

/* line 14, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
ul li {
  margin: 0 0 5px 40px;
}

/* line 16, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
blockquote {
  padding-left: 25px;
}

/* line 18, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.funnel-body-content h1 {
  text-indent: 0;
  height: auto;
  width: auto;
}

/* line 20, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.hardline {
  background: url("../../../images/squeeze/default/divider.gif") no-repeat bottom center;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

/* line 21, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.highlight {
  background: #fff93f;
  padding: 0 2px;
}

/* line 23, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
#widget-optin {
  background: none;
}

/* line 24, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.lower-signup .email {
  width: 230px;
}

/* line 25, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.signup-box {
  background: #fbf6de;
  border: solid 1px #d9ce9a;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 1px;
  position: relative;
  height:400px;
}

/* line 27, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.ie7 #widget-video {
  margin-bottom: 30px;
}

/* line 28, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.ie7 signup-box {
  margin-top: 0;
  margin-top: -50px !important;
}

/* line 30, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.signup-box label {
  color: #1f5e94;
  display: block;
  font-weight: normal; //bold;
  margin-bottom: 7px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}

/* line 31, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.sidebar form {
  margin-top: 10px;
}

/* line 32, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.arrows {
  font-family: 'Journal';
  background: none;
  font-size: 52px;
  text-align: center;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin: -115px auto 5px auto;
  height: 125px;
  color: #569fdc;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

/* line 33, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.squeeze-email-form-field {
  display: block;
  text-align: center;
}

/* line 35, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.arrows {
  background: url(../../../images/squeeze/arrows-with-text.png) 0 0 no-repeat;
  /*left:-20px;*/
  width: 200px;
  height: 124px;
  margin-top: -115px;
  margin-bottom: 0;
}

/* line 36, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.arrows span, .arrows img {
  display: none;
}

/* line 37, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.ie7 .arrows, .ie8 .arrows {
  margin-top: 0;
}

/* line 35, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.arrowstrial {
  background: url(../../../images/squeeze/arrows_freetrial.png) 0 0 no-repeat;
  /*left:-20px;*/
  width: 200px;
  height: 124px;
  margin-top: -115px;
  margin-bottom: 0;
}

/* line 36, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.arrowstrial span, .arrowstrial img {
  display: none;
}

/* line 37, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.ie7 .arrowstrail, .ie8 .arrowstrial {
  margin-top: 0;
}
/* line 40, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.squeeze-email-form-field input.email,
#widget-optin input.text {
  background: #fcfcfc;
  border: 2px solid #ddd;
  font-size: 14px;
  padding: 7px;
  width: 75%;
  margin-bottom: 8px;
  text-align: center;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #777;
}

/* line 44, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.submit_button {
  text-align: center;
}

/* line 45, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.up-arrow {
  background: url("../../../images/squeeze/default/arrow.gif") no-repeat right;
  height: 113px;
  left: -85px;
  position: relative;
  top: -63px;
}

/* line 46, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.squeeze-submit-form-field {
  padding-top: 5px;
}

/* line 47, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.squeeze-optin-instructions {
  font-size: 12px;
  text-align: center;
  line-height: 1.35em;
}

/* line 48, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
#widget-optin .squeeze-optin-instructions {
  font-size: 11px;
  margin: 5px auto;
}

/* line 50, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.footer {
  color: #878787;
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
}

/* line 51, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.footer a {
  color: #878787;
  margin: 0 5px;
  text-decoration: none;
}

/* line 52, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.footer a:hover {
  text-decoration: underline;
}

/* line 54, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.squeeze-title {
  color: #cc0000;
  font-size: 34px;
  padding: 20px 0 0px;
  text-align: center;
  font-family: Impact, arial;
  line-height: 34px;
}

/* line 55, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.highlight-stripe {
  background: url("../../../images/squeeze/default/bg-highlight-stripe.gif") center top no-repeat;
  color: #3c3c3c;
  height: 29px;
  font-size: 18px;
  padding-top: 7px;
  text-align: center;
  /*width: 590px; */
  font-family: Impact, arial;
  font-weight: normal;
  letter-spacing: 0.05em;
}

/* line 56, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.squeeze-submit-form-field {
  display: block;
  text-align: center;
  padding: 15px;
}

/* line 57, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
.no-email-provider-warning {
  margin-top: 10px;
  padding: 15px;
  background-color: #c31d00;
  color: #fff;
}

/* line 59, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
#widget-video {
  margin-bottom: 100px;
  overflow: hidden;
}

/* line 61, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
#widget-header .fill {
  height: 0;
}

/* line 63, ../../../../../app/stylesheets/squeeze/default/devices/_all.scss */
#widget-optin label {
  border: none;
  padding-bottom: 0;
}

/* Default Layout: 960px. */
/* line 5, ../../../../../app/stylesheets/squeeze/default/devices/_desktop.scss */
#content-body {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  overflow: hidden;
}

/* line 6, ../../../../../app/stylesheets/squeeze/default/devices/_desktop.scss */
#content-primary {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 580px;
}

/* line 7, ../../../../../app/stylesheets/squeeze/default/devices/_desktop.scss */
#content-secondary {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 340px;
}

/*
@import "devices/tablet";
@import "devices/mobile";
@import "devices/wide-mobile";
@import "devices/high-px-ratio"; 
*/