body {
	background: white;
	font: 16px/24px Arial;
	padding: 0;
	margin: 0;
	font-family: "Lato";
	color: #333;
}
.mobileinfo {
	display: none;
}
p {
	margin: 0 0 16px;
}
.book .col-4 p {
	font-size: .9em;
}
.author {
	text-transform: none;
}
.price {
	font-weight: bold;
	color: #8e333e;
}
.specs {
	color: #999;
}
a {
	color: #155593;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0 0 30px;
	font-family: "Lato";
	font-weight: 600;
	line-height: normal;
	font-size: 1.7em;
	margin-left: 1%;
}
h1 + p.sub-title {
	margin: -25px 0 10px 0;
	font-family: "Lato";
}
h2, h3 {
	margin: 0 0 15px;
	font-family: "Lato";
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	font-size: 1.15em;
	letter-spacing: 1.5px;
}

h2 { 
	margin-bottom:10px;

}
.catalogs h2 {
	clear: both;
}
.journals h2 {
	text-transform: none;
	min-height: 50px;
}
h3 {
	margin: 0 0 15px;
	font-family: "Lato";
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	font-size: 1.1em;
}
h3.author {
	font-weight: bold;
	margin: 0 0 25px 0;
	letter-spacing: 0px;
}
.catalog-tile h3 {
	text-transform: none;
	font-size: .8em;
	margin: 0;
}
h4 {
	margin: 0 0 5px;
	font-family: "Lato";
	font-weight: 400;
	line-height: normal;
	font-size: 1em;
}
h5, h6 {
	margin: 0 0 5px;
	font-family: "Lato";
	font-weight: 400;
	line-height: normal;
	font-size: .9em;
}
blockquote {
	color: #555;
	margin: 0 0 20px 0;
	font-size: .9em;
}
blockquote .byline {
	display: block;
	text-align: right;
	float: right;
	width: 80%;
	font-size: .9em;
	color: #111;
}
.left {
	float: left;
	margin: 0 15px 0 0;
}
.right {
	float: right;
	margin: 0 0 0 15px;
}
.btn {
	background: #4f8bc9;
	color: #f4f4f4;
	padding: 6px 15px;
	display: inline-block;
	margin: 0 0 20px 0;
}
.btn.sm {
	font-size: .8em;
}
.btn.md {
	font-size: .9em;
	text-transform: uppercase;
	padding-right: 24px;
}
.btn.lg {
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 12px 24px;
}
.col-4 .btn {
	display: block;
	text-align: center;
}
.clearfix:after, blockquote:after {
	content: "";
	display: table;
	clear: both;
}
.row {
	margin: 0 0 25px 0;
}
.home-top .row {
	margin: 0;
}
.col {
	float: left;
	padding: 0 1%;
}
.col-2 {
	width: 14.5%;
}
.col-4 {
	width: 30%;
	padding-right:2%;
}
.col-6 {
	width: 48%;
}
.col-8 {
	width: 64%;
	padding-left:1%;
}
.col-10 {
	width: 81.5%;
}
.col-12 {
	width: 100%;
	padding: 0;
	float: none;
}
.col-sep-6 {
	background: url(../assets/bg_vert_stripe3.png) top left 50% repeat-y;
}
.col img {
	max-width: 100%;
}
header, footer, .home-top, .home-bottom {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
header {
	position: inherit;
}
#content, .journal-top {
	position: relative;
	width: 980px;
	padding: 0 10px;
	margin: 0 auto;
}
#header-wrapper {
	background: #222222;
/* 	height: 134px; */
}
.catalogs #header-wrapper {
	margin: 0 0 25px;
}
#user-actions {
	float: right;
