.help-wrapper
{
	background-color: #f4f5f6;
	border: 0 none;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 auto;
	width: 100%;
	padding: 30px 4% 30px 4%;
}
.panel
{
	border:none;
	border-color:none;
	background-color:transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom:0px;
}
.panel-default > .panel-heading
{
	border-color:none;
	border:none;
}
.read-more-wrapper-mobile
{
	background: #a0c458; /* Old browsers */
	background: -moz-linear-gradient(top, #abce6a 0%, #a0c458 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #abce6a 0%,#a0c458 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #abce6a 0%,#a0c458 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abce6a', endColorstr='#a0c458',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.read-more
{
	background:#811D0E;
	font-style:uppercase;
}

.read-more-wrapper-mobile .pull-left
{
    width:20%;
    float:left;
}

.read-more-wrapper-mobile .pull-right
{
    float: left;
    width: 77%;
    padding: 15px 0 0 3%;
}

.read-more-wrapper-mobile .pull-right .synopsis {
	padding-bottom: 10px;
}


#dyslexic-btn
{
	background:transparent;
}
#dyslexic-form
{
}
.blue-padded-wrapper
{
	border:2px solid #B9D5FC;
	border-radius:10px;
	padding:15px;
	margin:10px 0px 10px 0px;
}
.blue-bold
{
	font-weight:bold;
	color:#3187FF;
}

.blue
{
	color:#3187FF;
}
.grey-normal
{
}

.ebook-download-icons
{
	width:20px;
}
.ebook-download-icons img
{
	width:20px;
}
.ebook-download-inst-block
{
	border:2px solid #E1E2E6;
	border-radius:10px;
	padding:10px;
}

@media screen and (max-width: 991px)
{
	.col-grid5{width:50%;float:left;}
	.row browse-view{width:100%}
	.ulv-genre-slider-img img{}
	.ulv-genre-slider-img {}
}

/*Some styles overidden for help accordions*/

.help-container .accordion
{
	cursor:pointer;
	color: #00673c;
	font-size: 13px;
	font-weight: 700;
}
.help-container div.panel
{
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.help-container .panel-heading:after
 {
    content: '\002B';
    color: #00673c;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.help-container .panel-heading.active:after
{
    content: "\2212";
}
