/* line 4, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
html {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 18, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
.bp-reset-element, body, h1, h2, h3, h4, h5, h6, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, blockquote, q, th, td, caption, table,
div, span, object, iframe, p,
pre, a, abbr, acronym, address,
code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset,
form, label, legend,
caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

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

/* line 21, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
blockquote, q {
  quotes: "" "";
}
/* line 67, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* line 22, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
th, td, caption {
  float: none !important;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 23, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

/* line 24, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
a img {
  border: none;
}

/* line 5, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.blockify {
  display: block !important;
}

/* line 6, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.inlinify {
  display: inline-block !important;
}

/* line 9, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* line 12, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.pie-clearfix {
  *zoom: 1;
}
/* line 38, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.pie-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 14, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.clear {
  clear: both;
}

/* line 16, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.float-left {
  display: inline;
  float: left;
}

/* line 17, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.float-right {
  display: inline;
  float: right;
}

/* line 18, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.no-float {
  float: none !important;
}

/* line 20, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.headroom {
  padding-top: 3em;
}

/* line 21, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.less-headroom {
  padding-top: 1.5em;
}

/* line 22, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.more-less-headroom {
  padding-top: 0.75em;
}

/* line 24, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.legroom {
  margin-bottom: 3em;
}

/* line 25, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.less-legroom {
  margin-bottom: 1.5em;
}

/* line 26, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.more-less-legroom {
  margin-bottom: 0.75em;
}

/* line 27, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.no-legroom {
  margin-bottom: 0;
}

/* line 29, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.no-margin {
  margin: 0 !important;
}

/* line 30, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.no-border {
  border: none !important;
}

/* line 32, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.center {
  text-align: center !important;
}

/* line 34, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.bold {
  font-weight: 700;
}

/* line 37, /Users/webdev/Sites/cwardfs/sass/site/_utilities.scss */
.passwordFocus {
  color: #bbbbbb;
  font-style: italic;
}

