@import url("stylesheet_global.css");

@font-face {
    font-family: 'Frutiger Black';
    src: url('fonts/FrutigerLTStd-Black.woff') format('woff');
    font-weight: 800;
}
@font-face {
    font-family: 'Frutiger Bold';
    src: url('fonts/FrutigerLTStd-Bold.woff') format('woff');
    font-weight: 700;
}
@font-face {
    font-family: 'Frutiger Regular';
    src: url('fonts/FrutigerLTStd-Regular.woff') format('woff');
    font-weight: 400;
}


:root{
    --desktop-width:100%;
    --tablet-width:100%;
}
html{
    font-size: 18px;
}


body.isDesktop .container_gradient_side_overlay{
    --gradient_bg_color: rgb(244 242 240 / 1);
    --gradient_bg_color_transparent: rgb(244 242 240 / 0);
}



body, p, b, span, li,
.cope-core-text{
    color: #6D6E71;
}


body , p, ul li, span, a, input{
    font-family: 'Frutiger Regular', sans-serif;
    font-size: 16px;
    line-height: 20px;
}
h1, h1 b, h1 span,
.cope-core-headline p{ 
    font-family: 'Frutiger Black', sans-serif;
    font-size: 24px;
    line-height: 27px;
}



.cope-core-headline p,
h1{
    margin-bottom:12px;
    margin-top:0;
}

h1, h1 b, h1 span{
    color: #556C12;
}
.cope-core-headline p{ 
    color: white;
}

h2, h2 b, h2 span{
    font-family: 'Frutiger Black', sans-serif;
    font-size: 24px;
    line-height: 26px;
    color: #556C12;
}
h3, h3 b, h3 span{
    font-family: 'Frutiger Bold', sans-serif;
    font-size: 18px;
}
b, h4, h4 b, h4 span, b a, strong, strong a{
    font-family: 'Frutiger Bold', sans-serif;
}
h5, h5 b, h5 span{
    font-size: 15px;
    margin-top:0;
    margin-bottom:.8em;
}

ul{
    padding-left:1.2em;
}


.text_fontFamily_frutigerBlack,
.text_fontFamily_frutigerBlack p,
.text_fontFamily_frutigerBlack span
.text_fontFamily_frutigerBlack h2,
.text_fontFamily_frutigerBlack h3,
.text_fontFamily_frutigerBlack h4,
.text_fontFamily_frutigerBlack h5{
    font-family: 'Frutiger Black', sans-serif;
}


@media (max-width: 767px){
    h1, h1 b, h1 span,
    .cope-core-headline p{ 
        font-size: 22px;
        line-height: 25px;
    }
    h2, h2 b, h2 span{
        font-size: 20px;
        line-height: 20px;
    }
    h3, h3 b, h3 span{
        font-size: 16px;
        line-height: 20px;
    }
}



h2, h3, h4,
.text_brand_color b,
.text_brand_color p,
.text_brand_color span{
    color:#556C12;
}

.text_secondary_color h1,
.text_secondary_color h2,
.text_secondary_color h3,
.text_secondary_color p,
.text_secondary_color b,
.text_secondary_color strong,
.text_secondary_color span,
.text_secondary_color li{
    color:#1C4552;
}




.text_tertiary_color h1,
.text_tertiary_color h2,
.text_tertiary_color h3,
.text_tertiary_color p,
.text_tertiary_color b,
.text_tertiary_color strong,
.text_tertiary_color span,
.text_tertiary_color li{
    color:#C1D72F;
}

.text_alt_color h2,
.text_alt_color h3,
.text_alt_color h4,
.text_alt_color b,
.text_alt_color strong,
.text_alt_color p,
.text_alt_color span{
    color:#739600;
}

.text_color_default h2,
.text_color_default h3,
.text_color_default h4,
.text_color_default b,
.text_color_default strong,
.text_color_default p,
.text_color_default span{
    color: inherit;
}

.text_size_default h2,
.text_size_default h3,
.text_size_default h4,
.text_size_default b,
.text_size_default strong,
.text_size_default p,
.text_size_default span{
    font-size: inherit;
}

.text_weight_default h2,
.text_weight_default h3,
.text_weight_default h4,
.text_weight_default b,
.text_weight_default strong,
.text_weight_default p,
.text_weight_default span{
    font-size: inherit;
}



.text_secondary_color_bold b,
.text_secondary_color_bold strong{
    color:#1C4552;
}



.cope-core-text a,
.cope-core-text a:active,
.cope-core-text a b,
.cope-core-text a strong,
.cope-core-text a:active b,
.cope-core-text a:active strong{
    color: #134B8E;
}
.cope-core-text a:hover{
    color: #567100
}

.line_separator hr{
    background-color: #1c4552;
}
.actorportrayal_copy *{
    font-size: 14px;
    color: white;
    text-shadow: 0 0 5px rgb(0 0 0 / .5);
}
.actorportrayal_copy.actorportrayal_copy_right{
    text-align: right;
}



/* BUTTONS */
.cope-core-button.cope-core-button-style-primary{
    background:#C1D72F;
    border-radius: 45px;
    min-width: 325px;
    transition: background-color .25s ease-in;
}
.cope-core-button.cope-core-button-style-primary:hover, 
.cope-core-button.cope-core-button-style-primary:active, 
.cope-core-button.cope-core-button-style-primary.cope-core-button-active{
    background: #e0e99e; 
}


