@import "edgestyles.css";
@import "mozillastyles.css";

body {
    font-family: Calibri !important;
    color: black;
}

.normal-fonts {
    font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Proxima Nova !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.promo-detail {
    font-style: normal;
    font-weight: normal;
    font-size: 64%;
    line-height: 130%;
    font-family: Calibri;
    font-size: 17px;
}


#popupMainTable {
    margin: 10px;
    border: 1px solid #889DB0;
}

#popupTable {
    margin: 10px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}

.feedback-box {
    width: auto;
    line-height: 2;
    position: relative;
    background: white;
    min-height: 350px;
}

.popupTable th {
    color: #003163;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    padding-bottom: 0px;
    text-align: left;
}

.popupTable td {
    color: #003163;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 0px;
}

video {
    height: 400;
    background: transparent url("/clecenter/images/audioposter.png") no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    object-fit: fill;
    box-shadow: 0 10px 6px -6px #777;
}

    video::-internal-media-controls-download-button {
        display: none;
    }

.promo-dropdown {
    padding: 6px 12px;
    height: 34px !important;
    max-width: 80% !important;
    font-size: 14px;
    padding: 5px;
}

.promohead {
    text-align: center;
    color: white;
    font-size: 282%;
}

.mailingaddress {
    width: auto;
    font-size: 16px;
    margin-bottom: 1%;
}


.promotext {
    margin-top: 5%;
    text-align: center;
    color: white;
    font-size: 150%;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

.mobile-filter-box {
    display: none;
}

.hide-desktop {
    display: none;
}

.mobile-searchfield {
    display: none;
}

/* LAW.com header css */

.header-list-div li {
    padding-top: 0px;
    padding-bottom: 2px;
}

.header-list-div a.parent-heading {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.sub-nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.sub-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.header-list-div li div.outer {
    /*background: rgba(0,0,3,1.0) url(/clecenter/images/nav-divot-mother-bar-dark-blue.png) 22px 0px no-repeat;*/
    background-color: #000;
    display: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 25000;
    border-top: 3px solid #123;
    border-radius: 0 0 6px 6px;
    text-align: left;
}

    .header-list-div li div.outer ul.nav-topics {
        list-style: none;
        padding: 0;
        margin: 15px 10px;
        width: max-content;
    }

        .header-list-div li div.outer ul.nav-topics li.label {
            display: block;
            font-size: 12px;
            padding: 0;
            color: #ff863d;
            font-weight: 700;
            text-transform: uppercase;
            text-align: left;
            margin-top: 30px;
            margin-bottom: 15px;
            margin-left: 15px;
        }

        .header-list-div li div.outer ul.nav-topics li {
            list-style: none;
            margin: 0 0 0px 0;
            display: block;
            width: auto;
            text-align: left;
        }

            .header-list-div li div.outer ul.nav-topics li a {
                font: 400 14px/18px "open-sans", sans-serif;
                color: #fff;
                text-transform: none;
                text-decoration: none;
                padding: 10px 15px;
                border: 0px solid #ddd;
                border-radius: 4px;
                display: block;
            }

.header-list-div li.trigger:hover div.outer {
    display: block;
}

.header-list-div li div.outer ul.nav-topics li:hover {
}

    .header-list-div li div.outer ul.nav-topics li:hover a {
        background: #f5f5f5;
        border: 0px solid #333;
        color: black;
        cursor: pointer;
        border-radius: 4px;
    }


/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.range {
    width: 220px;
}

.promo-signup-box {
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    /*width:635px;*/
    margin: 1%;
    border-radius: 8px;
}

.promo-signup-whitebox {
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    padding: 1%;
    margin-top: 3%;
    border-radius: 8px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}

.trending-tag {
    text-align: center;
    color: white;
    width: 30%;
    border-radius: 20px;
    margin-bottom: 0px;
    background-color: #1ab394;
    padding: 2px;
    z-index: 10;
    position: absolute;
    top: -1%;
    font-size: 13px;
}

.locationicon {
    position: relative;
    bottom: 36px;
    padding: 5px 5px;
}

.footer-width {
    width: 90%;
}

.marques-width {
    width: 80%;
}

.pgm-cards-heights {
    max-height: 312px;
}

.pgm-credits-heights {
    max-height: 312px;
    min-height: 312px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .pgm-credits-heights {
        max-height: 316px;
        min-height: 316px;
    }

    .pgm-cards-heights {
        max-height: max-content;
    }

    .promo-signup-box {
        background: #EAF4FB;
        border: 1px solid #CCDFF1;
        box-sizing: border-box;
        /*width:400px;*/
        margin: 2%;
        border-radius: 8px;
    }

    .coursecatalog-transparentbtn {
        background-color: Transparent;
        background-repeat: no-repeat;
        cursor: pointer;
        color: white !important;
        border: 1px solid #FFFFFF;
        box-sizing: border-box;
        margin-top: 0%;
    }

    .coursecatlog-unlimitedcle-whitebtn {
        margin-left: 3%;
        background-color: #FFFFFF;
        color: #014485;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
        float: right;
        margin-top: 0%;
    }

    .course-catalog-unlimitedcle {
        margin-top: 9%;
        background: linear-gradient(180deg, #00B3B3 1.56%, #007EA5 57.81%, #0260BB 100%);
        border-radius: 8px;
        padding: 15px;
        width: auto;
        display: none;
    }

    .desc-price {
        color: white;
        font-size: 22px;
        font-weight: bold;
        padding-top: 1%;
        left: -20%;
        font-family: Calibri;
    }

    #Sortby {
        display: none;
    }

    .clecredit-description {
        padding: 10px;
        width: fit-content;
        padding-right: 0%;
        min-width: 350px;
    }

    .range {
        width: 275px;
    }

    .heaader-img-course {
        position: absolute;
        top: 171px;
        width: 100%;
        left: 0px;
        height: 225px;
        background-color: white;
    }

    .heaader-img-coursecatalog {
        /*position: absolute;*/
        position: relative;
        /*top: 130px;  /*171*/
        top: 0px;
        width: 100%;
        left: 0px;
        height: 225px;
        padding-left: 0.7%;
        padding-right: 0.7%;
    }
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
    margin-left: 30%;
}

.ClosePopup {
    background-position: right center;
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 15px;
    margin-right: 5px;
    margin-top: 5px;
    width: 16px;
}

.popupcross {
    font-weight: bold;
    color: white;
    font-size: 21px;
    width: 26px;
    padding: 1%;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,0);
    border-top: 1px solid rgba(0,0,0,.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img, .card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 35%;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width:576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .coursecatalog-transparentbtn {
        background-color: Transparent;
        background-repeat: no-repeat;
        cursor: pointer;
        color: white !important;
        border: 1px solid #FFFFFF;
        box-sizing: border-box;
        margin-top: 0%;
    }

    .coursecatlog-unlimitedcle-whitebtn {
        margin-left: 3%;
        background-color: #FFFFFF;
        color: #014485;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
        float: right;
        margin-top: 0%;
    }

    .course-catalog-unlimitedcle {
        margin-top: 9%;
        background: linear-gradient(180deg, #00B3B3 1.56%, #007EA5 57.81%, #0260BB 100%);
        border-radius: 8px;
        padding: 15px;
        width: auto;
        display: block;
    }

    .desc-price {
        color: white;
        font-size: 22px;
        font-weight: bold;
        padding-top: 1%;
        left: -20%;
        font-family: Calibri;
    }

    #Sortby {
        display: none;
    }

    .heaader-img-course {
        position: absolute;
        top: 171px;
        width: 100%;
        left: 0px;
        height: 225px;
        background-color: black;
    }

    /*.heaader-img-coursecatalog {
        position: absolute;
        top: 130px;
        width: 100%;
        left: 0px;
        height: 225px;
        padding-left: 0.7%;
        padding-right: 0.7%;
    }*/

    .heaader-img-coursecatalog {
        position: relative;
        top: 2px;
        width: 130%;
        left: 0px;
        /* height: 300px; */
        /* background-image: url(/clecenter/images/homeback.png); */
        padding-left: 0.7%;
        margin-left: -15%;
        padding-right: 0.7%;
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }

    .clecredit-description {
        padding: 10px;
        width: fit-content;
        padding-right: 0%;
        min-width: 320px;
    }

    #rostertbl .innertable {
        padding: 10px;
        display: block;
        width: 356%;
    }

    .activebtn {
        margin-left: 558px;
    }

    .userinput {
        margin-left: -80px;
    }

    .fwd-button {
        margin-left: -43px;
    }

    .HeaderText {
        text-align: center;
        color: white;
        position: relative;
        margin: 20px;
    }
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width:576px) {

    .mobile-filter-box {
        display: block;
        height: 41px;
        z-index: 100;
        cursor: pointer;
        padding-right: unset;
        background: #F9F9F9;
        border: 1px solid #D2D2D2;
        box-sizing: border-box;
        border-radius: 4px;
    }

    .mobile-searchfield {
        display: block;
        padding-right: unset;
        z-index: 100;
    }
    /*.filter-searchbox {
        display:block;
    }*/
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .clecredit-description {
        padding: 10px;
        width: fit-content;
        padding-right: 0%;
        min-width: 320px;
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

        .card-group > .card + .card {
            margin-left: 0;
            border-left: 0;
        }

        .card-group > .card:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

            .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                border-top-right-radius: 0;
            }

            .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                border-bottom-right-radius: 0;
            }

        .card-group > .card:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

            .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                border-top-left-radius: 0;
            }

            .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                border-bottom-left-radius: 0;
            }
}

.card-columns .card {
    margin-bottom: .75rem;
}

@media (min-width:576px) {
    .clecredit-description {
        padding: 10px;
        width: fit-content;
        padding-right: 0%;
        min-width: 320px;
    }

    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .mobile-filter-box {
        display: none;
        height: 41px;
        z-index: 100;
        background: #F9F9F9;
        cursor: pointer;
        border: 1px solid #D2D2D2;
        box-sizing: border-box;
        border-radius: 4px;
    }

    .mobile-searchfield {
        display: none;
    }
    /*.filter-searchbox {
        display:none;
    }*/
    .heaader-img-course {
        position: absolute;
        top: 171px;
        width: 100%;
        left: 0px;
        height: 225px;
        background-color: white;
    }

    .heaader-img-coursecatalog {
        position: absolute;
        top: 130px;
        width: 100%;
        left: 0px;
        height: 225px;
        padding-left: 0.7%;
        padding-right: 0.7%;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }

    #AddAttorneyFrm .userinput {
        margin-left: -60px;
    }
}

.accordion > .card {
    overflow: hidden;
}

    .accordion > .card:not(:last-of-type) {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .accordion > .card:not(:first-of-type) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .accordion > .card > .card-header {
        border-radius: 0;
        margin-bottom: -1px;
    }

.programtitle {
    font-size: 19px;
    height: 42px;
    overflow: hidden;
    font-weight: bold;
    line-height: 22px;
    margin: 1%;
    overflow: hidden;
    /*white-space: pre-wrap;
    text-overflow: ellipsis;*/
    cursor: default;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: Calibri;
}

.programdescription {
    height: 64px;
    overflow: hidden;
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 1%;
    /*text-overflow: ellipsis;*/
    cursor: default;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: Calibri;
    color: #595959;
}

.practisearea {
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
    margin: 2%;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: Calibri;
}

.progdetails {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
}

.price {
    font-size: 18px;
    font-weight: bold;
    padding: 6px;
    border: 0px;
    margin: 0px;
    /*width: 60%;*/
    cursor: default;
}

.duration {
    /*border:solid 5px;*/
    background-color: black;
    /*border-color:#a9a9a9;*/
    padding: 6px;
    float: left;
    border-radius: 80px;
    font-size: 13px;
    cursor: default;
    color: white;
    margin: 3%;
    opacity: 1.75;
}

.clasroom-duration {
    /*border:solid 5px;*/
    background-color: rgba(0, 0, 0, 0.1);
    /*border-color:#a9a9a9;*/
    padding: 6px;
    float: left;
    border-radius: 80px;
    font-size: 13px;
    cursor: default;
    color: white;
    opacity: 0.75;
}

.alertbackgroundcolor {
    background-color: #ffffff;
}

.cardmain {
    padding-bottom: 8px;
    padding-right: 5px;
}

.imgstyle {
    height: 120px;
    width: 100%;
    display: block;
    border-radius: 6px;
    top: 22%;
    left: 0%;
    position: absolute;
    height: 55%;
}

.course-header-imgstyle {
    height: 120px;
    width: 100%;
    display: block;
    border-radius: 6px;
    top: 23%;
    left: 0%;
    position: absolute;
    height: 47%;
}

.course-imgstyle {
    height: 120px;
    width: 100%;
    display: block;
    border-radius: 6px;
    left: 0%;
    height: 47%;
}

.searchlbl-margin {
    margin-top: 15%;
}

.dropbtn {
    padding: 7px;
    border: none;
}

.dropup {
    position: relative;
    display: inline-block;
}

.dropup-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    bottom: 37px;
    z-index: 1;
}

    .dropup-content a {
        color: black;
        text-decoration: none;
        display: block;
    }

        .dropup-content a:hover {
            background-color: #ccc;
        }

.dropup:hover .dropup-content {
    display: block;
}

.test {
    min-height: 475px !important;
}

.clecredit-description {
    padding: 10px;
    width: fit-content;
    padding-right: 0%;
    min-width: 410px;
}

.searchlabel {
    font-size: 24px;
    font-weight: bold;
    font-family: Calibri;
}

.panalist-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    width: 44%;
    margin: 3%;
    max-height: 170px;
}

.panelist-images {
    padding: unset;
    border-radius: 30px;
    margin-right: 9px;
    top: -27%;
    left: 3%;
    width: 90px;
    height: 100px;
}

.panelist-data {
    margin-bottom: 0px;
    font-family: Calibri;
    color: black;
    margin-top: 3%;
}






/*Program Card*/
.program-card {
    border: 1px solid #E8E8E8;
    padding: 10px;
    border-radius: 8px;
}

    .program-card .card-body {
        padding: 0;
        padding-right: 5px;
        padding-left: 5px;
    }

    .program-card .card-footer {
        text-align: center;
        border-top: 1px solid #e5e5e5;
        margin-left: -11px;
        margin-right: -11px;
        font-weight: bold;
        padding: 0px !important;
        cursor: pointer;
        z-index: 1;
    }

   .program-card a {
        /*color: #777 !important;*/
        cursor:pointer;
    }
/*Program Card*/



/*Manage Groups added by Divyansh Gupta*/
.flex-box-row {
    display: flex;
    flex-direction: row;
}

.flex-box-column {
    display: flex;
    flex-direction: column;
}

/*Login CSS added by Divyansh Gupta*/
.loginContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.loginLeftbox {
    width: 48%;
}

.loginRightbox {
    width: 48%;
}

@media only screen and (max-width: 1000px) {
    .loginContainer {
        display: block;
        width: 100%;
    }

    .loginLeftbox {
        width: 100%;
    }

    .loginRightbox {
        width: 100%;
        margin-top: 20px !important;
    }
}

.program-credit-style {
    overflow: auto;
    max-height: 312px;
    min-height: 312px;
}


/*Free CLE page added by Divyansh Gupta 17 April 2020*/
.close-button {
    width: 22px;
    float: right;
    cursor: pointer;
    margin-right: 4px;
    margin-top: 4px;
    position: relative;
    z-index: 1;
}

.panels-container {
    min-height: 350px;
    padding: 15px;
}

