#block-cancercare-content .article-desc p{max-width:unset!important;}
.video-body.ch12 .article-desc{max-width:800px;}



/*font size begin*/
html{font-size: 16px;}
html.small-font{font-size: 14px;}
html.large-font{font-size: 18px;}

p,
.search-input::-webkit-input-placeholder, 
.footer-btn li a,
.share-section .share-item div,
.search_result .search-result__title a,
#block-cancercare-content p,
#block-cancercare-content li,
.interview-inner  .other-video-wapper .other-video{
	font-size: 1.25rem; /*20px*/
}

.logo-text {
	font-size: 1.625rem; /*26px*/
}

.header-right-btn li,
.search-nav-btn a {
	font-size: 1.375rem; /*22px*/
}

.first-nav a,
.info-section .info-card .card-desc,
.info-section .more-btn a,
.main-promo .main-video-content .video-desc,
.sub-video-content .sub-category,
.promo-more a,
.disclaimer-section .disclaimer-content,
.scroll-to-top .to-top-txt,
.interview-inner .section-title,
.prev-article a, .next-article a {
	font-size: 1.125rem; /*18px*/
}

.search-input,
.home-nav-button .house-btn-content,
#breadcrumbs,
#breadcrumbs li,
#breadcrumbs li a,
ul.breadcrumb li,
.other-video-wapper .video-content .video-title{
	font-size: 1rem;
}

#block-cancercare-content h2{font-size: 1.5rem;}
#block-cancercare-content h3{font-size: 1.4rem;}
#block-cancercare-content h4{font-size: 1.2rem;}
#block-cancercare-content h5{font-size: 1.1rem;}

.search-result-section .search_title,
.handbook-section .handbook-title,
.handbook-page .page-title,
.handbook-page .handbook-titiel,
.relate-info-title {
	font-size: 1.875rem;/*30px*/
}

.house-btn-txt,
.disclaimer-btn .btn-wapper,
.interview-inner .article-date{
	font-size: 0.875rem; /*14px*/
}

.info-section .info-card .card-title,
.main-promo .main-video-content .video-title a,
.info-support-wapper .info-support-title {
	font-size: 1.75rem; /*28px*/
}

.section-title,
.share-section .share-title {
	font-size: 2.25rem; /*36px*/
}

.sub-video-content .sub-title a,
.support-section .support-item .support-title,
.disclaimer-section .disclaimer-title,
.relate-item .relate-content .relate-title,
.interview-page .video-wapper .video-title {
	font-size: 1.5rem; /*24px*/
}

.interview-nav .nav-title{
    font-size: 1.687rem;/*27px*/
}


.info-support-wapper .doc-name{
    font-size: 1.437rem;/*23px*/
}

.relate-slider .slick-prev, .relate-slider .slick-next {
    font-size: 0;
}

.interview-inner .article-title {
    font-size: 2.187rem; /*35px*/
  }

@media (max-width: 991px) {
    .mobile-header .menu-title {
        font-size: 1.25rem;
    }
    .mobile-header .search-input-mobile {
        font-size: 0.875rem; /*14px*/
    }
    .sub-video-content .sub-category,
    .mobile-header .header-right-btn a {
        font-size: 1rem;
    }
    .mobile-header #block-header-btn .menu a {
        font-size: 1.375rem;
    }

}

.handbook-cat-list-wapper li a{
    font-size: 1.25rem;
}
@media (min-width: 768px){
	.footer-btn li a{font-size: 1rem;}
}
@media (min-width: 991px){
	.footer-btn li a{	font-size: 1.125rem; /*18px*/}
}
/*font size end*/

form#search-block-form .js-form-submit
{

    height: 44px;
    margin-top: 9px;
    line-height: 54px;
    font-size: 0;
    padding: 0px 45px 0 15px;
    border: 0;
    width: 40px;
    background-color: #dfcfac;
    background-image: url(../images/search_icon.svg);
    background-repeat: no-repeat;
    background-position: right 20px top 11px;
    background-size: 20px;
    transition: background-color .3s ease;
    transform: translate(-40px, -53px);
    position: absolute;
}

form#search-block-form .js-form-submit:hover, form#search-block-form .js-form-submit:focus 
{
	background-color: #f5ead1;
}

@media (min-width: 768px) and (max-width: 991px){
	form#search-block-form .js-form-submit{
    height: 44px;
    margin-top: 9px;
    line-height: 54px;
    font-size: 0;
    padding: 0px 45px 0 15px;
    border: 0;
    width: 40px;
    background-color: #dfcfac;
    background-image: url(../images/search_icon.svg);
    background-repeat: no-repeat;
    background-position: right 20px top 11px;
    background-size: 20px;
    transition: background-color .3s ease;
    transform: translate(601px, -53px);
    position: absolute;
    }
}



@media (max-width: 767px){
    form#search-block-form .js-form-submit{
    height: 44px;
    margin-top: 9px;
    line-height: 54px;
    font-size: 0;
    padding: 0px 45px 0 15px;
    border: 0;
    width: 40px;
    background-color: #dfcfac;
    background-image: url(../images/search_icon.svg);
    background-repeat: no-repeat;
    background-position: right 20px top 11px;
    background-size: 20px;
    transition: background-color .3s ease;
    transform: translate(440px, -53px);
    position: absolute;
    }
}


html[lang="en"] *{letter-spacing:unset!important;}

html[lang="en"] #block-cancercare-content p{line-height:1.8em;}