/**************************************************************/
/**************************************************************/
/*  Based off of HTML5 ✰ Boilerplate  */
/* ZERO EVERYTHING OUT */
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 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* GENERAL ELEMENT DEFAULTS */
blockquote, q {
  quotes: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: 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;
  cursor: help;
}

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;
}

body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
}

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

html {
  overflow-y: scroll;
}

a:hover, a:active {
  outline: none;
}

ul, ol {
  /*margin-left: 2em;*/
  list-style: none;
}

ol {
  list-style-type: decimal;
}

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

td {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/* FORM DEFAULTS */
textarea {
  overflow: auto;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

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

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

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

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

button, input, select, textarea {
  margin: 0;
}

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;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

button {
  width: auto;
  overflow: visible;
}

/* TEXT HIGHLIGHTING */
::-moz-selection {
  background: #dddddd;
  /*color:#fff;*/
  /*text-shadow:0 1px 1px rgba(0,0,0,0.5);*/
}

::selection {
  background: #dddddd;
  /*color:#fff;*/
  /*text-shadow:0 1px 1px rgba(0,0,0,0.5);*/
}

a:link {
  -webkit-tap-highlight-color: #dddddd;
}

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

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

/*for FireFox*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
  border: 0px;
}

/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus {
  outline: none;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  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: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
/* SENSIBLE SQUEEZE DEFAULTS */
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*/
}

h1, h2, h3, h4, h5, .get-free-access {
  text-shadow: 0 1px 1px white;
}

a {
  color: #5f5f5f;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

#widget-header h1 {
  text-shadow: none;
}

#widget-body {
  line-height: 23px;
}

#widget-body p {
  margin-bottom: 15px;
}

#widget-comments .funnel-comment-header {
  background: url("/images/funnel/_shared/funnel-comment-scribble.png") 0 0 no-repeat;
  width: 330px;
  height: 58px;
  margin-bottom: 5px;
}

#widget-comments .comment_special_requirement {
  border: 1px solid red;
  padding: 5px;
  margin-top: 10px;
  display: none;
}

#widget-comments .comment_special_requirement span {
  color: red;
}

/* Embedded Videos */
.video-embedded .funnel-video {
  position: relative;
  padding-bottom: 60%;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
  margin: 20px auto;
}

.video-embedded .funnel-video iframe,
.video-embedded .funnel-video object,
.video-embedded .funnel-video embed {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* Video Squeeze Image */
.funnel-video .tease img {
  width: 100%;
}

.mime-flv {
  background: url("/images/funnel/_shared/icons/mime/mime-flv.png") no-repeat;
}

.mime-jpg, .mime-png {
  background: url("/images/funnel/_shared/icons/mime/mime-jpg.png") no-repeat 9px 0;
}

.mime-pdf {
  background: url("/images/funnel/_shared/icons/mime/mime-pdf.png") no-repeat;
}

.mime-zip {
  background: url("/images/funnel/_shared/icons/mime/mime-zip.png") no-repeat 5px 0;
}

.mime-mmap {
  background: url("/images/funnel/_shared/icons/mime/mime-mmap.png") no-repeat 5px 0;
}

.mime-mp3 {
  background: url("/images/funnel/_shared/icons/mime/mime-mp3.png") no-repeat 5px 0;
}

.mime-mp4 {
  background: url("/images/funnel/_shared/icons/mime/mime-mp4.png") no-repeat 5px 0;
}

.mime-doc {
  background: url("/images/funnel/_shared/icons/mime/mime-doc.png") no-repeat 5px 0;
}

.mime-docx {
  background: url("/images/funnel/_shared/icons/mime/mime-docx.png") no-repeat 5px 0;
}

.mime-xls {
  background: url("/images/funnel/_shared/icons/mime/mime-xls.png") no-repeat 5px 0;
}

.mime-xlsx {
  background: url("/images/funnel/_shared/icons/mime/mime-xlsx.png") no-repeat 5px 0;
}

.mime-epub {
  background: url("/images/funnel/_shared/icons/mime/mime-epub.png") no-repeat 5px 0;
}

.mime-mobi {
  background: url("/images/funnel/_shared/icons/mime/mime-mobi.png") no-repeat 5px 0;
}

.mime-txt {
  background: url("/images/funnel/_shared/icons/mime/mime-txt.png") no-repeat 5px 0;
}

.mime-ppt {
  background: url("/images/funnel/_shared/icons/mime/mime-ppt.png") no-repeat 5px 0;
}

.mime-pptx {
  background: url("/images/funnel/_shared/icons/mime/mime-pptx.png") no-repeat 5px 0;
}

#widget-comments .inset-header {
  position: static;
  padding: 0;
  margin: 15px 0;
}

