
/* Side Bar Menus */

.bfw-arrow-list-menu a.bfw-current {
    font-weight: bold;
}

.bfw-arrow-list-menu li ul li:first-child {
    margin-top: 10px;
}

.bfw-arrow-list-menu li ul li:last-child {
    border-bottom: medium none;
}

/* Capsule  */
.label-important {
    background-color: #B94A48;
}

/* pagination */

.bfw_pagination {
    width: auto;
}

    .bfw_pagination .span4 {
        width: auto;
        float: left;
    }

    .bfw_pagination .span5 {
        float: right;
        width: auto;
    }

.pagination {
    margin: 0;
}

    .pagination ul {
        border-radius: 4px;
        margin-bottom: 0;
        margin-left: 0;
    }

.pagination-right {
    text-align: right;
}

.pagination ul > li {
    display: inline;
}


.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
}

.pagination ul > .active > a, .pagination ul > .active > span {
    color: #999999;
    cursor: default;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #F5F5F5;
}

.pagination-small ul > li > a, .pagination-small ul > li > span {
    font-size: 11.9px;
    padding: 2px 10px;
}

.pagination ul > li > a, .pagination ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
}

/*.bfw-product-list-item .media-body h4 a {
    color: #363940;
}*/

/* Popup Filter */

.dropdown-filter {
    margin-left: 10px;
    width: 200px;
}

@media (min-width:500px) {
    .dropdown-filter {
        margin-left: 10px;
        width: 300px;
    }
}


/* Home Page */
@@media (max-width:750px) {
    .home-page .bx-wrapper .content;

{
    font-size: 100%;
}

}

@media (max-width:650px) {
    .home-page .bx-wrapper .content; {
        font-size: 85%;
    }
}

@media (max-width:550px) {
    .home-page .bx-wrapper .heading; {
        font-size: 150%;
        margin-left: -10px;
    }

    .home-page .bx-wrapper .content {
        display: none;
    }

    .home-page .bx-wrapper .bannerlink {
        margin-top: 30px;
        margin-left: -10px;
    }

        .home-page .bx-wrapper .bannerlink a {
            font-size: 90%;
        }
}

@media (max-width:350px) {
    .home-page .bx-wrapper .heading; {
        font-size: 130%;
        margin-left: -10px;
    }

    .home-page .bx-wrapper .content {
        display: none;
    }

    .home-page .bx-wrapper .bannerlink {
        margin-top: 30px;
        margin-left: -10px;
    }

        .home-page .bx-wrapper .bannerlink a {
            font-size: 80%;
        }
}

.home-page .bfw-grid-col-4 .span3 {
    margin-top: 15px;
}

    .home-page .bfw-grid-col-4 .span3 img {
        width: 100%;
    }

/*Product Update - Sara*/

.bfw-btn-view {
    background-color: #007D96;
    margin-right: 0;
    font-size: 10px;
}

.bfw-mobile-price {
    margin: 0 0 15px 0;
    line-height: normal;
}

/* Videos Popup */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 96%;
    margin-left: 10px;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* media-heading-update */
.media-heading-update {
    margin-bottom: 10px;
}

.icon-video-update {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-top: 1px;
}

/*Elearning Explore Ektron Custom Content*/
.explorehtml h5 {
    font-size: 21px;
}

.explorehtml .bfw-side-arrow-menu li a {
    padding: 0px 15px 0px 0px;
    background: none;
}

    .explorehtml .bfw-side-arrow-menu li a span {
        margin-left: 20px;
    }

.bfw-course-thumb-menu {
    margin: 0px;
}

/*Progress Delay*/

.progressoverlay {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.progressoverlayContent {
    z-index: 99;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 80px;
}

/* Custom */
.bfw-content-divider {
    height: 20px;
    background: url("../../common/images/content-divider.gif") center top repeat;
    margin: 30px 0 10px;
}

/* Loader CSS */

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../common/images/wait.gif') 50% 50% no-repeat rgb(249,249,249);
}

/* NEW Onsite Search January 2016 */
.box-minus {
    width: 30px;
    background-color: #333;
    color: #FFF;
    padding: 0px 5px 2px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
}

    .box-minus:before {
        content: "—";
    }

.box-plus {
    width: 30px;
    background-color: #333;
    color: #FFF;
    padding: 0px 5px 2px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
}

    .box-plus:before {
        content: "+";
    }

.bfw-top-bar {
    position: fixed;
    box-shadow: none;
}

.searchpage .bfw-sort-filter {
    position: fixed;
    display: block;
    padding: 5px 0px;
    background: #f7f8f7;
    z-index: 998;
    width: 100%;
    margin-top: -17px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
    height: 48px;
}

    .searchpage .bfw-sort-filter p {
        line-height: 1.2;
        margin-top: 2px;
    }

.bfw-search-section {
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 999;
}

    .bfw-search-section #catalog-search-text {
        border-radius: 0px;
        border: solid 3px #363940;
        height: 48px;
        margin-top: -2px;
    }

.searchpage .btn-arrow {
    background-color: #f7f8f7;
    font-size: 14px;
    margin-right: -10px;
}

.mobile-search-featured {
    margin-top: 48px;
    margin-bottom: 15px;
}

.bfw-product-list-item {
    border-top: solid 1px #eee;
    padding: 15px 0px 5px;
}

    .bfw-product-list-item:first-child {
        border-top: none;
        padding: 0px 0px 5px;
    }

    .bfw-product-list-item .bfw-book-cover {
        width: 70px;
    }

.divider-search-specs:before {
    content: "|";
    margin-right: 2px;
    margin-left: 2px;
    color: #ccc;
}


.check-list-mobile li {
    margin-bottom: 0px;
    padding: 0px 10px 0px 45px;
}

.mobile-filter-section {
    border-bottom: solid 1px #eee;
}

    .mobile-filter-section:last-child {
        border-bottom: none;
    }

.gray-bkgd {
    background: #f7f8f7;
}

.filter-toggler {
    height: 25px;
    padding-top: 2px;
}

.box-minus:before {
    content: "-";
    font-size: 30px;
    position: relative;
    top: -3px;
}


.bfw-simple-tabs {
    padding: 0 0 10px;
    margin-bottom: 10px;
}

    .bfw-simple-tabs.affix {
        top: 0;
        padding-bottom: 20px;
    }

.affix {
    top: 98px !important;
    position: fixed;
    z-index: 100;
    width: 100%;
}

.bfw-scrollable-tab-menu {
    max-width: 994px;
}


.tabanchor:target:before {
    content: "";
    display: block;
    height: 140px; /* fixed header height*/
    margin: -140px 0 0; /* negative fixed header height */
}

.bfw-user-greeting {
    margin-top:-2px;
}