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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[class*='col-'] {
  padding-right: 20px;
  float: left;
}

[class*='col-']:last-of-type {
  padding-right: 0;
}

.col-1-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-3 {
  width: 33.33%;
}

body {
  background: #ededed url("/http/www.letscodejavascript.com/v3/images/tile_light.gif");
  font-family: alwyn-new-rounded-web, Arial, sans-serif;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: inherit;
}

h2 {
  font-size: 30px;
  margin-bottom: 10px;
  text-shadow: 0px 1px 0px #fff;
}
h2.highlight {
  text-align: center;
  color: #9eb75b;
  font-weight: 100;
  margin-bottom: 20px;
}

h3 {
  font-size: 16px;
  margin-top: 20px;
}

h4 {
  color: #4c4c4e;
  font-size: 18px;
  margin-bottom: 20px;
}

h5 {
  color: #9eb75b;
  text-transform: uppercase;
  margin-bottom: 20px;
}

p {
  color: #868686;
  line-height: 20px;
  font-weight: 300;
}

em, cite {
  font-style: italic;
}

code {
  font-family: "Courier New", monospace;
}

strong {
  font-weight: 600;
  color: #4c4c4e;
}

sup.ordinal {
  font-size: .7em;
  position: relative;
  vertical-align: baseline;
  bottom: .3em;
  text-decoration: underline;
}

input[type='text'] {
  font-family: inherit;
}

input[type='submit'] {
  font-family: inherit;
  -webkit-appearance: none;
}

.wrapper {
  width: 820px;
  margin: auto;
}
.wrapper.narrow, #video_player {
  width: 720px;
  margin: auto;
}
.wrapper.wide {
  width: 980px;
  margin: auto;
}

.dark_bg {
  -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.5);
  background: #4c4c4e url("/http/www.letscodejavascript.com/v3/images/tile_dark.gif");
  width: 100%;
  padding: 30px 0;
}
.dark_bg .divider {
  border-bottom: 1px solid #4c4c4e;
  -moz-box-shadow: 0 1px 0 0 #1a1a1a;
  -webkit-box-shadow: 0 1px 0 0 #1a1a1a;
  box-shadow: 0 1px 0 0 #1a1a1a;
}
.dark_bg h1 {
  color: #fff;
}
.dark_bg p {
  color: #9c9c9c;
}

#content {
  margin: 20px 0;
}

#intro h1 {
  text-align: center;
}

.intro, .testimonials .testimonial blockquote {
  color: #999999;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 100;
}

.letterpress, .breadcrumbs, .content_box .submit, .tab_navigation li a.active, .tab_navigation li a.active:hover, .tab_navigation li span.active, .tab_navigation li span.active:hover, .subscribe_form form input[type='submit'], #video_player .signup_link, .playlist.compact .video .signup_link {
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

.cta_button, .content_box .submit, .content_box .submit-green, .tab_navigation li a, .tab_navigation li span, .subscribe_form form input[type='submit'] {
  position: relative;
  top: -45px;
  height: 48px;
  color: #00668f;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  background: #41a9cc;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
}
.cta_button:hover, .content_box .submit:hover, .content_box .submit-green:hover, .tab_navigation li a:hover, .tab_navigation li span:hover, .subscribe_form form input[type='submit']:hover {
  background: #00668f;
  color: #8ec1d6;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.cta_button.play:before, .content_box .play.submit:before, .content_box .play.submit-green:before, .tab_navigation li a.play:before, .tab_navigation li span.play:before, .subscribe_form form input.play[type='submit']:before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 10px;
  background: url("/http/www.letscodejavascript.com/v3/images/feature_play.png") no-repeat top left;
  margin-right: 10px;
}

.bonus {
  background: #c73e96;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  padding: 9px 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
  font-size: 13px;
  margin-bottom: 15px;
}

.box, .button, .cta_button, .content_box .submit, .content_box .submit-green, .tab_navigation li a, .tab_navigation li span, .subscribe_form form input[type='submit'], .content_box, .playlist.expanded .video, .playlist.normal .video, .playlist.compact, .signup_form, .signup_form a, .signup_form form {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.box.no_top_corners, .no_top_corners.button, .no_top_corners.cta_button, .content_box .no_top_corners.submit, .content_box .no_top_corners.submit-green, .tab_navigation li a.no_top_corners, .tab_navigation li span.no_top_corners, .subscribe_form form input.no_top_corners[type='submit'], .no_top_corners.content_box, #video_description, .playlist.expanded .no_top_corners.video, .playlist.normal .no_top_corners.video, .no_top_corners.playlist.compact, .no_top_corners.signup_form, .signup_form a.no_top_corners, .signup_form form.no_top_corners {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.button, .cta_button, .content_box .submit, .content_box .submit-green, .tab_navigation li a, .tab_navigation li span, .subscribe_form form input[type='submit'] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
}

