body{
	font-family: "Filson Pro";
}
.content-1.HeadingSec{ 
    text-align: center;
    padding: 30px 0;
}
.text-nowrap {
    white-space: nowrap;
}
.content-1.HeadingSec h1{
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 0.4px;
    color: #AC182E;
}

.finance-wrap.width1132 {
	max-width:972px;
}
.section-1 {
    padding: 55px 0px 55px 0px;
    background: #FCDFDB;
}
.section1-logo {
    margin: 8px 0 0 0;
}

.section1-content {
    display: flex;
    gap: 32px;
    max-width: 938px;
    margin: 0 auto;
}
.section1-logo img {
    width: 162px;
    height: 162px;
}
.section1-right-content h2 {
    color: #6D0020;
    font-family: "Filson Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    max-width: 660px;
    margin: 0;
    padding: 0 0 10px 0;
}
.section1-text1 {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}
.section1-right-content ul {
    margin: 1px 0 0 0;
    padding-left: 26px;
    margin-bottom: 18px;
}
.section1-right-content li {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.section1-right-content li::marker {
    font-size: 13px;
}
.section2-sub-content p a{
    font-weight: 800;
}
.section1-text2 a {
    color: #EB0000;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}
.section1-footnotes {
    margin-top: 29px;
    margin-left: 6px;
}
.section1-footnotes p:first-child {
    margin: 0 0 8px 0;
}
.section1-footnotes p {
    font-size: 14px;
    line-height: 20px;
    text-indent: -8px;
    font-weight: 400;
}
.section2 {
    padding: 58px 0 64px 0;
}
.section2-content {
    display: flex;
    gap: 32px;
    max-width: 938px;
    margin: 0 auto;
    flex-direction: row;
}

.section2-sub-content p, .section2-sub-content li {
    font-weight: 400;
}

img.mobile-device {
    display: none;
}
.section2-sub-content h2 {
    color: #6D0020;
    margin: 0 0 10px 0;
    font-family: "Filson Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
}
.section2-sub-content p {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}
.section2-sub-content ul {
    margin: 0;
    padding-left: 27px;
    margin-bottom: 18px;
}
.section2-sub-content li {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.section2-sub-content li::marker {
    font-size: 13px;
}

.section2-sub-content p:nth-child(6) {
    margin-bottom: 0;
}
.section2-sub-content a{
	color: #EB0000;
    text-decoration: underline;
}
.explore-access-cta a {
    margin-top: 34px;
    max-width: 263px;
    width: 100%;
    transition: 150ms;
    padding: 0 24px;
    text-decoration: none;
    display: flex;
    background: #6D0020;
    justify-content: center;
    align-items: center;
    height: 50px;
    gap: 16px;
    text-wrap: nowrap;
}
.explore-access-cta a:hover img {
	transform: translateX(8px);
    transition: 150ms;
}
.explore-access-cta a:hover {
    background: #52081E;
    transition: background-color .2s ease-out;
}
.explore-access-cta a:active {
    transition: transform 150ms;
    transform: scale(0.95);
    transform-origin: center;
}
img.desktop-device {
    width: 255px;
    height: 96px;
    margin: 8px 0 0 0;
}
.cta-content {
    background: #091B34;
}
.explore-access-cta p {
    margin: 0;
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    text-align: center;
}
.download-tools-cta {
    max-width: 978px;
    width: 100%;
    margin: 0 auto;
}
.end-callout-wrap.width1132	{
	max-width: 978px;
    padding: 40px 0;
}
.end-page-callout h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px; 
    letter-spacing: 0.24px;
}
.end-page-callout a.green-btn {
        padding: 23px 20px;
        max-width: 258px;
        width: 100%;
}
.end-page-callout a.green-btn span{
	margin-right:16px;
}


.page-banner--cta {
    background: #AA182C;
}

.page-banner--cta__wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    max-width: 972px;
    padding: 32px 0 32px;
    margin: 0 auto 20px auto;
}

.page-banner--cta__text {
    flex-basis: auto;
    font-family: "Filson Pro";
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    color: #fff;
}

.page-banner--cta__btn {
    display: flex;
    background: #6D0020;
    justify-content: center;
    align-items: center;
    height: 74px;
    gap: 16px;
    padding: 30px 20px;
    white-space: nowrap;
}

.page-banner--cta__btn img{
    transition: 150ms;
}

.page-banner--cta__btn:hover img{
	transform: translateX(8px);
}
.page-banner--cta__btn:hover {
    background: #52081E;
}

.page-banner--cta__btn:active {
    transition: transform 150ms;
    transform: scale(0.95);
    transform-origin: center;
}


a.page-banner--cta__btn-link {
    font-family: "Filson Pro";
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

p.page-banner--cta__fotnote {
    font-family: "Filson Pro";
    font-size: 14px;
    font-weight: 425;
    line-height: 20px;
    max-width: 1140px;
    margin: 32px auto;
    color: #333;
}

    .section2-sub-content .tel-color a{
        text-decoration: none;
        font-weight: 400;
        pointer-events: none;   
}

.section1-text2 a:hover {
    color: #6D0020;
    text-decoration: underline !important;
}

.section2-sub-content p a {
    /*text-decoration: none;*/
}

a.access-link:hover {
	color: #6D0020 !important;
    text-decoration: underline !important;
}

        a.access-link {
    color: #EB0000 !important;
    text-decoration: underline;
}

@media screen and (max-width: 991px) {

	img.mobile-device{
		display: block;
        width: 255px;
    }
    img.desktop-device{
		display: none;
    }


    .width1132 {
        padding:0!important;
    }
    .content-1.HeadingSec {
        padding: 40px 0 31px 0;
    }
    .section1-content, .section2-content, .download-tools-cta, .banner-text {
        padding: 0 15px;
        width: calc(100% - 30px);
    	flex-direction: column;
        align-items: center;
    }
	.section1-content, .section2-content {
        padding: 0;
    }
	.section1-content {
        gap: 25px;
    }
    .section1-right-content h2 {
        font-size: 26px;
        line-height: 32px;
        width: 100%;
        max-width: 300px;
        letter-spacing: 0.52px;
        padding: 0 0 14px;
    }
	.finance-wrap.width1132.text-center h1 {
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 0.3px;
		margin:0;
		padding: 0 11px;
    }

	.cholangiocarcinoma-gallbladder-cancer .end-page-callout {
		 padding: 40px 15px;
     }
     .end-page-callout a.green-btn {
        max-width: none;
        text-align: center;
	}
	.explore-access-cta a{
		    background-image: none;
            margin-top: 32px;
    }

    .section1-footnotes {
        margin-top: 28px;
        margin-left: 7px;
    }
    .section1-footnotes p:first-child {
        margin: 0 0 6px 0;
    }
	.section2 {
        padding: 67px 0 64px 0;
    }
	.section2-content {
        gap: 26px;
    }

	.section2-sub-content ul {
        margin: 19px 0 16px 0;
    }

    .section2-sub-content h2 {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0.52px;
    }

   	img.financial-arrow{
        margin-left: auto;
    }

    .section1-right-content ul {
        padding-left: 29px;
    }


	.section2-sub-content .explore-access-cta a p {
        flex-grow: 1;
    }   

    span.no-wrap.tel-color {
        text-wrap: nowrap;
    }  
    .section2-sub-content .tel-color a{
    	pointer-events:all;
            text-decoration: underline !important;
    }
     .page-banner--cta__wrapper {
        max-width: 100%;
        flex-direction: column;
        margin: 0 15px 18px 15px;
        gap: 30px;
        padding: 27px 0 32px;
    }

    a.page-banner--cta__btn-link {
        width: 100%;
        max-width: 360px;
    }

    .page-banner--cta__btn {
        justify-content: center;
        text-align: left;
    }

    .page-banner--cta__text {
        flex-basis: 0;
        text-align: center;
    }


    p.page-banner--cta__fotnote {
        max-width: 100%;
        margin: 32px 15px;
    }

    .page-banner--cta__btn img {
        transition: 150ms;
    }

	.section2-sub-content a:hover{
    	color: #6D0020;
	}

}

