a {
  color: #2290bf;
  outline: 0 none;
}

hr {
	margin: 10px 0 20px;
}

img {
  max-width: none\9; /* IE7-8 need help adjusting responsive images */
}

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

iframe {
  border: 0 none;
}

h1#page-title {
  color: #333;
}

article h1#page-title {
  margin: 0;
}

/* Success Story / View page titles */
#preface h1#page-title {
  margin-top: 0;
}

blockquote {
  border: 0 none;
  margin: 30px 0;
}

blockquote p {
  color: #2290bf;
  font-size: 30px;
  font-weight: normal;
}

blockquote small:before {
    content: "";
}

blockquote p small {
  color: #2290bf;
  font-size: 18px;
  font-weight: normal;
}

.table thead tr {
  background: #3f94c0;
  background-image: linear-gradient(bottom, rgb(199,199,199) 16%, rgb(229,227,230) 70%);
  background-image: -o-linear-gradient(bottom, rgb(199,199,199) 16%, rgb(229,227,230) 70%);
  background-image: -moz-linear-gradient(bottom, rgb(199,199,199) 16%, rgb(229,227,230) 70%);
  background-image: -webkit-linear-gradient(bottom, rgb(199,199,199) 16%, rgb(229,227,230) 70%);
  background-image: -ms-linear-gradient(bottom, rgb(199,199,199) 16%, rgb(229,227,230) 70%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.16, rgb(199,199,199)), color-stop(0.7, rgb(229,227,230)) );
  color: #333;
}

.table th {
  vertical-align: middle !important; /* Overrides Bootstrap */
}

.table th,
.table td {
  font-size: 14px;
  line-height: 14px;
  padding: 13px;
}

.table td {
  background: #fff;
}

.table td.align-right {
  text-align: right;
}

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

.table tr.summary {
  font-weight: bold;
}

/* Make Drupal's pager-ellipsis compatible with bootstrap */
.pager-ellipsis {
  display: inline;
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

/*
 * Layout Adjustments
 */
html body.admin-menu {
  margin-top: 43px !important;
}

html,
body {
  height: 100%;
  line-height: 150%;
}

body {
  background: #fff;
}

body:before {
  content: '';
  position: absolute;
  top: 0;
  height: 900px;
  left: 0;
  right: 0;
  background: url('../img/bg-fade-grey.jpg') 0 0 repeat-x #fff;
}

#page-wrapper {
  min-height: 100%;
  position: relative;
}

/* Embedded Tweet */
.metadata.with-icn > * {
  display: inline-block !important;
  margin-right: 5px !important;
}

