/* CSS Document */
body, html {
    font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
    font-size: 11px;
}

table, th, td {
    font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/* New Home  Page */
#home_left_nav_wrapper {
    width: 178px;
    padding: 15px 0 0 0px;
    float: left;
}

#home_left_nav_wrapper_landing {
    width: 178px;
    padding: 15px 0 0 0px;
    float: left;
}

#home_mid_wrap {
    width: 595px;
    float: left;
}

#home_mid_wrap_landing {
    width: 595px;
    float: left;
}

#home_des_wrapper {
    width: 812px;
    float: right;
    padding: 0px 0px 0px 0px;
}

#home_des_wrapper_landing {
    width: 812px;
    float: right;
    padding: 14px 0px 15px 0px;
}

#home_right_wrap {
    float: right;
    margin-left: 5px;
    width: 205px;
}

#home_right_wrap_landing {
    float: right;
    margin-left: 5px;
    width: 208px;
}

.greenboxbg {
    background: #e9f0e0;
}

.grayboxbg {
    background: #F5F4F2;
}

.graysmbg {
    background: #E3E3E3;
}

.lgraysmbg {
    background: #F1F1F1;
}

.Dgraybg {
    background: #DCDCDC;
}

.right_graybg {
    background: #F5F4F2;
    border-left: 1px solid #BABABA;
}

.lf_graybg {
    background: #F5F4F2;
    border-right: 1px solid #BABABA;
}

td.dblue_boxbg {
    background: transparent url("../../images/blue_bg_top.gif") repeat-x right 0px;
}

.lblue_br {
    background: #99BDCD;
    border-left: 1px solid #337B9C;
}

.lblue_br_right {
    background: #99BDCD;
    border-right: 1px solid #337B9C;
}

.lblue_boxbg {
    background: #99BDCD;
}

.dotted_br {
    background: #DCDCDC;
    border-top: 1px dashed #BABABA;
    border-bottom: 1px dashed #BABABA;
    height: 30px;
    vertical-align: middle;
}

.dotted_br2 {
    background: #DCDCDC;
    border-top: 1px dashed #BABABA;
    border-bottom: 1px dashed #BABABA;
    border-left: 1px solid #BABABA;
    height: 30px;
    vertical-align: middle;
}

.dotted_br2_rt {
    background: #DCDCDC;
    border-top: 1px dashed #BABABA;
    border-bottom: 1px dashed #BABABA;
    border-right: 1px solid #BABABA;
    height: 30px;
    vertical-align: middle;
}

.green_top_bar {
    background: #a0bd6d;
    border-top: 1px solid #78a22f;
    border-bottom: 1px dashed #78a22f;
    height: 30px;
    vertical-align: middle;
    color: #515151;
}

.g_bgbr_r {
    background: #e9f0e0;
    border-right: 1px solid #78a22f;
    width: 8px;
}

.g_bgbr_bt {
    background: #e9f0e0;
    border-bottom: 1px solid #78a22f;
    height: 14px;
}

.greenboxbg {
    background: #e9f0e0;
}

.cdelbg {
    background: #f5f4f3;
    width: 98%;
    margin-left: 4px;
    margin-right: 6px;
}

.fnt {
    font-size: 11px;
}


/*Keywoard Search background images*/
td.lt_bgimg {
    background: url(../../images/orb_lt.gif) no-repeat;
    width: 10px;
    height: 50px;
}

td.rt_bgimg {
    background: url(../../images/orb_rt.gif) no-repeat;
    width: 15px;
    height: 50px;
}

td.md_bgimg {
    background: url(../../images/orb_mid.gif) repeat-x;
    height: 50px;
}

/*text boxes*/
.com_txt96 {
    font-family: 'IBM Plex Sans', Helvetica, sans-serif;
    font-size: 11px;
    color: #727272;
    height: 14px;
    width: 95%;
}

.common_keyword {
    font-family: 'IBM Plex Sans', Helvetica, sans-serif;
    font-size: 11px;
    color: #727272;
    height: 14px;
    width: 250px;
}

.dd_search {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 11px;
    color: #727272;
    height: 20px;
    width: 150px;
}

.txt_search99Pec {
    font-family: 'IBM Plex Sans', Helvetica, sans-serif;
    font-size: 11px;
    color: #727272;
    height: 14px;
    width: 99%;
}

