/*updated 2017-08-31*/
*, *::before, *::after {
	box-sizing: border-box;
}
/* Fonts and universal styles */
  @font-face {
	font-family: 'archivo_narrowregular';
	src: url('/stylesheets/fonts/archivonarrow-regular-webfont.eot');
	src: url('/stylesheets/fonts/archivonarrow-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/stylesheets/fonts/archivonarrow-regular-webfont.woff') format('woff'), url('/stylesheets/fonts/archivonarrow-regular-webfont.ttf') format('truetype'), url('/stylesheets/fonts/archivonarrow-regular-webfont.svg#archivo_narrowregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*overide addthis desktop position*/
.atss {
	position:fixed;
	top:32% !important;
	width:3pc;
	z-index:100020;
	background:none
}
@font-face {
	font-family: 'icomoon';
	src:url('/stylesheets/fonts/icomoon.eot');
	src:url('/stylesheets/fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('/stylesheets/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.visible-print-block {
	display: none;
}
body {
	margin: 0;
	padding: 0;
}
 [class*="icon-"] {
 font-family: 'icomoon';
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
 color: white;
 opacity: .5;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-size: 14px;
}
.nap-menu {
	color: #3b3b3b !important;
	font-size: 31px !important;
}
.icon-menu:before {
	content: attr(data-icon);
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}
#lightbox {
	position: fixed;
	top: 100px;
	left: 50%;
	margin: 0 auto 0 -225px;
	max-width: 450px;
	background: #fff;
	padding: 10px;
	z-index: 1001;
	display: none;
}
#lightbox img {
	max-width: 100%;
}
#lightbox-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	display: none;
}
/* Shared header styles */
  #topnav, #topnav a, #topnav input {
	font: 14px 'archivo_narrowregular', Arial, Helvetica, sans-serif;
}
#topnav .site-links a:hover {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	opacity: 0.5;
}
/* Large header styles */

 div.nap-logo > a {
	display:block;
}
#topnav {
	background: #fff url(/images/hdr/bg-nasem-rule.png) repeat-x top left;
	/*background: #fff url(/images/hdr/bg-nasem-dots.png) top right no-repeat;*/
}
#header-large {
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 2px 4px rgba(204, 204, 204, 1);
	-moz-box-shadow: 0 2px 4px rgba(204, 204, 204, 1);
	box-shadow: 0 2px 4px rgba(204, 204, 204, 1);
	 
}
#header-large .icon-menu {
	opacity: 0.3;
	display: inline;
	color: #000;
}
#header-large .topnav-inner {
	max-width: 1340px;
	margin: 0 auto;
	display: block;
	position: relative;
}




#header-large a.site-links {
	margin-right: 15px;
color: #fff;
height: 50px;
line-height: 50px;
padding-left: 5px;
padding-right: 5px;
	
	
}

#header-large a.site-links:hover {
	background:#025784;
	text-decoration: none;
		
}


#header-large .site-links li {
	display: inline;
	margin: 0;
	padding: 0;
}
#header-large .site-links .menu a {
	color: #fff;
	text-decoration: none;
	margin-right: 14px;
}

nav#site-links.visible-1295px {
	display: inline-block !important;	
}
nav#site-links.hidden-1294px {
		display: none !important;	
	}


@media only screen and (max-width: 974px) {
#sitelinks {
   display: inline-flex !important	
	}
	
#sitelinks-wide {
	display: none !important;	
}
}
nav#sitelinks{
	background:transparent;
	float:left;
	z-index: 999;
	padding-left: 0px;
	margin-left: 20px;
	display: none;
	align-items: center;
	align-content: space-between;
	height: 50px;
}

