
/* UNIVERSAL RESET
============================================================================ */

/* Reset default styling (http://meyerweb.com/eric/tools/css/reset/)  */


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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  }

ol, ul {list-style: none;}

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


/* GLOBALS
============================================================================ */

body {
  margin: 0;
  padding: 0;
  background: #efeee7 url(/images/bg-body.png) top left repeat-x;
  color: #545454;
  font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 160%;
  }

a:link, a:visited {color: #6aad44; text-decoration: none;}
a:hover {
  background: rgba(107, 174, 68, .05);
  border-bottom: 1px solid rgba(107, 174, 68, .5);
  }

h1, h2 {
  margin: 0 0 .7em;
  color: #3b3e40;
  font-weight: 500;
  font-family: "ff-dax-web-pro", "PT Sans", "Helvetica Neue", sans-serif;
  }

h1 {font-size: 36px;}
h2 {font-size: 22px; font-weight: 900;}

h2 span {
  font-weight: normal;
  font-size: 17px;
  font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
  }

h3 {
  margin: 0 0 .7em;
  color: #3b3e40;
  font-weight: 600;
  font-size: 20px;
  font-family: "PT Sans", "Helvetica Neue", sans-serif;
  }

p {margin: 0 0 1em;}

ul, ol {list-style: disc inside; margin-bottom: 1.5em;}

code {
  margin: 0 2px;
  padding: 2px 4px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background-color: #fbfbfb;
  color: #c87c10;
  font-family: Monaco, Consolas, monospace;
  }

.preamble {
  margin: 20px 0 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  font-size: 20px;
  line-height: 160%;
  }
.preamble code {font-size: 16px;}

.center {
  display: block;
  margin: 0 auto 15px;
  text-align: center;
  }

img.float-right {float: right; margin: 0 0 0 30px;}
img.float-left {float: left; margin: 0 30px 20px 0;}
img.headshot {border-radius: 10px;}
img.large {width: 160px; height: 160px;}
img.medium {width: 80px; height: 80px;}
img.small {width: 40px; height: 40px;}

table {width: 100%; line-height: 140%;}
table td, table th {
  text-align: left;
  border: 1px solid #ddd;
  padding: 12px;
  }
table th {background: #fbfbfb;}
table thead th {background: #efeee7;}
table.centered {
  margin: 0px auto;
  text-align: center;
  }

.wrapper {width: 860px; margin: 0 auto; padding: 0 20px;}
.section {float: left; width: 580px; margin-bottom: 30px;}

/* To have the layout support a wider format for posts marked as videos */

#main div.video_content {width: 960px; padding: 0 30px;}
#main div.video_content .section {width: 680px;}

.aside {
  float: right;
  width: 220px;
  margin-bottom: 40px;
  font-size: 15px;
  }

.full {
  float: left;
  width: 860px;
  padding-top: 30px;
  border-top: 1px solid #efefef;
  }

.clearall {clear: both;}

-webkit::selection {background: #ffae00; color: #fff; text-shadow: none;}
-moz::selection {background: #ffae00; color: #fff; text-shadow: none;}
::selection {background: #ffae00; color: #fff; text-shadow: none;}


/* NAVIGATION
============================================================================ */

#nav {
  float: left;
  margin: 52px 0 42px 160px;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 0 1px 0 #fff;
  }
#nav li {
  display: inline;
  float: left;
  margin-right: 6px;
  }
#nav li:last-child {margin-right: 0;}
#nav li a {
  padding: 6px 12px 4px;
  border: 1px solid #f8f7f3;
  border-radius: 34px;
  }
#nav li a:hover, #nav .active a {
  border: 1px solid #ddd;
  background: #fff;
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, .04);
  -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, .04);
  -o-box-shadow: inset 0 3px 2px rgba(0, 0, 0, .04);
  -ms-box-shadow: inset 0 3px 2px rgba(0, 0, 0, .04);
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, .04);
  color: #f08e02;
  }
