/* PAGE ELEMENTS */
.level2-content {
  border: solid 1px #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFF;
  padding: 30px 20px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .level2-content {
      padding: 30px 50px; } }

/* HOME ELEMENTS */
h1 {
  font-size: 50px;
  font-weight: normal;
  color: #a92d2d;
  border-bottom: double 3px #CCC;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0; }

h2 {
  font-size: 20px;
  font-weight: bold;
  color: #a92d2d;
  margin: 15px 0 20px 0; }

h3 {
  font-weight: bold;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  margin: 10px 0; }

#content p {
  color: #333;
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 20px 0; }

#content ul li {
  margin: 0; }

#content ul {
  color: #333;
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 30px 0; }

img.image-left {
  margin: 0 20px 20px 0; }

#content p.quotename {
  text-align: right; }

.book {
  border-bottom: solid 1px #CCC;
  padding-top: 50px;
  padding-bottom: 50px; }

.bookfirst {
  padding-top: 0; }

.booklast {
  padding-bottom: 0;
  border-bottom: none; }

.book-page-thumb {
  text-align: center; }

#content p.bookauthor {
  color: #666;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif; }

/*
.bookimage {
	float: left;
	width: 270px;
}
.bookinfo {
	float: right;
	width: 340px;
}
.bookinfo h2 {
	font-size: 16px;
	line-height: 21px;
	font-style: italic;
	margin-bottom: 10px;
}
.bookinfo h2 a:link, .bookinfo h2 a:visited {
	text-decoration: none;
}
.bookinfo h2 a:hover, .bookinfo h2 a:active {
	text-decoration: underline;
}
#content p.bookauthor {
	color: #666;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}
.book {
	border-bottom: solid 1px #CCC;
	padding: 20px 0;
}
.booklast {
	border-bottom: none;
	padding: 20px 0 0 0;
}
*/
iframe {
  margin-bottom: 30px; }