/*	width: 23%;	*/
	width: 26%;
	text-align: right;
	margin: 50px 0 0px 0;
	clear: right;
}
#user-actions .cart {
	float: left;
	color: #555;
	font-size: .8em;
	margin: 0px 0px 0 -5px;
}
#user-actions .cart a {
	color: #bababa;
	font-size: 16px;
	display:inline-block;
	margin-top:3px;
}
#user-actions .cart i {
	margin: 0 5px 0 0;
}
.search-form-module label, .signup-form-module label {
	display: none;
}
.search-form-module input[type="text"] {
	border: none;
	-webkit-box-shadow:inset 1px 1px 2px 0px #e6e7e8;
	box-shadow:inset 1px 1px 2px 0px #e6e7e8;
	line-height:25px;
	width:100px;
	padding:0px 5px;
	height:27px;
	margin-top:1px;
/* 	padding: 5px 8px 6px;
	color: #cccccc;
	text-transform: uppercase;
	font-size: .7em;
	width: 90px;
	margin-right:-5px;
	height:16px; */
}
.search-form-module .searchsubmit {
	background: #cccccc;
	color: #000000;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	padding: 5px 10px 6px;
	cursor: pointer;
	height:27px;
/* 	display:block; */
	float:right;
	margin-top:1px;
	margin-left:-2px;
	line-height:0px;
	font-size:12px;
}
.signup-form-module input[type="text"] {
	border: none;
	padding: 10px;
	color: #555;
	font-size: .8em;
	-webkit-box-shadow: 1px 1px 0 0 #333;
	box-shadow: 1px 1px 0 0 #333;
}
.signup-form-module input.submit {
	background: #c62a1d;
	-webkit-box-shadow: 1px 1px 0 0 #333;
	box-shadow: 1px 1px 0 0 #333;
	margin: 0 0 0 -4px;
	border: none;
	padding: 11px 15px;
	color: #fff;
	
}
#logo {
	float: left;
	margin: 25px 0 0 0;
}
#logo img {
	width: 65px;
	height: auto;
	border:0;
}
#psup-line {
	float: right;
	margin: 25px 0 0 0;
}
#psup-line img {
	height: 15px;
	width: auto;
}
#primary-nav {
	width: 980px;
	margin: 0 auto;
	font-size: .95em;
}
#primary-nav ul {
/*	margin: -31px 250px 0 0;	*/
	margin: -31px 270px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
#primary-nav li {
	margin: 0 0 0 0px;
	padding: 0;
	display: inline-block;
	position: relative;
}
#primary-nav a {
	color: #bababa;
	text-decoration: none;
	display: block;
	padding: 7px 18px;
	font-family: "Lato";
	text-transform: uppercase;
}
#primary-nav a:hover, #primary-nav a.active, #primary-nav li:hover > a {
	background: #383838;
	color: #efefef;
}
#primary-nav ul ul {
	display: none;
	position: absolute;
	top: 69px;
	left: auto;
	width: 260px;
	z-index: 100;
	background: #383838;
}
#primary-nav ul ul li {
	display: block;
	font-size: .9em;
}
#primary-nav ul li a:hover, #primary-nav ul li:hover > a {
	color: #fff;
	background: #727272
}
#primary-nav ul ul ul {
	left: 260px;
	top: 31px;
}
#primary-nav li.child a:after {
	content: "\25BA";
	float: right;
}
#primary-nav li.child li a:after {
	content: "";
	float: none;
}
/*#primary-nav .sub-nav-wrapper {
	width: 100%;
    background: #383838;
    left: 0;
    top: 130px;
    position: absolute;
    height: auto;
	display: none;
	z-index: 100;
}
#primary-nav .sub-nav {
    width: 980px;
    margin: 0 auto;
    background: #383838;
    text-align: left;
    z-index: 10;
    font-size: .8em;
}
#primary-nav .sub-nav ul {
	margin: 0;
	float: none;
}
#primary-nav .sub-nav li {
	display: block;
	margin: 0;
	padding: 0;
}
#primary-nav .sub-nav li a {
	padding: 0;
	color: #efefef;
	text-transform: none;
}
#primary-nav .sub-nav h4 {
	color: #efefef;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 15px;
}
#primary-nav .sub-nav-list {
	float: left;
	padding: 10px;
	margin: 0 10px 0 0;
	width: 132px;
}
#primary-nav .sub-nav-list a {
		text-transform:initial;
		padding:initial;
}*/
.list-item .item {
	height: 230px;
	width: 33%;
	float: left;
	margin: 25px 0px 0 0;
	text-align: center;
}
.list-item .item-content {
	height: 200px;
	width: auto;
	float: left;
	margin-top: -5px;
}
.books .item-content p {
	padding: 7px;
	text-align: left;
}
.journals .item-content p {
	padding: 7px;
	padding-left: 15px;
	text-align: left;
}
.item-content h3 {
	font-size: 1em;
}
.books .list-item .item {
	height: 230px;
	width: 20%;
	float: left;
	margin: 25px 0px 0 0;
	text-align: center;
}
.books .list-item .item-content {
	height: 200px;
	width: auto;
	float: left;
	margin-top: -5px;
}
.banner-background img {
	width: 100%;
	float: left;
}

