/* Minification failed. Returning unminified contents.
(438,39): run-time error CSS1034: 
(438,39): run-time error CSS1042: Expected function, found ','
(438,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(442,39): run-time error CSS1034: 
(442,39): run-time error CSS1042: Expected function, found ','
(442,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.site-container {
    width: 100%;
    margin: 0 auto;
}

.site-header {
    height: 84px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 4px 4px;
}

.site-search-results {
    min-height:500px;
}
.search-hits {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.search-hits > * {
    margin-top: 4px;
    margin-bottom: 34px;
}
.site-search-results-container {
    display:flex;
}
.site-search-results-none {
    margin-top: 34px;
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    padding-top: 40px;
}
.site-search-results-filters {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    height:max-content;
    background-color: white;
    z-index: 50;
    padding-left: 8px;
    padding-right: 8px;
}
.site-search-mobile-filter-button {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.site-search-results-grid {
    display: flex;
    flex-direction: column;
    margin-top: 36px;
}
.site-search-results-grid h3 {
    margin-left: 8px;
}
.site-search-desktop-paging {
    display: none;
}

.site-search-mobile-paging {
    display: block;
}



@media (max-width: 768px) {
    .site-hero {
        background-image: url(/content/images/hero/390_768.webp);
        background-repeat: repeat;
        background-position: center;
        width: 100%;
        height: 400px;
    }
}

@media (max-width: 391px) {
    .site-hero {
        background-image: url(/content/images/hero/320_390.webp);
        background-repeat: repeat;
        background-position: center;
        width: 100%;
        height: 400px;
    }
}
.bg-color-primary-3 {
    background-color: #d7ebff;
}

.badge-bg-color-primary-2 {
    background-color: #3F89BD;
}

.navbar-topbar {
    z-index: 400;
    padding-top: 0 !important;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.navbar-topbar-left {
    padding-left: 5px;
}

.navbar-topbar-right {
    display: none;
}
.navbar-main-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
    
}
.navbar-main-container .glyphicon {
    font-size:16pt;
    line-height:1.5;
}
.navbar-main-container .desktop-categories {
    display:none;
}
.navbar-main-container .navbar-logo {
    
}
.navbar-main-container {
    margin-right: 10px;
}
.navbar-mobile-toggle:focus {
    outline: none!important;
}
.navbar-mobile-toggle:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-mobile-toggle-menu {
    opacity: 98%;
    margin-top: 84px;
    padding: 12px 24px;
    padding-top: 0;
    position: fixed;
    z-index: 100;
    background-color: white;
    left: 0;
    top: 0;
    width: 100%;
    height: 72%;
    overflow-y: scroll;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 12px 12px;
}
.navbar-hamburger-menu-header {
    position: fixed;
    left: 0;
    height: 29px;
    background-color: #eee;
    padding: 4px 24px;
    
    width: 100%;
    font-size: 12pt;
    font-weight: 600;
    text-align: center;
    opacity: 100%;
}

.navbar-mobile-toggle-menu li {
    padding-top: 10px;
    font-weight: 300;
}
.mobile-categories li:first-child {
    padding-top: 40px;
}

.navbar-search {
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
}

.navbar-search-box {
    display: flex;
    border-radius: 50px;
    border: 1px solid #aaa;
}

.navbar-search-box input[type='search'] {
    border: 0;
    background: transparent;
    outline: none;
    float: left;
    padding: 0;
    color: #aaa;
    font-size: 14px;
    width: 100%;
}

.navbar-search-box input[type='search']:focus ~ .clear-btn {
    display: flex;
}

.navbar-search-box .navbar-search-btn {
    color: #5f5f5f;
    float: left;
    width: 46px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 12pt;
    margin-left: 12px;
}

.navbar-search-box .navbar-search-btn.clear-btn {
    float: right;
    justify-content: flex-start;
    cursor: pointer;
}

.navbar-search .btn-success {
    color: #777;
    border: none;
    border-bottom: 1px solid #CCC;
    border-radius: 0;
    line-height: .8 !important;
}

.navbar-search .form-control,
.navbar-search .form-control:focus {
    border: none;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-search .btn.btn-success:hover,
.navbar-search .input-group-btn > .btn-success.invert:hover {
    background-color: inherit;
    border-color: inherit;
    color: black;
}

.navbar-cluster-mobile {
    margin-right: 14px !important;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.navbar-cluster-mobile > li {
    float: left;
    font-size: 18pt;
}
.navbar-cluster-mobile li,
.navbar-cluster-mobile button,
.navbar-cluster-mobile button:focus,
.navbar-cluster-mobile a,
.navbar-cluster-mobile a:focus,
.navbar-cluster-mobile span,
.navbar-cluster-mobile span:focus{
    color: #ccc;
}

.navbar-cluster {
    display: none;
}
.account-menu {
    height: unset;
    border-bottom: 1px solid #ccc;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 12px 12px;
}
.account-menu li {
    font-size: 14px;
    padding-top: 12px;
    font-weight: 300;
    
}
.account-menu li > a {
    color: #333;
}
.account-menu li.divider {
    border-top: 1px solid #eee;
    padding: 0;
    margin-top: 12px;
}

.ship-to-toggle .navbar-dropdown-selector {
    font-size:30px;
}
.ship-to-container {
   height: 300px;
   overflow-y: scroll;
}



.navbar-searchbox-prefix, .navbar-searchbox-suffix {
    display: inline;
}

.navbar-searchbox-prefix {
    padding-top: 8px;
    padding-right: 0;
    font-size: .75em;
    border: 1px solid #ccc !important;
    border-right: 0 !important;
    border-radius: 50px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.navbar-searchbox-suffix {
    padding-top: 8px;
    padding-left: 0;
    border: 1px solid #ccc !important;
    border-left: 0 !important;
    border-radius: 50px;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.mobile-menu {
    background-color: white;
}
.site-footer {
    margin-bottom: 68px !important;
}

.site-footer a {
    color: black;
}

.bwb-footer {
    position: relative;
    height: 725px;
    background-color: #DBEBFD;
    font-family: 'Montserrat';
}

.bwb-social {
    text-align: center;
}

.bwb-footer-info {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 10px;
}

.bwb-footer-info-item {
    color: #DBEBFD;
}

.bwb-social-links {
}

.bwb-email-signup {
    display: flex;
    justify-content: center;
}

.bwb-social-links .social {
    width: 100% !important;
    margin-bottom: 50px !important;
}

.bwb-footer-column {
    width: 50%;
}

.links-wrapper {
    display: flex;
    justify-content: center;
    margin-left: 50px;
}

.bwb-klaviyo-input {
    position: relative;
    max-width: 375px;
}

.mobile-control-bar-v1,
.mobile-control-bar-v2,
.mobile-control-bar-v3,
.mobile-control-bar-v4 {
    display: flex;
    position: fixed;
    background-color: #337ab7; /*#3F89BD;*/
    color: #fff;
    bottom: 0;
    left: 0;
    height: 72px;
    width: 100%;
    padding-top:0px;
    z-index: 101;
    justify-content: space-evenly;
    align-items: center;
    font-size: 30px;
}
.mobile-control-bar-v2 {
    background-color: #fff;
    color: #333;
    height: 64px;
    width: calc(100% - 28px);
    margin-left: 14px;
    font-size: 28px;
    border-radius: 50px;
    border: 1px solid #ddd;
    bottom: 16px;
    box-shadow: rgba(0, 0, 0, .2) 0px 4px 11px;
}
.opaque {
    background-color: rgb(51, 122, 183, 0.9);
    transition: background-color .3s ease-in-out;
}
.transparent {
    background-color: rgb(51, 122, 183, 0.1);
    transition: background-color .1s ease-in-out;
}