.cleCodeDiv {
    display: flex;
    min-height: 300px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-input {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.leanadvisor-modal-container {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}

.leanadvisor-modal-body {
    width: 700px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
}

.Avatar {
    max-width: 150px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: solid 4px #eee;
}

.provider-images {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    justify-content: center;
}

.freeCleCodeInput-div {
    display: flex;
    width: 100%;
}

.freecle-layout-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.freecle-next-button {
    /*float: right;*/
    margin-top: 20px;
    padding: 10px;
    width: 189px;
    margin-top: 20px;
}

.login-title-heading {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 15px;
}

.loginBox {
    padding: 20px;
    width: 47%;
    height: 285px;
}

.forgot-password-link {
    margin-left: 108px;
}

/*multi-tab css*/
.tabCircle {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    border: 1px solid #D2D2D2;
    background: #FFFFFF;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    color: #545454;
    line-height: 17px;
    cursor: pointer;
}

    .tabCircle:hover {
        background: #005EB8;
        color: white;
    }

.tab-name {
    color: #000000;
    position: relative;
    top: 30px;
    width: 135px;
    text-align: center;
}

.tab-number {
    position: relative;
    top: 9px;
}

.multi-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 65px;
    margin-bottom: 55px;
    margin-top: 20px;
}

    .multi-tabs .active {
        background: #005EB8;
        color: white;
    }

.connecting-line {
    width: 120px;
    height: 4px;
    background: #D2D2D2;
}

@media only screen and (max-width: 400px) {
    .tab-name {
        width: 115px;
    }

    .multi-tabs {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 750px) {
    .freeCleCodeInput-div {
        flex-direction: column;
        align-items: center;
    }

    .form-input {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 1000px) {
    .freecle-layout-container {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .or-div {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .loginBox {
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    .freecle-layout-container {
        flex-direction: column;
        align-items: center;
        padding: 0px;
    }

    .loginBox {
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    .loginBox {
        padding: 10px;
        height: 305px;
    }

    .forgot-password-link {
        margin-left: 0px;
        margin-top: 10px;
        display: block;
    }
}

/*FreeCLEProgramCards*/

.modal-container {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.modal-body {
    width: 100%;
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* The container */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    /*background-color: #eee;
  outline: 2px solid #2196F3;*/
    outline: 1px solid black;
    background-color: white;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
    /*background-color: #ccc;*/
    background-color: white;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 13px;
    /*border: solid white;*/
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




/*dashboard*/


.flex-box {
    display: flex;
}

.center-align {
    align-items: center;
}

#dashboard h2 {
    margin-bottom: 40px;
}

#dashboard h1 {
    /*background-repeat: no-repeat;*/
    background-image: none !important;
    padding-left: 0 !important;
}



.segment {
    margin-bottom: 40px;
}

.dbrd-logos {
    width: 79px;
    height: 50px;
    float: right;
}


#dashboard .table > tbody {
    display: block;
    height: 110px;
    overflow: auto;
}

#dashboard .table > thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#dashboard .table > tbody > tr {
    border-top: 2px solid #CCDFF1 !important;
    display: table;
    width: 100%;
    table-layout: fixed;
}

#dashboard .table > thead > tr > th {
    background: #CCDFF1;
    border: none !important;
}

.mcle-card {
    border: 1px solid #CCDFF1 !important;
    border-radius: 8px;
    background: #EAF4FB;
    padding: 10px;
}

.course-no {
    font-size: 14px;
    margin-left: 5px;
}

.empty-rectangle {
    background-color: #6AADEC;
    width: 100%;
    height: 100px;
}



.dotted-card {
    border-style: dashed;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding-left: 35px;
    padding-right: 35px;
}

    .dotted-card > p {
        color: #595959;
    }

.inner-content {
    text-align: center;
}

#view-all-btn {
    border: 1px solid #e5e5e5;
}

.h-300 {
    height: 300px !important;
}

.h-350 {
    height: 370px !important;
}

.h-400 {
    height: 400px !important;
}

.h-430 {
    height: 430px !important;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.m-0 {
    margin: 0 !important;
}

.m-5 {
    margin: 5px !important;
}

.m-2 {
    margin: 2px !important;
}

#help-div {
    margin-top: 100px;
}

.verticalLine {
    height: 300px;
    border-right: thick solid #e5e5e5;
}

/*.by-entity {
}*/

.progress {
    height: 2px !important;
    margin-bottom: 5px;
}

.progress-bar {
    background: #005EB8 !important;
}

.count-card {
    border: 1px solid #CCDFF1 !important;
    border-radius: 8px;
    padding: 0 !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

    .count-card .card-body {
        padding: 0 !important;
    }

        .count-card .card-body > a {
            color: black;
        }

            .count-card .card-body > a:hover {
                text-decoration: none !important;
            }
/*dashboard*/
.range-consideration::-webkit-slider-thumb::before {
    content: "test";
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.creditstate {
    border-right: 1px solid rgba(0,0,0,.125);
    padding: 0px;
    cursor: pointer;
}

.lblcreditstate {
    padding: 0px;
    cursor: pointer;
}

.creditstate:hover {
    background-color: #dad6d6;
}

.moredetails {
    padding-left: 11px;
    cursor: pointer;
}

    .moredetails:hover {
        background-color: #dad6d6;
    }

.headerAllcourses {
    width: auto;
    padding-top: 20px;
    padding-left: 25px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0%;
}

.headerAllcoursescatalog {
    width: auto;
    padding-top: 20px;
    padding-left: 0.7%;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0%;
}

.filter-lbl {
    padding-left: 0px;
    text-align: left;
    font-family: Calibri;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}

.coursecount-lbl {
    padding-left: 10px;
    font-family: Calibri;
    width: auto;
    font-size: 17px;
    color: #005EB8;
    line-height: 20px;
}

.filter-searchbox {
    /*margin-top: 4%;*/
    background: #F9F9F9;
    border-radius: 8px;
    /*min-width: 275px;
    width: min-content;*/
    width: 100%;
    height: auto;
    z-index: 100;
    margin-bottom: 5%;
}

.filter-statebox {
    background: #F9F9F9;
    border-radius: 8px;
    width: 100%;
    height: auto;
    z-index: 100;
    margin-top:15px;
    margin-bottom: 15px;
}

.promosignup-head {
    font-size: 35px;
    color: black;
    margin: 1%;
    color: white;
    font-family: calibri;
}

.sortprogddl {
    width: auto;
    float: right;
    margin-top: 2.7%;
}

.sortbundlegddl {
    width: 46%;
    float: right;
    margin-top: 7%;
}

.ddlsort {
    margin-top: 1%;
    padding-left: unset;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
}

.clearfilters {
    color: #337ab7;
    text-align: right;
    cursor: pointer;
    font-size: 16px;
    padding: 6px;
}

#legend1 {
    background: #005EB8;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#legend2 {
    background: #E7CB6B;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.keywordlbl {
    font-family: Arial, FontAwesome;
    padding: unset;
    padding-left: 10px;
}

label.required:after {
    content: " *";
    color: red;
}

input.required:after {
    content: " *";
    color: red;
}

.spaces {
    margin-bottom: 16px;
}

.promo-spaces {
    margin-bottom: 7px;
}

.descriptionheader {
    font-size: 30px;
    font-family: calibri;
    font-weight: bold;
    color: white;
}

.runtime-recoderd-date {
    font-family: calibri;
    font-size: initial;
    line-height: 2;
    width: auto;
    color: white;
}

.ligationbox-margin {
    margin-top: 71%;
    min-height: 400px;
}

.litigation-support-box {
    background-color: #FFF;
    padding-left: 0px;
    margin-left: 15px;
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 350px;
    border: 1px solid #979797;
    margin-top: 25%;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    width: max-content;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.panel-creditsupport-box {
    background-color: #FFF;
    padding-left: 0px;
    margin-left: 15px;
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    /*width: 350px; Changed By Divyansh gupta 12 May 2020 */
    width: auto;
    border: 1px solid #979797;
    margin-top: 25%;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    width: fit-content;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.sidebarcredits {
    overflow: auto;
    width: auto;
    max-height: 360px;
}

.expert-witness-box {
    background-color: #cee8ff;
    color: white;
    font-size: 14.5px;
    padding-top: 8px;
    padding-left: 23px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: 700;
}

.expert-box {
    background-color: rgba(0, 0, 0, 0);
    color: white;
    font-size: 14.5px;
    padding-top: 8px;
    padding-left: 23px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: 700;
}

.panelist-desc-textt {
    /*overflow: overlay; Changed by Divyansh Gupta not supported in firefox, also content overlapping on scroll */
    overflow-y: scroll;
    /*overflow-x: scroll; Changed by Divyansh Gupta for fixing issue  */
    overflow-x: auto;
    white-space: normal;
    height: 4.5em;
    text-overflow: -o-ellipsis-lastline;
    FONT-SIZE: 15px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /*-webkit-box-orient: vertical;*/
    font-family: Calibri !important;
}

.footercardsetting {
    padding-top: 1%;
    padding-bottom: 1%;
    height: 30px;
}

.videoplayerstyle {
    padding-top: 1%;
    width: -webkit-fill-available;
    padding-left: unset;
    padding: unset;
}

.litigationboxclasromm {
    height: 80px;
    background-color: #cee8ff;
    margin-top: 16%;
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
}

.modalprogresstitle {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5%;
    padding-right: 0%;
}

.technicalissuebox {
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
}

.contentmodal {
    width: auto;
    height: 50%;
    overflow: auto;
    min-width: 400px;
    min-height: 300px;
}

.rectanglee {
    position: absolute;
    width: 64px;
    height: 4px;
    left: 90px;
    top: 1838px;
    background: #005EB8;
    border-radius: 30px;
}

.bottom-right {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.info-header {
    /*background: #005EB8;*/
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 8px;
    width: 97%;
    text-align: center;
    /*color: white;*/ color: black;
    font-weight: bolder;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 2px;
    margin-top: 20px;
}

.bc-blue {
    /*background: #005EB8 !important;*/
    background: linear-gradient(90deg, #00B3B3 1.56%, #007EA5 57.81%, #0260BB 100%);
}

.bc-green {
    /*background: #009900 !important;*/
    background: linear-gradient(90deg, #88ff4d 1.56%, #009933 57.81%, #009900 100%);
}

.filter-lbltxt {
    font-size: 19px;
    line-height: 100%;
    display: flex;
    align-items: center;
    font-family: Calibri;
    width: 30px;
    position: absolute;
    top: 23%;
    margin-left: 25%;
    color: #9F9F9F;
}

/*Buttons*/
.transparent-btn {
    background-color: Transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #014485;
    box-sizing: border-box;
    border-radius: 5px;
    color: #014485;
    /*font-weight: bold;*/
    padding: 10px 16px 10px 16px;
}

.transparent-btn-white {
    background-color: Transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #f7f7f7;
    box-sizing: border-box;
    border-radius: 5px;
    color: white;
    /*font-weight: bold;*/
    padding: 10px 16px 10px 16px;
}

    .transparent-btn-white:hover {
        cursor: pointer;
        color: white;
    }
/*.course-catalog-img{
    position: absolute;
    width: 1440px;
    height: 330px;
    left: 0px;
    top: 22%;
}*/

.link-arrow {
    background-image: url("/clecenter/images/link-arrow.png");
    background-repeat: no-repeat;
    height: 15px;
    width: 9px;
}

.right {
    float: right;
}

#active-card {
    background-image: url("/clecenter/images/dbrd-active.png");
    background-repeat: no-repeat;
}
#bookcount-card {
    background-image: url("/clecenter/images/Book-count.png");
    background-repeat: no-repeat;
}
#cmp-card {
    background-image: url("/clecenter/images/dbrd-complete.png");
    background-repeat: no-repeat;
}

#bundle-card {
    background-image: url("/clecenter/images/dbrd-bundle.png");
    background-repeat: no-repeat;
}

#order-card {
    background-image: url("/clecenter/images/dbrd-orders.png");
    background-repeat: no-repeat;
}

#myChart {
    width: 210px !important;
    height: 210px !important;
}

.mycoursesclassroom {
    background: #F9F9F9;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 8px;
}

.relatedprogramprogresstitle {
    font-size: 14px;
    font-weight: bold;
    padding-right: 0%;
}

.mycourseheader {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
}

.relatedsidebar {
    overflow: auto;
    width: auto;
    max-height: 247px;
    padding-top: 1%;
}

.relaredprog-box {
    min-width: 385px;
    margin-top: unset;
    max-height: 300px;
    width: 410px;
    height: 400px;
}

.mycoursescards {
    margin: unset;
    min-width: 80px;
    border-radius: 6px;
    background-color: #F9F9F9;
    margin-bottom: 3%;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 8px;
}

.mycourse-body {
    background: #EAF4FB !important;
    border: 1px solid #CCDFF1 !important;
}

.mycoursescardtitle {
    margin-bottom: 1%;
    font-size: 16px;
    line-height: 22px;
}

.mycoursesduration {
    height: 23px;
    border: unset;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: auto;
    margin: 1%;
    color: #23527c;
    /*color: black;*/
    padding-top: 1%;
}

.decriptionpagetitle {
    font-size: 30px;
    font-weight: bold;
    margin: unset;
    width: 63%;
    padding-left: 0px;
    font-family: Calibri;
}

.needhelp {
    width: auto;
    text-decoration: underline;
    color: #014485;
    padding-left: 4%;
    padding-top: 3%;
}

.relatedprogtitle {
    overflow: hidden;
    font-size: 15px;
    cursor: default;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: Calibri;
    margin-top: 1%;
}

#coursecontent {
    margin-top: 0%;
}

#trendingcoursecontent {
    margin-top: 7%;
}

#SearchBox {
    padding-top: 13px;
}

.classrom-links {
    width: auto;
    text-decoration: underline;
    cursor: pointer;
}

#askpanalest-tbl {
    width: 47%;
    text-align: left;
    font-family: Calibri;
    font-size: 15px;
}

.center-txt {
    margin-left: 27%;
}
/*media query*/
.certificatecolor {
    color: white;
}

/*Added ruby Divyansh Gupta 08 April 2020*/
.multi-homeboxlayout-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.homeboxlayout-team-management {
    width: 32%;
    min-height: 245px;
}

.headshots {
    padding: 1.25rem;
    width: 214px;
    height: 210px;
}

@media screen and (max-width: 850px) {

    /*Added ruby Divyansh Gupta 08 April 2020*/
    .multi-homeboxlayout-container {
        display: block;
        width: 100%;
    }

    .homeboxlayout-team-management {
        width: 100%;
        margin-bottom: 15px;
    }

    .header-color-mobile {
        color: black !important;
    }

    #myChart {
        width: 155px !important;
        height: 155px !important;
    }

    .changecolor {
        color: black;
    }

    .certificatecolor {
        color: black;
    }

    .partial-margin {
        margin-top: 5%;
    }

    .decriptionpagetitle {
        font-size: 30px;
        font-weight: bold;
        margin: unset;
        width: 90%;
        padding-left: 0px;
        font-family: Calibri;
    }

    .promo-signup-box {
        background: #EAF4FB;
        border: 1px solid #CCDFF1;
        box-sizing: border-box;
        /*width:400px;*/
        margin: 1%;
        border-radius: 8px;
    }

    .bottom-right {
        position: relative;
        width: 98%;
        left: 0;
        right: 0;
    }

    .count-card {
        background: #005EB8;
        color: white !important;
    }

        .count-card .card-body > a {
            color: white !important;
        }


    #active-card {
        background-image: url("/clecenter/images/dbrd-active-mob.png");
    }
#bookcount-card {
    background-image: url("/clecenter/images/Book-count.png");
   }
    #cmp-card {
        background-image: url("/clecenter/images/dbrd-complete-mob.png");
    }

    #bundle-card {
        background-image: url("/clecenter/images/dbrd-bundle-mob.png");
    }

    #order-card {
        background-image: url("/clecenter/images/dbrd-orders-mob.png");
    }

    .link-arrow {
        background-image: url("/clecenter/images/link-arrow-mob.png");
    }

    .transparent-btn {
        width: 100%;
        margin: 5px;
    }

    .container {
        display: flex;
        flex-direction: column;
        flex-flow: column;
    }

    #description-progress-bar {
        order: 1;
    }

    #description-video {
        order: 2;
    }

    #AddAttorneyFrm .userinput {
        margin-left: -60px;
    }

    #rostertbl .innertable {
        padding: 10px;
        display: block;
        width: 356%;
    }

    .activebtn {
        margin-left: 558px;
    }

    .userinput {
        margin-left: -80px;
    }

    .fwd-button {
        margin-left: -43px;
    }
    /*.HeaderText{

    text-align:center;color:white;position:relative;
    margin:20px;
}*/
}

