﻿/*Font face to embed fonts, if client machine does not have required fonts*/

@font-face {
    font-family: 'SegoeUI';
    src: url('//web-archive.nli.org.il/National_Library/20170827070107oe_///i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.eot');
    src: url('//web-archive.nli.org.il/National_Library/20170827070107oe_///i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.eot?#iefix') format('embedded-opentype'),url('//web-archive.nli.org.il/National_Library/20170827070107oe_///i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.woff') format('woff'),url('//web-archive.nli.org.il/National_Library/20170827070107oe_///i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.ttf') format('truetype'),url('//web-archive.nli.org.il/National_Library/20170827070107oe_///i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.svg#web') format('svg');
    /*font-weight: normal;*/
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUILight';
    src: url('//web-archive.nli.org.il/National_Library/20170827070107oe_///i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.eot');
    src: url('//web-archive.nli.org.il/National_Library/20170827070107oe_///i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.eot?#iefix') format('embedded-opentype'),url('//web-archive.nli.org.il/National_Library/20170827070107oe_///i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.woff') format('woff'),url('//web-archive.nli.org.il/National_Library/20170827070107oe_///i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.ttf') format('truetype'),url('//web-archive.nli.org.il/National_Library/20170827070107oe_///i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUISemiBold';
    src: url('//web-archive.nli.org.il/National_Library/20170827070107oe_///i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.eot');
    src: url('//web-archive.nli.org.il/National_Library/20170827070107oe_///i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.eot?#iefix') format('embedded-opentype'),url('//web-archive.nli.org.il/National_Library/20170827070107oe_///i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.woff') format('woff'),url('//web-archive.nli.org.il/National_Library/20170827070107oe_///i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.ttf') format('truetype'),url('//web-archive.nli.org.il/National_Library/20170827070107oe_///i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}

.row {
    margin: 0 !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'Segoe UI';
}

a {
    color: #1570a6;
    text-decoration: none;
}



/*a:focus, input[type="checkbox"]:focus, input[type="radio"]:focus, .greenBtn, .btn:focus {
        outline: 0;
    }*/

h1 {
    font-family: 'SegoeUILight';
    font-size: 3em;
}

h2 {
    color: #8f8f8f;
}

.container.main_container {
    /*overflow: hidden;*/
}

.well {
    background-color: transparent;
    border-width: 0;
}

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

body {
    background-color: #fff;
}

.container {
    /*background-color: #fff;
    padding: 0;*/
    background-color: transparent !important;
}

#wrapper {
    position: relative;
}

.inactiveState {
    cursor: default !important;
}

.show {
    display: block !important;
}

input.form-control {
    clear: both;
    width: 62%;
    padding: 2px;
    padding-left: 10px;
    height: 22px;
    box-shadow: none !important;
    margin-top: 14px;
}
/*Top Header*/
.header_bar {
    padding: 0 15px;
    padding-top: 0;
}

    .header_bar .header_bar_logo {
        padding: 15px 15px 5px 15px;
    }

    .header_bar .header_bar_logo {
        color: #000;
        font-size: 2em;
    }

    .header_bar .MSFT_logo {
        margin-top: 5px;
        vertical-align: baseline;
    }

    .header_bar .title_text {
        margin-top: 5px;
        font-family: 'SegoeUI';
    }

        .header_bar .title_text > a {
            text-decoration: none;
            color: #000;
        }

#topNav .menu-text {
    font-size: 1.14em;
}

.screen-reader {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.evaluateActive {
    background-color: #bad80a !important;
}

/*#dashboardTopNav > a:active, #dashboardTopNav > a:focus {
    background: none;
}*/

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}

.searchBar {
    color: #505050;
    background: #fff;
    width: 240px;
    padding: 1px 0 1px 7px;
    height: 27px;
    border: 1px solid #777777;
    margin-right: 50px;
}

.mobileSearchBox {
    display: none;
}

.searchBar .icon-search_NOcircle_dark {
    position: relative;
    top: 3px;
    cursor: pointer;
    padding: 7px;
}

    .searchBar .icon-search_NOcircle_dark:focus {
        padding: 5px;
    }

.searchBar input[type=text], .searchBar input[type=text]:focus {
    border: none;
    width: 85%;
    /*outline: none;*/
}

.quickLinks .searchBar input[type=text] {
    height: 22px;
}

.header_bar .topbar_search .menu_item {
    padding: 15px;
    padding-bottom: 8px;
}

.dropdownIcon {
    font-size: 5px;
    color: #505050;
    margin: 0 5px;
}

#topNav .dropdownIcon {
    position: relative;
    top: -2px;
}
/*Mini Dashboard*/
header {
    background-color: #3b3b3b;
    padding: 7px 15px 6px 15px;
}

.quickLinks > ul > li > a, .quickLinks > ul > li > a:hover {
    color: black;
    text-decoration: none;
    padding: 8px 10px;
}

.quickLinks ul {
    margin: 0;
    padding: 0;
    position: relative;
}

    .quickLinks ul li {
        display: inline-block;
        vertical-align: middle;
    }

.quickLinks > ul > li:last-child {
    margin-right: 0;
    height: 30px;
}

.quickLinks .alertCount, .quickLinks .activityCount {
    font-size: 20px;
}

.txtWhite, .txtWhite:hover {
    color: #fff;
}

.signInLink, .signInLink:hover {
    color: #fff;
    text-decoration: underline !important;
    position: relative;
    top: 4px;
}

.miniDash {
    list-style: none;
    display: none;
}

    .miniDash li {
        display: inline-block;
    }

/*aarti*/
.quickLinks {
    float: right;
    margin-top: 3px;
}

    .quickLinks .userThumb {
        width: 30px;
        height: 30px;
        background-color: #e5e5e5;
        display: inline-block;
        background: #e5e5e5 url(/National_Library/20170827070107oe_/https://www.microsoft.com/en-us/evalcenter/img/avatar_silhouette_small.png) no-repeat center;
        background-size: cover;
    }

.pageTitleBar {
    background: #68217a;
    height: 85px;
    padding: 10px 15px;
}

    .pageTitle, .pageTitleBar h1 {
        margin-left: 20px;
    }

.pageTitleIcon {
    font-size: 60px;
    margin-right: 15px;
    color: #fff;
}

.heading1, .heading2, .heading3, .preinstallInfo h3 {
    font-size: 36px;
    font-family: 'SegoeUILight';
    /*font-family: 'Segoe UI Light';*/
}

.heading2 {
    font-size: 28px;
}

.heading3, .preinstallInfo h3 {
    font-size: 22px;
}

.heading4 {
    font-size: 20px;
    font-family: 'SegoeUILight';
}

a.skippy {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    padding: 2px;
    display: inline-block;
    margin: 3px;
    width: 180px;
    height: 26px;
}

    a.skippy:focus {
        position: relative;
        overflow: auto;
        top: 5px;
        left: 0;
        margin: 10px auto;
        text-align: center;
        text-decoration: none;
        padding: 2px;
    }

.skipp-div {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    z-index: 2000;
    border-bottom: 2px solid #505050;
    background-color: #fff;
    height: auto;
    top: -4px;
    padding: 1px 0;
}

.pageTitleBar h1 {
    font-size: 36px;
    font-family: 'SegoeUILight';
    margin-left: 20px;
    color: #fff;
    margin-top: 10px;
}

.pageHeading {
    margin: 15px 0;
}

.listContainer .techActions .actions > li:first-child {
    margin-left: 0;
    cursor: default;
}


.subMenuWrapper {
    width: 62%;
    position: absolute;
    border: 1px solid #ccc;
    border-width: 0;
    background-color: #f0f0f0;
    color: #505050;
    font-size: 1.9em;
    padding: 0 10px;
    overflow-y: auto;
    z-index: 999;
    display: none;
    border-right: 1px;
    border-right-style: solid;
    border-color: #e9e9e9;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: auto;
}

    .subMenuWrapper .menuContainer {
        display: inline-block;
        vertical-align: top;
        padding: 15px 5px;
        width: 185px;
        font-size: .5em;
    }

@media (max-width:1024px) {
    .subMenuWrapper .menuContainer {
        display: inline-block;
        vertical-align: top;
        padding: 15px 5px;
        width: 310px;
        font-size: .5em;
        border: medium 5px solid;
    }

    .header_bar .title_text {
        margin-top: 18px;
    }
}

@media (min-width:768px) and (max-width:950px) {
    .subMenuWrapper .menuContainer {
        display: inline-block;
        vertical-align: top;
        padding: 15px 5px;
        width: 240px;
        font-size: .5em;
        border: medium 1px solid;
    }
}

@media(width:768px) {
    .shell-header-brand {
        padding-left: 7px;
    }
}

.seeAllMenu {
    /*position: absolute;*/
    right: 0;
    font-size: 13.3px;
    padding: 10px;
    text-align: right;
    bottom: 7px;
}

.subMenuWrapper ul {
    text-decoration: none;
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
}

    .subMenuWrapper ul li {
        text-decoration: none;
        margin: 7px 0;
    }

.subMenuWrapper .title_category {
    font-size: 1.4em;
    margin-top: 6px;
    margin-bottom: 12px;
}

input.form-control.second_nav_search {
    margin-left: 30px;
    width: 200px;
    margin-bottom: 30px;
    margin-top: 40px;
}

#menu-toggle {
    display: none;
}

.maincontent {
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid#ccc;
    border-width: 0 1px 0 0;
    background-color: #fff;
    color: #505050;
    font-size: 1.9em;
    padding: 0;
}

.mobile_menu {
    background-color: transparent;
    border-width: 0;
}

    .mobile_menu span {
        color: #505050;
        font-size: 1.4em;
    }

    .mobile_menu:hover {
        background-color: transparent;
    }

.big_title_text {
    min-height: 70px;
}

    .big_title_text div i {
        font-size: .8em;
    }

#page-content-wrapper {
    width: 100%;
    border-top: 5px solid #eee;
    margin-top: 5px;
}

.downloadProgress {
    width: 165px;
    float: left;
    margin-right: 20px;
    margin-top: 6px;
    background-color: #626262;
    height: 15px;
    cursor: pointer;
}

    .downloadProgress .progress-bar {
        background-color: #00bdf2;
        text-align: center;
        position: relative;
        top: -15px;
        height: 16px;
    }

    .downloadProgress .download_label {
        z-index: 2000;
        color: #fff;
        position: relative;
        text-align: left;
        font-size: 10px;
        margin-top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

.page-content .rect_container {
    width: 90%;
    position: relative;
}

.page-content .rect_image {
    width: 100%;
    display: block;
}

.page-content .rect {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    list-style-type: none;
}

.page-content .col-md-4.center_tile {
    padding-right: 6px;
    padding-left: 6px;
}

#search_filter {
    width: 100%;
}

    #search_filter thead, #search_filter tbody {
        border: 2px solid #e9e9e9;
    }

    #search_filter td {
        padding: 0 15px;
    }

    #search_filter .align_right {
        text-align: right;
    }

    #search_filter .advanced {
        color: #505050;
    }

#learn_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    #learn_list > li {
        width: 100%;
        padding: 0 0 0 15px;
        border-left: 5px solid #00bdf2;
        color: #8f8f8f;
    }

    #learn_list .content_type {
        font-weight: 700;
    }

    #learn_list .actions {
        float: right;
        width: auto;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #learn_list .actions li {
            display: inline-block;
        }