.cope-core-button.cope-core-button-type-icon .cope-core-button-icon{
    width: 24px !important;
    height: 22px !important;
}
.cope-core-button.cope-core-button-type-icon.cope-core-button-icon-right  .cope-core-button-icon{
    width: 24px !important;
    height: 22px !important;
    margin-left:10px !important;
    margin-right: 20px !important;
}
.cope-core-button.cope-core-button-type-icon.cope-core-button-icon-left  .cope-core-button-icon{
    width: 24px !important;
    height: 22px !important;
    margin-left:20px !important;
    margin-right: 10px !important;
}
.cope-core-button.cope-core-button-type-icon > span{
    font-family: 'Frutiger Black', sans-serif;
    color:#1C4552;
    padding-top:16px;
    padding-bottom:13px;
    flex: 1;
}
.cope-core-button.cope-core-button-type-icon.cope-core-button-icon-right > span{
    padding-left: 22px;
    /* padding-right: 10px; */
    padding-right: 0;
}
.cope-core-button.cope-core-button-type-icon.cope-core-button-icon-left > span{
    padding-right: 0px;
    padding-left: 22px;
}

.cope-core-button.cope-core-button-style-secondary{
    background-color:#C1D72F ;
}
.cope-core-button.cope-core-button-style-secondary:hover{
    background-color: #e0e99e; 
}

@media (max-width: 767px){
    .cope-core-button.cope-core-button-style-primary{
        max-width: initial;
        min-width: initial;
        width: 100% !important;
    }
}




/* @media (max-width: 1439px){
    .cope-core-button.cope-core-button-style-primary{
        max-width: initial;
        min-width: initial;
        width: 100% !important;
    }
} */




