.nyt-img {
  width: 180px;
  height: auto;
}
p.sell {
  font-family: 'Open Sans';
  display: inline;
  font-size: 15px;
}
.ptb {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mb {
  margin-bottom: 40px;
}
.mt {
  margin-top: 40px;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}
.ta-left {
  text-align: left;
}
.big p {
  font-size: 24px;
}
body {
  font-family: 'Open Sans';
  color: #222;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #548cd6;
}
.pagetitle {
  margin-bottom: 30px;
}
h1,
h2 {
  font-weight: bold;
  font-family: "Merriweather", serif;
}
h1 {
  font-size: 30px;
}
h1 a {
  color: #000;
}
h2 {
  font-size: 24px;
}
h3,
h3.widgettitle {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
}
.content,
.drkgrey-wrap {
  font-size: 16px;
  line-height: 1.5em;
}
.content p,
.drkgrey-wrap p,
.content ul,
.drkgrey-wrap ul {
  line-height: 1.4em;
  margin-bottom: 16px;
}
.drkgrey-wrap {
  background: #222;
  padding: 30px 0 25px;
  color: #fff;
}
.drkgrey-wrap .newsletter-wrap div.container {
  padding-bottom: 0px;
}
.drkgrey-wrap form {
  padding-top: 10px;
  position: relative;
}
.drkgrey-wrap form input {
  font-size: 13px;
}
.drkgrey-wrap form img {
  position: absolute;
  right: 0px;
  top: -40px;
}
.jb_book_widget {
  text-align: center;
}
a.more-link {
  color: #222;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.navbar .navbar-inner {
  background: #f4f4f4;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media (max-width: 979px) {
  .navbar .navbar-inner {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar ul.dropdown-menu {
  border-radius: 0px;
  text-align: left;
}
.navbar ul.dropdown-menu a:hover,
.navbar ul.dropdown-menu .active a {
  color: #fff;
  text-shadow: none;
  background: #548cd6;
}
@media (max-width: 979px) {
  .navbar ul.dropdown-menu {
    text-align: center;
    display: block !important;
  }
}
.navbar .nav {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  float: right;
  text-align: center;
  border: 0;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  z-index: 1;
}
@media (max-width: 980px) {
  .navbar .nav {
    float: none;
  }
}
.navbar .nav > li > a:hover {
  background: #ddd;
}
.navbar .nav li {
  border-right: 1px solid #ddd;
  border-left: 1px solid #fff;
  /* triggered when max-width: 979px */
  font-size: 13px;
  letter-spacing: 1px;
}
@media (max-width: 979px) {
  .navbar .nav li {
    border-right: none;
    border-left: none;
  }
}
.navbar .nav li:first-child {
  border-left: 0px;
}
.navbar .nav li a {
  color: #4f5969;
  text-shadow: 1px 1px 0 #fff;
  padding: 18px 18px;
}
.btn {
  text-transform: uppercase;
  color: #222;
  text-shadow: none;
  background-color: #fff021;
  background-image: -moz-linear-gradient(top, #fff135, #FFEE02);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff135), to(#FFEE02));
  background-image: -webkit-linear-gradient(top, #fff135, #FFEE02);
  background-image: -o-linear-gradient(top, #fff135, #FFEE02);
  background-image: linear-gradient(to bottom, #fff135, #FFEE02);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff135', endColorstr='#ffffee02', GradientType=0);
  border-color: #FFEE02 #FFEE02 #b4a800;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #fceb00;
  font-weight: bold;
  font-size: 13px;
  font-family: 'Open Sans';
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn:hover {
  background: #4f5969;
  color: #fff;
  border: 1px solid #4f5969;
}
.btn.btn-black {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  background-color: #424242;
  background-image: -moz-linear-gradient(top, #4d4d4d, #333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d4d4d), to(#333));
  background-image: -webkit-linear-gradient(top, #4d4d4d, #333);
  background-image: -o-linear-gradient(top, #4d4d4d, #333);
  background-image: linear-gradient(to bottom, #4d4d4d, #333);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d4d4d', endColorstr='#ff333333', GradientType=0);
  border-color: #333 #333 #0d0d0d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.btn-lg {
  font-weight: bold;
  padding: 7px 14px;
  font-size: 13px;
  min-width: 120px;
  margin-right: 7px;
  text-align: center;
}
.btn:focus {
  background-position: 0 0;
}
.postid-1983 .newsletter-widget,
.page-id-1925 .newsletter-widget {
  background: #efefef;
  color: #000;
}
.postid-1983 a,
.page-id-1925 a {
  color: #f7932a;
}
.postid-1983 .btn,
.page-id-1925 .btn {
  color: white;
  text-shadow: none;
  background-color: #f8a247;
  background-image: -moz-linear-gradient(top, #f9ac5b, #f7932a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9ac5b), to(#f7932a));
  background-image: -webkit-linear-gradient(top, #f9ac5b, #f7932a);
  background-image: -o-linear-gradient(top, #f9ac5b, #f7932a);
  background-image: linear-gradient(to bottom, #f9ac5b, #f7932a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9ac5b', endColorstr='#fff7932a', GradientType=0);
  border-color: #f7932a #f7932a #cd6d08;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #f79125;
}
body .navbar .social {
  padding-top: 30px;
}
body .navbar .social a {
  color: #4f5969;
  background-color: #fff021;
  background-image: -moz-linear-gradient(top, #fff135, #FFEE02);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff135), to(#FFEE02));
  background-image: -webkit-linear-gradient(top, #fff135, #FFEE02);
  background-image: -o-linear-gradient(top, #fff135, #FFEE02);
  background-image: linear-gradient(to bottom, #fff135, #FFEE02);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff135', endColorstr='#ffffee02', GradientType=0);
  border-color: #FFEE02 #FFEE02 #b4a800;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 11px;
}
body .navbar .social a i {
  font-size: 14px;
}
body .navbar .social a:hover {
  background: #4f5969;
  color: #fff;
}
body .navbar .brand {
  font-family: "Merriweather", serif;
  -webkit-font-smoothing: antialiased;
  padding: 19px 10px 18px;
  margin-left: 20px;
  font-size: 24px;
  font-weight: bold;
}
body .navbar .brand a {
  color: #222;
}
body .navbar .brand a .blue {
  color: #548cd6;
}
body .navbar .brand a:hover {
  text-decoration: none;
}
@media (max-width: 979px) {
  body .navbar .brand {
    text-align: center;
    display: block;
    float: none;
  }
  body .navbar .brand img {
    float: none;
    margin: 2px;
  }
}
.navbar-inner .container {
  position: relative;
}
.blog .post-wrap {
  overflow: hidden;
  clear: left;
}
.featured_image {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .featured_image {
    float: none;
    display: block;
    margin: 0 auto 10px;
    width: 50%;
  }
}
.color {
  color: #548cd6;
}
.navbar .nav > .active > a {
  color: #000;
  text-decoration: none;
  background-color: #DDD;
}
.content .row {
  padding-top: 30px !important;
}
.widget {
  padding: 0 30px;
  margin-bottom: 30px;
}
@media (max-width: 979px) {
  .widget {
    margin-right: 0px;
    margin-left: 0px;
  }
}
#home .sidebar {
  background: url(../images/bg-drop-shadow.png) top center no-repeat;
}
#home .sidebar > div {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 979px) {
  #home .sidebar {
    background: none;
  }
  #home .sidebar > div {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#home .footer {
  margin-top: 0px;
}
.newsletter-widget {
  padding: 10px;
  background: #548cd6;
  color: #fff;
  position: relative;
}
.newsletter-widget p {
  font-size: 14px;
  line-height: 1.5em;
}
.newsletter-widget form {
  margin-bottom: 0px;
}
.newsletter-widget .guide-image {
  position: absolute;
  top: 49px;
  right: -50px;
}
.widget .books-text {
  margin-bottom: 25px;
}
.widget .books-text .booktitle {
  font-family: "Merriweather", serif;
  font-size: 20px;
  margin-bottom: 10px;
}
.widget .books-text .bookseller-links {
  clear: both;
}
.widget .books-text .bookseller-links img {
  padding: 0px;
  margin-bottom: 10px;
  margin-right: 5px;
}
.widget .books-text .attachment-book-thumb {
  width: 105px;
  float: left;
  margin-right: 18px;
}
/*
.bn {
	text-indent: -999em;
	background-image: url(../images/icon-barnes-black.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	width: 100px;
	&:hover {
		background-image: inherit;
		background-repeat: no-repeat;
	background-position: center 8px;
		background-image: url(../images/icon-barnes-white.png);
	}
}
.amazon {
	text-indent: -999em;
	//background-image: url(../images/bg-barnes.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100px;
	background-image: url(../images/icon-amazon-black.png);
	&:hover {
		background-image: inherit;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(../images/icon-amazon-white.png);
	}
}
*/
#reviews p {
  padding: 20px;
  position: relative;
  font-size: 16px;
  background: #f4f4f4;
  line-height: 1.6em;
}
#reviews p .otr_leftquo,
#reviews p .otr_rightquo {
  position: absolute;
  color: #548cd6;
  top: 22px;
  font-weight: bold;
  font-size: 40px;
  font-family: "Merriweather", serif;
}
#reviews p .otr_leftquo {
  left: -10px;
}
#reviews p .otr_rightquo {
  right: -10px;
}
#reviews p .source {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
}
.otr_nav {
  display: none;
}
.lightGrey-wrap {
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.book-masthead {
  background: url('../images/bg-book-masthead.png') no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 40px 0;
  padding-bottom: 40px;
}
.book-image canvas {
  max-width: 100%;
}
/*span.ui-slider-handle.ui-state-default.ui-corner-all {
    border-radius: 50%;
    top: -10px;
}
body div.ui-slider-horizontal {
    height: 4px;
    background: #DDD !important;
    margin-top: 9px;
}
*/
span.ui-slider-handle:focus {
  box-shadow: none !important;
  outline: none;
}
.book-container {
  padding-top: 30px;
}
.book_data h2 {
  margin-top: 0px;
  font-size: 44px;
  line-height: 1.5em;
}
.book_data h2 a {
  color: #000;
  line-height: 1.5em;
}
.book_data h2 .the_subtitle {
  display: block;
}
.book_data p {
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: 1.5em;
}
.book_data .span3 h3 {
  font-weight: bold;
}
.book_data .span3 > div {
  margin-left: 10px;
}
.book_data .large-buttons {
  margin-top: 30px;
}
.drkblue-wrap .book_data a {
  color: #fff;
}
.has_post_thumbnail .post-content,
.has_post_thumbnail .post_title {
  margin-left: 180px;
}
@media (max-width: 979px) {
  .has_post_thumbnail .post-content,
  .has_post_thumbnail .post_title {
    margin-left: 0px;
  }
}
.drkblue-wrap {
  padding: 35px 0px;
  color: #fff;
  background: #4f5969;
}
.drkblue-wrap .container {
  margin-bottom: 0;
  padding-bottom: 0;
}
.drkblue-wrap h1,
.drkblue-wrap h2 {
  margin-bottom: 0px;
  margin-top: 0;
}
.resource-wrapper {
  text-align: center;
}
.resource-wrapper .resource-content-container h3 {
  font-family: "Merriweather", serif;
}
.resource-wrapper .resource-content-container a {
  color: #000;
}
.resource-wrapper .resource-content-container a:hover {
  color: #548cd6;
}
.resource-wrapper section {
  padding: 40px 0;
}
.resource-wrapper .thumbnail-container {
  height: 100px;
  width: auto;
}
.resource-wrapper .thumbnail-container img {
  max-height: 100%;
  width: auto;
}
.hero {
  margin-top: 15px;
  text-align: center;
  padding: 12px 30px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #f4f4f4;
  border: 1px solid #548cd6;
}
.hero h3 {
  font-weight: lighter;
  font-size: 22px;
}
.hero img {
  float: right;
  margin-right: -53px;
  margin-top: -13px;
  width: 172px;
  margin-left: 20px;
}
@media (max-width: 979px) {
  .hero {
    padding-bottom: 0px;
    background: none;
    border: none;
  }
  .hero img {
    margin: 0;
    float: none;
    width: 60%;
  }
  .hero h3,
  .hero p {
    display: none;
  }
}
.book-image img {
  width: 236px;
}
.book-image a.animated_cover_link {
  font-size: 12px;
  font-weight: bold;
}
.footer {
  margin-top: 40px;
  background: #292929;
  color: #FFF;
  padding: 20px 0;
  font-size: 13px;
}
.footer > .navbar-inner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
h1 .rss {
  padding: 3px 8px;
  font-size: 16px;
}
@media (max-width: 768px) {
  div[class*=-wrap] {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  div[class*=-wrap] > .container {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
  div[class*=-wrap].nav-wrap {
    margin: 0;
    padding: 0;
  }
}
html body .ot_event_list {
  font-family: 'Open Sans';
}
html body .ot_event_list td {
  color: #000;
  padding: 10px;
  border: 1px solid #ddd;
}
html body .ot_event_list td.e_date {
  font-weight: 800;
  text-align: center;
}
html body .ot_event_list .otr_e_data td {
  border: 1px solid #ddd;
}
html body .ot_event_list .month td {
  border-bottom: 1px solid #548cd6;
  border-left: none;
  border-right: none;
  color: #548cd6;
  font-weight: 200;
  text-transform: none;
}
html body .ot_event_list th {
  font-weight: 800;
  border-bottom: 4px solid #548cd6;
  padding: 10px;
}
.join {
  margin-left: -40px;
  font-size: 25px;
  text-align: left;
  text-transform: uppercase;
  margin-top: -19px;
  margin-bottom: -20px;
}
@media (max-width: 768px) {
  .join {
    margin-left: 0px;
    margin-top: 0px;
  }
}
.widget.book .book_link_dropdown {
  text-align: center;
}
.book_link_dropdown {
  clear: both;
}
.book_link_dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 10px;
  box-shadow: none;
  border: 1px solid #ddd;
  border-top: 2px solid #000;
  background: #f5f5f5;
}
.book_link_dropdown .dropdown-menu img {
  display: inline-block;
}
.page-template-template-sxsw h1 {
  text-indent: -999em;
  display: block;
  background: url(../images/sxsw_header.png) no-repeat top center;
  height: 165px;
  background-size: auto 100%;
  text-align: center;
  font-size: 70px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.page-template-template-sxsw .entry {
  color: #4f5969;
  border: 4px solid #4f5969;
  padding: 60px 30px 0px;
  margin-bottom: 30px;
}
.page-template-template-sxsw .entry h1 {
  margin-top: 50px;
}
@media (max-width: 960px) {
  .page-template-template-sxsw .entry h1 {
    height: 125px;
    background-size: auto 100%;
  }
  .page-template-template-sxsw .entry .input-large {
    padding: 10px 16px !important;
  }
}
@media (max-width: 768px) {
  .page-template-template-sxsw .entry {
    text-align: center;
  }
  .page-template-template-sxsw .entry h1 {
    height: 62px;
  }
  .page-template-template-sxsw .entry .input-large {
    padding: 10px 16px !important;
  }
}
.page-template-template-sxsw .input-large {
  padding: 10px 16px;
}
.page-template-template-sxsw .otmc_processor_sxsw input[type=submit] {
  background: #fff;
}
.page-template-template-sxsw button.btn {
  background: #FFEE02;
  color: #4f5969;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
}
.page-template-template-sxsw button.btn:hover {
  background: #4f5969;
  color: #fff;
}
.page-template-template-sxsw .ptb {
  padding: 30px 0;
}
.page-template-template-sxsw h2 {
  line-height: 1.4em;
}
.page-template-template-sxsw .blue-wrap {
  padding: 35px 30px;
  color: #fff;
  background: #548cd6;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 50px;
}
.page-template-template-sxsw .sxsw_logo {
  margin: -85px auto 0;
  height: 25px;
  display: block;
  text-align: center;
  width: 100%;
}
.page-template-template-sxsw .sxsw_logo img {
  max-height: 100%;
  width: auto;
  padding: 10px;
  background: #fff;
}
.page-template-template-sxsw .footer a {
  color: #548cd6;
}
.page-template-template-sxsw img.one-pager {
  padding-top: 10px;
}
.page-template-template-sxsw .bookseller-links a {
  display: inline-block;
}
.page-template-template-sxsw .nav-wrap {
  margin-right: 0px;
  padding-right: 0px;
}
.page-template-template-sxsw small.hr {
  padding-bottom: 4px;
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
}
.page-template-template-sxsw .input-large {
  padding: 20px;
}
div#download,
div#register_modal {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
}
div#download .modal-body,
div#register_modal .modal-body {
  padding: 20px;
}
.progress.progress-success.progress-striped {
  background: #F5F5F5;
  border-radius: 0px;
  margin-bottom: 10px;
}
.progress.progress-success.progress-striped .bar {
  width: 50%;
  background-color: #CCCCCC;
}
.progress.progress-success.progress-striped small {
  position: absolute;
  width: 100%;
  left: 0px;
  line-height: 20px;
  font-weight: bold;
  font-size: 12px;
}
.reviews-container #reviews p.quote {
  padding: 20px 25px;
  font-size: 18px;
}
.reviews-container #reviews p.quote .source {
  font-size: 13px;
  margin-top: 8px;
}
.widget.book {
  text-align: center;
}
.widget.book canvas {
  max-width: 100%;
}
.widget.book small {
  line-height: 1.4em;
  padding-bottom: 10px;
}
.widget.book #slider {
  margin-bottom: 20px;
}
span.ui-slider-handle.ui-state-default.ui-corner-all {
  background: #FFEE02;
  border: 1px solid #9b9100;
}
div#slider {
  background: #fffcce;
  max-width: 70%;
  margin: 0 auto;
}
.book-image small {
  margin-bottom: 5px;
  display: block;
}
.ot_social_widget .btn {
  display: block;
}
.widget .bookseller-links {
  text-align: center;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.logo-wrapper p {
  margin-bottom: 20px;
}
.logo-wrapper .span2 {
  text-align: center;
  height: 40px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-bottom: 25px;
}
.logo-wrapper .span2 img {
  max-height: 100%;
  width: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gform_wrapper .gform_title {
  display: none;
}
.gform_wrapper .gform_body .gform_fields input[type=text] {
  padding: 18px 5px;
  height: auto;
}
.gform_wrapper .gform_body .gform_fields select,
.gform_wrapper .gform_body .gform_fields input,
.gform_wrapper .gform_body .gform_fields textarea {
  font-size: 14px;
}
.gform_wrapper .gform_body .gform_fields textarea {
  padding: 5px;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  overflow: visible !important;
}
.gform_wrapper .gform_footer input[type=submit] {
  text-transform: uppercase;
  color: #222;
  text-shadow: none;
  background-color: #fff021;
  background-image: -moz-linear-gradient(top, #fff135, #FFEE02);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff135), to(#FFEE02));
  background-image: -webkit-linear-gradient(top, #fff135, #FFEE02);
  background-image: -o-linear-gradient(top, #fff135, #FFEE02);
  background-image: linear-gradient(to bottom, #fff135, #FFEE02);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff135', endColorstr='#ffffee02', GradientType=0);
  border-color: #FFEE02 #FFEE02 #b4a800;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #fceb00;
  font-size: 13px;
  font-family: 'Open Sans';
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 22px;
  font-size: 14px !important;
  font-weight: bold;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #4f5969;
  color: #fff;
  border: 1px solid #4f5969;
}
.gform_wrapper .gform_footer input[type=submit].btn-black {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  background-color: #424242;
  background-image: -moz-linear-gradient(top, #4d4d4d, #333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d4d4d), to(#333));
  background-image: -webkit-linear-gradient(top, #4d4d4d, #333);
  background-image: -o-linear-gradient(top, #4d4d4d, #333);
  background-image: linear-gradient(to bottom, #4d4d4d, #333);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d4d4d', endColorstr='#ff333333', GradientType=0);
  border-color: #333 #333 #0d0d0d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.gform_wrapper .gform_footer input[type=submit].btn-lg {
  font-weight: bold;
  padding: 7px 14px;
  font-size: 13px;
  min-width: 120px;
  margin-right: 7px;
  text-align: center;
}
.gform_wrapper .gform_footer input[type=submit]:focus {
  background-position: 0 0;
}
#gform_wrapper_2 ul li.gfield {
  clear: both;
  background: #f5f5f5;
  padding: 14px 20px;
  border-bottom: 2px solid #ddd;
}
#gform_wrapper_2 .top_label .gfield_label {
  line-height: 1.6em;
  padding-top: 0px;
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
  font-weight: normal !important;
}
#gform_wrapper_2 label.gfield_label + div.ginput_container {
  padding-left: 23px;
}
#gquiz_confirmation_message .gquiz-field {
  background: #f5f5f5;
  border-bottom: 2px solid #ddd;
  padding: 20px;
}
#gquiz_confirmation_message .gquiz-field .gquiz-field-label {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
#gquiz_confirmation_message .gquiz-field li.gquiz-incorrect-response {
  color: darkred;
}
#gquiz_confirmation_message .gquiz-field li.gquiz-correct-choice {
  color: green;
}
#gquiz_confirmation_message .gquiz-field .gquiz-answer-explanation {
  line-height: 1.5em;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: inherit;
  box-shadow: inherit;
  color: inherit;
}
.single-book .buy-book-text {
  display: none;
}
.booklinks {
  border-bottom: none;
  border-top: none;
}
span.gfield_required {
  display: none;
}
.entry li {
  line-height: 24px;
  list-style: circle;
}
.post-type-archive-book h2.book_title a {
  color: #000;
}
.post-type-archive-book .contagious img {
  width: 210px;
}
.postid-1983 #enhancedtextwidget-5 {
  display: none;
}
.resource-wrap {
  padding: 20px 0;
  margin: 20px 0;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
}
.resource-wrap h3 {
  margin-top: 0;
  font-size: 18px;
}
.resource-wrap p {
  font-size: 14px;
  font-weight: bold;
}