.divider {
  border-bottom: 1px solid #d9d9d9;
  -moz-box-shadow: 0 1px 0 0 #fff;
  -webkit-box-shadow: 0 1px 0 0 #fff;
  box-shadow: 0 1px 0 0 #fff;
  text-align: center;
  background: url("/http/www.letscodejavascript.com/v3/images/content_divider.gif") no-repeat 49.5% 0;
  padding: 40px 0 0;
  height: 0;
  margin: 0 0 50px;
}
.divider h2 {
  color: #868686;
  background: #ededed url("/http/www.letscodejavascript.com/v3/images/tile_light.gif");
  padding: 0 10px;
  display: inline-block;
  font-weight: 100;
  position: relative;
  top: -15px;
}
.divider p {
  display: inline-block;
  padding: 0 10px;
  background: #ededed url("/http/www.letscodejavascript.com/v3/images/tile_light.gif");
  position: relative;
  top: -8px;
}
.divider.dot {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 30px 0 0px;
}
.divider.line {
  background: none;
  margin: 0 0 30px;
}
.divider.line h2 {
  top: -22px;
}
.divider.kickstarter:before {
  content: "";
  width: 50px;
  height: 30px;
  background: url("/http/www.letscodejavascript.com/v3/images/badge.gif") 50% no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -15px;
}

.subheader {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 20px;
}

.text_image {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 20px;
  position: relative;
  display: table;
}
.text_image .image {
  width: 40%;
  text-align: center;
  display: table-cell;
  vertical-align: top;
}
.text_image .text {
  text-align: left;
  width: 60%;
  display: table-cell;
  vertical-align: middle;
}

#header {
  height: 155px;
  width: 100%;
  background: #fff url("/http/www.letscodejavascript.com/v3/images/header_logo.gif") 50% 10px no-repeat;
  padding: 10px 0;
  position: relative;
}
#header.tall, #home #header {
  height: 190px;
}
#header.slim {
  height: 80px;
  background: #262626;
  background-image: none;
  border-bottom: 3px solid #41a9cc;
}
#header.slim #home_link {
  float: left;
  height: 47px;
  width: 96px;
  background: url("/http/www.letscodejavascript.com/v3/images/logo_black.gif") no-repeat;
  position: relative;
  top: 10px;
  left: -20px;
}
#header.slim a {
  color: #666666;
}
#header.slim a:hover {
  color: #fff;
}
#header.slim .left {
  top: 40px;
}
#header.slim .right {
  top: 40px;
}
#header.slim .logout {
  font-size: 14px;
}
#header.slim .wrapper {
  width: 940px;
}
#header #home_link {
  width: 61px;
  height: 127px;
  display: block;
  text-indent: -9999px;
  margin: 0 auto 10px;
}
#header #kickstarter_link {
  display: inline-block;
  color: #868686;
  background: url("/http/www.letscodejavascript.com/v3/images/kickstarter_badge.gif") 0 0 no-repeat;
  padding-left: 25px;
  line-height: 21px;
}
#header #kickstarter_link:hover {
  text-decoration: underline;
}
#header .button, #header .cta_button, #header .content_box .submit, .content_box #header .submit, #header .content_box .submit-green, .content_box #header .submit-green, #header .tab_navigation li a, .tab_navigation li #header a, #header .tab_navigation li span, .tab_navigation li #header span, #header .subscribe_form form input[type='submit'], .subscribe_form form #header input[type='submit'] {
  display: block;
  padding: 10px 15px;
  height: 30px;
  background: #ebebeb;
  color: #4c4c4e;
  font-size: 12px;
}
#header .button:hover, #header .cta_button:hover, #header .content_box .submit:hover, .content_box #header .submit:hover, #header .content_box .submit-green:hover, .content_box #header .submit-green:hover, #header .tab_navigation li a:hover, .tab_navigation li #header a:hover, #header .tab_navigation li span:hover, .tab_navigation li #header span:hover, #header .subscribe_form form input[type='submit']:hover, .subscribe_form form #header input[type='submit']:hover {
  background: #d9d9d9;
}
#header .left {
  position: absolute;
  top: 20px;
  left: 1.5%;
}
#header .right {
  position: absolute;
  top: 20px;
  right: 1.5%;
}

#navigation {
  height: 40px;
  position: relative;
  top: 30px;
  margin-left: 100px;
}
#navigation li {
  color: #666666;
  margin-right: 30px;
  float: left;
}
#navigation li a {
  display: block;
  height: 40px;
  text-transform: uppercase;
}
#navigation li a.active {
  border-bottom: 3px solid #fff;
  color: #fff;
}

.breadcrumbs {
  margin-top: 20px;
  color: #b3b3b3;
  overflow: hidden;
  *zoom: 1;
}
.breadcrumbs li {
  float: left;
  font-size: 18px;
  font-weight: 300;
  background: url("/http/www.letscodejavascript.com/v3/images/arrow_breadcrumb.gif") no-repeat 100% 50%;
  padding-right: 18px;
  margin-right: 12px;
}
.breadcrumbs li:last-child {
  background-image: none;
}
.breadcrumbs li a {
  color: inherit;
}