.tresiba_header_bg{
    background-color: #f9f7f2;
    background: linear-gradient(90deg, rgba(249,247,242,1) 0%, rgba(249,247,242,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}








/* NAVIGATION */

.navigation_product_tresiba{
    background-color: rgb(85 108 18 / 95%);
}
.navigation_product_tresiba > div > div > div > .container{
    position: relative;
    z-index: 210;
    height: 30px;
}
.navigation_product_tresiba > div > div > div > .topnavigation{
    position: relative;
    z-index: 200;
    height: 135px;
    border:none
}

.responsivegrid > div > div.experiencefragment:first-child{
    position: absolute;
    z-index: initial;
}

.responsivegrid > div > div.experiencefragment:last-child{
    position: relative;
    z-index: 300;
}

.navigation_product_tresiba {
    /* z-index: 500; */
    z-index: 101;
    position: fixed;
    width: 100%;
}

.alme-chat-opened .navigation_product_tresiba {
    z-index: 99;
}

.cope-core-navigation-top.cope-core-navigation-top-fixed{
    box-shadow: none;
}

.navigation_products.navigation_product_tresiba .cope-core-navigation-top,
.navigation_products.navigation_product_tresiba .cope-core-navigation-top.cope-core-navigation-top-fixed{
    top:30px;
}
.navigation_products.navigation_product_tresiba .cope-core-navigation-top{
    background: none;
    z-index: 100;
}




.cope-core-navigation-top .cope-core-navigation-top-logo-container img{
    width: 246px;
    height: auto;
}
.navigation_products.navigation_product_tresiba .cope-core-navigation-top-container{
    align-items: flex-end;
}
.navigation_products.navigation_product_tresiba .cope-core-navigation-top-logo-container{
    height: auto;
    margin-bottom:20px;
    display: block !important;
}
.cope-core-navigation-top-links-container{
    margin-left: 120px;
}


.cope-core-navigation{
    margin-bottom: 0;
}
.cope-core-navigation-top-sections{
    height: 50px;
}
.cope-core-navigation-top-sections .cope-core-navigation-top-section:nth-child(-n+4){
    border-right: thin solid white;
}
.cope-core-navigation-top-sections > .cope-core-navigation-top-section:first-child,
.cope-core-navigation-top-sections .cope-core-navigation-top-section:nth-child(n+6){
    display: none;
}
.cope-core-navigation-top-sections .cope-core-navigation-top-section{
    margin: 0;
    flex-grow: 1;
}


.cope-core-navigation-top-section .cope-core-navigation-top-section-title{
    height: 100%;
    width: 100%;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}
.cope-core-navigation-top-section.cope-core-navigation-top-section-parent-active .cope-core-navigation-top-section-title{
    border-bottom-color: #C1D72F;
}




@media (max-width: 767px){
    body.footerIsiNotVisible .responsivegrid > div > div.experiencefragment:first-child{
        z-index: 100;
    }
    body.footerIsiVisible .responsivegrid > div > div.experiencefragment:first-child{
        z-index: 510;
    }
    .responsivegrid > div > div.experiencefragment:last-child{
        z-index: 500;
    }
    
}



.cope-core-navigation-top-section-links a{
    color: #556C12;
    text-align: center;
    padding: 18px 0 15px;
    background-color: white;
    transition: background-color .25s ease-in;
}

.cope-core-navigation-top-section-links a:hover{
    color: #556C12;
    /* background-color: #E8FF52; */
    background-color:#e0e99e;
}


.cope-core-navigation-top-section-links{
    padding-bottom: 0;
}



.navigation_products.navigation_product_tresiba .cope-core-navigation-top-section:not(:last-child) .cope-core-navigation-top-section-links{
    width: calc(100% + 1px);
}




.navigation_products.navigation_product_tresiba .cope-core-navigation-top-section .cope-core-navigation-top-section-text{
    color: white;
    font-family: "Frutiger Bold",sans-serif;
    font-size: 16px;
    padding-right: 17px;
}
.navigation_products.navigation_product_tresiba .cope-core-navigation-top-section.has-dropdown .cope-core-navigation-top-section-text{
    /* background-image: url('/content/dam/diabetes-patient/mynovoinsulin/general/chevron_down.svg'); */
    background-image: url('/content/dam/diabetes/brand/insulin/tresiba/icons/chevron_down.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 10px 10px;
    padding-right: 35px;;
}
.navigation_products.navigation_product_tresiba .cope-core-navigation-top-section.opensubmenu,
.navigation_products.navigation_product_tresiba .cope-core-navigation-top-section:hover{
    border-right-color:  #C1D72F !important;
    left:-1px;
}
.navigation_products.navigation_product_tresiba .cope-core-navigation-top-section.opensubmenu .cope-core-navigation-top-section-title,
.navigation_products.navigation_product_tresiba .cope-core-navigation-top-section:hover .cope-core-navigation-top-section-title{
    background-color: #C1D72F;
}
.navigation_products.navigation_product_tresiba .cope-core-navigation-top-section.opensubmenu .cope-core-navigation-top-section-title a,
.navigation_products.navigation_product_tresiba .cope-core-navigation-top-section:hover .cope-core-navigation-top-section-title a{
    background-color: transparent;
}
.navigation_products.navigation_product_tresiba .cope-core-navigation-top-section.opensubmenu .cope-core-navigation-top-section-text,
.navigation_products.navigation_product_tresiba .cope-core-navigation-top-section:hover .cope-core-navigation-top-section-text{
    color: #1C4552;
    font-size: 16px;
    background-image: none;
}


@media (min-width: 767px) and (max-width:1024px) {
    .cope-core-navigation-top-links-container{
        margin-left:20px;
    }
    .navigation_products.navigation_product_tresiba .cope-core-navigation-top-section.has-dropdown .cope-core-navigation-top-section-text{
        padding-right:15px;
        padding-left:15px;
        background-position:right 10px center;
        line-height:1.1em;
    }
    .cope-core-navigation-top-sections{
        height:auto;
    }
}


@media (min-width: 481px) and (max-width: 767px) { 

}

@media (max-width: 767px){
    



    .navigation_product_tresiba > div > div > div > .topnavigation{
        height: 85px;
        border-bottom: none;
        margin-top:45px;
    }
    .cope-core-navigation{
        margin-top:-45px;
    }

    .navigation_products.navigation_product_tresiba{
        width: 100vw;
    }
   
    .navigation_products.navigation_product_tresiba .cope-core-navigation-top{
        top:0px !important;
    }
    .navigation_products.navigation_product_tresiba .cope-core-navigation-top-container{
        pointer-events: initial;
        padding-left: 10px;
        align-items: center;
        border-bottom: none;
    }
    .navigation_products.navigation_product_tresiba .cope-core-navigation-top-logo-container{
        margin-bottom: 0;
    }

    


    body:not(.footerIsiVisible) section.navigation_products .cope-core-navigation-top.cope-core-navigation-top-open .cope-core-navigation-top-links-container{
        background-color: rgb(0 0 0 / 35%);
        height: calc(100vh - 330px);
        padding-bottom: 0;
    }
    .cope-core-navigation-top-sections{
        height: auto;
    }
    .cope-core-navigation-top-links-container{
        margin-left: 0;
    }
    .cope-core-navigation-top-sections .cope-core-navigation-top-section:not(:last-child),
    .cope-core-navigation-top-sections .cope-core-navigation-top-section{
        border:none;
        background-color: #C1D72F;
    }
    .cope-core-navigation-top-sections .cope-core-navigation-top-section:nth-child(n+6){
        display: block;
    }
    .navigation_products.navigation_product_tresiba .cope-core-navigation-top-section:hover{
        border-right: none;
        left: 0;
    }
    .cope-core-navigation-top-section-links{
        padding-bottom: 0;
        overflow: hidden;
        width: 100% !important;
    }
    .cope-core-navigation-top-section-title .cope-core-navigation-top-section-title-wrapper{
        justify-content: center;
    }
    .cope-core-navigation-top-section.has-dropdown .cope-core-navigation-top-section-title a{
        pointer-events: none;
    }
    .navigation_products.navigation_product_tresiba .cope-core-navigation-top-section .cope-core-navigation-top-section-text,
    .navigation_products.navigation_product_tresiba .cope-core-navigation-top-section:hover .cope-core-navigation-top-section-text{
        color: #1C4552;
        font-size: 16px !important;
    }

    .cope-core-navigation-top .cope-core-navigation-global-mobile{
        background-color: #C1D72F;
    }
    .cope-core-navigation-top .cope-core-navigation-global-mobile > a{
        display: block;
        background-color: initial;
        color: #1C4552;
        font-size: 14px;
        font-family: 'Frutiger Regular', sans-serif;
        text-align: center
    }
    .cope-core-navigation-top .cope-core-navigation-global-mobile > a:hover{
        background-color: initial;
        color: #1C4552;
    }
    .cope-core-navigation-top .cope-core-navigation-global-mobile > a:nth-child(-n+2){
        display: none;
    }

    .navigation_products.navigation_product_tresiba .cope-core-navigation-top-section.has-dropdown .cope-core-navigation-top-section-text{
        background-image: none;
        position: relative;
        padding-right: 17px;
        background-position: right center;
    }
    .navigation_products.navigation_product_tresiba .cope-core-navigation-top-section.has-dropdown .cope-core-navigation-top-section-text:after{
        content:'';
        position: absolute;
        width: 10px;
        height: 10px;
        /*background-image: url('/content/dam/diabetes-patient/mynovoinsulin/branded/Tresiba/chevron_down_tresibaGreen.svg');*/
        background-image: url('/content/dam/diabetes/brand/insulin/tresiba/icons/chevron_down_tresibaGreen.svg');
        background-repeat: no-repeat;
        right: -3px;
        top:18px;
        transition: all 0.25s ease-in-out;
    }
    .navigation_products.navigation_product_tresiba .cope-core-navigation-top-section.has-dropdown ul{
        max-height: 0;
        overflow: hidden;
    }

    .navigation_products.navigation_product_tresiba .cope-core-navigation-top-section.show-dropdown ul{
        max-height: 500px;
        transition: max-height 0.5s ease-out;
    }

    .navigation_products.navigation_product_tresiba .cope-core-navigation-top-section.show-dropdown .cope-core-navigation-top-section-text:after{
        transform: rotate(180deg);
        top:15px;
    }

    .navigation_products.navigation_product_tresiba .cope-core-navigation-top-section li:not(:last-child){
        float: none;
    }
    .navigation_products.navigation_product_tresiba .cope-core-navigation-top-section li a{
        padding:0;
    }
    .navigation_products.navigation_product_tresiba .cope-core-navigation-top-section li a .sublink_text_wrap{
        width: 80%;
        margin: 0 auto;
        padding: 18px 0 15px;
    }
    .navigation_products.navigation_product_tresiba .cope-core-navigation-top-section li:not(:last-child) .sublink_text_wrap{
        border-bottom:1px solid #516117;
    }    
}


/* PRODUCT - GLOBAL NAV */
.cope-core-navigation .cope-core-navigation-global .cope-core-navigation-global-content{
    height: 30px;
}

.cope-core-navigation-global .cope-core-navigation-global-content .cope-core-navigation-global-column-container{
    justify-content: flex-start;
}

.cope-core-navigation-global .cope-core-navigation-global-content .cope-core-navigation-global-column-container .cope-core-navigation-global-col-links{
    margin-left: auto;
}
.cope-core-navigation-global .cope-core-navigation-global-content .cope-core-navigation-global-col-links nav a{
    font-family: 'Frutiger Regular', sans-serif;
}
.cope-core-navigation-global .cope-core-navigation-global-content .cope-core-navigation-global-col-links nav a:first-child{
    border: none;
}
.cope-core-navigation-global .cope-core-navigation-global-content nav.cope-core-navigation-dropdown > a.cope-core-navigation-dropdown-label{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;;
    font-family: 'Frutiger Black', sans-serif;
    align-items: center;
    padding:9px 15px 9px 20px;
    transition: background-color .25s ease-in;
}
.cope-core-navigation-global .cope-core-navigation-global-content nav.cope-core-navigation-dropdown > a.cope-core-navigation-dropdown-label:hover{
    text-decoration: none;
    /* background-color: #E8FF52; */
    background-color: #e0e99e;
}

.cope-core-navigation-global .cope-core-navigation-global-content nav.cope-core-navigation-dropdown > a.cope-core-navigation-dropdown-label .cope-core-navigation-dropdown-label-icon{
    margin-left: 18px;
}

@media (min-width: 767px) and (max-width:1024px) {
    .cope-core-navigation-top-section.has-dropdown .cope-core-navigation-top-section-title > a{
        pointer-events:none;
    }
    .cope-core-navigation-global .cope-core-navigation-global-content .cope-core-navigation-global-col-links nav a{
        text-align:center;
    }
    .navigation_products.navigation_product_tresiba .cope-core-navigation-top-section .cope-core-navigation-top-section-links{
        width:auto !important;
    }
    .navigation_products.navigation_product_tresiba .cope-core-navigation-top-section:last-child .cope-core-navigation-top-section-links{
        left:initial;
        right:0;
    }
    .cope-core-navigation-top-section .cope-core-navigation-top-section-links .cope-core-navigation-top-link a{
        padding-left:10px;
        padding-right:10px;
    }
}

@media (max-width: 767px){
    
    .cope-core-navigation .cope-core-navigation-global .cope-core-navigation-global-content{
        height: auto;
        padding: 0;
    }
    .cope-core-navigation .cope-core-navigation-global .cope-core-navigation-global-content .cope-core-navigation-global-column-container{
        flex-direction: column;
    }
    .cope-core-navigation .cope-core-navigation-global .cope-core-navigation-global-content .cope-core-navigation-global-column-container > div{
        padding-top:0;
        padding-bottom:15px;
    }
    .cope-core-navigation .cope-core-navigation-global .cope-core-navigation-global-col-links{
        padding-bottom:7px !important;
        padding-top:6px !important;
    }
    .cope-core-navigation .cope-core-navigation-global .cope-core-navigation-global-col-links > nav > a:nth-last-child(-n+2){
        display: none;
    }
    .cope-core-navigation-global .cope-core-navigation-global-content nav.cope-core-navigation-dropdown > a.cope-core-navigation-dropdown-label{
        font-size: 12px;
    }
    .cope-core-navigation-global .cope-core-navigation-global-content .cope-core-navigation-global-column-container .cope-core-navigation-global-col-links{
        margin-left: initial;
    }
    .cope-core-navigation-global .cope-core-navigation-global-content .cope-core-navigation-global-col-links nav a{
        font-size: 12px;
    }
    .cope-core-navigation-global .cope-core-navigation-global-content nav.cope-core-navigation-dropdown .cope-core-navigation-dropdown-items{
        width: 100%;
        left:50%;
        transform: translate(-50%);
    }
}





/* DROPDOWN ITEMS */

.cope-core-navigation-global .cope-core-navigation-global-content nav.cope-core-navigation-dropdown .cope-core-navigation-dropdown-items{
    margin-top:0;
    padding-top:30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: white;
    max-width: 345px;
    transition: top .25s ease-in-out;
    position: absolute;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 5%);
    top:-310px;
    display: block;
}
.cope-core-navigation-global .cope-core-navigation-global-content nav.cope-core-navigation-dropdown.cope-core-navigation-dropdown-opened .cope-core-navigation-dropdown-items{
    top:0;
}


.cope-core-navigation-global .cope-core-navigation-global-content nav.cope-core-navigation-dropdown .cope-core-navigation-dropdown-items >a{
    border-bottom: none !important;
    
}
.cope-core-navigation-global .cope-core-navigation-global-content nav.cope-core-navigation-dropdown .cope-core-navigation-dropdown-items >a > span{
    color:inherit;
    font-size: 13px;
    line-height: 16px;
    font-family: 'Frutiger Regular', sans-serif;
}

@media (max-width: 767px){

    .cope-core-navigation-global .cope-core-navigation-global-content nav.cope-core-navigation-dropdown .cope-core-navigation-dropdown-items >a > span{
        text-align: center;
        width: 100%;
    }
}


/* CONTAINER */

.cope-core-container{
    background-position: center top !important;
}

@media (max-width: 767px){
    .root-container > div > div > div.responsivegrid > div > div.container > div.cope-core-container{
        padding-right: 35px;
    }

    .root-container > div > div > div.responsivegrid > div > div.container > div.cope-core-container.remove_sidaCallout_container_padding{
        padding-right: initial;
    }
}


/* CALLOUT TABS */

.cope-core-sidecallout .cope-core-sidecallout-wrapper a p b,
.cope-core-sidecallout .cope-core-sidecallout-wrapper a p{
    color: #1C4552;
}
.cope-core-sidecallout{
    top:145px;
    right: 0;
    transition: right .5s ease;
}
.cope-core-sidecallout > div{
    cursor: pointer;
}
.cope-core-sidecallout .cope-core-sidecallout-wrapper a p{
   font-family: "Frutiger Bold",sans-serif;
}
.cope-core-sidecallout .callouttab-sophia:hover .cope-core-sidecallout-hover-text p{
    line-height: 16px;
}

.hideSideCallout .cope-core-sidecallout{
    /* display: none; */
    right: -80px;
}

@media (max-width: 767px){

    .cope-core-sidecallout .cope-core-sidecallout-wrapper-mobile{
        padding-left: 8px;
        right: -105px;
        width: 160px;
    }
    .cope-core-sidecallout .cope-core-sidecallout-wrapper-mobile .cope-core-sidecallout-mobile-text{
        align-items: center;
    }
    .cope-core-sidecallout .cope-core-sidecallout-wrapper-mobile p{
        font-size: 12px !important;
        font-family: 'Frutiger Bold', sans-serif;
        color: #1C4552;
        padding-right: 5px;
        padding-left: 5px;
    }
    .cope-core-sidecallout .cope-core-sidecallout-mobile-description sup{
        border-bottom: none;
        padding-bottom: 0;
    }

}


/* VIDEO PLAYER */



body.published_view .diabetesSupportVideos_container .cope-core-videoplayer-container{
    border:thin solid black;
}






/* HOME PAGE */


body.isDesktop .header_textbox_section{
    background-color: rgb(12 52 64 / 85%) !important;

}

body.isDesktop .cope-core-container.add_gradient_side_overlay.hero_homepage_tresiba {
    background-position: top center !important;
}



@media (min-width: 1441px){
    body.isDesktop  .header_textbox_section.header_textbox_section_homepage{
        background-color: initial !important;
        background: linear-gradient(90deg, rgba(12,52,64,0.8524453726803222) 90%, rgba(12,52,64,0) 100%);
        min-height: 289px;
    }
}
@media (max-width: 1439px){
    .tresiba_home_callout .cope-core-button.cope-core-button-style-primary{
        max-width: initial;
        min-width: initial;
        width: 100% !important;
    }
}
@media (min-width: 769px) and (max-width: 1439px){
    body.isDesktop .cope-core-container.add_gradient_side_overlay.hero_homepage_tresiba {
        background-size: 1440px auto !important;
    }
    body.isDesktop .hero_homepage_tresiba .hero_homepage_column_tresiba{
        margin-top:315px !important;
    }
    body.isDesktop .header_textbox_section{
        min-height: 260px !important;
        padding-top:20px !important;
        padding-bottom:0 !important;
    }
}


/* NEW TO INSULIN */
.tresiba_inaction_anim_bottombar{
    background: rgb(108,55,48);
    background: linear-gradient(0deg, rgba(108,55,48,1) 0%, rgba(144,75,66,1) 50%, rgba(145,76,67,1) 100%);
}


/* WHAT IS TRESIBA */

.tresiba_inaction_anim{
    background-size: auto 100% !important;
    background-repeat: repeat-x !important;
}
.tresiba_inaction_anim .cope-core-column-container{
    height: 320px;
}



@media (max-width: 767px){
    .tresiba_inaction_anim{
        background-repeat: no-repeat !important;
        background-size: 100% auto !important;
        background-position: center bottom !important;
    }
    .tresiba_inaction_anim .cope-core-column-container{
        height: auto;
        /* height: 320px; */
    }

    .tresiba_inaction_anim_sectionMobilePadding{
        aspect-ratio: .85;
        width: 100%;
        height: auto !important;
    }
}


/* TRESIBA PEN */
.cope-core-section.tresiba_pen_description_container{
    background-size: 100% auto;
    background-position: center top;
}

@media (max-width: 767px){
    .cope-core-section.tresiba_pen_description_container{
        background-size: auto 100%;
        background-position: left center;
    }
}



/* MODAL */
.cope-core-modal.cope-core-modal-visible{
    max-width: 1000px;
    max-height: calc(100% - 200px );
    top:41%;
}
.cope-core-modal-active .navigation_product_tresiba{
    z-index: 200;
}
body.cope-core-modal-active > .root-container > .root > div > .responsivegrid > div > div.experiencefragment:last-child{
    z-index: 600;
}
@media (max-width: 767px){
    .cope-core-modal.cope-core-modal-visible{
        max-height: calc(100% - 240px );
        top:37%;
    }
}


.penDifference_slide_container #carousel_penDifference .slick-list{
    padding:50px 0;
}
.penDifference_slide_container #carousel_penDifference .slick-arrow{
    height: 100%;
    background-color: #C1D72F;
    width: 45px;
    cursor: pointer;;
}
.penDifference_slide_container #carousel_penDifference .slick-arrow > img{
    width: 30px;
    margin-left:auto;
    margin-right: auto;
}
.penDifference_slide_container #carousel_penDifference .slick-arrow.cope-core-carousel-prev-arrow > img{
    transform: rotate(180deg);
}