/* Twitter-Blue Bootstrap CTA Button */
.btn-cta {
  margin: 10px 0 0 !important;
  background-color: #4cb6e9 !important;
  color: #ffffff !important;
  text-shadow: none !important;
  padding: 8px 12px !important;
  line-height: 1;
  background-image: -moz-linear-gradient(top, #4cb6e9, #0481b1) !important;
  background-image: -ms-linear-gradient(top, #4cb6e9, #0481b1) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4cb6e9), to(#0481b1)) !important;
  background-image: -webkit-linear-gradient(top, #4cb6e9, #0481b1) !important;
  background-image: -o-linear-gradient(top, #4cb6e9, #0481b1) !important;
  background-image: linear-gradient(top, #4cb6e9, #0481b1) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'4cb6e9, endColorstr='#'0481b1, GradientType=0) !important;
  border: 1px solid #0481b1 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.btn-cta:hover,
.btn-cta:active,
.btn-cta.disabled,
.btn-cta[disabled] {
  background: #0481b1 !important;
}

.btn-cta:active {
  background: #0481b1 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-cta:before,
.btn-cta:after {
  display: none !important;
}

/* Twitter-White Bootstrap Button */
.btn-twhite {
  margin: 10px 0 0 !important;
  background-color: #4cb6e9 !important;
  color: #189fd3 !important;
  text-shadow: none !important;
  padding: 8px 12px !important;
  line-height: 1;
  background-image: -moz-linear-gradient(top, #ffffff, #f8f8f8) !important;
  background-image: -ms-linear-gradient(top, #ffffff, #f8f8f8) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f8f8f8)) !important;
  background-image: -webkit-linear-gradient(top, #ffffff, #f8f8f8) !important;
  background-image: -o-linear-gradient(top, #ffffff, #f8f8f8) !important;
  background-image: linear-gradient(top, #ffffff, #f8f8f8) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'ffffff, endColorstr='#'f8f8f8, GradientType=0) !important;
  border: 1px solid #e2e2e2 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.btn-twhite:hover,
.btn-twhite:active,
.btn-twhite.disabled,
.btn-twhite[disabled] {
  background: #f8f8f8 !important;
}

.btn-twhite:active {
  background: #f8f8f8 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-twhite:before,
.btn-twhite:after {
  display: none !important;
}

/* Heroes */
/* Make the article margins 40px depending on which columns are present. */
/* Both columns: */
.article-wrap.span7 > * {
  margin: 0 20px;
}

/* Right column: */
.article-wrap.span9 > * {
  margin: 0 20px 0 0;
}

/* Left column: */
#preface,
.article-wrap.span10 > * {
  margin: 0 0 0 20px;
}

/* Blue Bar */

.divider {
  display: block;
  height: 10px;
  width: 100%;
  background: url("../img/bg-hero.jpg") 0 0 repeat #00acee;
  box-shadow: inset 0 1px 3px #888;
  -moz-box-shadow: inset 0 1px 3px #888;
  -webkit-box-shadow: inset 0 1px 3px #888;
}

/* Section: Hero */
.hero-fixed,
.hero-fluid,
.hero-empty {
  background: url("../img/bg-hero.jpg") 0 0 repeat #00acee;
}

.hero-fluid,
.hero-empty {
  box-shadow: inset 0 1px 3px #888;
  -moz-box-shadow: inset 0 1px 3px #888;
  -webkit-box-shadow: inset 0 1px 3px #888;
}

.hero-fluid {
  padding: 50px 0 150px;
}

.hero-empty {
  height: 400px;
}

.hero-empty .container,
.hero-empty .hero-wrap-inner,
.hero-fluid .container,
.hero-fluid .hero-wrap-inner {
  display: block;
  height: auto;
  text-align: left;
}

#hero h1#page-title {
  color: #fff;
  font-size: 52px;
  font-weight: normal;
  line-height: 1;
  max-width: 100%;
  text-shadow: 0 1px 2px #666;
}

#hero #tagline {
  color: #fff;
  font-size: 30px;
  font-weight: lighter;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 0;
}

.g-title-eyebrow {
  color: #d0effd;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}

#hero .g-tagline {
  color: #0f3847;
  font-size: 16px;
  margin: 10px 0 0;
  line-height: 1.2;
}

article .g-tagline {
  border-bottom: 1px solid #eeeeee;
  margin: 5px 0 40px;
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 20px;
}

.g-teaser {
  margin: 10px 0 0;
  font-size: 14px;
  color: #fff;
}

.hero-notext,
.hero-fixed {
  height: 400px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 0;
}

.hero-notext .hero-wrap-outer,
.hero-fixed .hero-wrap-outer {
  height: 400px;
  position: relative;
  margin: 0 auto;
}

.hero-notext .container,
.hero-notext .hero-wrap-inner,
.hero-fixed .container,
.hero-fixed .hero-wrap-inner {
  background: transparent;
	height: 300px;
}

#hero.hero-notext {
  margin-bottom: -350px;
}

.hero-fade {
  background: #000;
}

.hero-fade .hero-wrap-outer {
  max-width: 1600px;
}

.hero-fade .hero-wrap-outer:before,
.hero-fade .hero-wrap-outer:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  display: block;
  background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff000000',GradientType=1 );
}

.hero-fade .hero-wrap-outer:after {
  left: auto;
  right: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff000000', endColorstr='#00000000',GradientType=1 );
}

#hero .container {
  display: table;
}

#hero .hero-wrap-inner {
  display: table-cell;
  margin: 0 auto;
  width: 940px;
  vertical-align: middle;
}

.hero-fade .hero-wrap-inner > * {
  max-width: 500px;
}

#hero .hero-wrap-inner > * {
  margin-left: auto;
  margin-right: auto;
}

#hero.video-curtain .hero-wrap-outer {
  background: url('../img/bg-hero-video.jpg') center center repeat-x #000;
}

#hero.video-curtain .profile-name,
#hero.video-curtain h1#page-title,
#hero.video-curtain .g-success-story-categories {
  display: none;
}

.g-hero-video {
  display: none;
  height: 300px;
  width: 533px;
  margin: 0 auto;
}

.hero-video-src {
  height: 300px;
}

.video-curtain .g-hero-video {
  display: block;
}

.g-hero-video .field-item {
  height: 300px;
  width: 533px;
}

#hero .d-field-hero-video.visible {
  visibility: visible;
}

#hero .btn-play {
  background: url('../img/sprite.png') no-repeat 0 0;
  display: block;
  height: 64px;
  margin: 0 auto;
  outline: 0 none;
  text-indent: -9999px;
  width: 64px;
  margin-top: 10px;
}

#hero + #gaz-content .container {
  margin-top: -100px;
}

#hero.hero-empty + #gaz-content .container {
  margin-top: -360px;
  min-height: 630px;
}

/* Section: Article */

#gaz-content .container {
  background: #fff;
  padding: 40px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

#gaz-content .container:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -3px;
  right: -3px;
  top: 400px;
  height: 258px;
  display: block;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}