.bundledetailtitle {
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
    padding: 23px 23px;
    width: 100%;
    height: 340px;
}

.bundledetailtitle1 {
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
    padding: 0px 25px;
    min-height: 331px;
}

.bundle-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #595959;
}

.computer-report-table {
    width: 40%;
}

.req-box {
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 25px;
    min-height: 125px;
}

.req-box-top {
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 25px;
    min-height: 240px;
}

.req-header {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 16px;
    /* identical to box height */
    color: #000000;
}

.bundletype {
    margin-bottom: 2%;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    /* identical to box height */
    color: #000000;
}

.req-text {
    margin-top: 2%;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* or 137% */
    color: #595959;
}

/*navbars*/
#topmost-header.navbar {
    margin: 0 !important;
    border-radius: 0 !important;
    min-height: 20px !important;
}

#second-header.navbar {
    margin: 0 !important;
    border-radius: 0 !important;
    min-height: 20px !important;
}

#second-header.navbar-default {
    background-color: #0133b3;
    border-color: #0133b3;
}

    #second-header.navbar-default .navbar-nav > li > a {
        color: white;
        font-size: 15px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

#third-header.navbar-default .navbar-nav > li > a {
    color: #595959;
}

#third-header.navbar {
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}

#third-header.navbar-default {
    background-color: white;
    border-color: white;
}

.bt-link {
    color: white !important;
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    cursor: pointer;
    font-size: 15px;
}

/*navbars*/
.computer-report-table {
    width: 40%;
}

/*.clehome {
    position: relative; 
    left: 0px;
    height: 450px;
    top:0px;
}*/
.clehome {
    /*position: absolute;*/ /*148*/
    /*left: 0px;*/
    height: 450px;
    /*top:130px;*/
}

.heaader-img-course {
    position: absolute;
    top: 159px;
    width: 100%;
    left: 0px;
    padding-left: 0.7%;
    padding-right: 0.7%;
    height: 415px; /*//268*/
    /*background-image: url("/clecenter/images/homeback.png");*/
    background-color: white;
}

.heaader-img-coursedescription {
    position: absolute;
    /*top: 136px;*/
    width: 100%;
    left: 0px;
    padding-left: 0.7%;
    padding-right: 0.7%;
    height: 335px; /*278px*/
    /*background-image: url("/clecenter/images/homeback.png");*/
    background-color: white;
}

.heaader-img-coursecatalog {
    position: relative;
    top: 0px;
    width: 118%;
    left: 0px;
    /* height: 300px; */
    /* background-image: url(/clecenter/images/homeback.png); */
    padding-left: 0.7%;
    padding-right: 0.7%;
    margin-left: -9%;
}

.homehead {
    position: relative;
    font-style: normal;
    color: #FFFFFF;
    margin-top: 10%;
}

.FirmUsers {
    width: 50%;
}

.course-headertxt {
    position: relative;
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 182%;
    line-height: 65px;
    color: #FFFFFF;
    left: 0px;
    margin-top: -16%;
}

.course-headtxt {
    left: 0px;
    top: 332px;
    font-style: normal;
    font-weight: normal;
    font-size: 64%;
    line-height: 130%;
    margin-bottom: 3%;
    font-family: Calibri;
    width: 100%;
}

.headtxt-margin {
    font-size: 17px;
    width: 81%;
}

.headtxt {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    /*margin-top:3%;*/
}

.bundledescription {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 2%;
}

.compliancetxt {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    position: relative;
}

.dropdownstate {
    max-width: 90%;
    padding: 7px 28px;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    height: 41px;
    color: #595959;
    /*margin-top: 3%;*/
}

select:required:invalid {
    color: gray;
}

option[value=""][disabled] {
    display: none;
}

option {
    color: black;
}
/*.locationicon{
    position: absolute;
    top: 35% !important;
    padding: 5px 10px;

 }*/
.text-block {
    margin-top: 15%;
    width: fit-content;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 1px 1px 8px #888888;
}

.rect35 {
    top: 5%;
    left: 5%;
}

.getsartedbtn {
    width: 100%;
    height: 10%;
    margin-top: 4%;
}

.text-block2 {
    position: relative;
    margin-top: 0%;
}

.headtxt2 {
    font-style: normal;
    font-weight: bold;
    font-size: 140%;
    line-height: 100%;
    margin-left: 0%;
    color: #000000;
}

.homebox {
    position: relative;
    margin-top: 5%;
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    height: 243px;
    padding: 5px;
}

.hometeamlogo {
    position: relative;
    left: 2.15%;
    margin-right: 2.15%;
    margin-top: 2.15%;
    margin-bottom: 2.17%;
}

.homebox-head {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 11px;
    color: #000000;
    margin-top: 0%;
    margin-bottom: 2%;
    margin-left: 2%;
}

.homebox-text {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    margin-left: 2%;
    color: #595959;
}

.homebogo {
    position: relative;
    left: 2.15%;
    margin-right: 2.15%;
    margin-top: 2.15%;
    margin-bottom: 2.17%;
}

.bogoView {
    background-color: Transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #014485;
    box-sizing: border-box;
    border-radius: 5px;
    color: #014485;
    padding: 10px 16px 10px 16px;
    float: left;
    margin-top: 4%;
    margin-left: 2%;
    padding: 12px 32px;
}

.bogoStarted {
    margin-top: 6%;
    float: right;
    margin-right: 2%;
    padding: 12px 32px;
}

.taView {
    background-color: Transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #014485;
    box-sizing: border-box;
    border-radius: 5px;
    color: #014485;
    padding: 10px 16px 10px 16px;
    float: left;
    margin-top: 3%;
    margin-left: 2%;
    padding: 12px 32px;
}

.taStarted {
    float: right;
    margin-top: 3%;
    margin-right: 2%;
    padding: 12px 32px;
}

.unlimitedaccess {
    position: relative;
    margin-top: 8.7%;
    /*background: linear-gradient(180deg, #00B3B3 1.56%, #007EA5 57.81%, #0260BB 100%);*/
    background: linear-gradient(180deg, #01519D 1.56%, #001A32 100%);
    border-radius: 8px;
    padding: 16px;
    height: 516px;
}

.homelock {
    width: 44px;
    height: 44px;
    left: 910px;
    top: 767px;
}

.unlimitedaccesstext {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5%;
    text-align: left;
    font-weight: bold;
}

.course-catalog-unlimitedcle {
    margin-top: 9%;
    background: linear-gradient(180deg, #01519D 1.56%, #001A32 100%);
    border-radius: 8px;
    padding: 15px;
    width: 107%;
}

.hometransparent-btn {
    /*background-color: Transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 12px 32px 12px 32px;
    margin-top:1%;*/
    background-color: Transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    color: #FFFFFF !important;
    float: left;
    margin-top: 15%;
    padding: 2% 7% 2% 7%;
}

.coursecatalog-transparentbtn {
    background-color: Transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    color: white !important;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    margin-top: 27%;
}

coursecatalog-transparentbtn :hover {
    color: white;
    cursor: pointer;
}

.coursecatlog-unlimitedcle-whitebtn {
    margin-left: 3%;
    background-color: #FFFFFF;
    color: #014485;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    float: right;
    margin-top: 27%;
}

.getsartedbtnwhite-btn {
    background-color: #FFFFFF;
    color: #014485;
    /*padding: 12px 32px;*/
    padding: 2% 7%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    float: right;
    margin-top: 15%;
}

.partnerbox {
    background: #CCDFF1;
    border-radius: 8px;
    margin-top: 6%;
}

.stayupdated {
    width: 109%;
    margin-left: -5.1%;
    background: #CCDFF1;
    border-radius: 8px;
    margin-top: 5%;
}

.headerupdated1 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    padding-left: 0px;
}

.headerupdated {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    margin-top: 2%;
}

.stayupdatedheading {
    font-weight: bold;
}

.stayupdatedtxt {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #595959;
}

.box {
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 2%;
    margin-bottom: 3%;
    background-color: white;
}

.subscribe {
    padding: 7px 24px;
    margin-top: 6.2%;
}

.abtCLE {
    font-weight: bold;
    color: #000000;
    margin-bottom: 3%;
}

.abtCLEcontent {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #595959;
}

.abtCLErect35 {
}

.abtCLEmain {
    margin-top: 6%;
}

.homeabtCLEimage {
    border-radius: 8px;
    margin-top: 8%;
}

.stayupdatedbox1 {
    background: #CCDFF1;
    border-radius: 8px;
    width: 100%;
    margin-top: 6%;
}

.podcastbox {
    background: #CCDFF1;
    border-radius: 8px;
    width: 100%;
    margin-top: 6%;
}

.card-img-overlay1 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-overlay2 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.rect35podcast1 {
    text-align: center;
    margin-top: 2%;
}

.rect35podcast {
    text-align: center;
    margin-top: 6%;
}

.podcasthead {
    font-style: normal;
    font-weight: bold;
    text-align: center;
    color: #000000;
    margin-top: 1%;
}

.podcast-head {
    position: relative;
    font-size: 32px;
    line-height: 32px;
    color: #FFFFFF;
}

.podcast-line {
    text-align: center;
    margin-top: 2%;
    background: #005EB8;
    border-radius: 40px;
}

#catalog-headerimage {
    background-image: url("/clecenter/images/coursecatalogheader.png");
    height: 120px;
    width: 100%;
    display: block;
    border-radius: 6px;
    top: 23%;
    left: 0%;
    position: absolute;
    height: 47%;
}

.podcast {
    text-align: center;
    margin: 3%;
}

.Blogshead {
    font-style: normal;
    font-weight: bold;
    text-align: center;
    color: #000000;
    margin-top: 1%;
}

.cardblogs {
    margin-top: 3%;
}

.speakerlogo {
    text-align: left;
    float: left;
    padding-top: 7px;
}

.readmorelink {
    color: #014485;
    position: relative;
}

.card-img-top {
    padding: 3%;
}

.Blogsbtn {
    text-align: center;
    margin-top: 3%;
    padding: 10px 129px;
    border-radius: 4px;
}

.partner {
    margin-top: 2%;
}

.partnerhead {
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    color: #000000;
}

.partnertxt {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #595959;
    margin-top: 6%;
    padding: 20px;
}

.partnerbtn {
    margin-bottom: 2%;
    padding: 10px 40px;
}

.banner {
    margin-top: 1%;
}

.bannerhead {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-top: 2%;
}

.bannerimage {
    margin-top: 1%;
}

.headerbundlecourses {
    font-family: inherit;
    font-weight: bold;
    color: #000000;
    margin-top: 5%;
}

.Cart {
    float: right;
}

.createddate {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    color: #595959;
    float: left;
    margin-top: 3%;
}

.providername {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #595959;
}

.cletxt {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 5px;
}

.header-img-unlimitedcle {
    position: absolute;
    top: 128px;
    width: 100%;
    left: 0px;
    height: 440px;
    background-color: white;
    padding: 10px;
}

.cle-headertext {
    position: relative;
    width: 100%;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    left: 0px;
    /*margin-top: 8%;*/
}

.cle-individualuser {
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 3%;
    height: 550px;
    padding: 15px;
    float: left;
    width: 49%;
}

.cle-teamattorney {
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 3%;
    height: 550px;
    padding: 15px;
    float: right;
    width: 49%;
}

.usersicon {
    padding: 10px;
}

.individualuser-header {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: black;
    padding: 10px;
}

.individual-points {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #595959;
}

.ulimitedcledetails1 {
    background-color: Transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #014485;
    box-sizing: border-box;
    border-radius: 5px;
    color: #014485;
    /*padding: 12px 32px 12px 32px;*/
    margin-top: 21.5%;
    float: left;
    text-align: center;
    width: 30% !important;
}

.ulimitedcledetails {
    background-color: Transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #014485;
    box-sizing: border-box;
    border-radius: 5px;
    color: #014485;
    padding: 12px 32px 12px 32px;
    margin-top: 1.5% !important;
    float: left;
    text-align: center;
    width: 30% !important;
    margin-top: 1.5% !important;
}

.ulimitedclestarted1 {
    padding: 12px 32px 12px 32px;
    margin-top: 21.5%;
    float: right;
}

.ulimitedclestarted {
    padding: 12px 32px 12px 32px;
    margin-top: 1.5% !important;
    width: 30% !important;
    float: right;
}

.attorney-header {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #595959;
}

.attorney-txt {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #595959;
}

.user-amt {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    padding: 10px;
}

.Help-desk {
    margin-top: 4%;
}

/*Changes made by Divyansh Gupta 15 May 2020 fit-content changed to auto*/
.rangeddl {
    position: relative;
    height: 42px;
    width: auto;
}

.modal-partnerpoptxt {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #595959;
    padding: 10px;
}

.modal-partnerheader {
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    color: #014485;
    padding: 10px;
}

.premium-box {
    width: 100%;
    height: 270px;
    top: 2%;
    background: #CCDFF1;
    border-radius: 8px;
    box-shadow: 2px 2px #D2D2D2;
}

.premium-boxcontent {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #595959;
    margin-top: 5%;
}

.premiumbtn {
    padding: 12px 32px;
    margin-top: 2%;
}

.benefits-content {
    background: #EAF4FB;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 8px;
    height: fit-content;
    padding: 25px;
    margin-top: 3%;
    box-shadow: 2px 2px #D2D2D2;
}

.benefitheader {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    padding: 10px;
}

.benefits-contenttxt {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #595959;
    padding: 10px;
}

.premium-header {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
}

.renew-header {
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
}

.surveyicon {
    padding: 10px;
}

.giftcard-box {
    background: #FFFFFF;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    height: fit-content;
    box-shadow: 1px 1px 8px #888888;
}

.giftheader {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    margin-top: 3%;
    position: relative;
    font-size: 30px;
}

