﻿/* Header logo */
#header h1#title {
  margin: 40px 5% 5px 5%;
}

/* Login box, my account button and header search form */
#search-form,
.menu-search,
#my-account {
  display: block;
}
#login-form,
.menu-login {
  display: none;
}

/* Homepage */
#main-section #home-content .logged-in .second .list-items li a {
  border-top: 0;
  height: auto;
}

/* Products */
#main-section .product-categories {
  float: left;
  margin-left: -1%;
  margin-top: 15px;
  width: 102%;
}
#main-section .product-categories ul {
  width: 100%;
}
#main-section .product-categories li {
  display: block;
  float: left;
  margin-bottom: 10px;
  padding: 0 1%;
  width: 50%;
}
#main-section .product-categories li a {
  display: block;
  height: 100%;
  width: 100%;
}
#main-section .product-categories li a .thumbnail {
  border-radius: 2px 2px 0 0;
  display: block;
  float: left;
  height: 120px;
  width: 100%;
}
#main-section .product-categories li a .title {
  background: #00685d;
  border-radius: 0 0 2px 2px;
  clear: left;
  color: #fff;
  float: left;
  font-family: "ff-dax-web-pro", Tahoma, Helmet, Freesans, sans-serif;
  font-size: 1.231em;
  width: 100%;
}
#main-section .product-categories li a .title-padding {
  margin: 0;
  padding: 15px 8.5%;
}
#main-section .product-categories li a:hover .thumbnail {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
#main-section .product-categories li a:hover .title {
  background: #97bb46;
}

/* Product listing tables (used on product categories, specials, search result templates */
.product-type {
  width: 100%;
}
.main-pad .product-type li {
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-type li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 481px) {
  .product-type {
    margin-top: -20px;
  }
  .main-pad .product-type li {
    margin: 20px 10px 0 0;
  }
}

.table-key {
  margin-top: 20px;
  width: 100%;
}
.table-key ul.key {
  background: url(/buildassets/images/bg-key.png) #e5e5e5 no-repeat top left;
  background-size: 30px 33px;
  border-radius: 4px;
  float: left;
  height: 33px;
  padding: 8px 25px 8px 50px;
}
.table-key ul.key li {
  float: left;
}
.table-key ul.key li.new-item {
  background: url(/buildassets/images/ico-new-item.png) no-repeat top left;
  background-size: 12px 12px;
  padding-left: 20px;
}
.table-key ul.key li.special {
  background: url(/buildassets/images/ico-special.png) no-repeat top left;
  background-size: 16px 16px;
  margin-left: 20px;
  padding-left: 25px;
}

.product-type li a,
.back-to-top {
  background: #e4eeed;
  border: none;
  border-radius: 3px;
  color: #00685d;
  display: block;
  font-family: "Dax", sans-serif;
  font-size: 1.231em;
  line-height: 1.2em;
  height: 34px;
  padding: 8px 15px;
  text-align: center;
}
.product-type li a:hover,
.back-to-top:hover {
  background: #cce1d4;
  color: #00685d;
}
.product-type li a span {
  background: url(/buildassets/images/arr_green_01.png) no-repeat center right;
  background-size: 11px 7px;
  padding-right: 17px;
}
.back-to-top span {
  background: url(/buildassets/images/arr_green_02.png) no-repeat center right;
  background-size: 11px 7px;
  padding-right: 17px;
}

/* Product page */
.product-page h4,
.product-page #media-col h4 {
  color: #00685d;
  font-size: 1.231em;
  margin-bottom: 5px;
}
.product-copy ul {
  list-style-type: disc;
  margin-left: 20px;
}
.product-copy ul li {
  background: transparent;
  margin: 0px;
  padding: 0px;
}
.long-product-image {
  display: block;
  width: 100%;
  margin: 30px 0;
}
/*.options-table, 
.options-table thead, 
.options-table tbody, 
.options-table th, 
.options-table td, 
.options-table tr { display: block; }
.options-table thead tr { position: absolute; top: -9999px; left: -9999px; }
	
.options-table td:before { // Now like a table header//
	position: absolute;		
	top: 6px; // Top/left values mimic padding //
	left: 6px;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
    font-weight: bold;
}*/

/* IE9 Fix */
.lt-ie10 .options-table td {
  width: 100%;
  float: left;
  clear: both;
}