#nav li.active a {
  padding: 6px 12px 4px;
  color: #fff;
  background: #f08e02;
  border-color: #c87c10;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
  }

.footer-nav {margin: 0 0 0 20px;}
.footer-nav li {
  display: inline;
  float: left;
  margin: 0 28px 0 0;
  }
.footer-nav li a {
  color: #a7a595;
  font-weight: 600;
  }
.footer-nav li a:hover {
  color: #bfbba1;
  background: none;
  border-bottom: 1px solid rgba(166, 164, 148, .5);
  }


/* SECTIONS
============================================================================ */

/* Header */

#header {float: left; width: 100%;}

#logo {float: left; margin: 20px 0 0 20px;}
#logo img {height: 0;}
#logo a {
  display: block;
  width: 246px;
  height: 65px;
  background: url(/images/logo.png) top left no-repeat;
  }
#logo a:hover {
  border: none;
  background-position-y: bottom;
  }

/* Top */

.top {
  position: relative;
  float: left;
  width: 100%;
  min-height: 309px;
  font-size: 14px;
  }

.video {float: left; width: 440px;}
.video .teacher {
  position: absolute;
  left: 0;
  top: 50px;
  width: 79px;
  height: 227px;
  background: url(/images/teacher.png) no-repeat;
  z-index: 300;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  }
.video .player {margin-left: 40px;}
.video .player:hover .teacher {
  left: -44px;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  }
.video .player .vjs-playing ~ .teacher {left: -44px;}
.video .students {
  position: absolute;
  bottom: -1px;
  left: 102px;
  width: 239px;
  height: 85px;
  background: url(/images/students.png) no-repeat;
  }

.intro {
  float: right;
  width: 400px;
  margin: 0 20px 25px 0;
  color: #65615c;
  font-size: 17px;
  line-height: 160%;
  text-shadow: 0 1px 0 #fff;
  }
.intro .btn {margin-top: 30px;}
.intro .btn a, .btn.big a {
  padding: 10px 15px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32), -4px -4px 0 0 #e2e2dc, 4px -4px 0 0 #e2e2dc, -4px 4px 0 0 #e2e2dc, 4px 4px 0 0 #e2e2dc;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32), -4px -4px 0 0 #e2e2dc, 4px -4px 0 0 #e2e2dc, -4px 4px 0 0 #e2e2dc, 4px 4px 0 0 #e2e2dc;
  -o-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32), -4px -4px 0 0 #e2e2dc, 4px -4px 0 0 #e2e2dc, -4px 4px 0 0 #e2e2dc, 4px 4px 0 0 #e2e2dc;
  -ms-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32), -4px -4px 0 0 #e2e2dc, 4px -4px 0 0 #e2e2dc, -4px 4px 0 0 #e2e2dc, 4px 4px 0 0 #e2e2dc;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32), -4px -4px 0 0 #e2e2dc, 4px -4px 0 0 #e2e2dc, -4px 4px 0 0 #e2e2dc, 4px 4px 0 0 #e2e2dc;
  font-size: 15px;
  }

.guarantee {
  position: absolute;
  right: 0;
  bottom: -16px;
  }

/* Main content */

#main {
  float: left;
  width: 100%;
  padding: 40px 0 0;
  background: #fff;
  border: 1px solid #d2d1cd;
  border-width: 1px 0;
  -webkit-box-shadow: 0 -4px 0 rgba(0, 0, 0, .025), 0 4px 0 rgba(0, 0, 0, .025);
  -moz-box-shadow: 0 -4px 0 rgba(0, 0, 0, .025), 0 4px 0 rgba(0, 0, 0, .025);
  -o-box-shadow: 0 -4px 0 rgba(0, 0, 0, .025), 0 4px 0 rgba(0, 0, 0, .025);
  -ms-box-shadow: 0 -4px 0 rgba(0, 0, 0, .025), 0 4px 0 rgba(0, 0, 0, .025);
  box-shadow: 0 -4px 0 rgba(0, 0, 0, .025), 0 4px 0 rgba(0, 0, 0, .025);
  }