.helplink {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

.giftcard-box1 {
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    width: 50%;
    height: fit-content;
    margin-top: 3%;
    margin-bottom: 3%;
    box-shadow: 1px 1px 8px #888888;
    min-height: 528px;
}

.card-content {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 10px;
    text-align: justify;
}

.card-contentpoints {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #595959;
}

.personalmsg {
    height: fit-content;
}

.removelink {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    color: #014485;
}

.GiftCardCustomer {
    margin-bottom: 3%;
    text-align: center;
}

.GiftCardCustomerbtn {
    padding: 10px 32px;
    float: right;
}

.giftpartial {
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    width: fit-content;
    height: fit-content;
    padding: 20px;
    margin-top: 6%;
    box-shadow: 1px 1px 8px #888888;
}
.jurisdictiontable{
   background-color: White; 
   height: 200px;
   width: 500px; 
   overflow: auto;
}

/*Added by Divyansh Gupta 14 May 2020 */
@-moz-document url-prefix() {
    .giftpartial {
        width: -moz-available;
    }
}

.giftcheckout {
    margin-top: 3%;
}

.egiftimage {
    text-align: center;
    margin-top: 7%;
}

.mGrid1 th {
    width: 100%;
    border-collapse: collapse;
    padding-top: 2px;
    padding-bottom: 9px;
    padding-left: 3px;
    font-weight: bold;
    font-size: 16px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0px;
}

.totalamt {
    text-align: right;
    margin-top: 3%;
}

.minamt {
    color: #014485;
}

.laptopicon {
    text-align: center;
    margin-top: 5%;
}

.firm-instructions {
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px;
}

.headcle {
    background-image: none !important;
    padding-left: 0 !important;
}

.podcastsidebox {
    box-sizing: border-box;
    border-radius: 8px;
    padding: 30px;
    float: right;
    margin-top: 2%;
    background: #CCDFF1;
    border: 1px solid #CCDFF1;
    height: 110px;
}

.sideboxtxt {
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    color: #595959;
}

.podcastmainbox {
    background: #CCDFF1;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px;
    margin-top: 3%;
}

.flyer-background {
    margin-top: 2%;
    background: #231F20;
    border-radius: 8px;
    width: 49%;
}

.pod-desc {
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 15px;
    margin-top: 3%;
    height: FIT-CONTENT;
}

.pod-txt {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #595959;
}

.podcast-cyber {
    background: #CCDFF1;
    border-radius: 8px;
    margin-top: 17%;
    padding: 10px;
}

.podcast-cyber2 {
    background: #CCDFF1;
    border-radius: 8px;
    margin-top: 5%;
    padding: 10px;
    float: right;
}

.podcast-player {
    border: 1px solid;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 1px 1px 8px #888888;
    margin-top: 5%;
    height: 100%;
    min-height: 390px;
    max-height: 450px;
    background: #FFFFFF;
}

.podcast-cards {
    margin-top: 2%;
}

.podcast-title {
    text-align: left;
    float: left;
    padding-top: 1px;
    margin-left: 1%;
}

.linklistennow {
    float: right;
    margin-top: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #FFFFFF !important;
}

.podcast-time {
    background-color: black;
    padding: 4px;
    float: left;
    border-radius: 80px;
    font-size: 13px;
    cursor: default;
    color: white;
    margin: 0.5%;
    background: rgba(255, 255, 255, 0.2);
}

.podcast-btn {
    background-color: Transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #014485;
    box-sizing: border-box;
    border-radius: 5px;
    color: #014485;
    /*font-weight: bold;*/
    padding: 10px 16px 10px 16px;
    margin-top: 3%;
    margin-bottom: 2%;
}

.podcast-info {
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 3%;
    width: 100%;
}

.podcastdescription {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #595959;
}

.pod-heading {
    position: relative;
    color: white;
    text-align: center;
}

.sponserbox {
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 8px;
}

.speakerName {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    height: 35px;
}

.speakertitle {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #595959;
    height: 35px;
}

.speakerURL {
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 1%;
    cursor: default;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: Calibri;
    color: #595959;
}

.modal-Speakerheader {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #014485;
    text-decoration: underline;
}

.modal-Sponserheader {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #014485;
    text-decoration: underline;
}

.td {
    padding: 3%;
}

.Save {
    padding: 10px 32px;
}

.teamdescription {
    font-style: normal;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px;
    margin-top: 2%;
}

.buyteamaccount {
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 1px 1px 8px #888888;
    padding: 20px;
    margin-top: 1%;
}

.teamaccounthead {
    margin-top: 0%;
}

.searchlabel1 {
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    padding: 15px;
}

.reviewlabel {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    padding: 8px;
}

.teamheader {
    font-size: 40px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}
.teamheaderwhite {
    text-align: center;
    color: #FFFFFF;
}

.brochurebtn {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: 1px solid #014485;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 16px 10px 16px;
    color: #014485 !important;
    margin-top: 5%;
}

.Note {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #595959;
    font-style: italic;
}

.firminput {
    width: fit-content;
}

.bundle-head {
    position: relative;
    font-size: 32px;
    line-height: 32px;
    color: #FFFFFF;
}

.bundle-image {
    position: absolute;
    top: 131px;
    left: 0px;
    height: 350px;
}

.Build-head {
    font-style: normal;
    font-size: 32px;
    line-height: 32px;
    color: #FFFFFF;
    position: relative;
}

.Build-description {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #595959;
}

.Build-linktab {
    margin-top: 3%;
    background: #F9F9F9;
    border-radius: 8px;
    height: fit-content;
    z-index: 100;
    float: right;
}

.linktab-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-top: 1%;
}

.Renewaccount {
    background: #FFFFFF;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
}

.renewlines {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #014485;
    padding: 9px;
    margin-top: 5%;
}

.reviewlines {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #014485;
    padding: 9px;
}

.renewlines1 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.gridtext {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.renewattorney {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 15px;
}

.figure {
    font-weight: bold;
}

.Nextbtn {
    margin-top: 1%;
    float: right;
}

.pricelisthead {
    margin: unset;
    color: #014485;
    float: left;
    font-size: 22px;
}

.errormessage {
    color: #a94442;
    font-size: 14px;
    font-weight: normal;
    padding-top: 1%;
}

.compatibilityheading {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.compatibilitydesc {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #595959;
    margin-top: 3%;
}

.dropdown-contentddl {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.priceoverlay {
    position: absolute;
    width: 138%;
    color: white;
    font-size: 30px;
    margin-top: 24%;
    font-weight: bold;
}

.mcle-box {
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    width: fit-content;
}

.mcle-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #595959;
    padding: 12px 12px;
}

.mcle-header {
    font-style: normal;
    line-height: 40px;
    color: #FFFFFF;
    margin-top: 2%;
    position: relative;
}

.renewcheckout {
    float: right;
    margin-top: 1%;
}

.mcleinput {
    padding: 12px;
}

.lnkComplianceHistory {
    float: right;
}

.modal-body-Price {
    width: 100%;
    overflow-y: auto;
}

.renewyaer {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 15px;
}

.mclewhitebox {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    height: 150px; 
    width: 220px;
    /*margin-right: 8%;*/
}

.signs{
        text-align: center;
    margin-top: 5%;
}
.divstate {
    background-color: White;
    overflow: auto;
}

.External-popup{
    padding: 10px;
    height:fit-content;
    width:700px;
}
.minlicenes {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.bordermclebox {
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 2%;
    width: 49%;
    float: left;
}

.bordermclebox1 {
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 2%;
    width: 49%;
    float: right;
}

.renewmclebox {
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 2%;
}

.RenewaccountUsers {
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 2%;
}

.compatibilityicon {
    background: #FFFFFF;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 4%;
    width: 190px;
    height: 235px;
    margin-right: 3%;
}

.buyteamaccountlabel {
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    padding: 15px;
}

.ModalPopUpExternalCredits {
    text-align: center;
    position: fixed;
    z-index: 100001;
    left: 321.5px;
    top: -123px;
}

.modal-body-Podcast {
    width: 100%;
    height: fit-content;
    overflow-y: auto;
}

.modal-body-Mcle {
    width: 100%;
    height: fit-content;
}

.calendaricon {
    width: 20px;
    float: left;
    margin-left: 1%;
    margin-top: 4%;
}

.btntable {
    margin-top: 3%;
}

.blogtitle {
    font-size: 19px;
    height: 42px;
    overflow: hidden;
    font-weight: bold;
    line-height: 22px;
    overflow: hidden;
    cursor: default;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-family: Calibri;
    /*float: left;*/
}

.blogdescription {
    height: 64px;
    overflow: hidden;
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 1%;
    /*text-overflow: ellipsis;*/
    cursor: default;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: Calibri;
    color: #595959;
}

.blogprovidername {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #595959;
    float: left;
}

.teamwhitebox {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    width: 336px;
    height: 200px;
    margin-right: 3%;
    box-shadow: 1px 1px 8px #888888;
    margin-top: 2%;
}

.teamtext {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #595959;
    margin-bottom: 1%;
}

.Picture {
    margin-top: 1%;
}
.Getstartedbtn{
    background-color: Transparent;
    background-repeat: no-repeat;
        border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 16px 10px 16px;
    color: #FFFFFF !important;
    text-decoration:underline;
}
/* Links inside the dropdown */
/*.dropdown-contentddl b {
  color: black;
  text-decoration: none;
  display: block;
}*/

/* Change color of dropdown links on hover */
/*.dropdown-contentddl b:hover {background-color: #005EB8; color:white}*/

/* Show the dropdown menu on hover */
/*.dropdown:hover .dropdown-contentddl {display: block;}*/

/* Change the background color of the dropdown button when the dropdown content is shown */
/*.dropdown:hover .dropbtn {background-color: #005EB8;}*/



#partialtable td, th {
    padding: 5px;
}

.bundlebox {
    background: #FFFFFF;
    /* Grey-D2D2D2 */
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 2%;
    padding: 10px;
    text-align: justify;
}

.UCLEbox {
    /* Grey-D2D2D2 */
    background: linear-gradient(180deg, #01519D 1.56%, #001A32 100%);
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 8px;
    border-radius: 2%;
    padding: 10px;
    height: 526px;
    text-align: justify;
}

p {
    margin: 0 0 10px;
    min-height: 10px;
}

output {
    position: absolute;
    background-image: linear-gradient(#444444, #999999);
    width: 40px;
    height: 30px;
    text-align: center;
    color: white;
    border-radius: 10px;
    display: inline-block;
    font: bold 15px/30px Georgia;
    bottom: 146%;
    left: 0;
    margin-left: -10% !important;
    padding: unset;
    background: linear-gradient(0deg, #004383 3.02%, #005EB8 100.11%);
}

    output:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 10px solid #999999;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        margin-top: -1px;
        font-family: calibri;
        background: linear-gradient(0deg, #004383 3.02%, #005EB8 100.11%);
    }

#sliderrange {
    position: relative;
}
/*body {
  padding: 20px;
}*/
#overlay1 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

#overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999999;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #4b87bc;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.desc-price {
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding-top: 1%;
    font-family: Calibri;
}

.panelist-panel {
    overflow: auto;
    max-height: 450px;
    position: inherit;
    background-image: url("/clecenter/images/Rectangle 27.png");
    background-repeat: no-repeat;
}

.round-btn {
    position: absolute;
    left: 95%;
    width: 4%;
    height: 5%;
    right: 0.44%;
    top: 82.41%;
    bottom: 14.53%;
    background: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    border-radius: 38px;
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.round-btn1 {
    position: absolute;
    left: 0%;
    width: 4%;
    height: 5%;
    top: 80.41%;
    bottom: 14.53%;
    background: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    border-radius: 38px;
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.slider {
    /* pointer-events: none;
  margin: 0px;
  cursor: pointer;
  /*width:200px;*/
    padding-left: 30%;
    padding-right: 30%;
    /*height:6px;*/
    background-color: #17694f;
    box-sizing: border-box;
}

    .slider.focusable {
        border: 1px solid #222;
    }

.containslider {
    position: relative;
    height: 30px;
    width: 220px;
}

.thumb {
    cursor: pointer;
    border-color: #333;
    border-style: solid;
    /*border-width:4px; width:16px; height:16px;*/
    background-color: #0f4534;
    background-color: rgba(100, 100, 100, 1);
    border-radius: 50%;
    position: absolute;
    /*top:-6px;left:50px;*/
}

.track {
    pointer-events: none;
    height: 100%;
    background-color: #4ac4ac;
}

.output {
    pointer-events: none;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50% 50% 0 50%;
    background-color: #4ac4ac;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -45px;
    /*left:45px*/
}

    .output p {
        pointer-events: none;
        font-size: 14px;
        color: #0a1a17;
        text-align: center;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.Help-desk-footer {
    background: #EAF4FB;
    padding: unset;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: Calibri;
}

.help-header {
    font-weight: bold;
    line-height: 32px;
    font-size: 24px;
    font-family: Calibri;
}

.helpdesk-details {
    line-height: 22px;
    font-size: 15px;
    font-family: Calibri;
}

.helpdesk {
    font-weight: bold;
    line-height: 30px;
    font-size: 16px;
    font-family: Calibri;
    padding-top: 2%;
}

.help-contact {
    line-height: 22px;
    font-size: 15px;
}

.helpdesk-img {
    line-height: 1.2;
    padding-left: 0%;
    padding-left: 3%;
}

.helpdesk-sendmessage-btn {
    width: auto;
    margin-top: 3%;
    margin-bottom: 3%;
}

.cardbody-program {
    margin: 0px;
    min-width: 80px;
    border-radius: 6px;
    PADDING-BOTTOM: 3%;
    min-height: 343px;
}

.searchcardbody-program {
    margin-bottom: 3%;
    min-width: 80px;
    border-radius: 6px;
    PADDING-BOTTOM: 3%;
    min-height: 263px;
}

.links {
    padding: 20px;
    /*color: #CE181F;*/
    color: grey;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

.side-card {
    /*margin-top: 55px;*/
    border-radius: 8px;
    border: 2px solid #EAF4FB !important;
    margin-bottom: 10px;
}

.wrapper {
    margin: 60px auto;
    text-align: center;
}

/*h1 {
    margin-bottom: 1.25em;
}*/

#pagination-demo {
    display: inline-block;
    margin-bottom: 1.75em;
}

    #pagination-demo li {
        display: inline-block;
    }

.page-content {
    background: #eee;
    display: inline-block;
    padding: 10px;
    width: 100%;
    max-width: 660px;
}

.cd-tabs__navigation {
    display: flex;
    width: auto;
    background: 0 0;
    box-shadow: none;
}

.cd-tabs__list {
    /*list-style: none;
     display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: inset 0 -2px 3px var(--cd-color-shadow);
      margin: 0;
    padding: 0;
    border: 0;*/
    width: 100%;
    position: relative;
    border-bottom: #EAF4FB 2px solid;
    display: flex;
}

.cd-tabs__list_li {
    background-color: #EAF4FB;
    border-right: 2px solid #EAF4FB;
    /*flex-shrink: 0;
    display: list-item;
    text-align: -webkit-match-parent;
     width: 30%;*/
}

.cd-tabs__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    width: 60px;
    /*color: #C4C3BA !important;*/
    text-decoration: none;
    padding-left: 50px;
    padding-right: 50px;
    font-family: var(--font-primary,sans-serif);
    font-weight: bolder;
    width: 100%;
}

    .cd-tabs__item:hover {
        color: black;
        text-decoration: none !important;
    }

.item-active {
    background-color: white !important;
    border-top: 3px solid #005EB8;
    color: black !important;
}

.pagination {
    margin: 0 !important;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
    background-color: white;
    border: none;
    color: #C7C7C7;
    line-height: 1.5;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    /* color: #333; */
    cursor: default;
    color: #4E4E4E;
    font-weight: bold;
    background-color: white;
}
/*#description-video{
     background-image: url("/clecenter/images/audioposter.png");
}*/

/*Changes made by Divyansh Gupta for Course Catalog Page 28 May 2020*/
@media screen and (min-width:851px) and (max-width: 1200px) {

    .hide-mobile {
        display: none;
    }

    .hide-desktop {
        display: block;
    }

    /*all are copied except this one 28 May 2020*/
    .show {
        display: flex !important;
    }

    .mobile-filter-box {
        display: block;
        height: 41px;
        z-index: 100;
        background: #F9F9F9;
        cursor: pointer;
        border: 1px solid #D2D2D2;
        box-sizing: border-box;
        border-radius: 4px;
    }

    .allcourse-mobileview {
        padding: unset;
        font-weight: bold;
        width: auto;
        font-size: 25px;
    }

    .mobile-searchfield {
        display: block;
        padding-right: unset;
        z-index: 100;
    }

    .filter-searchbox {
        display: none;
    }

    .headtxt-margin {
        font-size: 17px;
        width: 98%;
    }

    #Sortby {
        display: none;
    }

    .center-txt {
        margin-left: 1%;
    }

    #SearchBox {
        padding-top: 0px;
        width: 100%;
    }
    
    #coursecontent {
        margin-top: 12%;
    }

    .coursecatalog-transparentbtn {
        background-color: Transparent;
        background-repeat: no-repeat;
        cursor: pointer;
        color: white !important;
        border: 1px solid #FFFFFF;
        box-sizing: border-box;
        margin-top: 0%;
    }

    .coursecatlog-unlimitedcle-whitebtn {
        margin-left: 3%;
        background-color: #FFFFFF;
        color: #014485;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
        float: right;
        margin-top: 0%;
    }

    .course-catalog-unlimitedcle {
        margin-top: 9%;
        background: linear-gradient(180deg, #00B3B3 1.56%, #007EA5 57.81%, #0260BB 100%);
        border-radius: 8px;
        padding: 15px;
        width: auto;
        display: none;
    }
}

@media screen and (max-width: 850px) {

    .cd-tabs__list_li {
        width: 50%;
    }

    .hide-mobile {
        display: none;
    }

    .hide-desktop {
        display: block;
    }

    .mobile-filter-box {
        display: block;
        height: 41px;
        z-index: 100;
        background: #F9F9F9;
        cursor: pointer;
        border: 1px solid #D2D2D2;
        box-sizing: border-box;
        border-radius: 4px;
    }

    .allcourse-mobileview {
        padding: unset;
        font-weight: bold;
        width: auto;
        font-size: 25px;
    }

    .mobile-searchfield {
        display: block;
        padding-right: unset;
        z-index: 100;
    }

    .filter-searchbox {
        display: none;
    }

    .panel-creditsupport-box {
        background-color: #FFF;
        padding-left: 0px;
        margin-left: 15px;
        margin-right: 5px;
        border-radius: 5px;
        margin-bottom: 20px;
        width: 325px;
        border: 1px solid #979797;
        margin-top: 25%;
        -webkit-box-shadow: 0 10px 6px -6px #777;
        -moz-box-shadow: 0 10px 6px -6px #777;
        box-shadow: 0 10px 6px -6px #777;
    }

    .headtxt-margin {
        font-size: 17px;
        width: 98%;
    }

    .desc-price {
        color: white;
        font-size: 22px;
        font-weight: bold;
        padding-top: 1%;
        left: -20%;
        font-family: Calibri;
    }

    #Sortby {
        display: none;
    }

    .round-btn {
        display: none;
    }

    .round-btn1 {
        display: none;
    }

    .heaader-img-course {
        position: absolute;
        top: 171px;
        width: 100%;
        left: 0px;
        height: 225px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: white;
    }

    .heaader-img-coursecatalog {
        position: absolute;
        top: 163px;
        width: 100%;
        left: 0px;
        height: 245px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .range {
        width: 275px;
    }

    .center-txt {
        margin-left: 1%;
    }

    .ligationbox-margin {
        margin-top: 0%;
        min-height: auto;
    }

    .course-header-imgstyle {
        height: 120px;
        width: 100%;
        display: block;
        border-radius: 6px;
        top: 23%;
        left: 0%;
        position: absolute;
        height: 25%;
    }

    .imgstyle {
        height: 120px;
        width: 100%;
        display: block;
        border-radius: 6px;
        top: 29%;
        left: 0%;
        position: absolute;
        height: 52%;
    }

    .clecredit-description {
        padding: 10px;
        width: fit-content;
        padding-right: 0%;
        min-width: 320px !important;
    }

    .panalist-box {
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
        border-radius: 8px;
        width: 93%;
        margin-left: 2%;
        margin-bottom: 5%;
        margin-top: 8%;
        max-height: 170px;
    }

    .modal-dialog-centered {
        margin-left: 3%;
    }

    #askpanalest-tbl {
        width: 100%;
        text-align: left;
        font-family: Calibri;
        font-family: Calibri;
        font-size: 15px;
    }
    /*.course-catalog-img{
position: absolute;
height: 250px;
left: 0px;
top: 27%;
    }*/

    #SearchBox {
        padding-top: 0px;
        width: -webkit-fill-available;
    }

    #coursecontent {
        margin-top: 12%;
    }

    /*.videoplayerstyle {
        width: 455px;
    }*/

    #description-video {
        padding: unset;
    }

    .coursecatalog-transparentbtn {
        background-color: Transparent;
        background-repeat: no-repeat;
        cursor: pointer;
        color: white !important;
        border: 1px solid #FFFFFF;
        box-sizing: border-box;
        margin-top: 0%;
    }

    .coursecatlog-unlimitedcle-whitebtn {
        margin-left: 3%;
        background-color: #FFFFFF;
        color: #014485;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
        float: right;
        margin-top: 0%;
    }

    .course-catalog-unlimitedcle {
        margin-top: 9%;
        background: linear-gradient(180deg, #00B3B3 1.56%, #007EA5 57.81%, #0260BB 100%);
        border-radius: 8px;
        padding: 15px;
        width: auto;
        display: none;
    }
}