#hero.hero-fixed + #gaz-content .container:before {
  top: 100px;
  height: 608px;
}

#gaz-content .container:after {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  top: 0;
  height: 650px;
  display: block;
  border-collapse: separate;
  box-shadow: 0 0 3px #777;
  -moz-box-shadow: 0 0 3px #777;
  -webkit-box-shadow: 0 0 3px #777;
}

/* Sidebar: Second */
#sidebar-second h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  padding: 0 0 20px;
}

#sidebar-second p {
  margin-bottom: 20px;
}

#sidebar-second ol,
#sidebar-second ul {
  margin: 0;
}

#sidebar-second .d-block {
  overflow: hidden;
  margin-bottom: 40px;
}

#sidebar-second .d-block img {
  display: block;
  margin: 0 auto;
}

#sidebar-second .sidebar-content .view-content > ul > li {
	list-style: none;
  margin-bottom: 30px;
  padding: 0 0 20px;
}

#sidebar-second .success-story-subject .view-content > ul > li {
  margin-bottom: 0;
  padding-bottom: 0;
}

#sidebar-second .sidebar-content .view-content > ul > li:last-child {
  margin-bottom: 0;
}

#sidebar-second .sidebar-content .view-content > ul > li:after {
  border-bottom: 2px solid #ccc;
  bottom: -21px;
  content: '';
  display: block;
  margin: 0 auto;
  position: relative;
  width: 50px;
}

#sidebar-second .sidebar-content .view-content > ul > li:last-child:after {
  background: url("../img/sprite.png") no-repeat 0 -94px;
  border: 0 none;
  content: '';
  display: block;
  height: 25px;
  margin: 10px auto 0;
  width: 30px;
}

#sidebar-second li ul li {
  padding: 11px 0 11px 13px;
  position: relative;
}

#sidebar-second  li ul li:before {
  color: #ffcc33;
  content: '\2022';
  position: absolute;
  left: 0px;
}

#sidebar-second .sidebar-content {
  background: url("../img/bg-sidebar-content.jpg");
	border: 8px solid #f1f1f1;
  padding: 20px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

#sidebar-second blockquote p {
  font-size: 16px;
}

#sidebar-second h3 {
  font-size: 26px;
  line-height: 1;
  margin: 0 0 20px;
  text-align: center;
}

#sidebar-second .sidebar-content li:first-child > p:first-child {
  border-top: 3px solid #ffcc33;
  padding: 20px 5px 0;
}

#sidebar-second .sidebar-content li > p:first-child {
  color: #777;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
}