.banner-cover img {
	float: left;
	height: 150px;
	width: auto;
	margin-left: 75%;
	margin-top: -190px;
}
.banner-text {
	float: left;
	margin-top: -190px;
	margin-left: 12%;
}
.catalog-heading h1 {
	margin-bottom: 0;
}
.breadcrumbs {
	padding: 10px 0 10px 0;
	font-size: .9em;
	margin: 0;
	min-height:10px;
}
.box {
	background: #fff;
}
.box .gray { 
	background:#f5f5f5;
}
.box .padded { 
	padding:15px;
}
.journal-sidebar {
	text-align: center;
}
.journal-sidebar img {
	height: 150px !important;
	width: auto;
}
.box .padded img { 
	max-width:100%;
	height:auto;
}
.box .mailinglist { 
	font-size:16px;
}
.box .mailinglist:after {
	display: table;
	clear: both;
	content: "";
}
.box .mailinglist input[name='email'] { 
	font-size: 18px;
    font-family: 'Lato';
    font-weight: 300;
    padding: 0px 7px;
    width: 200px;
    float: left;
    height:33px;
    vertical-align:top;
    border:1px solid #a9a9a9;
}
.box .mailinglist .submit_arrows { 
	border:none;
	margin:0;
	vertical-align:top;
	height:35px;
	line-height:0px;
	font-size:22px;
	border-radius: 0px 20px 20px 0;
	padding-left:10px;
	padding-right:15px;
	width:44px;
	background: #a9a9a9;
/* 	background: #a9a9a9;
	border: 0px none;
	font-size: 24px !important;
	width: 44px;
	height: 37px;
	
	margin-left: -5px;
	margin-bottom: 0px;
	float: left;
	line-height: 23px !important;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px; */
}
.box .center { 
	text-align:center;
}
.box .catalog a { 
	padding:12px;
	display:inline-block;
}
.box-style-1 {
	color: #fff;
	background: #c36d6b;
	padding: 15px;
}
.box h3 {
	text-transform: uppercase;
	margin: 0 0 8px;
}
.box-style-1 h3 {
	text-transform: none;
}
.box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .9em;
}
.box ul a {
	color: #333;
}
.journal-tile {
	text-align: center;
}
.journal-top-wrapper {
	background: #f5f5f5;
	background-size: cover;
}
.home-top-wrapper {
	padding: 0;
	margin: 0 0 20px 0;
	clear:both;
}
.home-bottom-wrapper {
	padding: 40px 0;
	margin: 0 0 25px;
}
img.journal-image {
	width: 100%;
	/*height: 450px;*/
	height: auto;
	/* 	border: 1px solid #333; */
	margin: 0 0 15px;
}
.slickslider .item {
	margin: 0 10px;
}
.slick-slide {
	position: relative;
}
#flexslider-2{
	background-color: #f5f5f5;
}
#flexslider-2a{
	background-color: #f5f5f5;
}
#flexslider-2b{
	background-color: #f5f5f5;
}
#flexslider-2 .item {
	margin: 0;
	padding: 15px 10px 15px 10px;
	min-height: 200px;
	height:200px;
}
#flexslider-2a .item {
	margin: 0;
	padding: 15px 10px 15px 10px;
	min-height: 200px;
	height:200px;
}
#flexslider-2b .item {
	margin: 0;
	padding: 15px 10px 15px 10px;
	min-height: 200px;
	height:200px;
}
#noflexslider .item {
	margin: 0;
	padding: 15px 10px 15px 10px;
	min-height: 200px;
	height:200px;
	width:142px;
	float:left;
}
.hover-content .item {
	cursor: pointer;
	position: relative !important;
}
.item img {
	height: 100%;
	width: auto;
	max-height:200px;
	border:0;
}
.item h3 {
	font-family: "Lato";
	font-size: 1em;
	font-weight: 700;
	text-transform: none;
	margin: 0 0 3px;
	letter-spacing:normal;
}
.item p {
	font-size: .8em;
	line-height: 1.5em;
}
.item img {
	margin: 0 0 10px;
}
.item-content{
	display: none;
	position: absolute;
	top: 5px;
	left: 0;
	background: rgba(255,255,255,.92);
	padding: 15px 10px;
	margin: 10px;
	height: 170px;
    overflow: hidden;
}
#flexslider-4 .item-content {
	height: 72%;
	margin: 0;
	top: 0;
}
.catalog-tile {
	text-align: center;
	float: left;
	width: 18%;
	margin: 0 1% 25px;
}
.catalog-tile img {
	width: 100%;
	height: auto;
}
.button-row {
	margin: 0 0 15px;
}
.button-row .btn {
	margin-right: 5px;
}
.button-row:after {
	content: "";
	display: table;
	clear: both;
}
footer {
	padding: 15px 0;
	border-top: 2px solid #838584;
	font-size: .85em;
}
footer .contact {
	float: left;
	margin: 0 20px 0 0;
}
footer address {
	float: right;
	text-align: right;
	font-style: normal;
	text-transform: uppercase;
}
footer img { 
	border:0;
}
footer address span {
	margin: 0 0 0 5px;
}
.social a {
	margin: 0 5px 0 0;
}
.social a i {
	color: #fff;
    background: #838584;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    line-height: 17px;
    vertical-align: middle;
    padding: 7px;
    font-size: 18px;
}
#PSU_logo img {
	width: 200px;
	float: left;
}
#psup_line_footer{
	float: left;
	margin: 0 0 0 18px;
}