#main .wrapper {width: 840px; padding: 0 30px;}

/* Home page */

.testimonials {
  float: left;
  width: 820px;
  margin: 10px 10px 0;
  border-bottom: 1px solid #efefef;
  }

.quote {
  float: left;
  width: 385px;
  padding: 0;
  margin: 0 30px 40px 0;
  }
.quote.last {margin-right: 0;}
blockquote, .quote blockquote {
  margin-left: 120px;
  color: #5b5b5b;
  font-size: 14px;
  }
blockquote, .quote blockquote p {
  margin: 0 0 .5em;
  color: #578a99;
  font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 100;
  font-style: italic;
  line-height: 150%;
  }
.quote img {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  }

.news {
  float: left;
  width: 379px;
  padding: 30px 30px 20px 10px;
  border-right: 1px solid #eee;
  font-size: 15px;
  }
.news p {margin-bottom: .8em; line-height: 170%;}
.news h2 {
  margin-bottom: 1.4em;
  font-size: 20px;
  font-weight: 500;
  }
.news img {display: block; margin: 20px auto;}
.news .time-stamp {
  color: #aaa;
  margin: -5px 0 30px;
  font-size: 15px;
  font-weight: normal;
  }
.news h3 .time-stamp {padding-left: 6px;}
.news [class^="ss-"]:before, .news [class*=" ss-"]:before {
  padding-right: 6px;
  color: #ccc;
  font-size: 13px;
  }
.news ul {list-style: none; float: left; margin: 10px 0 0;}
.news ul li {padding-bottom: 6px;}

.events {
  float: left;
  width: 380px;
  margin-left: -1px;
  padding: 30px 10px 30px 30px;
  border-left: 1px solid #eee;
  font-size: 15px;
  }
.events h2 {
  margin-bottom: 1.4em;
  font-size: 20px;
  font-weight: 500;
  }

.events-list {float: left; line-height: 140%;}
.events-list li {
  float: left;
  display: block;
  margin-bottom: 20px;
  }
.events-list li div {float: left;}
.events-list li h3 {margin: 0 0 5px;}
.events-list li p {margin: 0;}
.events-list .img {width: 100px; margin-right: 20px;}
.events-list .img img {
  display: block;
  max-width: 100px;
  max-height: 50px;
  margin: 0 auto 10px;
  }
.events-list .tickets span {
  float: left;
  height: 21px;
  margin-top: 5px;
  background: url(/images/bg-ticket-left.png) left top no-repeat;
  }