.listContainer {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    .listContainer > li {
        width: 100%;
        padding: 5px 15px 20px 15px;
        background-color: none;
        border: none;
        border-left: 5px solid #00bdf2;
        color: #8f8f8f;
        margin-bottom: 10px;
        position: relative;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

        .listContainer > li:hover {
            background-color: #f2fcfe;
        }

    .listContainer .actions {
        float: right;
        width: auto;
        padding: 0;
        margin: 0;
        list-style: none;
        margin-top: 10px;
    }

        .listContainer .actions > li {
            display: inline-block;
            font-size: 1.3em;
            margin-left: 15px;
            cursor: pointer;
            /*color: #505050;*/
            width: 23px;
        }

            .listContainer .actions > li a {
                text-decoration: none;
            }

        .listContainer .actions li.inactive {
            cursor: default;
        }

            .listContainer .actions li.inactive * {
                color: #e9e9e9;
                cursor: default;
            }

        .listContainer .actions .download {
            font-size: 1.3em;
            position: relative;
            top: 2px;
            color: #505050;
        }

    .listContainer .last_viewed, .category {
        font-family: "SegoeUISemiBold";
        color: #737373;
    }

.timeStamp {
    color: #442359;
    font-weight: bold;
}



.big_title_text div i {
    float: left;
    font-size: 4em;
    color: #00bdf2;
    margin-right: 25px;
    margin-left: 25px;
    display: none;
}

.topCarousel {
    background: #e9e9e9;
    padding: 15px 15px 15px 15px;
    position: relative;
}

    .topCarousel:focus {
        outline: 0;
    }

#pillarsSection .bx-wrapper {
    width: 100%;
    max-width: none !important;
}

.carousel {
    margin-bottom: 0;
    padding: 0 0 px;
}

.carousel-control, .topCarousel .bx-wrapper .bx-controls-direction a {
    display: none;
    background-color: #fff;
    background-image: transparent;
}

.bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.topCarousel:hover .carousel-control, .topCarousel:hover .bx-wrapper .bx-controls-direction a {
    display: block;
}

.carousel-control.right, .carousel-control.left {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
    font-size: 14px;
    color: #505050;
    width: 50px;
    z-index: 99;
    background-color: #fff;
    opacity: .85;
    -moz-opacity: .85;
    margin: 5px 0 20px 0;
    padding-top: 85px;
}

.bx-pager.bx-default-pager {
    display: none;
}

.topCarousel .bx-wrapper .bx-controls-direction a {
    text-align: center;
    position: absolute;
    z-index: 9999;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
    font-size: 14px;
    color: #505050;
    width: 50px;
    z-index: 99;
    background-color: #fff;
    opacity: .85;
    -moz-opacity: .85;
    margin: 5px 0 5px 0;
    padding-top: 85px;
    top: 0;
    bottom: 0;
    text-decoration: none;
}

    .topCarousel .bx-wrapper .bx-controls-direction a:hover {
        text-decoration: none;
    }
/* DIRECTION CONTROLS (NEXT / PREV) */

.topCarousel .bx-wrapper .bx-prev {
    left: 0px;
}

.topCarousel .bx-wrapper a.bx-prev.disabled {
    display: none;
}

.topCarousel .bx-wrapper .bx-next {
    right: 0px;
}

.topCarousel .bx-wrapper a.bx-next.disabled {
    display: none;
}

.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px;
    display: none;
}

    .carousel-indicators li {
        background: silver;
    }

    .carousel-indicators .active {
        background: #333;
    }

.topCarousel a {
    text-decoration: none;
    display: block;
    border: 1px solid transparent;
}

    .topCarousel a:hover, .topCarousel a:focus {
        border: 1px dashed;
    }

.car_tile {
    height: 150px;
    background-color: #00bdf2;
    color: #fff;
    padding: 8px 20px 10px 10px;
    position: relative;
    cursor: pointer;
}

    .car_tile .content_img {
        height: 100%;
        float: left;
        width: 40px;
        font-size: 2em;
    }

    .car_tile .content_text {
        overflow: hidden;
        height: 100%;
        font-size: 1em;
        font-weight: 400;
    }

        .car_tile .content_text .text_title {
            font-size: 24px;
            /*margin-top: -5px;*/
        }

        .car_tile .content_text .text_shortTitle, .car_tile .content_text .text_description {
            font-size: 16px;
            line-height: 25px;
        }

        .car_tile .content_text .text_big {
            font-weight: 700;
        }

.car_tile_grey {
    background-color: #505050;
    color: #fff;
}

.carousel_tile_rollover {
    display: block;
    opacity: 1;
    cursor: pointer;
    font-size: 32px;
    line-height: 1em;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
/**** Explore Tile****/
.car_tile_blue {
    background-color: #00bdf2;
    color: #000;
}

    .car_tile_blue .icon-arrow_circle_dark {
        color: #000;
        content: "\e642";
    }

    .car_tile_blue .icon-car:before {
        content: "\e634";
    }
/**** Learn Tile****/
.car_tile_purple {
    background: #442359;
    color: #fff;
}

    .car_tile_purple .icon-arrow_circle_dark {
        color: #fff;
        content: "\e642";
    }

    .car_tile_purple .icon-car:before {
        content: "\e625";
    }

    .car_tile_purple .content_img .icon-car {
        position: relative;
        top: -7px;
        font-size: 20px;
    }
/**** Try Tile****/
.car_tile_white {
    background-color: #ffffff;
    color: #442359;
}

    .car_tile_white .icon-arrow_circle_dark {
        color: #442359;
        content: "\e642";
    }

    .car_tile_white .icon-car:before {
        content: "\e603";
    }

    .car_tile_white .content_img .icon-car {
        margin-left: 10px;
    }


.shell-header {
    box-shadow: none !important;
    padding-left: 15px;
    padding-bottom: 15px;
}

    .shell-header .shell-header-nav-wrapper {
        margin-top: 2px !important;
    }

.shell-footer a:link:focus, .shell-footer a:focus {
    margin-left: 2px;
}

.footerbar {
    background: #F2F2F2;
}

.main_container, .main_list, #myDashboardSection, .main_container, #page-content-wrapper, .padding-25-top, .row1.clearfix.pull-left, .topCarousel {
    outline-width: 0 !important;
}

#topNav.nav-pills > li, #topNav1.nav-pills > li {
    border: 1px dashed transparent;
}

    #topNav.nav-pills > li:focus, #topNav1.nav-pills > li:focus {
        border: 1px dashed #fff;
        box-shadow: 0 0 0 1px #fff inset;
        outline: 0px dashed transparent;
        background-color: #0083a9;
    }

#topNav.nav-pills ul.margin0 li:focus, #topNav.nav-pills ul.level1 li:focus, #topNav1.nav-pills ul.level2 li:focus, #topNav1.nav-pills ul.margin0 li:focus, #topNav1.nav-pills ul.level1 li:focus, #topNav1.nav-pills ul.level2 li:focus {
    outline-color: #fff;
    background-color: #0083a9;
}

#topNav.nav-pills .menuContainer a:focus, #topNav1.nav-pills .menuContainer a:focus {
    outline-color: #fff;
}

.subMenuWrapper a:focus, a:focus, li:focus, span:focus, div[tabindex]:focus, input:focus, ul.socialShare:focus {
    outline: 1px dashed;
    outline-offset: -2px;
}

.mobileAdvancedFilter a.advanced-filter {
    border: 1px solid transparent;
}

    .mobileAdvancedFilter a.advanced-filter:focus {
        border: 1px dashed #ffffff;
        outline: none;
    }

.searchCriteriaTitle li a {
    color: #fff;
    text-decoration: none;
}

.page-content .tiles_container {
    width: 100%;
}

    .page-content .tiles_container .col-md-4 {
        padding: 15px;
    }

        .page-content .tiles_container .col-md-4:hover .rect {
            color: #10547D;
            cursor: pointer;
        }

    .page-content .tiles_container .greyed_out {
        padding: 10px;
        outline-width: 0;
    }

        .page-content .tiles_container .greyed_out .rect {
            color: #e9e9e9;
        }

        .page-content .tiles_container .greyed_out .title_text {
            color: #505050;
        }

.title_textHover {
    font-size: 16px;
    display: none;
}


.page-content .tiles_container .greyed_out:hover .rect, .page-content .tiles_container .greyed_out.tileHover .rect, .page-content .tiles_container .greyed_out:focus .rect {
    color: #00bdf2 !important;
    cursor: pointer;
    border-width: 2px;
    outline: 1px dashed;
    outline-offset: 0 !important;
}

.greyed_out:focus {
    outline: 0;
}

.page-content .tiles_container .greyed_out:hover .rect_container .rect .title_text, .tileHover .rect .title_text, .page-content .tiles_container .greyed_out:focus .rect .title_text {
    display: none;
}

.page-content .tiles_container .greyed_out:focus .rect .title_textHover {
    display: block;
}

.page-content .tiles_container .greyed_out:hover .rect .title_textHover, .tileHover .rect .title_textHover {
    display: block;
}

.page-content .tiles_container .rect .fa-stack span {
    font-size: 1.74em;
}

.page-content .tiles_container .greyed_out:hover .rect .fa-stack, .page-content .tiles_container .greyed_out.tileHover .rect .fa-stack, .page-content .tiles_container .greyed_out:focus .rect .fa-stack {
    font-size: 1.13em;
    transition: all .1s ease 0s;
}

    .page-content .tiles_container .greyed_out:hover .rect .fa-stack span, .page-content .tiles_container .greyed_out.tileHover .rect .fa-stack span, .page-content .tiles_container .greyed_out:focus .rect .fa-stack span {
        font-size: 1.23em;
    }

.page-content .tiles_container .greyed_out .tab-grp .rect .fa-stack span {
    color: #505050;
}

.page-content .tiles_container .greyed_out:focus .tab-grp .rect .fa-stack {
    font-size: 1.02em;
}

.page-content .tiles_container .greyed_out:hover .tab-grp .rect .fa-stack span {
    color: #00bdf2;
    font-size: 1.54em;
}

.page-content .tiles_container .greyed_out:focus .tab-grp .rect .fa-stack span {
    color: #00bdf2;
    font-size: 1.74em;
}

.page-content .tiles_container .greyed_out:hover .tab-grp .rect .fa-stack, .page-content .tiles_container .greyed_out:focus .tab-grp .rect .fa-stack {
    transition: none !important;
}

.page-content .tiles_container .rect_container {
    width: 100%;
    position: relative;
    height: 275px;
}

    .page-content .tiles_container .rect_container a {
        text-decoration: none;
    }

.page-content .tiles_container .rect_image {
    width: 100%;
    display: block;
}

.page-content .tiles_container .greyed_out:focus .tab-grp .rect .title_text, .page-content .tiles_container .greyed_out:hover .tab-grp .rect .title_text {
    display: block;
    color: #00bdf2;
}

.page-content .tiles_container .rect {
    width: 100%;
    height: 100%;
    border-color: #e9e9e9;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    color: #505050;
    font-size: 4em;
    padding-top: 13%;
}

.page-content .title_text {
    clear: both;
    font-size: .35em;
    font-weight: 300;
}

/*
.page-content .tiles_container .greyed_out:hover .rect, .page-content .tiles_container .greyed_out.tileHover .rect,.page-content .tiles_container .greyed_out:focus .rect {
    color: #00bdf2 !important;
    cursor: pointer;
    border-width: 2px;
    outline: 1px dashed;
        outline-offset:0 !important;
}
.greyed_out:focus {
    outline: 0;
}

    .page-content .tiles_container .greyed_out:hover .rect .title_text, .page-content .tiles_container .greyed_out:focus .rect .title_text {
        display: none;
    }

    .page-content .tiles_container .greyed_out:hover .rect .title_textHover, .tileHover .rect .title_textHover, .page-content .tiles_container .greyed_out:focus .rect .title_textHover {
        display: block;
       
    }

.page-content .tiles_container .rect .fa-stack span {
    font-size: 1.74em;
}

.page-content .tiles_container .greyed_out:hover .rect .fa-stack, .page-content .tiles_container .greyed_out:focus .rect .fa-stack {
    font-size: 1.13em;
    transition: all .1s ease 0s;
}

    .page-content .tiles_container .greyed_out:hover .rect .fa-stack span, 
    
    .page-content .tiles_container .greyed_out:focus .rect .fa-stack span {
        font-size: 1.23em;
    }

    .page-content .tiles_container .greyed_out:hover .tab-grp .rect .fa-stack span,.page-content .tiles_container .greyed_out:focus .tab-grp .rect .fa-stack span {
         font-size: 1.74em;
    }
.page-content .tiles_container .rect_container {
    width: 100%;
    position: relative;
    height: 275px;
}

    .page-content .tiles_container .rect_container a {
        text-decoration: none;
    }
.page-content .tiles_container .greyed_out:focus .tab-grp .rect .title_text,.page-content .tiles_container .greyed_out:hover .tab-grp .rect .title_text {
    display:block;
     color: #00bdf2;
}

.page-content .tiles_container .rect_image {
    width: 100%;
    display: block;
}

.page-content .tiles_container .rect {
    width: 100%;
    height: 100%;
    border-color: #e9e9e9;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    color: #505050;
    font-size: 4em;
    padding-top: 13%;
}

.page-content .title_text {
    clear: both;
    font-size: .35em;
    font-weight: 300;
}
*/
.page-content .col-md-4.center_tile {
    padding-right: 6px;
    padding-left: 6px;
}



@media (max-width:320px) {
    .page-content .tiles_container .greyed_out:hover .rect .title_textHover {
        margin-top: 0px;
    }

    .page-content .tiles_container .rect_container {
        height: auto;
    }

    .page-content .title_text {
        font-size: 20px;
    }

    #ux-footer #footerLeft {
        padding-top: 0px;
    }
}

a.shiftedFooterLink {
    display: none;
}
/**************************************/