.penDifference_slide_container #carousel_penDifference .slick-arrow:hover{
    background-color: #e0e99e;
}

body.published_view .penDifference_slide_container .penDifference_penType_column{
    position: absolute;
    width: 100%;
}



/* modal popup */
.cope-core-column-container.modal_penDifference_header .cope-core-column.cope-core-column-one,
.cope-core-column-container.modal_penDifference_header .cope-core-column.cope-core-column-three{
    flex-basis: calc(50% - 180px);
}
.cope-core-column-container.modal_penDifference_header .cope-core-column.cope-core-column-two{
    flex-basis: 360px;
}



@media (max-width: 767px){
    body.published_view .penDifference_slide_container .penDifference_penType_column_mobile{
        padding:0 25px;
    }
    body.published_view .penDifference_slide_container .penDifference_penType_column_mobile > .cope-core-column-two{
        display: none;
    }
    
    .penDifference_slide_container #carousel_penDifference .slick-list{
        padding:0;
    }
    .penDifference_slide_container #carousel_penDifference .slick-arrow{
        width: 25px;
    }
    .penDifference_slide_container #carousel_penDifference .slick-arrow > img{
        width: 20px;
    }

    .penDifference_slide_container #carousel_penDifference .penDifference_slides_slide  .cope-core-headline > p{
        line-height: 1.2em;
    }
    .penDifference_slide_container #carousel_penDifference .penDifference_slides_slide > .cope-core-column-two{
        order:1;
        flex-basis: 100%;
    }
    .penDifference_slide_container #carousel_penDifference .penDifference_slides_slide > .cope-core-column-one{
        order:2;
        padding-left: 24px;
    }
    .penDifference_slide_container #carousel_penDifference .penDifference_slides_slide > .cope-core-column-three{
        order:3;
        padding-right: 24px;
    }
    .penDifference_slide_container #carousel_penDifference .penDifference_slides_slide > .cope-core-column:not(.cope-core-column-two){
        flex-basis: 50%;
    }

    /* modal popup */
    .modal_penDifference > div > div > div > .columns > .cope-core-column-container{
        flex-direction: row;
    }
    .modal_penDifference > div > div > div > .columns > .cope-core-column-container:not(.modal_penDifference_header) > .cope-core-column:not(.cope-core-column-two){
        flex-grow: 0 !important;
        flex-basis: 45%;

    }
    .modal_penDifference > div > div > div > .columns > .cope-core-column-container:not(.modal_penDifference_header) > .cope-core-column.cope-core-column-two{
        flex-grow: 0 !important;
        flex-basis: 10%;

    }
    .modal_penDifference > div > div > div > .columns > .cope-core-column-container.modal_penDifference_header > .cope-core-column-one,
    .modal_penDifference > div > div > div > .columns > .cope-core-column-container.modal_penDifference_header > .cope-core-column-three{
        flex-grow: 0 !important;
        flex-basis: calc(50% - 120px);
    }
    .modal_penDifference > div > div > div > .columns > .cope-core-column-container.modal_penDifference_header > .cope-core-column-two{
        flex-grow: 1 !important;
        flex-basis: 240px;
    }

}


