/* glossary CSS */

@font-face {
    font-family: "solex";
    src: url("/etc/designs/code/website-services/us/rwd-imfinzi-com/fonts/solexot-bold-webfont.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    display: swap;
}
span.letter-spacing {
    font: normal normal 700 63px / 52px "solex";
    padding-left: 0.05em;
}
.banner-container {
    background-color: #07729B;
    height: 175px;
    position: relative;
	background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/endometrial-cancer/mobile/supportHeroBgMob.png);
	margin-top: 0;
    background-size: cover;
}

.pink-var {
    color: #FA00FF;

}

.body-container p {
    font-family: 'DIN-2014';
    color: #555555;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.bannerDesc {
    font-weight: 600;
    font-size: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(344deg);
}

.head-1 {
    color: #07729B;
    text-align: center;
    font-family: "solex";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0px;
    padding-top: 30px;
}

/*.width-1128 {
    padding: 0 16px;
}

.end-callout--head {
    color: #FFF;
    text-align: center;
    font-family: "solex";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.end-page-callout {
    padding: 19px 0 27px!important;
    height: auto;
}

a.white-btn {
    border-radius: 8px;
    background: #E6F1F5;
    display: inline-flex;
    padding: 12px 22px;
    align-items: center;
    font-family: 'DIN-2014';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #07729B;
    margin: 25px auto 0;
}

.end-page-callout {
    background-color: #07729B;
}

.fn-wrap.width-1128 {
    padding: 28px 13px;
}

p.fn-copy {
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    font-family: 'DIN-2014';
    color: #555555;
}*/

.width-1112 {
    max-width: 1112px;
    margin: auto;
}



p.body-copy1 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 54px;
}

.body-container {
    background: #F8F8F8;
}

.body-copy--section p {
    font-family: "DIN-2014";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #555;
}

.fw-bold {
    font-weight: 700;
}

.body-copy--section {
    margin: 60px auto;
}

@media screen and (min-width: 992px){
    .head-1 {
    font-size: 38px;
}
	.width-1128 {
        max-width: 1128px;
        margin: auto;
        padding: 0;
    }

	.banner-container{
        height: 364px;
        background-color: #07729B;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background: url(/content/dam/website-services/us/498-rwd-imfinzi-com/endometrial-cancer/desktop/supportHeroBgDesk.jpg);
        margin-top: 43px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .banner-container p,
	.banner-container .head-one {
        color: #FFF;
        font-family: "solex";
        font-size: 63px;
        font-style: normal;
        font-weight: 700;
        line-height: 66px;
        width: 1106px;
        margin: 0 auto;
        padding: 0 0 0 100px;
    }
    .banner-container p u,
    .banner-container .head-one u {
        text-decoration: none;
        border-bottom: 4px solid #AA182C;
    }
    
    .bannerDesc {
        font-size: 160px;
    }

    /*a.white-btn {
        margin: 0 82px 0 0;
    }
    
    .end-page-callout {
        padding: 0!important;
    }
    
    .end-callout-wrap {
        height: 130px;
        align-items: center;
        justify-content: space-between;
    }

    .fn-wrap.width-1128 {
        padding: 28px 0;
    }*/

}

@media screen and (max-width: 991px){
	.width-1112 {
        padding: 0 15px;
    }

    .body-copy--section {
        margin: 30px auto;
    }
}