nav#sitelinks-wide {
	background:transparent;
	float:left;
	z-index: 999;
	padding-left: 0px;
	margin-left: 20px;
	display: inline-flex;
	align-items: center;
	align-content: space-between;
	height: 50px;
}
nav#sitelinks-wide ul, nav#sitelinks ul {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	z-index: 999;
}
nav#sitelinks-wide ul li, nav#sitelinks ul li {
	float:left;
	display:inline;
	
	
}
nav#sitelinks-wide ul li:hover, nav#sitelinks ul li:hover {
	background:#025784;
}
nav#sitelinks-wide ul li a, nav#sitelinks-wide ul li span.sitenonlink, nav#sitelinks ul li a, nav#sitelinks ul li span.sitenonlink {
	display:block;
	padding:0px 15px;
	color:#fff;
	height: 40px;
	line-height: 50px;
	vertical-align:middle;
	cursor: pointer;
}
nav#sitelinks-wide ul li ul, nav#sitelinks ul li ul {
	position:absolute;
	width: 350px;
	background:#025784;
	padding-bottom: 20px;
}
nav#sitelinks-wide ul li ul li, nav#sitelinks ul li ul li {
	margin:0;
	width: 100%;
	height: 35px;
	background:#025784;
	display: block;
}

nav#sitelinks-wide ul li ul li a, nav#sitelinks ul li ul li a {
	margin:0;
	padding: 0 0 5px 15px;
	/* width:250px; */
	line-height: 35px;
}
navnav#sitelinksnav-wide ul li ul li:hover a, navnav#sitelinksnav ul li ul li:hover a {
	background:#3a85b3;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#sitelinks-wide ul li ul li a:hover, #sitelinks ul li ul li a:hover {
		background:#3a85b3;
		/* height: 35px; */
}
nav#sitelinks-wide ul li ul.fallback, nav#sitelinks ul li ul.fallback {
	display:none;
}
nav#sitelinks-wide ul li:hover ul.fallback, nav#sitelinks ul li:hover ul.fallback {
	display:block;
}
#header-large .row-1 {
	width: 100%;
	
	
	display: inline-flex;
	justify-content: flex-start;
	flex-flow: row nowrap;
	align-items: center;
	
}

#header-large .row-2 {
	background: #3a85b3;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	position: relative;
}
#header-large #browsemenu {
	float: left;
	display: inline;
	position: relative;
	padding-left: 5px;
	padding-top: 0px;
}
#header-large .bbt-wrapper {
	display: none;
}
#header-large .phone {
	width: 100px;
	margin: 10px 50px;
	display: inline-block;
	position: relative;
	color: silver;
	font-family: 'open_sansregular', arial, helvetica, sans-serif;
	font-size: 11px;
}
#header-large .user-links {
	white-space: nowrap;
	/*! float: right; */
	display: inline-block;
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: right;
	/*! background: #015784; */
	top: -140px;
	right: 5px;
}
#header-large .user-links li {
	display: inline;
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
	white-space: nowrap;
}
#header-large .user-links a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	
	font-family: 'archivo_narrowbold', arial, helvetica, sans-serif;
}
#header-large .user-links a:hover {
	 color: #3a85b3;
}
#header-large .user-links .cart-badge {
	display: inline-block;
	text-align: center;
	line-height: 1;
	background: #60B0EC;
	color: white;
	font-weight: bold;
	border-radius: 20px;
	padding: 3px 6px;
	margin-left: 3px;
}


@media only screen and (max-width: 974px) {
	#topnav {
	background: transparent url(/images/hdr/bg-nasem-rule.png) repeat-x top left;
	
}


}
#header-large #naplogo_bg_big {
	background: none !important;
}

#header-large .nasemlogo {
	padding-left: 15px;	
	
}

#header-large .nasemlogo img {
	display: inline !important;
}
#header-large .naplogo {
	
	position: absolute;

right: 7px;
top: 65px;

}

