.entry-inner iframe{
margin: 0px auto;
display: block;
}

.Card-chapter{ 
padding: 4%;; 
background-color: #F5F5F5; 
margin: 10px 0; 
} 

@media only screen and (max-width:768px){
.Card-chapter{padding:1rem}
} 

.Card-chapter:last-child{
margin-bottom:0
} 
.CardChapter-head{
position:relative;
font-size:20px;
font-weight:800;
color:#b88b58;
text-align:center;
font-family:'PFRegal',serif;
margin-bottom:25px
} 
.CardChapter-head span{ 
display: inline-block; 
padding: 0 10px; 
position: relative; 
font-weight: 700 !important; 
background-color: #f5f5f5; 
color: #3B8DBD !important; 
} 
.CardChapter-head:before{
content:"";
position:absolute;
width:100%;
height:1px;
background-color:#736B6B !important;
left:0;
top:.5em
} 
.CardChapter-title{
font-family:'Helvetica Neue','Circe',sans-serif;
font-size:29px;
line-height:1.1;
color:#000;
margin-bottom:16px;
text-align:center
}
@media only screen and (max-width:768px){
.CardChapter-title{font-size:24px}
} 
.CardChapter-body p{
margin-bottom:1rem;
max-width:100%;
} 
@media only screen and (max-width:768px){
.CardChapter-body p{font-size:1rem}
} 
.CardChapter-body p:last-child{
margin:0
}

.entry-inner a {text-decoration:none; font-weight:400;}

.CardMaterial-content{
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}
.CardMaterial-sidebar{
position:relative;
display:none;
-webkit-flex-shrink:0;
-ms-flex-negative:0;
flex-shrink:0;
background-color: #D9D9D9;
max-width:30%;
}
@media only screen and (min-width: 64em){
.CardMaterial-sidebar{
display:block;
padding:2rem 1.5rem}
}
.CardMaterial-html{
padding:1rem;
background-color:#d9d9d9;
-webkit-flex:1;
-ms-flex:1;
flex:1
}
@media only screen and (min-width: 64em){
.CardMaterial-html{/*padding:2rem*/}
}
.CardSidebar{
margin-top:40px;
text-align: left !important;
}
.CardSidebar-chapter{
line-height:20px;
position:relative;
padding:16px 0 16px 30px;
cursor:pointer;
border-bottom:1px solid rgba(0,0,0,0.1);
max-width:80%;
}
.CardSidebar-chapterNumber{
font-size:18px;
font-weight:bold;
font-weight:800;
position:absolute;
left:0;margin-top:1px;
color:#3B8DBD !important;
}
.CardSidebar-chapterTitle a{font-family:'Helvetica Neue','Circe',sans-serif;
font-size:1rem;
font-weight:bold;
color:#000;
font-decoration:none !important;
}
.post-inner.group {
padding-bottom:160px;
}