/* line 2, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav ul {
  margin: 0;
}

/* line 4, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.main ul {
  height: 50px;
  padding: 20px 0 0 0;
  display: inline;
  float: left;
}
/* line 8, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.main ul li {
  height: 50px;
  margin: 0 1.2em 0 0;
  display: inline;
  float: left;
}
/* line 13, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.main ul li.last {
  margin: 0;
}
/* line 16, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.main ul li.current {
  background: url(/images/site_images/misc/current_indicator.png) no-repeat center 30px;
}

/* line 22, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.member ul {
  height: 30px;
  padding: 26px 0 0 0;
  text-align: right;
}
/* line 26, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.member ul li {
  height: 50px;
  margin: 0 .3em 0 0;
  display: inline;
}

/* line 35, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.sub_nav ul li {
  display: inline;
  float: left;
  margin: 0 .6em 0 .6em;
}

/* line 42, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.sub_nav.about ul {
  padding: 0 0 0 26px;
}

/* line 47, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.sub_nav.stock_picks ul {
  padding: 0 0 0 160px;
}

/* line 52, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.footer ul {
  display: inline;
  float: left;
}
/* line 54, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.footer ul li {
  display: inline;
  float: left;
  margin: 0 1.2em 0 0;
}
/* line 58, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.footer ul li.last {
  margin: 0;
}

/* line 65, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.left_column_home {
  height: 750px;
}
/* line 67, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.left_column_home img {
  display: inline;
  float: right;
}

/* line 72, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.home_cta .button_box {
  margin: 1em 0 0 0;
}

/* line 79, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.glossary_terms .alpha_nav {
  margin: .5em 0;
  padding: .5em 0;
  border-top: 1px solid #dcdfdf;
  border-bottom: 1px solid #dcdfdf;
}
/* line 84, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.glossary_terms .alpha_nav .alpha_list {
  cursor: pointer;
}
/* line 92, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.glossary_terms .alpha_nav a:hover, .glossary_terms .alpha_nav a:active, .glossary_terms .alpha_nav a.active {
  text-decoration: none;
}
/* line 95, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.glossary_terms .term {
  margin: .5em 0 1em 0;
}

/* line 110, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.testimonials blockquote {
  display: block;
  margin: .5em 0 1em 0;
  padding: .5em 0;
  text-indent: 0;
}
/* line 115, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.testimonials blockquote footer {
  background: transparent;
  border-top: none;
  margin: 0;
  display: block;
  text-align: right;
}

/* line 127, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.blog_item,
.pick {
  position: relative;
  border-bottom: 1px solid #fafcfa;
}
/* line 130, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.blog_item h2,
.pick h2 {
  margin: 1.5em 0 .5em 0;
  padding-right: 250px;
  /* .entry_info width */
  padding-bottom: .25em;
  border-bottom: 1px solid #1d4733;
}
/* line 136, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.blog_item .entry_info,
.pick .entry_info {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 2.75em;
  width: 250px;
  text-align: right;
  line-height: 2.75em !important;
}
/* line 146, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.blog_item .button_box,
.pick .button_box {
  margin: .5em 0 1em 0;
}
/* line 149, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.blog_item:last-of-type,
.pick:last-of-type {
  margin-bottom: 2em;
  border-bottom: none;
}
/* line 154, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.blog_item ul li,
.pick ul li {
  list-style-image: url(/images/site_images/misc/bullet_12.png);
}

/* line 161, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.pick .tablesorter tr.pick-of-the-week {
  background-color: #fde3d2;
}
/* line 163, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.pick .tablesorter tr.pick-of-the-week td {
  font-weight: bold;
}

/* line 170, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.pagination {
  margin: .5em 0;
  padding: .5em 0;
}
/* line 173, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.pagination:first-of-type {
  border-bottom: 1px solid #dcdfdf;
}
/* line 176, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.pagination:last-of-type {
  border-top: 1px solid #dcdfdf;
}
/* line 179, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.pagination.empty {
  border-bottom: transparent;
  border-top: transparent;
}
/* line 188, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.pagination a:hover, .pagination a:active, .pagination a.active {
  text-decoration: none;
}
/* line 190, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.pagination i {
  display: inline-block;
  vertical-align: top;
}
/* line 194, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.pagination .pagination_links {
  cursor: pointer;
}
/* line 196, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.pagination .pagination_links strong {
  cursor: default;
}

/* line 202, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.pick table {
  width: 100%;
}
/* line 205, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.pick.update {
  border-bottom: none;
}
/* line 207, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.pick.update h2 {
  border-bottom: none;
  padding-right: 0px;
}

/* line 214, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
article.comments {
  padding: .5em;
  margin: .5em;
  border-radius: 8px;
  border: 1px solid #cee8dd;
}
/* line 219, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
article.comments p {
  font-size: 1em;
}
/* line 221, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
article.comments p.comment_info {
  font-size: .8em;
  text-align: right;
  font-style: italic;
  margin-bottom: 0;
}
/* line 228, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
article.comments.odd {
  background-color: #edf2f0;
}
/* line 230, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
article.comments.odd p.comment_info {
  border-top: 1px solid #cee8dd;
}
/* line 234, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
article.comments.even {
  background-color: #fafcfa;
}
/* line 236, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
article.comments.even p.comment_info {
  border-top: 1px solid #e4ede9;
}
/* line 240, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
article.comments.cwardfs {
  background-color: #fef5ef;
}
/* line 242, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
article.comments.cwardfs p.comment_info {
  padding-top: 2px;
}
/* line 244, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
article.comments.cwardfs p.comment_info span.logo {
  font-style: normal;
  margin-left: .25em;
}

/* line 252, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.fb_edge_widget_with_comment.fb_iframe_widget {
  height: 16px;
}

/* line 258, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
form .group {
  margin-bottom: 1.5em;
  width: 98%;
}
/* line 262, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.contact_form form {
  margin-bottom: 2em;
}
/* line 265, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.contact_form form, .sign_up_form form {
  background-color: #dcdfdf;
  padding: 15px;
}
/* line 271, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.contact_form form input[type="text"],
.contact_form form textarea, .sign_up_form form input[type="text"],
.sign_up_form form textarea {
  border-color: transparent;
  border-radius: 0;
}
/* line 274, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.contact_form form input[type="text"]:focus,
.contact_form form textarea:focus, .sign_up_form form input[type="text"]:focus,
.sign_up_form form textarea:focus {
  background-color: #fef1e9;
}
/* line 278, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.contact_form form div.formError + input, .sign_up_form form div.formError + input {
  border-color: #ee0101;
}

/* line 286, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.right_column .contact_form form {
  margin: 6px 0 0 0;
}
/* line 288, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.right_column .contact_form form .group:last-of-type {
  margin-bottom: 0;
}
/* line 292, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.right_column .contact_form h1 {
  background-color: #dcdfdf;
  padding: 6px 15px;
}
/* line 298, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.right_column .sign_up_form form {
  margin: 15px 0 0 0;
  background-color: #c6e2a4;
}
/* line 301, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.right_column .sign_up_form form h1 {
  margin: 0 0 .25em 0;
}
/* line 304, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.right_column .sign_up_form form p {
  margin: 12px 0 6px 0;
}
/* line 310, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.right_column .sign_up_form form button {
  width: 100%;
  padding: 3px;
}

/* line 319, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.left_column .contact_form h1 {
  display: none;
}

/* line 326, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.stock_pick_btns {
  display: block;
  margin-top: 2em;
  margin-bottom: 1em;
}
/* line 331, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.stock_pick_btns ul li {
  display: inline-block;
  width: 140px;
  margin: 0 2em;
}
/* line 335, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.stock_pick_btns ul li a {
  display: block;
}
/* line 337, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.stock_pick_btns ul li a i.fa::before {
  display: block;
  width: 140px;
  height: 140px;
  background-color: #1d4733;
  border-radius: 70px;
}
/* line 344, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.stock_pick_btns ul li a.current i.fa::before {
  background-color: #f56609;
}
/* line 352, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.stock_pick_btns.smaller ul li {
  margin: 0 .6em;
}
/* line 355, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.stock_pick_btns.smaller ul li a i {
  display: block;
  width: 70px;
  margin: auto;
}
/* line 360, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
nav.stock_pick_btns.smaller ul li a i.fa::before {
  width: 70px;
  height: 70px;
  border-radius: 35px;
}

/* line 373, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.right_column .logged_in_message {
  text-align: right;
}
/* line 375, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.right_column .logged_in_message h1 {
  font-size: 1.75em;
}
/* line 378, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.right_column .logged_in_message p {
  font-size: 1.25em;
  margin-bottom: 1.1em;
}
/* line 381, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.right_column .logged_in_message p a {
  color: #f56609;
}
/* line 386, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.right_column .stock_pick_archives {
  text-align: right;
  border-top: 1px solid #fde3d2;
  padding-top: .5em;
}
/* line 390, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.right_column .stock_pick_archives h1 {
  font-size: 1.25em;
}
/* line 393, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.right_column .stock_pick_archives h3 {
  cursor: pointer;
}
/* line 396, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.right_column .stock_pick_archives div.archive {
  margin-bottom: 3em;
}

/* line 403, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.disclaimer {
  border-top: 1px solid #1d4733;
  border-bottom: 1px solid #1d4733;
  margin: 1em 0;
  padding: .5em 150px .5em 0;
  position: relative;
}
/* line 409, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.disclaimer span#siteseal {
  position: absolute;
  top: .5em;
  right: -9px;
}

/* line 416, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.imp_area a {
  display: block;
  height: 25px;
  width: 100px;
  text-indent: -9999em;
  background: url(/images/site_images/backgrounds/an_ID_creation.png) no-repeat 0 0;
}

/* line 425, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.button_box {
  overflow: hidden;
  *zoom: 1;
}
/* line 427, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.button_box a {
  display: inline;
  float: right;
}

/* line 432, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.sm_button {
  font-size: 0.8em;
  padding: 0.5em 1.5em;
  color: white;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF56609', endColorstr='#FF933D05');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhYjI4MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjU2NjA5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjU2NjA5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fab283), color-stop(50%, #f56609), color-stop(100%, #f56609));
  background: -webkit-linear-gradient(#fab283, #f56609 50%, #f56609);
  background: -moz-linear-gradient(#fab283, #f56609 50%, #f56609);
  background: -o-linear-gradient(#fab283, #f56609 50%, #f56609);
  background: linear-gradient(#fab283, #f56609 50%, #f56609);
  -webkit-box-shadow: #fde0cd 0 1px 0 inset;
  -moz-box-shadow: #fde0cd 0 1px 0 inset;
  box-shadow: #fde0cd 0 1px 0 inset;
  border: 1px solid #dc5c08;
  text-shadow: #d05708 0 -1px 0;
  font-size: 0.8em;
  padding: 0.3em 0.6em;
  color: white;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
/* line 15, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.sm_button:hover {
  text-decoration: none;
}
/* line 24, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.sm_button:hover {
  background-color: #f56609;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhYWM3OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjU2NjA5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2U1NjA4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #faac79), color-stop(50%, #f56609), color-stop(100%, #ce5608));
  background: -webkit-linear-gradient(#faac79, #f56609 50%, #ce5608);
  background: -moz-linear-gradient(#faac79, #f56609 50%, #ce5608);
  background: -o-linear-gradient(#faac79, #f56609 50%, #ce5608);
  background: linear-gradient(#faac79, #f56609 50%, #ce5608);
}
/* line 27, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.sm_button:active {
  -webkit-box-shadow: #ce5608 0 1px 2px inset;
  -moz-box-shadow: #ce5608 0 1px 2px inset;
  box-shadow: #ce5608 0 1px 2px inset;
}
/* line 6, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.sm_button.disabled, .sm_button[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #f56609;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 76, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/_sassy-buttons.sass */
.sm_button::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}