.overlap {
    position: relative;
    margin-bottom: -2px;
    border-bottom: 5px solid white;
}

.dbrd-switch {
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 5px;
    display: flex;
}

.dbrd-options {
    border-radius: 8px;
    padding: 10px;
    margin: 3px;
    cursor: pointer;
}

.dbrd-option-active {
    color: white !important;
    background: #32CD32;
}

#bulletin-card {
    background-image: url("/clecenter/images/bulletin-brd.png");
    background-repeat: no-repeat;
}

#trending-card {
    background-image: url("/clecenter/images/trending-topics.png");
    background-repeat: no-repeat;
}

#total-lisc-card {
    background-image: url("/clecenter/images/total-lisc.png");
    background-repeat: no-repeat;
}

#available-lisc-card {
    background-image: url("/clecenter/images/available-lisc.png");
    background-repeat: no-repeat;
}

#used-lisc-card {
    background-image: url("/clecenter/images/used-lisc.png");
    background-repeat: no-repeat;
}

.custom-primary-btn {
    padding: 10px 16px 10px 16px;
}

@media screen and (max-width: 850px) {
    .new-tab-item {
        width: 50% !important;
    }

    .custom-primary-btn {
        width: 100%;
        margin: 5px;
    }

    /*.subs-row {
        height: 380px !important;
    }*/

    .base-box {
        display: block !important;
    }

    .dbrd-box {
        display: block !important;
    }

    .dbrd-switch {
        margin-bottom: 10px;
    }

    .dbrd-options {
        width: 100%;
        text-align: center;
    }

    .heaader-img-coursedescription {
        position: absolute;
        /*top: 163px;*/
        width: 100%;
        left: 0px;
        padding-left: 0.7%;
        padding-right: 0.7%;
        height: 268px;
        background-color: white;
    }
}

.subs-row {
    margin-top: 20px;
    display: table-row;
    height: 180px;
}

.base-box {
    align-items: baseline;
    justify-content: space-between;
}

.course-count {
    padding-top: 21px;
    font-weight: bold;
    font-size: 17px;
}

.padding-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
}


/*slider*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #CE181F;
}

input:focus + .slider {
    box-shadow: 0 0 1px #CE181F;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.page-heading-container {
    float: left;
    /*padding-left: 15px;*/
    display: flex;
}

.page-heading {
    font-weight: bolder;
    margin-top: 0px !important;
    margin-bottom: 30px !important;
    /*margin-left: 10px;*/
}

@font-face {
    font-family: 'proxima_nova_rgregular' !important;
    src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot');
    src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.woff') format('woff'), url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.ttf') format('truetype'), url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgbold' !important;
    src: url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot');
    src: url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.woff') format('woff'), url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.ttf') format('truetype'), url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adelle_rgregular';
    src: url('https://litmus.com/fonts/Emails/adelle_reg-webfont.eot');
    src: url('https://litmus.com/fonts/Emails/adelle_reg-webfont.eot?#iefix') format('embedded-opentype'), url('https://litmus.com/fonts/Emails/adelle_reg-webfont.woff') format('woff'), url('https://litmus.com/fonts/Emails/adelle_reg-webfont.ttf') format('truetype'), url('https://litmus.com/fonts/Emails/adelle_reg-webfont.svg#adelle_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
}

h1 {
    font-family: 'proxima_nova_rgbold', Helvetica, Arial, sans-serif;
}

.modal.modal-rel {
    position: absolute;
    z-index: 51;
}

.modal-backdrop.modal-rel-backdrop {
    position: absolute;
    z-index: 0;
}



.new-tab {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #D3D3D3;
    display: flex;
}

.new-tab-item {
    display: inline;
    width: 30%;
    margin: 0 5px 0 0;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
}

.new-tab-active {
    color: #005EB8;
    font-weight: bold;
    /*border-bottom: 3px solid #005EB8;*/
}

.underline-div {
    border: 1px solid #005EB8;
    display: none;
}

.mcle-credits-card {
    background: #F9F9F9;
    padding: 12px;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 8px;
}

.toggle-link {
    color: #005EB8;
    cursor: pointer;
}

.credits-table.table {
    background: white;
    border-radius: 8px;
}

    .credits-table.table > thead > tr > th {
        border: none !important;
    }

.credits-table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #F9F9F9 !important;
}

.credits-table.table > tbody > tr > td {
    border: none !important;
    padding: 6px !important;
}

.table-container {
    background: white;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 10px;
}

#toggle-btn {
    color: #005EB8;
    cursor: pointer;
}

.dataTable {
    width: 100% !important;
}

    .dataTable > thead {
        background: #005eb8;
        color: white;
    }

    .dataTable .even {
        background: #EAF4FB;
    }

.dataTable-container {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 20px;
}

table.dataTable.no-footer {
    border: none !important;
}


#lblCartCount {
    font-size: 12px;
    background: blue;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
}

.multi-select-container {
    display: inline-block;
    position: relative;
}

.multi-select-menu {
    position: absolute;
    left: 0;
    top: 0.8em;
    z-index: 1;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
}

.multi-select-menuitem {
    display: block;
    font-size: 0.875em;
    padding: 0.6em 1em 0.6em 30px;
    white-space: nowrap;
}

.multi-select-menuitem--titled:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.multi-select-menuitem + .multi-select-menuitem {
    padding-top: 0;
}

.multi-select-presets {
    border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
    position: absolute;
    margin-top: 0.25em;
    margin-left: -20px;
}

.multi-select-button {
    display: inline-block;
    font-size: 0.875em;
    padding: 0.2em 0.6em;
    max-width: 16em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: default;
}

.RightBox {
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px;
    min-height: 220px;
    background-color: #EAF4FB;
}

.LeftBox {
    margin-top: 1%;
    background: #F9F9F9;
    border-radius: 8px;
    min-width: 275px;
    padding: 12px;
}

.multi-select-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
    display: block;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
    /* Avoid border/padding on menu messing with JavaScript width calculation */
    box-sizing: border-box;
}

    .multi-select-container--positioned .multi-select-menu label {
        /* Allow labels to line wrap when menu is artificially narrowed */
        white-space: normal;
    }

.homeheadlayout {
    /*position: absolute;
    top: 30px;
    font-style: normal;
    font-size: 182%;
    line-height: 65px;
    color: #FFFFFF;
    left: 0px;
    background-image: none !important;
    padding-left: 0 !important;*/
    position: relative;
    font-style: normal;
    color: #FFFFFF;
}

.homeboxlayout {
    position: relative;
    margin-left: 0%;
    background: #EAF4FB;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
}

.clehomelayout {
    position: absolute;
    top: 148px;
    left: 0px;
    height: 450px;
    top: 130px;
}

.search-img {
    font-family: Arial, FontAwesome;
}


.homeboxlayoutRegistration {
    position: relative;
    margin-left: 0%;
    background: white;
    border: 1px solid #CCDFF1;
    box-sizing: border-box;
    border-radius: 8px;
}

.margintop-0 {
    margin-top: 0px;
}

.marginbottom-0 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.marginbottom-5 {
    margin-bottom: 5px;
}

.margintop-5 {
    margin-top: 5px;
}

.margintop-10 {
    margin-top: 5px;
}


.BlackHeaderText {
    position: relative;
    width: 100%;
    top: 10px;
    font-style: normal;
    font-weight: bold;
    left: 0px;
    margin-top: 8%;
    text-align: center;
    color: black;
    position: relative;
    margin: 20px;
}

.h2fontSize {
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .clehome {
        position: relative;
        top: 30px;
        left: 0px;
        height: auto;
    }
    /*#Coursecount1{
      padding-top: 4% !important;
  }
  .heaader-img-coursecatalog {
    position: absolute;
    top: 205px;
    width: 100%;
    left: 0px;
    height: 245px;
    padding-left: 10px;
    padding-right: 10px;
}
  #coursecontent {
        margin-top: 21%;
    }
  .course-headertxt {
    position: absolute;
    width: 100%;
    top: 201px;
    font-style: normal;
    font-weight: bold;
    font-size: 182%;
    line-height: 65px;
    color: #FFFFFF;
    left: 0px;
    margin-top: 4%;
}*/
    #rostertbl .innertable {
        padding: 10px;
        display: block;
        width: 100%;
    }

    .activebtn {
        margin-left: 154px;
    }

    #AddAttorneyFrm .userinput {
        margin-left: 2px;
    }

    .fwd-button {
        margin-left: 0px;
        /*margin-top: 8px;*/
    }

    .userinput {
        margin-left: 0px;
    }
}

.div-or {
    height: 1px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    margin-left: 27%;
    width: 480px;
}

    .div-or div {
        background-color: #2e6da4;
        border: 1px solid #2e6da4;
        border-radius: 10px;
        color: white;
        margin-left: -44px;
        position: relative;
        top: -11px;
        width: 49px;
    }

.row-padding {
    padding: 10px;
}

.fg-pwd-row-btm {
    padding-bottom: 40px;
}

.userlbl {
    margin-left: 63px;
}

.overlapcard-container {
    background-color: white;
    display: flex;
    position: relative;
    z-index: 2;
    /*margin-top: 10%;*/
    padding: 20px;
    border-radius: 10px;
    flex-direction: column;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Dropdown Button */
.dropbtn {
    background-color: white;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
/*.dropdown {

}*/

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.column {
    float: left;
    /*Changes made by Divyansh 30 May 2020*/
    /*width: 28.33%;*/
    width:auto;
    min-width:145px;
    padding: 10px;
    background-color: white;
    height: auto;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    /*padding: 12px 16px;*/
    padding: 3px 4px;
    text-decoration: none;
    display: block;
}

.practicearea-ddl-content a {
    text-decoration: none;
    display: block;
    font-size: 16px;
}

.dropdown-content a[ds='browse'] {
    color: #005EB8;
    /*padding: 12px 16px;*/
    padding: 3px 4px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #005EB8;
    color: white;
}

.practicearea-ddl-content a:hover {
    background-color: #005EB8;
    color: white;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #005EB8;
    color: white;
}

.notify-margin {
    margin-right: 41px;
}

.sug-course-link {
    float: right;
    margin-right: 2%;
    margin-top: 13px;
}

#tblRoster .table > thead > tr > th {
    /*background: #CCDFF1;*/
    background: #005eb8;
    border: none !important;
    color: white;
}




#tblRoster .table > tbody > tr {
    border-top: 2px solid #CCDFF1 !important;
}

.fwd-text {
    margin-left: -11px;
}

#resetPsdFrm input, select, textarea {
    max-width: 330px;
}

#resetFrm input, select, textarea {
    max-width: 330px;
}


.ch-pwd-input {
    margin-left: -45px;
}

.text-bold {
    font-weight: bold;
}

.pwd-row-btm {
    padding-bottom: 25px;
}

/*@media (min-width: 992px){
.col-md-8 
{
    width: 80%;
}
}

@media (min-width: 768px) {
    .col-sm-8 {
        width: 73.666667%;
    }
}*/


#roster box-height {
    height: 457px;
    overflow: auto;
}

#mcleprofilepartial tr {
    text-align: left;
}

#tblRoster #tbldiv {
    max-height: 380px;
    overflow: auto;
}

.padding-left {
    margin-left: 10px;
    margin-top: 5px;
}

.fws-h2 {
    font-size: 17px;
}

.blue {
    /*color: #337ab7;*/
    text-decoration: none;
    font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
}

.trackinglnk {
    border-color: #005eb8;
    font-size: 16px;
    padding: 5px;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

    .userinput {
        margin-left: -33px;
    }

    .fwd-button {
        margin-left: 0px;
    }
}