.nav-pills > li {
    cursor: pointer;
}

    .nav-pills > li > a, .nav-pills > li.active > a {
        color: #222;
        background: none;
    }

#topNav.nav-pills > li {
    /*margin: 0 !important;*/
    margin-left: 0;
}

    #topNav.nav-pills > li > a {
        padding: 8px 15px;
    }

        #topNav.nav-pills > li > a:focus {
            padding: 7px 13px;
            margin-right: 2px;
        }

        #topNav.nav-pills > li > a:hover {
            color: #0E486B;
            background: none;
        }

        #topNav.nav-pills > li.active > a,
        #topNav.nav-pills > li.active > a:hover,
        #topNav.nav-pills > li.active > a:focus,
        #topNav.nav-pills > li > a:hover {
            color: #222;
            background: #f0f0f0;
        }

.dashboardTabs {
    background: #e9e9e9;
}

    .dashboardTabs li {
        margin-right: 15px;
    }

        .dashboardTabs li > a {
            padding: 15px 40px 20px 15px;
        }

            .dashboardTabs li > a:hover, .dashboardTabs > li > a:focus, .dashboardTabs > li.active a, .dashboardTabs > li.active a:hover, .dashboardTabs > li.active a:focus {
                background: #fff;
                opacity: 0.8;
                /*outline: 0;*/
            }

            .dashboardTabs li > a .menu-text, .largeHeading {
                font-size: 24px;
                font-family: "SegoeUILight";
                color: #000000;
                margin-right: 5px;
            }


            .dashboardTabs li > a .dropdownIcon {
                font-size: 10px;
            }

.relPos {
    position: relative;
}

.w50 {
    width: 50%;
}

.dn {
    display: none !important;
}

.db {
    display: block;
}
/***********Add sprite class to use icons from sprite image************************/
span.sprite.menuIcon:before {
    top: 0;
    border-top-color: #b00;
}

span.sprite.menuIcon:before, span.sprite.menuIcon:after {
    position: absolute;
    display: block;
    content: "";
    border: 25px solid transparent;
}

span.sprite.menuIcon:after {
    top: -10px;
    border-top-color: #fff;
}

.sprite {
    display: inline-block;
    background: url(/National_Library/20170827070107oe_/https://www.microsoft.com/en-us/evalcenter/img/techNet-icons-sprite.png) no-repeat;
}

.menuIcon {
    background-position: 0 -86px;
    width: 20px;
    height: 12px;
}

.dashboardIcon {
    width: 70px;
    height: 70px;
    background-position: -5px -334px;
    margin-right: 15px;
}

.alertIcon {
    background-position: -4px -713px;
    width: 16px;
    height: 30px;
}

.activityIcon {
    width: 20px;
    height: 30px;
    background-position: -4px -752px;
}

.rightArrow, .rightArrowPurple {
    background-position: -5px -509px;
    width: 35px;
    height: 35px;
}

.rightArrowPurple {
    background-position: -5px -457px;
}

.exploreIcon {
    background-position: -3px -570px;
    width: 30px;
    height: 30px;
}

.learnIcon {
    background-position: -4px -626px;
    width: 30px;
    height: 30px;
}

.tryIcon {
    background-position: -4px -669px;
    width: 20px;
    height: 30px;
}

.prevIcon, .nextIcon {
    background-position: -4px -794px;
    width: 10px;
    height: 15px;
}

.nextIcon {
    background-position: -4px -823px;
}

.downloadIcon {
    background-position: -56px -456px;
    width: 26px;
    height: 26px;
}

.rightArrowIcon {
    width: 26px;
    height: 26px;
    background-position: -89px -456px;
}
/******** Style for Dashboard Tiles **********/
.evaluateIcon2, .evaluateIconBlue, .virtualLabIcon2, .techJourneyIcon2, .resourcesIcon2, .communityIcon2, .toolsTipsIcon2 {
    width: 130px;
    height: 130px;
}

.evaluateIcon2 {
    background-position: -164px -158px;
}

.greyed_out .evaluateIcon2, .greyed_out .virtualLabIcon2, .greyed_out .techJourneyIcon2, .greyed_out .communityIcon2, .greyed_out .resourcesIcon2, .greyed_out .toolsTipsIcon2 {
    opacity: 0.3;
}

.page-content .tiles_container .col-md-4:hover .rect .fa-stack .evaluateIcon2 {
    background-position: -491px -2px;
}

.page-content .tiles_container .col-md-4.greyed_out:hover .evaluateIcon2, .page-content .tiles_container .col-md-4.greyed_out:hover .virtualLabIcon2, .page-content .tiles_container .col-md-4.greyed_out:hover .techJourneyIcon2, .page-content .tiles_container .col-md-4.greyed_out:hover .communityIcon2, .page-content .tiles_container .col-md-4.greyed_out:hover .resourcesIcon2, .page-content .tiles_container .col-md-4.greyed_out:hover .toolsTipsIcon2 {
    width: 70px;
    height: 70px;
    opacity: 1.0;
}

.page-content .tiles_container .col-md-4.greyed_out:hover .rect .fa-stack .evaluateIcon2 {
    background-position: -515px -335px;
}

.page-content .tiles_container .col-md-4.greyed_out:hover .rect .fa-stack .virtualLabIcon2 {
    background-position: -613px -334px;
}

.page-content .tiles_container .col-md-4.greyed_out:hover .rect .fa-stack .techJourneyIcon2 {
    background-position: -711px -334px;
}

.page-content .tiles_container .col-md-4.greyed_out:hover .rect .fa-stack .resourcesIcon2 {
    background-position: -515px -431px;
}

.page-content .tiles_container .col-md-4.greyed_out:hover .rect .fa-stack .toolsTipsIcon2 {
    background-position: -711px -430px;
}

.page-content .tiles_container .col-md-4.greyed_out:hover .rect .fa-stack .communityIcon2 {
    background-position: -613px -431px;
}

.virtualLabIcon2 {
    background-position: -163px -2px;
}

.page-content .tiles_container .col-md-4:hover .rect .fa-stack .virtualLabIcon2 {
    background-position: -653px -2px;
}

.techJourneyIcon2 {
    background-position: -328px -2px;
}

.page-content .tiles_container .col-md-4:hover .rect .fa-stack .techJourneyIcon2 {
    background-position: -818px -2px;
}

.resourcesIcon2 {
    background-position: -2px -2px;
}

.page-content .tiles_container .col-md-4:hover .rect .fa-stack .resourcesIcon2 {
    background-position: -491px -159px;
}

.communityIcon2 {
    background-position: -328px -158px;
}

.page-content .tiles_container .col-md-4:hover .rect .fa-stack .communityIcon2 {
    background-position: -654px -158px;
}

.toolsTipsIcon2 {
    background-position: -1px -158px;
}

.page-content .tiles_container .col-md-4:hover .rect .fa-stack .toolsTipsIcon2 {
    background-position: -818px -158px;
}


/******** /Style for Dashboard Tiles **********/

/***********Sprite class ends here************************/

/*************** Style for carousel having draggable slides ******************/
.connected, .sortable, .exclude, .handles {
    margin: auto;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .connected li, .sortable li, .exclude li, .handles li {
        list-style: none;
        border: 1px solid transparent;
        height: 22px;
    }

    .sortable.grid {
        overflow: hidden;
    }

li.disabled {
    opacity: 0.5;
}

.sortable.grid li {
    float: left;
    width: 373px;
    height: 158px;
    margin-right: 10px;
    margin-top: 3px;
    margin-left: 1px;
}

li.highlight {
    background: #FEE25F;
}

li.sortable-placeholder {
    border: 1px dashed #CCC;
    background: #f2f2f2;
}

/*li.crsl-item {
    border: none;
}*/
/*************** Style for carousel having draggable slides ends here ******************/
.blueBg {
    background: #00bcf2;
}

.purpleBg {
    background: #442359;
}

.whiteBg {
    background: #fff;
}

.lightFont {
    font-family: "SegoeUILight";
}

.tab-pane {
    padding-bottom: 40px;
    padding-top: 20px;
}

#myActionTab, #myProfileTab, #searchResults, #evaluationList, .pageContent {
    padding: 30px 15px;
}
/*** Page Footer****/
#ux-footer {
    margin: auto;
    padding: 0;
    font-family: 'SegoeUI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size: .917em;
    z-index: 9999;
    line-height: 1;
    margin: 10px;
    margin-top: 40px;
}

.ux-footer-clear {
    clear: both;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
}

#ux-footer #footerRight {
    float: right;
    padding-top: 21px;
    min-height: 70px;
}

#ux-footer #footerLeft {
    float: right;
    padding-top: 25px;
    min-height: 70px;
    margin-right: 15px;
    max-width: 1024px;
}

#ux-footer #FooterCopyright {
    padding-top: 30px;
}

#ux-footer #footerProfileLink {
    float: right;
    clear: both;
    width: 100%;
    min-height: 16px;
    margin: 0 0 8px 0;
}

#ux-footer #Fragment_ManageProfileLink {
    float: right;
}

#ux-footer #footerLeft a {
    color: #000;
    text-decoration: none;
    vertical-align: middle;
}

#ux-footer #Feedback, #ux-footer #LinkGroup {
    clear: both;
    float: left;
}

#ux-footer #Fragment_FooterLinks, #ux-footer #Fragment_FooterLinksBottom {
    float: right;
}

#ux-footer #footerGroup .LinkList {
    float: right;
    padding-right: 0;
}

#ux-footer .LinkColumn {
    float: left;
}

.LinkList ul li {
    list-style-type: none;
    background: none;
    padding: 0;
    margin: 0;
}

.LinkList ul.horizontal li {
    float: left;
}

#ux-footer .LinksDivider {
    float: left;
    color: #000;
    padding: 0 8px;
}

.ms-logo-gray {
    width: 73px;
    height: 15px;
    background-position: -3px -854px;
    float: right;
    height: 16px;
    overflow: hidden;
}

#ux-footer #footerLeft a:hover {
    color: #000;
    text-decoration: underline;
}

.evalheading, .wid-80 {
    width: 75%;
    float: left;
}

    .evalheading, .evalheading:hover, .evalheading:focus {
        text-decoration: none;
    }


/***** Profile Page *******/
.usrThumb {
    width: 260px;
    height: 260px;
    background: #e5e5e5 url(/National_Library/20170827070107oe_/https://www.microsoft.com/en-us/evalcenter/img/avatar_silhouette.png) no-repeat center top;
    background-size: cover;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .usrThumb img {
        width: 260px;
    }

.icon-share_light {
    color: #505050;
    position: relative;
}

    .icon-share_light > img {
        left: 0;
        top: 0;
        position: absolute;
        width: 23px;
    }

.icon-pin_light, .icon-pin_purple, .icon-status_in_progess, .icon-status_complete, .icon-status_not_started {
    position: relative;
}

    .icon-pin_light > img, .icon-pin_purple > img, .icon-status_in_progess > img, .icon-status_complete > img, .icon-status_not_started > img, .download.icon-download_white > img, .icon-arrow_circle_dark > img {
        left: 0;
        top: 0;
        position: absolute;
        width: 26px;
    }

.icon-share_blue, .icon-share_light:hover {
    color: #00bcf2;
}

.icon-pin_purple {
    color: #ff8c00;
}

.actions a.icon-pin_purple, .actions a.icon-pin_purple:hover, .actions a.icon-pin_purple:focus, #pinallresults span.icon-pin_purple {
    -ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Safari */
    transform: rotate(315deg); /* Standard syntax */
    color: #ff8c00;
}

.icon-status_in_progess, .icon-status_complete, .icon-status_complete:focus, .icon-status_in_progess:focus, .icon-status_complete:hover, .icon-status_in_progess:hover {
    color: #bad80a;
    background: #fff;
}

.searchPanel .searchBar {
    margin-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
    height: 22px;
    font-size: 12px;
    border-width: 2px;
}

.searchPanel input[type=text] {
    padding: 0;
}

.searchPanel .searchBar .icon-search_NOcircle_dark {
    font-size: 10px;
    top: 0;
    padding: 6px;
}

.searchPanel {
    padding: 25px 15px 0px 15px;
    color: #505050;
}

.d-inline-b {
    display: inline-block !important;
    float: none;
}

.hrStyle {
    color: #d2d2d2;
    background: #d2d2d2;
    margin-top: 15px;
    margin-bottom: 0;
}

.filterWrapper {
    margin-right: 20px;
}

#pinAllResults:hover .pinTxt {
    text-decoration: underline;
    color: #505050;
    cursor: pointer;
}

#pinAllResults.inactive:hover .pinTxt {
    text-decoration: none;
    cursor: default;
}