#footer {
  height: auto;
  text-align: center;
}
#footer p {
  font-size: 13px;
}
#footer a {
  color: inherit;
}
#footer a:hover {
  color: #000;
  text-decoration: underline;
}
#footer .primate {
  display: block;
  background: url("/http/www.letscodejavascript.com/v3/images/primate_logo_sprite.png") no-repeat top left;
  width: 113px;
  height: 42px;
  margin: 30px auto;
  text-indent: -9999px;
}
#footer .primate:hover {
  background-position: bottom left;
}

.content_box {
  clear: both;
  overflow: hidden;
  *zoom: 1;
  background: #fff;
  padding: 40px 0 30px;
}
.content_box .main, .content_box .additional {
  padding: 0px 45px;
}
.content_box .main h2, .content_box .additional h2 {
  line-height: 33px;
}
.content_box .main h3, .content_box .additional h3 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 22px;
  color: #4c4c4e;
}
.content_box .main p, .content_box .additional p {
  font-size: 16px;
  color: #606060;
  margin-bottom: 22px;
  line-height: 22px;
}
.content_box .main p a, .content_box .main ul a, .content_box .main ol a, .content_box .main h1 a, .content_box .main h2 a, .content_box .main h3 a, .content_box .main h4 a, .content_box .main h5 a, .content_box .main h6 a, .content_box .additional p a, .content_box .additional ul a, .content_box .additional ol a, .content_box .additional h1 a, .content_box .additional h2 a, .content_box .additional h3 a, .content_box .additional h4 a, .content_box .additional h5 a, .content_box .additional h6 a {
  color: #839b44;
  font-weight: 400;
}
.content_box .main p a:hover, .content_box .main ul a:hover, .content_box .main ol a:hover, .content_box .main h1 a:hover, .content_box .main h2 a:hover, .content_box .main h3 a:hover, .content_box .main h4 a:hover, .content_box .main h5 a:hover, .content_box .main h6 a:hover, .content_box .additional p a:hover, .content_box .additional ul a:hover, .content_box .additional ol a:hover, .content_box .additional h1 a:hover, .content_box .additional h2 a:hover, .content_box .additional h3 a:hover, .content_box .additional h4 a:hover, .content_box .additional h5 a:hover, .content_box .additional h6 a:hover {
  text-decoration: underline;
}
.content_box .main code, .content_box .additional code {
  color: #4c4c4e;
  background-color: #f8f8f8;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  white-space: nowrap;
  margin: 0 2px;
  padding: 0 5px;
  line-height: 20px;
}
.content_box .main blockquote, .content_box .additional blockquote {
  border-left: 5px solid #41a9cc;
  border-radius: 3px;
  padding-left: 20px;
}
.content_box .main pre, .content_box .additional pre {
  background-color: #f8f8f8;
  border: 1px solid #ebebeb;
  overflow: auto;
  padding: 6px 10px;
  margin-bottom: 22px;
  border-radius: 3px;
}
.content_box .main pre code, .content_box .additional pre code {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  white-space: pre;
  background-color: transparent;
  border: none;
}
.content_box .main li, .content_box .additional li {
  font-size: 16px;
  margin-top: 5px;
  display: list-item;
}
.content_box .main ul, .content_box .main ol, .content_box .additional ul, .content_box .additional ol {
  color: #606060;
  font-weight: 300;
  margin-left: 30px;
  margin-bottom: 22px;
  list-style-position: outside;
}
.content_box .main ul, .content_box .additional ul {
  list-style-type: disc;
}
.content_box .main ol, .content_box .additional ol {
  list-style-type: decimal;
}
.content_box .main ul ul, .content_box .main ol ul, .content_box .additional ul ul, .content_box .additional ol ul {
  list-style-type: circle;
  margin-left: 30px;
  margin-bottom: 0px;
}
.content_box .main ol ol, .content_box .main ul ol, .content_box .additional ol ol, .content_box .additional ul ol {
  list-style-type: lower-latin;
  margin-left: 30px;
  margin-bottom: 0px;
}
.content_box .blog_footer {
  margin-top: 33px;
  font-style: italic;
}
.content_box .additional {
  border-top: 1px solid #cccccc;
  padding: 20px 45px;
}
.content_box .submit {
  top: 0;
  width: 280px;
  border: none;
  margin: 0 0 22px 0;
  cursor: pointer;
}
.content_box .submit-green {
  top: 0;
  width: 280px;
  border: none;
  margin: 0 0 22px 0;
  cursor: pointer;
  color: #ffffff;
  background: #9eb75b;
}
.content_box .submit-green:hover {
  color: #ffffff;
  background: #839b44;
}
.content_box .submit-green[type='submit'] {
  border: none;
  line-height: 18px;
  height: 48px;
}

