﻿/* Security Ladder of Involvement page styles */

#block-44 > div > p {display: none;} /* fix for "there is no custom code to display" */

/* remove the right sidebar's left border */
aside#block-11 {
  border-style: none;
  display: none;
}


/* add a right border border to the main content area  */
body.custom section.column.column-1.grid-left-0.grid-width-16 {
  border-right: 1px #cccccc solid;
}

body.custom ol ol.sub-questions li {
  padding-bottom: 6px;
}

body.custom span.soft-blue {
  color: rgb(31, 73, 125);
}


body.custom li#tb_book_widget-3 {
  background-color: #47AAED;
}

body.custom li#tb_book_widget-3 h3.widget-title {
  background-color: #007ACC;
  background-image: none;
  border: 0;
  color: white;
  padding: 0 6px;
  text-align: center;
}

body.custom li#tb_book_widget-3 div.book_cover {
  margin-bottom : 0;
}

body.custom li#tb_book_widget-3 h3.widget-title span {
  background-color: #007ACC;
  background-image: none;
  border: 0;
  color: white;
  font-size: 22px;
  text-align: center;
}

body.custom li#tb_book_widget-3 h4.book_title {
  background-color: transparent;
  background-image: none;
  color: white;
  font-size: 22px;
  line-height: 28px;
  margin: 4px 0 2px;
  padding: 6px 6px 10px;
  text-align: center;
}

body.custom li#tb_book_widget-3 h4.book_title:hover {
  background-color: #007ACC;
}

body.custom li#tb_book_widget-3 h4.book_title a {
  background-color: transparent;
  background-image: none;
  color: white;
  font-size: 22px;
  line-height: 28px;
}

body.custom li#tb_book_widget-3 div.tb-entry-actions {
  text-align: center;
}

body.custom li#tb_book_widget-3 div.tb-entry-actions a.tb_button {
  background-color: #007ACC !important;
  background-color: transparent;
}

body.custom li#tb_book_widget-3 div.tb-entry-actions div.tb_buynow_wrapper a.tb_button {
  background-color: #007ACC !important;
  background-color: transparent;
  margin: 10px 0 10px 36px;
}

/* Eliminate the Buy Now button */

body.custom div.tb_buynow_wrapper {
  display: none;
}