#header-large .naplogo img {
	
	max-width: 350px;
	
}
#header-large #mobilesearch {
	position: absolute;
	right: 0px;
	height: 30px;
}
#header-large .message {
	color: #ccc;
	position: absolute;
	right: 7px;
	font: 14px/85px 'archivo_narrowregular', Arial, Helvetica, sans-serif;
	
	text-align: right;
	line-height: 50px;
	vertical-align: middle;
}
#header-large .depth {
	border: none;
	/*background: transparent linear-gradient(#EEE, #FFF) repeat scroll 0% 0%;*/
    transition: all 0.3s ease-out 0s;
	padding: 5px;
	color: #555;
	border-radius: 4px;
	position: relative;
	background: none;
}
#header-large .depth:focus {
	outline: none;
	background-position: 0 -1.7em;
	background-color: #fff;
}
#header-large .searchwrapper {
	width: 500px;
	float: left;
	margin-top: 5px;
	height: 26px;
	-moz-box-sizing:content-box;
	webkit-box-sizing:content-box;
	box-sizing:content-box;
}
#header-large .search-term {
	width: 60%;
	border-radius: 50px;
	background: #fff;
	margin: -3px 0px 0px 0px;
	height: 35px;
	border: none;
	color: #666;
	font-size: 14px;
	
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 36px;
	-webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
	transition: all 0.3s ease-out;
	float: right;
}
input[type="text"].search-term::-webkit-input-placeholder {
  color: #999;
   opacity: .8
}
input[type="text"].search-term::-moz-placeholder {
  color: #999;
   opacity: .8
}
input[type="text"].search-term:-ms-input-placeholder {
  color: #999;
   opacity: .8
}
input[type="text"].search-term:-moz-placeholder {
  color: #999;
  opacity: .8
}

#header-large .search-term:focus {
	width: 70%;
	
	color: #000;
}
#header-large .search-form .mobilesubmit {
	display: inline !important;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	right: 15px;
	padding: none;
	height: 25px;
	
	border: none;
	background: none;
}


/* Small header styles */
  #header-small {
	display: none;
	width: 100%;/*border-top: 5px solid #3b3b3b;*/
}

#header-small .topnav-inner {
	
	display: block;
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;	
	
}



#header-small .nasemlogo {
	padding-left: 10px;
	min-width: 75px;
	margin-top: -2px;
}
#header-small .naplogo {
	margin-left: 20px;
	
	padding-top: 5px;
	
	margin-right: 5px;
}

#header-small .mobile-logo {
	height: auto;
	
}

#header-small .naplogo img {
	font-size: 0px;
	vertical-align: middle;
	
	height: auto;
	
	float: right;
}

#header-small .nasemlogo img {
	font-size: 0px;
	vertical-align: middle;
	margin-top: 1px;
	float: left;
	min-width: 100px;
    
}
#header-small .mobile-inner {
	
	border-bottom: 1px solid #dedede;
	z-index: 201;
}
#header-small .mobile-logo .mobile-search {
	position: relative;
	width: 45%;
	float: right;
}
#header-small .user-links {
	background: #00679f;
	white-space: nowrap;
	margin: 0;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	overflow: hidden;
	text-align: right;
}
#header-small .user-links .cart-badge {
	display: inline-block;
	text-align: center;
	line-height: 1;
	background: #60B0EC;
	color: white;
	font-weight: bold;
	border-radius: 20px;
	padding: 3px 6px;
	margin-left: 3px;
}
#header-small .user-links li {
	display: inline;
	margin: 0 0 5px;
	padding: 0 10px
}
#header-small .user-links li a {
	color: white;
	font-size: 11px;
	text-decoration: none;
}
#header-small .user-links a:hover {
	 color: #3a85b3;
}
#header-small .mobilenav, .mobile-nav {
	white-space: nowrap;
	height: 40px;
	line-height: 40;
	overflow: hidden;
	width: 70px;
	padding-top: 5px;
	float: left;
	background: #003351 none repeat scroll 0% 0%;
}
#header-small .mobilenav, .mobile-nav a {
	color: white;
}
.nap-menu {
	color: #FFF !important;
	font-size: 18px !important;
}
#header-small .mobilenav #mobile_menuBtn {
	text-align: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	cursor: pointer;
	min-width: 95%;
	height: auto;
	margin: 0 10px 0 12px;
}