.tab_navigation {
  width: 720px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.tab_navigation.low {
  margin-bottom: 40px;
}
.tab_navigation li {
  padding: 0 20px 0 0;
}
.tab_navigation li a, .tab_navigation li span {
  background: #fff;
  color: #41a9cc;
  text-shadow: none;
}
.tab_navigation li a.active, .tab_navigation li a.active:hover, .tab_navigation li span.active, .tab_navigation li span.active:hover {
  background: #41a9cc;
  color: #00668f;
}
.tab_navigation li a.active:after, .tab_navigation li a.active:hover:after, .tab_navigation li span.active:after, .tab_navigation li span.active:hover:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #41a9cc;
  margin: 0 auto;
}

.comments li {
  color: #999999;
  line-height: 20px;
  line-height: 24px;
}
.comments li.own > .comment {
  background: #f7f8f3;
}
.comments li .comment {
  padding: 18px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.comments li .content {
  margin-left: 50px;
}
.comments li .content .user {
  text-transform: uppercase;
  color: black;
  line-height: 20px;
}
.comments li .content .user .date {
  color: #9eb75b;
  text-transform: none;
}
.comments li .content p {
  margin-bottom: 10px;
}
.comments li .children {
  padding-left: 40px;
}

.gravatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #839b44;
  float: left;
}

form.add_comment input[type='text'] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  width: 580px;
  height: 40px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 100;
}

.meta_data {
  color: #41a9cc;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.meta_data a {
  color: inherit;
}
.meta_data a:hover {
  text-decoration: underline;
}
.meta_data span {
  color: #b3b3b3;
  font-size: 12px;
  font-weight: 800;
  margin: 0 5px;
  position: relative;
  top: -2px;
}

.subscribe_form {
  width: 480px;
  margin: 10px auto;
}
.subscribe_form li {
  margin-bottom: 10px;
}
.subscribe_form form {
  color: #999999;
}
.subscribe_form form p {
  color: #9eb75b;
  font-weight: 600;
  margin-left: 100px;
  width: 280px;
}
.subscribe_form form label {
  width: 90px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
.subscribe_form form input[type='text'] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  width: 280px;
  height: 40px;
  padding: 5px 10px;
  font-size: 16px;
}
.subscribe_form form input[type='text'].error {
  background-color: #ffccd6;
  border-color: #8b0000;
}
.subscribe_form form input[type='submit'] {
  top: 0;
  width: 280px;
  border: none;
  margin: 0 0 0 100px;
  cursor: pointer;
}

#video_player {
  position: relative;
  width: 720px;
  height: 405px;
  background: #41a9cc;
  margin-top: 20px;
}
#video_player:hover .signup_link {
  display: block;
}
#video_player .signup_link {
  display: none;
  background: #41a9cc;
  color: #00668f;
  font-size: 20px;
  padding-top: 182px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 300;
}

.video_navigation {
  width: 135px;
  height: 270px;
  display: block;
  background: transparent url("/http/www.letscodejavascript.com/v3/images/video_navigation.gif") no-repeat;
  text-transform: uppercase;
  padding: 105px 30px 10px 10px;
  z-index: 1;
  position: relative;
}
.video_navigation:hover {
  background-color: #41a9cc;
}
.video_navigation:hover .episode {
  color: white;
}
.video_navigation:hover .title {
  color: #b7e9fc;
}
.video_navigation:hover.prev {
  background-position: 0px 25px;
}
.video_navigation:hover.next {
  background-position: -250px 25px;
}
.video_navigation.prev {
  float: left;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-position: -130px 25px;
  left: 5px;
}
.video_navigation.prev .title, .video_navigation.prev .episode {
  text-align: right;
}
.video_navigation.next {
  float: right;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-position: -380px 25px;
  right: 5px;
  padding: 105px 10px 10px 30px;
}
.video_navigation.next .title, .video_navigation.next .episode {
  text-align: left;
}
.video_navigation .episode {
  color: #41a9cc;
  font-weight: 600;
  margin-bottom: 10px;
}
.video_navigation .title {
  color: #999999;
}

#video_description {
  -moz-border-radius-topleft: none;
  -webkit-border-top-left-radius: none;
  border-top-left-radius: none;
  -moz-border-radius-topright: none;
  -webkit-border-top-right-radius: none;
  border-top-right-radius: none;
  z-index: 2;
  position: relative;
  background: white;
  background-clip: padding-box;
  width: 720px;
  margin: 0 auto;
  padding: 30px 0;
  height: 270px;
}
#video_description p {
  color: #606060;
}
#video_description .espresso {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 30px;
  right: 30px;
  background: url("/http/www.letscodejavascript.com/v3/images/espresso_toggle.gif") no-repeat;
}
#video_description .espresso.active {
  background-position: bottom left;
}
#video_description .info {
  padding: 0 35px;
}

