@charset "UTF-8";
/* IMPORT DEPENDENT FILES */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  /*border: 0;*/
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.carousel {
  position: relative;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -ms-transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left ease-in-out 0.2s;
  -moz-transition: 0.6s ease-in-out left ease-in-out 0.2s;
  -o-transition: 0.6s ease-in-out left ease-in-out 0.2s;
  transition: 0.6s ease-in-out left ease-in-out 0.2s;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 75;
  -khtml-opacity: 75;
  opacity: 75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-indicators {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.carousel-indicators li span {
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 3px;
  margin-top: 2px;
  margin-left: 2px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-indicators .active span {
  background: #682567;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img {
  vertical-align: top;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.row {
  clear: both;
}
hr {
  margin: 0;
  padding: 0;
  background: #eee9de;
  border: 0;
  height: 1px;
}
.admintopnav {
  display: block;
  clear: both;
}
.pageID460 .row img,
.productCell img {
  border: 1px solid black;
}
textarea,
input,
select {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #616161;
  border: 1px solid #e4e4e4;
  padding: 8px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
input[type=submit],
input[type=button] {
  color: #fff;
  background: #111;
  border: none;
  text-transform: uppercase;
  padding: 6px 8px;
  cursor: pointer;
}
input[type=submit]:hover,
input[type=button]:hover {
  background: #222;
}
.wpcf7 p {
  margin: 5px 0;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #000;
  border: 1px solid #a70b0b;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fef4f4;
  padding: .2em .6em;
}
.wpcf7 .wpcf7-validation-errors {
  border: 1px solid #ffc600;
  background: #fdfaf1;
  padding: .2em .6em;
  color: #000;
}
.wpcf7 .wpcf7-response-output {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: .2em .6em;
  background: #fff;
  color: #000;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #468847;
  background: #dff0d8;
  border: 1px solid #468847;
}
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot?22898261');
  src: url('../fonts/icons.eot?22898261#iefix') format('embedded-opentype'), url('../fonts/icons.woff?22898261') format('woff'), url('../fonts/icons.ttf?22898261') format('truetype'), url('../fonts/icons.svg?22898261#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../font/icons.svg?22898261#icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-search:before {
  content: '\e805';
}
/* '' */
.icon-home:before {
  content: '\e802';
}
/* '' */
.icon-basket:before {
  content: '\e803';
}
/* '' */
.icon-left:before {
  content: '\e800';
}
/* '' */
.icon-right:before {
  content: '\e801';
}
/* '' */
.icon-angle-double-right:before {
  content: '\e804';
}
/* '' */
.icon-lock-1:before {
  content: '\e808';
}
/* '' */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
}
h1 {
  font-size: 1.8em;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  color: #682567;
  text-transform: uppercase;
}
h1.blue,
h1.green,
h1.red,
h1.yellow,
h1.purple,
h1.grey,
h1.orange,
h1.blue-grey,
h1.aqua,
h1.dark-aqua,
h1.dark-blue,
h1.copper,
h1.logo-green,
h1.light-blue,
h1.teal,
h1.ga-aqua,
h1.pink,
h1.dark-purple {
  height: 82px;
  color: #fff;
  padding: 15px 1em;
  margin-top: 1px;
}
h1.blue {
  background-image: url(../images/header-blue.png);
}
h1.green {
  background-image: url(../images/header-green.png);
}
h1.red {
  background-image: url(../images/header-red.png);
}
h1.yellow {
  background-image: url(../images/header-yellow.png);
}
h1.purple {
  background-image: url(../images/header-purple.png);
}
h1.grey {
  background-image: url(../images/header-grey.png);
}
h1.orange {
  background-image: url(../images/header-orange.png);
}
h1.blue-grey {
  background-image: url(../images/header-blue-grey.png);
}
h1.aqua {
  background-image: url(../images/header-aqua.png);
}
h1.dark-aqua {
  background-image: url(../images/header-dark-aqua.png);
}
h1.dark-blue {
  background-image: url(../images/header-dark-blue.png);
}
h1.copper {
  background-image: url(../images/header-copper.png);
}
h1.logo-green {
  background-image: url(../images/header-logo-green.png);
}
h1.light-blue {
  background-image: url(../images/header-light-blue.png);
}
h1.teal {
  background-image: url(../images/header-teal.png);
}
h1.ga-aqua {
  background-image: url(../images/header-ga-aqua.png);
}
h1.pink {
  background-image: url(../images/header-pink.png);
}
h1.dark-purple {
  background-image: url(../images/header-dark-purple.png);
}
h2 {
  font-size: 1.4em;
  font-weight: 400;
  margin: 0.3em 0;
  color: #682567;
}
h3 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0.3em 0;
}
a {
  color: #000000;
}
.container a {
  color: #000000;
}
p {
  margin: 0.8em 0;
}
.small {
  font-size: 0.8em;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
html {
  background: #fafafa url(../images/bg.jpg) no-repeat top left;
}
.pageID1 h1 {
  padding-top: 0px;
  margin-top: 0px;
}
.pageID1 #main-content {
  padding-top: 0px;
}
table.admintopnav {
  height: 220px;
}
.adminEdits {
  clear: both;
  height: 20px;
}
#main-header {
  *zoom: 1;
  position: relative;
  z-index: 9999;
  width: 100%;
  padding: 1em 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) #888888;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) #888888;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) #888888;
}
#main-header:before,
#main-header:after {
  display: table;
  content: "";
  line-height: 0;
}
#main-header:after {
  clear: both;
}
#main-header #main-menu {
  padding-top: 2.5em;
  float: right;
  width: 100%;
  text-align: right;
}
#main-header #main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
#main-header #main-menu ul li {
  display: inline-block;
  padding: 0 2.3em;
  position: relative;
}
#main-header #main-menu ul li a {
  display: inline-block;
  padding: 0.4em 0;
  font-size: 1.5em;
  color: #b5be00;
  font-weight: bold;
  text-transform: uppercase;
}
#main-header #main-menu ul li a:hover {
  color: #bfc800;
}
#main-header #main-menu ul li a.active {
  color: #682567;
  border-bottom: 4px solid #682567;
}
#main-header #main-menu ul li:last-child {
  padding-right: 0;
}
#main-header #main-menu ul li.current-page a {
  color: #682567;
  border-bottom: 4px solid #682567;
}
#main-header #main-menu ul li:hover ul {
  display: block;
}
#main-header #main-menu ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 200px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #682567;
  background: #fafafa;
  text-align: left;
}
#main-header #main-menu ul li ul li {
  display: block;
  padding: 0;
}
#main-header #main-menu ul li ul li a {
  font-family: Verdana, Arial, Helvetica !important;
  width: 92%;
  color: #808080;
  padding: 0.5em 4%;
  font-size: 1em;
  font-weight: normal;
  text-transform: inherit;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e6e6e6;
}
#main-header #main-menu ul li ul li:hover a {
  color: #b5be00;
}
#main-header #main-menu ul li ul li:first-child a {
  padding-left: 4%;
}
#banner-wrapper {
  *zoom: 1;
  border-top: 1px solid #fff;
}
#banner-wrapper:before,
#banner-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
#banner-wrapper:after {
  clear: both;
}
#banner-wrapper img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
#banner-wrapper #banner {
  width: 1170px;
  height: 249px;
  overflow: hidden;
  position: relative;
}
#banner-wrapper .carousel-control {
  background: #682567;
  color: #fff;
  padding: 5px;
  top: 50%;
  margin-top: -15px;
}
#breadcrumb-wrapper {
  /*.clearfix();*/
  width: 100%;
  height: 34px;
  color: #fff;
  background: url(../images/breadcrumb-bg.png) repeat-x;
  border-top: 1px solid #bbb5c1;
  border-bottom: 1px solid #e4e0ec;
  font-size: 1em !important;
}
#breadcrumb-wrapper a {
  color: #fff;
  font-size: 1em !important;
}
#breadcrumb-wrapper #breadcrumb {
  padding: 0.3em 0;
}
#breadcrumb-wrapper #user {
  padding: 0.2em 0;
  text-align: right;
}
#breadcrumb-wrapper #user ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#breadcrumb-wrapper #user ul li {
  display: inline-block;
  padding: 0 1em;
}
#breadcrumb-wrapper #user input {
  padding: 6px 8px;
}
#breadcrumb-wrapper #user button[type=submit],
#breadcrumb-wrapper #user button[type=button] {
  background: none;
  border: 0;
  color: #fff;
}
#sidebar #logo {
  margin-top: 70px;
}
#sidebar #logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#categories {
  *zoom: 1;
  width: 100%;
  display: inline-block;
  padding: 1.5em 0;
  text-align: center;
  /*#category-pub .title { background: @red; }
	#category-pro .title { background: @purple; }
	#category-rem .title { background: @blue; }
	#category-mem .title { background: @green; }
	#category-gov .title { background: @yellow; }*/
}
#categories:before,
#categories:after {
  display: table;
  content: "";
  line-height: 0;
}
#categories:after {
  clear: both;
}
#categories .category {
  display: inline-block;
  margin: 0 5px 10px;
  width: 174px;
  float: none;
  text-align: left;
}
#categories .category:first-child {
  margin-left: 0;
}
#categories .category:last-child {
  margin-right: 0;
}
#categories .category .thumb {
  width: 174px;
  height: 135px;
  background-repeat: no-repeat;
}
#categories .category .thumb .title {
  margin: 0;
  /*-webkit-border-bottom-left-radius: 8px;
				-moz-border-radius-bottomleft: 8px;
				border-bottom-left-radius: 8px;
				.inset_box_shadow(0,-2px, 2px, 0, rgba(0,0,0,.15));
				img {
					max-width: 100%;
					width: 100%;
					height: auto;
				}
				a {
					width: 80%;
					height: 2.8em;
					vertical-align: middle;
					padding: 1em 10%;
					display: table-cell;
					color:#fff;
					text-shadow: 1px 1px 0 rgba(0,0,0,.25);
					text-transform: uppercase;
					font-weight: bold;
					font-size: 1.4em;
				}*/
}
#categories .category .thumb .title a {
  color: #fff;
  font-size: 1em;
  padding: 0.5em;
  display: inline-block;
  font-weight: bold;
  width: 100%;
  height: 135px;
}
#categories .category .sub {
  width: 174px;
  position: absolute;
  height: 0em;
}
#categories .category .sub .sub-inner {
  display: none;
  background-color: #FFF;
  z-index: 100;
  position: relative;
  border: 1px solid #DDD;
  padding: 2px;
}
#categories .category .sub .sub-inner ul {
  padding: 0.5em 0;
  margin: 0;
  list-style: none;
}
#categories .category .sub .sub-inner ul li {
  padding-left: 1.4em;
  position: relative;
}
#categories .category .sub .sub-inner ul li a {
  color: #000;
}
#categories .category .sub .sub-inner ul li a .icon-angle-double-right {
  position: absolute;
  font-size: 0.8em;
  margin-left: -1.4em;
  margin-top: 0.2em;
}
#categories .category .sub .sub-inner .more {
  display: inline-block;
  width: 100%;
  padding: 0.5em 0;
  text-align: right;
}
#categories #category-pub .thumb {
  background-image: url(../images/icon-publications.jpg);
}
#categories #category-pro .thumb {
  background-image: url(../images/icon-professional-services.jpg);
}
#categories #category-rem .thumb {
  background-image: url(../images/icon-remuneration.jpg);
}
#categories #category-mem .thumb {
  background-image: url(../images/icon-membership.jpg);
}
#categories #category-gov .thumb {
  background-image: url(../images/icon-governance.jpg);
}
#main-content {
  /*background: #ebebeb;*/
  padding: 1em 0;
  display: inline-block;
  width: 100%;
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
#mini-cart {
  display: inline-block;
  float: right;
}
#mini-cart .badge {
  float: left;
  margin-right: 1em;
}
#mini-cart .right {
  float: right;
}
#mini-cart .right .cart {
  margin: 0.5em 0;
}
#mini-cart .right .cart a {
  color: #682567;
}
#mini-cart .right .cart img {
  vertical-align: middle;
}
#mini-cart .right .checkout {
  border: 2px solid #682567;
  background: #8e328c;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.5em 0.75em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#mini-cart .right .checkout a {
  color: #fff;
}
#mini-cart .right .checkout:hover {
  border: 2px solid #7b2c7a;
  background: #a0399f;
}
#login {
  position: relative;
}
#login .login-trigger {
  cursor: pointer;
  padding: 0.6em 0;
}
#login .login-form {
  top: 34px;
  position: absolute;
  display: none;
  width: 300px;
  background: #682567;
  color: #fff;
  padding: 1em;
  z-index: 2;
  box-shadow: inset 0 6px 6px -3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 6px 6px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 6px 6px -3px rgba(0, 0, 0, 0.2);
}
#login .login-form input {
  width: 45%;
  margin: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3%;
}
#login .login-form input[type=submit] {
  *zoom: 1;
  background: #fff;
  color: #682567;
  float: right;
  display: inline-block;
  width: inherit;
}
#login .login-form input[type=submit]:before,
#login .login-form input[type=submit]:after {
  display: table;
  content: "";
  line-height: 0;
}
#login .login-form input[type=submit]:after {
  clear: both;
}
#login .login-form p {
  *zoom: 1;
  color: #fff;
  font-size: 0.8em;
  text-transform: inherit;
}
#login .login-form p:before,
#login .login-form p:after {
  display: table;
  content: "";
  line-height: 0;
}
#login .login-form p:after {
  clear: both;
}
#login .login-form p a {
  text-transform: inherit;
}
#bottom {
  background: #682567;
  display: inline-block;
  border-top: 1px solid #30112f;
  width: 100%;
  color: #fff;
  /*font-size: 1em;*/
  padding: 1em 0;
}
#bottom a,
#bottom h2,
#bottom p {
  color: #fff !important;
  font-size: 10px  !important;
}
#bottom h2 {
  font-weight: bold;
}
#bottom p {
  margin-bottom: 3px;
  margin-top: 3px;
}
#bottom #newsletter input {
  margin-bottom: 0.25em;
}
#bottom #newsletter button[type=submit] {
  font-size: 11px;
  color: #fff;
  background: #111;
  border: none;
  text-transform: uppercase;
  padding: 6px 8px;
  cursor: pointer;
}
#bottom #contact {
  text-align: right;
}
#main-footer {
  width: 100%;
  display: inline-block;
  padding: 1em 0;
  font-size: 0.8em;
}
#main-footer #footer-menu {
  text-align: right;
}
.homeloginbar {
  padding-top: 6px;
}
.homeloginbar form {
  padding: 0px;
  margin: 0px;
  display: inline;
}
.homeloginbar form input {
  padding: 3px !important;
}
.homeloginbar form input .button {
  width: 120px;
}
.homeloginbar span:first-child {
  margin-left: 10px;
  margin-right: 3px;
}
/* RESPONSIVE */
.container {
  margin: 0 auto;
  width: 1170px;
  max-width: 100%;
}
.menu-toggle {
  display: none;
  font-size: 1.5em;
  padding: 0.5em 1em;
  background-color: #FFF;
  cursor: pointer;
  text-align: left;
}
.category,
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
  float: left;
  margin: 0 1.04167%;
  min-height: 1px;
}
.span1 {
  width: 6.25%;
}
.span2 {
  width: 14.58333%;
}
.span3 {
  width: 22.91667%;
}
.span4 {
  width: 31.25%;
}
.span5 {
  width: 39.58333%;
}
.span6 {
  width: 47.91667%;
}
.span7 {
  width: 56.25%;
}
.span8 {
  width: 64.58333%;
}
.span9 {
  width: 72.91667%;
}
.span10 {
  width: 81.25%;
}
.span11 {
  width: 89.58333%;
}
.span12 {
  width: 97.91667%;
}
/* MEDIA QUERIES */
@media (max-width: 75em) {
  #main-header #main-menu ul li {
    padding: 0px 1.5em;
  }
}
@media (max-width: 50em) {
  .container {
    padding: 0 0.5em;
    box-sizing: border-box;
  }
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12 {
    float: none;
    width: 100%;
    margin: 0;
  }
  .categoryIntro,
  .productDetailContent {
    max-width: 100%;
  }
  .menu-toggle {
    display: block;
  }
  #main-header #main-menu {
    padding-top: 0;
  }
  #main-header #main-menu .sf-menu {
    display: none;
  }
  #main-header #main-menu ul {
    display: block;
    text-align: left;
  }
  #main-header #main-menu ul li {
    display: block;
    padding: 0 1em !important;
    text-align: left;
  }
  #banner-wrapper #banner {
    height: auto;
    max-width: 100%;
  }
  #login .login-form {
    box-sizing: border-box;
    width: 100%;
  }
  #breadcrumb-wrapper {
    background-color: #682567;
    height: auto;
    text-align: center;
  }
  #breadcrumb-wrapper #user {
    text-align: center;
    margin: 0 0 1em 0;
  }
  #sidebar #logo img {
    width: auto;
  }
  .productsTable .productCell {
    width: 100%;
    border: none;
  }
  .productsTable td {
    width: 33%;
    float: left;
  }
  .page .cartContentsTable {
    float: none;
    width: 100%;
    margin-top: 1em;
  }
  .page .cartContentsTable #mini-cart {
    float: left;
  }
  #bottom #contact,
  #main-footer #footer-menu {
    text-align: left;
  }
  h1.blue,
  h1.green,
  h1.red,
  h1.yellow,
  h1.purple,
  h1.grey,
  h1.orange,
  h1.blue-grey,
  h1.aqua,
  h1.dark-aqua,
  h1.dark-blue,
  h1.copper,
  h1.logo-green,
  h1.light-blue,
  h1.teal,
  h1.ga-aqua,
  h1.pink,
  h1.dark-purple {
    margin-left: -0.25em;
    height: auto;
  }
  h1.blue {
    background: #23A0C3;
  }
  h1.green {
    background: #257634;
  }
  h1.red {
    background: #D63333;
  }
  h1.yellow {
    background: #E8BF41;
  }
  h1.purple {
    background: #611160;
  }
  h1.grey {
    background: #302F30;
  }
  h1.orange {
    background: #F85600;
  }
  h1.blue-grey {
    background: #5E6A7D;
  }
  h1.aqua {
    background: #159079;
  }
  h1.dark-aqua {
    background: #0E5165;
  }
  h1.dark-blue {
    background: #002366;
  }
  h1.copper {
    background: #9B8D7F;
  }
  h1.logo-green {
    background: #B5BE01;
  }
  h1.light-blue {
    background: #00AEEF;
  }
  h1.teal {
    background: #1E8E75;
  }
  h1.ga-aqua {
    background: #11B3BD;
  }
  h1.pink {
    background: #D9466D;
  }
  h1.dark-purple {
    background: #311062;
  }
}
@media (min-width: 50em) {
  #main-header #main-menu .sf-menu {
    display: block !important;
  }
}
@media (max-width: 40em) {
  .productsTable td {
    width: 50%;
    float: left;
  }
}
@media (max-width: 30em) {
  .homeloginbar form input {
    display: block;
    margin: 0.5em auto;
  }
  #breadcrumb-wrapper #user button[type="submit"] {
    position: absolute;
  }
  #breadcrumb-wrapper #user ul li {
    padding: 0.25em 1em;
  }
  .page #productTrials {
    float: none;
    margin-right: 0;
    width: auto;
  }
  .page .productImageTable {
    width: auto;
    float: none;
  }
  .productDetailForm {
    margin-bottom: 2em;
  }
  .productDetailForm .buyNowButton {
    float: none;
  }
  .productImageTable img {
    margin-bottom: 1em;
  }
  #ViewCart .button {
    margin-bottom: 0.5em;
  }
  .productsTable td {
    width: 100%;
    float: left;
  }
  #checkout td,
  #contact td {
    display: block;
    width: 100%;
    clear: both;
    height: auto;
  }
}
.pageID1 #main-header #main-menu ul li.menu-item1 > a {
  color: #682567;
  border-bottom: 4px solid #682567;
}
.pageID31 #main-header #main-menu ul li.menu-item31 > a {
  color: #682567;
  border-bottom: 4px solid #682567;
}
.pageID165 #main-header #main-menu ul li.menu-item165 > a {
  color: #682567;
  border-bottom: 4px solid #682567;
}
.pageID446 #main-header #main-menu ul li.menu-item446 > a {
  color: #682567 !important;
  border-bottom: 4px solid #682567 !important;
}
.pageID460 #main-header #main-menu ul li.menu-item460 > a {
  color: #682567 !important;
  border-bottom: 4px solid #682567 !important;
}
.pageID462 #main-header #main-menu ul li.menu-item462 > a {
  color: #682567;
  border-bottom: 4px solid #682567;
}
#user a,
#categories a {
  text-decoration: none;
}
.productLink {
  width: 200px;
  display: block;
  text-decoration: underline;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  overflow: hidden;
}
.productRow td {
  padding-top: 25px;
  padding-bottom: 2px;
}
.buyLine {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  height: 22px;
  margin-top: 4px;
}
.moreLink {
  float: right;
  width: 98px;
}
.moreLink input.button {
  background: #6eb81f !important;
}
.buyNowButton {
  margin-right: 4px;
  float: left;
  width: 98px;
  background: #682567 !important;
}
.cartContentsTable {
  margin-top: -60px;
  float: right;
  width: 320px;
}
.priceRow {
  text-align: center;
  padding-bottom: 4px;
}
h1.autoH1 {
  /*margin-top:-3.5em !important;*/
}
.productCell {
  border: 1px solid #969696;
  width: 351px;
  padding: 8px;
  margin-bottom: 20px;
}
.productCell a {
  display: block;
}
.categoryIntro {
  width: 810px;
}
.productImageTable {
  margin-top: 10px;
  float: left;
  width: 450px;
  padding: 0;
}
.productImageTable img {
  width: 229px;
  border: 1px solid black;
}
.productDetailContent {
  float: left;
  clear: right;
  width: 500px;
}
.productDetailForm {
  width: 200px;
  margin-bottom: 70px;
  margin-top: 30px;
  text-align: center;
}
.productDetailpricing {
  font-size: 14px;
  float: left;
  width: 200px;
  margin-bottom: 20px;
}
.productDetailpricing div {
  margin-bottom: 5px;
}
#productTrials {
  float: right;
  width: 180px;
  margin-right: 100px;
}
#productTrials div {
  margin-bottom: 5px;
}