.mobile-control-bar-v3 {
    background-color: #fff;
    border-top: 2px solid #337ab7;
    color: #337ab7;
    height: 62px;
    font-size: 30px;
}
.mobile-control-bar-v3 .primary-control {
    font-size: 30px;
    display: block;
    background-color: #337ab7;
    color: white;
    padding: 20px;
    border-radius: 50px;
    position: absolute;
    bottom: 14px;
    outline-color: #2e6da4;
    outline-style: auto;
}
.mobile-control-bar-v3 .fa-heart {
    margin-right: 30px;
}
.mobile-control-bar-v3 .mobile-control-cart {
    margin-left: 30px;
}
.mobile-control-bar-v1 .mobile-control-cart-count {
    display: flex;
    border-radius: 50px;
    background-color: #53bd2f;
    position: absolute;
    font-size: 16px;
    width: 26px;
    height: 24px;
    top: 4px;
    margin-left: 28px;
    margin-top: 2px;
    padding-top: 3px;
    align-items: center;
    justify-content: center;
}
.mobile-control-bar-v2 .mobile-control-cart-count,
.mobile-control-bar-v3 .mobile-control-cart-count {
    display: none;
}
.mobile-search-overlay {
    position: fixed;
    display: flex;
    flex-direction:column;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    background-color: white;
    color: black;
    font-size: 14px;
    height: calc(100% - 68px);
    overflow-y:scroll;
}
.mobile-search-overlay-input {
    position: fixed;
    background-color: white;
    width: 100%;
}
.mobile-search-overlay-input input[type=search] {
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 56px);
    margin: 8px;
    font-size: 20px;
}
.mobile-search-overlay .search-input .clear-btn {
    z-index: 102;
    margin: 22px 30px;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    line-height: 1.42857143;
}
.mobile-search-overlay-results {
    margin-top: 55px;
    margin-left:32px;
    margin-right:32px;
    display: flex;
    flex-direction: column;
}
.mobile-search-overlay-results {
    margin-bottom: 26px;
}

.mobile-search-overlay-results .keyword {
    margin-bottom: 8px;
}

.mobile-search-overlay-results .product {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 12px;
}

.mobile-search-overlay-results .product img {
    width:36px;
    margin-right:12px;
    float:left;
}

.mobile-search-overlay-results .no-results {

}

.book-list-row {
    width: 100%;
    display: flex;
}

.book-list-row > div {
    width: 100%;
    padding: 0px 5px;
}
.bookvisionmap {
    min-height: 87vh;
    width: 100vw;
    z-index:80;
}