.resources {
  border-top: 1px solid #cccccc;
  padding: 20px 30px 5px;
  margin-top: 20px;
}
.resources li {
  color: #839b44;
  float: left;
  margin-right: 20px;
  padding-left: 12px;
  background: url("/http/www.letscodejavascript.com/v3/images/arrow_link.gif") no-repeat 0 50%;
  line-height: 13px;
}
.resources li a {
  color: inherit;
}
.resources li a:hover {
  text-decoration: underline;
}

.playlist {
  clear: both;
}
.playlist .video {
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
.playlist .video .description {
  background: #fff;
  background-clip: padding-box;
  height: 100%;
  width: 640px;
  padding: 20px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  float: right;
  position: relative;
}
.playlist .video .description .runtime {
  margin-left: 10px;
}
.playlist .video .description .episode {
  margin-right: 10px;
}
.playlist .video .description .added_data {
  font-size: 13px;
  color: #9eb75b;
}
.playlist .video .description .date {
  position: absolute;
  font-weight: 100;
  color: gray;
  font-size: 14px;
  line-height: 18px;
}
.playlist .video .description p {
  width: 85%;
  font-size: 14px;
  color: #606060;
}
.playlist.expanded {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 2px;
  margin-bottom: 20px;
}
.playlist.expanded .video {
  position: relative;
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
  width: 260px;
  height: 275px;
  float: left;
  margin-left: 22px;
  background: #41a9cc;
  line-height: 16px;
  font-size: 14px;
}
.playlist.expanded .video:nth-child(3n+1), .playlist.expanded .video:first-child {
  margin-left: 0;
}
.playlist.expanded .video .icon {
  height: 120px;
}
.playlist.expanded .video .icon.live {
  background: url("/http/www.letscodejavascript.com/v3/images/thumbnail_icon_live.png") no-repeat 50% 0;
}
.playlist.expanded .video .icon.lessons_learned {
  background: url("/http/www.letscodejavascript.com/v3/images/thumbnail_icon_lessons.png") no-repeat 50% 35px;
  margin-bottom: 35px;
}
.playlist.expanded .video .description {
  background: transparent;
  width: 100%;
  float: none;
}
.playlist.expanded .video .description .date {
  position: static;
}
.playlist.expanded .video .date {
  color: white;
  text-align: center;
  margin: 10px 20px 5px;
}
.playlist.expanded .video h4 {
  color: #00668f;
  text-align: center;
  margin: 5px 20px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.playlist.expanded .video .play {
  background: #fff url("/http/www.letscodejavascript.com/v3/images/thumbnail_play_sprite.png") no-repeat 50% bottom;
  position: absolute;
  bottom: 0px;
  height: 50px;
  width: 100%;
  padding: 0;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  display: block;
}
.playlist.expanded .video .play .links {
  padding: 17px 40px;
}
.playlist.expanded .video .play .links a {
  display: none;
  float: left;
  color: white;
  text-align: center;
  width: 50%;
  text-transform: uppercase;
}
.playlist.expanded .video .play .links a:hover {
  color: #8ec1d6;
}
.playlist.expanded .video .play .links a:first-child:after {
  content: "";
  border-right: 2px solid white;
  position: relative;
  left: 15px;
}
.playlist.expanded .video a {
  display: none;
  text-indent: -9999px;
}
.playlist.expanded .video:hover .play {
  background-color: #00668f;
  background-position: 50% top;
}
.playlist.expanded .video:hover .play a {
  display: block;
}
.playlist.expanded .video.with_links:hover .play {
  background-image: none;
}
.playlist.expanded .video.with_links:hover .play a {
  text-indent: 0px;
}
.playlist.normal .video {
  margin-bottom: 15px;
}
.playlist.normal .video .play {
  background: #41a9cc url("/http/www.letscodejavascript.com/v3/images/play_list_big.png") no-repeat 30px 50%;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.playlist.normal .video .play:hover {
  background-color: #00668f;
}
.playlist.normal .video .description .date {
  right: 20px;
  top: 20px;
}
.playlist.compact {
  margin-bottom: 20px;
}
.playlist.compact .video {
  height: 65px;
  position: relative;
}
.playlist.compact .video:first-child a.normal, .playlist.compact .video:first-child .play {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
.playlist.compact .video:first-child .signup_link {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.playlist.compact .video:last-child .description, .playlist.compact .video:last-child .play {
  border-bottom: none;
}
.playlist.compact .video:last-child a.espresso, .playlist.compact .video:last-child .play {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.playlist.compact .video:last-child .signup_link {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.playlist.compact .video.disabled .play {
  background-color: #e6e6e6;
  border-bottom: 1px solid #cccccc;
}
.playlist.compact .video.disabled:hover .signup_link {
  display: block;
}
.playlist.compact .video .play {
  width: 80px;
  height: 100%;
  background: #41a9cc url("/http/www.letscodejavascript.com/v3/images/play_list_big.png") no-repeat 50%;
  float: left;
  border-bottom: 1px solid #2e8cac;
}
.playlist.compact .video .play:hover a {
  display: block;
}
.playlist.compact .video .play:hover .play {
  background-color: #839b44;
  border-color: #657834;
}
.playlist.compact .video .play a {
  height: 50%;
  display: block;
  padding: 10px 10px 0 15px;
  color: white;
  background: #839b44;
  font-size: 14px;
  display: none;
}
.playlist.compact .video .play a:hover {
  background: #9eb75b;
}
.playlist.compact .video .signup_link {
  display: none;
  background: #41a9cc;
  color: #00668f;
  font-size: 20px;
  padding-top: 23px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 300;
}
.playlist.compact .video .description {
  padding: 25px;
  border-bottom: 1px solid #cccccc;
}
.playlist.compact .video .description .date {
  top: 25px;
  right: 25px;
}

.backers {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  -moz-column-width: 190px;
  -webkit-column-width: 190px;
  column-width: 190px;
  color: #fff;
  padding: 20px;
}
.backers ul li {
  color: #fff;
  text-align: center;
  font-weight: 100;
  font-size: 15px;
  line-height: 20px;
}
.backers a {
  color: #fff;
}
.backers a:hover {
  color: #9eb75b;
}

#login #header {
  background: transparent;
  height: 20px;
}

.testimonials {
  padding: 20px 0;
  text-align: center;
}
.testimonials .testimonial {
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 25px;
}
.testimonials .testimonial blockquote {
  text-align: center;
  border: 0;
  margin-bottom: 10px;
}
.testimonials .testimonial .quotee {
  color: #9eb75b;
  text-transform: uppercase;
}
.testimonials .navigation {
  display: inline-block;
}
.testimonials .navigation li {
  float: left;
  width: 7px;
  height: 7px;
  margin: 0 3px;
}
.testimonials .navigation li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/http/www.letscodejavascript.com/v3/images/quote_carousel_nav.gif") no-repeat bottom left;
  text-indent: -9999px;
}
.testimonials .navigation li a.active {
  background-position: top left;
}

.signup_form {
  width: 700px;
  background: #41a9cc;
  margin: 0 auto;
  padding: 15px;
  height: 74px;
  overflow: hidden;
  *zoom: 1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.signup_form.full_width {
  width: 100%;
}
.signup_form p {
  float: left;
  width: 260px;
  color: #00668f;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}
.signup_form p.with_button {
  width: 470px;
}
.signup_form p span {
  color: #b7e9fc;
  display: block;
  font-size: 13px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.signup_form a {
  float: right;
  text-align: center;
  font-size: 20px;
  width: 200px;
  padding: 12px;
  background: #9eb75b;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.signup_form a:hover {
  background: #839b44;
}
.signup_form form {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  float: right;
  width: 400px;
  padding: 5px;
}
.signup_form form input {
  border: none;
  font-size: 14px;
  padding: 7px 20px;
}
.signup_form form input[type='email'] {
  width: 295px;
  padding: 7px 10px;
  outline: none;
}
.signup_form form input[type='submit'] {
  background: #9eb75b;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.signup_form form input[type='submit']:hover {
  background: #839b44;
  cursor: pointer;
}

#home #content .cta_button, #home #content .content_box .submit, .content_box #home #content .submit, #home #content .content_box .submit-green, .content_box #home #content .submit-green, #home #content .tab_navigation li a, .tab_navigation li #home #content a, #home #content .tab_navigation li span, .tab_navigation li #home #content span, #home #content .subscribe_form form input[type='submit'], .subscribe_form form #home #content input[type='submit'] {
  width: 260px;
}
#home #intro .wrapper {
  margin-top: 30px;
}
#home #channels {
  overflow: hidden;
  *zoom: 1;
  padding: 30px 0 0;
  margin-left: 45px;
}
#home #channels .channel {
  display: block;
  height: 270px;
  float: left;
  margin: 0 15px 0 15px;
}
#home #channels .channel .icon {
  background: url("/http/www.letscodejavascript.com/v3/images/sprite_feature.png") no-repeat;
  height: 180px;
  width: 200px;
  margin-bottom: 20px;
}
#home #channels .channel .button, #home #channels .channel .cta_button, #home #channels .channel .content_box .submit, .content_box #home #channels .channel .submit, #home #channels .channel .content_box .submit-green, .content_box #home #channels .channel .submit-green, #home #channels .channel .tab_navigation li a, .tab_navigation li #home #channels .channel a, #home #channels .channel .tab_navigation li span, .tab_navigation li #home #channels .channel span, #home #channels .channel .subscribe_form form input[type='submit'], .subscribe_form form #home #channels .channel input[type='submit'] {
  background: #fff;
  color: #41a9cc;
  text-align: center;
  width: 200px;
  padding: 15px;
  height: 43px;
}
#home #channels .channel .button.bonus_ribbon, #home #channels .channel .bonus_ribbon.cta_button, #home #channels .channel .content_box .bonus_ribbon.submit, .content_box #home #channels .channel .bonus_ribbon.submit, #home #channels .channel .content_box .bonus_ribbon.submit-green, .content_box #home #channels .channel .bonus_ribbon.submit-green, #home #channels .channel .tab_navigation li a.bonus_ribbon, .tab_navigation li #home #channels .channel a.bonus_ribbon, #home #channels .channel .tab_navigation li span.bonus_ribbon, .tab_navigation li #home #channels .channel span.bonus_ribbon, #home #channels .channel .subscribe_form form input.bonus_ribbon[type='submit'], .subscribe_form form #home #channels .channel input.bonus_ribbon[type='submit'] {
  background-image: url("/http/www.letscodejavascript.com/v3/images/bonus.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
}
#home #channels .channel .button.new_ribbon, #home #channels .channel .new_ribbon.cta_button, #home #channels .channel .content_box .new_ribbon.submit, .content_box #home #channels .channel .new_ribbon.submit, #home #channels .channel .content_box .new_ribbon.submit-green, .content_box #home #channels .channel .new_ribbon.submit-green, #home #channels .channel .tab_navigation li a.new_ribbon, .tab_navigation li #home #channels .channel a.new_ribbon, #home #channels .channel .tab_navigation li span.new_ribbon, .tab_navigation li #home #channels .channel span.new_ribbon, #home #channels .channel .subscribe_form form input.new_ribbon[type='submit'], .subscribe_form form #home #channels .channel input.new_ribbon[type='submit'] {
  background-image: url("/http/www.letscodejavascript.com/v3/images/new.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
}
#home #channels .channel .button:before, #home #channels .channel .cta_button:before, #home #channels .channel .content_box .submit:before, .content_box #home #channels .channel .submit:before, #home #channels .channel .content_box .submit-green:before, .content_box #home #channels .channel .submit-green:before, #home #channels .channel .tab_navigation li a:before, .tab_navigation li #home #channels .channel a:before, #home #channels .channel .tab_navigation li span:before, .tab_navigation li #home #channels .channel span:before, #home #channels .channel .subscribe_form form input[type='submit']:before, .subscribe_form form #home #channels .channel input[type='submit']:before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 10px;
  background: url("/http/www.letscodejavascript.com/v3/images/feature_play.png") no-repeat bottom left;
  margin-right: 10px;
}
#home #channels .channel#live_channel .icon {
  background-position: -25px -180px;
}
#home #channels .channel#live_channel:hover .icon {
  background-position: -25px 0;
}
#home #channels .channel#how_to_channel .icon {
  background-position: -815px -180px;
}
#home #channels .channel#how_to_channel:hover .icon {
  background-position: -815px 0;
}
#home #channels .channel#lessons_learned .icon {
  background-position: -290px -180px;
}
#home #channels .channel#lessons_learned:hover .icon {
  background-position: -290px 0;
}
#home #channels .channel#the_lab .icon {
  background-position: -555px -180px;
}
#home #channels .channel#the_lab:hover .icon {
  background-position: -555px 0;
}
#home #channels .channel:first-child {
  margin-left: 0;
}
#home #channels .channel:last-child {
  margin-right: 0;
}
#home #channels .channel:hover .button, #home #channels .channel:hover .cta_button, #home #channels .channel:hover .content_box .submit, .content_box #home #channels .channel:hover .submit, #home #channels .channel:hover .content_box .submit-green, .content_box #home #channels .channel:hover .submit-green, #home #channels .channel:hover .tab_navigation li a, .tab_navigation li #home #channels .channel:hover a, #home #channels .channel:hover .tab_navigation li span, .tab_navigation li #home #channels .channel:hover span, #home #channels .channel:hover .subscribe_form form input[type='submit'], .subscribe_form form #home #channels .channel:hover input[type='submit'] {
  background-color: #9eb75b;
  color: #fff;
}
#home #channels .channel:hover .button:before, #home #channels .channel:hover .cta_button:before, #home #channels .channel:hover .content_box .submit:before, .content_box #home #channels .channel:hover .submit:before, #home #channels .channel:hover .content_box .submit-green:before, .content_box #home #channels .channel:hover .submit-green:before, #home #channels .channel:hover .tab_navigation li a:before, .tab_navigation li #home #channels .channel:hover a:before, #home #channels .channel:hover .tab_navigation li span:before, .tab_navigation li #home #channels .channel:hover span:before, #home #channels .channel:hover .subscribe_form form input[type='submit']:before, .subscribe_form form #home #channels .channel:hover input[type='submit']:before {
  background-position: top left;
}