#header-small .mobilemenu {
	display: none;
	position: relative;
	top: 0;
	left: 0;
	zoom: 1;
	background: #003351;
	overflow: hidden;
	vertical-align: middle;
	width: 100%;
	z-index: 100;
}
#header-small .search-form {
	vertical-align: middle;
	padding: 5px;
	position: relative;
	width: 250px;
}

.mobile-search-sm.hidden-nap-xs {
	float: left;	
	
	background: #00679f;
	height: 40px;
	
}


.mobilemenusearch {
	display: none;
}


#header-small .mobile-search-sm .search-form .search-term {
	
	height: 30px;
	width: 250px;
	line-height: 30px;
	border: 1px solid #ccc;
	border-radius: 50px;
	color: #333;
	font-size: 14px;
	background: #fff;
	vertical-align: middle;
	padding-left: 10px;
	-webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
	transition: all 0.3s ease-out;
	float: left;
	outline: 0;
	margin-right: 5px;
}

#header-small .search-form .mobilesubmit-xs {
	display: inline;
	position: absolute;
	width: 18px;
	top: 10px;
	right: 10px;
	
}
#header-small .site-links {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#header-small .site-links li {
	display: block;
	padding: 10px 3px;
	border-bottom: 1px solid #3f3f3f;
}
#header-small .site-links .icon-menu {
	margin: 0 6px;
}
#header-small .site-links a {
	color: white;
	text-shadow: 1px 1px 1px #404040;
	filter: dropshadow(color=#404040, offx=1, offy=1);
	font-size: 14px;
	text-decoration: none;
	display: inline;
}

.mobilemenu > .mobilemenusearch {
	display: none;	
}

.mobilemenusearch > .search-form > .search-term {
   display: none;
}

.mobilesubmit-xs {
	display: none;
}

/* Media query to toggle headers */
@media only screen and (max-width : 875px) {
#header-large {
	display: none;
}
#header-small {
	display: block;
	box-shadow: 3px 3px 3px #efefef;
}
#header-small .mobile-logo .logo-inner {
	padding: 10px 10px 5px;
	width: 60%;
	-webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
	transition: all 0.3s ease-out;
}
#header-small .mobile-logo .mobile-search-sm {
	position: relative;
	width: 40%;
	padding: 10px 10px 5px;
}
#header-small .search-form .search-term {
	padding-right: 38px;
}
}

@media screen and (max-width: 600px) {
#header-small .mobile-search-sm, .mobile-search-sm.hidden-nap-xs {
	display: none !important;	
}

.mobilemenusearch {
    width: 100%;
    background: #3a85b3;
	position: relative;
	display: inline;
}

.mobilemenusearch > .search-form > .search-term {
    width: 98%;
    height: 40px;
    padding: 5px;
	margin: 5px;
	border: none;
	display: inline;
}

.mobilesubmit-xs {
	position: absolute;
	right: 15px;
	top: 4px;	
	display: inline;
}

.mobilemenu > .mobilemenusearch {
	display: block;	
	position: relative;
	width: 100%;
}

#header-small .search-form {
	vertical-align: middle;
	padding: 5px;
	position: relative;
	width: 100%;
}

.mobile-search-sm.hidden-nap-xs {
	
	
	background: #00679f;
	height: 40px;
	
}
.mobilemenu > .mobilemenusearch > .search-form > .search-term {
	
	height: 30px;
	width: 100%;
	line-height: 30px;
	border: none;
	color: #333;
	font-size: 14px;
	background: #fff;
	vertical-align: middle;
	padding-left: 10px;
	outline: 0;
	margin-right: 5px;
}

.mobilemenu > .mobilemenusearch > .search-form > .mobilesubmit-xs {
	display: inline;
	position: absolute;
	width: 18px;
	top: 10px;
	right: 10px;
	
}