#pinAllResults.inactive .icon-pin_purple {
    cursor: default;
    opacity: 1;
    -moz-opacity: .40;
    filter: alpha(opacity=40);
    -khtml-opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
}

.filterWrapper .icon-pin_purple {
    padding: 0 10px 0 0;
    cursor: pointer;
}

.searchPanel label {
    font-weight: normal;
}

.m-t-10 {
    margin-top: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-t-20 {
    margin-top: 20px;
}

    .m-t-20 a {
        color: #0070cd;
        /*color:#1570a6;*/
    }

.m-r-10 {
    margin-right: 10px;
}

.customChkbox, .customRadioBtn {
    position: relative;
    top: 3px;
    height: 15px;
    width: 15px;
    margin: 0 !important;
}

.advanced-filter .icon-plus_dark, .advanced-filter .icon-minus_dark {
    font-size: 25px;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

a.advanced-filter {
    text-decoration: none;
}

.advanced-filter .filterTxt {
    position: relative;
    top: -5px;
    padding-left: 15px;
    margin-right: 15px;
    cursor: pointer;
    color: #000;
}

.loadMore {
    background: #fff;
    opacity: 0.85;
    text-align: center;
    padding: 15px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

    .loadMore .icon-scroll_arrow_down_dark {
        font-size: 10px;
        cursor: pointer;
        color: #505050;
    }

.advancedFilterBox {
    width: 100%;
    padding-top: 15px;
    color: #505050;
    background: #fff;
    border-bottom: 2px solid #e9e9e9;
    display: none;
}

.filterGroup {
    margin-bottom: 20px;
}

.filterItem {
    padding: 0;
}

    .filterItem label {
        font-weight: normal;
    }

    .filterItem [class^="icon-"], [class*=" icon-"] {
        position: relative;
        top: 1px;
    }

.filterItemList {
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
}

.filterBtnWrapper {
    margin-bottom: 30px;
}

.greenBtn, .grayBtn {
    color: #505050;
    font-weight: bold;
    background: #bad80a;
}

    .greenBtn:focus {
        outline: 1px dashed !important;
        outline-offset: 0 !important;
    }

.grayBtn {
    background: #d2d2d2;
}

@media (min-width:992px) {
    .page-content .tiles_container .greyed_out:focus .rect .title_textHover {
        display: block;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    /*.quickLinks{
		clear:both !important;
		margin-top:10px;
	}*/
    .downloadProgress {
        width: 130px;
    }

    .searchBar {
        margin-right: 30px;
    }
}
/****** Dropdown Menu for alerts, activity and sign out********/
.quickLinks ul li.activityCount.openMenu a, .quickLinks ul li.activityCount.openMenu div {
    background: #00bcf2;
    color: #000 !important;
}

.quickLinks ul li.activityCount div.bg-activity {
    display: inline;
    padding: 8px 10px;
}

.quickLinks ul li.activityCount:hover div, .quickLinks ul li.activityCount:focus div {
    background: #00bcf2 !important;
    color: #000 !important;
}

.quickLinks ul li.alertCount:hover a, .quickLinks ul li.alertCount:focus a {
    background: #ffb900;
}

.nav > li > a:focus {
    background: none;
    border: 1px solid #2c82d6;
    display: block;
}

ul.dropdownMenu {
    width: 290px;
    background: #00bcf2;
    padding: 20px 15px;
    color: #000;
    position: absolute;
    z-index: 999;
    right: 1px;
    top: 35px;
    display: none;
    padding: 15px;
}

    ul.dropdownMenu:focus, label:focus, a.resHead2:focus .leftSection, a.resHead:focus .leftSection, a.evalheading:focus .evalDiv {
        /*outline-width: 2px;
    outline-style: solid;
    outline-color: #ff8c00;
    outline-offset:0;
    text-decoration:none;*/
        outline: 1px dashed;
        /*border:1px dashed #000;*/
    }

.shell-search input:focus, .shell-search input[type="search"]:focus, .shell-header button:focus {
    outline: 1px dashed !important;
}

.evalDiv {
    /*float:left;
max-width:81%;*/
}

.d-inline-b-t {
    display: inline-block;
    float: none;
    max-width: 85%;
    vertical-align: top;
}

a.resHead2:focus, a.resHead:focus, a.evalheading:focus {
    outline: 0;
}


ul.dropdownMenu.notificationList, ul.dropdownMenu.notificationList li a {
    color: #000;
}

/*.quickLinks ul li.activityCount:hover ul.dropdownMenu,
.quickLinks ul li.alertCount:hover ul.dropdownMenu,
.quickLinks ul li.activityCount:focus ul.dropdownMenu,
.quickLinks ul li.alertCount:focus ul.dropdownMenu, .quickLinks ul li.alertCount ul.dropdownMenu:focus
{
    display: block;
}*/

ul.dropdownMenu .titleTxt {
    font-size: 20px;
    font-family: "SegoeUISemiBold";
}

ul.dropdownMenu li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
    font-size: 14px;
}

    ul.dropdownMenu li.seeAll {
        border-bottom: none;
        border-top: 1px solid #fff;
    }

    ul.dropdownMenu li a {
        color: #000;
    }

.closeItem, .closeItem a {
    text-align: right;
    font-size: 10px;
    color: #000;
    cursor: pointer;
    border-bottom: none !important;
}

.actionListItem {
    padding: 5px 0;
}

    .actionListItem a {
        cursor: pointer;
    }

    .actionListItem .icon-wrapper {
        font-size: 20px;
    }

    .actionListItem .icon-wrapper {
        margin: 10px 5px 10px 0px;
    }

        .actionListItem .icon-wrapper span {
            margin-right: 10px;
            cursor: pointer;
        }

.closeItem a:hover {
    text-decoration: none;
}

ul.notificationList {
    background: #ffb900;
}

    ul.notificationList li:last-child, ul.actionList li:last-child {
        border-bottom: none;
    }

.avatarMenu {
    position: relative;
}

    .avatarMenu > a, .avatarMenu a.userThumbOuter {
        padding: 5px 15px;
        display: block;
        position: relative;
        top: -7px;
    }

    .avatarMenu a.userThumbOuter {
        padding: 8px 15px;
    }

        .avatarMenu:hover > a, .avatarMenu a.userThumbOuter:hover {
            background: #eee;
        }

ul.avtarDropdown {
    position: absolute;
    right: 0;
    top: 36px;
    background: #eeeeee;
    display: none;
    width: 290px;
    z-index: 9999;
    padding: 15px 15px 0 15px;
}

.avatarMenu:hover .avtarDropdown, .avatarMenu:focus .avtarDropdown {
    display: block;
}

ul.avtarDropdown li {
    display: block;
    margin: 0;
    margin-bottom: 15px;
}

.closeWrap {
    float: left;
    width: 100%;
}

.socialShare {
    background: #505050;
    margin: 0;
    padding: 11px 10px 11px 10px !important;
    position: absolute;
    right: -100%;
    cursor: default;
    color: #fff;
    z-index: 9999;
    display: none;
    border: 1px solid #fff;
}

    .socialShare .closeItem a, .socialShare li a {
        outline-color: #fff;
    }

    .socialShare ul {
        float: left;
        width: 100%;
        padding: 0;
    }

    .socialShare li {
        display: inline-block;
        width: 25px;
        height: 25px;
        margin: 0;
        padding: 0;
        margin-right: 7px;
        cursor: pointer;
        /*background: url(/National_Library/20170827070107oe_/https://www.microsoft.com/en-us/evalcenter/img/share-icons-sprite.png) no-repeat;*/
    }

        .socialShare li a img {
            /*width:25px;
        height:25px;*/
        }

    .socialShare .closeItem {
        padding-bottom: 10px;
        /*float:right;*/
    }

    .socialShare li:last-child {
        margin-right: 0;
    }

    .socialShare li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .socialShare li.socialShare-3 {
        background-position: -50px 0px;
    }

    .socialShare li.socialShare-1 {
        background-position: 0 0;
    }

    .socialShare li.socialShare-2 {
        background-position: -25px 0;
    }

    .socialShare li.socialShare-4 {
        background-position: -75px 0;
    }




    .socialShare img.socialShare-1 {
        position: absolute;
        left: 0;
    }

    .socialShare img.socialShare-2 {
        position: absolute;
        left: -25px;
    }

    .socialShare img.socialShare-3 {
        position: absolute;
        left: -50px;
    }

    .socialShare img.socialShare-4 {
        position: absolute;
        left: -75px;
    }
/*CSS for custom checkbox*/
.customCheckbox {
    position: relative;
}

    .customCheckbox label {
        padding-left: 10px;
    }

        .customCheckbox label:hover {
            color: #1570a6;
        }

    .customCheckbox.disabled label:hover {
        color: #505050;
    }

.actionDetailContainer .statusFilter .customCheckbox label {
    padding-left: 5px;
}

.customCheckbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 10;
    opacity: 1;
    vertical-align: middle;
    margin: 0 0 0 0;
    outline: 1px solid #000;
}

.customCheckbox.disabled {
    opacity: 0.4;
}

    .customCheckbox.disabled label:hover {
        color: #505050;
    }

/*.customCheckbox input + label:before {
    content: " ";
    background: url(/National_Library/20170827070107oe_/https://www.microsoft.com/en-us/evalcenter/img/techNet-icons-sprite.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    z-index: 5;
}*/
/*Unchecked Style*/
.customCheckbox input[type="checkbox"] + label:before {
    background-position: -23px -33px;
}
/*Checked Style*/
.customCheckbox input[type="checkbox"]:checked + label:before {
    background-position: 1px -33px;
}
/*CSS for custom Radio buttons*/
.customRadio {
    position: relative;
}

    .customRadio input[type="radio"] {
        width: 15px;
        height: 15px;
        position: relative;
        z-index: 10;
        /*opacity: 0;*/
        vertical-align: middle;
        margin: 0;
        border-radius: 10px !important;
        border: 1px solid #ccc;
        -webkit-appearance: radio !important;
        -webkit-border-radius: 10px !important;
    }


    .customRadio label {
        padding-left: 3px;
    }

    .customRadio input + label:before {
        content: " ";
        /*background: url(/National_Library/20170827070107oe_/https://www.microsoft.com/en-us/evalcenter/img/techNet-icons-sprite.png) no-repeat;*/
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        z-index: 5;
    }
    /*Unchecked Style*/
    .customRadio input[type="radio"] + label:before {
        background-position: -23px -57px;
    }
    /*Checked Style*/
    .customRadio input[type="radio"]:checked + label:before {
        background-position: 1px -57px;
    }

.resourceName, .resourceAcc .leftSection {
    max-width: 75%;
    color: #505050;
}

@media (max-width:1000px) {
    .resourceName, .resourceAcc .leftSection {
        max-width: 60%;
    }
}



.txtOverflow {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/**** Product Family Page******/
#evaluationList .acc_trigger {
    color: #505050;
}

    #evaluationList .acc_trigger .icon-accordion {
        font-size: 24px;
        padding-right: 20px;
        margin-top: 6px;
        display: inline-block;
        cursor: pointer;
    }

.acc-content {
    margin-top: 30px;
}

.acc_trigger a, a.acc_trigger {
    text-decoration: none;
    color: #505050;
}

.evaluationSteps {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

    .evaluationSteps > li {
        list-style: none;
        margin-left: 15px;
    }

        .evaluationSteps > li:first-child {
            margin-left: 0;
        }

#evaluationAccList .hrStyle {
    margin-left: 15px;
}

.accordion-group ul {
    margin-left: 50px;
}

.icon-accordion:before {
    content: "\e624";
}

.collapsed .icon-accordion:before {
    content: "\e61f";
}

#evaluationAccList .panel {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 10px; /*	margin-left:15px;*/
}

    #evaluationAccList .panel:last-child .hrStyle {
        display: none;
    }

    #evaluationAccList .panel .panel .hrStyle {
        margin-left: 0;
        color: #d2d2d2;
        background: #d2d2d2;
        margin-top: 30px;
        margin-bottom: 20px;
    }

#evaluationAccList .evaluationSteps > li:first-child .stepContent .hrStyle {
    margin-left: 15px;
}

#evaluationAccList.listContainer > li:hover {
    background-color: #f2fcfe;
}

.evaluationSteps .acc_trigger {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    line-height: 24px;
}

#evaluationAccList .evaluationSteps .acc_trigger .icon-accordion {
    margin-top: 0;
    padding-right: 12px;
    vertical-align: middle;
}

.evaluationSteps .stepName {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #505050;
}