#header .account-menu {
  position: absolute;
  top: 20px;
  right: 1.5%;
}

#header.slim .account-menu {
  position: absolute;
  top: 34px;
  right: 1.5%;
}

ul.account-menu:after {
  clear: both;
  content: "";
  display: table;
}
ul.account-menu li {
  list-style: none;
  float: left;
  margin-right: 15px;
  font-weight: 400;
}
ul.account-menu li:last-of-type {
  margin-right: 0px;
}
ul.account-menu li a {
  display: block;
  text-decoration: none;
}
ul.account-menu li a.account-link {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}
ul.account-menu li a.account-button {
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
ul.account-menu.on-light a.account-link:link {
  color: #4c4c4e;
}
ul.account-menu.on-light a.account-link:visited {
  color: #4c4c4e;
}
ul.account-menu.on-light a.account-link:hover {
  color: #a6a6a6;
}
ul.account-menu.on-light a.account-link:active {
  color: #a6a6a6;
}
ul.account-menu.on-light a.account-button {
  color: #4c4c4e;
  background-color: #ebebeb;
}
ul.account-menu.on-light a.account-button:hover {
  background: #d9d9d9;
}
ul.account-menu.on-dark a.account-link:link {
  color: #666666;
}
ul.account-menu.on-dark a.account-link:visited {
  color: #666666;
}
ul.account-menu.on-dark a.account-link:hover {
  color: #fff;
}
ul.account-menu.on-dark a.account-link:active {
  color: #fff;
}
ul.account-menu.on-dark a.account-button {
  color: #666666;
  background-color: #ebebeb;
}
ul.account-menu.on-dark a.account-button:hover {
  background: #d9d9d9;
  color: #666666 !important;
}

.col-1-2.pricing-table-left {
  padding-right: 10px;
}
.col-1-2.pricing-table-right {
  padding-left: 10px;
  padding-right: 0px;
}

.col-1-3.pricing-table-left {
  padding-left: 10px;
  padding-right: 10px;
}
.col-1-3.pricing-table-center {
  padding-left: 10px;
  padding-right: 10px;
}
.col-1-3.pricing-table-right {
  padding-left: 10px;
  padding-right: 10px;
}

ul.pricing-table {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  height: 600px;
  position: relative;
  text-align: center;
}
ul.pricing-table a.link {
  color: #839b44;
  font-weight: 400;
}
ul.pricing-table a.link:hover {
  text-decoration: underline;
}
ul.pricing-table li {
  padding-right: 10px;
  padding-left: 10px;
}
ul.pricing-table li.name {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  padding: 20px 10px;
  font-size: 24px;
  color: #ffffff;
}
ul.pricing-table li.name.green {
  background: #9eb75b;
}
ul.pricing-table li.name.blue {
  background: #41a9cc;
}
ul.pricing-table li.price {
  padding: 20px 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
}
ul.pricing-table li.price span {
  color: #868686;
  font-size: 11px;
}
ul.pricing-table li.benefit {
  padding: 8px;
  color: #606060;
}
ul.pricing-table li.benefit-section {
  padding-top: 16px;
}
ul.pricing-table li.call-to-action {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
ul.pricing-table li.call-to-action p {
  text-align: center;
  margin: 5px 0px 15px 0px;
}

.col-1-2.quote-box-left {
  padding-right: 10px;
}
.col-1-2.quote-box-right {
  padding-left: 10px;
  padding-right: 0px;
}

.col-1-3.quote-box-left {
  padding-right: 10px;
}
.col-1-3.quote-box-center {
  padding-left: 10px;
  padding-right: 10px;
}
.col-1-3.quote-box-right {
  padding-left: 10px;
  padding-right: 0px;
}

figure.quote-box {
  position: relative;
  width: 100%;
  min-height: 225px;
  padding: 5px 9px 5px 9px;
}
figure.quote-box a:link {
  color: #868686;
}
figure.quote-box a:visited {
  color: #868686;
}
figure.quote-box a:hover {
  color: #9eb75b;
}
figure.quote-box a:active {
  color: #868686;
}
figure.quote-box blockquote {
  color: #868686;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
figure.quote-box blockquote:before {
  content: "";
  width: 32px;
  height: 24px;
  display: block;
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -13px;
  background: url("/http/www.letscodejavascript.com/v3/images/quote_left.png") no-repeat center center;
}
figure.quote-box figcaption {
  margin-top: 15px;
  color: #9eb75b;
  font-size: 18px;
  font-weight: 400;
}
figure.quote-box figcaption span.twitter-handle {
  color: #868686;
  display: block;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
}

.clearfix:after {
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.hide {
  display: none;
}

.text-center {
  text-align: center;
}

.text-uppercase, .button-new.blue, .button-new.uppercase {
  text-transform: uppercase;
}

a.button-new {
  padding: 15px;
}

.button-new {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.button-new[type='submit'] {
  border: none;
  line-height: 18px;
  height: 48px;
}
.button-new.blue {
  color: #00668f;
  background: #41a9cc;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.button-new.blue:hover {
  color: #8ec1d6;
  background: #00668f;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.button-new.green {
  color: #ffffff;
  background: #9eb75b;
}
.button-new.green:hover {
  color: #ffffff;
  background: #839b44;
}

form.form-new input[type='text'] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 12px 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
form.form-new input[type='text'].error {
  background-color: #ffccd6;
  border-color: #8b0000;
}
form.form-new p.error {
  color: #9eb75b;
  font-weight: 600;
}