/* ---------------------------------- OLD SLIDER --------------------------------- */
.penDifference_slide_container {
    position: relative;
}
.penDifference_slide_container .penDifference_slide_container_title{
    position: relative;
    width: 100%;
    height: 60px;
    z-index: 10;
    display: flex;
    justify-content: center;
}
body.published_view .penDifference_slide_container .penDifference_slide_container_title h2{
    position: absolute;
    top:40px;
    background-color: #F5F5F5;
    max-width: 300px;
}
.penDifference_slide_container .penDifference_slide_container_column{
    border:solid thin #1C4552;
}
.penDifference_slide_container .penDifference_slide_container_column > .cope-core-column-one,
.penDifference_slide_container .penDifference_slide_container_column > .cope-core-column-three{
    flex-shrink:0;
}
.penDifference_slide_container .penDifference_slide_container_column > .cope-core-column-two{
    overflow: hidden;
}


.penDifference_slide_container .penDifference_slide_container_column > .cope-core-column-one img{ 
    transform: rotate(180deg);
}

.penDifference_slide_container  .button {
    position: relative;
    display: flex;
    justify-content: center;
}
body.published_view .penDifference_slide_container #penDifference_slide_container_buttonBottom{
    position: absolute;
    top:-30px;
}
body.published_view .penDifference_slides_wrap > div > div{
    overflow: hidden;
    position: relative;
}
body.published_view .penDifference_slides_wrap > div > div > div {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
}
.penDifference_slides_nextprev_section{
    cursor: pointer;
}
.penDifference_slides_nextprev_section:hover{
    background-color: #E8FF52;
}
.penDifference_slides_nextprev_section img{
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




@media (max-width: 767px){

    
    body.published_view .penDifference_slide_container #penDifference_slide_container_buttonBottom,
    body.published_view .penDifference_slide_container .penDifference_slide_container_title h2{
        position: relative;
        top:initial;
    }
}

/* ---------------------------------- OLD SLIDER --------------------------------- */








/* ABOUT TYPE 1 DIABETES */
.column_two_behind_vial > .cope-core-column-one{
    z-index: 10;
}
.column_two_behind_vial > .cope-core-column-two{
    margin-left: -60px;
}


@media (max-width: 767px){
    .column_two_behind_vial > .cope-core-column-one{
        flex-basis: 0 !important;
    }
    .column_two_behind_vial > .cope-core-column-two{
        margin-left: 0px;
        flex-shrink: 0 !important;
        flex-basis: 100% !important;
    }
    

}




@media (max-width: 767px){

    .penDifference_slideTitle_mobile p{
        font-size: 16px;
        font-family: "Frutiger Black",sans-serif;
    }
    .penDifference_slide_container_column > .cope-core-column.cope-core-column-one,
    .penDifference_slide_container_column > .cope-core-column.cope-core-column-three{
        flex-basis: 25px !important;
    }
    .penDifference_slide_container_column > .cope-core-column.cope-core-column-two{
        flex-basis: calc(100% - 50px) !important;
    }

    .penDifference_slide_container #penDifference_slide_container_buttonBottom >span{
        padding-left: 13px !important;
        padding-right: 12px !important;
    }
    .penDifference_slide_container #penDifference_slide_container_buttonBottom > .cope-core-button-icon{
        margin-right: 8px !important;
    }


    .penDifference_penType_column_mobile  > .cope-core-column.cope-core-column-one .cope-core-text > h3,
    .penDifference_penType_column_mobile  > .cope-core-column.cope-core-column-three .cope-core-text > h3{
        font-size: 14px;
    }

    .penDifference_slides_slide > .cope-core-column-one .cope-core-headline > p,
    .penDifference_slides_slide > .cope-core-column-three .cope-core-headline > p{
        font-size: 50px;
    }
    .penDifference_slides_slide > .cope-core-column-one .cope-core-text > p,
    .penDifference_slides_slide > .cope-core-column-three .cope-core-text > p{
        font-size: 12px;
    }
}




