@import url(common.min.css);
/* =========================
 *  BU STYLE
 * ======================== */
HEADER.top-header a:hover {
	color: #f47836 !important;
}
/* cartLinkWidget overrrides*/
UL[class="list-inline display-inblock size12 text-size-1-sm"] {
	float: right;
	font-size: 11px;
}
.icon-cartlink::before {
    content: " ";
}
/* main menu overrides */
.nav-justified > li > ul > li:hover, .nav-justified > li > ul > li > a:focus {
    background-color: #f0f0f0;
}
.nav-justified li {
    border-top: 1px solid #f5f5f5;
}
.dropdown .dropdown-menu {
    right: auto;
}
.dropdown-menu > li > a {
    overflow: visible;
}
.dropdown-menu li a {
    padding: 10px 2.75em 10px .75em;
}
HR {
	border-top: 1px solid rgba(0,0,0,.2);
}
UL.general {
	padding: 5px 0 25px 20px;
}
UL.general LI {
	display: block;
	padding-top: 4px;
}
UL.general LI:before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 12px;
    float: left;
	margin-top: 2px;
    margin-left: -17px;
    color: #432e6f;
}
UL.centered {
	padding: 0px 0 5px 20px;
	display: inline-block;
    text-align:left;
}
UL.centered LI {
	display: block;
	padding-top: 4px;
}
UL.centered LI:before {
    content: "•";
    font-size: 12px;
    float: left;
	margin-top: 0px;
    margin-left: -17px;
}
UL.checkbox {
	padding: 5px 0 25px 20px;
}
UL.checkbox LI {
	display: block;
	padding-left: 10px;
	/* declare the font size inline with a class */
	min-height: 54px;
}
UL.checkbox LI:before {
    content: "\f05d";
    font-family: 'FontAwesome';
    font-size: 18px;
    float: left;
	margin-top: 0;
    margin-left: -29px;
    color: #432e6f;
}
OL.eduBullets {
	padding: 15px 0 15px 20px;
	list-style: none; 
	counter-reset: li;
}
OL.eduBullets LI {
	padding: 0px 0 10px 10px;
	/* font-size is defined in @media  */
	counter-increment: li;
}
OL.eduBullets LI::before {
	content: counter(li);
	color: #f47836;
    display: inline-block;
	font-weight: bold;
	width: 1.0em; 
	height: 1.0em;
	margin-top: 0.0em;
	margin-left: -1.75em;
    margin-right: 0.75em; 
}
.p-t-4-5, .p-y-4-5 {
	padding-top: 4.5em;
}
.p-t-5, .p-y-5 {
	padding-top: 5em;
}
.p-t-7, .p-y-7 {
	padding-top: 7em;
}
.p-t-9, .p-y-9 {
	padding-top: 9em;
}
.p-t-11, .p-y-11 {
	padding-top: 11em;
}
.p-t-13, .p-y-13 {
	padding-top: 13em;
}
.p-t-16, .p-y-16 {
	padding-top: 16em;
}
.p-t-21, .p-y-21 {
	padding-top: 21em;
}
.p-b-4-5, .p-y-4-5 {
	padding-bottom: 4.5em;
}
.p-b-5, .p-y-5 {
	padding-bottom: 5em;
}
.p-b-7, .p-y-7 {
	padding-bottom: 7em;
}
.p-b-9, .p-y-9 {
	padding-bottom: 9em;
}
.p-b-11, .p-y-11 {
	padding-bottom: 11em;
}
.p-b-13, .p-y-13 {
	padding-bottom: 13em;
}
.p-b-16, .p-y-16 {
	padding-bottom: 16em;
}
.p-b-21, .p-y-21 {
	padding-bottom: 21em;
}
.m-t-negative-1 {
	margin-top: -1em;
}
.m-t-negative-2 {
	margin-top: -2em;
}
.m-t-negative-3 {
	margin-top: -3em;
}
.btn-outline-primary, .text-primary, a, a.text-primary, a.text-primary:focus, a.text-primary:hover {
    color: #432e6f;
}
.navpills .btn-outline-primary:hover {
    background-color: #432e6f;
}
.icon-popupinfo::before {
    content: "\f05a";
	cursor: pointer;
	cursor: hand;
}
a.popupinfo {
    color: #432e6f;
	cursor: pointer;
	cursor: hand;
}
a.popupinfo:focus, a.popupinfo:hover {
    color: #f47836;
}
.modal-dialog:not(.container) {
    max-width: 700px;
}
.playBtnOneTwoFive .ico-size-48 {
	height: 125px;
	width: 125px;
}
.color-bg-img-about {
	/* background image was set in the CSS snippet on that page */
	background-repeat: no-repeat;
	background-position:  center center;
	background-size: cover;
}
.card-purple-overlay {
	background-repeat: no-repeat;
	background-position:  center center;
	background-size: cover;
	background-color: #432e6f;
	width: 100%;
	position: relative;
	z-index: 0;
}
.card-purple-overlay::after {
	position: absolute;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
	content:"";
    background-color: rgba(67,46,111,.9);
}
.card-purple-container {
	position: absolute; 
	z-index: 10; 
	width: 100%;
}
.card-dark-overlay {
	background-repeat: no-repeat;
	background-position:  center center;
	background-size: cover;
	width: 100%;
	position: relative;
	z-index: 0;
}
.card-dark-overlay::after {
	position: absolute;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
	content:"";
    background-color: rgba(0,0,0,.7);
}
.card-dark-container {
	position: absolute; 
	z-index: 10; 
	width: 100%;
}
.card-no-overlay {
	background-repeat: no-repeat;
	background-position:  center center;
	background-size: cover;
	width: 100%;
	position: relative;
	z-index: 0;
}
.card-no-overlay::after {
	position: absolute;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
	content:"";
}
.card-no-container {
	position: absolute; 
	z-index: 10; 
	width: 100%;
}
.orange-block-header {
	float: left;
	padding: 20px 30px;
	background-color: #f47836;
	color: #fff;
}
.orange-block-header H1, .orange-block-header H2, .orange-block-header H3, .orange-block-header H4 {
	margin: 0;
	padding: 0;
}
.outline-container {
	padding: 30px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
.outline-container-zero-sides {
	padding: 30px 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
.outline-container-topcover {
	border-top: 1px solid #ccc;
}
.orange-allcaps-header{
	font-family:"Avenir Black",Helvetica,Arial,sans-serif;
	color: #f47836;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0;
	padding: 0 0 15px 0;
}
.purple-allcaps-header{
	font-family:"Avenir Black",Helvetica,Arial,sans-serif;
	color: #432e6f;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0;
	padding: 5px 0 15px 0;
	letter-spacing: 1.0px;
}
.icons-orange {
	width: 60%;
	display: block;
	color: #f47836;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.75px;
	font-size: 15px;
	margin: 20px auto 0 auto;
	text-align: center;
}

.icons-orange IMG {
	display:block;
	margin-bottom: 20px;
}
.icons-orange SPAN {
	display: flex;
	flex-direction: column;
}
.mkt-box-border {
	border: 1px solid #ccc;
}
.mkt-box-shadow {
	border: 1px solid #e8e8e8;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1);
}
.mkt-box-shadow-noborder {
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.15);
}
.mkt-box-corner {
	border-radius: 6px;
}
.whitelink, .whitelink:focus, .whitelink:hover {
	color: #fff;
	text-decoration: underline;
}
.orangelink, .orangelink:focus, .orangelink:hover {
	color: #f47836;
	text-decoration: underline;
}
.vertCenterLevelOne {
	position:relative; 
	z-index:0;
}
.vertCenterLevelTwo { /* any IMGs need to be at the same level as this container */
	position:absolute; 
	z-index:1;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.vertCenterLevelThree {
	display:table;
	height:100%;
}
.vertCenterLevelFour {
	float: none;
	display:table-cell;
	vertical-align:middle;
}

/* Hubspot Formatting Section */
.hbspt-form FORM {
	padding: 20px 0;
}
.hbspt-form FORM, .hbspt-form LABEL {
	font-family: "Avenir Light",Helvetica,Arial,sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	font-size: 1.1em;
	color: #333;
}
.hbspt-form FIELDSET {
	padding: 7px 0 !important;
	width: 98%;
	max-width: none !important;
}
.hbspt-form UL.no-list, .hbspt-form UL.inputs-list {
	list-style:none;
}
.hbspt-form INPUT[type="radio"] {
	margin: 0 10px 5px 0;
}
.hbspt-form INPUT[type="text"], .hbspt-form INPUT[type="email"], .input TEXTAREA {
	padding: 7px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.hbspt-form .input SELECT, .hbspt-form .input TEXTAREA {
	margin: 7px 0 5px 0;
}
.hbspt-form .input SELECT {
	padding: 10px;
	background: #fff; 
	border: 1px solid #ccc;
}
.hbspt-form .hs-error-msg {
	color: #f0ad4e;
	font-style: italic;
}
.hbspt-form A {
	color: #f47836;
	text-decoration: underline;
}
.hbspt-form INPUT.hs-button {
	background-color: #f47836;
	padding: 10px 3em;
	font-weight: 400;
	color: #fff;
	border: 1px solid #f47836;
	border-radius: 4px;
	text-transform: uppercase;
}
.hbspt-form INPUT.hs-button:hover {
	background-color: #d96a30;
}
.hbspt-form P {
	font-size: 1.1em;
}

/* PRODUCT LIST SECTION */
.panel FOOTER {
	background-color: #fff;
}
.panel FOOTER .btn-primary {
	color: #fff;
	background-color: #f47836;
	border: 2px solid #f47836;
}
.panel FOOTER .btn-primary:focus, .panel FOOTER .btn-primary:hover {
	background-color: #d86a2f;
	border: 2px solid #d86a2f;
}
.btn-outline-primary:focus, .btn-outline-primary:hover, .btn-primary, .label-primary, .list-group .active, .nav-pills > li.active > a, .pagination > .active:hover > a, .pagination > .active > a {
    background-color: #f47836;
}
.btn-primary {
    border-color: #f47836;
}
div [ng-if="productTablInfo.publishOn.trim()"] {
  display: none;
}
.optionalPgCo {
  display: none;
}
.product-title {
    height: 84px;
    max-height: 84px;
}
#prodCatTopHdr {
	letter-spacing: 0.6px;
	font-weight: 600;
	display: none;
}
.scrollnav-wrapper #prodCatTopHdr {
	display: block;
}
#productCatalog {
	margin-top: 1em !important;
}
A[class="m-t-1 text-bold center-block text-xs-center"] {
	font-weight: normal;
	letter-spacing: 0.6px;
	color: #d86a2f;
	margin-top: 20px !important;
}
#productGroupTitle HEADER H2{
	margin-top: 8px;
}
#productGroupTitle HEADER H2 SPAN {
	letter-spacing: .6px;
}
#productGroupTitle HEADER H3 {
	margin-top: 12px;
}
#productGroupTitle HEADER H4 SPAN {
	font-weight: 700;
}
/* LEFTSIDE MENU */
.product-resources H2 {
	font-size: 20px;
}
.product-resources H5 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.6px;
}
#accordion A H6 {
	color: #000;
    font-size: 14px;
	font-family: "Avenir Black",Helvetica,Arial,sans-serif;
	font-weight: normal;
	letter-spacing: 0.4px;
	margin: 5px 0 5px 0;
}
[data-nav="toggle"] > li a.collapsed h6 {
    color: #a6a6a6 !important;
}
[data-nav="toggle"] > li a.collapsed h6:hover {
    color: #000 !important;
}
#accordion A:hover {
    text-decoration: none !important;
}
#accordion .border-b-wrapper {
    border-top: 1px solid #f7f7f7;
    border-bottom: none; 
}
#accordion label {
	font-weight: normal;
	letter-spacing: 0.8px;
    font-size: 14px;
    color: #000;
}
#mainThumbnail {
	width: 80%;
	max-width: 350px;
}
#product-thumbnails .active > img {
    display: none;
}
.p-l-1.ng-scope:hover {
  background-color: #e9f5f3;
}
.p-l-1.ng-scope .active, [data-nav=toggle] .in .active {
	background-color: #e4e1ea !important;
	color: #000;
}
[data-nav="toggle"] > .panel-collapse.in {
    background-color: #f7f8fa !important;
    border-top: 1px solid #e5e5e5;
}
[data-nav="toggle"] > .panel-collapse {
    border-left: 4px solid #432e6f !important;
}
[data-nav="toggle"] a, [data-nav="toggle"] > .panel-collapse {
    
}
[data-nav="toggle"] > .panel-collapse UL LI {
    padding-top: 3px;
	padding-bottom: 1px;
}
[data-nav="toggle"] > li > a.collapsed {
    background-color: #fff !important;
}
[data-nav="toggle"] > li > a:not(.collapsed) {
    background-color: #fcfcfc;
	border-left: 4px solid #432e6f !important;
}
.product-details HEADER, SPAN.isbn {
    font-size: 17px;
  line-height: 12px;
}
.product-details HEADER {
	margin-left: 3px;
	width: 93%;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	font-size: 15px;
}
.product-details HEADER DIV {
	margin: 0 !important;
}
.product-details HEADER DIV DIV {
	margin-top: 12px !important;
}
SPAN.isbn LABEL {
	margin-left: -3px;
}
SPAN.isbn SPAN {
}
SPAN.price {
	font-size: 21px;
}
.product-details * {
}
.product-details {
	padding-top: 0 !important;
}
.product-details DIV {
	padding-right: 0 !important;
}
DIV[class='col-xs-12 p-x-0 text-center text-lg-left p-x-1-lg m-y-2'] {
	margin-top: 1em !important;
}
.product-details .wrapper {
	margin-top: -10px;
	margin-bottom: 0.5em !important;
}
.product-details .wrapper LABEL {
	font-size: 21px;
	line-height: 2.4em;
}
.quantity-input {
	margin-top: 3px;
}
.product-details HR {
	border-top: 1px solid #fafafa;
	margin-bottom: 3px;
	margin-top: 0;
}
.product-details .btn-lg, .product-details .btn-outline-danger {
	clear: both;
}
.product-details .btn-outline-danger {
	color: #d71920;
}
.product-details DIV UL {
	display: inline-block;
}
.product-details .btn-outline-primary {
	color: #f47836;
}
.product-details A.text-primary {
	color: #432e6f;
}
#orderingOptions {
	margin-top: 1.5em !important;	
}
#orderingOptions H4 {
	width: 95%;
	margin-top: 0em !important;
	margin-bottom: 0;
	padding-top: 1em !important;
	border-top: 1px solid #ccc;
}
.border-b-wrapper {
    border-bottom: none;
}
.product-details .icon-arrow-right::before {
    font-size: 10px;
}
/* TABS SECTION */
#product-description-label {
	padding-top: 19px;
	padding-bottom: 19px;
}
.nav-tabs LI A {
	font-size: 13px;
	font-family: "Avenir Black",Helvetica,Arial,sans-serif;
	letter-spacing: 0.4px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 19px;
	padding-bottom: 19px;
	text-align: center;
	color: #432e6f;
}
.nav-tabs LI A:hover {
	text-decoration: none !important;
	color: #555;
}
.nav-tabs:not(.nav-pills) > li.active > a {
    text-decoration: none !important;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    background-color: #ebebeb;
}
#product-content-5 A {
	float:right;
	display: inline-block;
	color: #fff;
	margin-right: 1em;
	padding: 8px 1em;
	background-color: #337ab7;
	border: 1px solid #337ab7;
	border-radius: 4px;
}
#product-content-5 A:hover,#product-content-5 A:focus  {
	background-color: #2e6da4;
	border: 1px solid #2e6da4;
	text-decoration: none;
}
.tab-content, .nav-tabs {
	width: 74%;
	float: right;
}
.tab-content {
	background-color: #fff;
	margin-top: 0 !important;
	padding: 20px 2%;
	border: 1px solid #ddd;
	border-top: none;
}
.tab-content UL LI UL LI:before {
	font-family: "Avenir Light",Helvetica,Arial,sans-serif;
    content: "\00b7";
	padding: 0 10px 0 5px;
}
.tab-content UL {
    list-style-type: none;
	padding: 10px 0 10px 0;
}
.tab-content UL LI {
	padding: 0 0 5px 0;
}
.tab-content UL LI:before {
	font-family: FontAwesome;
    content: "\f0da";
	padding: 0 10px 0 5px;
}
.tab-content UL LI UL {
	padding: 10px 0 10px 0;
}
.tab-content UL LI UL LI {
	padding: 0 0 5px 30px;
}
.tab-content UL LI UL LI:before {
	font-family: "Avenir Light",Helvetica,Arial,sans-serif;
    content: "•";
	padding: 0 10px 0 5px;
}
.tab-content A, .tab-content A:focus, .tab-content A:hover {
	color: #d86a2f;
	text-decoration: underline;
}
.footer-blog-link:after {
	content: "\f101";
    font-family: 'FontAwesome';
	font-size: inherit;
	margin: 0 0 0 5px;
	color: #fff;
}
.footer-links > li {
    border-bottom: 1px solid rgba(255,255,255,.25);
}