/* line 437, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.sm_button.lighter {
  font-size: 0.8em;
  padding: 0.5em 1.5em;
  color: white;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBDC3C3', endColorstr='#FF889292');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZTFlMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYmRjM2MzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmRjM2MzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dee1e1), color-stop(50%, #bdc3c3), color-stop(100%, #bdc3c3));
  background: -webkit-linear-gradient(#dee1e1, #bdc3c3 50%, #bdc3c3);
  background: -moz-linear-gradient(#dee1e1, #bdc3c3 50%, #bdc3c3);
  background: -o-linear-gradient(#dee1e1, #bdc3c3 50%, #bdc3c3);
  background: linear-gradient(#dee1e1, #bdc3c3 50%, #bdc3c3);
  -webkit-box-shadow: white 0 1px 0 inset;
  -moz-box-shadow: white 0 1px 0 inset;
  box-shadow: white 0 1px 0 inset;
  border: 1px solid #b0b7b7;
  text-shadow: #98a2a2 0 -1px 0;
  font-size: 0.8em;
  padding: 0.3em 0.6em;
  color: white;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
/* line 15, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.sm_button.lighter:hover {
  text-decoration: none;
}
/* line 24, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.sm_button.lighter:hover {
  background-color: #bdc3c3;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZGNkYyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYmRjM2MzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYThiMGIwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9dcdc), color-stop(50%, #bdc3c3), color-stop(100%, #a8b0b0));
  background: -webkit-linear-gradient(#d9dcdc, #bdc3c3 50%, #a8b0b0);
  background: -moz-linear-gradient(#d9dcdc, #bdc3c3 50%, #a8b0b0);
  background: -o-linear-gradient(#d9dcdc, #bdc3c3 50%, #a8b0b0);
  background: linear-gradient(#d9dcdc, #bdc3c3 50%, #a8b0b0);
}
/* line 27, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.sm_button.lighter:active {
  -webkit-box-shadow: #a8b0b0 0 1px 2px inset;
  -moz-box-shadow: #a8b0b0 0 1px 2px inset;
  box-shadow: #a8b0b0 0 1px 2px inset;
}
/* line 6, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.sm_button.lighter.disabled, .sm_button.lighter[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #bdc3c3;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 76, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/_sassy-buttons.sass */
.sm_button.lighter::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}