.evaluationSteps .stepContent {
    padding-left: 40px;
    margin: 0;
    margin-top: 10px;
    /*border-bottom:1px solid #d2d2d2;
	padding-bottom:30px;
	margin-bottom:20px;*/
    color: #505050;
}

    .evaluationSteps .stepContent .accordion-inner {
        padding-left: 40px;
        line-height: 1.428571429;
    }

.evaluationSteps li:last-child .stepContent {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.greenBg {
    background: #bad80a;
}

.stepHeading.downloadStep {
    padding: 10px 15px;
    background: #bad80a;
}

.evaluationSteps > li:first-child {
    margin-bottom: 5px;
}

    .evaluationSteps > li:first-child .accordion-inner {
        padding-left: 55px;
    }

#evaluationAccList.listContainer > li {
    padding-bottom: 0;
}

.accordion-heading {
    padding-bottom: 20px;
}

.separator {
    padding-left: 10px;
    padding-right: 10px;
}

.stepContent ul, .stepContent ol {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 10px;
}

.panel-collapse {
    /*	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 30px;*/
    margin-left: 35px;
}

.purpleTxt, a.purpleTxt, a.purpleTxt:hover, .preinstallInfo a {
    color: #9b4f96;
}

.preinstallInfo .jumpNav {
    margin: 0;
    padding: 0;
    padding-left: 5px;
    margin: 30px 0;
}

    .preinstallInfo .jumpNav li {
        display: inline-block;
        list-style: none;
        width: 19%;
        margin-bottom: 5px;
        vertical-align: top;
    }

.jumpNav li a, .preinstallInfo ul li a {
    color: #9b4f96;
}

.preinstallInfo ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    line-height: 20px;
    list-style-type: square;
    margin-bottom: 10px;
}

    .preinstallInfo ul li ul {
        margin-bottom: 0;
    }

.preinstallInfo h3 {
    font-size: 22px;
    font-family: 'SegoeUILight';
    margin: 0;
    margin-bottom: 5px;
}

.preinstallInfo p {
    margin: 0 0 10px;
}

#evaluationAccList .preinstallInfo .hrStyle, #evaluationAccList .preinstallInfo hr {
    margin: 30px 0 20px 0px !important;
    color: #d2d2d2;
    background: #d2d2d2;
}

.evaluationSteps .inactive .stepName, .evaluationSteps .inactive .acc_trigger a, .evaluationSteps .inactive a.acc_trigger {
    color: #d2d2d2;
}

a.jumpNavIcon {
    color: #d2d2d2;
    position: relative;
    top: -10px;
    text-decoration: none;
    border-bottom: 0px !important;
}

.bg-trans:hover {
    background-color: transparent !important;
}

.evaluationSteps .stepContent {
    padding-left: 0;
}

.stepContent .listContainer {
    padding-left: 0;
    margin-left: -15px;
    margin-top: 20px;
}

.evaluationSteps .listContainer > li {
    border: none;
}

.quickLinks > ul > li > .numberNotification, .quickLinks > ul > li > a.numberNotification:hover {
    position: absolute;
    z-index: 999;
    background: #ff8c00;
    top: -25px;
    padding: 6px 9px;
    font-size: 14px;
    line-height: 1;
    left: 5px;
}

.quickLinks ul li.alertCount:hover .numberNotification {
    background: #ff8c00;
}

.numberNotification .pointer {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ff8c00;
    position: absolute;
    top: 25px;
    width: 0;
    height: 0;
    display: block;
    left: 3px;
}
/*.quickLinks ul li.alertCount:hover .numberNotification{
	display:none;
}*/
/**** Tech Journey page****/
.pillarsWrapper {
    margin-top: 55px;
}

.pillarOuter {
    float: left;
}

.pillar {
    background: #442359;
    color: #fff;
    height: 230px;
    width: 100%;
    padding: 15px;
}

.currentPillar {
    background: #68217a;
}

.pillar-status {
    text-align: right;
    font-size: 20px;
    height: 30px;
}

    .pillar-status *, .subPillar-status * {
        cursor: pointer;
    }

    .pillar-status.inactive *, subPillar-status.inactive *, .actionStatus.inactive {
        cursor: default;
        opacity: 0.4;
        -moz-opacity: .40;
        filter: alpha(opacity=40);
        -khtml-opacity: 0.4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        cursor: default;
    }

.pillar-title {
    font-size: 24px;
    font-family: "SegoeUI";
    margin-top: 10px;
    line-height: 32px;
}

.pillar > a {
    font-family: "SegoeUISemiBold";
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
}

.mapPillar {
    text-align: center;
    line-height: 1;
}

.pillarConnector {
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #442359;
}

.subPillarTitle {
    background: #d2d2d2;
    padding: 10px;
    font-size: 16px;
    color: #505050;
    min-height: 70px;
    line-height: 20px;
}

.subPillar-status {
    font-size: 15px;
    margin-top: 4px;
}

.subPillar .actionTxt {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.subPillar .actionStatus {
    float: right;
    margin-top: 5px;
}

.pillarActionsContainer .expanded {
    background: #68217a;
    color: #fff;
}

    .pillarActionsContainer .expanded .accordionIcon {
        color: #fff;
    }

    .pillarActionsContainer .expanded .actionStatus {
        color: #BAD80A;
    }

.loadingSection {
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
}

.progressTxt {
    margin-left: 15px;
    font-size: 16px;
    color: #505050;
}

.listContainer .actions > li.loader, .loader {
    display: none;
    margin-left: 17px;
    position: relative;
    top: -2px;
    left: 2px;
    /*width:0px;*/
}
    /*
.listContainer .actions > li.loader-li{
    position: relative;
}
.listContainer .actions > li.loader-li .loader{
    position: absolute;
    top:-5px;
    left:-2px;
}*/

    .loader img {
        width: 21px;
        height: 21px;
    }

.actionResults .listContainer .actions > li.loader img {
    width: 20px;
    height: 20px;
}

.noResultBox {
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    width: 50%;
}

input[type="checkbox"]:focus {
    opacity: 1;
}

.noResultBox-anchor:focus .noResultBox, input[type="text"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, .crsl-item:focus .car-tile {
    /*outline-width: 2px;
    outline-style: solid;
    outline-color: #ff8c00;
    outline-offset:0;
    text-decoration:none;*/
    outline: 1px dashed;
}

.pillarActionsContainer {
    margin: 0;
    padding: 0;
}

.no-padding {
    padding: 0 !important;
}

.pillarActionsContainer li {
    list-style: none;
    display: block;
    border: 1px solid #e9e9e9;
    border-top: none;
    padding: 10px;
    cursor: pointer;
    color: #505050;
    background: #fff;
    height: 43px;
    margin: 0 2px 2px 2px;
}

    .pillarActionsContainer li a {
        color: #505050;
        /*width:49%;*/
        display: inline-block;
        text-decoration: none !important;
    }

        .pillarActionsContainer li a:nth-child(2) {
            float: right;
        }

        .pillarActionsContainer li a:first-child {
            float: left;
        }

    .pillarActionsContainer li span a.actionStatus {
        float: right;
    }

.sharing-template {
    display: none;
}

.accordionIcon {
    font-size: 24px;
    margin-right: 15px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

#pillarsSection .bx-viewport {
    height: auto !important;
}

#pillarsSection .bx-controls-direction a {
    color: #505050;
    text-decoration: none;
    position: absolute;
    top: 30px;
}

    #pillarsSection .bx-controls-direction a.bx-next {
        right: 0;
    }

.actionDetailContainer {
    width: 100%;
    background: #fff;
    border: 2px solid #d2d2d2;
    position: absolute;
    z-index: 9999;
    display: none;
    left: 0;
}

.closeActionContianer {
    color: #505050;
    font-size: 10px;
    cursor: pointer;
}

.actionDetailContainer .actionIcon {
    font-size: 20px;
    color: #005E79;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.actionDetailContainer .actionTitle {
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}

.statusFilter .customCheckbox label {
    padding-left: 0;
    font-weight: normal;
}

.actionResults {
    margin-top: 10px;
}

    .actionResults .listContainer > li {
        border: none;
        padding: 10px 15px 15px 15px;
        margin-bottom: 0;
    }

        .actionResults .listContainer > li .heading3, .actionResults .listContainer > li .last_viewed, .actionResults .listContainer > li .category {
            font-size: 14px;
            font-family: "SegoeUI";
            color: #505050;
        }

    .actionResults .listContainer .timeStamp {
        font-weight: normal;
    }

    .actionResults .listContainer .actions {
        margin-top: 0;
    }

        .actionResults .listContainer .actions > li {
            font-size: 1.2em;
        }

.actionDetailContainer .actionItems {
    margin: 10px 10px 0 10px;
}

#pillarsSection .bx-controls-direction a.bx-next.disabled, #pillarsSection .bx-controls-direction a.bx-prev.disabled {
    opacity: 0.6;
    color: #e9e9e9;
    cursor: default;
    display: none;
}

#techJourneySection .mobileAccTechContent .socialShare {
    top: -20px;
    padding: 5px 10px 5px 10px !important;
}

#techJourneySection .actionDetailContainer .resourceAcc .socialShare {
    padding: 5px 10px 5px 10px !important;
}

.mobileNav {
    display: none;
    /*position: absolute;
    z-index: 10000;
    margin-top: 14px;
    right: 10px;*/
}

    .mobileNav a {
        margin: 5px 10px;
        text-decoration: none;
    }

    .mobileNav .searchTrigger {
        color: #505050;
        position: relative;
        top: 3px;
        font-size: 16px;
    }

    .mobileNav .signInTrigger {
        font-size: 13px;
        color: #68217a;
    }

.viewAll {
    background: #00bcf2;
    cursor: pointer;
    color: #000;
    font-size: 22px;
    line-height: 1;
    padding: 10px 15px;
    margin: 30px 15px 10px 15px;
}


.mobileAccTrigger, a.mobileAccTrigger {
    text-decoration: none;
}

/* Alert Style */
.popupOuter {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.4);
    display: none;
}

.popupBox {
    background: #fff;
    position: absolute;
    border: 1px solid #d2d2d2;
    padding: 10px 15px 10px 15px;
    border-bottom: 4px solid #00bcf2;
    left: 50%;
    top: 50%;
    width: 410px;
    margin-left: -205px;
    z-index: 9999;
    font-size: 13px;
}

.popupBoxMsg {
    max-height: 200px;
    overflow-y: auto;
}

.closePopup {
    color: #505050;
    font-size: 10px;
    text-align: right;
    display: inline-block;
    margin-bottom: 5px;
    cursor: pointer;
    float: right;
}

/*Welcome Page*/
.welcomeBar {
    background: #ffb900;
    color: #fff;
    font-size: 30px;
    font-family: 'SegoeUILight' !important;
    z-index: 9999;
    padding: 10px 12px;
    position: relative;
}

    .welcomeBar span {
        font-family: 'SegoeUILight';
    }

    .welcomeBar a {
        color: #fff;
        font-family: 'SegoeUILight';
        text-decoration: none;
    }

.learnMore {
    margin-left: 45px;
}

.welcomeBar a .icon-arrow_circle_white {
    position: relative;
    top: 3px;
}

.closeWelcome {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    cursor: pointer;
}

.welcomeCntArea {
    padding: 0 20px;
    font-size: 16px;
}

.m-t-40 {
    margin-top: 40px;
}

.welcomeCntArea a {
    color: #442359;
    text-decoration: none;
    border-bottom: 1px solid #737373;
}

    .welcomeCntArea a:hover {
        cursor: pointer;
        color: #1570a6;
        background: none;
        border-bottom: 1px solid #1570a6;
    }

.jumpLinkCategory {
    font-size: 24px;
    font-family: 'SegoeUI';
    margin-bottom: 20px;
    margin-top: 40px;
}

