﻿/*-----------------------------------------------------------------------------
	Macmillan Higher Ed
-----------------------------------------------------------------------------*/

/* Logo */
.bfw-brand-logo {
    width: 282px;
    height: 78px;
    background: url("catalogmaintenancepage_files/mhe-top.png") no-repeat; /* retina version available */
}

/* Main Menu */
.bfw-main-menu .bfw-menu-parent li .bfw-menu-child-lv1 li a:hover,
.bfw-main-menu .bfw-menu-parent li .bfw-menu-child-lv1 li:hover a {
    background: #F04E37;
}

.bfw-main-menu .bfw-menu-parent li .bfw-menu-child-lv1 li .bfw-menu-child-lv2 h6 {
    background: #F04E37;
}

.bfw-main-menu .bfw-menu-parent li .bfw-menu-child-lv1 li .bfw-menu-child-lv2 li a:hover {
    color: #FFFFFF;
    background: #007D96;
}

/* Brand Colors */
.bfw-color-1 {
    /*	color: #860100; OLD */
    color: #C3161C;
}

.bfw-color-2 {
    /*	color: #F04E37; OLD */
    color: #007D96;
}

/* Typography */
h1.bfw-alt, h2.bfw-alt, h3.bfw-alt, h4.bfw-alt, h5.bfw-alt, h6.bfw-alt {
    color: #007D96;
}

blockquote, blockquote p, blockquote small {
    color: #007D96;
}

/* Marketing Elements */
.bfw-marketing-box {
    background: #F8F8F6;
}

header .bfw-marketing-box {
    border: 1px solid #E6E6E6;
    background: #ffffff;
}

.carousel-indicators li.active {
    background: #007D96;
    border-color: #007D96;
}

/* Buttons */
.bfw-btn-branded,
.bfw-btn-branded-small {
    background: #C3161C;
}

    .bfw-btn-branded:hover,
    .bfw-btn-branded-small:hover,
    a.bfw-btn-branded:hover,
    a.bfw-btn-branded-small:hover {
        color: #ffffff;
        background-color: #C3161C;
        text-decoration: none;
    }

.bfw-btn-main,
.bfw-btn-main-small {
    background: #C3161C;
}

.bfw-btn-sub,
.bfw-btn-sub-small {
    background: #007D96;
}

.look-inside {
    background-image: none;
    color: #333333;
    display: inline-block;
    font-family: 'pxicons';
    font-size: 16px;
    font-weight: bold;
    height: 28px;
    padding-top: 5px;
    text-decoration: none;
    vertical-align: top;
    width: 120px;
}

.icon-look:after {
    content: "  \27a6";
}


.look-inside-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #e6e6e6;
    display: inline-block;
    margin-right: 8px;
}

    .look-inside-circle img {
        margin-left: 10px;
        display: inline-block;
    }

/* Labels */
.label-branded {
    background-color: #007D96;
    color: #ffffff;
}

/* Classes */
.bfw-price-display {
    border: 2px solid #676D75;
}

.bfw-price-display-disabled {
    border: 2px solid #E6E6E6;
}

/* Components */
.bfw-toc-chapter h2 .bfw-toc-chapter-number {
    color: #007D96;
}

.bfw-toc-chapter h3 {
    color: #007D96;
}

/* Revision on 10.10.2013 */
.bfw-arrow-list-menu li a:hover,
.bfw-side-arrow-menu li a:hover,
.bfw-bordered-menu-horizontal ul li a:hover,
.btn-link,
a,
.bfw-link-main, .bfw-link-main:hover, .bfw-link-sub:hover {
    color: #C3161C;
}
/*
.bfw-bordered-menu-horizontal ul li.bfw-current a,
.bfw-btn-main, .bfw-btn-main-small {
	background: #007D96;
}
*/

/*-----------------------------------------------------------------------------
	Retina Backgrounds
-----------------------------------------------------------------------------*/

/*@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.bfw-brand-logo {
		background-image: url("../../bfw/images/logos/med-top@2x.png");
		background-size: 220px 60px;
	}
}*/

/* Added for Search 10/15/2015 */

.box-minus {
    width: 10px;
    height: 20px;
    background-color: #333;
    color: #FFF;
    padding: 0px 5px 2px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
}

    .box-minus:before {
        content: "—";
    }


.box-plus {
    width: 10px;
    height: 20px;
    background-color: #333;
    color: #FFF;
    padding: 0px 5px 2px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
}

h3.search-results {
    display: inline-block;
    vertical-align: middle;
}

.box-plus:before {
    content: "+";
}


.expand-margin-left {
    margin-left: 35px;
}


.bfw-price-display-search {
    border-right-width: 0;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}



.divider-search-specs:before {
    content: "|";
    margin-right: 6px;
    margin-left: 6px;
    color: #ccc;
}


.form-horizontal .control-label-search-results {
    float: left;
    width: 185px;
    padding-top: 5px;
    text-align: right;
}


hgroup.info-search-results, hgroup.info-search-results h5, hgroup.info-search-results p {
    margin: 0px;
}


