<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 992px) {
.breadcrumb {
display: none;
}
}

/*sanjit*/

.subnav.active .subnav .subnav__toggle:hover {
display: inline-block;
}

.row.nav__section--supportive a,
.row.nav__section--just-diagnosed a,
.row.nav__section--in-treatment a {
color: #010101;
text-decoration: none;
}

.row.nav__section--just-diagnosed a:hover, .row.nav__section--in-treatment a:hover, .row.nav__section--supportive a:hover {color: #005e85;
}

.row.nav__section--just-diagnosed .active, .row.nav__section--in-treatment .active, .row.nav__section--supportive .active {font-weight: 800;
color: #00adbb;
}

.row.nav__section--just-diagnosed .active a:hover, .row.nav__section--in-treatment .active a:hover, .row.nav__section--supportive .active a:hover {color: #00adbb;
}

.row.nav__section {
position: absolute;
display: flex;
margin-top: -55px;
background-color: #ffffff;
}

.row.nav__section--just-diagnosed {
position: absolute;
z-index: 100;
display: none;
min-height: 90px;
background-color: #ffffff;
width: 1150px;
margin-left: -4px;
}

.row.nav__section--in-treatment {
position: absolute;
z-index: 99;
display: none;
min-height: 90px;
margin-top: 0;
background-color: #ffffff;
width: 1150px;
margin-left: -4px;
}

.row.nav__section--supportive {
position: absolute;
z-index: 98;
display: flex;
min-height: 90px;
margin-top: 0;
background-color: #ffffff;
width: 1150px;
margin-left: -4px;
}


/*styles for menu*/
.cca-menu {
margin-top: 30px;
display: flex;
flex-wrap: wrap;
justify-content: center;
line-height: 100%;
color: #0099aa;
}

.cca-menu__column--cca-home {
width: 150px;
margin-right: -15px;
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 1200px) {
.cca-menu__column--cca-home {
width: 155px;
margin-right: -15px;
}
}

.cca-menu__column--chevron1 {
float: right;
margin-right: 20px;
margin-top: -50px;
}

@media only screen and (min-width: 1200px) {
.cca-menu__column--chevron1 {
margin-right: -5px;
margin-top: -35px;
}
}

.cca-menu__column--cca-patients {
width: 155px;
margin-right: -15px;
margin-left: -10px;
}

@media only screen and (min-width: 1200px) {
.cca-menu__column--cca-patients {
width: 165px;
}
}

.cca-menu__column--chevron2 {
float: right;
margin-right: 30px;
margin-top: -50px;
}

@media only screen and (min-width: 1200px) {
.cca-menu__column--chevron2 {
margin-right: -5px;
margin-top: -35px;
}
}

.cca-menu__column--screening {
width: 150px;
margin-right: -15px;
margin-left: -30px;
}

@media only screen and (min-width: 1200px) {
.cca-menu__column--screening {
width: 166px;
color: black;
line-height: 100%;
margin-right: -15px;
margin-left: -5px;
}
}

.cca-menu__column--diagnosed {
width: 160px;
margin-right: -15px;
margin-left: -30px;
}

@media only screen and (min-width: 1200px) {
.cca-menu__column--diagnosed {
width: 168px;
color: black;
line-height: 100%;
margin-right: -15px;
margin-left: -5px;
}
}

.cca-menu__column--treatment {
width: 165px;
margin-right: -15px;
margin-left: -30px;
}

@media only screen and (min-width: 1200px) {
.cca-menu__column--treatment {
width: 162px;
color: black;
line-height: 100%;
margin-right: -15px;
margin-left: -5px;
}
}

.cca-menu__column--after-treatment {
width: 165px;
margin-right: -15px;
margin-left: -30px;
}

@media only screen and (min-width: 1200px) {
.cca-menu__column--after-treatment {
width: 160px;
color: black;
line-height: 100%;
margin-right: -15px;
margin-left: -5px;
}
}

.cca-menu__column--supportive {
width: 165px;
margin-right: -15px;
margin-left: -30px;
}

@media only screen and (min-width: 1200px) {
.cca-menu__column--supportive {
width: 169px;
color: black;
line-height: 100%;
margin-right: -15px;
margin-left: -5px;
}
}

.cca-menu__column--classes {
width: 165px;
margin-right: -15px;
margin-left: -30px;
}

@media only screen and (min-width: 1200px) {
.cca-menu__column--classes {
width: 169px;
color: black;
line-height: 100%;
margin-right: -15px;
margin-left: -5px;
}
}</pre></body></html>