.subtitle-candidbook{
	font-size: 25px;
	line-height: 1.2;
}
.text-left, .text-left *{
	text-align: left;
}
.rea-content .intro-candidbook>p{
	font-size: 18px;
	margin-top: 0;
}
h1.candidbook-title{
    font-size: 30px;
	line-height: 1;
	color: #116E79;
}
.iframe-candidbook iframe{
	width: 100%;
}
.internal-container{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.fw-bold{
	font-family: 'MontserratBold';
}
.box-grey{
	background-color: #F7F8F9;
    padding: 40px 20px
}

.candidbook-chapter-previewbox{
	overflow: hidden;
    border-radius: 11px;
	box-shadow: 0px 3px 14px #00000029;
    display: block;
    text-decoration: none !important;
}
.candidbook-chapter-previewbox-img-box img{
	transition: all .2 ease-in-out;
}
.candidbook-chapter-previewbox-img-box:hover{

}
.candidbook-chapter-previewbox-content{
	padding: 15px;
    background-color: #F7F8F9;
    min-height: 250px;
}
.candidbook-chapter-previewbox .chapter-text{
	color: #58595B;
    font-family: 'MontserratBold';
    font-size: 11px;
}
.candidbook-chapter-previewbox .chapter-title{
	color: #116E79;
    font-family: 'MontserratBold';
    font-size: 18px;
}

.single-chapter-row{
	padding: 50px 0;
    border-bottom: 1px solid #58595B;
}
.single-chapter-row .rea-share-block{
	display: none;
}
.single-chapter-row p{
	font-size: 20px;
    line-height: 1.5;
}
.single-chapter-row .wp-block-rea-quote-rea-quote-block{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
    margin-top: 30px;
}
.single-chapter-row .single-chapter-number{
	color: #58595B;
    font-family: 'MontserratBold';
    font-size: 14px;
}
.single-chapter-row .single-chapter-title{
	color: #212121;
    border-left: 4px solid #116E79;
    padding-left: 14px;
    font-size: 34px;
}

@media (min-width: 992px){
	.internal-container{
    	padding-left: 0;
    	padding-right: 0;
    }
	.text-lg-right, .text-lg-right *{
		text-align: right;
	}
}
@media (min-width: 1200px){
	.subtitle-candidbook{
    	font-size: 36px;
    }
    h1.candidbook-title{
    	font-size:45px;
    }
    .candidbook-chapter-previewbox-content{
    	min-height: 190px;
    }
    .single-chapter-row .wp-block-rea-quote-rea-quote-block{
		max-width: 70%;
    }
}