/* Section: Footer */
footer#gaz-content-footer {
  margin-top: 60px;
}

footer#gaz-content-footer .g-blog-latest-news {
  display: none;
  margin-bottom: 20px;
}

footer#gaz-content-footer .g-related-success-story-block + .g-blog-latest-news {
  display: block;
}

#gaz-sub-footer {
  text-align: center;
  background: #f9f9f9;
  border-bottom: 1px solid #fff;
  padding: 30px 0;
}

#gaz-sub-footer .g-tweet-button {
  padding: 0;
  margin: 0;
}

footer#globalfooter {
  background: #f4f4f4;
  padding: 18px 0 40px;
}

#globalfooter .g-menu-global-footer {
  float: left;
  font-size: 13px;
}

#globalfooter .g-menu-global-footer .nav {
  margin: 0;
}

#globalfooter .g-menu-global-footer li {
  display: inline-block;
  *display: inline;
  margin-right: 10px;
  zoom: 1;
}

#globalfooter .nav > li > a:hover {
  background: transparent;
  text-decoration: underline;
}

#globalfooter .g-menu-global-footer li:last-child {
  margin: 0;
}

#globalfooter .copyright {
  color: #555;
  display: block;
  float: right;
  font-size: 13px;
}

/* Search Results */

.page-search article {
  max-width: 680px;
}

article .search-form > div {
  display: block;
  background: #f9fbfb;
  padding: 50px 60px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}

article .search-form .container-inline {
  position: relative;
  text-align: right;
}

.page-search h1#page-title,
article #edit-basic .control-label {
  display: none;
}

article .search-form.form-horizontal #edit-basic .controls {
  text-align: left;
  margin: 0;
  position: absolute;
  border: 1px solid #ddd;
  background: #fff;
  right: 130px;
  left: 0;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  overflow: hidden;
}

article #edit-basic .form-submit,
article #edit-basic .form-text {
  font-size: 22px;
  padding: 16px;
  text-align: center;
}

article #edit-basic .form-text {
  width: 99%;
  border: none;
}