#widget-comments .inset-header h4 {
  margin: 0;
  padding: 0;
}

/* UTILITY CLASSES */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.hidden {
  display: none;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.clear {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
  /* attempts to center both inline/block elements */
}

.no-hand {
  cursor: default;
}

/* SALES AND PRE-CART */
.sales-page-offer-buttons {
  margin-top: 15px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 0;
  float: left;
  width: 990px;
}

.sales-page-offer-box {
  padding: 15px;
  width: 550px;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}

.offer-box-styling {
  border: 2px dashed #CAECFE;
  background: white url("/images/funnel/_shared/sales/offer_box_bg.gif") repeat-x center top;
}

.sales-page-offer-buttons .top_fix {
  position: relative;
  top: -20px;
}

.sales-page-offer-box h2 {
  color: #272C32;
  font-size: 32px;
}

.sales-page-offer-box .price {
  color: #A60000;
  font-size: 36px;
}

.sales-page-offer-box .price-description {
  color: #8D8F91;
  margin-bottom: 5px;
  font-size: 16px;
}

.sales-body .funnel-content-container {
  width: 975px;
  margin: 0 auto;
}

.sales-body .funnel-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.sales-page-body p {
  margin-bottom: 15px;
}

.offer-checkout-button {
  margin-top: 10px;
  margin-bottom: 15px;
}

.pre-cart-page-headline {
  font-size: 32px;
  color: #2F6B95;
  font-style: italic;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
}

.pre-cart-page-subheadline {
  font-size: 24px;
  color: #47A8EE;
  font-style: italic;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 10px;
}

.pre-cart-page-body ul,
.sales-page-body ul {
  list-style-type: none;
  margin-left: 50px;
  margin-top: 25px;
}

.pre-cart-page-body ol,
.sales-page-body ol {
  margin-left: 82px;
  margin-top: 25px;
}

.pre-cart-page-body ol li,
.sales-page-body ol li {
  margin-bottom: 10px;
}

.pre-cart-page-agreement-box {
  background: #fef5c3;
  border: dashed 3px #f7911e;
  font-size: 18px;
  margin: 10px 0 20px;
  padding: 15px;
  float: left;
}

.pre-cart-page-agreement-box .pre-cart-page-agreement-checkbox {
  float: left;
}

.pre-cart-page-agreement-box .checkbox {
  width: 30px;
  height: 30px;
}

.pre-cart-page-agreement-text {
  float: left;
  width: 90%;
  margin-left: 10px;
}

.pre-cart-page-disclaimer-text {
  background: #fff;
  border: solid 2px #e1e1e1;
  font-size: 12px;
  height: 60px;
  margin-top: 10px;
  overflow: auto;
  padding: 10px;
}

.pre-cart-page-disclaimer-text h1 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.pre-cart-page-disclaimer-text p {
  padding-bottom: 10px;
}

.sales-page-offers {
  text-align: center;
}

.pre-cart-inactive {
  height: 100%;
  opacity: .25;
  width: 100%;
}

.pre-cart-inactive a {
  cursor: auto;
}

/* 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;
}

a {
  color: #5f5f5f;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.xxsmall {
  font-size: .60em;
}

.white {
  color: #fff;
}

.xsmall {
  font-size: .80em;
}

.tac {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

/* Flash Messages */
#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #eef9ff;
  border: solid 1px #b2d9ee;
  margin: 0 0 10px;
  color: #477d9b;
  text-align: center;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

body.funnel-body {
  background: #fff;
  /*{{ settings.main_background_color }}*/
  color: #000;
  font-family: Arial,Helvetica,Sans-Serif;
  font-size: 1em;
  height: 100%;
}

.funnel-body #widget-body li {
  list-style-position: inside;
}

.funnel-body #widget-body ul li {
  list-style-type: none;
}

.funnel-body #widget-body ol li {
  list-style-type: decimal;
}

/* Header */
.funnel-header-container {
  margin: 0 auto;
  width: 975px;
}

.funnel-header {
  background: #2ca0da url("/images/funnel/f1/k1/widget-header.png") top center repeat-x;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.funnel-header h1.funnel-header-logo {
  text-align: center;
}

.funnel-header h1.funnel-header-logo span {
  color: white;
  display: block;
  font-size: 36px;
  font-family: georgia, times new roman, serif;
  padding-top: 40px;
}