.events-list .tickets a {
  float: left;
  height: 21px;
  margin-left: 10px;
  padding: 0 10px 0 0;
  background: #b60320 url(/images/bg-ticket-right.png) right top no-repeat;
  border: none;
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  }
.events-list .tickets a:hover {color: #ffb9b9;}

.customers {
  position: relative;
  clear: both;
  float: left;
  width: 820px;
  margin: 0 10px;
  padding: 40px 0 60px;
  border-top: 1px solid #eee;
  }
.customers ul {display: table; margin: 60px 0 0 10px;}
.customers li {
  display: table-cell;
  padding-left: 64px;
  }
.customers li:first-child {padding-left: 0;}
.customers li img {vertical-align: middle;}
.customers div .nav-left, .customers div .nav-right {
  position: absolute;
  top: 47%;
  font-size: 20px;
  cursor: pointer;
  }
.customers div .nav-left {left: -40px;}
.customers div .nav-right {right: -40px;}
.customers div .nav-left a, .customers div .nav-right a {
  color: #d8d8d8;
  background: none;
  border: none;
  }
.customers div .nav-left a:hover, .customers div .nav-right a:hover {color: #b8b8b8;}

/* News */

.posts {list-style: none; clear: both;}
.posts li {
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #eee;
  }
.posts h2 {margin-bottom: 5px;}
.posts [class^="ss-"]:before, .posts [class*=" ss-"]:before {
  padding-right: 5px;
  color: #ccc;
  font-size: 12px;
  }
.posts img, .posts iframe {display: block; margin: 20px auto;}

.post-date {
  color: #aaa;
  margin: 0 0 1em;
  font-size: 15px;
  }

.subscribe {margin-bottom: 40px;}
.subscribe.ss-rss:before {
  padding-right: 8px;
  color: #f28134;
  font-size: 14px;
  }

.post {margin-bottom: 30px;}
.post h1 {margin-bottom: 8px;}
.post h2, .post h3 {
  margin: 0 0 .8em;
  padding: .5em 0 0;
  font-size: 24px;
  font-family: "ff-dax-web-pro", "PT Sans", "Helvetica Neue", sans-serif;
  }
.post h2 {
  font-weight: 900;
  }
.post h3 {
  font-weight: 500;
  }
.post .post-date {margin-bottom: 1.5em;}
.post img {
  width: auto;
  max-width: 100%;
}

.post-footer {
  float: left;
  width: 100%;
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #eee;
  }
.post-footer img {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 20px 20px 0;
  border-radius: 10px;
  }
.post-footer p {margin: 4px 0 0;}

.post-nav {
  float: left;
  clear: both;
  height: 25px;
  margin-bottom: 10px;
  width: 100%;
  }
.post-nav .prev {float: left;}
.post-nav .next {float: right;}

/* Courses */

.bulleted-list {margin: 0 0 1.5em 15px;}
.bulleted-list li {
  list-style: none;
  padding-left: 18px;
  background: url(/images/bullet.png) 0 8px no-repeat;
  }
.bulleted-list.single li {margin-bottom: 8px;}

.schedule {
  list-style: none;
  margin-bottom: 50px;
  border-right: 1px solid #ddd;
  }
.schedule th {
  padding: 6px 12px;
  background: #666;
  background: -webkit-linear-gradient(#999, #666);
  color: #fff;
  border: 1px solid #555;
  font-weight: normal;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .7);
  }
.schedule td {
  width: 266px;
  margin: 0 0 10px 0;
  padding: 15px 20px 10px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-width: 1px 0 1px 1px;
  }
.schedule ul {margin: 0;}
.schedule li {
  margin: 0 0 8px;
  background-position-y: 5px;
  line-height: 150%;
  }
.schedule li h3 {font-size: 18px;}
.schedule li p {font-size: 17px;}

.money-back {
  clear: both;
  padding-top: 30px;
  border-top: 1px solid #efefef;
  }

.course h2 {margin-top: 30px;}
.course h2:first-of-type {margin-top: 0;}

.upcoming {padding-top: 0px}
.upcoming ul {
  list-style: none;
  float: left;
  width: 880px;
  margin: 10px 0 60px -40px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
  }
.upcoming li {
  background-color: #6aad44;
  float: left;
  display: inline;
  width: 150px;
  margin-left: 40px;
  padding: 20px 15px 15px;
  color: #fff;
  border-radius: 8px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
  text-align: center;
  }
.upcoming li strong {display: block;}

.wide-image {
  margin-bottom: 12px;
}

.filters {
  border-top: 1px solid #EEEEEE;
  margin: 20px 0 20px;
  padding-top: 20px;
  overflow: hidden;
}

.filters h2 {
  font-size: 18px;
}

.pill-selector {
  float: left;
  margin: 0 0 12px;
  font-size: 16px;
  }
.pill-selector li {display: inline; float: left;}
.pill-selector .label { width: 80px; }
.pill-selector a {
  font-weight: bold;
  padding: 1px 6px;
  margin-right: 4px;
  background: none;
  border: none;
  box-shadow: none;
  }
.pill-selector a:hover {
  text-decoration: underline;
  }
.pill-selector .active a {
  margin: 0 4px;
  padding: 1px 10px;
  background: #f8f8f8;
  border-radius: 20px;
  border: 1px solid #d8d8d8;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.06);
  color: #545454;
  }
.pill-selector li:first-child.active {margin-left: 0;}


.boxed-list li {
  list-style: none;
}
.boxed-list > li {
  background: #f5f5f0;
  border: 1px solid #eae9e4;
  border-radius: 6px;
  padding: 18px 22px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.boxed-list h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}
.boxed-list .details {
  margin-bottom: 10px;
}
.boxed-list .details li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #7e7e7c;
}
.boxed-list .details li:before {
  content: "•";
  margin: 0 8px 0 4px;
}
.boxed-list .details li:first-child:before {
  display: none;
}
.boxed-list .icon-subject {
  position: absolute;
  top: 22px;
  right: 22px;
}
.boxed-list p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.upcoming-sessions {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.upcoming-sessions li {
  border-bottom: 1px solid #dcdcd7;
  padding: 4px 0;
  overflow: hidden;
}
.upcoming-sessions li:last-child {
  border: none;
}
.upcoming-sessions .btn a {
  float: right;
}


/* Javascript Course */

.course.intro-javascript .banner {
  position: relative;
  width: 840px;
  height: 170px;
  margin-bottom: 30px;
  background: url("/images/javascript-banner.png") no-repeat;
  border-radius: 8px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
  font-family: "ff-dax-web-pro", "PT Sans", "Helvetica Neue", sans-serif;
  }
.course.intro-javascript .banner h1 {
  position: absolute;
  top: 24px;
  left: 30px;
  color: #fff;
  line-height: 130%;
  font-size: 34px;
  }
.course.intro-javascript .banner h1 strong {
  display: block;
  font-size: 48px;
  }
.course.intro-javascript .banner .date {
  position: absolute;
  bottom: 22px;
  left: 30px;
  font-size: 16px;
  }
.course.intro-javascript .banner .btn {
  position: absolute;
  top: 32px;
  right: 26px;
  font-size: 16px;
  }
.course.intro-javascript .banner .btn a,
.course.intro-javascript .upcoming li .btn a {
  border: 1px solid #a25f00;
  }
.course.intro-javascript .banner p {
  position: absolute;
  right: 30px;
  bottom: 22px;
  margin: 0;
  font-size: 18px;
  text-align: right;
  }
.course.intro-javascript .schedule th {
  background: #1a80ba;
  background: -webkit-linear-gradient(#3e9dc5, #1a80ba);
  border-color: #0f689a;
  }
.course.intro-javascript .upcoming li {
  background: url("/images/javascript-banner.png") no-repeat top right;
  }

/* Upgrading to Rails 4 */

.course.upgrading-to-rails-4 .banner {
  position: relative;
  width: 840px;
  height: 170px;
  margin-bottom: 30px;
  background: url("/images/ruby-banner.png") no-repeat;
  border-radius: 8px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
  font-family: "ff-dax-web-pro", "PT Sans", "Helvetica Neue", sans-serif;
  }
.course.upgrading-to-rails-4 .banner h1 {
  position: absolute;
  top: 24px;
  left: 30px;
  color: #fff;
  line-height: 130%;
  font-size: 34px;
  }
.course.upgrading-to-rails-4 .banner h1 strong {
  display: block;
  font-size: 48px;
  }
.course.upgrading-to-rails-4 .banner .date {
  position: absolute;
  bottom: 22px;
  left: 30px;
  font-size: 16px;
  }
.course.upgrading-to-rails-4 .banner .btn {
  position: absolute;
  top: 32px;
  right: 26px;
  font-size: 16px;
  }
.course.upgrading-to-rails-4 .banner .btn a,
.course.upgrading-to-rails-4 .upcoming li .btn a {
  border: 1px solid #a25f00;
  }
.course.upgrading-to-rails-4 .banner p {
  position: absolute;
  right: 30px;
  bottom: 22px;
  margin: 0;
  font-size: 18px;
  text-align: right;
  }
.course.upgrading-to-rails-4 .schedule th {
  background: #1a80ba;
  background: -webkit-linear-gradient(#3e9dc5, #1a80ba);
  border-color: #0f689a;
  }
.course.upgrading-to-rails-4 .upcoming li {
  background: url("/images/ruby-banner.png") no-repeat top right;
  }

/* Refactoring Rails */

.course.refactoring-rails .banner {
  position: relative;
  width: 840px;
  height: 170px;
  margin-bottom: 30px;
  background: url("/images/ruby-banner.png") no-repeat;
  border-radius: 8px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
  font-family: "ff-dax-web-pro", "PT Sans", "Helvetica Neue", sans-serif;
  }
.course.refactoring-rails .banner h1 {
  position: absolute;
  top: 24px;
  left: 30px;
  color: #fff;
  line-height: 130%;
  font-size: 34px;
  }
.course.refactoring-rails .banner h1 strong {
  display: block;
  font-size: 48px;
  }
.course.refactoring-rails .banner .date {
  position: absolute;
  bottom: 22px;
  left: 30px;
  font-size: 16px;
  }
.course.refactoring-rails .banner .btn {
  position: absolute;
  top: 32px;
  right: 26px;
  font-size: 16px;
  }
.course.refactoring-rails .banner .btn a,
.course.refactoring-rails .upcoming li .btn a {
  border: 1px solid #a25f00;
  }
.course.refactoring-rails .banner p {
  position: absolute;
  right: 30px;
  bottom: 22px;
  margin: 0;
  font-size: 18px;
  text-align: right;
  }
.course.refactoring-rails .schedule th {
  background: #1a80ba;
  background: -webkit-linear-gradient(#3e9dc5, #1a80ba);
  border-color: #0f689a;
  }
.course.refactoring-rails .upcoming li {
  background: url("/images/javascript-banner.png") no-repeat top right;
  }

/* Heroku Course */

.course.heroku .banner {
  position: relative;
  width: 840px;
  height: 170px;
  margin-bottom: 30px;
  background: url("/images/heroku-banner.png") no-repeat;
  color: #fff;
  font-family: "ff-dax-web-pro", "PT Sans", "Helvetica Neue", sans-serif;
  }
.course.heroku .banner h1 {display: none;}
.course.heroku .banner p {
  position: absolute;
  right: 40px;
  bottom: 35px;
  width: 310px;
  margin: 0;
  font-size: 18px;
  }
.course.heroku .schedule th {
  background: #47416e;
  background: -webkit-linear-gradient(#564f84, #47416e);
  border-color: #272248;
  }

/* Team */

.thumb-nav {float: left; margin-left: -20px;}
.thumb-nav li {
  display: inline;
  float: left;
  width: 57px;
  margin: 0 0 0 20px;
  border-radius: 11px;
  padding: 2px;
  background: #fff;
  }
.thumb-nav li:hover {background: #6aad44;}
.thumb-nav li a {
  border: none;
  background: none;
  }
.thumb-nav li img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  }

.team {
  list-style: none;
  float: left;
  margin-bottom: 30px;
  }
.team > li {
  float: left;
  margin: 20px 0 0;
  padding-top: 30px;
  font-size: 16px;
  line-height: 150%;
  border-top: 1px solid #eee;
  }
.team li .headshot {
  float: left;
  width: 160px;
  margin: 4px 30px 0 0;
  }
.team li .info {float: left; width: 360px;}
.team li img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
  }
.team li .headshot ul {
  list-style: none;
  margin: 0 10px;
  font-size: 13px;
  }
.team li .headshot li {margin-bottom: 5px;}
.team li .headshot .ss-twitter:before,
.team li .headshot .ss-octocat:before,
.post-footer .ss-twitter:before {
  padding-right: 6px;
  color: #bbb;
  font-size: 20px;
  vertical-align: bottom;
  }

/* Contact */

.contact-info {
  float: left;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 30px;
  }
.contact-info dt {
  float: left;
  display: inline;
  width: 100px;
  margin-bottom: 5px;
  font-weight: bold;
  }
.contact-info dd {
  display: inline;
  float: left;
  width: 480px;
  margin-bottom: 5px;
  }

/* Sidebar */

.aside h2 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  font-weight: 500;
  font-size: 20px;
  }
.aside h2.no-border {
  margin-top: 0;
  padding-top: 0;
  border: none;
  }
.aside .events-list {line-height: 130%;}
.aside .events-list li {margin-bottom: 24px;}
.aside .events-list h3 {font-size: 16px;}
.aside .events-list p {font-size: 14px;}
.aside .thumb-nav {margin: 0 0 20px -5px;}
.aside .thumb-nav li {
  width: 36px;
  margin: 0 0 10px 5px;
  border-radius: 5px;
  }
.aside .thumb-nav li img {border-radius: 4px;}

/* Bottom section */

#bottom {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 30px;
  background: #fbfbfb;
  border-top: 1px solid #efefef;
  font-size: 15px;
  }
#bottom .logo-mark {
  position: absolute;
  left: 50%;
  bottom: -36px;
  margin-left: -36px;
  }
#bottom .wrapper {width: 900px; padding: 0;}
#bottom h2 {font-size: 20px; font-weight: 500;}

.contact {
  float: left;
  width: 340px;
  padding: 25px 0 0 40px;
  background: url(/images/bg-contact.png) right 45px no-repeat;
  }
.contact .contact-info {margin: 0; padding: 0; border: none;}
.contact .contact-info dt {width: 60px; margin: 0;}
.contact .contact-info dd {width: 280px; margin: 0;}

.connect {
  float: right;
  width: 340px;
  padding: 25px 40px 0 0;
  background: url(/images/bg-connect.png) 150px top no-repeat;
  }
.connect input[type="text"] {width: 190px; margin: 2px 12px 15px 0;}
.connect p {margin: 0 0 .5em;}
.connect ul {margin-top: 5px; font-size: 22px;}
.connect ul li {
  float: left;
  display: inline;
  margin-right: 12px;
  }
.connect ul a {
  color: #bdbdbd;
  border: none;
  background: none;
  }
.connect .twitter a:hover {color: #28adec;}
.connect .github a:hover {color: #333333;}
.connect .rss a:hover {color: #f28134;}

/* Footer */

#footer {
  float: left;
  width: 100%;
  padding: 25px 0 80px;
  text-shadow: 0 1px 0 #fff;
  font-size: 15px;
  }
#footer p {
  float: right;
  margin-right: 20px;
  color: #a7a595;
  font-size: 12px;
  }


/* FORMS AND BUTTONS
============================================================================ */

input[type="text"], textarea {
  padding: 8px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  font-size: 14px;
  font-family: "PT Sans", "Helvetica Neue", sans-serif;
  }

input[type="submit"], .btn a {
  cursor: pointer;
  padding: 8px 12px 10px;
  color: #fff;
  background: #f08e02;
  background: -webkit-linear-gradient(#ffab3a, #f08e02);
  background: -moz-linear-gradient(#ffab3a, #f08e02);
  background: linear-gradient(#ffab3a, #f08e02);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e88600;
  border-top: 1px solid #fe9300;
  border-bottom: 1px solid #d37a00;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32), -4px -4px 0 0 rgba(0, 0, 0, .05), 4px -4px 0 0 rgba(0, 0, 0, .05), -4px 4px 0 0 rgba(0, 0, 0, .05), 4px 4px 0 0 rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32), -4px -4px 0 0 rgba(0, 0, 0, .05), 4px -4px 0 0 rgba(0, 0, 0, .05), -4px 4px 0 0 rgba(0, 0, 0, .05), 4px 4px 0 0 rgba(0, 0, 0, .05);
  -o-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32), -4px -4px 0 0 rgba(0, 0, 0, .05), 4px -4px 0 0 rgba(0, 0, 0, .05), -4px 4px 0 0 rgba(0, 0, 0, .05), 4px 4px 0 0 rgba(0, 0, 0, .05);
  -ms-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32), -4px -4px 0 0 rgba(0, 0, 0, .05), 4px -4px 0 0 rgba(0, 0, 0, .05), -4px 4px 0 0 rgba(0, 0, 0, .05), 4px 4px 0 0 rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32), -4px -4px 0 0 rgba(0, 0, 0, .05), 4px -4px 0 0 rgba(0, 0, 0, .05), -4px 4px 0 0 rgba(0, 0, 0, .05), 4px 4px 0 0 rgba(0, 0, 0, .05);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, .4);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  font-family: "Helvetica Neue", Arial, sans-serif;
  }
input[type="submit"]:hover, .btn a:hover {
  text-decoration: none;
  background: #fc9b15;
  background: -webkit-linear-gradient(#ffb14c, #fc9b15);
  background: -moz-linear-gradient(#ffb14c, #fc9b15);
  background: linear-gradient(#ffb14c, #fc9b15);
  text-shadow: 0 0 8px rgba(250, 250, 250, .5);
  }

.btn a.ss-navigateright:after {padding-left: 8px; font-size: 12px;}

.btn.big {margin: 50px 0;}
.btn.big.center a {
  padding: 14px 20px 15px;
  line-height: 160%;
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32), -4px -4px 0 0 rgba(0, 0, 0, .05), 4px -4px 0 0 rgba(0, 0, 0, .05), -4px 4px 0 0 rgba(0, 0, 0, .05), 4px 4px 0 0 rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32), -4px -4px 0 0 rgba(0, 0, 0, .05), 4px -4px 0 0 rgba(0, 0, 0, .05), -4px 4px 0 0 rgba(0, 0, 0, .05), 4px 4px 0 0 rgba(0, 0, 0, .05);
  -o-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32), -4px -4px 0 0 rgba(0, 0, 0, .05), 4px -4px 0 0 rgba(0, 0, 0, .05), -4px 4px 0 0 rgba(0, 0, 0, .05), 4px 4px 0 0 rgba(0, 0, 0, .05);
  -ms-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32), -4px -4px 0 0 rgba(0, 0, 0, .05), 4px -4px 0 0 rgba(0, 0, 0, .05), -4px 4px 0 0 rgba(0, 0, 0, .05), 4px 4px 0 0 rgba(0, 0, 0, .05);
  }
.btn.big.center strong {
  font-size: 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
  }

.btn.small a {
  font-size: 11px;
  line-height: 18px;
  padding: 1px 10px;
  margin-top: 2px;
  text-shadow: 0 0 1px rgba(0, 0, 0, .4);
  display: inline-block;
}

.section form {float: left; margin: 10px 0 30px;}
.section input[type="submit"], .section .btn a, .btn.small a {
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32);
  -o-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32);
  -ms-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .32);
  }
.section label {
  display: block;
  margin: 0 0 5px;
  font-weight: bold;
  }
.section label span {font-weight: normal;}
.section input[type="text"], .section textarea {margin: 0 0 15px;}
.section input[type="text"] {width: 50%;}
.section textarea {width: 540px; min-height: 140px;}
.section input[type="text"] {clear: left;}


/* MISC
============================================================================ */

/* jcarousel */

.jcarousel-direction-rtl {direction: rtl;}
.jcarousel-container-horizontal {
  width: 100%;
  height: 60px;
  text-align: center;
  }
.jcarousel-clip {
  margin: auto;
  overflow: hidden;
  width: 90%;
  }
.jcarousel-clip-horizontal {width: 90%; height: 100px;}
.jcarousel-item {width: 150px; height: 75px;}
.jcarousel-item-horizontal {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 10px;
  }
.jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 10px;
  margin-right: 0;
  }
.jcarousel-item-vertical {margin-bottom: 10px;}
.jcarousel-item-placeholder {background: #fff; color: #000;}

#jsl-video {float:left;}