.load-more {
    text-align: center;
    margin-top: 30px;
    display: block;
    padding: 5px;
    color: #333;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(236,238,234,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,0), rgba(236,238,234,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,0), rgba(236,238,234,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255,255,255,0), rgba(236,238,234,1)); /* Standard syntax (must be last) */
    margin-bottom: 10px;
    box-shadow: 0px 2px 2px #ccc;
    font-size: 14px;
}

.load-more-compact {
    text-align: center;
    margin: 30px auto 10px;
    display: block;
    width: 400px;
    padding: 5px;
    color: #333;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(236,238,234,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,0), rgba(236,238,234,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,0), rgba(236,238,234,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255,255,255,0), rgba(236,238,234,1)); /* Standard syntax (must be last) */
    box-shadow: 0px 2px 2px #ccc;
    font-size: 14px;
    line-height: 14px;
}

.bar-show-more {
    border-bottom: 3px solid #eee;
}

.top-nav-search {
    margin-bottom: 5px;
    margin-top: 5px;
}

.bfw-main-menu.small-menu {
    margin-top: 5px;
}

/* Homepage REVISED CSS */

.bfw-main-header {
    display: block;
    height: 85px;
    padding-top: 10px;
    padding-bottom: 0;
    background: white;
}

.bfw-main-menu .bfw-menu-parent li a {
    display: block;
    font-size: 13px;
    height: 14px;
    line-height: 14px;
    padding: 7px 20px;
    color: #4D4D52;
    text-decoration: none;
    background: #fff;
    font-weight: 600;
    border: solid 2px #4e4e4e;
}

.bfw-content-header {
    background: white;
    padding: 0;
}


/* Homepage NEW CSS */

li a.red-btn-search {
    border: #C3161C;
}

.red-btn-search {
    background-color: #C3161C;
}

.red-btn-search-bar {
    padding: 13px 20px 17px;
    border: medium none;
    border-radius: 0px;
    background-color: #C3161C;
}

.hero {
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #999 repeat center center fixed;
    height: 355px;
    width: 100%;
}

.ml-shaded-block {
    padding: 30px 0px;
    background: #ECEEEA none repeat scroll 0% 0%;
    box-shadow: 2px 2px 5px #ddd inset;
    border-top: 1px solid #ddd;
}

.hero h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 3.5em;
    color: white;
    padding-top: 120px;
}

.box-white {
    background: #fff;
    box-shadow: 2px 3px 2px #ddd;
    padding: 15px;
}

    .box-white h3 {
        margin-bottom: 2px;
        font-family: 'Roboto Slab', serif;
        font-size: 20px;
    }

.img-responsive {
    width: 100% !important;
    height: auto;
}

.bfw-btn-reverse,
.bfw-btn-reverse-xlarge {
    background: #fff;
    border-color: #fff;
    border-width: 3px;
    background-color: transparent;
    color: #fff;
    text-shadow: none;
    border-radius: 4px;
    margin-top: 10px;
}

.bfw-main-menu .bfw-menu-parent li a {
    font-size: 13px;
}

.search-box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.search-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
}

    /*.search-overlay:target {
        visibility: visible;
        opacity: 1;
    }*/

.search-popup {
    margin: 30px 0px;
    background: #FFF none repeat scroll 0% 0%;
    width: 600px;
    position: relative;
    float: right;
}

    .search-popup .search-close {
        position: absolute;
        top: 15px;
        right: 10px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
        padding: 0px 10px;
    }

    .search-popup .close:hover {
        color: #06D85F;
    }

    .search-popup .search-content {
        max-height: 30%;
        overflow: auto;
    }

.search-input {
    border: none !important;
    padding: 15px !important;
    width: 100%;
}

@media screen and (max-width: 700px) {
    .search-box {
        width: 70%;
    }

    .search-popup {
        width: 70%;
    }
}


.bfw-footer-social-links {
    float: none;
}

    .bfw-footer-social-links li a img {
        margin-bottom: 10px;
    }

.uppercase {
    text-transform: uppercase;
}

.search-input {
    /*height: 55px !important;*/
    width: 450px;
}

.community {
	padding:50px;
	background-color:#333;
	color:white;
}

/* 07/14/2017 */

.bfw-header-links-left {
		margin:0;
}

.bfw-header-links-left li {
		float:left;
		list-style:none;
}

.bfw-header-links-left li a {
	display: block;
	height: 16px;
	line-height: 16px;
	padding: 7px 20px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	background:#455a64;
}

.bfw-header-links-left li a.bfw-active {
	background: #ffffff;
	color:#455a64;
}

/* Logo */
.bfw-brand-logo {
    width: 320px;
    height: 40px;    
    background: url("../../common/images/logos/ML_logo.png") no-repeat;
	margin-top:20px;
    background-size: 320px;
}

.bfw-main-footer {
    background: #142a35;
    padding: 30px 0px 60px;
}

    .bfw-main-footer h3 {
        margin-bottom: 5px;
    }

.muted-light {
    color: #cfd8dc;
    font-weight: 300;
}