/* ABOUT DIABETES */
.column_typesOfDiabetes > .cope-core-column-one  .section_left{
    border-right: thin solid #C1D72F;
}

@media (max-width: 767px){
    .section_typesOfDiabetes,
    .column_typesOfDiabetes > .cope-core-column-one  .section_left{
        border:none !important; 
    }
    .column_typesOfDiabetes > .cope-core-column{
        border: thin solid #C1D72F;
    }
}


/* ACCORDION */
.cope-core-accordion-icon .stroke-link-color{
    stroke: #567100;
}
.cope-core-accordion-icon img{
    filter: invert(34%) sepia(81%) saturate(619%) hue-rotate(35deg) brightness(95%) contrast(101%);
}
.cope-core-accordion .cope-core-accordion-item-title > span{
    color: inherit;
    flex-shrink: 10;
}
.cope-core-accordion-item__title-wrapper{
   border-bottom: none;
   padding-bottom:10px;
}

.cope-core-accordion-item{
    padding:0 20px;
    border: 2px solid #C1D72F;
    border-radius: 30px;
}
.cope-core-accordion-default{
    display: initial;
}


/* FAQ */

body.published_view .pronounceTresiba_column > .cope-core-column-one{
    position: relative;
}
body.published_view #speechbubble_tresiba{
    position: absolute;
    width: 170px;
    left: -42px;
    top:-25px;
    opacity: 0;
    transition: top .5s ease, opacity .5s ease;
    pointer-events: none;
}
body.published_view #speechbubble_tresiba.showBubble{
    top:-50px;
    opacity: 1;
}