.camel-case {
    text-transform: capitalize;
}

.rcorners1 {
    border-radius: 25px;
    /* background: #73AD21; */
    padding: 3px;
    width: 100%;
    /* height: 0px; */
    background-color: #2e6da4;
}

.h3fontsize {
    font-size: 15px;
}

#status-data {
    width: 40%;
    background-color: #EAF4FB;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #CCDFF1 !important;
}

@media screen and (max-width: 767px) {
    #status-data {
        width: 100%;
    }
}


.flex-items-container {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .flex-items-container {
        display: block;
    }
}

.mymodal-content {
    height: 215px;
}

.mymodal-title {
    text-align: center;
    padding: 15px 15px 10px 15px;
}


.main-model-content {
    padding: 5px 15px 15px 15px;
}


.model-bottom {
    position: absolute;
    text-align: right;
    padding: 20px;
    bottom: 0px;
    right: 0px;
}

.bg-white {
    background: #005EB8 !important;
    color: white !important;
}

.h1fontsize {
    font-size: 32px;
}

#intbl .table > tbody > tr {
    border-top: 2px solid #CCDFF1 !important;
}

#intbl tr:nth-child(even) {
    background-color: #EAF4FB;
}

#socialShare {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

    #socialShare a,
    #socialShare > .socialBox {
        position: relative;
        float: right;
        display: inline-block;
        color: #fff;
        font-size: 20px;
        padding: 5px;
        background-color: transparent;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
    }

    #socialShare a {
        background-color: rgba(0, 0, 0, 0.2);
    }

    #socialShare > * > span {
        background-color: rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15);
        display: block;
        color: #fff;
        font-size: 16px;
        padding: 8px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        border-radius: 50%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

        #socialShare > * > span:hover,
        #socialShare > .open > span {
            -webkit-transform: scale(1.25);
            -moz-transform: scale(1.25);
            transform: scale(1.25);
            -webkit-transition: all .15s ease-in-out;
            -moz-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
        }

#socialGallery {
    /*left: 50%;
  margin: 0 auto 0;*/
    position: absolute;
    /*top: 60px;*/
    transform: translate(-100%, 0);
    visibility: hidden;
    width: 400px;
}

    #socialGallery a {
        visibility: hidden;
        opacity: 0;
        margin: 5px 2px;
        background-color: rgba(0, 0, 0, 0.6);
        position: relative;
        top: 10px;
    }

        #socialGallery a > span {
            position: relative;
            top: 4px;
            left: 4px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }

.socialToolBox {
    cursor: default;
}

.pointer {
    cursor: pointer;
}

.facebook:hover {
    background: #3b5998 !important;
}

.google:hover {
    background: #dd4b39 !important;
}

.instagram:hover {
    background: #517fa4 !important;
}

.linkedin:hover {
    background: #3b5998 !important;
}

.twitter:hover {
    background: #00aced !important;
}

.youtube:hover {
    background: #bb0000 !important;
}

@media only screen and (max-width: 480px) {
    #socialGallery {
        width: 120px;
    }
}

.margin-top {
    margin-top: 2%;
}


/* Portrait phones and smaller */
@media all and (max-width: 480px) {
    #imgpagebackimage {
        display: none;
    }

    .course-headertxt {
        color: black;
        margin-top: 5% !important;
    }

    .heaader-img-coursecatalog {
        display: none;
    }

    .heaader-img-coursecatalog {
        color: black;
    }

    .header-img-unlimitedcle {
        display: none;
    }

    .bottom-right {
        position: relative;
    }

    .footerDiv {
        width: 74% !important;
    }

    .footer-width {
        width: 123% !important;
    }

    .marques-width {
        width: 100%;
    }

    .headtxt {
        color: black;
    }

    .backlink {
        color: black !important;
    }

    .homehead {
        color: black !important;
    }

    .emaillogo {
        display: none;
        /*width:90%*/
    }

    .partnrlogo {
        width: 90%;
    }

    .homebox-head {
        font-size: 19px !important;
    }

    table.dataTable thead th, table.dataTable thead td {
        padding: 0px 0px;
        border-bottom: 1px solid #111;
    }

    .homebox {
        position: relative;
        margin-top: 13%;
        background: #EAF4FB;
        border: 1px solid #CCDFF1;
        box-sizing: border-box;
        border-radius: 8px;
        height: 360px;
        padding: 5px;
    }

    .subscribe {
        /*padding: 7px 24px;*/
        margin-top: 0%;
        /*margin-left: 47px;*/
        width: 94%;
    }

    .taView {
        width: 96% !important;
    }

    .taStarted {
        float: right;
        margin-top: 4%;
        margin-right: 2%;
        padding: 12px 32px;
        width: 96% !important;
    }

    .bogoView {
        width: 96% !important;
    }

    .bogoStarted {
        width: 96% !important;
    }

    .headerupdated {
        width: 100%;
    }

    .podcast-btn {
        width: 100%;
    }

    .partnerbtn {
        width: 100%;
    }

    .compatibilityicon {
        background: #FFFFFF;
        border: 1px solid #CCDFF1;
        box-sizing: border-box;
        border-radius: 8px;
        margin-top: 4%;
        /*width: 190px;
    height: 235px;*/
        margin-right: 3%;
        width: 100%;
        height: 100%;
    }

    .podcast-line {
        text-align: center;
        margin-top: 2%;
        background: #005EB8;
        border-radius: 15px;
    }

    .dropdownstate {
        width: 100% !important;
    }

    .singledropdownallstates {
        margin: auto;
        width: 78% !important;
        overflow-y: auto;
        height: 325px;
        display: block;
        margin-left: -23% !important;
    }

    .statedropdownallstates {
        margin: auto;
        width: 52% !important;
        overflow-y: auto;
        height: 325px;
        display: block;
        margin-left: 0% !important;
    }

    .homedropdownallstates {
        margin: auto;
        width: 84% !important;
        overflow-y: auto;
        height: 325px;
        display: block;
        margin-left: 6% !important;
    }

    .pull-left {
        float: left !important;
        margin-right: 0px !important;
    }

    .Blogsbtn {
        text-align: center;
        margin-top: 3%;
        padding: 10px 100px;
        border-radius: 4px;
    }
    /*.locationicon {
    position: absolute;
    top: 28% !important;
    padding: 6px 9px;
   
}*/
    #mobilediv {
        display: block !important;
        margin-left: 22px !important;
    }

    #desktopdiv {
        display: none !important;
    }

    input, select, textarea {
        max-width: 330px !important;
    }

    .cle-individualuser {
        background: #EAF4FB;
        border: 1px solid #CCDFF1;
        box-sizing: border-box;
        border-radius: 8px;
        margin-top: 3%;
        height: 100%;
        padding: 15px;
        float: left;
        width: 100%;
    }

    .cle-teamattorney {
        background: #EAF4FB;
        border: 1px solid #CCDFF1;
        box-sizing: border-box;
        border-radius: 8px;
        margin-top: 3%;
        height: 100%;
        padding: 15px;
        float: right;
        width: 100%;
    }

    .ulimitedclestarted {
        padding: 12px 32px 12px 32px;
        margin-top: 1.5%;
        float: right;
        width: 100% !important;
    }

    .ulimitedcledetails {
        width: 100% !important;
        margin-left: 0% !important;
    }

    .ulimitedcledetails1 {
        width: 100% !important;
        margin-left: 0% !important;
    }

    .helpdesk-sendmessage-btn {
        width: 100%;
        margin-top: 3%;
        margin-bottom: 3%;
    }

    .ulimitedclestarted1 {
        padding: 12px 32px 12px 32px;
        margin-top: 4%;
        float: right;
        width: 100%;
    }

    .cle-headertext {
        color: black;
    }

    .cletxt {
        color: black;
    }

    .blackHeader {
        color: black !important;
    }

    .bundledescription {
        color: black !important;
    }

    .statebundle {
        width: 60% !important;
    }

    .bundlediv {
        width: 56% !important;
    }

    .bundleddcontent {
        width: 50% !important;
    }

    .h1pageheader1 {
        color: black !important;
    }

    .fwd-button {
        margin-left: 0px;
        margin-top: 8px;
    }

    .div-or {
        height: 1px;
        margin-bottom: 30px;
        margin-top: 30px;
        text-align: center;
        margin-left: 51%;
        width: 480px;
    }

    #anchomebrdcrum {
        color: blue !important;
    }

        #anchomebrdcrum li {
            color: blue !important;
        }

    .homeheadlayout {
        color: black !important;
    }

    .homeboxlayout {
        position: relative;
        margin-left: -5%;
        background: #EAF4FB;
        border: 1px solid #CCDFF1;
        box-sizing: border-box;
        border-radius: 8px;
        margin-top: 6%;
        width: 109% !important;
    }

    .litigation-support-box {
        margin-left: 1px;
        margin-right: 18px;
    }

    .desktoppbar {
        display: none;
    }

    .mobilePbar {
        display: block !important;
        margin-left: -13% !important;
    }

    .needhelp {
        width: auto;
        text-decoration: underline;
        color: #014485;
        padding-left: 4%;
        padding-top: 8%;
        margin-left: -13% !important;
    }

    #videotrack {
        /*width: 138% !important;*/
        margin-left: -6% !important;
    }

    .relaredprog-box {
        min-width: 300px !important;
        margin-top: unset;
        max-height: 300px;
        width: 324px;
        height: 400px;
    }

    .gobtn {
        margin-top: 5% !important;
        margin-left: 6% !important;
    }

    .renew-header {
        color: black !important;
    }

    .mymodal-content {
        height: 463px !important;
        width: 93% !important;
    }

    .egiftstyl{
          width: 38% !important;
    }
    .payment-box {
        width: 100% !important;
        padding-top: 3%;
    }

    .prsnl-details {
        width: 100% !important;
    }

    #brdcrumcss {
        display: none;
    }

    .practisearea {
        overflow: initial !important;
    }

    .fwdlnk {
        margin-left: 33% !important;
    }

    .heaader-img-coursedescription {
        display: none !important;
    }

    .descriptionheader {
        color: black !important;
    }

    .runtime-recoderd-date {
        color: black !important;
    }

    .desc-price {
        color: black;
    }

    .CardDetails {
        width: 100% !important;
    }

    .bogodiv {
        width: 100% !important;
    }

    .btnapply {
        margin-top: 3%;
    }

    .userlbl {
        margin-left: 0 !important;
    }

    .ressubdiv {
        margin-left: 0 !important;
        margin-top: 0 !important;
    }

    .resnextdiv {
        margin-left: 0 !important;
        margin-top: -33% !important;
    }

    .txtlnk {
        color: black !important;
    }

    .schbtn {
        margin-top: 4%;
    }

    .hsrchfor {
        margin-left: -4% !important;
    }

    .premium-header {
        color: black !important;
        margin-top: 20% !important;
    }

    .premium-box {
        height: 100% !important;
    }

    .priceoverlay {
        position: absolute;
        width: 81%;
        color: white;
        font-size: 30px;
        margin-top: 80% !important;
        margin-left: 155% !important;
        font-weight: bold;
    }

    .surveyicon-img {
        width: 100%;
        height: 100%;
    }
    /*.teamheader{
             color:black !important;
     }*/
    .firminput {
        width: 100% !important;
    }

    .subscription {
        width: 120px !important;
    }

    #personalinfo input, select, textarea {
        margin-top: 3% !important;
    }

    #inner input, select, textarea {
        margin-top: 3% !important;
    }

    #btnresetEmailLink {
        margin-top: 3% !important;
    }

    .attornydd {
        margin-left: 0 !important;
    }

    .progress {
        margin-top: 10% !important;
    }

    .tylnk {
        color: #014485 !important;
    }

    .btnfreePgm {
        width: 75% !important;
    }
    /*.bogoprogdetails{
        font-size:11px !important;
    }*/
    .btnbogosearch {
        margin-top: 3% !important;
    }

    .vectorimg {
        display: none;
    }

    .cle-logo {
        width: 80% !important;
    }

    .validation-box {
        margin-left: 0% !important;
        width: 100% !important;
    }

    .val-input {
        width: 400% !important;
    }

    .btn-val-nxt {
        width: 100% !important;
    }

    #coursecontent {
        margin-top: 13% !important;
    }

    .cd-tabs__navigation {
        width: 70% !important;
    }

    .reg-tabs__navigation {
        width: 100% !important;
    }

    .creat-facc-box {
        width: 94% !important;
    }

    .unlimitedaccess-homebox {
        height: 100% !important;
    }

    .UCLEbox {
        margin-top: 3%;
    }

    .filter-searchbox {
        height: 100%;
    }

    .hide-div {
        padding: 0 !important;
    }

    .bordermclebox1 {
        width: 100% !important;
    }

    .bordermclebox {
        width: 100% !important;
    }

    .bundle-head {
        color: black !important;
    }

    .compliancetxt {
        color: black !important;
    }

    .bundledetailtitle {
        height: 100%;
    }

    .bun-price {
        width: 100% !important;
    }

    .sortbundlegddl {
        width: 104% !important;
        z-index:100;
    }

    .bun-keyword {
        width: 213% !important;
        margin-bottom: 16px !important;
        margin-top: 13%;
    }

    .renewinput {
        width: 80% !important;
    }

    .headerrenew {
        font-size: 17px !important;
    }

    .login-content {
        width: 100% !important;
        margin-top: 21%;
        padding: 10px;
    }

    .modal-body {
        height: 100% !important;
    }

    .pop-fwd-lnk {
        margin-left: 30% !important;
    }

    .btn-primary {
        z-index: 100;
    }

    .btn-danger {
        z-index: 100;
    }

    .transparent-btn {
        z-index: 100;
    }

    .lblfeedbck {
        width: 95% !important;
    }

    .dbrd-popup {
        height: 280px !important;
    }

    .Podcast-flyer {
        width: 280% !important;
        height: 100% !important;
        margin-left: -23%;
    }

    .podcastsidebox {
        width: 110% !important;
        height: 100% !important;
        margin-left: -5%;
        float: left;
    }

    .dbrd-popup {
        height: 280px !important;
    }

    .decriptionpagetitle {
        width: 101% !important;
        margin-left: -14%;
    }

    .sendbtn {
        margin-top: 3% !important;
    }

    .toname {
        margin-bottom: 3% !important;
    }

    .pagination-sm > li > a, .pagination-sm > li > span {
        padding: 5px 5px !important;
    }

    .btn-userbbrd {
        margin-top: 15% !important;
    }

    .laptop-img {
        width: 313%;
    }

    .gift-modelcontainer {
        width: 53% !important;
        margin-left: 12% !important;
    }

    .yesno-modal-centered {
        margin-left: 6% !important;
    }

    .giftcontainer60 {
        width: 63% !important;
        margin-left: 6% !important;
    }

    .giftcard-box1 {
        width: 100% !important;
    }
    /*.img-gift {
    margin-left: -184% !important;
    width: 310%;
}*/
    .img-gift {
        margin-left: -40% !important;
    }

    .gcard1 {
        width: 340% !important;
        margin-left: -42%;
    }

    .gcardpoints {
        width: 318% !important;
        /*margin-left: -187%;*/
    }

    .mobilefooter {
        display: block !important;
        margin-left: 5% !important;
        margin-top: 2% !important;
    }

    .headshots {
        padding: 1.25rem;
        width: 100% !important;
        height: 220px !important;
    }

    .headshotscards {
        width: 152% !important;
    }
.speakerpop{
    margin-left: -10%;
}
.teamwhitebox{
    width: 100% !important;
        margin-top: 5% !important;
}


.External-popup{
    width:100% !important;
}
.jurisdictiontable{
    width:100% !important;
}
.giftcard-box2{
    width:100%
}

        .giftcard-box2 > .img-gift {
            margin-left: -30% !important;
            width: 310%;
            position: relative;
        }

        .giftcard-box2 > .gcard1 {
            width: 340% !important;
            margin-left: -40%;
        }

    .chkgiftpartial {
        padding: 12px !important;
        margin-left: -16% !important;
    }
    .group-form-buttons > a, button {
    padding: 5px;
    /*min-width: 100px;*/
    margin-right: 5px;
    margin-top: 3%;
}
}