/* line 442, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.med_button {
  font-size: 1em;
  padding: 0.5em 1.5em;
  color: white;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF56609', endColorstr='#FF933D05');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhYjI4MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjU2NjA5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjU2NjA5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fab283), color-stop(50%, #f56609), color-stop(100%, #f56609));
  background: -webkit-linear-gradient(#fab283, #f56609 50%, #f56609);
  background: -moz-linear-gradient(#fab283, #f56609 50%, #f56609);
  background: -o-linear-gradient(#fab283, #f56609 50%, #f56609);
  background: linear-gradient(#fab283, #f56609 50%, #f56609);
  -webkit-box-shadow: #fde0cd 0 1px 0 inset;
  -moz-box-shadow: #fde0cd 0 1px 0 inset;
  box-shadow: #fde0cd 0 1px 0 inset;
  border: 1px solid #dc5c08;
  text-shadow: #d05708 0 -1px 0;
  font-size: 1em;
  padding: 0.3em 0.6em;
  color: white;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
/* line 15, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.med_button:hover {
  text-decoration: none;
}
/* line 24, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.med_button:hover {
  background-color: #f56609;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhYWM3OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjU2NjA5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2U1NjA4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #faac79), color-stop(50%, #f56609), color-stop(100%, #ce5608));
  background: -webkit-linear-gradient(#faac79, #f56609 50%, #ce5608);
  background: -moz-linear-gradient(#faac79, #f56609 50%, #ce5608);
  background: -o-linear-gradient(#faac79, #f56609 50%, #ce5608);
  background: linear-gradient(#faac79, #f56609 50%, #ce5608);
}
/* line 27, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.med_button:active {
  -webkit-box-shadow: #ce5608 0 1px 2px inset;
  -moz-box-shadow: #ce5608 0 1px 2px inset;
  box-shadow: #ce5608 0 1px 2px inset;
}
/* line 6, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.med_button.disabled, .med_button[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #f56609;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 76, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/_sassy-buttons.sass */
.med_button::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}