/* SITE MAP */
.sitemap_content_container .cope-core-text a{
    text-decoration: none;
}

.sitemap_content_container .cope-core-text a sup{
    border-bottom: none;
}


/*SOPHIA FIX */


@media (min-width: 768px){
    body.footerIsiVisible  #alme-ui-client-root{
        display: none !important;
    }
}

#alme-ui-client-root{
    bottom:160px !important;
    top:initial !important;
    z-index: 201;
}
@media (min-width: 768px){
    #alme-ui-client-root{
        height: calc(100vh - 230px) !important;
    }
}
#alme-ui-client-root .MuiButton-containedSecondary{
    background-color: #566C11;
    padding-top:10px;
    padding-bottom:10px;
}

#alme-ui-client-root .MuiButton-containedPrimary:hover{
    background-color: #e0e99e !important;
}
#alme-ui-client-root .MuiButton-containedSecondary:hover{
    background-color: #889870 !important;
}

#alme-ui-client-root .MuiButton-containedPrimary > .MuiButton-label ,
#alme-ui-client-root .MuiButton-containedPrimary > .MuiButton-label .MuiButton-endIcon{
    color:#485011;
}
#alme-ui-client-root .MuiButton-containedSecondary > .MuiButton-label,
#alme-ui-client-root .MuiButton-containedSecondary > .MuiButton-label .MuiButton-endIcon {
    color:white;
}
#alme-ui-client-root > .floatingisi {
    position: relative;
}