.companion-products {
  margin-left: -2.5%;
}

.companion-products li {
  display: inline-block;
  float: left;
  width: 20%;
  margin: 10px 2.5% 0;
}
.companion-products li p {
  height: 30px;
}

.companion-products img {
  border: 1px solid #eee;
  padding: 10px 0;
  max-width: 100% !important;
}

.companion-products p {
  text-align: center;
}

.companion-products a {
  display: block;
  padding: 10px 0;
}

/* Label the data */
/*.options-table td.product-code:before { content: "Code"; }
.options-table td.product-name:before { content: "Product name"; }
.options-table td.product-price:before { content: "Price"; }
.options-table td.product-qty:before { content: "Quantity"; }*/

.options-table {
  border-top: 1px solid #e4eeed;
  border-collapse: collapse;
  width: 100%;
}
.options-table th {
  border-bottom: 1px solid #e4eeed;
  font-weight: bold;
  text-align: left;
  padding: 5px 0;
}
.options-table td {
  border-bottom: 1px solid #e4eeed;
  padding: 5px 0;
}
.options-table td.product-code {
  width: 70px;
}
/*.options-table td { // Behave  like a "row" //
	border: none;	
	font-size: 0.857em;
	position: relative;
	padding-left: 40%;	
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left; 
    border-bottom: 1px solid #e4eeed;
    }*/

/* while the product-qty is commented out, product-price needs clearfix and extra styling*/
/*.options-table td.product-name {
    margin-bottom: 10px;
    padding-bottom: 10px;    
    }
    
.options-table td.product-qty {
    margin-bottom: 10px;
    padding-bottom: 15px;    
    }
.options-table td.product-qty .relative {
    display: block;
    position: relative;
    z-index: 1; 
    }

.options-table td.product-qty-last {
    border-bottom: 1px solid #939597;
    margin-bottom: 0px;
    padding-bottom: 10px;
    }

.options-table td.product-qty .num {
    border: 1px solid #ababaa;
    padding: 0 2%;
    text-align: center;
    width: 25%;
    }
.options-table td.product-qty .btn-add-to-cart {
    background-image:  url(../buildassets/images/ico_bag.png);  
    background-color: #00685d; 
    background-repeat: no-repeat;
    background-position: 15% 2px;
    background-size: 13px 14px;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
    border: 0px;
    color: #fff;
    display: block;    
    float: left;
    font-size: 0.857em;
    height: 18px;    
    margin-top: 0px;
    margin-left: 4%;
    max-width: 55px;
    padding: 1px 2% 0 12%;
    text-transform: uppercase;
    width: 30%;
    }
.options-table td.product-qty .btn-add-to-cart:hover { background-color: #013ba7; }
    */
.product-ingredients {
  float: right;
  margin-bottom: 20px;
  width: 100%;
}
.product-ingredients .ingredient-table {
  display: table;
  width: 100%;
  border: 1px solid #00685d;
  border-radius: 0 0 3px 3px;
}

.product-ingredients .ingredient-row {
  padding: 10px 15px;
  display: table;
  width: 100%;
}
.product-ingredients .subingredient {
  display: table-footer-group;
  padding: 10px 0 0;
  font-size: 0.846154em;
}
.product-ingredients p {
  display: table-cell;
  vertical-align: middle;
}
.product-ingredients p.ingredient-name {
  padding-right: 2%;
  width: 73%;
}
.product-ingredients p.ingredient-name + .ingredient-row {
  float: left;
}
.product-ingredients p.ingredient-name-full {
  padding-right: 2%;
  width: 96%;
}
.product-ingredients p.ingredient-amount {
  text-align: right;
  width: 25%;
}
.product-ingredients .subingredient .ingredient-name {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 14px 9px;
}

.product-ingredients h4 {
  color: #fff;
  background-color: #00685d;
  border-radius: 3px 3px 0 0;
  margin-bottom: 0;
  padding: 10px 15px;
}

.product-ingredients .ingredient-row:nth-of-type(even) {
  background-color: #d9e9df;
}

.product-ingredients .ingredient-row .ingredient-row:nth-of-type(even) {
  background-color: transparent;
}

.product-ingredients .ingredient-row:last-child {
  border-radius: 0 0 3px 3px;
}

.product-ingredients .highlight-ingredient {
  font-weight: bold;
}

