a {
    color: #1565c0;
}

    a:hover, a:visited {
        /*color: #0d47a1;*/
    }

.uneditable-input:focus, input[type=text]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, textarea:focus {
    color: #000;
}

.navbar-fixed-top {
    /*z-index: 3334;*/
    z-index: 1050;
}

.navbar .logo, .navbar-default .logo {
    position: fixed;
    left: 49%;
    min-width: 155px;
    max-width: 155px;
    min-height: 165px;
    max-height: 165px;
    margin: -43px auto 0 -76px;
    background: 0 0;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

    .navbar .logo img, .navbar-default .logo img {
        min-width: 150px;
        max-width: 150px;
        min-height: 160px;
        max-height: 160px;
        -o-border-radius: 33%;
        -moz-border-radius: 33%;
        -webkit-border-radius: 33%;
        border-radius: 33%;
        margin-left: 2px;
    }

.navbar .container .navbar-collapse {
    margin: 0 0 24px;
}

.navbar #brand, .navbar-default #brand {
    margin: -75px auto 0 -90px;
    width: 180px;
    height: 200px;
    border-bottom: 5px solid #D0D102;
}

.navbar-light > li > a {
    font-weight: 400 !important;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
    margin-top: 3px;
    line-height: 20px;
    padding: 10px 14px;
    letter-spacing: -.2px;
}

.navbar-nav > li:first-child > a, .navbar-nav > li:first-child > span {
    padding-left: 0;
}

.navbar-nav > li:last-child > a, .navbar-nav > li:last-child > span {
    padding-right: 0;
}

.vertical-nav-divider {
    background: #1ABC9C;
    height: 15px;
    width: 2px;
    padding: 0 !important;
    margin: 15px 0 0 !important;
}

#browseMoreFilters hr {
    margin: 5px 0;
    width: 100%;
}

#browseMoreFilters .form-group {
    margin-bottom: 10px;
}

#nelsonBrowseWholesaleTable [data-bind=NonReaderBoundPricing], #nelsonBrowseWholesaleTable [data-bind=ReaderBoundPricing] {
    text-align: right;
    padding: 10px 0 6px;
}

#nelsonBrowseWholesaleTable .price-indicator {
    font-size: 80%;
}

#nelsonBrowseWholesaleTable .price-value {
    min-width: 50px;
}

.font-weight-light {
    font-weight: 200;
}

.list-group-condensed .list-group-item {
    padding: 5px 15px;
}

.list-group-item .list-group {
    margin-top: 5px;
}

.list-group-item .list-group-item {
    border-color: #EFEFEF;
}

.table-footer, .table-header {
    background: #EFEFEF;
}

.text-justify {
    text-align: justify;
}

.margin-0 {
    margin: 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embedContainer, .embedContainer.double-height {
    position: relative;
    padding-top: 25px;
    height: 0;
    width: 100%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

dl dd {
    padding-left: 25px;
}

.error {
    border-color: #C00;
    color: red;
}

.nav-company-categories {
    margin-top: -18px;
}

.embedContainer {
    padding-bottom: 56.25%;
}

    .embedContainer.double-height {
        padding-bottom: 112.5%;
    }

    .embedContainer iframe, canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

h2 {
    font-weight: 100 !important;
}

    h2 span, h2 strong {
        font-weight: 600;
    }

.pattern {
    opacity: .3;
}

label.checkbox, label.radio {
    font-weight: 400;
}

dl dt {
    padding-left: 10px;
    margin-top: 20px;
    font-size: 115%;
}

.img-full-width img, img.img-full-width {
    width: 100%;
    max-width: 100%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.value-block {
    display: inline-block;
    padding: 7px 0;
    line-height: 20px;
}

.display-block {
    display: block;
}

#tagline h2 {
    text-transform: none;
}

.purple {
    color: #7952b3;
}

#footer a {
    color: #FFF;
}

    #footer a:hover {
        text-decoration: underline;
        color: #FFF;
    }

#footer .sitemap h4, #footer .sitemap ul {
    margin: 10px 0;
}