@media (max-width: 991px) {	
	/* PRODUCT CATALOG STYLES */
	.tab-content, .nav-tabs {
		width: 100%;
		float: left;
	}
	#product-description-label, #product-content-1-label, #product-content-2-label, #product-content-3-label, #product-content-4-label, #product-content-5-label, #product-content-6-label, #product-content-7-label, #product-content-8-label {
		text-align: left;
	}
	#mainThumbnail {
		width: 100%;
	}
	.product-details HEADER {
		margin-left: 0;
		width: 100%;
	}
	.product-details HEADER DIV {
		width: 100%;
		text-align: center;
	}
}

@media (min-width: 992px) {	
		.top-header-nav {
			display: inline-block;
		}
		.text-size-12-md {
			font-size: 12px;
			line-height: 18px;
		}
		.text-size-14-md {
			font-size: 14px;
			line-height: 20px;
		}
		.text-size-16-md {
			font-size: 16px;
			line-height: 22px;
		}
		.text-size-18-md {
			font-size: 18px;
			line-height: 24px;
		}
		.text-size-20-md {
			font-size: 20px;
			line-height: 26px;
		}
		.text-size-22-md {
			font-size: 22px;
			line-height: 28px;
		}
		.text-size-24-md {
			font-size: 24px;
			line-height: 30px;
		}
		.text-size-26-md {
			font-size: 26px;
			line-height: 32px;
		}
		.text-size-28-md {
			font-size: 28px;
			line-height: 34px;
		}
		.text-size-30-md {
			font-size: 30px;
			line-height: 36px;
		}
		.text-size-38-md {
			font-size: 38px;
			line-height: 44px;
		}
		.text-size-46-md {
			font-size: 46px;
			line-height: 50px;
		}
		.m-t-20-md, .m-y-20-md {
			margin-top: 20px;
		}
		.m-b-20-md, .m-y-20-md {
			margin-bottom: 20px;
		}
		OL.eduBullets LI {
			font-size: 18px;
		}
}