/* Resource listing page */
.search-papers {
  margin: 30px 0;
}
.search-papers .search-heading,
.download-hdi .search-heading {
  font-family: "ff-dax-web-pro", Tahoma, Helmet, Freesans, sans-serif;
  font-size: 1.231em;
  margin-top: 9px;
}
.download-hdi .search-heading {
  margin-right: 25px;
}
#main-section .search-inputs .error-messages {
  position: absolute;
  z-index: 1;
  bottom: -1.5em;
  left: 0px;
}

/* List handouts */
#main-section .list-handouts {
  float: left;
  width: 100%;
  margin-top: 20px;
}
#main-section .list-handouts h3 {
  color: #00685d;
}
#main-section .list-handouts li {
  float: left;
  margin-top: 20px;
  width: 50%;
}
#main-section .list-handouts a {
  display: block;
  padding-bottom: 1em;
}
#main-section .list-handouts img {
  display: block;
  margin: 0 auto 1em auto;
  width: 90%;
}
#main-section .list-handouts img {
  border: 1px solid #ded8cd;
  max-width: 128px;
  max-height: 184px;
}
#main-section .list-handouts a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
#main-section .list-handouts p {
  color: #333;
  padding: 0 1em;
}
#main-section .list-handouts a:hover p {
  color: #00685d;
}
#main-section .list-handout-results {
  padding-bottom: 20px;
}
#main-section .list-handout-results ul,
#main-section .list-all-handouts ul {
  width: 100%;
}
#main-section .list-handout-results ul.docs-left,
#main-section .list-handout-results ul.docs-right,
#main-section .list-all-handouts ul.docs-left,
#main-section .list-all-handouts ul.docs-right {
  float: left;
  margin: 0 0 0.5em !important;
}
#main-section .list-handout-results ul.docs-right,
#main-section .list-all-handouts ul.docs-right {
  clear: left;
  margin: 0 0 0.5em !important;
}
#main-section .list-handout-results ul.docs-right li:first-child,
#main-section .list-all-handouts ul.docs-right li:first-child {
  margin-top: 0.5em;
}
#main-section .list-handout-results p,
#main-section .list-all-handouts p {
  padding: 0;
}
.list-handout-results a,
#main-section .list-all-handouts a {
  color: #333;
}
.list-handout-results a:hover,
#main-section .list-all-handouts a:hover {
  color: #00685d;
}
.list-handout-results a.btn-light,
.list-handout-results a.btn-light:hover {
  color: #fff;
}
.list-handout-results ul,
.list-all-handouts ul {
  margin-top: 15px;
}

/* Textbooks */
#article .list-textbooks {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.list-textbooks {
  width: 100%;
}
.list-textbooks > li {
  clear: left;
  float: left;
  margin-top: 35px;
  width: 100%;
}
.list-textbooks > li:first-child {
  margin-top: 0;
}
.list-textbooks .textbook-content {
  float: left;
}
.list-textbooks li.no-cover .textbook-content {
  width: 100%;
}
.list-textbooks li.has-cover .textbook-content {
  width: 67%;
}
.list-textbooks .textbook-cover {
  float: right;
  width: 30%;
}
.list-textbooks .textbook-cover img {
  display: block;
  width: 100%;
}
.list-textbooks .textbook-content h3 {
  color: #a31d6b;
  font-size: 1.538em;
  margin-bottom: 5px;
}
.list-textbooks .textbook-content h3 .textbook-edition {
  font-size: 1.231em;
}
.list-textbooks .textbook-content h4 {
  font-size: 1.231em;
}
.list-textbooks .textbook-content h4.textbook-subtitle {
  color: #00685d;
}
.list-textbooks .textbook-content h4.textbook-author {
  color: #333;
  margin: 15px 0 10px 0;
}

/* Events page */
/* Tooltip */
.tip-holder {
  position: absolute;
  height: 13px;
  top: -12px;
  left: 0px;
  width: 48px;
  z-index: 2;
}
.tip-holder .tip-content {
  background: #f4f4f4;
  border: 1px solid #e1e0df;
  bottom: 16px;
  box-shadow: 1px 1px 0px #e1e1e1;
  -moz-box-shadow: 1px 1px 0px #e1e1e1;
  -webkit-box-shadow: 1px 1px 0px #e1e1e1;
  display: none;
  left: -10px;
  padding: 10px 12px 12px 12px;
  position: absolute;
  width: 146px;
  z-index: 4;
}
.tip-arrow {
  background: url(../buildassets/images/bg_popupArrow_1.png) no-repeat top left;
  bottom: -19px;
  height: 19px;
  left: 108px;
  position: absolute;
  width: 19px;
}
.tip-holder .tip-content p {
  color: #424242 !important;
  clear: left;
  font-size: 0.857em;
  line-height: 1.3em;
}