/* line 446, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
.lrg_button {
  font-size: 1.5em;
  padding: 0.5em 1.5em;
  color: white;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF56609', endColorstr='#FF933D05');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhYjI4MyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjU2NjA5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjU2NjA5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fab283), color-stop(50%, #f56609), color-stop(100%, #f56609));
  background: -webkit-linear-gradient(#fab283, #f56609 50%, #f56609);
  background: -moz-linear-gradient(#fab283, #f56609 50%, #f56609);
  background: -o-linear-gradient(#fab283, #f56609 50%, #f56609);
  background: linear-gradient(#fab283, #f56609 50%, #f56609);
  -webkit-box-shadow: #fde0cd 0 1px 0 inset;
  -moz-box-shadow: #fde0cd 0 1px 0 inset;
  box-shadow: #fde0cd 0 1px 0 inset;
  border: 1px solid #dc5c08;
  text-shadow: #d05708 0 -1px 0;
  font-size: 1.5em;
  padding: 0.4em 0.8em;
  color: white;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
/* line 15, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.lrg_button:hover {
  text-decoration: none;
}
/* line 24, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.lrg_button:hover {
  background-color: #f56609;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhYWM3OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjU2NjA5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2U1NjA4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #faac79), color-stop(50%, #f56609), color-stop(100%, #ce5608));
  background: -webkit-linear-gradient(#faac79, #f56609 50%, #ce5608);
  background: -moz-linear-gradient(#faac79, #f56609 50%, #ce5608);
  background: -o-linear-gradient(#faac79, #f56609 50%, #ce5608);
  background: linear-gradient(#faac79, #f56609 50%, #ce5608);
}
/* line 27, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.lrg_button:active {
  -webkit-box-shadow: #ce5608 0 1px 2px inset;
  -moz-box-shadow: #ce5608 0 1px 2px inset;
  box-shadow: #ce5608 0 1px 2px inset;
}
/* line 6, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/sassy-buttons/_sassy-button-pseudo-states.sass */
.lrg_button.disabled, .lrg_button[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #f56609;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 76, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/sassy-buttons-0.2/stylesheets/_sassy-buttons.sass */
.lrg_button::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}