@media (max-width: 767px){
    #alme-ui-client-root{
        height: 100% !important;
        min-height: 620px !important;
        max-height: initial !important;
        /* min-height: initial !important;
        max-height: initial !important; */
        top:0 !important;
    }
    #alme-ui-client-root > .MuiContainer-root{
        height: 100% !important;
        min-height: 380px !important;
        max-height: calc(100vh - 320px) !important;
    }
    body.alme-focused #alme-ui-client-root > .MuiContainer-root{
        max-height: calc(100vh - 320px) !important;
    }
    #alme-ui-client-root .topnavigation {
        margin-top:12px;
        background-color: rgb(85 108 18 / 95%);
    }
    #alme-ui-client-root #nit-alme-window-root > div:nth-child(2){
        /* height: auto; */
        height: calc(100vh - 350px);
        /* min-height: 75px; */
    }
    #alme-ui-client-root #nit-alme-window-root > div:nth-child(2) > div{
        min-height: 75px;
    }
    #alme-ui-client-root > .floatingisi {
        position: absolute;
        bottom: 0;
    }
}


/* Brandbase button styles */
.btn-mnitresiba-style {
    text-decoration: none;
    background: #C1D72F;
    border-radius: 45px;
    min-width: 325px;
    flex: 1 0 auto;
    display: flex !important;
    position: relative;
}

.btn-mnitresiba-style.align-right {
    float: right;
}

.btn-mnitresiba-style:hover {
    background-color: #e0e99e !important;
    border: none;
}

.btn-mnitresiba-style span {
    width: 100%;
    text-align: center;
    padding: 16px 10px 13px 5px;
    justify-self: center;
    color: #1C4552;
    font-weight: 700;
    font-family: 'Frutiger Black', sans-serif;
}

.btn-mnitresiba-style .custom-icon {
    height: 22px;
    width: 22px !important;
    background-repeat: no-repeat;
    position: absolute;
    right: 22px;
    top: 13px;
    /* background-image: url(/content/dam/diabetes-patient/mynovoinsulin/branded/Tresiba/button_icon_arrow.svg); */
    background-image: url('/content/dam/diabetes/brand/insulin/tresiba/icons/button_icon_arrow.svg');
}

.responsivegrid > div > div.experiencefragment:last-child {
    z-index: unset;
}

@media (max-width: 767px){
    .buttonComponent {
        width: 100% !important; 
    }
    .btn-mnitresiba-style {
        flex-flow: initial;
        align-items: center;
        min-width: initial;
    }
    
    .btn-mnitresiba-style span {
        flex:initial;
        font-weight: 500;
        text-align: center; 
        width: 100%;
    }
    
    .btn-mnitresiba-style .custom-icon {
        width: 22px;
        height: 20px;
        flex:initial;
    } 
   
    .btn-mnitresiba-style.btn-mnitresiba-style-large .custom-icon{
        height: 22px !important;
    }
    .btn-mnitresiba-style.btn-mnitresiba-style-savenow .custom-icon{
        width: 27px !important;
    }

}