.live_spacer8 {
    padding: 8px 0 0px 0;
}

.course_spacer20 {
    padding: 20px 0 0px 0;
}

/* Over right the existing Shortlink*/
a.newl {
    padding: 3px 6px 3px 6px;
    text-decoration: underline;
    color: #3A7A2C !important;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}


td .wdt7 {
    width: 7px;
}

td .wdt8 {
    width: 8px;
}

td .wd8br {
    width: 7px;
    background: #e9f0e0;
    border-right: 1px solid #78a22f;
}

.pd14 {
    padding-left: 14px;
}

.pd7 {
    padding-left: 7px
}

span.pd7 {
    padding-left: 7px
}

span.pd12 {
    padding-left: 12px;
}

span.pdrt12 {
    padding-right: 12px;
}

.pdrt20 {
    padding-right: 20px;
}

.pd16 {
    padding-left: 16px;
}

.pdtop5 {
    padding-top: 5px;
}

.pdlf7 {
    padding-left: 7px;
}

span.pd4 {
    padding-left: 4px !important;
}

.pdtopbot5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

span.pdm10 {
    margin-left: -10px !important;
}

/*
.g_r_bg{background:url(../images/g_bg_r.gif) repeat-y; width:7px; }
.g_bt_bg{background:url(../images/g_bg_bt.gif) repeat-x; height:7px; }
*/

.courselink {
    height: 20px;
    width: 362px;
    color: #0072A8;
    font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 21px;
}

a.courselink, a.courselink:visited, a.courselink:hover {
    color: #0072A8;
    text-decoration: none;
}

a.cour_lnk_tp {
    font-size: 11px;
    color: #387c2b;
    font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

    a.cour_lnk_tp:visited {
        font-size: 11px;
        color: #387c2b;
        font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
        text-decoration: underline;
    }

    a.cour_lnk_tp:hover {
        font-size: 11px;
        color: #A2A2A2;
        font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
        text-decoration: underline;
    }

a.cour_blue {
    font-size: 10px;
    color: #0078ae;
    font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

    a.cour_blue:visited {
        font-size: 10px;
        color: #0078ae;
        font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
        text-decoration: underline;
    }

    a.cour_blue:hover {
        font-size: 10px;
        color: #355678;
        font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
        text-decoration: underline;
    }

a.courb_tp {
    font-size: 11px;
    color: #0078ae;
    font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

    a.courb_tp:visited {
        font-size: 11px;
        color: #0078ae;
        font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
        text-decoration: underline;
    }

    a.courb_tp:hover {
        font-size: 11px;
        color: #355678;
        font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
        text-decoration: underline;
    }

a.mid_link, a.mid_link:visited, a.mid_link:hover {
    font-size: 14px;
    color: #0072A8;
    font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    height: 20px;
    line-height: 21px;
    text-decoration: none;
    font-weight: bold;
}

.courseCredits {
    height: 18px;
    color: #77A22D;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.cour_gray {
    font-size: 11px;
    color: #666666;
    font-family: Knowledge, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.txt_quick {
    font-family: 'IBM Plex Sans';
    font-size: 12px;
    color: #666666;
    font-weight: bold;
}

.leftnav_h1 {
    font-family: 'IBM Plex Sans';
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    padding-left: 1px;
}

.leftnav_topic {
    font-family: 'IBM Plex Sans';
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 10px;
}

.rightnav_h1 {
    font-family: 'IBM Plex Sans';
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 1px;
}

.txt_w1 {
    font-family: 'IBM Plex Sans';
    font-size: 11px;
    color: #ffffff;
    font-weight: normal;
}

.txt_L1 {
    font-family: 'IBM Plex Sans';
    font-size: 16px;
    color: #005B84;
    font-weight: normal;
}

.txt_with_border {
    font-family: 'IBM Plex Sans';
    font-size: 13px;
    color: #666666;
    font-weight: bold;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
}

.txt_or1 {
    font-family: 'IBM Plex Sans';
    font-size: 14px;
    color: #ff9100;
    font-weight: bold;
}

.txtbld {
    font-weight: bold;
    font-size: 11px;
}

.txtwhite {
    font-family: 'IBM Plex Sans';
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
}

.txt_eb {
    font-size: 16px;
    font-weight: bold;
}

/*common classes*/
.cf_mid_wrap {
    width: 100%;
    padding: 0px 0 10px 0;
    margin-top: -2px;
}

.mr_box {
    margin: 12px 25px 0px 12px;
}

table.lblue_bg {
    background: #e5eef2;
}

.lblue_bg {
    background: #e5eef2;
    BORDER-BOTTOM: #828282 1px dotted;
}

.lblue_bgn {
    background: #e5eef2;
}

table.gbr {
    BORDER-LEFT: #828282 1px solid;
    COLOR: #727272;
    BORDER-RIGHT: #828282 1px solid;
    BORDER-BOTTOM: #828282 1px solid;
}

table.sortby {
    BORDER-LEFT: #828282 1px solid;
    COLOR: #727272;
    BORDER-RIGHT: #828282 1px solid;
}

td.brbt {
    BORDER-BOTTOM: #828282 1px dotted;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f5f4f3;
}

td.brwhi {
    BORDER-BOTTOM: #828282 1px dotted;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
}

td.brwhi_npd {
    BORDER-BOTTOM: #828282 1px dotted;
    padding-right: 10px;
    background-color: #ffffff;
}

.brwhi_npd {
    BORDER-BOTTOM: #828282 1px dotted;
    padding-right: 10px;
    background-color: #ffffff;
}

td.brwhi_lt {
    BORDER-BOTTOM: #d9d5d1 1px dotted;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
}

.brwhi_lt {
    BORDER-BOTTOM: #d9d5d1 1px dotted;
    padding-right: 10px;
    background-color: #ffffff;
}

.brwhi_ltnw {
    BORDER-BOTTOM: #d9d5d1 1px dotted;
    background-color: #ffffff;
}

.brdash {
    BORDER-BOTTOM: #828282 1px dotted;
}

.bgYellow {
    background: #E8E3CF;
}

/*Green box*/
.rounded_box {
    width: 100%;
    margin: 0px auto;
    color: #fff;
}

    .rounded_box .hd .c {
        font-size: 1px; /* ensure minimum height */
        height: 34px;
    }

    .rounded_box .ft .c {
        font-size: 1px; /* ensure minimum height */
    }

    .rounded_box .ft .c {
        background: #e9f0e0;
        height: 14px;
    }

    .rounded_box .hd {
        background: #a0bd6d;
        height: 34px;
        color: #515151;
        background: transparent url("../../images/mt.gif") repeat-x right 0px;
    }

        .rounded_box .hd .c {
            background: transparent url("../../images/tr.gif") no-repeat right 0px;
        }

    .rounded_box .bd {
        background: #e9f0e0;
    }

        .rounded_box .bd .c {
            background: transparent url("../../images/mr.gif") repeat-y right 0px;
        }

            .rounded_box .bd .c .s {
                margin: 0px 25px -11px 4px; /* ealier it was 0px 25px 0px 4px  */
                background: #e9f0e0;
                padding: 1em;
            }


    .rounded_box .ft {
        background: transparent url("../../images/b1.gif") repeat-x 0px 0px;
        height: 23px;
    }

        .rounded_box .ft .c {
            background: transparent url("../../images/br.gif") no-repeat right 0px;
            height: 23px;
        }


/* content-specific */

/*

.rounded_box h1 {

 /* header 
 
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.rounded_box p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}


html>body .rounded_box pre {
 font-size:1.1em;
}

*/

/*Gray box*/
.Gray_box {
    width: 100%;
    margin: 0px auto;
    color: #fff;
}

    .Gray_box .hd .c {
        font-size: 1px; /* ensure minimum height */
        height: 34px;
    }

    .Gray_box .ft .c {
        font-size: 1px; /* ensure minimum height */
    }

    .Gray_box .ft .c {
        background: #f5f4f2;
        height: 14px;
    }

    .Gray_box .hd {
        background: #f5f4f2;
        height: 34px;
        color: #515151;
        background: transparent url("../../images/mt_gy.gif") repeat-x right 0px;
    }

        .Gray_box .hd .c {
            background: transparent url("../../images/tr_gy.gif") no-repeat right 0px;
        }

    .Gray_box .bd {
        background: #f5f4f2;
    }

        .Gray_box .bd .c {
            background: transparent url("../../images/mr_g.jpg") repeat-y right 0px;
        }

            .Gray_box .bd .c .s {
                margin: 0px 25px 0px 4px;
                background: #f5f4f2;
                padding: 1em;
            }

    .Gray_box .ft {
        background: transparent url("../../images/b1_gy.png") repeat-x 0px 0px;
    }

        .Gray_box .ft .c {
            background: transparent url("../../images/br_gy.gif") no-repeat right 0px;
            height: 23px;
        }

/*BIG TOp Gray Box*/

.bt_gray_box {
    width: 100%;
    margin: 0px auto;
    color: #fff;
}

    .bt_gray_box .hd .c {
        font-size: 1px; /* ensure minimum height */
        height: 42px;
    }

    .bt_gray_box .ft .c {
        font-size: 1px; /* ensure minimum height */
    }

    .bt_gray_box .ft .c {
        background: #f5f4f2;
        height: 14px;
    }

    .bt_gray_box .hd {
        background: #f5f4f2;
        height: 42px;
        color: #515151;
        background: transparent url("../../images/mt_gy_big.gif") repeat-x right 0px;
    }

        .bt_gray_box .hd .c {
            background: transparent url("../../images/tr_gy_big.gif") no-repeat right 0px;
        }

    .bt_gray_box .bd {
        background: #f5f4f2;
    }

        .bt_gray_box .bd .c {
            background: transparent url("../../images/mr_g.jpg") repeat-y right 0px;
        }

            .bt_gray_box .bd .c .s {
                margin: 0px 25px 0px 4px;
                background: #f5f4f2;
                padding: 1em;
            }

    .bt_gray_box .ft {
        background: transparent url("../../images/b1_gy.png") repeat-x 0px 0px;
    }

        .bt_gray_box .ft .c {
            background: transparent url("../../images/br_gy.gif") no-repeat right 0px;
            height: 23px;
        }

/*BIG TOp Gray Box END*/


/* Important Part For Left Nevigation Menus */
#browser {
    font-family: Knowledge, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#brow222 {
    font-family: Knowledge, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#lms {
    font-family: Knowledge, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#tailored {
    font-family: Knowledge, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#cpe {
    font-family: Knowledge, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#follow_us {
    font-family: Knowledge, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/*new Table*/
table.cof {
    BORDER-LEFT: #828282 1px solid;
    BORDER-RIGHT: #828282 1px solid;
    BORDER-BOTTOM: #828282 1px solid;
    border-top: #828282 1px solid;
}

.course_finder_tbl .tbl_header {
    height: 25px;
    background: #eaeaea;
    color: #4b4949;
    font-weight: bold;
    vertical-align: middle;
    font-family: Knowledge, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.course_finder_tbl .first_col {
    padding-left: 10px;
}

.course_finder_tbl td {
    height: 22px;
    background: #f5f4f3;
    color: #4b4949;
    vertical-align: middle;
    font-family: Arial;
    border-bottom: 1px dotted #828282;
    padding-left: 10px;
}

.course_finder_tbl .lastbit td {
    height: 22px;
    background: #f5f4f3;
    color: #4b4949;
    vertical-align: middle;
    font-family: Arial;
    padding-left: 10px;
    border-bottom: none !important;
}

.course_finder_tbl .even_row td {
    height: 22px;
    background: #eaeaea;
    color: #4b4949;
    border-bottom: 1px dotted #828282;
    vertical-align: middle;
    font-family: Arial;
}

.course_finder_tbl .conf_man td {
    height: 22px;
    background: #f5f4f3;
    color: #4b4949;
    vertical-align: middle;
    font-family: Arial;
    padding-left: 10px;
    border-bottom: 1px dotted #d9d5d1 !important;
}


/*text*/

.conf_title_t1 {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    text-align: left !important;
    font-family: Knowledge, Arial, Helvetica, sans-serif;
}

.Rf_box {
    BORDER-BOTTOM: #d9d9d9 1px solid;
    TEXT-ALIGN: left;
    BORDER-LEFT: #d9d9d9 1px solid;
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 2px;
    MARGIN-BOTTOM: 5px;
    BACKGROUND: #f1f1f1;
    COLOR: #727272;
    BORDER-TOP: #d9d9d9 1px solid;
    BORDER-RIGHT: #d9d9d9 1px solid;
    PADDING-TOP: 3px;
    font-size: 11px;
}



/*CSS for One Source Page */
.one_wrapper {
    width: 1000px !important;
    min-height: 100%;
    _height: 700px;
    margin: auto;
    background: #fff;
}
/*previous width 760px, introduced min-height*/
#onesource_leftnav_wrapper {
    width: 178px;
    padding: 15px 0 0 0px;
    float: left;
}

#onesource_des_wrapper {
    width: 812px;
    float: right;
    padding: 14px 0px 15px 7px;
}

#container11 {
    margin: 0px auto;
    background-color: white;
    width: 1000px;
    text-align: left;
    height: 100%
}

#main11 {
    margin: 0px auto;
    background-color: white;
    width: 1000px;
    text-align: left;
}


span.TxtGreen_Courses {
    color: #339900;
    font-weight: bold;
}

td.hg4 {
    height: 4px;
}

.txtRegBlue {
    font-size: 14px;
    font-weight: bold;
    color: #0066CC;
}

/*Accordion*/
.accordion {
    width: 97%;
    position: relative;
    text-align: left !important;
}

    .accordion h2.heading, .accordion h2.heading + a {
        display: inline-block;
    }

        .accordion h2.heading + a {
            position: absolute;
            right: 0;
            top: 36px;
            font-size: 15px;
            text-transform: uppercase;
            display: none;
        }

    .accordion .compare-packages-link-wrapper a {
        font-size: 15px;
        display: none;
    }


.text-center {
    text-align: center;
}

.accordion p {
    font-family: inherit;
    font-size: 16px;
    color: #373737;
    margin-bottom: 20px;
}

    .accordion p:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

.accordion ul {
    padding: 0;
    margin: 0;
}

    .accordion ul li:last-child {
        margin-bottom: 0;
    }

    .accordion ul li {
        list-style-type: none;
    }

        .accordion ul li ul li {
            list-style-type: disc;
        }

        .accordion ul li a {
            display: block;
            width: 100%;
            padding: 20px 15px;
            background-color: #e9e9e9;
            border-top: 2px solid #ccc;
            color: #555;
            font-weight: 700;
            cursor: pointer;
            position: relative;
            transition: background-color .5s ease;
            text-decoration: none;
            font-size: 1em;
            text-align: left;
        }
/*
            .accordion ul li a::before {
                content: '';
                width: 30px;
                height: 100%;
               right: 0;
                top: 0;
                background-color: #27282D;
                position: absolute;
                transition: background-color .5s ease;
            }*/

.accordion ul {
    list-style-position: inside;
}
    /*
    .accordion ul li a.active::before {
        background-color: #FF7F00;
    }*/

    .accordion ul li a::after {
        content: '';
        width: 30px;
        height: 63px;
        right: 0;
        top: 0px;
        position: absolute;
        font-size: 20px;
        background-image: url(/../Images/expanded-sign-icon.png);
        background-repeat: no-repeat;
        background-position-y: 50%;
    }

    .accordion ul li a.active::after {
        background-image: url(/../Images/collapsed-sign-icon.png);
    }

.accordion h2.heading {
    color: #212121;
    font-size: 30px;
    font-family: KnowledgeUltraLight;
    margin-bottom: 10px;
    margin-top: 0;
}
/*
.accordion ul li a:hover {
    text-decoration: none;
    background-color: #FF9C01;
}

    .accordion ul li a:hover::before {
        background-color: #FF7F00;
    }*/

.accordion ul li .content {
    padding: 25px 30px;
    text-align: left;
}

.accordion ul li a.toggle:not(.active) + .content {
    display: none;
}

.accordion ul li a:focus {
    text-decoration: none;
}
/*
.accordion ul li a.active {
    background-color: #FF9C01;
}*/
.accordion ul li .content a, .accordion ul li .content a::after, .accordion ul li .content a::before, .accordion ul li .content a:hover {
    background-color: transparent;
    display: inline;
    color: #337ab7;
    font-weight: normal;
    border-top: none;
    padding: 0;
}

    .accordion ul li .content a:hover {
        text-decoration: underline
    }

    .accordion ul li .content a::before, .accordion ul li .content a::after {
        content: none;
    }
/*End Accordion*/