.search-term:focus {
	width: 100%;
	
	color: #000;
}
}
@media only screen and (max-width : 751px) {
#header-small .mobile-logo .logo-inner {
	padding: 10px 10px 5px;
	width: 100%;
	float: none;
}

}
/* Footer styles */
  footer {
	width: 100%;
	/*  min-width: 480px;*/
    display: block;
}
.global-footer {
	font: normal 100% Arial, Helvetica, sans-serif;
	padding: 0px;
	background-color: #044163;
	border-top: 12px solid #00263b;
	color: #B9B8B5;
	font-size: 14px;
	line-height: 24px;
}
.full-width-wrapper {
	margin: 0 auto;
	max-width: 980px;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 10px;
}
.far-right {
	width: 130px !important;
	display: inline-block;
	float: left;
}
.footer-section {
	display: inline-block;
	margin-bottom: 0px;
	margin-right: 24px;
	vertical-align: top;
	width: 240px;
	float: left;
}
.full-width {
	display: block;
	margin-right: 0;
	margin-top: 0px;
	text-align: center;
	width: 100%;
	margin-left: 0px;
	background: #00263b;
	padding-bottom: 50px;
}
#global-footer {
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 24px;/*margin-top: 50px;*/
}
#global-footer a:link {
	color: #999;
	text-decoration: none;
}
#global-footer a:visited {
	color: #999;
}
#global-footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#global-footer h6 {
	color: #dbdbdb;
	font-size: 14px;
	margin: 15px 0px 5px 0px;
	padding: 0;
	text-align: left !important;
}
#global-footer ul {
	margin-bottom: 10px;
	text-align: left;
	line-height: 24px;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top:0px;
}
#global-footer ul.ordering {
	margin-bottom: 40px;
}
.toplink {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	text-align: right;
	height: 35px;
	z-index: 9999;
}
li.footer13_email a {
	background: url('/images/footer_13_icons.png') no-repeat scroll 0 -1px;
	padding-left: 27px;
	padding-bottom: 2px;
	padding-top: 2px;
}
li.footer13_email a:hover {
	background: url('/images/footer_13_icons.png') no-repeat scroll 0 -22px;
	padding-left: 27px;
	padding-left: 27px;
	padding-bottom: 2px;
	padding-top: 2px;
}
li.footer13_fb a {
	background: url('/images/footer_13_icons.png') no-repeat scroll 0 -47px;
	padding-left: 27px;
	padding-left: 27px;
	padding-bottom: 2px;
	padding-top: 2px;
}
li.footer13_fb a:hover {
	background: url('/images/footer_13_icons.png') no-repeat scroll 0 -69px;
	padding-left: 27px;
	padding-bottom: 2px;
	padding-top: 2px;
}
li.footer13_tw a {
	background: url('/images/footer_13_icons.png') no-repeat scroll 0 -95px;
	padding-left: 27px;
	padding-bottom: 2px;
	padding-top: 2px;
}
li.footer13_tw a:hover {
	background: url('/images/footer_13_icons.png') no-repeat scroll 0 -117px;
	padding-left: 27px;
	padding-left: 27px;
	padding-bottom: 2px;
	padding-top: 2px;
}
li.footer13_gp a {
	background: url('/images/footer_13_icons.png') no-repeat scroll 0 -143px;
	padding-left: 27px;
	padding-bottom: 2px;
	padding-top: 2px;
}
li.footer13_gp a:hover {
	background: url('/images/footer_13_icons.png') no-repeat scroll 0 -165px;
	padding-left: 27px;
	padding-bottom: 2px;
	padding-top: 2px;
}
li.footer13_rss a {
	background: url('/images/footer_13_icons.png') no-repeat scroll 0 -190px;
	padding-left: 27px;
	padding-bottom: 2px;
	padding-top: 2px;
}
li.footer13_rss a:hover {
	background: url('/images/footer_13_icons.png') no-repeat scroll 0 -212px;
	padding-left: 27px;
	padding-bottom: 2px;
	padding-top: 2px;
}
li.footer13_inst a {
	background: url('/images/footer_13_icons.png') no-repeat scroll 0 -390px;
	padding-left: 27px;
	padding-bottom: 2px;
	padding-top: 2px;
}
/*li.footer13_pod a {
	background: url('/images/footer_13_icons.png') no-repeat scroll 0 -239px;
	padding-left: 27px;
	padding-bottom: 2px;
	padding-top: 2px;
}
*/
li.footer13_inst a:hover {
	background: url('/images/footer_13_icons.png') no-repeat scroll 0 -417px;
	padding-left: 27px;
	padding-bottom: 2px;
	padding-top: 2px;
}
li.footer13_more a {
	background: url('/images/footer_13_icons.png') no-repeat scroll 0 -283px;
	padding-left: 27px;
	padding-bottom: 2px;
	padding-top: 2px;
}
li.footer13_more a:hover {
	background: url('/images/footer_13_icons.png') no-repeat scroll 0 -300px;
	padding-left: 27px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.full-width-top {
	display: block;
	margin-right: 20px;
	margin-top: 0px;
	text-align: right;
	width: 100%;
	margin-left: 0px;
	background: #00263b;;
}
div.footer13_top {
	width: 100%;
	height: 40px;
	background: #00263b;;
}
.footer13_top a {
	background: url('/images/footer_13_icons.png') no-repeat scroll 0 -330px;
	padding-left: 30px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 20px;
}
.footer13_top a:hover {
	background: url('/images/footer_13_icons.png') no-repeat scroll 0 -358px;
	padding-left: 30px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 20px;
}
#mobile_ftr {
	display: none;
}
#naidftr {
	margin: 0 auto;
	background: url('/images/footer_naid.png') no-repeat top center;
	width: 292px;
	height: 41px;
	display: block;
}
#naidftr span {
	display: none;
}
/* Floating back to top button */
  .back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: #333;
	font-size: 12px;
	padding: 1em;
	display: none;
}
.back-to-top:hover {
	background-color: #000;
}
.back-to-top span {
	font-size: 18px;
}

 @media screen (max-width: 768px) {
.footer-section {
 display: block;
 float: none;
 clear: both;
}
}


 @media print {
 @page {
 margin: 1cm;
}
#container {
	width: 90%;
}
section.top-rows, div.top-rows, #topnav, footer, div.footer13_top, a.back-to-top {
	display: none;
}
a.book-title {
	display: none;
}
.book-tile.col-sm-2 {
	width: 50%;
}
.row-cartbtn {
	position: static;
	display: none;
}
.well img {
	float: left;
	margin-right: 20px;
	width: 100px;
	height: auto;
}
.book-tile {
	height: 200px;
	border: none;
}
.ft .well {
	height: 200px !important;
	border: none;
}
/*#topnav.site-links,#topnav.row1,#mobilesearch,.full-width-top,.full-width-wrapper,.panel.panel-default.links-panel {
    display:none;
    }
		*/
		
.visible-print-block {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 0px 10px 0px 10px;
}
#header-large {
	background: none;
}
section.footer-section {
	width: 100%;
	display: block;
}
#naidftr span {
	color: #000;
	font-size: 24px;
	background: none;
	display: block;
}
.middle-rows, .book-row {
	margin-bottom: 50px;
	page-break-inside: avoid;
}
.col-sm-4.ql {
	display: none;
}
.img-cover150 {
	border: 1px solid #ccc !important;
}
/*Catalog Page Specific*/

#actions, #purchase {
	display: none;
}
a.catalog-title[href]:after {
	content: " (" attr(href) ")";
	display: none;
}
/*List View*/


.list-row.row {
	page-break-inside: avoid;
}
a.buyit, .results-actions {
	display: none !important;
}
/*Topics*/
.pager-column {
	display: none;
}
/*General Formatting*/ 
* {
	color: #000;
	background-color: #fff;
 @include box-shadow(none);
 @include text-shadow(none);
}
img, section, #fixedfooter {
	page-break-inside: avoid;
	page-break-after: avoid;
}
*, *:before, *:after {
	background: transparent !important;
	color: #000 !important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
	margin-top: 10px;
	display: inline-block;
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}