article #edit-basic .form-submit {
  font-size: 16px;
  width: 130px;
  border-radius: 0 3px 3px 0;
  background-color: #006dcc;
  color: #ffffff;
  text-shadow: 0 -1px 0 #00acee;
  background-image: -moz-linear-gradient(top, #13beff, #00acee);
  background-image: -ms-linear-gradient(top, #13beff, #00acee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#13beff), to(#00acee));
  background-image: -webkit-linear-gradient(top, #13beff, #00acee);
  background-image: -o-linear-gradient(top, #13beff, #00acee);
  background-image: linear-gradient(top, #13beff, #00acee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'13beff, endColorstr='#'00acee, GradientType=0);
  border: 1px solid #00acee;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

article #edit-basic .form-submit:hover,
article #edit-basic .form-submit:active,
article #edit-basic .form-submit[disabled] {
  background: #00acee !important;
}

article #edit-basic .form-submit:active {
  background: #009ad5 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.search-result {
  margin: 40px 0;
}

.search-results h5 {
  font-size: 22px;
  margin: 20px 0 8px;
}

.search-info {
  color: #666;
  font-size: 12px;
  margin: 8px 0;
}

.search-snippet-info .submitted .name .screen-name a {
  display: inline;
}

.search-advanced legend {
  font-size: 14px;
  border: none;
  margin-bottom: 0;
}

.search-advanced .fieldset-wrapper {
  padding-top: 20px;
  border-top: 1px solid #efefef;
}

.search-snippet strong {
  background: #dbf1fb;
}

/* Bootstrap "Media" alterations for Gazebo */
.profile-image img,
img.media-object {
  border-bottom: 1px solid #bfbfbf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 64px;
  width: 64px;
  background: #fff;
}

.profile-name,
.screen-name {
  line-height: 1;
}

.profile-name a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 5px;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.media-heading {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 3px;
}

.screen-name a {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
  overflow: hidden;
  margin-bottom: 3px;
  text-overflow: ellipsis;
}

.user-bio {
  color: #777;
	font-family: Georgia, Times, serif;
  font-size: 11px;
  font-style: italic;
  line-height: 16px;
}

.site-banner {
  font-weight: bold;
  padding: 14px 20px;
  font-size: 16px;
  color: #fff;
  box-shadow: inset 0 -2px 2px rgba(0,0,0,0.1);
  background: #b00;
}

/* Book Navigation */

.g-navigation ul {
  list-style: none;
  margin-bottom: 10px;
}

.g-navigation > .book-content > ul {
  margin: 0 0 0 -8px;
  width: 156px;
}

.g-navigation li {
  margin: 0;
  padding: 0;
}

.g-navigation a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
  padding: 14px 8px;
  margin: 0;
  text-decoration: none;
  display: block;
  color: #01669a;
}

.g-navigation .expanded > a {
  margin-top: 9px;
  padding: 5px 8px;
}

.g-navigation > ul > li {
  border-top: 1px solid #eee;
}

.g-navigation > ul > li.first {
  border-top: none;
}

.g-navigation .book-content > .nav > li.last a {
  border-bottom: 1px solid #eee;
}

.g-navigation .nav li a:hover {
  background: inherit;
}

.g-navigation a.active,
.g-navigation .nav li a.active:hover {
  background: #f1f9fc;
}

.g-navigation li li a {
  color: #0193cc;
  padding: 5px 8px 5px 16px;
  border-top: none;
}


.book-navigation h2.title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  outline: 0 none;
  padding: 11px 0;
  margin: 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  display: block;
  text-align: left;
  color: #333;
  font-weight: bold;
}

.book-navigation h2.title:before {
  border: none;
}

.table-wrapper {
  overflow-x: auto;
}

/* Tweet Button */
.g-tweet-button {
  padding: 40px 0;
}

.g-tweet-button iframe {
  display: block;
  margin: 0 auto;
}

/* Load More Pager */

.load-more-wrap {
  margin: 30px;
  text-align: center;
}

.load-more {
  white-space: nowrap;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #666;
  padding: 15px 60px 15px 40px;
  background-image: linear-gradient(bottom, #E9EBEC 26%, #F4F5F6 63%);
  background-image: -o-linear-gradient(bottom, #E9EBEC 26%, #F4F5F6 63%);
  background-image: -moz-linear-gradient(bottom, #E9EBEC 26%, #F4F5F6 63%);
  background-image: -webkit-linear-gradient(bottom, #E9EBEC 26%, #F4F5F6 63%);
  background-image: -ms-linear-gradient(bottom, #E9EBEC 26%, #F4F5F6 63%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.26, #E9EBEC),
    color-stop(0.63, #F4F5F6)
  );
}

.load-more:hover {
  color: #666;
  text-decoration: none;
  background-image: linear-gradient(bottom, #dddddd 26%, #F4F5F6 63%);
  background-image: -o-linear-gradient(bottom, #dddddd 26%, #F4F5F6 63%);
  background-image: -moz-linear-gradient(bottom, #dddddd 26%, #F4F5F6 63%);
  background-image: -webkit-linear-gradient(bottom, #dddddd 26%, #F4F5F6 63%);
  background-image: -ms-linear-gradient(bottom, #dddddd 26%, #F4F5F6 63%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #dddddd),
    color-stop(0.63, #F4F5F6)
  );
}

.load-more:active,
.load-more:focus {
  color: #666;
  text-decoration: none;
  background-image: none;
  background: #fafafa;
  box-shadow: inset 0 0 14px rgba(0,0,0,0.1);
}

.load-more:after {
  content: '';
  position: absolute;
  display: block;
  top: 14px;
  right: 30px;
  height: 19px;
  width: 19px;
  background: url('../img/load-more.png') 0 0 no-repeat;
}

.load-more.loading:after {
  background-image: url('../img/load-more.gif');
}

.article-wrap.span9 .load-more {
  margin-left: 210px;
}

/* Unpublished/Draft indicator */

.node-unpublished {
  background: url('../img/draft-bg.png') center 5px repeat-y #ffd;
  padding: 10px 20px 0;
  margin: 20px -20px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