.welcomeCntArea .jumpNav {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .welcomeCntArea .jumpNav a {
        color: #737373;
        text-decoration: none;
        border-bottom: 1px solid #737373;
        margin-bottom: 10px;
        display: inline-block;
    }

        .welcomeCntArea .jumpNav a:hover {
            color: #1570a6;
            background: none;
            border-bottom: 1px solid #1570a6;
        }

.productIcon {
    font-size: 58px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    color: #442258;
}

.productRightSection {
    display: inline-block;
    vertical-align: top;
    width: 90%;
}

.imgContainer {
    text-align: center;
    margin: 40px auto;
}

    .imgContainer .img-responsive {
        margin: 0 auto;
    }

.welcomeCntArea a.jumpNavIcon {
    color: #d2d2d2;
    top: -30px;
}

.welcomeCntArea .hrStyle {
    margin: 30px 0 50px 0;
}

.welcomeCntArea img {
    text-align: center;
    margin: 40px auto;
    display: block;
    height: auto;
    max-width: 100%;
}



.pillarActionsContainer .accordionIcon {
    font-size: 20px;
    margin-right: 10px;
}

.white-text, .white-text:hover {
    color: #ffffff;
}

.spanDownloadAgain {
    color: #1570a6;
}

    .spanDownloadAgain:hover {
        color: #1570a6;
        text-decoration: underline;
        cursor: pointer;
    }
/*** To remove blue color on selecting the inactive pin icon ***/
.listContainer .actions li.inactive *::selection {
    color: #e9e9e9;
    background: none;
}

.listContainer .actions li.inactive *::-moz-selection {
    color: #e9e9e9;
    background: none;
}

.last_viewed_outer {
    display: none;
}


.expandedEvalh1 {
    margin: 0;
    margin-bottom: 3px;
    max-width: none;
}



.shell-footer {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.padding-25-top {
    padding-top: 25px;
}

.col-md-8.padding-25-top {
    position: static;
}

/*new top navigation*/
.c-universal-header > div:first-child {
    padding: 0 !important;
}

.c-universal-header .msame_Header_name {
    padding-left: 12px;
}

#uhf-g-nav .c-uhf-menu > button {
    padding: 13px 35px 13px 25px !important;
}

#uhf-footer.c-universal-footer nav, .c-universal-footer > section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*end*/

@media(max-width:1200px) {
    .welcomeBar {
        padding: 10px 5%;
    }
}

@media (max-width:991px) {
    .learnMore {
        margin-left: 0;
    }

    .forClr {
        clear: both;
    }
}


@media(max-width:1000px) {
    .welcomeBar {
        font-size: 24px;
    }
}

@media (min-width:768px) {
    .socialShare {
        top: 0;
    }

    #techJourneySection .actionDetailContainer .resourceAcc .socialShare {
        top: 0;
    }

    /*new top navigation submenu width*/
    #uhf-g-nav .c-uhf-menu ul {
        width: 292px !important;
    }
}