.funnel-header-bottom {
  background: url("/images/funnel/f1/k1/widget-header-bottom-notches.png") no-repeat left;
  height: 16px;
  margin: 0 auto;
  width: 975px;
}

.thank-you-page-body {
  text-align: center;
}

/* Main Navigation */
.funnel-nav-container {
  background: url("/images/funnel/f1/k1/body-bg.png") repeat-y scroll 0 0 transparent;
  margin: auto;
  width: 955px;
  padding: 0 10px 0 10px;
}

.funnel-event-nav {
  padding: 0 0 15px 0;
  text-align: center;
}

.funnel-event-nav div.selected {
  display: none;
}

.funnel-event-nav li {
  background: url("/images/funnel/f1/k1/nav-divider.gif") no-repeat left;
  display: inline;
  list-style: none;
  padding: 0 11px 0 15px;
  color: #536a7a;
  font-size: 15px;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}

.funnel-event-nav li:first-child {
  background: none;
}

.funnel-event-nav a {
  color: #0060C2;
  font-size: 15px;
  text-decoration: underline;
  text-transform: uppercase;
}

.funnel-event-nav .active {
  color: #323232;
  font-weight: bold;
}

.funnel-event-nav .active .edge {
  display: none;
}

.funnel-event-nav a:hover {
  color: #222;
  text-decoration: underline;
}

.funnel-event-nav .disabled {
  color: #757575;
}

/* Content Area */
.funnel-content {
  padding: 15px 40px 0 40px;
}

.funnel-content-container {
  background: url("/images/funnel/f1/k1/body-bg.png") repeat-y scroll 0 0 transparent;
  margin: 0 auto;
  width: 975px;
  min-height: 400px;
}

.funnel-event-headline-container {
  background: url("/images/funnel/f1/k1/line-shadow.gif") no-repeat left top;
  width: 914px;
  margin: auto;
  padding-top: 15px;
}

.funnel-headline {
  color: black;
  font-size: 36px;
  font-family: Impact, Arial;
  font-weight: normal;
  text-align: center;
}

.funnel-headline p {
  margin: 0;
  padding: 0;
  /*{{ settings.funnel_event_headline_text_color }}*/
}

/* Video */
.funnel-video {
  margin: 0 auto;
  padding: 15px 25px 25px 25px;
  position: relative;
  text-align: center;
}

.funnel-video > div {
  margin: 0 auto;
}

div.kajabi-controls {
  display: none;
}

#player {
  position: absolute;
  left: 22px;
  top: 22px;
}

/* Body Text */
.funnel-body-container {
  margin-top: 25px;
}

/* Share Links */
.funnel-event-share {
  margin: auto;
  width: 250px;
}

.funnel-event-share .share-title {
  background: url("/images/funnel/f1/k1/pass_this_on.png") no-repeat center top;
  width: 141px;
  height: 29px;
}

.funnel-event-share ul {
  margin-left: 25px;
  margin-bottom: 29px;
}

.funnel-event-share ul li {
  list-style: none!important;
  width: 32px;
  height: 32px;
  float: left;
}

.funnel-event-share ul li.twitter a {
  display: block;
  width: 32px;
  height: 32px;
  background: url("/images/funnel/f1/k1/twitter_icon.png") no-repeat center top;
}

.funnel-event-share ul li.facebook a {
  display: block;
  width: 32px;
  height: 32px;
  background: url("/images/funnel/f1/k1/fb_icon.png") no-repeat center top;
}

.sales-page-offer-buttons {
  margin-top: 15px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 0;
  float: left;
  width: 100%;
}

.sales-page-offer-box {
  padding: 15px;
  width: 550px;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}

.offer-box-styling {
  border: 2px dashed #CAECFE;
  background: white url("/images/funnel/_shared/sales/offer_box_bg.gif") repeat-x center top;
}

.sales-page-offer-buttons .top_fix {
  position: relative;
  top: -20px;
}

.sales-page-offer-box h2 {
  color: #272C32;
  font-size: 32px;
}

.sales-page-offer-box .price {
  color: #A60000;
  font-size: 36px;
}

.sales-page-offer-box .price-description {
  color: #8D8F91;
  margin-bottom: 5px;
  font-size: 16px;
}

.offer-checkout-button {
  margin-top: 10px;
  margin-bottom: 15px;
}

.funnel-comments-and-sidebar-container {
  padding-top: 25px;
}

/* Sidebar */
.thumb {
  width: 122px;
  height: 74px;
}

.funnel-event-sidebar {
  float: right;
  width: 163px;
}