/* line 451, /Users/webdev/Sites/cwardfs/sass/site/_components.scss */
hr {
  border: none transparent 0px;
  border-top: 1px solid #dcdfdf;
  margin: 1.5em 0 .5em 0;
}

/* line 1, /Users/webdev/Sites/cwardfs/sass/site/_layout.scss */
body {
  background-color: #eceeed;
}

/* line 4, /Users/webdev/Sites/cwardfs/sass/site/_layout.scss */
.wrapper {
  *zoom: 1;
  width: 59em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
}
/* line 38, /Users/webdev/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* line 8, /Users/webdev/Sites/cwardfs/sass/site/_layout.scss */
header {
  background: #fafcfa url(/images/site_images/backgrounds/header_bg.png) repeat-x 0 0;
  height: 70px;
  padding-bottom: 1.25em;
}
/* line 12, /Users/webdev/Sites/cwardfs/sass/site/_layout.scss */
header nav.main {
  width: 49em;
  float: left;
  margin-right: 1em;
  display: inline;
}
/* line 15, /Users/webdev/Sites/cwardfs/sass/site/_layout.scss */
header nav.member {
  width: 9em;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}

/* line 19, /Users/webdev/Sites/cwardfs/sass/site/_layout.scss */
nav.sub_nav {
  height: 3em;
}

/* line 22, /Users/webdev/Sites/cwardfs/sass/site/_layout.scss */
.content {
  background: url(/images/site_images/backgrounds/content_bg.png) repeat-x 0 0;
}

/* line 25, /Users/webdev/Sites/cwardfs/sass/site/_layout.scss */
.left_column_home {
  width: 29em;
  float: left;
  margin-right: 1em;
  display: inline;
}

/* line 28, /Users/webdev/Sites/cwardfs/sass/site/_layout.scss */
.left_column {
  width: 39em;
  float: left;
  margin-right: 1em;
  display: inline;
}

/* line 31, /Users/webdev/Sites/cwardfs/sass/site/_layout.scss */
.right_column_home {
  width: 29em;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}

/* line 34, /Users/webdev/Sites/cwardfs/sass/site/_layout.scss */
.right_column {
  width: 19em;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
  margin-bottom: 2em;
}

/* line 38, /Users/webdev/Sites/cwardfs/sass/site/_layout.scss */
footer {
  background: url(/images/site_images/backgrounds/footer_bg.png) repeat-x 0 0;
  border-top: 2px solid #1d4733;
  padding: 20px 0;
}
/* line 42, /Users/webdev/Sites/cwardfs/sass/site/_layout.scss */
footer nav.footer {
  width: 44em;
  float: left;
  margin-right: 1em;
  display: inline;
  height: 24px;
}
/* line 46, /Users/webdev/Sites/cwardfs/sass/site/_layout.scss */
footer .copyright {
  width: 14em;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
  padding-top: .25em;
}
/* line 50, /Users/webdev/Sites/cwardfs/sass/site/_layout.scss */
footer .imp_area {
  width: 9em;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}