#footer .sitemap > ul > li {
    display: block;
    float: none;
}

    #footer .sitemap > ul > li > a {
        text-align: left;
        padding: 1px 0;
    }

        #footer .sitemap > ul > li > a:hover {
            background: 0 0;
            text-decoration: underline;
        }

#footer .social-icon {
    margin-left: 0;
}

    #footer .social-icon > li > a {
        width: 34px;
        height: 34px;
    }

        #footer .social-icon > li > a > span {
            font-size: 20px;
            color: #FFF;
            margin-left: -8px;
            margin-top: -11px;
        }

#footer {
    background: #1565c0;
}

#copyright {
    background: #0d47a1;
}

.heads {
    padding: 70px 0 10px;
}

    .heads h2 {
        text-shadow: 3px 3px 3px #000;
    }

.inline-block {
    display: inline-block;
}

.padding-top-50 {
    padding-top: 50px;
}

.p-y-s {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-y {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-y-m {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-y-l {
    padding-top: 100px;
    padding-bottom: 100px;
}

.orange {
    color: #eea236;
}

.green {
    color: #4cae4c;
}

.gray {
    color: #DDD;
}

.relative {
    position: relative;
}

.assume-height {
    height: 100%;
}

.book-lists h5:first-child {
    margin-top: 3px;
}

.book-lists a .fa {
    opacity: .2;
}

.book-lists a.active .fa {
    opacity: 1;
}

.book-lists .collapse a {
    font-size: .9em;
}

#top-palette {
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 8px;
    border-bottom: 4px solid #008fb3;
    border-bottom: 4px solid #1565c0;
    background: #fbb450;
    z-index: -3;
}

.btn.btn-green {
    background-color: #61AE24;
    border-color: #61AE24;
    color: #fff;
}

    .btn.btn-green.active, .btn.btn-green:active, .btn.btn-green:focus, .btn.btn-green:hover {
        background-color: #53941e;
        border-color: #53941e;
    }

.btn.btn-blue {
    background-color: #2e5b9c ;
    border-color: #2e5b9c;
    color: #fff;
}

    .btn.btn-blue.active, .btn.btn-blue:active, .btn.btn-blue:focus, .btn.btn-blue:hover {
        background-color: #1d3e6f;
        border-color: #1d3e6f;
    }

.book-list-thumb {
    float: left;
    margin: 0 10px 0 0;
    width: 65px;
}

.hover-over-container {
    position: relative;
    display: inline-block;
}

.hover-over-handle {
    color: #1ABC9C;
}

.hover-over-content {
    position: absolute;
    top: 18px;
    left: -21px;
    border: 1px solid #CCC;
    box-shadow: 3px 3px 3px rgba(0,0,0,.4);
    background: #fff;
    padding: 12px 18px;
    display: none;
    border-radius: 4px;
    min-width: 200px;
    min-height: 80px;
}

.hover-over-container:hover .hover-over-content {
    display: block;
}

.hover-over-container:hover .hover-over-handle {
    color: #000;
    font-weight: 700;
}

.tooltip.tooltip-top .tooltip-inner::before {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #999;
}

.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip-light .tooltip-inner {
    background: #FFF;
    color: #555;
    border: 1px solid #999;
}

.static-top-tooltip {
    opacity: 1;
    width: 190px;
    top: -46px;
    left: 50%;
    margin-left: -95px;
    font-weight: 400;
}

.tooltip a:not(.active) {
    text-decoration: none !important;
    color: #1ABC9C;
}

.tooltip a.active {
    text-decoration: underline !important;
    color: #999;
}

.retail, .retail * {
    text-decoration: line-through;
    color: red;
}

[data-action=showAcceleratedLevel], [data-action=showGuidedLevel], [data-action=showLexileLevel] {
    display: block;
    float: left;
    padding-right: 13px;
    text-align: left;
}

[data-action=showGuidedLevel] {
    float: none;
    padding-right: 0;
}

.hidden-content-container .opened-content {
    position: absolute;
    top: 0;
    right: -10px;
    width: 96%;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 8px;
    padding: 20px 35px;
    box-shadow: 0 0 10px rgba(0,0,0,.85);
    z-index: 1031;
    display: none;
}

.highlighted-heading-blue img, .highlighted-heading-green img, .highlighted-heading-deepblue img, .highlighted-heading-orange img, .highlighted-heading-lightblue img {
    border: 1px solid #CCC;
}

.hidden-content-container.opened .closed-content {
    visibility: hidden;
}

.hidden-content-container .closed-content, .hidden-content-container.opened .opened-content {
    display: block;
}

#table-header-handle {
    position: absolute;
    display: block;
    opacity: 0;
    height: 1px;
    width: 1px;
    top: -170px;
}

#header-fixed {
    position: fixed;
    top: 70px;
    display: none;
    background-color: #fff;
    padding-top: 70px;
    z-index: 5;
}