@media (max-width:767px) {
    /*new top navigation menu*/
    #uhf-g-nav {
        position: relative;
    }

    .c-universal-header > div:first-child nav {
        top: 50px !important;
    }
    /*end*/

    #uhf-footer section {
        padding: 0 15px !important;
    }

    body {
        background: #fff;
    }

    #page-content-wrapper {
        margin-top: 2px;
    }

    .mobileNav {
        display: inline-block;
    }

    .no-padding {
        padding: 0px 15px !important;
    }

    .row1 {
        padding: 0px 15px;
    }


    .pageTitleBar {
        height: auto;
        padding: 15px 0px;
    }

        .pageTitle, .pageTitleBar h1 {
            line-height: 1;
            vertical-align: middle;
            margin-left: 0;
            font-size: 30px;
        }

    .pageTitleIcon {
        display: inline-block;
        vertical-align: middle;
        font-size: 50px;
    }

    .pageHeading {
        font-size: 24px;
        padding: 0;
        margin-top: 0;
    }

    .header_bar .title_text {
        margin-top: 0;
        font-size: 26px;
        float: left;
    }

    .header_bar .header_bar_logo {
        font-size: 1em;
        padding: 5px 30px 15px 15px;
    }

    .shell-header-brand {
        padding-left: 0px !important;
    }

    #topNav1 {
        display: none;
    }

        #topNav1.nav-pills > li {
            float: none;
            clear: none;
            background: #00bcf2;
        }

            #topNav1.nav-pills > li a, #topNav1.nav-pills > li .topNavItem {
                border-bottom: 1px solid #fff;
            }

            #topNav1.nav-pills > li > a, #topNav1.nav-pills > li > a:hover, #topNav1.nav-pills > li > .topNavItem, #topNav1.nav-pills > li > .topNavItem:hover {
                color: #fff;
            }

        #topNav1 .dropdownIcon {
            color: #fff;
            margin-left: 20px;
        }

        #topNav1 li.active .dropdownIcon.icon-scroll_arrow_down_dark:before {
            content: "\e612";
        }

        #topNav1 .title_category .dropdownIcon {
            margin-left: 10px;
        }

        #topNav1.nav-pills > li.active, #topNav1.nav-pills > li:hover, .subMenuWrapper .title_category:hover, .subMenuWrapper .title_category.active .submenuItem,
        #mobileTopNav .subMenuWrapper .menuContainer.seeAllMenu:hover {
            background: #0083a9;
        }

    .title_category.active + div.subMenuWrapper {
        background-color: #0083a9 !important;
        margin-left: 0px !important;
    }

    .title_category + div.subMenuWrapper .menuContainer ul.level2 li {
        padding-left: 10px !important;
    }


    #topNav1.nav-pills > li.active > a,
    #topNav1.nav-pills > li.active > a:hover,
    #topNav1.nav-pills > li.active > a:focus,
    #topNav1.nav-pills > li > a:hover,
    #topNav1.nav-pills > li.active > .topNavItem,
    #topNav1.nav-pills > li.active > .topNavItem :hover,
    #topNav1.nav-pills > li.active > .topNavItem :focus,
    #topNav1.nav-pills > li > .topNavItem :hover {
        color: #fff;
        background: none;
    }

    #topNav1 .subMenuWrapper {
        background: #00bcf2;
        position: relative;
        padding: 0 10px;
        /*margin-left: 10px;*/
        width: auto;
        border: none;
        padding: 0;
        color: #fff;
        border-bottom: 1px solid #fff;
    }

        #topNav1 .subMenuWrapper .menuContainer {
            display: block;
            width: 100%;
            padding: 0;
            padding-left: 1px;
            /*border-bottom: 1px solid #fff;*/
        }

        #topNav1 .subMenuWrapper ul.level1 {
            display: block;
        }
        /*
        #topNav .subMenuWrapper ul.level2 {
            display: none;
        }*/

        #topNav1 .subMenuWrapper .menuContainer.seeAllMenu {
            position: relative;
            bottom: 0;
            left: 0;
            font-size: 13px;
            margin: 0;
            padding: 10px;
            color: #fff;
        }

            #topNav1 .subMenuWrapper .menuContainer.seeAllMenu a {
                color: #fff;
                text-decoration: none;
                border-bottom: none;
            }

        #topNav1 .subMenuWrapper .title_category {
            color: #fff;
            font-size: 13px;
            padding: 10px;
            margin: 0;
        }

    #topNav1 .menu-text {
        font-size: 13px;
    }

    #topNav1 .subMenuWrapper .menuContainer .title_category .dropdownIcon.icon-scroll_arrow_down_dark:before {
        content: "\e615";
    }

    #topNav1 .subMenuWrapper .menuContainer.active .title_category .dropdownIcon.icon-scroll_arrow_down_dark:before {
        content: "\e612";
    }
    /*
    #topNav .subMenuWrapper .menuContainer.active, #topNav .subMenuWrapper ul li:hover {
        background: #0083a9;
    }

        #topNav .subMenuWrapper .menuContainer.active .title_category {
            background: #00bcf2;
            border-bottom: 1px solid #fff;
        }

            #topNav .subMenuWrapper .menuContainer.active .title_category:hover {
                background: #0083a9;
            }*/

    #topNav1 .subMenuWrapper ul {
        /*margin-left: 10px;*/
        background: #00bcf2;
        padding-left: 1px;
    }

        #topNav1 .subMenuWrapper ul li {
            margin: 0;
            padding: 10px 0;
            border-bottom: 0;
        }

            #topNav1 .subMenuWrapper ul li:last-child {
                border-bottom: none;
            }

            #topNav1 .subMenuWrapper ul li a {
                margin-left: 10px;
                border-bottom: none;
                color: #fff;
                font-size: 13px;
                text-decoration: none;
            }

        #topNav1 .subMenuWrapper ul.dropdownMenu {
            display: block;
            position: relative;
            width: auto;
            top: 0;
            left: 0;
            margin-left: 0;
            background: #ff8c00;
        }

        #topNav1 .subMenuWrapper ul.notificationList li {
            cursor: default;
        }

            #topNav1 .subMenuWrapper ul.notificationList li a {
                margin-left: 0;
            }

                #topNav1 .subMenuWrapper ul.notificationList li a:hover {
                    border-bottom: 1px solid #fff;
                }

    #desktopTopNav .seeAllMenu {
        position: relative;
    }

    .notifyCount {
        background: #ff8c00;
        color: #fff;
        width: 20px;
        height: 20px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        border-radius: 10px !important;
        margin-right: 10px;
        font-size: 13px;
    }


    #page-content-wrapper {
        border-top: none;
    }

    .mobileSearchBox {
        display: none;
        width: 100%;
        margin: 10px 0 10px 0;
    }

        .mobileSearchBox input[type=text] {
            height: 22px;
        }

    .mobileAccTrigger, a.mobileAccTrigger {
        cursor: pointer;
        color: #505050;
        display: inline-block;
        text-decoration: none;
    }

        a.mobileAccTrigger:hover {
            color: #505050;
            text-decoration: none;
        }

        .mobileAccTrigger .accordionIcon {
            font-size: 24px;
            padding-right: 10px;
            margin: 0;
        }

    .mobileAcc .mobileAccContent {
        /*display: none;*/
        display: block;
    }

        .mobileAcc .mobileAccContent .techActions, .mobileAccContent .actions {
            float: left !important;
            height: 24px;
        }
    /*
    #techJourneySection .listContainer.mobileAccContent {
        padding-left: 40px;
        padding-right: 40px;
    }*/

    .listContainer .techActions .actions > li:first-child {
        margin-left: 0;
        display: none;
    }

    .mobile-layer {
        width: 92%;
        height: 92%;
        z-index: 5000;
        padding: 5%;
        position: absolute;
    }

    .tab-pane {
        padding-top: 10px;
    }

    #myExpTab .pageHeading {
        margin-left: 15px;
    }

    #myTabContent.tab-content > .tab-pane {
        padding-top: 10px;
    }


    .resourceName {
        max-width: 100%;
        white-space: normal;
        font-size: 20px;
        line-height: 24px;
        position: relative;
        top: -2px;
    }

    .resourceAcc .leftSection {
        /*margin-left: 30px;*/
        max-width: 80%;
    }

        .resourceAcc .leftSection .mobileAccTrigger .accordionIcon {
            margin-left: -35px;
            padding-right: 0;
        }

    .resourceAcc .rightSection {
        clear: both !important;
        float: left !important;
    }

    .listContainer .actions > li {
        margin-left: 0;
        margin-right: 15px;
    }

    .resourceAcc .resourceDetail {
        font-size: 13px;
        margin-top: 10px;
    }

    .resourceAcc .rightSection {
        margin-top: 10px;
        /*margin-left: 40px;*/
    }

    .listContainer > li {
        /*line-height: 1;*/
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .largeHeading {
        font-size: 20px;
        line-height: 24px;
    }

    #evaluationAccList .mobileAccTrigger .accordionIcon {
        display: none !important;
    }

    .d-inline-b.hidden-xs {
        display: none !important;
    }

    .d-inline-b.sort-radio-btns {
        margin-top: 20px;
    }

    .searchPanel .main_container .col-md-12 {
        padding-right: 0px;
        padding-left: 0px;
    }

    #searchResults {
        padding: 30px 0px !important;
    }


    .searchPanel .searchBar {
        width: 100%;
        height: 40px;
        border: 1px solid #d2d2d2;
    }

        .searchPanel .searchBar input[type=text] {
            height: 100%;
            font-size: 18px;
        }

        .searchPanel .searchBar .icon-search_NOcircle_dark {
            font-size: 16px;
            padding: 12px;
            display: inline-block;
            top: 0;
        }


    .mobileAdvancedFilter li:focus {
        border: 1px dashed #fff;
        outline: none;
    }

    .mobileAdvancedFilter .advanced-filter {
        background: #68217a;
        padding: 7px 15px 5px 15px;
        display: block;
    }

    .mobileAdvancedFilter {
        padding-left: 0px;
        margin-bottom: 0px;
    }

        .mobileAdvancedFilter .advanced-filter a, .mobileAdvancedFilter .advanced-filter a:hover, .mobileAdvancedFilter .advanced-filter a:visited, .mobileAdvancedFilter .advanced-filter a:active {
            text-decoration: none;
            display: inline-block;
        }

            .mobileAdvancedFilter li:focus, .filterGroup ul li:focus, .filterGroup a:focus, .mobileAdvancedFilter .advanced-filter a:focus {
                outline-color: #fff;
                color: #fff;
            }

    .filterGroup ul {
        margin-bottom: 0px;
        list-style-type: none;
    }


    .mobileAdvancedFilter .advanced-filter .filterTxt, .mobileAdvancedFilter .advanced-filter .icon-plus_dark, .mobileAdvancedFilter .advanced-filter .icon-minus_dark {
        color: #fff;
    }

    .advanced-filter b {
        font-weight: normal;
        font-size: 18px;
    }

    .mobileAcc .socialShare {
        bottom: 9px;
        top: initial;
        right: -100%;
    }

    #techJourneySection .mobileAcc .socialShare {
        bottom: auto;
    }

    #techJourneySection .actionDetailContainer .mobileAcc .socialShare {
        bottom: 9px;
        margin-bottom: 0;
        top: initial;
    }

    .mobileAcc .socialShare .closeItem {
        margin-left: 3%;
        padding-top: 6px;
        vertical-align: middle;
    }

    .searchCriteriaTitle {
        background: rgba(104, 33, 122, 0.8);
        padding: 7px 20px 8px 20px;
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        border-bottom: 1px solid #fff;
    }

        .searchCriteriaTitle .dropdownIcon {
            color: #fff;
            margin-left: 10px;
            position: relative;
            top: -2px;
        }

            .searchCriteriaTitle .dropdownIcon.icon-scroll_arrow_down_dark:before {
                content: "\e615";
            }

        .searchCriteriaTitle.active .dropdownIcon.icon-scroll_arrow_down_dark:before {
            content: "\e612";
        }


    .advancedFilterBox {
        padding-top: 0;
    }

    .filterItemList .filterItem {
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .advancedFilterBox .filterItemList {
        display: none;
    }

    .filterGroup {
        margin-bottom: 0;
    }

    .filterBtnWrapper {
        margin-top: 20px;
    }

    .popupBox {
        width: 80%;
        left: 50%;
        margin-left: -40%;
    }

    .listContainer .actions > li.loader, .loader {
        margin-left: 0;
        margin-right: 12px;
    }

    #evaluationAccList > li .actions {
        /*display: none;*/
    }

    .actionDetailContainer .mobileAccTrigger .accordionIcon {
        font-size: 20px;
    }

    .actionDetailContainer .resourceName {
        line-height: 26px;
    }

    #evaluationAccList .stepContent .mobileAccTrigger .accordionIcon {
        display: inline-block !important;
    }

    #evaluationList .acc_trigger .icon-accordion {
        padding-right: 10px;
        margin-top: 2px;
    }

    .evalActionCol {
        /*display: none;*/
        display: block;
        clear: both;
        float: left !important;
        margin-left: 40px;
    }

    .evalDiv {
        float: none;
        max-width: 100%;
    }



    .actionDetailContainer .resourceAcc .leftSection .mobileAccTrigger .accordionIcon {
        margin-left: -35px;
    }

    #evaluationAccList .evaldetails.panel-collapse {
        margin-left: -5px;
    }

    #evaluationAccList .evaluationSteps .acc_trigger .icon-accordion {
        padding-right: 10px;
    }

    .evalResourceList .stepContent .accordion-inner {
        padding-left: 15px;
    }

    .evalResourceList .stepContent .resourceAcc .rightSection {
        margin-left: 30px;
    }

    #evaluationAccList.listContainer > li {
        padding-right: 0;
    }

    .evalheading > .acc_trigger {
        display: inline-block !important;
        vertical-align: top;
        float: none !important;
    }

    .d-inline-b-t {
        display: inline-block;
        vertical-align: top;
        float: none;
        max-width: 80%;
    }

    .welcomeCntArea .heading2 {
        font-size: 24px;
        margin-top: 0;
    }

    .welcomeCntArea .heading4 {
        font-size: 16px;
    }

    .welcomeCntArea .jumpLinkCategory {
        margin-top: 20px;
    }

    .welcomeCntArea .hrStyle {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .productIcon {
        font-size: 48px;
    }


    #ux-footer {
        margin: 0;
        padding: 10px 20px;
    }

        #ux-footer #FooterCopyright {
            padding-top: 25px;
            font-size: 10px;
        }

        #ux-footer #Fragment_FooterLinks .LinkList ul li {
            font-size: 10px;
        }

        #ux-footer .LinkColumn {
            margin: 0;
            padding: 0;
        }

        #ux-footer .LinksDivider {
            padding: 0 5px;
        }

        #ux-footer #footerRight {
            padding-top: 15px;
            min-height: initial;
        }

        #ux-footer #footerLeft {
            padding-top: 21px;
            font-size: 10px;
        }

        #ux-footer #footerProfileLink {
            margin-bottom: 0;
        }

    .filterWrapper {
        margin-right: 20px;
        margin-top: 20px;
    }

    .filterItem {
        width: 100%;
    }


    .evaluateIcon2, .virtualLabIcon2, .techJourneyIcon2, .resourcesIcon2, .communityIcon2, .toolsTipsIcon2 {
        width: 70px;
        height: 70px;
    }

    .evaluateIcon2 {
        background-position: -821px -335px;
    }

    .virtualLabIcon2 {
        background-position: -919px -334px;
    }

    .techJourneyIcon2 {
        background-position: -1017px -334px;
    }

    .resourcesIcon2 {
        background-position: -821px -431px;
    }

    .communityIcon2 {
        background-position: -919px -431px;
    }

    .toolsTipsIcon2 {
        background-position: -1017px -430px;
    }

    .page-content .tiles_container .col-md-4:hover .rect .fa-stack .evaluateIcon2 {
        background-position: -515px -335px;
    }

    .page-content .tiles_container .col-md-4:hover .rect .fa-stack .virtualLabIcon2 {
        background-position: -613px -334px;
    }

    .page-content .tiles_container .col-md-4:hover .rect .fa-stack .techJourneyIcon2 {
        background-position: -711px -334px;
    }

    .page-content .tiles_container .col-md-4:hover .rect .fa-stack .resourcesIcon2 {
        background-position: -515px -431px;
    }

    .page-content .tiles_container .col-md-4:hover .rect .fa-stack .toolsTipsIcon2 {
        background-position: -711px -430px;
    }

    .page-content .tiles_container .col-md-4:hover .rect .fa-stack .communityIcon2 {
        background-position: -613px -431px;
    }

    .page-content.inset {
        padding: 0;
    }

    .container {
        background-color: #fff;
        padding: 0;
        overflow: hidden;
    }

    #wrapper {
        padding-left: 0;
    }

    .header_bar {
        background: #fff;
        padding-top: 0;
        padding: 0;
        border-bottom: 5px solid #eeeeee;
    }

    .header {
        width: 100%;
    }

    .downloadProgress {
        display: none;
    }

    #page-content-wrapper.active {
        margin-left: -250px;
    }

        #page-content-wrapper.active .header {
            display: none;
        }

    #wrapper.active {
        position: relative;
        left: 250px;
    }

    #menu-toggle {
        display: inline-block;
        padding: 0;
    }

        #menu-toggle:active, #menu-toggle.active {
            box-shadow: none;
            -webkit-box-shadow: none;
        }

    .inset {
        padding: 15px;
    }

    .page-content-wrapper {
        clear: both;
    }


    .header_bar .topbar_search .menu_item {
        padding: 5px;
    }

    .col-md-8.padding-25-top {
        padding: 0px;
    }

    .miniDash, .mobileNav .searchTrigger, .mobileNav .signInTrigger, .quickLinks {
        display: none;
    }

    .topCarousel {
        display: none;
    }

    .evalheading1 {
        float: none !important;
    }

    .mobileNav {
        margin-left: 10px 0 0 10px;
    }

    .shell-icon-dropdown:before {
        font-weight: bold !important;
    }

    .car_tile {
        margin: 0;
    }

    .thumb_container .carousel_tile_rollover {
        display: none;
    }

    .car_tile_blue {
        background-color: #005E79;
        color: #fff;
    }

    .car_tile div {
        transition: all .5s ease 0s;
    }

    .carousel_tile_rollover {
        display: block;
        width: 100%;
        opacity: 1;
    }

    .carousel_tile_rollover {
        display: block;
        width: 95%;
        position: relative;
        opacity: 0;
        top: -35px;
        cursor: pointer;
        font-size: 4em;
        color: #fff;
        text-align: right;
        overflow: hidden;
    }

    .car_tile_blue .carousel_tile_rollover {
        background-color: #005E79;
    }

    .car_tile_blue:hover .carousel_tile_rollover, .car_tile_grey:hover .carousel_tile_rollover {
        display: none;
        width: 100%;
        opacity: 0;
    }




    .shell-header .shell-header-nav-wrapper {
        margin-top: 48px !important;
    }

    .page-content .tiles_container {
        width: 100%;
    }

        .page-content .tiles_container .col-md-4 {
            margin: 0;
            clear: both;
            padding: 5px 15px;
        }

            .page-content .tiles_container .col-md-4 .fa-stack {
                font-size: .94em;
                transition: all .1s ease 0s;
            }

            .page-content .tiles_container .col-md-4:hover .rect {
                color: #00bdf2;
                cursor: pointer;
            }

        .page-content .tiles_container .rect_container {
            position: relative;
            height: auto;
        }

        .page-content .tiles_container .rect_image {
            width: 100%;
            display: block;
        }

        .page-content .tiles_container .rect {
            width: 100%;
            height: 100%;
            border-color: #e9e9e9;
            border-width: 1px;
            border-style: solid;
            text-align: left;
            color: #505050;
            font-size: 28px;
            padding: 15px 10px;
        }

        .page-content .tiles_container .col-md-4 .fa-stack {
            display: inline-block;
            vertical-align: middle;
            width: 40px;
            height: 40px;
            line-height: 1;
            margin-right: 5px;
        }

        .page-content .tiles_container .rect .fa-stack span {
            font-size: 38px;
        }

        .page-content .tiles_container .greyed_out .rect {
            color: #e9e9e9;
        }

        .page-content .tiles_container .greyed_out .title_text {
            color: #505050;
        }

        .page-content .tiles_container .greyed_out:hover .rect, .page-content .tiles_container .greyed_out.tileHover .rect {
            color: #00bdf2;
            cursor: pointer;
            border-width: 2px;
        }

        .page-content .tiles_container .greyed_out:focus .tab-grp .rect .title_text, .page-content .tiles_container .greyed_out:hover .tab-grp .rect .title_text, .page-content .tiles_container .greyed_out:focus .rect .title_textHover {
            display: inline-block;
        }

        .page-content .tiles_container .greyed_out:hover .tab-grp .rect .fa-stack span, .page-content .tiles_container .greyed_out:focus .tab-grp .rect .fa-stack span {
            font-size: 1.13em;
        }

        .page-content .tiles_container .greyed_out:hover .rect .title_textHover, .page-content .tiles_container .greyed_out.tileHover .rect .title_textHover {
            margin-top: 15px;
            display: inline-block;
        }

        .page-content .tiles_container .greyed_out:hover .rect .fa-stack, .page-content .tiles_container .greyed_out.tileHover .rect .fa-stack {
            width: 40px;
            font-size: 28px;
        }

            .page-content .tiles_container .greyed_out:hover .rect .fa-stack span, .page-content .tiles_container .greyed_out.tileHover .rect .fa-stack span {
                font-size: 40px;
            }

    .page-content .title_text {
        font-size: 22px;
        clear: none;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .page-content .col-md-4.center_tile {
        padding-right: 6px;
        padding-left: 6px;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .d-inline-b-t {
        display: inline-block;
        vertical-align: top;
        float: left;
        max-width: 60%;
    }

    .evalheading > .acc_trigger {
        display: inline-block !important;
        vertical-align: top;
    }

    .shell-header, .header_bar .header_bar_logo {
        padding: 0;
        padding-left: 15px;
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .header_bar .title_text > a {
        font-size: 24px;
    }

    .col-md-8.padding-25-top {
        position: static;
        padding-left: 0;
        padding-right: 0;
    }

    #topNav.nav-pills > li > a, #topNav > li > .topNavItem, #topNav1.nav-pills > li > a, #topNav1 > li > .topNavItem {
        padding: 8px 9px;
    }

    #topNav .menu-text, #topNav1 .menu-text {
        font-size: 14px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .page-content .tiles_container .col-md-4 {
        padding: 3%;
        width: 50%;
        float: left;
    }

    .header_bar {
        padding: 0;
    }

    .shell-header-brand {
        padding-left: 0px !important;
    }

    .searchPanel .searchBar, .filterWrapper {
        margin-right: 10px;
    }

    .advanced-filter {
        margin-top: 10px;
    }

    .row1 {
        padding: 0px 15px;
    }
}

@media(min-width:490px) and (max-width:767px) {
    .evalheading {
        float: left;
        width: 100%;
    }

    .shell-header {
        padding-bottom: 0px !important;
    }

    .header_bar .title_text {
        margin-top: 0px !important;
    }
}

@media (max-width:574px) {
    #ux-footer #footerLeft {
        clear: both;
        padding-top: 10px;
        margin-right: 0;
    }

    #ux-footer #footerRight, #ux-footer #footerLeft {
        min-height: 55px;
    }

    .searchPanel .searchBar input[type=text] {
        width: 65%;
    }

    .header_bar .title_text {
        font-size: 20px;
    }

    .customCheckbox.m-r-30 {
        margin-right: 0;
    }

    .shell-footer-menugroups .sfm-group {
        padding: 1px;
    }
}