/* iphone 5 */
@media screen and (device-aspect-ratio: 40/71) {
    .pgm-credits-heights {
        max-height: 349px;
        min-height: max-content;
    }

    .pgm-cards-heights {
        max-height: max-content;
    }

    .footerDiv {
        width: 245px !important;
    }

    .homebox-head {
        font-size: 16px !important;
    }

    .getsartedbtnwhite-btn {
        width: 100% !important;
    }

    .hometransparent-btn {
        width: 100% !important;
    }

    .podcasthead {
        font-style: normal;
        font-weight: bold;
        text-align: center;
        color: #000000;
        margin-top: 1%;
        font-size: 18px !important;
    }

    input, select, textarea {
        max-width: 238px !important;
    }

    .pagination-sm > li > a, .pagination-sm > li > span {
        padding: 5px 5px !important;
    }

    .img-gift {
        margin-left: -39% !important;
        width: 341%;
    }

    .btn-primary {
        z-index: 100;
    }

    .btn-danger {
        z-index: 100;
    }

    .transparent-btn {
        margin: 4px;
        z-index: 100;
    }
    .priceoverlay {
        width: 53% !important;
        margin-top: 69% !important;
            margin-left: 152% !important;
    }

}
/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    #imgpagebackimage {
        display: none;
    }

    .header-img-unlimitedcle {
        display: none;
    }

    .heaader-img-coursecatalog {
        display: none;
    }

    .heaader-img-coursecatalog {
        color: black;
    }

    .course-headertxt {
        color: black;
        margin-top: 0% !important;
    }

    #imgpagebackimage > .attentiondiv {
        font-size: 15px;
        margin-top: -247px;
        width: 727px;
        margin-left: 11px;
    }

    .renew-header {
        color: black !important;
    }

    .homehead {
        position: relative;
        font-style: normal;
        color: black !important;
        margin-top: 5%;
    }

    .HeaderText {
        text-align: center;
        color: black !important;
        position: relative;
        /* margin: -92px; */
        margin-top: -5px;
    }

    .backlink {
        color: black !important;
    }

    .headtxt {
        color: black;
    }

    .footerDiv {
        width: 650px !important;
    }

    .homebox {
        position: relative;
        margin-top: 5%;
        background: #EAF4FB;
        border: 1px solid #CCDFF1;
        box-sizing: border-box;
        border-radius: 8px;
        height: 250px;
        padding: 5px;
    }
    /*.locationicon {
    position: absolute;
    top: 18% !important;
    padding: 6px 9px;
   
}*/
    .cle-headertext {
        color: black !important;
    }

    .cletxt {
        color: black;
    }

    .cle-individualuser {
        height: 780px;
    }

    .cle-teamattorney {
        height: 780px;
    }

    .ulimitedcledetails {
        width: 48% !important;
        margin-top: 6% !important;
    }

    .ulimitedcledetails1 {
        width: 48% !important;
        margin-top: 22% !important;
    }

    .ulimitedclestarted {
        padding: 12px 32px 12px 32px;
        margin-top: 6% !important;
        float: right;
        width: 48% !important;
    }

    .blackHeader {
        color: black !important;
    }

    .bundledescription {
        color: black !important;
    }

    .h1pageheader1 {
        color: black !important;
    }

    .UCLEbox {
        height: 631px !important;
    }

    .bundledivt {
        margin-top: 0% !important;
    }

    .div-or {
        margin-left: 35% !important;
    }

    #anchomebrdcrum {
        color: blue !important;
    }

        #anchomebrdcrum li {
            color: blue !important;
        }

    .homeheadlayout {
        color: black !important;
    }

    .fwdlnk {
        margin-left: 16% !important;
    }

    .content-top {
        margin-top: 0% !important;
    }

    .heaader-img-coursedescription {
        display: none !important;
    }

    .descriptionheader {
        color: black !important;
    }

    .runtime-recoderd-date {
        color: black !important;
    }

    .desc-price {
        color: black;
    }

    .txtlnk {
        color: black !important;
    }

    .overlap-maincontent {
        margin-top: 2% !important;
    }

    #brdcrumcss {
        display: none;
    }

    .premium-header {
        color: black !important;
    }
    /*.teamheader{
             color:black !important;
     }*/
    .tylnk {
        color: #014485 !important;
    }

    #coursecontent {
        margin-top: 25% !important;
    }

    .filter-searchbox {
        height: 100%;
    }

    .bundle-head {
        color: black !important;
    }

    .compliancetxt {
        color: black !important;
    }

    .podcastsidebox {
        box-sizing: border-box;
        border-radius: 8px;
        padding: 8px;
        float: right;
        margin-top: 2%;
        background: #CCDFF1;
        border: 1px solid #CCDFF1;
        height: 74px;
    }

    .Podcast-flyer {
        width: 102%;
    }

    .btn-primary {
        z-index: 100;
    }

    .btn-danger {
        z-index: 100;
    }

    .transparent-btn {
        z-index: 100;
    }

    .addtocart {
        padding-left: 3%;
    }

    #coursecontent {
        margin-top: 10% !important;
    }

    .coursecatlog-unlimitedcle-whitebtn {
        margin-top: -18% !important;
    }

    .course-headertxt {
        color: black !important;
    }

    .headshots {
        padding: 1.25rem;
        width: 123px !important;
        height: 220px !important;
    }

    .teamwhitebox {
        width: 100% !important;
        margin-top: 5% !important;
    }

    .btnapply {
        margin-top: 3%;
    }

    .continuesohppingbtn {
        margin-left: 34%;
    }

    .mcle-box-h {
        height: 420px !important;
    }

    .External-popup {
        width: 100% !important;
    }

    .jurisdictiontable {
        width: 100% !important;
    }

    .mclewhitebox {
        margin-top: 5% !important;
        width: 100% !important;
    }
          .headerrenew {
        font-size: 20px !important;
    }
                    .priceoverlay{
              width: 183% !important;
              margin-top: 37% !important;
          }
          .premium-boxcontent{
    margin-left: 10% !important;
          }
    .premiumbtn {
        margin-left: 10% !important;
    }
    .unlimitedaccess{
        height:540%!important;
    }
         
}

/* only ipad pro*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .continuesohppingbtn {
        margin-left: 31%;
    }

    .usrbdb {
        margin-top: 2%;
        position: relative;
    }

    .egiftstyl {
        width: 65%;
    }

    .mclewhitebox {
        height: 150px !important;
        width: 194px !important;
    }


    .priceoverlay {
        width: 147% !important;
        margin-top: 28% !important;
    }
    
    .unlimitedaccess{
        height: 534px!important;
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) {
    /*.priceoverlay {
        width: 147% !important;
        margin-top: 28% !important;
    }*/

    .btncertificate {
        padding-left: 7%;
    }

    .header-img-unlimitedcle {
        display: block;
    }

    #imgpagebackimage > .attentiondiv {
        font-size: 15px;
        margin-top: -247px;
        width: 727px;
        margin-left: 11px;
    }

    .HeaderText {
        text-align: center;
        /*color: white;*/
        position: relative;
        /* margin: -92px; */
        /*margin-top: -5px;*/
    }

    .homehead {
        position: relative;
        font-style: normal;
        color: black;
        margin-top: 5%;
    }



    .footerDiv {
        width: 80% !important;
    }
    /*.locationicon {
    position: absolute;
    top: 22%;
    padding: 5px 10px;
}*/

    .ulimitedcledetails {
        width: 30% !important;
        /*margin-top: 10.5% !important;*/
    }

    .ulimitedcledetails1 {
        width: 30% !important;
        /*margin-top: 10.5% !important;*/
    }

    .ulimitedclestarted {
        padding: 12px 32px 12px 32px;
        /*margin-top: 10.5% !important;*/
        float: right;
    }

    .statebundle {
        width: 35% !important;
    }

    .bundlediv {
        width: 35% !important;
    }

    .bundleddcontent {
        width: 34% !important;
    }

    .UCLEbox {
        height: 526px !important;
    }

    .div-or {
        margin-left: 27% !important;
    }


    .course-headertxt {
        color: white;
        /*margin-top: -22%;*/
    }

    .mcle-box-h {
        height: 370px !important;
    }

    /*.cpgmstyle{
        width:65%;
    }
    .btnapply{
      margin-top:3%;
        margin-left:-2%;
    }*/

}

.footerDiv {
    font-size: 14px;
    vertical-align: middle;
    background-color: black;
    height: 32px;
    padding-top: 5px;
    width: 770px;
}

#imgpagebackimage {
    padding: 0px;
}

.attentiondiv {
    font-size: 15px;
    margin-top: 0px;
    width: 100%;
    margin-left: 0px;
}


/* Galaxy*/
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    input, select, textarea {
        max-width: 280px !important;
    }

    .pgm-credits-heights {
        max-height: 316px;
        min-height: max-content;
    }

    .pgm-cards-heights {
        max-height: max-content;
    }

    .headshots {
        padding: 1.25rem;
        width: 135px !important;
        height: 220px !important;
    }
    .chkgiftpartial {
    padding: 4px !important;
    margin-left: -16% !important;
}
    .img-gift {
    margin-left: -52% !important;
}
}
/* iphone 6 7 8 */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    input, select, textarea {
        max-width: 280px !important;
    }

    .headshots {
        padding: 1.25rem;
        width: 100% !important;
        height: 220px !important;
    }

    .headshotscards {
        width: 152% !important;
    }

    .jurisdictiontable {
        width: 100% !important;
    }
}
/* iphone 6 7 8 plus */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
    input, select, textarea {
        max-width: 330px !important;
    }

    .pgm-credits-heights {
        max-height: 349px;
        min-height: max-content;
    }

    .pgm-cards-heights {
        max-height: max-content;
    }

    .img-gift {
        margin-left: -15% !important;
    }

    .chkgiftpartial {
        padding: 23px !important;
        margin-left: -15% !important;
    }

}
/* pixel */
@media only screen and (min-width: 411px) and (max-width: 767px) {
    input, select, textarea {
        max-width: 330px !important;
    }

    .pgm-credits-heights {
        max-height: 316px;
        min-height: max-content;
    }

    .pgm-cards-heights {
        max-height: max-content;
    }

    .transparent-btn {
        margin: 11px;
    }
    .chkgiftpartial {
    padding: 22px !important;
    margin-left: -11% !important;
}
    .img-gift {
    margin-left: -16% !important;
}
    .jurisdictiontable{
    width:100% !important;
}
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 19px;
}

#personalinfo input, select, textarea {
    max-width: 280px;
}

.reqField {
    color: red;
}

.hometransparent-btn:hover {
    color: white !important;
}

.content-top {
    margin-top: -400px;
    /*margin-top:0px;*/
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 24px;
    }
}

.glyphicon {
    margin-right: 5px;
}

.rating .glyphicon {
    font-size: 22px;
}

.rating-num {
    margin: unset;
    padding-left: 2%;
}

.glyphicon-star:before {
    content: "\e006";
    color: darkorange !important;
}

.promobox {
    width: auto;
    line-height: 2;
    min-height: 350px;
    position: sticky;
    padding: 2%;
}

.backlink {
    color: white;
}

.homehead {
    position: relative;
    font-style: normal;
    color: #FFFFFF;
    margin-top: 5%;
}


.overlap-maincontent {
    margin-top: -35%;
}

#third-header.navbar-default .container-fluid > .navbar-header {
    width: 15%;
}

@media screen and (max-width: 736px) {
    .footer-width {
        width: 100%;
    }

    .marques-width {
        width: 100%;
    }

    .overlap-maincontent {
        margin-top: 12% !important;
    }

    .content-top {
        margin-top: 0px !important;
    }

    #third-header.navbar-default .container-fluid {
        padding-right: 0px;
    }

        #third-header.navbar-default .container-fluid > .navbar-header {
            width: 100% !important;
        }
}


.footer-links {
    height: 35px;
}

.mcle-box-h {
    height: 370px;
}

.active-cmp-block {
    margin-top: 0px !important;
}

      
#report-table thead {
    background: #eee;
}

#report-table td {
    padding: 5px;
    border: 1px solid;
    overflow-wrap: break-word;
}

@media screen and (max-width: 736px) {
    .mcle-box-h {
        height: 480px !important;
    }

    .underline-div {
        display: none !important;
    }

    .active-cmp-block {
        margin-top: 25px !important;
    }

    #report-table thead {
        display: none;
    }

    #report-table table,
    #report-table thead,
    #report-table tbody,
    #report-table th,
    #report-table td,
    #report-table tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #report-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #report-table tr {
        border: 1px solid #ccc;
    }

    #report-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: right;
    }

        #report-table td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 30%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        #report-table td:before {
            content: attr(data-title);
        }

    #ctx {
        width: 100%;
    }
}


.ltrH2 {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 16px;
    /* identical to box height */
    color: #000000;
}



table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: white;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #EAF4FB;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: white;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: white;
}

/* REQUIRED CSS: change your reflow breakpoint here (35em below) */
@media ( max-width: 35em ) {

    /* uncomment out the line below if you don't want the sortable headers to show */
    table.ui-table-reflow thead {
        display: none;
    }

    /* css for reflow & reflow2 widgets */
    .ui-table-reflow td,
    .ui-table-reflow th {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        /* if not using the stickyHeaders widget (not the css3 version)
     * the "!important" flag, and "height: auto" can be removed */
        width: 100% !important;
        height: auto !important;
    }

    /* reflow widget only */
    .ui-table-reflow tbody td[data-title]:before {
        color: #469;
        font-size: .9em;
        content: attr(data-title);
        float: left;
        width: 50%;
        white-space: pre-wrap;
        text-align: bottom;
        display: inline-block;
    }

    /* reflow2 widget only */
    table.ui-table-reflow .ui-table-cell-label.ui-table-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0;
        text-transform: uppercase;
        font-size: .9em;
        font-weight: 400;
    }

    table.ui-table-reflow .ui-table-cell-label {
        padding: .4em;
        min-width: 30%;
        display: inline-block;
        margin: -.4em 1em -.4em -.4em;
    }
}
/* end media query */

/* reflow2 widget */
.ui-table-reflow .ui-table-cell-label {
    display: none;
}

.txtlnk {
    color: white;
}

.vectorimg {
    margin-top: -11%;
    margin-left: -5%;
}

.cle-logo {
    width: 100%;
}

.active-menu {
    font-weight: 600;
}


/*.navbar-toggle:before {
    content:"Menu";
   
}*/

.ham-helper {
    position: absolute;
    right: 34px;
    top: 44px;
    color: #005EB8;
    display: none;
}

.m-20-mob {
}

@media screen and (max-width: 736px) {
    .ham-helper {
        display: block !important;
    }

    #rostertbl.table.dataTable tbody tr {
        background-color: #EAF4FB;
    }

    .m-20-mob {
        margin-top: 20px !important;
    }

    #dvpgmlist {
        display: none;
    }

    #dvstatebundlelist {
        display: none;
    }
}

.blackHeader {
    color: white;
}

.login-content {
    width: 80%;
    margin-top: 21%;
    padding: 10px;
    min-height: 440px;
}

.bun-keyword {
    width: 300px;
    margin-bottom: 16px;
}

.statecredits-bundle {
    font-size: 15px;
    margin: unset;
    margin-left: 2%;
}

.h1pageheader1 {
    color: white;
}

/*.without-dashbord {
    margin-right: 6px !important;
}*/

    .without-dashbord > li > a {
        padding: 15px 27px;
    }

/*.with-dashbord > li > a {
    padding: 15px 24px;

}*/