/* Tabs */
#tabs {
	clear: both;
}
.ui-tabs ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
.ui-tabs ul:after {
	clear: both;
	content: "";
	display: table;
}
.ui-tabs li {
	float: left;
	margin: 0 1px 0 0;
}
.journal .ui-tabs li {
	width: 24%;
}
.ui-tabs-nav a, .resp-tabs-list span {
	background: #b1b1b1;
	padding: 4px 9px;
	display: block;
	color: #333;
	font-size: .85em;
	cursor: pointer;
}
h2.resp-accordion {
	background: #b1b1b1;
	padding: 6px 16px;
	color: #333;
	font-size: 1.1em;
	cursor: pointer;
	margin: 0 0 6px;
}
.ui-tabs a:hover {
	text-decoration: none;
}
.journal .ui-tabs a {
	height: 47px;
}
.ui-tabs .ui-tabs-active a, .ui-tabs .ui-state-active, .ui-tabs .resp-tab-active, .resp-tabs-list .resp-tab-active span {
	background: #f5f5f5;
}
.ui-tabs-panel {
	padding: 10px 15px 10px 15px;
	background-color: #f5f5f5
}
.resp-tab-content-active {
	background-color: #f5f5f5;
}

/* Sliders */
#flexslider-1 {
	height: auto;
}