.list-specials .tip-holder .tip-trigger {
  background-image: url(../buildassets/images/ico_plus.png);
  background-image: none, url(../buildassets/images/ico_plus.svg),
    url(../buildassets/images/ico_plus.png);
  background-color: #b70645;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 7px;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  cursor: pointer;
  left: 53px;
  height: 12px;
  position: absolute;
  text-indent: -9999px;
  top: 0px;
  width: 15px;
  z-index: 5;
}

/* HDI Chart */
.download-hdi {
  float: left;
  margin-top: 20px;
  width: 100%;
  position: relative;
}
.download-hdi h4 {
  font-size: 1.231em;
  margin-bottom: 10px;
}
.hdi-search {
  display: none;
}
.hdi-chart {
  display: none;
}
.notes-and-references {
  display: none;
}
.notes-and-references ul.list-notesrefs li {
  list-style-type: none;
}
ul.list-notesrefs {
  margin-bottom: 20px;
}

/* Professional Library */
.search-professional-library {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
#main-section #article .search-professional-library .search-inputs {
  margin-left: 0;
  width: 100%;
}
.downloadable-library {
  float: left;
  margin: 20px 0;
  width: 100%;
}
.btn-downloadable-library {
  float: left;
  width: 100%;
}
.btn-return {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.library-chart {
  border: 1px solid #00685d;
  border-bottom: 1px solid #00685d;
  display: table;
  margin: 20px auto;
  width: 100%;
}
.library-chart th {
  background: #00685d;
  border-right: 1px solid #00685d;
  color: #fff;
  font-family: "ff-dax-web-pro", Tahoma, Helmet, Freesans, sans-serif;
  font-size: 1.231em;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
.library-chart th a {
  color: #fff;
}
.library-chart th,
.library-chart td {
  padding: 15px 8px;
}
/*.library-year-row { background: #e4eeed; border-right: 1px solid #00685d; color: #333; font-weight: bold; }*/
tr.library-data-row:nth-child(even) {
  background: #e4eeed;
}
tr.library-data-row:nth-child(odd) {
  background: #fff;
}
.library-year {
  width: 17%;
}
.library-pub {
  width: 33%;
}
.library-data-row td.library-toc {
  border-right: 1px solid #00685d;
  width: 50%;
}
.library-toc ul {
  list-style-type: disc;
  margin: 0 0 0.5em 2em;
}
.library-toc li {
  margin-bottom: 0.5em;
}

.list-webinars {
  display: table;
  margin-top: 20px;
  width: 100%;
}
.list-webinars .row {
  border-bottom: 1px solid #e0dfde;
  padding: 10px 0;
}
.list-webinars p {
  font-size: 0.857em;
}
.list-webinars .header-row {
  border-top: 1px solid #aaa8a7;
  border-bottom: 1px solid #aaa8a7;
  padding: 5px 0;
}
.list-webinars .header-row p {
  font-weight: bold;
}
.list-webinars .webinar-date {
  display: table-cell;
  float: left;
  width: 48%;
  margin-right: 2%;
}
.list-webinars .webinar-topic {
  display: table-cell;
  float: left;
  width: 50%;
  margin-right: 0;
}
.list-webinars .webinar-presenter {
  display: none;
}
.list-webinars .webinar-summary {
  display: none;
}
.list-webinars .webinar-date .cal-help {
  position: relative;
}

.list-events .eventItem {
  width: 100%;
  float: left;
  margin-top: 31px;
  padding-top: 26px;
  border-top: 1px solid #aaa8a7;
}
.list-events .firstItem {
  margin-top: 0;
  padding-top: 4px;
  border-top: none;
}
.list-events .subItem {
  margin-top: 18px;
  border-top: none;
  padding-top: 0;
}
.list-events .subItem .content {
  padding-top: 15px;
  border-top: 1px solid #e0dfde;
}

.list-events .eventItem .dateDisplay {
  display: none;
  float: left;
  width: 70px;
  border: 1px solid #e0dfde;
  background: #f8f8f8;
  text-align: center;
  padding-bottom: 6px;
  margin-top: 4px;
}
.list-events .eventItem .dateDisplay span {
  float: left;
  width: 100%;
}
.list-events .eventItem .dateDisplay .month {
  background: #00685d;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 0 3px;
}
.list-events .eventItem .dateDisplay .date {
  font-size: 31px;
  color: #00685d;
  line-height: 34px;
}
.list-events .eventItem .dateDisplay .day {
  color: #00685d;
}
.list-events .eventItem h3 {
  color: #00685d;
  font-size: 1.14286em;
  margin-bottom: 2px;
}
.list-events .eventItem p {
  line-height: 1.1666em;
}
.list-events .eventItem .buttons {
  margin-top: 14px;
}
.list-events .eventItem .buttons a {
  float: left;
  margin-right: 5px;
}
.list-events .eventItem .cal-help {
  position: relative;
}
.list-events .eventItem .cal-help .tip-holder {
  top: 0;
}
.list-events .eventItem .btnRegister,
.eventItem .btnRegistrationForm {
  margin-right: 10px;
}
.list-events .eventItem .type {
  margin: 6px 0 14px;
}
.list-events .eventItem .date {
  margin: 0 0 14px;
}
.list-events .cal-help .tip-content {
  bottom: 31px;
  left: -105px;
}
.btnRegistrationForm {
  background-position: -600px -980px;
  width: 145px;
}
.no-touch .btnRegistrationForm:hover {
  background-position: -750px -980px;
}

/*  Glossary */
.glossary {
  margin-bottom: 1.7143em;
}
.glossary .heading {
  font-size: 1.7143em;
}
.glossary .alphabet {
  border-bottom: 2px solid #00685d;
  border-top: 2px solid #00685d;
  margin: 0.8571em 0 0.7143em;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
}
#main-section .glossary .alphabet li {
  display: inline-block;
  float: none;
  margin-bottom: 0;
  -webkit-transform: translateZ(0);
}
.glossary .alphabet a {
  color: #333;
  display: inline-block;
  font-size: 1.142857em;
  height: 34px;
  line-height: 1.3375em;
  padding: 0.57143em 0;
  text-align: center;
  vertical-align: middle;
  width: 22px;
  float: left;
}
.glossary .alphabet li span {
  color: #ccc;
  display: inline-block;
  font-size: 1.142857em;
  height: 34px;
  line-height: 1.3375em;
  padding: 0.57143em 0;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  float: left;
}
.glossary .alphabet a:hover,
.glossary .alphabet a:focus {
  color: #00685d;
}
.glossary .alphabet a.current {
  color: #fff;
  position: relative;
  z-index: 2;
}

.glossary .alphabet a.current:before {
  background-color: #00685d;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  z-index: -1;
}

.glossary .items {
  display: none;
  list-style: none;
}
.glossary .current {
  display: block;
}

.glossary .items li {
  float: none;
}
.glossary .items a {
  background-image: url(../buildassets/images/arr_blue_01.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  color: #00685d;
  display: block;
  font-size: 1.142857em;
  height: auto;
  padding: 0.25em 0.8571em;
  padding-right: 0;
  text-indent: 0;
}
.glossary .items a:hover,
.glossary .items a:focus {
  color: #97bb46;
}

/* added to cart tooltip */
.tooltip-added {
  display: none;
  top: -32px;
  left: 15%;
  position: absolute;
  width: 125px;
  z-index: 2;
}
.tooltip-added .message {
  background: #5e8f12;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 0.917em;
  padding: 0.5em 1em;
  text-align: center;
}
.tooltip-added .arrow {
  background: url(../buildassets/images/arr_green_05.png) no-repeat top center;
  background-size: 10px 5px;
  display: block;
  height: 5px;
  width: 100%;
}

/* Issuu iframe - Catalogue page */
.issuuembed {
  width: 100%;
  min-width: 320px;
}
.issuu {
  width: 100%;
}
.issuu iframe {
  width: 100% !important;
}

@media print {
  #my-account,
  #login-box-header,
  #login-form,
  #search-form,
  #main-container
    .product-copy
    table.options-table
    td.product-qty
    .btn-add-to-cart {
    display: none;
  }
}
