/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 10px 18px  0 18px;
  background: #FDF2E1;
  display: none;
  overflow: hidden; border:1px solid #474646!important; border-bottom:none!important;
}

.borderyes{border-bottom:1px solid #474646!important;}

button.accordion{
    background-color: #FFFCE9; border:1px solid #474646!important; border-bottom:none!important;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px; font-weight:600;
    transition: 0.4s;
	}
	
button.accordion:after {
    content: '\002B';
    color: #333333;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion:hover:after  { color:#fff;}

button.accordion.active, button.accordion:hover {
    background-color: #202F59; color:#fff;}
	
button.accordion.active:after {
    content: "\2212";  color:#fff;}
	
.heading_top{ border:1px solid #474646; padding:15px; margin-bottom:20px;}
.heading_top h2{ font-size:20px; line-height:1.4; text-transform:uppercase;}
.heading_top h1{ font-size:24px; line-height:1.4; color:#0B4B8C;}
.heading_top p{ font-size:14px; line-height:1.4;}

.imgs {
    float: left;
    margin: 10px 20px 20px 10px;   
    min-height: auto !important; border:4px solid #fff;}	

.booktop {  margin-top:20px; margin-bottom:10px;}	
.booktop a { background:#E42C2C; color:#fff; font-size:18px; font-weight:bold; padding:10px 15px; border-radius:5px;}
.booktop a:hover { background:#138E1F;}
	
.book { text-align:center; margin-top:30px;}	
.book a { background:#E42C2C; color:#fff; font-size:18px; font-weight:bold; padding:15px 25px; border-radius:5px;}
.book a:hover { background:#138E1F;}