#header-fixed-shadow {
    background: #FFF;
    position: fixed;
    top: 70px;
    width: 930px;
    padding-top: 45px;
    margin: 100px 0 0 9px;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px 3px #888;
    -moz-box-shadow: 0 0 8px 3px #888;
    box-shadow: 0 0 8px 3px #888;
}

#browseSearchHeader {
    margin: 0 0 15px;
}

    #browseSearchHeader h4 {
        margin: 0 0 3px;
    }

    #browseSearchHeader h3 {
        margin: 3px 0 6px;
    }

.skinny-control {
    padding-left: 1px;
    padding-right: 1px;
}

.retail {
    opacity: .7;
}

.highlighted-heading-blue, .highlighted-heading-green, .highlighted-heading-deepblue, .highlighted-heading-orange, .highlighted-heading-lightblue {
    color: #FFF !important;
    margin-bottom: 0;
    font-size: 1.2em;
}

#fixed-scrolling-handle {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
}

#myaccountContentContainer .fixed-scrolling-content-fixed, #rebindingIndexContentContainer .fixed-scrolling-content-fixed {
    position: fixed;
    top: 100px;
    width: 31.1%;
    right: 3.35%;
    background: #FFF;
    z-index: 1;
}

#cta-fixed-scrolling-handle {
    position: absolute;
    display: block;
    opacity: 0;
    height: 1px;
    width: 1px;
    top: -130px;
}

#cta-fixed {
    position: fixed;
    top: 144px;
    left: 0;
    right: 0;
    background: #f5f5f5;
    z-index: 1;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.highlighted-heading-blue span, .highlighted-heading-green span, .highlighted-heading-deepblue span, .highlighted-heading-orange span, .highlighted-heading-lightblue span {
    padding: 10px;
    display: block;
}

#nelsonBrowseMoreFiltersToggleIcon {
    opacity: .3;
}

.highlighted-heading-blue {
    background: #1565c0;
    display: block;
}

.highlighted-heading-green {
    background: #48a63f;    
    display: block;
}

.highlighted-heading-deepblue {
    /*background: #48a63f;*/
    background: #1453c7;
    display: block;
}

.highlighted-heading-orange {
    /*background: #48a63f;*/
    background: #e06b27;
    display: block;
}

.highlighted-heading-lightblue {
    /*background: #48a63f;*/
    background: #37a0de;
    display: block;
}

.tagline-green {
    background: #e8f5e9;
    padding: 20px 0 30px;
}

.shopping-cart-indicator {
    position: relative;
}

    .shopping-cart-indicator .fa-shopping-cart {
        font-size: 120%;
    }

    .shopping-cart-indicator .fa-circle {
        font-size: 75%;
        position: absolute;
        top: 0;
        right: 0;
        display: none;
    }

    .shopping-cart-indicator.has-items .fa-circle {
        display: inline-block;
    }

.col-city {
    width: 60%;
    float: left;
}

.col-state, .col-zip {
    width: 18%;
    margin-left: 2%;
    float: left;
}

@media (min-width:768px) {
    .navbar .container {
        width: 100%;
    }
}

@media (min-width:992px) {
    .navbar .container {
        width: 100%;
    }
}

