﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #250052;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-link {
    font-weight: 400;
    color: #250052;
    text-decoration: none;
}

.btn-link {
    font-weight: 400;
    color: #250052;
    text-decoration: none;
}

    .btn-link:hover {
        color: #AA0061;
        text-decoration: underline;
    }

.badge-light {
    color: #250052;
    background-color: #f8f9fa;
}

h3 {
    color: #250052;
}

/* Nav elements */
.MastheadLogo {
    margin-top: 14px;
    background: url(../images/convatec-academy-logo-sm-v2022.png) no-repeat;
    width: 400px;
    height: 66px;
    margin-bottom: 14px;
}

    .MastheadLogo a {
        width: 297px;
        height: 40px;
    }

.dx-menu-item {
    font-size: 20px !important;
    padding-right: .5rem;
    padding-left: .5rem;
    transition: transform .2s;
    margin: 0 auto;
    color: #250052 !important;
}

    .dx-menu-item:hover {
        transform: scale(1.1);
    }

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    color: #250052;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        color: #250052;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
/*html {
    position: relative;
    min-height: 100%;
}

body {*/
/* Margin bottom by footer height */
/*margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;*/ /* Vertically center the text there */
/*}*/


/* Custom CSS begins here */
/*--------------------------------------------------------------------*/
/*Globals */
/*--------------------------------------------------------------------*/

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

.zoom {
    transition: transform .2s;
    /* Animation */
    margin: 0 auto;
}

    .zoom:hover {
        transform: scale(1.2);
    }

.zoom-sm {
    transition: transform .2s;
    /* Animation */
    margin: 0 auto;
    padding: 0px;
}

    .zoom-sm:hover {
        transform: scale(1.05);
    }

.zoom-none:hover {
    transform: scale(1);
}


body {
    /*font-family: 'Noto Sans', sans-serif;*/
    /*font-family: 'Helvetica Neue','Segoe UI', helvetica,verdana,sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    transition: background-color .5s;
    height: 100%;
    color: #250052;
    /* margin-bottom: 172px;*/
}


/* Get rid of useragent padding defaults */
{
    margin: 0;
    padding: 0;
}

a {
    color: #079CD5;
}

li {
    list-style-type: none;
    list-style-type: none
}

ul {
    list-style: none !important;
    padding-left: 0px !important;
}

.verysmalltext {
    font-size: 11px;
    color: black;
    font-weight: 500;
}

/*#top-shadow {
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    height: 69px;
    z-index: 999;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);*/
/*    display: none;*/
/*}*/

.navbar {
    z-index: 1000;
    /* lift .navbar above #top-shadow */
}

    .navbar.affix {
        /* position fixed navbar */
        top: 0;
        width: 100%;
    }

.avatar {
    background: url(../images/baseline_account_circle_blue_white_24dp.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    position: absolute;
    margin-left: 16px;
    /*margin-left: -20px;*/
    /*margin-top: 2px;*/
    filter: drop-shadow(2px 1px 1px rgba(0, 0, 0, 0.5));
}

.dropdown-item {
    /*display: inline;*/
}


.avatar-area {
    margin-top: 2px;
}

    .avatar-area a {
        padding-top: 12px;
        vertical-align: sub;
    }

.content {
    margin-top: 93px;
    /* top margin so content clears navbar */
    min-width: 675px;
}

.bluetext {
    color: #250052;
    font-weight: 500;
}

.bluetext-bright {
    color: #42749E;
    font-weight: 600;
    font-size: 24px;
}

/* Alignment fixup for close button on colorbox */
#cboxClose {
    background-position: -50px 0px;
    right: 7px;
    top: 6px;
    border: 2px;
}


.navbar-toggler {
    color: white;
    font-size: 22px;
    padding-bottom: 20px;
    border: none;
    outline: none !important;
    float: right;
    padding-top: 30px;
    padding-right: 30px;
}

@media screen and (min-width: 100px) {
    .navbar .nav-link {
        font-size: 24px;
    }
}

@media screen and (min-width: 1000px) {
    .navbar .nav-link {
        font-size: 16px;
    }
}





/*--------------------------------------------------------------------*/
/*Home page styles */
/*--------------------------------------------------------------------*/
.homeMasthead {
    /*
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
*/
}


@media screen and (min-width: 100px) {
    .homeMasthead {
        background: url(../images/cropped-v2-homepage-masthead-1200px.png) no-repeat;
        height: 410px;
        width: 100%;
        background-size: contain;
        background-position: center;
    }
}



@media screen and (min-width: 1200px) {
    .homeMasthead {
        background: url(../images/cropped-v2-homepage-masthead-1200px.png) no-repeat;
        height: 410px;
        width: 100%;
        background-size: contain;
        background-position: left;
    }
}

/*
@media screen and (min-width: 2000px) {
    .homeMasthead {
        background: url(../images/v2-homepage-masthead-image-1200px.png) no-repeat;
        height: 410px;
        width: 1220px;
        background-size: cover;
    }

}
*/