@media (min-width: 899px) {
    .shell-header-wrapper, .shell-footer-wrapper, .shell-category-nav {
        width: auto !important;
    }
}


/**below medium divices*/

@media (max-width: 992px) {
    .header_bar .title_text {
        margin-top: 4px;
    }

    #menu-toggle {
        display: block !important;
    }

        #menu-toggle.mobile_menu i.dropdownIcon {
            font-size: 7px;
        }

    .shell-header .shell-header-nav-wrapper {
        display: none;
        margin-top: 48px !important;
    }

    .header_bar .title_text {
        float: left !important;
    }

    .padding-25-top {
        padding-top: 0px;
    }

    .mobile_menu.btn {
        font-size: 14px;
    }

    .mobileNav {
        display: inline-block !important;
    }

        .mobileNav a {
            margin: 5px 10px;
            text-decoration: none;
        }

    .nav {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    #topNav1 {
        display: none;
    }

    .subMenuWrapper .title_category.active .submenuItem {
        background: #0083a9;
    }

    .title_category.active + div.subMenuWrapper {
        background-color: #0083a9 !important;
        margin-left: 0px !important;
    }

    .title_category + div.subMenuWrapper .menuContainer ul.level2 li {
        padding-left: 10px !important;
    }

    #topNav1.nav-pills > li.active, #topNav1.nav-pills > li:hover, .subMenuWrapper .title_category:hover, #mobileTopNav .subMenuWrapper .menuContainer.seeAllMenu:hover {
        background: #0083a9;
    }

    #topNav1.nav-pills > li {
        margin: 0 !important;
    }
        /*#topNav .subMenuWrapper {
        margin-left: 10px;
    }*/
        #topNav1.nav-pills > li a, #topNav1 > li > .topNavItem {
            border-bottom: 1px solid #fff;
        }

        #topNav1.nav-pills > li .topNavItem {
            padding: 8px 15px;
        }

    .nav-pills > li {
        cursor: pointer;
    }

    .nav > li {
        position: relative;
        display: block;
    }

    #topNav1.nav-pills > li > a, #topNav1.nav-pills > li > a:hover, #topNav1 > li > .topNavItem, #topNav1 > li > .topNavItem:hover {
        color: #fff;
    }

    #topNav1 .subMenuWrapper {
        background: #00bcf2;
        position: relative;
        /*margin-left: 10px;*/
        width: auto;
        border: none;
        padding: 0;
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    #topNav1 .dropdownIcon {
        color: #fff;
    }

    #topNav1.nav-pills > li.active, #topNav1.nav-pills > li:hover, .subMenuWrapper .title_category:hover, #mobileTopNav .subMenuWrapper .menuContainer.seeAllMenu:hover {
        background: #0083a9;
    }

        /*For Li and Div structure*/
        #topNav1.nav-pills > li.active + div.subMenuWrapper {
            background: #0083a9 !important;
            padding-left: 10px;
        }

    ul.active-main + div.subMenuWrapper, ul.active-main + div.subMenuWrapper .menuContainer.active .subMenuWrapper {
        background: #0083a9 !important;
        padding-left: 10px;
        margin-left: 0px !important;
    }

    #topNav1.nav-pills .active-main + .subMenuWrapper {
        background: #0083a9 !important;
        padding-left: 10px;
        margin-left: 0px !important;
    }

    #topNav1.nav-pills > li.active + div.subMenuWrapper .menuContainer {
        background: #00bcf2;
    }

    #topNav1.nav-pills .subMenuWrapper .menuContainer.active .subMenuWrapper {
        background: #0083a9;
        padding-left: 10px;
        margin-left: 0px;
    }

    #topNav1.nav-pills > li.active + div.subMenuWrapper .menuContainer ul.level1 li {
        padding-left: 0px;
        border-bottom: 1px solid #fff;
    }

        #topNav1.nav-pills > li.active + div.subMenuWrapper .menuContainer ul.level1 li:last-child {
            border-bottom: 0px solid #fff;
        }

    /*end*/

    #topNav1 .subMenuWrapper .menuContainer.active, #topNav1 .subMenuWrapper ul li:hover,
    #topNav1 .subMenuWrapper .menuContainer.active .title_category .submenuItem, #topNav1 .subMenuWrapper .menuContainer.active ul.level2 li:hover {
        /* background: #0083a9;
        padding:0;*/
    }

    #topNav1.nav-pills > li.active > a,
    #topNav1.nav-pills > li.active > a:hover,
    #topNav1.nav-pills > li.active > a:focus,
    #topNav1.nav-pills > li > a:hover,
    #topNav1.nav-pills > li.active > .topNavItem,
    #topNav1.nav-pills > li.active > .topNavItem:hover,
    #topNav1.nav-pills > li.active > .topNavItem:focus,
    #topNav1.nav-pills > li > .topNavItem:hover {
        color: #fff;
        background: none;
    }

    #topNav1 .subMenuWrapper ul {
        /*margin-left: 10px;*/
        background: #00bcf2;
        padding-left: 1px;
    }

        #topNav1 .subMenuWrapper ul.level1 {
            margin-left: 0px;
            background: #00bcf2;
            padding-left: 0px;
        }

            #topNav1 .subMenuWrapper ul.level1 li {
                padding-left: 10px;
            }

        #topNav1 .subMenuWrapper ul.margin0 {
            background: none;
        }

        #topNav1 .subMenuWrapper ul li a {
            margin-left: 10px;
            border-bottom: none;
            color: #fff;
            font-size: 13px;
            text-decoration: none;
        }

        #topNav1 .subMenuWrapper ul li {
            margin: 0;
            padding: 10px 0;
            border-bottom: 1px solid #fff;
        }

    #topNav1 .subMenuWrapper .menuContainer.active ul li {
        padding: 0;
    }

        #topNav1 .subMenuWrapper .menuContainer.active ul li.title_category:last-child {
            border-bottom: 1px solid #fff;
        }

    #topNav1 .subMenuWrapper ul li:last-child {
        border-bottom: none;
    }


    #topNav1 .subMenuWrapper .menuContainer {
        display: block;
        width: 100%;
        padding: 0;
        padding-left: 0px;
        /*border-bottom: 1px solid #fff;*/
    }


    #topNav1 .subMenuWrapper .title_category {
        color: #fff;
        font-size: 13px;
        /*padding: 10px;*/ /*commented by aarti*/
        padding: 0;
        margin: 0;
        border: 0;
        text-decoration: none;
        display: block;
    }

    .submenuItem {
        padding: 10px;
        border-bottom: 1px solid #fff;
        cursor: pointer;
    }

    #topNav1 .subMenuWrapper ul.margin0 {
        margin: 0;
        padding-left: 0;
    }

    #topNav1 .menuContainer.active ul.level1 li {
        padding: 10px;
    }

    #topNav1 .subMenuWrapper .menuContainer.active ul.level2 li {
        background: #00bcf2;
        padding: 10px;
    }

    /*#topNav .subMenuWrapper .menuContainer.active .title_category*/
    #topNav1 .subMenuWrapper .menuContainer.active .title_category .submenuItem {
        border-bottom: 1px solid #fff;
        display: block;
    }

    #topNav1 .menu-text {
        font-size: 13px;
    }

    #topNav1 .dropdownIcon {
        color: #fff;
        margin-left: 20px;
    }

    #topNav1 .title_category .dropdownIcon {
        margin-left: 10px;
    }

    #topNav1 .subMenuWrapper .menuContainer.seeAllMenu {
        position: relative;
        bottom: 0;
        left: 0;
        font-size: 13px;
        margin: 0;
        padding: 10px;
        color: #fff;
    }

        #topNav1 .subMenuWrapper .menuContainer.seeAllMenu a {
            color: #fff;
            text-decoration: none;
            border-bottom: none;
        }

    #topNav1.nav-pills > li {
        float: none;
        clear: none;
        background: #00bcf2;
    }

    .notifyCount {
        background: #ff8c00;
        color: #fff;
        width: 20px;
        height: 20px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        border-radius: 10px !important;
        margin-right: 10px;
        font-size: 13px;
    }

    #topNav1 .subMenuWrapper ul.notificationList li {
        cursor: default;
        padding: 10px;
    }

    #topNav1 .subMenuWrapper ul.dropdownMenu {
        display: block;
        position: relative;
        width: auto;
        top: 0;
        left: 0;
        margin-left: 0;
        background: #ff8c00;
    }

    #topNav1 .subMenuWrapper ul li {
        margin: 0;
        border-bottom: 1px solid #fff;
    }

    #nav_btn_Notify .closeItem {
        float: right;
    }

    #nav_btn_Notify .actionListItem {
        width: 80%;
        padding: 0;
    }


    #nav_btn_Notify .closeItem {
        float: right;
    }

        #nav_btn_Notify .closeItem a {
            font-size: 20px !important;
        }


    #topNav1 .subMenuWrapper ul.notificationList {
        padding: 0;
    }

        #topNav1 .subMenuWrapper ul.notificationList li {
            padding: 10px;
        }

            #topNav1 .subMenuWrapper ul.notificationList li a {
                margin-left: 0;
            }

    #topNav .subMenuWrapper ul.notificationList {
        padding: 0;
    }

    #topNav1 .subMenuWrapper ul.notificationList li:last-child {
        border-bottom: none;
    }

    /*for filter view in small devices*/
    .mobileAdvancedFilter {
        padding-left: 0px;
        margin-bottom: 0px;
        list-style-type: none;
    }

        .mobileAdvancedFilter .advanced-filter {
            background: #68217a;
            padding: 7px 15px 5px 15px;
            display: block;
        }

            .mobileAdvancedFilter .advanced-filter .filterTxt, .mobileAdvancedFilter .advanced-filter .icon-plus_dark, .mobileAdvancedFilter .advanced-filter .icon-minus_dark {
                color: #fff;
            }

    .searchPanel .searchBar {
        width: 100%;
        height: 40px;
        border: 1px solid #d2d2d2;
    }

        .searchPanel .searchBar input[type="text"] {
            height: 100%;
            font-size: 18px;
        }

        .searchPanel .searchBar .icon-search_NOcircle_dark {
            font-size: 16px;
            padding: 12px;
            display: inline-block;
            top: 0;
        }

    .filterWrapper {
        margin-right: 20px;
        margin-top: 20px;
    }

    .d-inline-b.sort-radio-btns {
        margin-top: 20px;
    }
    /*end*/



}

@media(min-width:899px) and (max-width:991px) {
    .shell-header .shell-header-nav-wrapper {
        display: block !important;
        margin-top: 0px !important;
    }
}

@media(max-width:480px) {
    .page-content .tiles_container .greyed_out:hover .rect, .page-content .tiles_container .greyed_out:focus .rect {
        display: table;
    }

        .page-content .tiles_container .greyed_out:hover .rect span, .page-content .tiles_container .greyed_out:hover .rect div, .page-content .tiles_container .greyed_out:focus .rect span, .page-content .tiles_container .greyed_out:focus .rect div {
            display: table-cell;
            vertical-align: middle;
            margin-top: 0px;
        }

        .page-content .tiles_container .greyed_out:hover .rect .title_textHover, .page-content .tiles_container .greyed_out:focus .rect .title_textHover {
            width: 90%;
            padding-left: 15px;
            display: table-cell;
            margin-top: 0px;
        }
}

@media (max-width:359px) {

    .title_textHover {
        font-size: 11px;
    }
}

@media (max-width:400px) {

    .page-content .title_text {
        font-size: 18px;
    }
}

@media (min-width:360px) and (max-width:400px) {

    .title_textHover {
        font-size: 14px;
    }
}

.buyInfo {
}

    .buyInfo ul {
        list-style: none;
        padding: 0;
    }

        .buyInfo ul li {
        }

            .buyInfo ul li a {
                line-height: 40px;
                color: #505050;
            }

                .buyInfo ul li a:hover, .buyInfo ul li a:focus, .buyInfo ul li a:active {
                    color: #1570a6;
                    /*text-decoration: none;*/
                }