@media (min-width:1200px) {
    .navbar .container {
        width: 1170px;
    }
}


@media only screen and (min-width: 1151px) {

    .navbar .logo,
    .navbar-default .logo {
        max-width: inherit;
        min-width: inherit;
        max-height: inherit;
        min-height: inherit;
        z-index: 4;
        margin: 0;
        transform: translate(-25%);
        -webkit-transform: translate(-25%);
        -o-transform: translate(-25%);
        -ms-transform: translate(-25%);
        -moz-transform: translate(-25%);
        top: 0;
        left: 49%;
    }

        .navbar .logo img,
        .navbar-default .logo img {
            min-width: inherit;
            max-width: inherit;
            min-height: inherit;
            max-height: inherit;
            margin: 0;
            border-radius: 50%;
            padding: 10px 0 15px;   width: 180px;            background-color: #fff;
        }

    .navbar #brand,
    .navbar-default #brand {
        transform: translate(-30%);
        top: -45px;
        margin: 0;
        z-index: 3;
        display: none !important;
    }
}


@media (max-width:1150px) {
    .book-list-thumb {
        width: 45px;
    }

    .navbar .navbar-nav {
        float: right;
        clear: right;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
        padding: 2px 10px 2px 30px;
        text-align: right;
    }

    .vertical-nav-divider {
        display: none !important;
    }

    .navbar #brand, .navbar .logo, .navbar-default #brand, .navbar-default .logo {
        left: 100px;
        top: 50px;
    }

    .nav-company-categories {
        margin-top: 6px;
        margin-bottom: 3px;
    }

    .navbar-default .navbar-nav.nav-company-categories > li > a, .navbar-default .navbar-nav.nav-company-categories > li > span {
        line-height: 14px;
    }

    .navbar .container .navbar-collapse {
        margin-bottom: 14px;
    }

    .navbar .logo img, .navbar-default .logo img {
        min-width: 120px;
        max-width: 120px;
        min-height: 94px;
        max-height: 94px;
    }

    .navbar #brand, .navbar-default #brand {
        width: 150px;
        height: 25px;
    }

    .navbar .logo, .navbar-default .logo {
        min-width: 130px;
        max-width: 130px;
        min-height: 140px;
        max-height: 140px;
        margin: -43px auto 0 -79px;
    }
}

@media (max-width:768px) {
    .navbar .navbar-nav {
        float: none;
        clear: both;
    }

    .nav-company-categories br {
        display: none;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
        text-align: left;
    }

    #browseSearchHeader {
        margin: 0 0 45px;
    }
}

@media screen and (max-width:991px) and (min-width:769px) {
    #home-slider .carousel-inner .item .carousel-content {
        margin-top: 270px;
    }
}

p.mobmessage {
    display: none;
    background-color: #617fd4;
    color: #ffffff;
    width: 50%;
    padding-left: 8px;
    border-radius: 5px;
}

.notpublish {
    color: black;
    font-weight: bold;
    font-family: calibri;
    font-size: medium;
    background-color: #d8da44;
    padding: 7px 9px 7px 9px;
    border-radius: 5px;
}

.cartQty {
    color: black;
    font-weight: bold;
    font-family: calibri;
    font-size: medium;
    background-color: #89f596;
    padding: 7px 30px 7px 30px;
    border-radius: 5px;
}

@media screen and (max-width:768px) and (min-width:0) {
    .cartQty {
        padding: 7px 26px 7px 26px;
    }
}

@media screen and (max-width:639px) and (min-width:0) {
    .heads {
        padding: 60px 0 10px;
    }


        .heads h2 {
            font-weight: 300 !important;
        }

    div.filtersec {
        display: none;
    }

    div.tablewarper {
        width: 100%;
        overflow-x: scroll;
    }

        div.tablewarper table {
            min-width: 800px;
        }



    div.imageholder {
        margin-top: 0 !important;
    }

    #browseSearchHeader {
        display: none;
    }

    p.mobmessage {
        display: block;
    }
}