/*
.masthead-home {
    background: url(../images/homepage-masthead-image.png) no-repeat;
    min-width: 982px;
    height: 420px;
    background-size: contain;
}
*/


@media screen and (min-width: 100px) {
    .notifyBox {
        margin-left: auto;
        margin-top: 630px
    }
}

@media screen and (min-width: 800px) {
    .notifyBox {
        margin-left: auto;
        margin-top: 600px
    }
}

@media screen and (min-width: 1200px) {
    .notifyBox {
        margin-right: -50px;
        margin-top: -1px;
        float: right;
    }
}

@media screen and (min-width: 1201px) {
    .notifyBox {
        margin-right: -140px;
        margin-top: -1px;
        float: right;
    }
}


@media screen and (min-width: 100px) {
    .homeLgButtons {
        margin-left: -630px;
        margin-top: 180px;
    }
}

@media screen and (min-width: 768px) {
    .homeLgButtons {
        margin-left: -630px;
        margin-top: 180px;
    }
}

@media screen and (min-width: 991px) {
    .homeLgButtons {
        margin-left: -670px;
        margin-top: 180px;
    }
}


/*
@media screen and (min-width: 1100px) {
    .homeLgButtons {
        margin-left: 0px;
        margin-top: 0px;
    }
}
*/

@media screen and (min-width: 1200px) {
    .homeLgButtons {
        margin-left: -30px !important;
        margin-top: 10px !important;
    }
}


.notifyBox {
    width: 300px;
    padding-top: 11px;
    padding-left: 20px;
    padding-right: 20px;
}

    .notifyBox > h4 {
        font-size: 26px;
        font-weight: bold
    }


.notifyTerms {
    margin-top: -10px;
}