.funnel-event-thumbs li {
  background: url("/images/funnel/f1/k1/video-divider.gif") no-repeat center top;
  color: #9c9c9c;
  font-size: 14px;
  list-style: none!important;
  padding: 20px 0 15px;
}

.funnel-event-thumbs li:first-child {
  background: none;
}

.funnel-event-thumbs li.active {
  color: #e50000;
  font-weight: bold;
}

.v-title {
  color: #0060C2;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0 10px;
  text-decoration: underline;
}

.v-title:hover {
  color: #222;
  text-decoration: underline;
}

.inactive_video_link {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0 10px;
}

.coming_soon_video_link {
  color: #888888;
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0 10px;
}

/* Footer */
.funnel-bottom {
  background: url("/images/funnel/f1/k1/bottom.png") no-repeat;
  height: 47px;
  margin: 0 auto;
  width: 975px;
}

.funnel-footer-container {
  color: #898989;
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
}

.funnel-footer a {
  color: #2479bb;
  text-decoration: none;
}

.funnel-footer a:hover {
  text-decoration: underline;
}

.pagination {
  font-size: 12px;
  padding: 3px;
  margin: 3px;
  margin-top: 10px;
  margin-bottom: 0;
}

.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaaadd;
  text-decoration: none;
  color: #1A4061;
}

.pagination a:hover, .pagination a:active {
  border: 1px solid #1A4061;
  color: #000;
}

.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #1A4061;
  font-weight: bold;
  background-color: #1A4061;
  color: #FFF;
}

.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}

#direct_video_download_link {
  color: #333;
  font-size: 10px;
  margin: -48px 0 60px 33px;
  position: relative;
}

/* Sales Pages */
.sales-body .funnel-body-container {
  margin-top: 0;
}

.sales-body .funnel-content-container {
  width: 975px;
}

.sales-body .funnel-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.sales-page-body p {
  margin-bottom: 15px;
}

/* Standby Pages */
.standby-page-body {
  text-align: center;
  padding: 15px;
}

.standby-page-body h2 {
  color: #084778;
  font-style: italic;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
  font-size: 36px;
  line-height: 45px;
  margin-top: 10px;
}

.highlight-stripe {
  background: url("/images/funnel/f1/k1/bg-highlight-stripe.gif") no-repeat;
  color: #DB1F00;
  height: 27px;
  font-size: 24px;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
  padding-top: 9px;
  text-align: center;
  width: 650px;
  margin: auto;
}

.standby-page-body .email {
  border: solid 2px #3e94dc;
  background: #fff;
  color: #58a1df;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
  padding: 7px 10px;
  text-align: center;
  width: 200px;
}

/* Downloads */
.funnel-downloads-container {
  float: left;
  width: 96%;
}

.funnel-downloads {
  border: 1px solid #C5C5C5;
  padding: 14px;
  width: 700px;
  margin: auto;
  margin-bottom: 10px;
  background-color: #fff;
}

.funnel-downloads p {
  font-size: 14px;
}

ul.downloads {
  padding: 0 10px 10px;
  margin-top: 0 !important;
}

.downloads li {
  float: left;
  list-style: none !important;
  padding-bottom: 10px;
  width: 50%;
  background: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

.downloads li span {
  font-size: 10px;
}

.downloads li a {
  color: #216fab;
  display: block;
  font-size: 14px;
  line-height: 30px;
  min-height: 35px;
  padding-left: 45px;
  padding-right: 15px;
}

.inset-header {
  background: #fff;
  padding: 0 5px;
  position: absolute;
}

.inset-header-left {
  left: 5px;
  top: -18px;
}

.inset-header-right {
  right: 5px;
  top: -14px;
}

h4 {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: normal;
  line-height: 35px;
  padding-left: 38px;
  text-transform: uppercase;
}

h4.post-downloads {
  background: url("/images/funnel/f1/k2/downloads-black.png") no-repeat -10px 0;
  height: 35px;
}

#widget-comments {
  width: 700px;
  overflow: hidden;
}
#widget-comments textarea {
  width: 623px;
}
#widget-comments .comment-list .bubble_area {
  width: 615px;
}
#widget-comments .comment-list .bubble_area .notch {
  top: 10px;
}
#widget-comments .reply-wrapper .comment-units .nested-reply .bubble_area {
  width: 527px;
}
#widget-comments .reply-wrapper .comment-units .write-comment textarea,
#widget-comments .reply-wrapper .comment-units .placeholder textarea {
  width: 593px;
  float: right;
}
#widget-comments .reply-wrapper .comment-units .write-comment .btn,
#widget-comments .reply-wrapper .comment-units .placeholder .btn {
  margin-right: 0;
}