@media screen and (min-width:1000px) {
    .without-dashbord {
        width: 85%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-right:0px;
        margin-top:1.3%;
    }

         .without-dashbord > li > a{
            padding: 0px;
        }
}

@media screen and (min-width:1200px) {
    .without-dashbord {
        width: 85%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-right: 0px;
        margin-top:1.3%;
    }

        .without-dashbord > li > a {
            padding: 0px;
        }
        .fb{
             right:-6% !important;
        }
        .ln{
 position:absolute;
         right:-8% !important;
        }
        .mail-icon{
            position:absolute;
            right:-2% !important;
        }
        .twt{
                   position:absolute;
     right:-4% !important;
        }
        .srerchicon{
               position:absolute;
              right:-2% !important;
        }
}

@media screen and (min-width: 768px) and (max-width:1000px) {
    .without-dashbord {
        width: 84%;
        display: flex;
        flex-wrap: wrap;
        margin-right:0px;
    }

         .without-dashbord > li > a{
            padding-top:5px;
            padding-bottom:5px;
            padding-left: 20px;
            padding-right: 20px;
        }

         .cle-logo{
             margin-top:8%;
             width:145px;
         }

      #third-header.navbar-default .container-fluid > .navbar-header {
          width: 16%;
        }
}


@media screen and (max-width: 736px) {
    #first-header > ul {
        display: none;
        /*display: inline-flex;
                flex-wrap: wrap;*/
    }
}

.site-msg-1 {
   position: relative;
   z-index: 100;
   display: none;
   /*margin-bottom: 32px;*/
   margin-bottom:1px;
}

.site-msg-container {
   width: 100%;
   font-size: 15px;
   background: #000000;
   background-color: rgb(0, 0, 0) !important;
   border-radius: 30px;
   display: flex;
   /*position: absolute;
   top: 25px;*/
}
.site-msg {
    border: 2px solid #CE181F;
    padding: 3px;
    vertical-align: middle;
    background-color: #CE181F;
    border-radius: 20px;
    text-align: center;
}




@media screen and (max-width: 736px) {
    .site-msg-container {
        display: block;
    }

    .site-msg-1 {
        margin-bottom: 155px;
    }

    .site-msg {
        border-radius: 6px;
    }
}

.bogo-btn {
    margin-top: 2%;
    float: right;
    margin-right: 2%;
    padding: 12px 32px;
}

@media screen and (max-width: 736px) {
    .bogo-btn {
        margin-top: 0%;
        float: none;
        margin-right: 0%;
        padding: 12px;
    }

    .cc-btn {
        margin: 0px !important;
    }
}


.rating-stars {
    position: absolute;
    bottom: 40px;
    left: 14px;
}

.mcle-info-ctr {
    text-align: right;
    padding: 15px;
}

@media screen and (max-width: 736px) {
    .mcle-info-ctr {
        text-align: center;
    }
}


.viewcart {
    margin: 0 !important;
    width: auto;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 2%;
    padding-bottom: 2%;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .viewcart {
        margin: 0 !important;
        width: auto;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 2%;
        padding-bottom: 2%;
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) {

    .viewcart {
        margin: 0 !important;
        width: auto;
        padding-left: 7%;
        padding-right: 7%;
        padding-top: 3%;
        padding-bottom: 3%;
    }
}

.viewpgm {
    margin: 0 !important;
    width: auto;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 2%;
    padding-bottom: 2%;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .viewpgm {
        margin: 0 !important;
        width: auto;
        padding-left: 1%;
        padding-right: 1%;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .site-msg-1 {
        margin-bottom: 100px;
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) {

    .viewpgm {
        margin: 0 !important;
        width: auto;
        padding-left: 1%;
        padding-right: 1%;
        padding-top: 2%;
        padding-bottom: 2%;
    }
}


@media screen and (max-width: 736px) {

    .ck.ck-toolbar-dropdown .ck.ck-toolbar .ck.ck-toolbar__items {
        flex-wrap: wrap;
    }
}




.changecolor{
    color: white;
}


@media screen and (max-width: 1300px) {
    .changecolor{
    color: black !important;
}
}





.mkcmpgn thead {
    /*background: #eee;*/
}

.mkcmpgn td {
    
    overflow-wrap: break-word;
}

@media screen and (max-width: 736px) {
  

    .mkcmpgn thead {
        display: none;
    }

    .mkcmpgn table,
    .mkcmpgn thead,
    .mkcmpgn tbody,
    .mkcmpgn th,
    .mkcmpgn td,
   .mkcmpgn tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .mkcmpgn thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .mkcmpgn tr {
        border: 1px solid #ccc;
    }

    .mkcmpgn td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: right;
    }

       .mkcmpgn td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 30%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        .mkcmpgn td:before {
            content: attr(data-title);
        }

}


.mcle-box-h {
        height: 370px;
    }
@media screen and (max-width: 560px) {
   .innertable{width:100% !important;}
}
.credit-type-catalog{
        font-size: 14px !important;
    white-space: nowrap;
    width: auto;
    display: inherit;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
@media screen and (min-width: 1250px){
    .mcle-box-h {
    height: 400px !important;
}

}
 .coursecountbdl {
           margin-top: 7.6%;
    }
  .right-corousal{
      right:-112px;background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%) !important
  }
  .left-crousal{
      display:none;left:-103px;background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%) !important
  }
  .bookcount-margintp{
      margin-top:2%;
  }
@media screen and (max-width: 480px) {
    .coursecountbdl {
        margin-top: 12.6%;
        margin-left: 14em;
    }
     .right-corousal{
      right:-30px;background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%) !important
  }
      .left-crousal{
      display:none;left:-31px;background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%) !important
  }
      .unavalable-for-purchasebtn{          
    left: -10em;
      }

      .bookcount-margintp{
      margin-top:0%;
  }
}

.book-title {
  font-size: 20px;
  cursor: pointer;
  padding-bottom:5px;
 height:48px;
margin: 0px;
    margin-top: 4px;
}

.book-title:hover {
  text-decoration: underline;
}
.authorclass {
  font-size: 16px;
  color: #544f4f;
}
.eclipsecss {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inner-fullcontainer {
  display: flex;
  width: 75%;
}.card-body-container {
  display: flex;
  justify-content: space-between;
}
 .boxcss{
    background: #fff;
    padding: 20px 30px 0 20px;
    border-radius: 4px;
    border-bottom: 1px solid #ccc;
}


 .premiumoverlay {
    position: absolute;
    width: 168%;
    color: white;
    font-size: 21px;
    margin-top: 35%;
    font-weight: bold;
 }
 .premium-bookbox {
    width: 100%;
    height: 333px;
    top: 2%;
    background: #CCDFF1;
    border-radius: 8px;
    box-shadow: 2px 2px #d2d2d2;
}
 .bookcard-oreview{
     padding:15px 15px 0 15px;margin-right: 8px; margin-bottom: 8px;border:3px solid rgba(0,0,0,.125) !important;
 }


 .priceoverlaybookbundle {
        position: absolute;
        width: 153%;
        color: white;
        font-size: 25px;
        margin-top: 31%;
        font-weight: bold;
    }
.toc_link {
   font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-size: 15px!important;
    /* color: #1f5524; */
    cursor: pointer;
    display: block;
    padding: 7px;
   font-weight: 700;
    color: #000!important;
    opacity: .7;
     margin-left: 15px;
}
#expandall {
    font-weight: 700!important;
    color: #2062ce;
    text-transform: uppercase;
}#collapseall {
    font-weight: 700!important;
    color: #2062ce;
    text-transform: uppercase;
}.se_head, .ch_head, .sb_head {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 14px;
    padding: 7px;
    margin-left: 20px;
} .active-section {
    border-left: 0;
    background-color: #dde8f7;
    padding: 10px;
}.circle {
     margin-right: 5px!important;
    background-color: #91b4e3!important;
    border-radius: 4px;
        height: 20px;
    border: 0!important;
    width: 20px;
    border-radius: 100%;
  
    margin: 4px;
    display: inline-block;
    vertical-align: middle;
}
 .circle.plus:before, .circle.plus:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
}
.laptopicon-bookbundle {
    text-align: center;
    margin-top: 1%;
}.headerupdated-bookbundle {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    /*margin-top: 2%;*/
}
 .new-tag-position {
    position: absolute;
    top: -40%;
    right: -10%;
    z-index: 100;
}
 @media screen and (max-width: 480px) {
    .premiumoverlay {
        position: absolute;
        width: 63%;
        color: white;
        font-size: 13px;
        margin-top: 80% !important;
        margin-left: 155% !important;
        font-weight: bold;
    }
    .priceoverlaybookbundle {
    position: absolute;
    width: 344%;
    float: right;
    color: white;
    font-size: 21px;
    margin-top: 65%;
    font-weight: bold;
}
    .benefits-contenttxt {
    font-style: normal;
    font-weight: normal;
    max-height: 200px;
    font-size: 16px;
    overflow: auto;
    line-height: 22px;
    color: #595959;
    padding: 10px;
}
    .col-width{
           width:100% !important;
           padding: 0px;
        }
    .premium-box-bookbundle {
    width: 100%;
     height: auto !important; 
    top: 2%;
    background: #CCDFF1;
    /* border-radius: 8px; */
    box-shadow: 2px 2px #d2d2d2;
}
    .nav.bundledetailpage > li > a {
    position: relative;
    display: table-caption;
    padding: 9px 19px;
    color: black;
    background-color: #f3f3f3;
    margin: 0px;
    width: 100px;
    min-height: 60px;
    border: 1px solid #d4d3d3;
}
     .innertab-container {
        background-color: white;
        max-height:500px;      
        min-height: 300px;
        overflow: auto;
        font-size: 15px;
        margin-bottom:20px;
    }
	.nav.bundlepage > li > a {
    position: relative;
    display: table-caption !important;
    background-color: #CCDFF1;
    padding: 15px 19px;
    color: black;
    min-height: 60px;
    min-width: 120px;
    margin: 0px;
    border: 1px solid #d4d3d3;
}
     .hideinmbl{
         display:none;
     }
	  .nav-tabs > li.active > a {
    color: white !important;
    cursor: default;
    display: table-caption;
    background-color: #005bb3 !important;
    border: 1px solid #ddd;
    min-height: 60px;
    /* min-width: 120px; */
    font-weight: bold;
    border-bottom-color: transparent;
}
}
 .subscription-heading {
        margin-top: 0px;
        font-size: 24px;
        line-height:1.2em;
        padding-bottom: 1%;
        font-weight: bold;
        padding-left: 3%;
    }
	 .custom-author-info {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: justify;
}
  .custom-author-info .author-bio {
    display: inline-block;
    width: 87%;
    vertical-align: top;
}
  .custom-author-info .author-img {
    margin: 0;
    display: inline-block;
    width: 12%;
    vertical-align: top;
    text-align: left;
    line-height: normal;
    margin-top: 5px;
}
  .product.data.items>.item.content {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;
    font-size: 1.4rem !important;
}.product.data.items>.item.content {
    line-height: 24px;
}.product.data.items>.item.content {
    background: #fff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #ccc;
}.product.data.items>.item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
}.additional-attributes {
    width: auto;
    border: none;
	margin-bottom: 3%;
    border: 1px solid #c0c0c0 !important;
    width:auto !important;
}.product.data.items>.item.content table {
    background-color: transparent;
    table-layout: fixed;
}.additional-attributes>tbody>tr>th {
    padding: 10px;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    background: #f5f5f5;
    font-weight: normal;
    white-space: nowrap;
    text-transform: uppercase;
} .additional-attributes>tbody>tr>td {
    padding: 10px;
    border-bottom: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
}
 @media only screen and (max-width: 992px) {
   .col-width {
            width: 100% !important;
            padding: 0px;
        }
        }
  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .laptop-img {
            width: 110%;
        }
        .priceoverlaybookbundle{
            font-size:22px;
        }
    .premium-box-bookbundle {
    width: 100%;
      height: 391px !important;
    top: 2%;
    background: #CCDFF1;
    /* border-radius: 8px; */
    box-shadow: 2px 2px #d2d2d2;
}
    }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
 .priceoverlaybookbundle {
        position: absolute;
        width: 161%;
        color: white;
        font-size: 25px;
        margin-top: 31%;
        font-weight: bold;
    }
	 .Bookimg{
     width:136px;
 }
}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1365px) and (orientation: landscape) {
.priceoverlaybookbundle{
            font-size:24px; 
            width: 161%;
            margin-top: 33%;
        }
		.Bookimg{
        max-width: 140px !important;
}
}
/*iphone 6, 7 ,8*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation: landscape) {
    .priceoverlaybookbundle {
    position: absolute;
    width: 252% !important;
    color: white;
    font-size: 29px;
    margin-top: 51% !important;
    font-weight: bold;
}
    .premium-box-bookbundle {
    width: 100%;
    height: 630px !important; 
    top: 2%;
    background: #CCDFF1;
    /* border-radius: 8px; */
    box-shadow: 2px 2px #d2d2d2;
}
}
/*iphone 6, 7 ,8 plus*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation: portrait) {
    .priceoverlaybookbundle {
    position: absolute;
    width: 366% !important;
    float: right;
    color: white;
    font-size: 23px;
    margin-top: 70% !important;
    font-weight: bold;
}
}
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation: landscape) {
  .priceoverlaybookbundle {
    position: absolute;
    width: 219% !important;
    color: white;
    font-size: 29px;
    margin-top: 45% !important;
    font-weight: bold;
}
  .premium-box-bookbundle {
    width: 100%;
    height: 630px !important;
    top: 2%;
    background: #CCDFF1;
    /* border-radius: 8px; */
    box-shadow: 2px 2px #d2d2d2;
}
}
/*iphone XS MAX  -- not picking by browser1*/
@media only screen and (min-device-width : 414px) and (max-device-width : 896px) and (orientation: landscape) {    
    .laptop-img {
        width: 110%;
    }
	 .priceoverlaybookbundle{
            position: absolute;
    width: 155% !important;
    font-size: 21px;  color: white;
    margin-top: 30% !important;
    Font-weight: bold;
        }
}
/*ipHONE XS MAX -- isbeing  used by  browser 1*/
@media only screen and (min-device-width : 265px) and (max-device-width : 702px) and (orientation: landscape) {
    .priceoverlaybookbundle {
    position: absolute;
    width: 155% !important;
    font-size: 21px;  color: white;
    margin-top: 30% !important;
    Font-weight: bold;
}
.laptop-img {
        width: 110%;
    }
 .Bookimg{
        max-width: 140px !important;
}
}
/*ipad air 1*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: landscape){
  .priceoverlaybookbundle {
    position: absolute;
    /* width: 336% !important; */
    color: white;
    font-size: 29px;
    margin-top: 33% !important;   
	margin-left: 2%; 
    font-weight: bold;
}
.Bookimg{
        max-width: 140px !important;
}
}
.bogo-card {
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding-left: 35px;
    padding-right: 35px;
}

.ongoing-bogo {
color: black;
font-size: 14px;
}
/*footer*/
#cookiePopup {
    position: fixed;
    bottom: 0px;
    background-color: white;
    left: 0px;
    right: 0px;
    box-shadow: grey 0px 3px 20px;
    /*display: table;*/
    display: none;
    color: rgb(132, 132, 132);
    width: 100%;
    transition: bottom 0.3s ease 0s;
    z-index: 100; /*10*/
}

.cookiepopup-close-button-div {
    height: 82px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 18px;
    font-size: 15px;
    padding-right: 40px;
    padding-left: 5px;
}

.cookiepopup-close-button {
    position: absolute;
    right: 35px;
    bottom: 25px;
    font-size: 20px;
    cursor: pointer;
}

/*HOME*/
.glyphicon {
    color: #595959;
    float: right;
    margin-right: -15px;
    margin-top: 1%;
}

.centerReplace {
    text-align: center;
}
@media screen and (max-width: 736px) {
        .manage-width { 
             width: 93%; 
        }