/*--------------------------------------------------------------------*/
/*common catalog pages */
/*--------------------------------------------------------------------*/
.catalogHeader {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain !important;
    background-position: center !important;
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.catalog-subcat-header:empty {
    display: none;
}

.catalog-subcat-footer:empty {
    display: none;
}


.catalog-section-divider {
    background: url(/images/wound-ce-course-divider-bar.png) no-repeat;
    height: 60px;
    width: 100%;
    background-size: contain;
    background-position: center;
}


.card-new-indicator {
    background: url(/images/catalog-new-pill.png) no-repeat;
    height: 70px;
    width: 359px;
    position: absolute;
    background-position: right;
    opacity: 0.8;
    pointer-events: none;
}

.woundMasthead {
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}


@media screen and (min-width: 100px) {
    .SubcatMasthead {
        height: 125px;
        width: 100%;
        background-size: contain;
        background-position: center;
    }
}

@media screen and (min-width: 1200px) {
    .SubcatMasthead {
        height: 158px;
        width: 100%;
        background-size: contain;
        background-position: center;
    }
}

@media screen and (min-width: 2000px) {
    .SubcatMasthead {
        height: 158px;
        width: 100%;
        background-size: contain;
        background-position: center;
    }

    @media screen and (min-width: 100px) {
        .woundMasthead {
            background: url(../images/Wound-header-540px.png) no-repeat;
            height: 125px;
            width: 100%;
            background-size: contain;
            background-position: center;
        }
    }

    @media screen and (min-width: 1200px) {
        .woundMasthead {
            background: url(../images/Wound-header-1200px.png) no-repeat;
            height: 258px;
            width: 100%;
            background-size: contain;
            background-position: center;
        }
    }

    @media screen and (min-width: 2000px) {
        .woundMasthead {
            background: url(../images/Wound-header-3000px.png) no-repeat;
            height: 258px;
            width: 100%;
            background-size: contain;
            background-position: center;
        }
    }

    .ostomyMasthead {
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
    }


    @media screen and (min-width: 100px) {
        .ostomyMasthead {
            background: url(../images/Ostomy-header-540px.png) no-repeat;
            height: 125px;
            width: 100%;
            background-size: contain;
            background-position: center;
        }
    }

    @media screen and (min-width: 1200px) {
        .ostomyMasthead {
            background: url(../images/Ostomy-header-1200px.png) no-repeat;
            height: 258px;
            width: 100%;
            background-size: contain;
            background-position: center;
        }
    }

    @media screen and (min-width: 2000px) {
        .ostomyMasthead {
            background: url(../images/Ostomy-header-3000px.png) no-repeat;
            height: 258px;
            width: 100%;
            background-size: contain;
            background-position: center;
        }
    }



    .woundMastheadSAVE {
        background: url(../images/wound-courses-masthead-graphic.png) no-repeat;
        /*    height: 100%;*/
        height: 198px;
        /*    width: 1366px;*/
        /*    width:100%;*/
        width: 1366px;
        /*
        
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
*/
        /*
    min-width: 540px;
    background-size:auto;
    max-height:198px;
*/
    }

    .SAVEostomyMasthead {
        background: url(../images/ostomy-ed-courses-masthead.png) no-repeat;
        height: 198px;
        width: 1366px;
    }


    .woundMastheadSwoosh {
        /*    background: url(../images/wound-top-divider-background-bar.png) no-repeat;*/
        height: 68px;
        /*    width: 1366px;*/
        margin-top: 198px;
    }






    .ostomyMastheadSwoosh {
        /*    background: url(../images/wound-top-divider-background-bar.png) no-repeat;*/
        height: 68px;
        /*    width: 1366px;*/
        margin-top: 198px;
    }

    @media screen and (min-width: 100px) {
        .viewCELink {
            background: url(../images/button-view-ce-courses.png) no-repeat;
            height: 36px;
            position: absolute;
            margin-top: 220px;
            /*    margin-left: 1100px;*/
            z-index: 100;
            margin-left: 72%;
            background-size: contain;
            width: 166px;
        }
    }
}

@media screen and (min-width: 1200px) {
    .viewCELink {
        background: url(../images/button-view-ce-courses.png) no-repeat;
        height: 36px;
        position: absolute;
        margin-top: 220px;
        /*    margin-left: 1100px;*/
        z-index: 100;
        margin-left: 79%;
        background-size: contain;
        width: 166px;
    }
}




.viewNonCELink {
    background: url(../images/button-non-ce-courses.png) no-repeat;
    height: 36px;
    position: absolute;
    margin-top: 75px;
    margin-left: 79%;
    z-index: 100;
    background-size: contain;
    width: 166px;
}

.viewNonCELink-bottom {
    margin-left: 72%;
    margin-top: -20px;
}

.woundNonCECategory {
    background: url(../images/Wound-Care-CE-Courses-graphic-combo.png) no-repeat;
    width: 416px;
    height: 93px;
    margin-left: 0px;
}

.ostomyNonCECategory {
    background: url(../images/ostomy-ed-CE-course-graphic-combo.png) no-repeat;
    width: 476px;
    height: 93px;
    margin-left: 0px;
}

.nonCECategorySwoosh {
    background: url(../images/wound-divider-shadow.png) no-repeat;
    height: 83px;
    /* width: 1402px;*/
    margin-top: -38px;
    width: 100%;
}

.CEHeaderText {
    font-size: 16px;
    color: #626364;
}

.CEHeaderTextRight {
    font-size: 16px;
    color: #626364;
}

@media screen and (min-width: 100px) {
    .CEHeaderTextRight {
        text-align: left !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 1000px) {
    .CEHeaderTextRight {
        text-align: right !important;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}



.videolink {
    width: 180px;
}

.cardfooterlink {
    padding-left: 20px;
    padding-right: 15px;
    line-height: 80%;
}

    .cardfooterlink a {
        color: #0075A1;
        font-size: 12px;
    }

/*Card overrides */

div.card-footer {
    min-height: 80px;
    padding: .5rem .5rem .5rem .5rem;
    max-height: 80px;
    overflow-y: auto;
}

div.card-body {
    max-height: 212px;
    padding: .5rem .6rem .5rem .6rem;
    font-size: 14px;
    color: #250052;
    font-weight: 500;
    overflow-y: auto;
}

div.card-text {
}

.card-custom {
    max-width: 360px;
    min-width: 300px;
}

/* Contact page style */
.dx-field-item-help-text, .dx-field-item-label-text {
    color: #250052 !important;
}


/*--------------------------------------------------------------------*/
/* footer resources common to all pages */
/*--------------------------------------------------------------------*/

.social {
    /*display: table;*/
    width: 340px;
    /*padding-top: 20px;*/
}

    /*.social li {
        display: inline-block;
        padding: 28px;*/
    /*padding-right: 24px;*/
    /*}*/

    .social a {
        display: inline-block;
        width: 32px;
        height: 32px;
    }


.social-twitter {
    background: url(../images/social-tw-icon.png) no-repeat;
    width: 32px;
}

.social-facebook {
    background: url(../images/social-fb-icon.png) no-repeat;
    width: 32px;
}

.social-youtube {
    background: url(../images/social-yt-icon.png) no-repeat;
    width: 32px;
}

.social-linkedin {
    background: url(../images/social-li-icon.png) no-repeat;
    width: 32px;
}

.social.div:hover {
    transform: scale(22)
}




.footerDisc a:visited {
    color: white;
}


/*
    DMA retired 06012022
    .footerbg {
    height: 120px;
    background: url(../images/footer-background-rectangle.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 675px;
}*/

.footerDisc {
    background-color: #250052;
    color: white;
    font-size: 13px;
    height: 50px;
    min-width: 675px;
    width: 100%;
}



.footerHeadingText {
    /*color: #250052;*/
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 110px;
    color: white;
}

.footer {
    background-color: #250052;
    /*position: absolute;*/
    
    bottom: 0;
    width: 100%;
    /*  line-height: 160px;  Vertically center the text there */
    z-index: 1111;
    overflow: hidden;
}

    .footer a {
        color: white;
    }

.footerDisc a {
    color: white;
}


.dx-button-has-text .dx-button-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 7px 18px 8px;
    background-color: #AA0061;
    border-color: #AA0061;
}
.dx-button-mode-contained.dx-button-default {
    background-color: #AA0061 !important;
    border-color: transparent;
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #AA0061 !important;
    border-color: #AA0061 !important;
}