@media (min-width: 768px) {	
}

@media (max-width: 768px) {
		.vertCenterLevelTwo {
			position: inherit;
		}
		.vertCenterLevelThree {
			margin: 20px 1% 20px 1%;
		}
		.vertCenterLevelFour {
			float: left;
		}
		.text-size-12-sm {
			font-size: 12px;
			line-height: 18px;
		}
		.text-size-14-sm {
			font-size: 14px;
			line-height: 20px;
		}
		.text-size-16-sm {
			font-size: 16px;
			line-height: 22px;
		}
		.text-size-18-sm {
			font-size: 18px;
			line-height: 24px;
		}
		.text-size-20-sm {
			font-size: 20px;
			line-height: 26px;
		}
		.m-t-0-sm, .m-y-0-sm {
			margin-top: 0px;
		}
		.m-b-0-sm, .m-y-0-sm {
			margin-bottom: 0px;
		}
		OL.eduBullets LI {
			font-size: 14px;
		}
}

@media (max-width:480px) {
	
}
/*SEO Headings*/
.heading-1 {
	font-size: 30px;
	margin-top: 8px;
}

#productGroupTitle HEADER heading-1 SPAN {
	letter-spacing: .6px;
	font-family: "Avenir Light",Helvetica,Arial,sans-serif;
}

.heading-2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.heading-2.isbn {
		font-size: 17px;
		line-height: 12px;
}

.heading-2 span {
	font-family: "Avenir Light",Helvetica,Arial,sans-serif;
}