.slick-slider {
	margin: 0;
}
#flexslider-1 .learn-more-button img {
	position: absolute;
	height: 55px;
	width: auto;
	top: 73%;
	right: 6%;
	border:0;
}
.slick-dots {
	bottom: 0;
}
#flexslider-1 .slick-dots {
	bottom: -10px;
}
#flexslider-2 .slick-dots {
	bottom: auto;
	top: -50px;
	right: 0;
	width: 200px;
	text-align: right;
}
#flexslider-2a .slick-dots {
	bottom: auto;
	top: -50px;
	right: 0;
	width: 200px;
	text-align: right;
}
#flexslider-2b .slick-dots {
	bottom: auto;
	top: -50px;
	right: 0;
	width: 200px;
	text-align: right;
}
.slick-dots li {
	margin: 0 0 -10px 0;
}
#flexslider-1 .slick-dots li button:before {
	color: #fff;
	font-size: 12px;
	opacity: .9;
}
#flexslider-1 .slick-dots li.slick-active button:before {
	color: #222222;
}
#flexslider-2 .slick-dots li button:before, #flexslider-2a .slick-dots li button:before, #flexslider-2b .slick-dots li button:before, #flexslider-4 .slick-dots li button:before {
	color: #bababa;
	font-size: 12px;
	opacity: .9;
}
#flexslider-2 .slick-dots li.slick-active button:before, #flexslider-2a .slick-dots li.slick-active button:before, #flexslider-2b .slick-dots li.slick-active button:before, #flexslider-4 .slick-dots li.slick-active button:before {
	color: #757575;
}
#flexslider-3 .slick-prev, #flexslider-3 .slick-next {
	top: -25px;
	left: auto;
}
#flexslider-3 .slick-prev {
	right: 30px;
	width: 25px;
	height: 25px;
}
#flexslider-3 .slick-next {
	right: 0;
	width: 25px;
	height: 25px;
}
#flexslider-3 .slick-prev:before, #flexslider-3 .slick-next:before, #flexslider-4 .slick-prev:before, #flexslider-4 .slick-next:before {
	color: #555;
	font-size: 25px;
}
#flexslider-3 .item {
	text-align: center;
}
#flexslider-3 .item img {
	width: 80%;
	margin: 5px auto;
}
#flexslider-3 .item p {
	font-size: 1em;
}
#flexslider-4 .slick-prev, #flexslider-4 .slick-next {
	bottom: 0;
	left: auto;
	top: auto;
	z-index: 100;
}
#flexslider-4 .slick-prev {
	right: 30px;
	width: 25px;
	height: 25px;
}
#flexslider-4 .slick-next {
	right: 0;
	width: 25px;
	height: 25px;
}
.slick-prev:before, .slick-next:before {
    color: #555;
}
.slick-prev {
     left:-20px !important;
}
.slick-next {
     right  :-20px !important;
}
#flexslider-4 .item {
	margin: 0;
}
#flexslider-4 .item img {
    float: left;
    width: auto;
    height: 200px;
    margin: 0 10px 0 0;
    padding-bottom: 40px;
}
#flexslider-4 .item h4 {
	font-weight: bold;
	font-size: .85em;
}
#flexslider-4 .item h4 a {
	color: #333;
}
.fa-bars, #psup-line2, .search-form-module .fa-times, .search-form-module .clicktoggle {
	display: none;
}
#purchaseoptions img {
	float: left;
	margin: 0 10px 10px 0;
	width: 100px;
	height: auto;
}
#purchaseoptions table {
	clear: both;
	border-collapse: collapse;
}
#purchaseoptions td {
	vertical-align: center;
	padding: 15px 8px;
	font-size: 14px;
	line-height: 20px;
	border-top: 1px solid #555;
}
#purchaseoptions td .price {
	font-size: 22px;
	line-height: 28px;
}
#purchaseoptions td .btn {
	margin: 0 0 5px;
}

ul.pagination {
    list-style-type: none;
    padding: 0;
}
ul.pagination li { 
    display:inline-block;
    margin: 0 10px 0 0;
}

ul.pagination li a { 
    display:inline-block;
    border:1px solid #155593;
    padding:3px 8px;
    border-radius:3px;
    text-decoration:none;
    font-size:12px;
}

ul.pagination li.active a, ul.pagination li.disabled a { 
    border:1px solid rgba(0,0,0,0.1);
    color:#333;
}
ul.pagination li a:hover { 
    background-color:#155593;
    color:white;
}
#sortable-list .sortbuttons { 
	float:right;
}
#sortable-list .sort {
    display:inline-block;
    border:1px solid #155593;
    padding:7px 8px;
    border-radius:3px;
    text-decoration:none;
    background:#fff;
    color: #155593;
    font-size:12px;
}

#sortable-list .sort:hover {
    background-color:#155593;
    color:white;
    cursor:pointer;
}

time.icon
{
  font-size: .8em; /* change icon size */
  display: block;
  float: left;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  margin: 0 10px 10px 0;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;

}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  letter-spacing: 0.05em;
  padding: 0.2em 0;
  color: #fff;
  background-color: #4f8bc9;
  box-shadow: 0 1.5px 0 #4f8bc9;
}

time.icon em
{
  position: absolute;
  bottom: 0.2em;
  color: #4f8bc9;
}

time.icon span
{
  width: 100%;
  font-size: 2.7em;
  letter-spacing: -0.05em;
  padding-top: 1.1em;
  color: #2f2f2f;
}

.newSortButton
{
  background-color: #FFFFFF;
  -webkit-border--radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-indent: 0px;
  border: 1px solid #155493;
  display: inline-block;
  color: #155493;
  font-family: Lato,Arial;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 18px;
  margin-right: 4px;
}

.newSortButton:hover
{
  text-decoration: none;
  background-color: #155493;
  color: #FFFFFF;
}