/* Z-INDEX */
/* line 5, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError {
  z-index: 990;
}

/* line 6, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError .formErrorContent {
  z-index: 991;
}

/* line 7, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError .formErrorArrow {
  z-index: 996;
}

/* line 9, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.ui-dialog .formError {
  z-index: 5000;
}

/* line 10, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

/* line 11, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

/* line 16, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.inputContainer {
  position: relative;
  float: left;
}

/* line 21, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

/* line 30, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

/* line 37, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

/* line 44, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

/* line 63, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

/* line 75, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.greenPopup .formErrorContent {
  background: #33be40;
}

/* line 79, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

/* line 84, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

/* line 90, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

/* line 94, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

/* line 103, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

/* line 119, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

/* line 126, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.greenPopup .formErrorArrow div {
  background: #33be40;
}

/* line 130, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

/* line 135, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

/* line 140, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

/* line 145, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError .formErrorArrow .line8 {
  width: 11px;
}

/* line 149, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError .formErrorArrow .line7 {
  width: 9px;
}

/* line 153, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError .formErrorArrow .line6 {
  width: 7px;
}

/* line 157, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError .formErrorArrow .line5 {
  width: 5px;
}

/* line 161, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError .formErrorArrow .line4 {
  width: 3px;
}

/* line 165, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

/* line 172, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

/* line 178, /Users/webdev/Sites/cwardfs/sass/site/_validation.scss */
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/* line 25, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
p {
  margin: 0 0 1.2em 0;
  font: 1em/1.5em "Open Sans", sans-serif;
  color: #1d4733;
}

/* line 30, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.intro p {
  font-size: 1.5em;
}

/* line 33, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.disclaimer p {
  font: 0.8em/1.4em "Open Sans", sans-serif;
  margin: 0;
}

/* line 37, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.copyright p {
  font: 0.75em "Open Sans", sans-serif;
  margin: 0;
  text-align: right;
}

/* line 42, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.right_column_home p {
  font: 1.5em "Open Sans", sans-serif;
  margin: 1em 0 0 0;
  text-align: right;
}

/* line 47, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.home_cta {
  font-size: 1.2em;
}
/* line 49, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.home_cta p.offer {
  font-size: 1.7em;
  font-weight: bold;
}

/* line 57, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
ul,
ol {
  margin: 0 0 1.2em 1.2em;
  font: 1em/1.5em "Open Sans", sans-serif;
  color: #1d4733;
}

/* line 64, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
h1 {
  font: 2.5em/1.2em "Bevan", serif;
  color: #1d4733;
}

/* line 68, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.right_column_home h1 {
  padding: 2em 0 0 0;
  text-align: right;
}

/* line 72, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
h2 {
  font: 1.5em/1.2em "Open Sans", sans-serif;
  color: #1d4733;
}

/* line 76, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
h3 {
  font: 1.25em/1.2em "Open Sans", sans-serif;
  color: #1d4733;
}

/* line 82, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.content a {
  color: #1d4733;
}

/* line 87, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.button_box a {
  font-family: "Open Sans", sans-serif;
  color: white;
}

/* line 93, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
abbr {
  cursor: help;
  border-bottom: 1px solid #dcdfdf;
}

/* line 100, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
nav.main li a {
  font: 1.4em "Open Sans", sans-serif;
  color: #bae3cf;
  text-decoration: none;
}
/* line 104, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
nav.main li a:hover {
  color: white;
}
/* line 110, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
nav.main li.current a {
  color: white;
}

/* line 117, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
nav.member li a {
  font: 0.8em "Open Sans", sans-serif;
  color: #eceeed;
  text-decoration: none;
}
/* line 121, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
nav.member li a:hover {
  color: white;
}
/* line 127, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
nav.member li.current a {
  color: white;
}

/* line 134, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
nav.sub_nav li a {
  font: 1.1em "Open Sans", sans-serif;
  color: #1d4733;
  text-decoration: none;
}
/* line 138, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
nav.sub_nav li a:hover {
  color: #f56609;
}
/* line 144, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
nav.sub_nav li.current a {
  color: #f56609;
}

/* line 151, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
nav.footer li a {
  font: 1em "Open Sans", sans-serif;
  color: #347f5b;
  text-decoration: none;
}
/* line 155, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
nav.footer li a:hover {
  color: #1d4733;
}
/* line 161, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
nav.footer li.current a {
  color: #1d4733;
}

/* line 169, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.glossary_terms {
  font-family: "Open Sans", sans-serif;
}
/* line 171, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.glossary_terms .alpha_nav {
  font-size: .8em;
}
/* line 175, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.glossary_terms .alpha_nav a:link, .glossary_terms .alpha_nav a:visited {
  color: #1d4733;
}
/* line 178, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.glossary_terms .alpha_nav a:hover, .glossary_terms .alpha_nav a:active, .glossary_terms .alpha_nav a.active {
  color: #f56609;
}
/* line 182, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.glossary_terms .term h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #3d6251;
}
/* line 191, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.glossary_terms .top-link {
  font-size: .8em;
  font-style: italic;
}

/* line 199, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.testimonials blockquote {
  font-size: 2em;
}
/* line 201, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.testimonials blockquote:before {
  content: none;
}
/* line 202, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.testimonials blockquote footer {
  font-size: .8em;
  font-style: italic;
}

/* line 211, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.blog_item,
.pick {
  font-family: "Open Sans", sans-serif;
  color: #1d4733;
  line-height: 1.5em;
}
/* line 215, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.blog_item h2,
.pick h2 {
  color: #1d4733;
  font-size: 1.5em;
}
/* line 218, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.blog_item h2 a,
.pick h2 a {
  text-decoration: inherit;
  color: inherit;
}
/* line 223, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.blog_item .entry_info,
.pick .entry_info {
  font-size: .75em;
  font-style: italic;
  color: #347f5b;
}

/* line 232, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.pagination {
  font-size: .8em;
  text-align: right;
}
/* line 235, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.pagination a {
  text-decoration: none;
}
/* line 238, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.pagination a:link, .pagination a:visited {
  color: #1d4733;
}
/* line 241, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.pagination a:hover, .pagination a:active, .pagination a.active {
  color: #f56609;
}
/* line 243, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.pagination i {
  font-size: .8em;
}

/* line 249, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
form {
  font: 1em/1.2em "Open Sans", sans-serif;
  color: #1d4733;
}
/* line 253, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.contact_form form label {
  color: #474747;
  font-family: "Bevan", serif;
}
/* line 256, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.contact_form form label span {
  color: #ee0101;
  font-size: .5em;
  vertical-align: super;
}

/* line 267, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.right_column .contact_form h1 {
  font-size: 1.25em;
  color: #474747;
}
/* line 271, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.right_column .contact_form button {
  font-size: .6em;
}
/* line 276, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.right_column .sign_up_form form {
  font-family: "Bevan", serif;
  text-align: center;
}
/* line 279, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.right_column .sign_up_form form h1, .right_column .sign_up_form form p, .right_column .sign_up_form form p em, .right_column .sign_up_form form button {
  font-family: inherit;
  text-align: inherit;
}
/* line 283, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.right_column .sign_up_form form h1 {
  font-size: 1.5em;
}
/* line 286, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.right_column .sign_up_form form p {
  font-size: 1em;
}
/* line 288, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.right_column .sign_up_form form p em {
  font-size: 1.8em;
}
/* line 292, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.right_column .sign_up_form form button {
  font-style: normal;
  font-size: 2.3em;
  line-height: 1.2em;
}

/* line 302, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
nav.stock_pick_btns {
  text-align: center;
}
/* line 304, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
nav.stock_pick_btns ul {
  list-style-type: none;
}
/* line 307, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
nav.stock_pick_btns ul li a {
  color: #1d4733;
  font-size: 12px;
  font-family: "Bevan", serif;
  text-decoration: none;
}
/* line 312, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
nav.stock_pick_btns ul li a.current {
  color: #f56609;
}
/* line 315, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
nav.stock_pick_btns ul li a i.fa::before {
  color: white;
  font-size: 100px;
  line-height: 140px;
}
/* line 328, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
nav.stock_pick_btns.smaller ul li a i.fa::before {
  font-size: 50px;
  line-height: 70px;
}

/* line 340, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.logo {
  font-family: "Bevan", serif;
  color: #1d4733;
  background-image: url(/images/site_images/logo/logo_136.png);
  background-repeat: no-repeat;
  background-size: auto 75%;
  padding-left: 1.75em;
}

/* line 348, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
h1.logo {
  background-size: auto 80%;
  padding-left: 1.5em;
}

/* line 352, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
div.header.logo {
  font-size: 4em;
}

/* line 355, /Users/webdev/Sites/cwardfs/sass/site/_typography.scss */
.copyright .logo {
  font-size: 1em;
}
