/* Links */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * Breakpoint mixin. See: http://css-tricks.com/conditional-media-query-mixins/
 *
 * Use:
 * .row {
 *  @include bp(mobile, min) {
 *    //mobile styles
 *  };
 * }
 *
 * Breakpoints are set in _config.scss e.g. $bp1
 */
/* ============ Optional modules ============= */
.pull-left, #benefits {
  float: left; }

img.pull-left, img#benefits {
  display: block;
  margin-right: 20px;
  margin-bottom: 20px; }

.pull-right {
  float: right; }

img.pull-right {
  display: block;
  margin-left: 20px;
  margin-bottom: 20px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

/*
 * Reset list - Placeholder
 *
 * Removes margin, padding and list type.
 * Usage: ul { @extend %reset-list; }
 */
#benefits, #nav, #nav ul,
#nav ul ul, #top-links ul, #overview, #user-groups-content ul, #user-groups-links, .hm-box-span-2 ul, #trading-tips ul, #login-form ul, .md-dashboard-action ul, .pagination, .column-container ul, .messages-tabs, #uni-stats ul, #school-stats ul, .uniformlist-selection ol, .noticeboard-steps, .selected-lists ol, #noticeboard-tabs, #action-box ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.row--centered {
  text-align: center; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

.visually-hidden {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    position: static;
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible; }

.hidden {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

#container .js-hide,
.js-hide {
  display: none; }

#container .js-show,
.js-show {
  display: block; }

.info-icon {
  background: url(../images/information.png) no-repeat;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 16px;
  height: 16px;
  vertical-align: middle; }

.mobile-only {
  display: none; }
  @media (max-width: 37.4em) {
    .mobile-only {
      display: block; } }

.tablet-up {
  display: none; }
  @media (min-width: 48em) {
    .tablet-up {
      display: block; } }

.desktop-only {
  display: none; }
  @media (min-width: 61.875em) {
    .desktop-only {
      display: block; } }

.close {
  float: right;
  font-size: 19.2px;
  font-weight: 400;
  line-height: 1;
  color: #565658;
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70); }
  .close:visited {
    color: #565658; }
  .close:hover, .close:focus {
    color: #565658;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.btn, .submit, .changeemail, .reset-pwd-button, .change-email-button, .membership-prompt .button, #noticeboard-tabs .helpme a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 15px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  background-color: #457eb9;
  border: 1px solid #376594;
  border-bottom-color: #294b6f;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  white-space: normal; }
  .btn:visited, .submit:visited, .changeemail:visited, .reset-pwd-button:visited, .change-email-button:visited, .membership-prompt .button:visited, #noticeboard-tabs .helpme a:visited {
    background-color: #457eb9;
    color: #ffffff; }
  .btn:hover, .submit:hover, .changeemail:hover, .reset-pwd-button:hover, .change-email-button:hover, .membership-prompt .button:hover, #noticeboard-tabs .helpme a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #578bc0; }
  .btn:focus, .submit:focus, .changeemail:focus, .reset-pwd-button:focus, .change-email-button:focus, .membership-prompt .button:focus, #noticeboard-tabs .helpme a:focus {
    outline: 4px solid #9c9c9c;
    outline: 5px auto -webkit-focus-ring-color;
    border-radius: 0; }

.btn:first-child, .submit:first-child, .changeemail:first-child, .reset-pwd-button:first-child, .change-email-button:first-child, .membership-prompt .button:first-child, #noticeboard-tabs .helpme a:first-child {
  *margin-left: 0; }

.btn--disabled {
  opacity: .5;
  cursor: default; }

.btn--error {
  background-color: #d11f1a;
  border-color: #a41814;
  border-bottom-color: #8d1512;
  color: #ffffff; }
  .btn--error:visited {
    background-color: #d11f1a;
    color: #ffffff; }
  .btn--error:hover {
    background-color: #e32621;
    color: #ffffff; }

.btn--info {
  background-color: #5bc0de;
  border-color: #31b0d5;
  border-bottom-color: #28a1c5;
  color: #ffffff; }
  .btn--info:visited {
    background-color: #5bc0de;
    color: #ffffff; }
  .btn--info:hover {
    background-color: #70c8e2;
    color: #ffffff; }

.btn--primary, #noticeboard-tabs .helpme a {
  background-color: #81b04b;
  border-color: #678c3c;
  border-bottom-color: #5a7a34;
  color: #ffffff; }
  .btn--primary:visited, #noticeboard-tabs .helpme a:visited {
    background-color: #81b04b;
    color: #ffffff; }
  .btn--primary:hover, #noticeboard-tabs .helpme a:hover {
    background-color: #8eb95b;
    color: #ffffff; }

.btn--tertiary {
  background-color: #FFFCD9;
  border-color: #fff8a6;
  border-bottom-color: #fff68d;
  color: #565658; }
  .btn--tertiary:visited {
    background-color: #FFFCD9;
    color: #565658; }
  .btn--tertiary:hover {
    background-color: #fffef3;
    color: #565658; }

.btn--warning {
  background-color: #f0ad4e;
  border-color: #ec971f;
  border-bottom-color: #df8a13;
  color: #ffffff; }
  .btn--warning:visited {
    background-color: #f0ad4e;
    color: #ffffff; }
  .btn--warning:hover {
    background-color: #f2b866;
    color: #ffffff; }

.btn.btn--large, .btn--large.submit, .btn--large.changeemail, .btn--large.reset-pwd-button, .btn--large.change-email-button, .membership-prompt .btn--large.button, #noticeboard-tabs .helpme a.btn--large {
  *padding-top: 7px;
  *padding-bottom: 7px; }

.btn--extlarge {
  padding: 10px 40px;
  font-size: 24px;
  font-size: 1.5rem;
  border-width: 2px;
  border-radius: 4px; }

.btn--large {
  padding: 10px 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: inherit;
  border-radius: 4px; }

.btn--small {
  padding: 5px 10px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: inherit; }

.btn--mini {
  padding: 3px 5px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: inherit; }

.btn--round {
  border-radius: 60px;
  padding: 5px;
  padding: 0.3125rem; }

.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.4em; }
  .btn-group .btn, .btn-group .submit, .btn-group .changeemail, .btn-group .reset-pwd-button, .btn-group .change-email-button, .btn-group .membership-prompt .button, .membership-prompt .btn-group .button, .btn-group #noticeboard-tabs .helpme a, #noticeboard-tabs .helpme .btn-group a {
    position: relative;
    float: left;
    margin-left: -1px;
    border-radius: 0; }
  .btn-group .btn:first-child, .btn-group .submit:first-child, .btn-group .changeemail:first-child, .btn-group .reset-pwd-button:first-child, .btn-group .change-email-button:first-child, .btn-group .membership-prompt .button:first-child, .membership-prompt .btn-group .button:first-child, .btn-group #noticeboard-tabs .helpme a:first-child, #noticeboard-tabs .helpme .btn-group a:first-child {
    margin-left: 0;
    border-radius: 2px, 0, 2px, 0; }
  .btn-group .btn:last-child, .btn-group .submit:last-child, .btn-group .changeemail:last-child, .btn-group .reset-pwd-button:last-child, .btn-group .change-email-button:last-child, .btn-group .membership-prompt .button:last-child, .membership-prompt .btn-group .button:last-child, .btn-group #noticeboard-tabs .helpme a:last-child, #noticeboard-tabs .helpme .btn-group a:last-child {
    border-radius: 0, 2px, 0, 2px; }

/*btn.btn-group*/
.btn-toolbar {
  clear: both;
  margin-top: 0.7em;
  margin-bottom: 0.7em; }
  .btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

.alert, .error-box,
.errorBox, .success-box, .successBox, .success {
  padding: 5px 10px;
  margin-bottom: 1.4em;
  background-color: #000000;
  border: 1px solid black;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff; }
  .alert h2, .error-box h2,
  .errorBox h2, .success-box h2, .successBox h2, .success h2, .alert h3, .error-box h3,
  .errorBox h3, .success-box h3, .successBox h3, .success h3, .alert h4, .error-box h4,
  .errorBox h4, .success-box h4, .successBox h4, .success h4, .alert h5, .error-box h5,
  .errorBox h5, .success-box h5, .successBox h5, .success h5, .alert h6, .error-box h6,
  .errorBox h6, .success-box h6, .successBox h6, .success h6 {
    color: #ffffff; }
  .alert p:last-of-type, .error-box p:last-of-type,
  .errorBox p:last-of-type, .success-box p:last-of-type, .successBox p:last-of-type, .success p:last-of-type {
    margin-bottom: 0; }
  .alert > ul, .error-box > ul,
  .errorBox > ul, .success-box > ul, .successBox > ul, .success > ul {
    margin: 15px 0; }
    .alert > ul li, .error-box > ul li,
    .errorBox > ul li, .success-box > ul li, .successBox > ul li, .success > ul li {
      margin-bottom: 15px; }

/*alert*/
.alert--success, .success-box, .successBox, .success {
  background-color: #5cb85c;
  border-color: #449d44;
  color: #ffffff; }

/*alert--success*/
.alert--danger,
.alert--error,
.error-box,
.errorBox {
  background-color: #d11f1a;
  border-color: #a41814;
  color: #ffffff; }

/*alert--error*/
.alert--info {
  background-color: #5bc0de;
  border-color: #31b0d5;
  color: #ffffff; }

/*alert--info*/
.alert--warning {
  background-color: #f0ad4e;
  border-color: #ec971f;
  color: #ffffff; }

.alert--block {
  padding-top: 14px;
  padding-bottom: 14px; }
  .alert--block > p,
  .alert--block > ul {
    margin-bottom: 0; }
  .alert--block > p + p {
    margin-top: 5px; }

.error-color {
  color: #d11f1a; }

.valid-color {
  color: #5cb85c; }

.warning-color {
  color: #f0ad4e; }

/**
 *	General form styles
 *
 *
*/
form {
  margin: 0 0 1.4em 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  form p {
    margin-bottom: 0.7em; }
  form ul {
    margin: 0 0 1.4em 0; }
  form br {
    display: none; }

fieldset {
  margin-bottom: 1.4em;
  padding: 0;
  border-width: 0; }
  fieldset:last-of-type {
    margin-bottom: 0; }

legend {
  display: block;
  width: 100%;
  margin-bottom: 0.93333em;
  *margin-left: -7px;
  padding: 0;
  border: 0;
  color: #565658;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4em;
  white-space: normal; }
  legend small {
    font-size: 1.05em; }

label,
input,
button,
select,
textarea,
.faux-label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

label,
.faux-label {
  display: inline-block;
  margin-bottom: 0.35em;
  font-size: 12px;
  font-size: 0.75rem; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  display: inline-block;
  margin-bottom: 0.7em;
  padding: 7px;
  height: 32px;
  background-color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4em;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
  display: -webkit-inline-flex; }

input,
textarea {
  width: 100%; }

textarea {
  height: auto;
  resize-x: none; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  border: 1px solid #cfcfcf; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus {
    border-color: #9c9c9c;
    outline: 0;
    outline: thin dotted \ 9; }

input[type="radio"],
input[type="checkbox"] {
  margin: 1px 0 0;
  *margin-top: 0;
  margin-top: 1px \ 9;
  line-height: normal; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select {
  padding: 0; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #9c9c9c;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.radio,
.checkbox {
  min-height: 1.4em;
  font-size: 12px;
  font-size: 0.75rem; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-right: 10px; }

.checkbox label {
  display: block; }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

@media (min-width: 30em) {
  .input-mini {
    width: 6.38298%; } }

@media (min-width: 30em) {
  .input-small {
    width: 14.89362%; } }

@media (min-width: 37.5em) {
  .input-medium {
    width: 23.40426%; } }

@media (min-width: 37.5em) {
  .input-large {
    width: 48.93617%; } }

@media (min-width: 37.5em) {
  .input-xlarge {
    width: 57.44681%; } }

@media (min-width: 37.5em) {
  .input-xxlarge {
    width: 65.95745%; } }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  opacity: .25; }

.form-actions {
  margin-bottom: 1.4em;
  *zoom: 1; }
  .form-actions:before, .form-actions:after {
    display: table;
    content: ""; }
  .form-actions:after {
    clear: both; }

[placeholder]:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity .5s .5s ease;
          transition: opacity .5s .5s ease; }

/**
 *
 *	Horizontal form.
 *
 *
 * <form class="form-horizontal">
 *		<div class="control-group">
 *			<label class="control-label" for="email">Email</label>
 *			<div class="controls">
 *				<input type="text" id="email" name="email">
 *			</div><!-- controls -->
 *		</div><!-- control-group -->
 *
 *		<div class="control-group">
 *			<label class="control-label" for="password">Password</label>
 *			<div class="controls">
 *				<input type="password" id="password" name="password">
 *			</div><!-- controls -->
 *		</div><!-- control-group -->
 *
 *		<div class="control-group">
 *			<div class="controls">
 *				<label class="checkbox"><input type="checkbox"> Remember me</label>
 *			</div><!-- controls -->
 *		</div><!-- control-group -->
 *
 *		<div class="control-group">
 *			<div class="controls">
 *				<button class="btn">Submit</button>
 *			</div><!-- controls -->
 *		</div><!-- control-group -->
 *
 *	</form><!-- form-horizontal -->
 *
 */
.form-horizontal .control-group {
  margin-bottom: 1.4em;
  *zoom: 1; }
  .form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    content: ""; }
  .form-horizontal .control-group:after {
    clear: both; }

.form-horizontal .control-label {
  float: left;
  width: 31.91489%;
  padding-top: 5px;
  padding-right: 2.12766%;
  text-align: right; }

.form-horizontal .controls {
  *display: inline-block;
  margin-left: 31.91489%;
  *margin-left: 0;
  *padding-left: 2.12766%; }
  .form-horizontal .controls:first-child {
    *padding-left: 2.12766%; }

.form-horizontal .help-block {
  margin-bottom: 0; }

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 0.7em; }

.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle; }

.form-horizontal .hide {
  display: none; }

.form-horizontal label,
.form-horizontal .faux-label,
.form-horizontal .btn-group {
  display: inline-block; }

.form-horizontal .control-group {
  margin-bottom: 0.7em; }

.form-horizontal legend + .control-group {
  margin-top: 1.4em;
  -webkit-margin-top-collapse: separate; }

.form-horizontal .checkbox label,
.form-horizontal .checkbox .faux-label,
.form-horizontal .radio label,
.form-horizontal .radio .faux-label {
  display: block; }

@media (min-width: 48em) {
  .form-horizontal .btn, .form-horizontal .submit, .form-horizontal .changeemail, .form-horizontal .reset-pwd-button, .form-horizontal .change-email-button, .form-horizontal .membership-prompt .button, .membership-prompt .form-horizontal .button, .form-horizontal #noticeboard-tabs .helpme a, #noticeboard-tabs .helpme .form-horizontal a {
    margin: 10px 0 10px 240px;
    margin: 0.625rem 0 0.625rem 15rem; } }

/**
 *
 * Form Search
 *
 *	<form class="form-search">
 *		<input type="text" class="input-medium search-query">
 *		<button class="btn">Search</button>
 *	</form>
 *
 */
input.search-query {
  margin-bottom: 0;
  padding-right: 14px;
  padding-right: 4px \ 9;
  padding-left: 14px;
  padding-left: 4px \9;
  border-radius: 0; }

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0; }

.form-search .input-append .search-query {
  border-radius: 14px, 0, 0, 14px; }

.form-search .input-append .btn, .form-search .input-append .submit, .form-search .input-append .changeemail, .form-search .input-append .reset-pwd-button, .form-search .input-append .change-email-button, .form-search .input-append .membership-prompt .button, .membership-prompt .form-search .input-append .button, .form-search .input-append #noticeboard-tabs .helpme a, #noticeboard-tabs .helpme .form-search .input-append a {
  border-radius: 0, 14px, 14px, 0; }

.form-search .input-prepend .search-query {
  border-radius: 0, 14px, 14px, 0; }

.form-search .input-prepend .btn, .form-search .input-prepend .submit, .form-search .input-prepend .changeemail, .form-search .input-prepend .reset-pwd-button, .form-search .input-prepend .change-email-button, .form-search .input-prepend .membership-prompt .button, .membership-prompt .form-search .input-prepend .button, .form-search .input-prepend #noticeboard-tabs .helpme a, #noticeboard-tabs .helpme .form-search .input-prepend a {
  border-radius: 14px, 0, 0, 14px; }

.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .hide {
  display: none; }

.form-search label,
.form-search .btn-group {
  display: inline-block; }

.form-search .radio,
.form-search .checkbox {
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: middle; }

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left; }
  .form-search .radio input[type="radio"] margin,
  .form-search .checkbox input[type="checkbox"] margin {
    right: 3px;
    left: 0; }

.form-search .control-group {
  margin-bottom: 0.7em; }

.form-search legend + .control-group {
  margin-top: 1.4em;
  -webkit-margin-top-collapse: separate; }

@media (min-width: 48em) {
  .form-offset-controls {
    margin: 0 0 20px 240px;
    margin: 0 0 1.25rem 15rem; } }

table {
  max-width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.4em; }
  .table th,
  .table td {
    padding: 10px;
    vertical-align: top;
    border-top: 1px solid #cfcfcf;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4em;
    text-align: left; }
  .table th {
    font-weight: bold; }
  .table thead th {
    vertical-align: bottom; }
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #cfcfcf; }
  .table tbody tr:hover td,
  .table tbody tr:hover th {
    background-color: transparent; }

.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

.table-bordered {
  border: 1px solid #cfcfcf;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed; }
  .table-bordered th,
  .table-bordered td {
    border-left: 1px solid #cfcfcf; }
  .table-bordered caption + thead tr:first-child th,
  .table-bordered caption + tbody tr:first-child th,
  .table-bordered caption + tbody tr:first-child td,
  .table-bordered colgroup + thead tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child td,
  .table-bordered thead:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #cfcfcf; }

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: transparent; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
            transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform(0.3s ease-out);
         -o-transition: -o-transform(0.3s ease-out);
            transition: transform(0.3s ease-out); }
  .modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 33px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 18px; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  *zoom: 1; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: ""; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .submit + .btn, .modal-footer .changeemail + .btn, .modal-footer .reset-pwd-button + .btn, .modal-footer .change-email-button + .btn, .modal-footer .membership-prompt .button + .btn, .membership-prompt .modal-footer .button + .btn, .modal-footer #noticeboard-tabs .helpme a + .btn, #noticeboard-tabs .helpme .modal-footer a + .btn, .modal-footer .btn + .submit, .modal-footer .submit + .submit, .modal-footer .changeemail + .submit, .modal-footer .reset-pwd-button + .submit, .modal-footer .change-email-button + .submit, .modal-footer .membership-prompt .button + .submit, .membership-prompt .modal-footer .button + .submit, .modal-footer #noticeboard-tabs .helpme a + .submit, #noticeboard-tabs .helpme .modal-footer a + .submit, .modal-footer .btn + .changeemail, .modal-footer .submit + .changeemail, .modal-footer .changeemail + .changeemail, .modal-footer .reset-pwd-button + .changeemail, .modal-footer .change-email-button + .changeemail, .modal-footer .membership-prompt .button + .changeemail, .membership-prompt .modal-footer .button + .changeemail, .modal-footer #noticeboard-tabs .helpme a + .changeemail, #noticeboard-tabs .helpme .modal-footer a + .changeemail, .modal-footer .btn + .reset-pwd-button, .modal-footer .submit + .reset-pwd-button, .modal-footer .changeemail + .reset-pwd-button, .modal-footer .reset-pwd-button + .reset-pwd-button, .modal-footer .change-email-button + .reset-pwd-button, .modal-footer .membership-prompt .button + .reset-pwd-button, .membership-prompt .modal-footer .button + .reset-pwd-button, .modal-footer #noticeboard-tabs .helpme a + .reset-pwd-button, #noticeboard-tabs .helpme .modal-footer a + .reset-pwd-button, .modal-footer .btn + .change-email-button, .modal-footer .submit + .change-email-button, .modal-footer .changeemail + .change-email-button, .modal-footer .reset-pwd-button + .change-email-button, .modal-footer .change-email-button + .change-email-button, .modal-footer .membership-prompt .button + .change-email-button, .membership-prompt .modal-footer .button + .change-email-button, .modal-footer #noticeboard-tabs .helpme a + .change-email-button, #noticeboard-tabs .helpme .modal-footer a + .change-email-button, .modal-footer .membership-prompt .btn + .button, .membership-prompt .modal-footer .btn + .button, .modal-footer .membership-prompt .submit + .button, .membership-prompt .modal-footer .submit + .button, .modal-footer .membership-prompt .changeemail + .button, .membership-prompt .modal-footer .changeemail + .button, .modal-footer .membership-prompt .reset-pwd-button + .button, .membership-prompt .modal-footer .reset-pwd-button + .button, .modal-footer .membership-prompt .change-email-button + .button, .membership-prompt .modal-footer .change-email-button + .button, .modal-footer .membership-prompt .button + .button, .membership-prompt .modal-footer .button + .button, .modal-footer #noticeboard-tabs .helpme .membership-prompt a + .button, .membership-prompt .modal-footer #noticeboard-tabs .helpme a + .button, #noticeboard-tabs .helpme .modal-footer .membership-prompt a + .button, .membership-prompt #noticeboard-tabs .helpme .modal-footer a + .button, .modal-footer #noticeboard-tabs .helpme .btn + a, #noticeboard-tabs .helpme .modal-footer .btn + a, .modal-footer #noticeboard-tabs .helpme .submit + a, #noticeboard-tabs .helpme .modal-footer .submit + a, .modal-footer #noticeboard-tabs .helpme .changeemail + a, #noticeboard-tabs .helpme .modal-footer .changeemail + a, .modal-footer #noticeboard-tabs .helpme .reset-pwd-button + a, #noticeboard-tabs .helpme .modal-footer .reset-pwd-button + a, .modal-footer #noticeboard-tabs .helpme .change-email-button + a, #noticeboard-tabs .helpme .modal-footer .change-email-button + a, .modal-footer .membership-prompt #noticeboard-tabs .helpme .button + a, #noticeboard-tabs .helpme .modal-footer .membership-prompt .button + a, .membership-prompt .modal-footer #noticeboard-tabs .helpme .button + a, #noticeboard-tabs .helpme .membership-prompt .modal-footer .button + a, .modal-footer #noticeboard-tabs .helpme a + a, #noticeboard-tabs .helpme .modal-footer a + a {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .submit + .btn, .modal-footer .btn-group .changeemail + .btn, .modal-footer .btn-group .reset-pwd-button + .btn, .modal-footer .btn-group .change-email-button + .btn, .modal-footer .btn-group .membership-prompt .button + .btn, .membership-prompt .modal-footer .btn-group .button + .btn, .modal-footer .btn-group #noticeboard-tabs .helpme a + .btn, #noticeboard-tabs .helpme .modal-footer .btn-group a + .btn, .modal-footer .btn-group .btn + .submit, .modal-footer .btn-group .submit + .submit, .modal-footer .btn-group .changeemail + .submit, .modal-footer .btn-group .reset-pwd-button + .submit, .modal-footer .btn-group .change-email-button + .submit, .modal-footer .btn-group .membership-prompt .button + .submit, .membership-prompt .modal-footer .btn-group .button + .submit, .modal-footer .btn-group #noticeboard-tabs .helpme a + .submit, #noticeboard-tabs .helpme .modal-footer .btn-group a + .submit, .modal-footer .btn-group .btn + .changeemail, .modal-footer .btn-group .submit + .changeemail, .modal-footer .btn-group .changeemail + .changeemail, .modal-footer .btn-group .reset-pwd-button + .changeemail, .modal-footer .btn-group .change-email-button + .changeemail, .modal-footer .btn-group .membership-prompt .button + .changeemail, .membership-prompt .modal-footer .btn-group .button + .changeemail, .modal-footer .btn-group #noticeboard-tabs .helpme a + .changeemail, #noticeboard-tabs .helpme .modal-footer .btn-group a + .changeemail, .modal-footer .btn-group .btn + .reset-pwd-button, .modal-footer .btn-group .submit + .reset-pwd-button, .modal-footer .btn-group .changeemail + .reset-pwd-button, .modal-footer .btn-group .reset-pwd-button + .reset-pwd-button, .modal-footer .btn-group .change-email-button + .reset-pwd-button, .modal-footer .btn-group .membership-prompt .button + .reset-pwd-button, .membership-prompt .modal-footer .btn-group .button + .reset-pwd-button, .modal-footer .btn-group #noticeboard-tabs .helpme a + .reset-pwd-button, #noticeboard-tabs .helpme .modal-footer .btn-group a + .reset-pwd-button, .modal-footer .btn-group .btn + .change-email-button, .modal-footer .btn-group .submit + .change-email-button, .modal-footer .btn-group .changeemail + .change-email-button, .modal-footer .btn-group .reset-pwd-button + .change-email-button, .modal-footer .btn-group .change-email-button + .change-email-button, .modal-footer .btn-group .membership-prompt .button + .change-email-button, .membership-prompt .modal-footer .btn-group .button + .change-email-button, .modal-footer .btn-group #noticeboard-tabs .helpme a + .change-email-button, #noticeboard-tabs .helpme .modal-footer .btn-group a + .change-email-button, .modal-footer .btn-group .membership-prompt .btn + .button, .membership-prompt .modal-footer .btn-group .btn + .button, .modal-footer .btn-group .membership-prompt .submit + .button, .membership-prompt .modal-footer .btn-group .submit + .button, .modal-footer .btn-group .membership-prompt .changeemail + .button, .membership-prompt .modal-footer .btn-group .changeemail + .button, .modal-footer .btn-group .membership-prompt .reset-pwd-button + .button, .membership-prompt .modal-footer .btn-group .reset-pwd-button + .button, .modal-footer .btn-group .membership-prompt .change-email-button + .button, .membership-prompt .modal-footer .btn-group .change-email-button + .button, .modal-footer .btn-group .membership-prompt .button + .button, .membership-prompt .modal-footer .btn-group .button + .button, .modal-footer .btn-group #noticeboard-tabs .helpme .membership-prompt a + .button, .membership-prompt .modal-footer .btn-group #noticeboard-tabs .helpme a + .button, #noticeboard-tabs .helpme .modal-footer .btn-group .membership-prompt a + .button, .membership-prompt #noticeboard-tabs .helpme .modal-footer .btn-group a + .button, .modal-footer .btn-group #noticeboard-tabs .helpme .btn + a, #noticeboard-tabs .helpme .modal-footer .btn-group .btn + a, .modal-footer .btn-group #noticeboard-tabs .helpme .submit + a, #noticeboard-tabs .helpme .modal-footer .btn-group .submit + a, .modal-footer .btn-group #noticeboard-tabs .helpme .changeemail + a, #noticeboard-tabs .helpme .modal-footer .btn-group .changeemail + a, .modal-footer .btn-group #noticeboard-tabs .helpme .reset-pwd-button + a, #noticeboard-tabs .helpme .modal-footer .btn-group .reset-pwd-button + a, .modal-footer .btn-group #noticeboard-tabs .helpme .change-email-button + a, #noticeboard-tabs .helpme .modal-footer .btn-group .change-email-button + a, .modal-footer .btn-group .membership-prompt #noticeboard-tabs .helpme .button + a, #noticeboard-tabs .helpme .modal-footer .btn-group .membership-prompt .button + a, .membership-prompt .modal-footer .btn-group #noticeboard-tabs .helpme .button + a, #noticeboard-tabs .helpme .membership-prompt .modal-footer .btn-group .button + a, .modal-footer .btn-group #noticeboard-tabs .helpme a + a, #noticeboard-tabs .helpme .modal-footer .btn-group a + a {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 37.5em) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 48em) {
  .modal-lg {
    width: 900px; } }

.navbar-toggle {
  display: inline-block;
  padding: 8px 6px;
  background: #457eb9;
  border: 1px solid #457eb9;
  border-radius: 4px; }
  .navbar-toggle:hover {
    text-decoration: none; }

.navbar-collapse {
  position: relative;
  overflow: hidden;
  max-height: 0;
  clear: both; }
  @media (min-width: 48em) {
    .navbar-collapse {
      height: auto !important;
      overflow: visible !important;
      opacity: 1;
      clear: none;
      max-height: inherit; } }

.navbar-collapse.expanded {
  max-height: 75em; }

@media (min-width: 48em) {
  .navbar .navbar-toggle,
  .mobile-menu {
    display: none; } }

/**
 * Menu elements
 *
 */
.icon-bars {
  display: inline-block; }

.icon-bar {
  width: 20px;
  height: 2px;
  background: #ffffff;
  display: block; }
  .icon-bar + .icon-bar {
    margin-top: 3px; }

.btn-navbar__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-right: 10px; }

.sr-only {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .sr-only.focusable:active, .sr-only.focusable:focus {
    position: static;
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible; }

.mobile-menu {
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  text-align: right;
  background: #27496C; }

/* Gallery Shortcode */
.gallery-row {
  padding: 15px 0; }

/* ==========================================================================
   Posts
   ========================================================================== */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media .pull-left, .media #benefits {
  float: left;
  margin-right: 10px; }

.media .pull-right {
  float: right;
  margin-left: 10px; }

.media-list {
  margin-left: 0;
  list-style-type: none; }

.flag {
  display: table;
  width: 100%; }

.flag__image,
.flag__body {
  display: table-cell;
  vertical-align: middle; }
  .flag--top .flag__image, .flag--top
  .flag__body {
    vertical-align: top; }
  .flag--bottom .flag__image, .flag--bottom
  .flag__body {
    vertical-align: bottom; }

.flag__image {
  padding-right: 10px; }
  .flag__image img {
    display: block;
    max-width: none; }
  .flag--rev .flag__image {
    padding-right: 0;
    padding-left: 10px; }

.flag__body {
  width: 100%; }

/* =============== Site styles =============== */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  width: 100%;
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  color: #565658;
  font-size: 12px; }

.browsehappy {
  margin-bottom: 0; }

hr {
  clear: both;
  display: block;
  margin: 2.8em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #cfcfcf; }

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

.img-rounded {
  border-radius: 4px; }

.img-polaroid {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.img-circle {
  border-radius: 500px; }

figure {
  margin-bottom: 1.4em; }
  figure img {
    margin-bottom: 0; }
  figure figcaption {
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
    color: #ffffff;
    background: gray;
    padding: 5px 10px; }

.well {
  background: #F9FAFB;
  padding: 20px;
  margin-bottom: 1.4em; }

.cta {
  padding: 20px;
  color: #565658;
  margin-bottom: 1.4em; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  color: #565658;
  text-rendering: optimizelegibility;
  line-height: 1.2; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1; }

h1,
.h1 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 6px; }

h2,
.h2 {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 12px; }

h3,
.h3 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 12px; }

h4,
.h4 {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 12px; }

h5,
.h5 {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 12px; }

h6,
.h6 {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 12px; }

p,
ol,
ul,
dl,
address {
  margin-top: 0;
  margin-bottom: 1.4em; }

small {
  font-size: 9.6px;
  font-size: 0.6rem; }

ul,
ol {
  margin: 0 0 1.4em 20px;
  padding: 0 0 0 20px; }

li ul,
li ol {
  margin: 1.4em 0; }

ul.inline,
ol.inline {
  list-style-type: none;
  margin-left: 0; }
  ul.inline > li,
  ol.inline > li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px; }

#container li {
  line-height: 2; }

blockquote {
  margin: 0 0 1.4em 0; }
  blockquote small:before {
    content: '\00A0 \2014'; }
  blockquote small:after {
    content: ''; }
  blockquote.pull-right {
    float: right;
    background-color: transparent; }
    blockquote.pull-right p, blockquote.pull-right small {
      text-align: right; }
    blockquote.pull-right small:before {
      content: ''; }
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }
  blockquote cite {
    font-style: normal; }

q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

dl,
dd {
  margin-bottom: 1.4em; }

dt {
  font-weight: bold; }

.dl-horizontal {
  *zoom: 1; }
  .dl-horizontal:before, .dl-horizontal:after {
    display: table;
    content: ""; }
  .dl-horizontal:after {
    clear: both; }
  .dl-horizontal dt {
    float: left;
    clear: left;
    width: 30.38869258%; }
  .dl-horizontal dd {
    margin-left: 32.99289258%; }

abbr[title] {
  border-bottom: 1px dotted #cfcfcf;
  cursor: help; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

ins {
  color: #565658;
  text-decoration: none; }

mark {
  color: #565658;
  font-style: italic;
  font-weight: bold; }

pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 9.6px;
  font-size: 0.6rem;
  line-height: 1.4em;
  color: #575759; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub,
sup {
  position: relative;
  font-size: 9.6px;
  font-size: 0.6rem;
  line-height: 0;
  vertical-align: baselineheight; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

.lede {
  font-size: 13.8px;
  font-size: 0.8625rem; }

.secondary {
  font-size: 10.43478px;
  font-size: 0.65217rem; }

.tertiary {
  font-size: 9.6px;
  font-size: 0.6rem; }

.amp {
  font-family: Monaco, Courier New, monospace; }

.footnotes li {
  margin-bottom: 0.7em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9.23077px;
  font-size: 0.57692rem;
  line-height: 1.4; }

/*footnotes*/
.spaced {
  letter-spacing: 1px; }

a {
  color: #5C8ABB; }
  a:visited {
    color: #5C8ABB; }
  a:hover {
    text-decoration: underline;
    color: #68913A; }
  a:focus {
    outline: thin dotted #9c9c9c;
    color: #4371a1; }
  a:hover, a:active {
    outline: 0; }

::selection {
  background-color: #9c9c9c;
  color: #000000;
  text-shadow: none; }

/*
 * For general layout and structure.
 * breakpoint specific layout will be in bp scss files.
 *
 *
 */
.container {
  max-width: 78.33333em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

#container {
  margin: 20px auto; }

/* to centre layout */
#container-home {
  margin: 25px auto; }

/* to centre layout */
@media (min-width: 48em) {
  .has-sidebar .main {
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%; } }

@media (min-width: 48em) {
  .sidebar {
    width: 23.40426%;
    float: right;
    margin-right: 0; } }

.row {
  *zoom: 1;
  clear: both; }
  .row:before, .row:after {
    display: table;
    content: ""; }
  .row:after {
    clear: both; }
  @media (min-width: 37.5em) {
    .row .one-half {
      width: 48.93617%;
      float: left;
      margin-right: 2.12766%; }
    .row .one-third {
      width: 31.91489%;
      float: left;
      margin-right: 2.12766%; }
    .row .one-quarter {
      width: 23.40426%;
      float: left;
      margin-right: 2.12766%; }
    .row .third-twothird--first {
      width: 31.91489%;
      float: left;
      margin-right: 2.12766%; }
    .row .third-twothird--last {
      width: 65.95745%;
      float: right;
      margin-right: 0; }
    .row .twothird-third--first {
      width: 65.95745%;
      float: left;
      margin-right: 2.12766%; }
    .row .twothird-third--last {
      width: 31.91489%;
      float: right;
      margin-right: 0; }
    .row .one-third--last,
    .row .one-half--last,
    .row .one-quarter--last {
      margin-right: 0; } }
  .row.layout {
    *zoom: 1;
    margin-bottom: 1.4em; }
    .row.layout:before, .row.layout:after {
      display: table;
      content: ""; }
    .row.layout:after {
      clear: both; }

@media (min-width: 37.5em) {
  .l-span-1 {
    width: 6.38298%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 0; }
  .l-span-2 {
    width: 14.89362%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 0; }
  .l-span-3 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 0; }
  .l-span-4 {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 0; }
  .l-span-5 {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 0; }
  .l-span-6 {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 0; }
  .l-span-7 {
    width: 57.44681%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 0; }
  .l-span-8 {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 0; }
  .l-span-9 {
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 0; }
  .l-span-10 {
    width: 82.97872%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 0; }
  .l-span-11 {
    width: 91.48936%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 0; }
  .l-span-12 {
    width: 100%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 0; }
  .l-span-last {
    float: right;
    margin-right: 0; } }

.col_span_2 {
  width: 450px;
  float: left; }

.col_span_4 {
  width: 930px; }

@media (min-width: 37.5em) {
  .col_span_1 {
    width: 23.40426%;
    float: right;
    margin-right: 0; }
  .col_span_3 {
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%; } }

.org {
  font-weight: bold; }

.center {
  text-align: center; }

/* End Selecter Setup -----------------------------------------*/
/* General Setup ----------------------------------------------*/
.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

/* Hide from IE Mac \*/
/* End hide from IE Mac */
/* Hide from IE Mac \*/
/* End hide from IE Mac */
.round {
  border-radius: 4px; }

/* End General Setup ------------------------------------------*/
/*
4. Site Wide Styles ----------------------------------------------*/
/* Layout Col -------------------------------------------------*/
/* End Layout Col ---------------------------------------------*/
/* Containers -------------------------------------------------*/
#footer {
  clear: both;
  padding: 20px 0 8px 5px;
  margin: 20px 0 0;
  background: #fff url(../images/container-bg.gif) repeat-x bottom;
  text-align: center; }

#copyright {
  width: 960px;
  margin: 0 auto;
  text-align: center; }

/* centre layout if main container is cent$errorcolor */
#container-home + p img, #container + p img {
  padding: 0 12px; }

/* End Containers ---------------------------------------------*/
/* Navigation -------------------------------------------------*/
/* End Nav ----------------------------------------------------*/
/* Specific Containers ----------------------------------------*/
/* Header Content ---------------------------------------------*/
#home #header-content .first {
  float: left; }

#header-content {
  position: relative;
  top: 0; }

#header-content p:first-child {
  margin-top: 2em; }

#header-content p {
  color: #fff; }

#header-content p a {
  color: #e2ef83;
  text-decoration: none; }

#header-content p a:hover {
  text-decoration: underline; }

#header-content h4 {
  color: white;
  margin: 24px 0; }

#header-content #sub {
  clear: both;
  color: #FFFFFF;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0; }

/* End Header Content -----------------------------------------*/
/* Main Content ---------------------------------------------*/
#container h2, #container-home h2, #tinymce h2 {
  text-transform: uppercase; }

/* End Main Content ---------------------------------------------*/
/*
5. Forms----------------------------------------------------------*/
/* General ----------------------------------------------*/
dt.multiple-line {
  height: 55px; }

/* End General -------------------------------------------------*/
/* Register Forms ----------------------------------------------*/
.searching.active,
.school-search-input__searching.active {
  background: white url(../images/ajax-loader.gif) no-repeat 5px;
  display: inline; }

.register.student legend {
  color: white; }

.submitcontact {
  margin: 0px;
  margin-left: 112px; }

/* Contact Forms ----------------------------------------------*/
/* Booklist Forms ----------------------------------------------*/
#booklist-school {
  background: #bbd3f0 url(../images/booklists-sm.gif) no-repeat 655px 5px;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid #457eb8; }

#booklist-school span {
  float: left;
  width: 560px; }

.booklist-select {
  background: #f4f6f9 url(../images/booklists-sm-step2.gif) no-repeat 655px 5px;
  border: 1px solid #b5cfef;
  margin-bottom: 12px;
  padding: 12px; }

#booklist-school h3, .booklist-select h3 {
  margin-top: 0;
  margin-bottom: 6px; }

.booklist {
  margin-bottom: 24px;
  margin-top: 24px;
  border: 3px solid #1D61A5;
  border-radius: 4px; }

.booklist h4 {
  color: white;
  margin-bottom: 12px; }

.booklist h3 {
  color: white;
  margin-bottom: 12px; }

.booklist dl {
  margin-top: 0; }

.booklist dt {
  float: left;
  margin: 0 6px 0 80px; }

.booklist dd {
  margin-bottom: 6px; }

.booklist.create-ad {
  border: none; }

.booklist.create-ad h3 {
  color: #457eb8;
  background: none;
  font-size: 1.2rem; }

#booklist-continue {
  float: right; }

a.more-link {
  background: url(../images/down-arrow-dark.gif) no-repeat right 4px;
  padding-right: 16px; }

a.more-link-up {
  background: url(../images/down-arrow-dark-up.gif) no-repeat right 4px;
  padding-right: 16px; }

#steps li {
  color: white;
  list-style-type: none;
  padding-left: 63px;
  padding-bottom: 1px;
  display: block;
  height: 1%; }

#steps li p {
  color: black; }

#steps li.one {
  background: url(../images/booklists-num1-bg.gif) no-repeat 0 4px; }

#steps li.two {
  background: url(../images/booklists-num2-bg.gif) no-repeat 0 4px; }

#steps li.three {
  background: url(../images/booklists-num3-bg.gif) no-repeat 0 4px; }

/* Errors ------------------------------------------------------*/
#edit-details .error {
  display: block;
  margin-top: 3px; }

/*
7. Page Specific----------------------------------------------------*/
/* Home Search box ---------------------------------------------*/
#home-search {
  background: #e7e6de;
  width: 400px;
  float: right; }

#home-search form {
  margin-bottom: 6px;
  background: #fff;
  padding: 12px;
  border: 1px solid #d1ccbf;
  border-radius: 10px; }

#home-search form input {
  padding: 4px;
  font-family: tahoma;
  color: #6e6e6e; }

.home-search-button {
  background: url(../images/home-search-button.gif) no-repeat;
  text-indent: -9999px;
  border: 0;
  width: 35px;
  height: 35px;
  cursor: pointer; }

#home-search div {
  padding: 15px; }

#home-search div.categories {
  background: #fff;
  border: 1px solid #d1ccbf;
  border-radius: 10px;
  margin-bottom: 6px; }

#home-search div.categories.ads a {
  color: #809658; }

#home-search div.categories.ads a:hover {
  color: #72A1D2; }

#home-search div.categories.ads p strong {
  background: url(../images/warning.png) no-repeat;
  padding-left: 21px;
  color: #d11f1a; }

#home-search div.categories td, #home-search div.requirement td {
  padding: 3px 0; }

#home-search div.requirement {
  background: #fff;
  border: 1px solid #d1ccbf;
  border-radius: 10px; }

#home-search ul li a span {
  color: #68913a; }

#home-search h3 {
  background: #6998C8 url(../images/searchbox-h3.gif) no-repeat -2px 0;
  color: #fff;
  padding: 8px 10px;
  margin: 0; }

#home-search .home-search-label {
  position: absolute;
  left: -9999em; }

/* Home Page Notice box ---------------------------------------------*/
#home-notice {
  background: #f9fcf5;
  margin-bottom: 24px; }

#home-notice form {
  margin-bottom: 20px; }

.home-message {
  padding: 18px;
  border-bottom: 1px solid #9cc172; }

#home-notice ul li a span {
  color: #68913a; }

#home-notice h3 {
  background: url(../images/new-message-h3.gif) no-repeat -1px 1px;
  color: #fff;
  padding: 8px 10px;
  margin: 0; }

/* Login -----------------------------------------------------*/
#container .login-register ul li {
  list-style-type: none;
  background: url(../images/small-bullet.gif) no-repeat 0 2px;
  margin-left: 0;
  padding: 2px 0 2px 35px; }

.login-register {
  border: 1px solid #b5cfef;
  padding: 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: url(../images/login.png) no-repeat bottom right; }

.login-register h3 {
  margin-top: 0; }

/* Toolbox ---------------------------------------*/
.toolbox {
  border-radius: 8px;
  background: #f4f6f9;
  border: 1px solid #b5cfef;
  float: left;
  width: 361px;
  margin-bottom: 24px;
  padding: 12px 12px 12px 75px;
  min-height: 120px; }

.toolbox h3 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1px; }

.toolbox ul {
  overflow: hidden;
  margin: 0 0 12px; }

#container .toolbox li {
  margin: 0 12px 0 0;
  line-height: 18px;
  list-style-type: none; }

#toolbox-letters {
  background: #f4f6f9 url(../images/letters.gif) no-repeat 10px 9px; }

#toolbox-forms {
  background: #f4f6f9 url(../images/forms.gif) no-repeat 2px 9px; }

#toolbox-posters {
  background: #f4f6f9 url(../images/posters.gif) no-repeat 7px 8px; }

#toolbox-newsletters {
  background: #f4f6f9 url(../images/newsletters.gif) no-repeat 10px 9px; }

#toolbox-newsletters + p {
  clear: both; }

#toolbox-letters h4, #toolbox-forms h4, #toolbox-posters h4, #toolbox-newsletters h4 {
  margin-bottom: 3px;
  color: #666;
  font-size: 1em;
  font-family: Cambria, Georgia, Times, "Times New Roman", Serif; }

.colour {
  width: 46%;
  float: left; }

.b-w {
  width: 48%;
  float: left;
  padding-left: 5%;
  border-left: 1px solid #B5CFEF; }

.poster-sub-heading {
  display: block;
  float: none;
  clear: both;
  padding: 3px 0 0; }

/* Edit Advertisements ---------------------------------------*/
#action-box p {
  padding: 0; }

#action-box a {
  color: #d11f1a;
  text-decoration: none;
  display: block; }

#action-box .list-ad {
  background: url(../images/script_add.png) no-repeat;
  border: 0;
  color: #d11f1a;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 6px;
  padding-left: 20px; }

#action-box a.add-more {
  background: url(../images/add.png) no-repeat;
  padding-left: 20px; }

#showDetails {
  overflow: hidden; }

#showDetails ul li {
  list-style-type: none;
  float: left;
  margin: 10px;
  padding: 0 1em; }

#searchresultsbox .result {
  margin: 12px 0 0;
  width: 75%;
  border: 1px solid #B5CFEF;
  border-radius: 4px;
  float: left; }

#searchresultsbox.noticeboards {
  padding: 12px; }

#searchresultsbox.noticeboards h3 {
  margin: -12px -12px 2px;
  background: #9BB8CF url(../images/ads.png) no-repeat 5px center;
  padding: 2px 12px 4px 30px;
  font-size: 16px; }

#searchresultsbox.noticeboards h3 span {
  background: url(../images/flag_green.png) no-repeat left center;
  padding-left: 20px; }

#searchresultsbox.noticeboards.expired h3 span {
  background: url(../images/flag_red.png) no-repeat left center;
  padding-left: 20px; }

a.unlist {
  background: url(../images/script_delete.png) no-repeat;
  color: #d11f1a;
  padding-left: 22px;
  padding-bottom: 5px; }

a.extendExpiry {
  background: url(../images/add.png) no-repeat;
  padding-left: 22px;
  padding-bottom: 5px; }

a.contact {
  background: url(../images/email-small.gif) no-repeat;
  padding-left: 22px;
  padding-bottom: 5px; }

a.editAd {
  background: url(../images/ads.png) no-repeat;
  padding-left: 22px;
  padding-bottom: 5px; }

a.editContactDetails {
  background: url(../images/faq-person-small.png) no-repeat;
  padding-left: 22px;
  padding-bottom: 5px;
  font-size: 11px; }

a.relist {
  background: url(../images/script_add.png) no-repeat;
  color: #d11f1a;
  padding-left: 22px;
  padding-bottom: 5px; }

a.removeItem {
  background: url(../images/delete.png) no-repeat;
  color: #d11f1a;
  padding-left: 22px;
  padding-bottom: 5px; }

a.remove {
  background: url(../images/delete.png) no-repeat;
  color: #d11f1a;
  padding: 0 0 0 20px; }

#delete {
  background: url(../images/bin_empty.png) no-repeat;
  border: 0;
  padding-left: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #d11f1a;
  cursor: pointer;
  margin-top: 6px; }

#searchresultsbox .result-description {
  width: 85%;
  margin: 0; }

#searchresultsbox .result-description ul li {
  float: left; }

#searchresultsbox .result-description ul li:first-child {
  width: 320px;
  margin-left: 0 !important; }

#searchresultsbox .result-more-details {
  margin-left: 20%;
  padding: 0; }

#searchresultsbox .result-icon {
  width: 15%; }

.extend {
  color: #d11f1a; }

#searchresultsbox.noticeboards h3, #searchresultsbox.noticeboards .expired h3 {
  margin: -12px -12px 2px;
  background-image: url(../images/ads.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 2px 12px 4px 30px;
  font-size: 16px; }

#searchresultsbox.noticeboards .expired h3 {
  margin-bottom: 2px; }

#searchresultsbox.noticeboards.expired h3 {
  background: #FFE7CF url(../images/ads.png) no-repeat scroll 12px center;
  border-bottom: 1px solid #D1CCBF;
  padding-left: 35px; }

/* Help me pages ---------------------------------------------*/
/* = Member booklists page = */
#booklist-helpme h4 {
  color: #666;
  margin: 18px 0 6px; }

/** SCHOOL REGISTRATION FORM **/
.checks {
  width: 200px;
  height: 210px;
  float: left;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 2px;
  margin: 2px; }

.checks p {
  padding: 0;
  margin: 2px; }

/** Success / Fail notify **/
.error {
  border: 1px solid #d11f1a;
  background: white;
  padding: 3px;
  color: #d11f1a;
  clear: both; }

.editing, .data {
  text-align: left; }

.editing td, .data td {
  vertical-align: top;
  padding: 3px; }

.vert {
  text-align: right;
  padding: 3px;
  vertical-align: top; }

.contacts {
  text-align: left;
  width: 100%;
  padding: 3px; }

.contacts td {
  padding-left: 3px;
  vertical-align: middle;
  line-height: 100%; }

.alt {
  background: #e9f2fb; }

/* School Section Forms ----------------------------------------------*/
.schoolForm {
  background: #f4f6f9;
  padding: 12px;
  margin-bottom: 12px;
  width: 904px;
  border: 1px solid #b5cfef; }

.schoolForm dt {
  font-weight: bold;
  width: 150px;
  float: left;
  text-align: right;
  padding-right: 10px;
  clear: left; }

.schoolForm dd {
  text-align: left;
  margin-bottom: 5px; }

.schoolForm textarea {
  padding: 6px;
  width: 370px;
  border: 1px solid #b5cfef;
  font-size: 12px; }

.schoolForm input.text {
  width: 370px; }

.schoolForm input.form-submit {
  width: 80px;
  float: right;
  margin-right: 10px;
  background: #457eb8;
  color: #fff; }

.search-nav {
  padding: 2px;
  padding-left: 4px;
  background: #fff;
  margin: 12px 0; }

.result {
  border: 1px solid #cccccc;
  background: white;
  padding: 12px; }

#miniadsearch .result, #miniadsearch .result-alt {
  padding: 5px;
  font-size: 10px;
  line-height: normal; }

#miniadsearch ul li {
  margin-left: 3px; }

#miniadsearch .result-description {
  margin: 0 0 0 5px;
  display: block;
  float: right;
  width: 70%; }

#miniadsearch h4 {
  margin-bottom: 4px; }

.minisearchresults {
  margin: 2px; }

.chosenSelect {
  float: left;
  width: 90px; }

@media (min-width: 48em) {
  .chosenTitle, .changSchool {
    float: left;
    width: 200px;
    padding: 2px; } }

.chosenTitle {
  color: #457EB8; }

@media (min-width: 48em) {
  .student_number {
    float: left;
    padding: 2px; } }

.requestForm {
  border: 1px solid #d11f1a;
  background: #ffffdd;
  padding: 12px; }

.requestForm td {
  padding: 5px; }

.remove, .change {
  float: right;
  padding: 4px; }

.schoolChange {
  border: 1px solid #d11f1a;
  background: white;
  padding: 2px; }

/* Forms ----------------------------------------------*/
.post {
  background: #cce5f3 url(../images/post.gif) repeat-x; }

.post-reply {
  background: #eaf3fe url(../images/post-reply.gif) repeat-x; }

.post-reply .post-details {
  background: url(../images/post-reply-details.gif) repeat-x; }

.post .post-details {
  background: url(../images/post-details.gif) repeat-x; }

.post-details {
  float: left;
  width: 25%;
  min-height: 100px;
  padding: 12px; }

.post-details dt {
  font-weight: bold;
  float: left;
  margin-right: 1em;
  color: #27496C;
  width: 60px; }

.post-details dd {
  color: #457eb8;
  font-weight: bold; }

.post-content {
  float: left;
  width: 69%;
  padding: 12px; }

.post-content h3 {
  color: #81ac57; }

.replies {
  color: #27496C;
  text-decoration: none;
  font-weight: bold;
  background: url(../images/has-replies-arrow-hoz.gif) no-repeat 0 4px;
  padding-left: 15px; }

.replies-view {
  color: #27496C;
  text-decoration: none;
  font-weight: bold;
  background: url(../images/has-replies-arrow.gif) no-repeat 0 4px;
  padding-left: 15px; }

.replies a, .replies-view a {
  color: #27496C;
  text-decoration: none;
  font-weight: bold; }

.replies span, .replies-view span {
  float: right;
  background: url(../images/reply-post-bg.gif) no-repeat;
  width: 119px;
  height: 20px;
  text-align: center;
  line-height: 21px; }

.replies span a, .replies-view span a {
  color: #e2ef83;
  font-weight: bold;
  display: block;
  text-decoration: none; }

.forum-list td {
  background: #ebf5fb url(../images/forum-list.gif) repeat-x;
  padding: 10px 0 10px 5px;
  color: #457eb8; }

#table-head th {
  background: #b5cfef;
  padding: 10px 0 10px 5px; }

#forum-list {
  width: 930px; }

.forum-list .fname a {
  font-weight: bold;
  color: #27496C;
  text-decoration: none; }

.forum-list .fname a:hover {
  text-decoration: underline; }

.forum-list.sticky .fname {
  background: #e0ead5 url(../images/sticky.gif) no-repeat;
  padding-left: 35px; }

.forum-list.sticky td {
  background: #e0ead5 url(../images/sticky-bg.gif) repeat-x; }

.subscribeto {
  background: url(../images/mail.gif) no-repeat;
  text-indent: -9999px;
  width: 23px;
  height: 23px;
  display: block;
  margin: 0 auto; }

.move-up {
  background: url(../images/move-up.gif) no-repeat;
  float: left;
  text-indent: -9999px;
  position: relative;
  top: 5px;
  left: 20px; }

.move-up a {
  width: 17px;
  height: 16px;
  display: block; }

.move-down {
  background: url(../images/move-down.gif) no-repeat;
  text-indent: -9999px;
  float: left;
  position: relative;
  top: 5px;
  left: 20px; }

.move-down a {
  width: 17px;
  height: 16px;
  display: block; }

.delete {
  background: url(../images/delete.gif) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  text-indent: -9999px;
  margin: 0 auto; }

.hasbook {
  background: url(../images/hasbook.png) no-repeat;
  padding: 2px 0 2px 22px;
  margin-left: 5px; }

.hasbook:active, .hasbook:visited {
  color: #f4f6f9; }

.hasbook:hover {
  color: #669966; }

.nobook {
  background: url(../images/nobook.png) no-repeat;
  padding: 2px 2px 2px 22px;
  margin-left: 5px; }

.nobooklist {
  background: white url(../images/cross.gif) no-repeat 2px 2px;
  padding: 2px 2px 2px 22px;
  margin-left: 5px;
  border-radius: 2px; }

a.nobooklist {
  color: #d11f1a; }

a.nobooklist:hover {
  color: white;
  background: #d11f1a url(../images/cross.gif) no-repeat 2px 2px; }

.nobook:active, .nobook:visited {
  color: #f4f6f9; }

.nobook:hover {
  color: #669966; }

.gotbook {
  display: none; }

.booklist {
  margin-bottom: 24px;
  margin-top: 24px; }

.booklist h4 {
  color: #61646e;
  margin-bottom: 12px; }

table.list tr.oddrow {
  background-color: #e8f0f9; }

table.list tr.evenrow {
  background-color: #f4f6f9; }

table.list td {
  padding: 3px 6px;
  vertical-align: top; }

dl.more {
  margin-top: 10px;
  display: none; }

dl.more dt {
  margin-left: 0px;
  width: 42%;
  text-align: right;
  color: #888;
  margin-right: 15px; }

td label {
  font-weight: bold;
  font-size: 13px; }

a.more-link {
  background: url(../images/down-arrow-dark.gif) no-repeat right 4px;
  padding-right: 16px; }

a.more-link-up {
  background: url(../images/down-arrow-dark-up.gif) no-repeat right 4px;
  padding-right: 16px; }

/* Forum Search Result Classes */
.forum {
  width: 900px; }

.forum td {
  text-align: left;
  padding: 6px;
  background: #f4f6f9; }

.forum a {
  float: right; }

.forum.alt td {
  background: #e9f2fb; }

/*  Secure Payment Class */
.selectall {
  padding: 0;
  margin: 2px;
  font-size: .9em; }

.noticeboards .itemdetails {
  width: 700px;
  float: left;
  padding: 10px; }

.noticeboards .itemdetails dt {
  float: left;
  width: 50px; }

.noticeboards .itemdetails dd {
  width: 550px;
  float: left; }

.noticeboards .itemdetails links {
  width: 350px;
  float: none;
  clear: both; }

.noticeboards .forsale {
  width: 100px;
  float: left;
  padding-left: 12px; }

.newSchool {
  border: 1px solid #d11f1a;
  background: #ffffcc; }

.requires {
  color: #d11f1a; }

a.unlist:hover {
  color: green; }

.emph {
  font-weight: bold;
  color: #006600;
  text-transform: capitalize; }

.navbutton {
  float: left;
  padding: 3px 5px;
  border: 1px solid #cccccc;
  margin-right: 5px;
  font-weight: bold;
  border-radius: 2px; }

#selected.navbutton {
  color: white;
  text-decoration: none;
  font-weight: bold;
  background: #3774B2;
  border: 1px solid #555; }

.report {
  border-right: 1px solid #B5CFEF;
  border-bottom: 1px solid #B5CFEF; }

.report td {
  padding: 10px;
  border-top: 1px solid #B5CFEF;
  border-left: 1px solid #B5CFEF; }

.alt td {
  background-color: #f4f6f9; }

.report th {
  background-color: #427CB7;
  color: white;
  padding: 10px;
  border-left: 1px solid #B5CFEF;
  border-top: 1px solid #B5CFEF; }

.booklistformTable td {
  padding: 5px; }

table.list td {
  padding: 3px 6px;
  vertical-align: top; }

dl.more {
  margin-top: 10px;
  display: none; }

dl.more dt {
  margin-left: 0;
  width: 42%;
  text-align: right;
  color: #888;
  margin-right: 10px; }

table.list td label {
  font-weight: bold;
  font-size: 13px; }

#questionArea {
  font-size: 1.2em; }

#questionArea em {
  color: #68913A; }

.responseBar {
  display: none;
  font-weight: bold;
  padding-left: 30px; }

/* Register school search list */
.result ul.school-search-results li {
  list-style-type: none !important; }

.result ul.school-search-results li a {
  text-decoration: none; }

.result ul.school-search-results li a:hover {
  text-decoration: underline; }

.more-information {
  position: absolute;
  top: 6px;
  right: 6px; }

.info-content {
  position: absolute;
  right: -250px;
  width: 200px;
  border: 1px solid #ccc;
  margin: 0;
  top: -17px;
  visibility: hidden;
  padding: 12px;
  background: #fff;
  z-index: 1000; }

.info-content li {
  position: relative; }

.info-wrapper ul.info-content ul li {
  list-style-type: square;
  margin-left: 20px; }

.info-content li span {
  background: url(../images/info-content-bg.gif) no-repeat left -2px;
  position: absolute;
  left: -33px;
  display: block;
  height: 30px;
  width: 30px; }

.info-link a {
  background: url(../images/information.png) no-repeat;
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 16px;
  overflow: hidden;
  float: left; }

.type label {
  float: left; }

#studentBlock, #parentBlock {
  float: left; }

.register #parentBlock p {
  width: 600px; }

.student ul {
  top: -7px !important; }

.student .info-wrapper {
  float: right; }

a.info-link-icon {
  background: url(../images/information-faint.png) no-repeat;
  display: inline-block;
  text-indent: -9999px;
  width: 20px;
  height: 16px;
  overflow: hidden;
  margin-left: 12px;
  position: relative;
  bottom: -3px; }

.help-info {
  display: none;
  text-indent: 0;
  display: block;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  margin: 0;
  padding: 12px;
  position: absolute;
  right: 170px;
  margin-top: -32px;
  width: 200px;
  z-index: 9999; }

.help-info span {
  background: url("../images/info-content-bg.gif") no-repeat scroll left -2px transparent;
  display: block;
  height: 30px;
  left: -20px;
  position: absolute;
  width: 30px; }

/* Search Box styles for search-result-ad */
.searchbox .schoolselecter input.text {
  margin-left: 0;
  width: 250px; }

.searchbox {
  font-size: 13px;
  margin: 0 auto 20px; }

.searchbox label {
  font-weight: bold; }

.register .result {
  width: 450px;
  padding: 6px;
  border: none; }

.register #addNewBookList {
  height: auto; }

.register #addNewBookList a.add-to-profile.alt {
  background: #efefef; }

.register #addNewBookList a.add-to-profile {
  background: #fff; }

.register #addNewBookList a.alt:hover,
.register #addNewBookList a:hover,
.register #addNewBookList a.add-to-profile:hover {
  background: #6AA3DC; }

.register .selectSchool {
  font-size: 14px;
  color: #1d61a5;
  float: right;
  width: 200px;
  padding-left: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff url(../images/red-arrow.png) no-repeat 0 center;
  height: 26px;
  font-weight: bold; }

/* School Selection */
.register.student #addNewBookList a.add-to-profile {
  background: white;
  padding: 6px 3px;
  border-bottom: 1px dotted #E3E3E3;
  color: #535353; }

.register.student #addNewBookList a.add-to-profile.alt {
  background-color: transparent; }

.register.student #addNewBookList a.alt:hover, .register.student #addNewBookList a:hover, .register.student #addNewBookList a.add-to-profile:hover {
  background: #6AA3DC;
  color: white; }

.register.student .result {
  width: auto;
  clear: both; }

.register.student .school-select-options {
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid #CCC; }

/*#searchoptions div.inner { padding:12px; }*/
.error p {
  color: #d11f1a; }

.searchbox .suburbselecter {
  float: none; }

.searchbox input[type=radio] {
  border: 0; }

.searchbox input[type=radio] {
  border: 0; }

/* video buttons on homepage */
/* Styles for banner on learn more schools page */
p.learnmore-banner {
  position: relative; }

#container p.learnmore-banner img, #tinymce p.learnmore-banner img {
  float: none;
  padding: 0; }

p.learnmore-banner a {
  position: absolute;
  left: 130px;
  top: 62px;
  width: 170px;
  height: 28px;
  line-height: 28px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  display: block;
  background: url(../images/green-button-med.gif) no-repeat; }

.scroll {
  overflow: hidden; }

.scroll ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  /* Requi$errorcolor for IE */ }

.scroll li {
  text-align: center;
  position: relative; }

/* New homepage box layouts */
.content-box-span-1 {
  width: 194px;
  height: 135px; }

.content-box-span-1 li {
  height: 145px; }

.content-box-span-2 {
  width: 424px; }

.content-box-span-1, .content-box-span-2 {
  border: 1px solid #576b40;
  float: left;
  margin: 3em 0;
  border-radius: 4px;
  padding: 1em;
  background: #E7E6DE;
  color: #816b6b;
  position: relative;
  min-height: 135px; }

.content-box-span-1 a, .content-box-span-2 a {
  color: #48709c; }

.content-box-span-2 ul li {
  background: url(../images/bullet-leaves.png) no-repeat left center;
  padding-left: 25px; }

.content-box-span-1 h3, .content-box-span-2 h3 {
  font-size: 1em;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #534b4b;
  margin: .5em 0 1em; }

.content-box-span-1 em {
  background: url(../images/peering-woman.png) no-repeat center top;
  width: 194px;
  height: 70px;
  display: block;
  margin-top: -67px;
  position: absolute; }

.content-box-span-1.gutter, .content-box-span-2.gutter {
  margin-right: 20px; }

a#parents-video-button {
  width: 144px;
  height: 31px;
  margin: 1em auto;
  background: #6998C8 url(../images/blue-small-button.png) no-repeat;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 33px;
  text-align: center; }

#home-boxes-wrapper {
  clear: both; }

/* Faqs page */
ul#faq-sections li {
  list-style-type: none;
  margin-left: 0;
  width: 296px;
  float: left;
  padding: 20px 12px; }

ul#faq-sections li.gutter {
  margin-right: 20px; }

#faq-parents-section a, #faq-schools-section a, #faq-organisations-section a {
  display: block;
  text-align: center;
  background: transparent url(../images/green-button-med.gif) no-repeat scroll 0 0;
  color: #FFFFFF;
  font-weight: bold;
  height: 29px;
  margin: 18px auto 0;
  padding: 5px 0 0;
  text-align: center;
  text-decoration: none;
  width: 170px; }

ul#faq-sections li#faq-intro-text {
  padding: 10px 0;
  width: 320px; }

#faq-parents-section, #faq-schools-section, #faq-organisations-section {
  border: 1px solid #B5CFEF;
  background: #f4f6f9;
  -moz-border-radius: 10px;
  margin-bottom: 20px;
  color: #457EB8; }

#faq-parents-section {
  background: #f4f6f9 url(../images/faq-person.png) no-repeat 20px 10px; }

#faq-schools-section {
  background: #f4f6f9 url(../images/faq-blackboard.png) no-repeat 20px 10px; }

#faq-organisations-section {
  background: #f4f6f9 url(../images/faq-briefcase.png) no-repeat 20px 10px; }

#faq-parents-section p, #faq-schools-section p, #faq-organisations-section p {
  padding-left: 100px;
  font-size: 14px;
  margin-bottom: 2em; }

#schoolname {
  font-weight: bold; }

#yearlevelchecks .multicolumn-column {
  padding-right: 4em; }

#member-booklists-list li {
  list-style-type: none !important; }

.booklist h3 em {
  font-size: 1.4em;
  font-style: normal;
  margin-right: 1em; }

#tinymce {
  text-align: left !important; }

#bookForm .book-results-info {
  color: black;
  font-style: normal;
  font-weight: normal;
  margin-left: 5em;
  visibility: none; }

#bookForm .action label {
  font-weight: bold; }

/* Email Check on Registration Page */
.register input.checkSuccess {
  border: 1px solid green; }

.register input.checkWarning {
  border: 1px solid orange; }

.successIcon {
  background: url(../images/small-bullet.gif) no-repeat top left;
  display: block;
  width: 25px;
  height: 25px;
  float: right; }

.warningIcon {
  background: url(../images/warning.gif) no-repeat top left;
  display: block;
  width: 25px;
  height: 25px;
  float: right; }

a.inappropriate {
  background: #598DC3 url(../images/flag_red.png) no-repeat 3px 3px;
  border-radius: 4px;
  color: #FFFFFF;
  display: block;
  padding: 2px 4px 2px 20px;
  text-align: center;
  text-decoration: none;
  margin-top: 10px; }

a.inappropriate:hover {
  background: #1D61A5 url(../images/flag_red.png) no-repeat 3px 3px; }

.booklistheader {
  background: #1D61A5;
  padding: 8px;
  color: #ffffff;
  *zoom: 1; }
  .booklistheader:before, .booklistheader:after {
    display: table;
    content: ""; }
  .booklistheader:after {
    clear: both; }
  .booklistheader a {
    color: #fff; }
  .booklistheader a:visited {
    color: #fff; }

.booklistheader.create-ad {
  background: none; }

#addNewBookList {
  height: 61px;
  background: #FFFFFF;
  overflow-y: auto;
  overflow-x: hidden; }

#addNewBookList a {
  margin: 0px;
  padding: 3px;
  padding-left: 6px;
  display: block;
  text-decoration: none;
  color: #222222; }

#addNewBookList a:hover {
  background-color: #1D61A5;
  margin: 0px;
  padding: 3px;
  padding-left: 6px;
  color: white; }

#addNewBookList a.tick {
  background: #D9E8FB url(../images/tick.gif) no-repeat right center;
  margin: 0px;
  padding: 3px;
  padding-left: 6px; }

#addNewBookList a.tick:hover {
  background: #1D61A5 url(../images/tick.gif) no-repeat right center;
  margin: 0px;
  padding: 3px;
  padding-left: 6px; }

#addNewBookList a.add-to-profile {
  background: url(../images/add.png) no-repeat right center;
  margin: 0px;
  padding: 3px 10px; }

#addNewBookList a.add-to-profile:hover {
  background: #1D61A5 url(../images/add.png) no-repeat right center;
  margin: 0px;
  padding: 3px 10px; }

#addNewBookList a.alt, a.add-to-profile.alt {
  background: #efefef url(../images/add.png) no-repeat right center; }

a.messageread {
  background: none repeat scroll 0 0 #7CAD45;
  border-radius: 5px 5px 5px 5px;
  color: white;
  float: right;
  font-size: 15px;
  font-weight: bold;
  margin: 2px;
  padding: 5px;
  position: relative;
  text-decoration: none;
  top: 0; }

.moreinfo {
  color: #555555;
  border-radius: 4px;
  padding: 5px;
  background: #D9E8FB; }

.summary.header .action {
  width: 150px;
  padding-left: 0px; }

.booksubheading {
  background-color: #f2f7fc;
  padding: 5px; }

.uniformlist .booksubheading h4,
#bookForm .booksubheading h4 {
  margin: 5px 5px 5px 30px; }

.uniformlist .booksubheading h4 a,
#bookForm .booksubheading h4 a {
  text-align: left; }

#stocktake .booksubheading {
  background-color: #CEE6FF; }
  #stocktake .booksubheading h4 {
    text-align: left;
    margin: 5px 5px 5px 0px; }

a.backButton {
  color: #B4D095;
  display: block;
  padding: 2px 8px 2px 8px;
  text-align: center;
  font-size: 14px; }

.amountRow {
  padding-bottom: 2px; }

.amountDD {
  padding-top: 2px;
  padding-bottom: 2px; }

.highlight {
  background-color: #FFFFBE;
  padding: .5em; }

.highlight em {
  color: #d11f1a; }

/* pulled from scratch.css */
li#login-form-header {
  margin: 0 0 0.5em 0;
  width: 300px; }

#login-form-header label {
  position: absolute;
  left: -9999em; }

#login-form-header fieldset {
  position: relative; }

#login-form-header legend span {
  position: absolute;
  color: #E2EF83;
  left: -105px;
  top: 4px;
  font-family: Arial, Helvetica, Sans-serif;
  min-width: 100px; }

#login-form-header input {
  font-size: 0.9em;
  width: 96px; }

/* overview list on left*/
li#ov-foreveryone {
  background: url(../images/user_group.png) no-repeat top left; }

li#ov-registerforfree {
  background: url(../images/search-icon.png) no-repeat top left; }

li#ov-booktrading {
  background: url(../images/hm-textbook-trade.png) no-repeat top left;
  margin-bottom: 0; }

li#ov-foreveryone li, li#ov-registerforfree li, li#ov-booktrading li {
  list-style: outside; }

/* Search bar */
#hm-facebook .fb_edge_widget_with_comment {
  margin-top: 20px;
  margin-left: 15px; }

#mem-facebook .fb_edge_widget_with_comment {
  margin-top: 10px;
  margin-left: 10px; }

#mem-facebook {
  position: absolute;
  display: block;
  height: 30px;
  top: -55px;
  left: -1px;
  width: 180px;
  padding: 0.7em; }

#hm-search input[type="text"]:focus {
  border: 1px solid #9cc172; }

#hm-search-browse-category {
  float: right;
  width: 180px;
  padding-left: 26px;
  border-left: 1px solid #d1ccbf;
  min-height: 65px; }

#hm-search-browse-category form {
  width: 180px; }

#hm-search-browse-category h3 {
  margin-bottom: 1.5em; }

#hm-search-browse-category ul {
  margin: 0 0 6px 0;
  overflow: hidden; }

#hm-search-browse-category li {
  float: left;
  margin: 0 12px 3px 0; }

#hm-search-browse-category form {
  clear: both; }

#hm-category-selectlist {
  width: 164px; }

/* User specific content and scroller */
.home-scroll .panel {
  width: 446px;
  padding-right: 4em; }

.scroll {
  overflow: hidden; }

a.hm-button-parents-view-video,
a.hm-button-orgs-learn-more,
a.hm-button-primary-register,
a.hm-button-students-learn-more {
  display: inline-block;
  height: 41px;
  margin: 1em 0 0 0; }

a.hm-button-parents-view-video,
a.hm-button-orgs-learn-more,
a.hm-button-students-learn-more {
  width: 139px; }

a.hm-button-primary-register, a.lmst-button-register-join {
  background: url(../images/hm-button-register-and-join.png) no-repeat 0 0;
  width: 159px;
  margin-right: 1em; }

/*background:url(../images/hm-button-student-register-join.png) no-repeat 0 0; */
#ug-schools a.hm-button-primary-register {
  background: url(../images/hm-button-register.png) no-repeat 0 0;
  width: 135px;
  margin-right: 1em; }

a.hm-button-parents-view-video {
  background: url(../images/hm-button-parents-view-video.png) no-repeat 0 3px; }

a.hm-button-orgs-learn-more {
  background: url(../images/hm-button-orgs-learn-more.png) no-repeat 0 3px; }

a.hm-button-students-learn-more {
  background: url(../images/hm-button-students-learn-more.png) no-repeat 0 3px; }

a.hm-button-primary-register.student {
  background: url(../images/hm-button-student-register-join.png) no-repeat 0 3px; }

a.hm-button-primary-register span,
a.hm-button-parents-view-video span,
a.hm-button-orgs-learn-more span,
.hm-schools-call span,
a.hm-button-students-learn-more span {
  position: absolute;
  left: -9999em;
  display: block; }

#ug-students a.hm-button-primary-register {
  margin: 0 1em 0 0; }

#ug-students a.hm-button-students-learn-more {
  margin: 0; }

.panel img {
  float: left;
  margin-right: 2em; }

abbr[title="and"] {
  font-family: "Adobe Caslon Pro",Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
  font-style: italic;
  font-weight: bold; }

#home-boxes-wrapper {
  margin: 1.5em 0 2em 0;
  padding: 0em 0 0 0;
  overflow: hidden; }

#home-boxes-wrapper .scroll ul li {
  background: none;
  padding-left: 0; }

.hm-box-tagline {
  padding: 0;
  margin-bottom: 0.7em;
  text-align: center; }

.hm-box-tagline em {
  font-style: normal;
  font-size: 22px; }

.hm-schools-or-call {
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -10px;
  left: -6px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
  font-style: italic; }

.hm-schools-or-call span {
  display: block;
  width: 15px; }

.hm-schools-call {
  display: inline-block;
  width: 124px;
  height: 39px;
  background: url(../images/hm-button-schools-call.png) no-repeat 0 3px;
  margin: 1em 0 0em 0; }

p.nop {
  margin: 0 !important; }

/* Page Specific */
/* Member Homepage */
#trading-tips p {
  width: 207px;
  float: left;
  clear: left; }

/*#trading-tips ul{float:right; width:50%; margin:0;}*/
/* Tiny MCE compatibility */
.mceContentBody #trading-tips p {
  width: 190px;
  height: auto; }

.mceContentBody #trading-tips li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none; }

#get-started {
  background: url(../images/icon-help.png) no-repeat 0 0; }

#postage-calculator {
  background: url(../images/calculator.png) no-repeat -4px -4px; }

#education-savings-guide {
  background: url(../images/dollar.png) no-repeat 0 0; }

#postage-insurance {
  background: url(../images/stamp.png) no-repeat -4px -4px; }

#user-guides {
  background: url(../images/teacher.png) no-repeat -8px -3px; }

#tax-refund {
  background: url(../images/receipt.png) no-repeat -3px -4px; }

#school-stationary {
  background: url(../images/school-stationary-logo.png) no-repeat -3px -4px;
  padding-left: 7em !important; }

#school-stationary h2 {
  background: url(../images/school-stationary-text.png) no-repeat 0 0;
  margin: 0 !important;
  padding-top: 0.75em;
  text-indent: -9999px; }

#get-started h2, #user-guides h2, #tax-refund h2, #user-guides p, #tax-refund p, #get-started p {
  margin-bottom: 0; }

#get-started ul#help-items {
  margin: 0.5em 0; }

#get-started ul#help-items li {
  display: inline;
  margin: 0 0.5em; }

#get-started ul#help-items li.first {
  margin-left: 0; }

#msgPagination a#msgPrev,
#msgPagination a#msgNext {
  color: #000;
  width: 26px;
  height: 22px;
  display: inline-block; }

#msgPagination a#msgPrev {
  background: url("../images/msgBtnPrev.png") center center no-repeat #333; }

#msgPagination a#msgNext {
  background: url("../images/msgBtnNext.png") center center no-repeat #333;
  margin-right: 6px; }

#msgPagination {
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e9e6e0; }

#msgPagination .msgDetail {
  position: relative;
  bottom: 5px; }

.size_selector {
  margin-left: 20px; }

#noticeboard-container div.ssad-container {
  display: block; }

#container-home .membership-prompt h2 {
  margin-bottom: .3em; }

.prompt-msg {
  width: 300px; }

.prompt-msg p {
  margin-bottom: .8em; }

.expiration-date {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
  font-family: Arial, sans-serif;
  color: #5F98C8;
  font-weight: bold; }

.expiration-date.shortly {
  color: #EA5E00; }

.info-link {
  font-size: 14px;
  /*width: 150px;*/
  text-align: center;
  line-height: 1; }

.lab-important,
.lab-notice,
.lab-new,
.delist-button {
  display: inline-block;
  margin: 1em 0 0.3em 0 !important;
  font-size: 10px !important;
  text-transform: uppercase;
  color: #fff !important;
  background: #333;
  border-radius: 4px;
  padding: 0px 4px;
  font-family: Helvetica neue, Arial, sans-serif;
  text-align: center; }

.lab-important {
  background: #d11f1a; }

.lab-notice {
  background: #5f98c8; }

.lab-new {
  background: #94bc5f; }

.lab-important br,
.lab-notice br,
.lab-new br {
  display: none; }

.md-dashboard-action a.delist-button {
  margin: 0 !important; }

.newmessage {
  overflow: hidden; }

a.messageread:hover {
  background: #9cc172;
  color: #fff; }

.lb-box {
  background-color: white;
  padding: 1em 2em;
  text-align: left;
  font-size: 12px; }

.lb-box li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 12px; }

.lb-box ul ul li {
  list-style: circle;
  list-style-position: outside;
  margin-left: 12px; }

.lb-box a.button {
  display: inline; }

.lb-box .btns {
  text-align: center; }

#student-cats {
  width: 374px;
  height: 225px;
  float: left;
  padding: 12px;
  background: url(../images/sc-boxes-bg.png) repeat-x;
  border: 1px solid #d1ccbf;
  margin-bottom: 1.5em;
  color: #816b6b;
  position: relative; }

.student-scroll .panel {
  width: 240px;
  padding-right: 4em; }

#student-cats-content {
  width: 255px;
  float: right;
  margin: 0; }

#student-cats-content div.student-scroll {
  overflow: hidden;
  position: relative;
  height: 195px;
  width: 240px;
  padding-left: .5em;
  padding-right: 1em;
  text-align: center; }

#student-cats-content ul {
  margin: 0; }

#student-cats #student-cats-content h2 {
  margin: 0.5em 0 1.9em;
  text-align: center; }

#student-cats-links {
  width: 111px;
  float: left;
  margin: -12px 0px -12px -12px;
  height: 249px;
  border-right: 1px solid #d1ccbf; }

#student-cats-content .panel img {
  float: none; }

#student-cats-links li {
  height: 48px;
  margin: 0;
  border-top: 1px solid #f4f6f9;
  background-color: #edece6;
  border-bottom: 1px solid #d1ccbf; }

#student-cats-links a, #student-cats-links .blank {
  color: #534b4b;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
  font-size: 1em;
  display: block;
  height: 46px;
  padding: 0.5em 8.1px 0 10px;
  outline: none;
  width: 113px;
  margin: 0; }

#student-cats-links .blank {
  padding: 0;
  width: 111px; }

#student-cats-links li a.selected {
  background: url(../images/sc-links-selected.png) no-repeat right -2px;
  padding-right: 3px;
  position: relative; }

#student-cats-links a span {
  display: block;
  margin-top: 0.7em; }

#student-cats h2 {
  margin: 0.5em 0 0.3em;
  font-size: 16px; }

#sc-search {
  border: 1px solid #d1ccbf;
  padding: 18px 12px;
  width: 614px;
  float: left;
  background: url(../images/hm-boxes-bg.png) repeat-x; }

#student-tips {
  width: 510px;
  float: right;
  margin: 2.5em 0em 1.5em; }

#student-tips h2 {
  border-bottom: 4px double #d1ccbf;
  padding-bottom: 1.2em;
  padding-top: 0.3em;
  padding-left: 2.75em;
  background: url(../images/icon-trading-tips.png) no-repeat left 0px; }

#student-tips ul li {
  background: url(../images/leaves.gif) no-repeat left center;
  padding-left: 2em;
  margin: 1.5em; }

#uni-get-started {
  background: url(../images/icon-help.png) no-repeat left center;
  padding-left: 4.25em;
  width: 460px;
  float: right;
  margin-bottom: 2em; }

#uni-get-started h2 {
  margin-bottom: 0; }

#uni-friend {
  width: 490px;
  float: right;
  padding: 12px;
  background: url(../images/sc-boxes-bg.png) repeat-x;
  border: 1px solid #d1ccbf;
  margin-bottom: 1.5em;
  height: 60px;
  color: #816b6b;
  position: relative; }

/* ==== Student Learn More Page - prefix with lmst == */
#home #container h2 {
  font-size: 18px;
  color: #423c3c;
  font-weight: normal;
  text-transform: none;
  margin: 0 0 0.75em;
  line-height: 1.2em;
  text-transform: none; }

#home #container h3 {
  margin: 0 0 0.3em 0;
  color: #534b4b;
  font-weight: normal; }

#home #container h3 a {
  font-weight: bold; }

#lmst-intro {
  width: 590px;
  padding: 18px 24px 0px;
  background: #EDECE6 url(../images/hm-boxes-bg.png) repeat-x;
  border: 1px solid #d1ccbf;
  float: left;
  margin-right: 20px;
  margin-bottom: 2.5em; }

#lmst-intro img {
  float: left;
  margin: -6px 3.5em 0px 0.8em; }

#lmst-site-stats {
  padding: 18px 12px;
  background: #EDECE6 url(../images/hm-boxes-bg.png) repeat-x;
  border: 1px solid #d1ccbf;
  float: left;
  width: 254px;
  color: #716767; }

#lmst-site-stats h2 {
  background: url(../images/icon-school-stats.png) no-repeat right center;
  display: block;
  padding: .5em 0 .5em 0;
  margin-top: -.5em; }

.lmst-stats-table {
  width: 100%;
  font-size: 1.2em; }

.lmst-stats-table th, .lmst-stats-table td {
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 2px 0 8px;
  border-bottom: 1px solid #dedacf; }

.lmst-stats-table td {
  font-size: 1.25em;
  text-align: center; }

.lmst-button-register-join {
  background: url(../images/hm-button-register-and-join.png) no-repeat 0 0;
  display: inline-block;
  width: 159px;
  height: 39px;
  text-indent: -9999em;
  margin: 1em 0 0; }

#lmst-benefits {
  clear: both;
  width: 460px;
  overflow: hidden;
  padding-right: 39px;
  float: left;
  margin: 0; }

#lmst-benefits h3 {
  line-height: 1.2;
  font-size: 16px; }

#container #lmst-benefits li {
  list-style-type: none;
  margin: 1em 0 0em 0;
  display: inline-block;
  padding: 0 0 0px 55px; }

#lmst-benefits li.lmst-benefits-recycle {
  background: url(../images/recycle.png) no-repeat 0 3px; }

#lmst-benefits li.lmst-benefits-sell {
  background: url(../images/dollar.png) no-repeat 0 1px; }

#lmst-benefits li.lmst-benefits-save {
  background: url(../images/save.png) no-repeat 0 7px; }

#lmst-benefits li.lmst-benefits-community {
  background: url(../images/community.png) no-repeat 0 2px; }

#lmst-tips {
  width: 400px;
  float: left;
  margin-left: 40px; }

#lmst-tips ul {
  margin: 0; }

#container #lmst-tips li {
  list-style-type: none;
  margin: 1em 0 0 0; }

#lmst-tips li ul li {
  margin: 0 0 0.5em 0px;
  padding-left: 25px;
  background: url(../images/bullet-leaves.png) no-repeat; }

#lmst-tips h3 {
  font-size: 16px; }

#lmst-tips .trading-tips {
  background: url(../images/icon-trading-tips.png) no-repeat;
  display: inline-block;
  padding: 0px 0 0 55px;
  margin-bottom: 1.5em !important; }

#lmst-tips .need-help {
  background: url(../images/icon-help.png) no-repeat;
  display: inline-block;
  padding: 0px 0 10px 55px; }

#lmst-tips .need-help h3 {
  margin-bottom: 0; }

#lmst-cat-boxes {
  clear: both;
  margin: 2.5em 0 2em;
  overflow: hidden;
  display: inline-block; }

#lmst-cat-boxes h3 {
  margin-top: 0.5em; }

#container #lmst-cat-boxes li {
  float: left;
  width: 158px;
  list-style-type: none;
  margin: 0 0 0 10px;
  background: #EDECE6 url(../images/hm-boxes-bg.png) repeat-x;
  padding: 6px;
  border: 1px solid #d1ccbf;
  height: 203px; }
  #container #lmst-cat-boxes li p {
    line-height: 1.5; }

#lmst-cat-boxes li:first-child {
  margin: 0; }

h3 abbr[title="and"] {
  font-weight: normal; }

/* End Student Learn more page */
/* IE - Check external stylesheets first */
#questionArea label.Books, #questionArea label.Uniforms {
  font-weight: bold; }

.booklist dd {
  display: block;
  float: left;
  height: 20px;
  margin-bottom: 6px;
  width: 200px; }

/* isbn# lightbox */
#search-distance-box,
#email-box,
#isbn-box {
  background: #eef2f7;
  border-radius: 4px;
  border: 1px solid #536376;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 12px;
          box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 12px;
  padding: 14px 22px;
  width: 400px;
  position: relative;
  display: none; }

#lightbox-close {
  width: 30px; }

#email-box p {
  text-align: left; }

#email-box p,
#isbn-box p {
  font-size: 13px; }

#email-box #sign_up_form,
#isbn-box #sign_up_form {
  margin-top: 13px; }

#isbn-box input {
  padding: 4px;
  width: 150px;
  font-weight: bold; }

#submit-isbn,
#cancel-isbn {
  display: inline; }

#search-distance-box .actions,
#email-box #actions,
#isbn-box #actions {
  margin-top: 10px; }

#email-box #actions p {
  text-align: center;
  font-size: 11px;
  margin: 0; }

#email-box #lightbox-close {
  display: inline;
  padding: 4px 10px; }

#suggested-amount {
  font-size: 12px;
  clear: both; }

#suggested-amount th,
#suggested-amount td {
  padding: 2px 20px 2px 2px; }

#search-distance-box {
  width: 300px; }

#search-distance-box #submit-search-pref {
  width: 80px;
  margin: 10px auto 0 auto; }

.isbnNumber {
  color: #999; }

.isbnPortion {
  color: #444;
  display: inline-block;
  margin: 0 3px; }

.print {
  float: right;
  display: block;
  position: relative; }

.print a,
.print .btn,
.print .submit,
.print .changeemail,
.print .reset-pwd-button,
.print .change-email-button,
.print .membership-prompt .button, .membership-prompt
.print .button,
.print #noticeboard-tabs .helpme a, #noticeboard-tabs .helpme
.print a {
  background: url(../images/printer-icon.png) no-repeat;
  text-indent: -9999em;
  width: 25px;
  height: 25px;
  display: block;
  text-decoration: none; }

.tooltip {
  position: absolute;
  text-indent: 0;
  display: block;
  left: -140px;
  color: #fff;
  background: #1D61A5;
  padding: 2px 6px;
  border-radius: 3px; }

.tooltip:after {
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  right: -12px;
  border: 6px solid transparent;
  border-left-color: #1D61A5;
  top: 5px; }

.print.top {
  float: none;
  position: absolute;
  top: -35px;
  right: 0; }

.ul-actions {
  margin: 0 auto;
  overflow: hidden; }

/* background: url(../images/button-rec-green-trans.png) no-repeat;
	display: block;
	border: none;
	color: #fff;
	width: 184px;
	height: 43px;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	float: left; */
div.paymentInfo .btn, div.paymentInfo .submit, div.paymentInfo .changeemail, div.paymentInfo .reset-pwd-button, div.paymentInfo .change-email-button, div.paymentInfo .membership-prompt .button, .membership-prompt div.paymentInfo .button, div.paymentInfo #noticeboard-tabs .helpme a, #noticeboard-tabs .helpme div.paymentInfo a {
  margin: 0; }

@media (min-width: 48em) {
  div.paymentInfo {
    float: right; } }

.no-added {
  color: #000; }

.show-hide-details {
  float: right; }

span.loading {
  height: 16px;
  width: 16px;
  float: right;
  display: none; }

span.loading.active {
  background: url(../images/ajax-loader.gif) #ffffff;
  display: block; }

.print a:hover {
  cursor: pointer; }

#terms-box {
  background: #fefefe;
  padding: 10px;
  font-size: 12px;
  overflow: hidden; }

#terms-box div {
  text-align: left; }

#terms-box div#terms-content {
  height: 520px;
  padding: 10px;
  background: white;
  display: block; }

#terms-box .terms-panel {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 500px;
  margin: 10px; }

#terms-box #sign_up_form {
  z-index: 9009; }

#terms-box h2 {
  font-size: 18px; }

/* #terms-box .clearfix { display:inline; } */
#terms-box .register {
  position: static; }

#terms-box a.button {
  font-size: 18px;
  width: 50px;
  font-weight: bold; }

#noticeboard-container div.ssad-container {
  display: block; }

a#print-form {
  background: url("../images/printer-icon.png") no-repeat 0 0 transparent;
  display: block;
  text-indent: 35px;
  height: 25px; }

#uniform-alert, #uniform-disallowed, #am-help-box {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #536376;
  border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  display: none;
  padding: 30px 22px 10px 12px;
  position: relative;
  width: 600px;
  font-size: 13px;
  text-align: left; }

a.am-help {
  color: white;
  display: block;
  font-weight: normal;
  padding: 4px 30px 4px 0; }
  a.am-help#am-help {
    float: right;
    background: url("../images/help-icon.png") no-repeat right 0px transparent; }

a.am-help:hover {
  text-decoration: none; }

#am-help-box h3 {
  margin: 0; }

#am-help-box a.button {
  width: 50px;
  margin: 0 auto;
  text-align: center; }

.stocktake-button {
  margin: 0px !important;
  text-decoration: none; }

a.delist-button {
  background: none repeat scroll 0 0 #d11f1a;
  text-decoration: none; }

#wanted_ad_details.register, #payment.register, #ad_error.register {
  font-size: 12px;
  background-color: white; }

.container-center {
  display: block;
  text-align: center;
  width: 636px;
  position: relative;
  margin: 0 auto; }

#wanted_ad_details .text {
  padding: 3px;
  width: 300px; }

.booklist-search-results #sortBy span {
  font-weight: bold;
  display: inline-block;
  display: inline;
  zoom: 1; }

/*.booklist-search-results #sortBy label {cursor:pointer; margin-left:30px;}*/
/*.booklist-search-results #sortBy label.first {margin-left:10px;}*/
/*.booklist-search-results #sortBy img {position:relative; bottom:-2px;}*/
/*.booklist-search-results #sortBy input {margin-left:3px; position:relative; bottom:-1px;}*/
.booklist-search-results #sortBy img#money_bags {
  bottom: -3px; }

.booklist-search-results h3.search-header {
  float: left; }

#ad-match-results span.print {
  margin-top: 20px;
  margin-right: 90px; }

p.warningBox {
  border: 1px solid #d11f1a;
  background: #ffffcc url(../images/warning.gif) no-repeat 5px 5px;
  padding: 10px 10px 10px 40px; }

div.match span.new {
  font-weight: bold;
  font-style: italic;
  color: #d11f1a; }

div.result.new-match {
  border-top: 4px solid #d11f1a;
  position: relative; }

div.result.new-match span.new-match-span {
  display: block;
  position: absolute;
  background: url(../images/new_match_flag.jpg) no-repeat;
  width: 33px;
  height: 36px;
  top: -4px;
  right: -34px; }

.search-user-msg {
  background: url("../images/search-msg-bg.png") 10px 10px no-repeat #f4f6f9;
  padding: 15px 30px 10px 45px;
  border: 1px solid #e8eff7;
  margin-bottom: 15px;
  min-height: 24px;
  color: #27496C;
  position: relative; }

.search-user-msg a.dismiss {
  position: absolute;
  right: 20px;
  top: 15px;
  color: gray;
  font-weight: bold;
  text-decoration: none; }

.msg-did-u-know {
  background-color: #f4f6f9;
  border: 1px solid #e8eff7; }

.msg-reminder {
  background-color: #fbf8e9;
  border: 1px solid #f1eee5; }

.search-user-msg p {
  margin: 0; }

.result-sold {
  color: #FFC300; }

#createAdHelpBox {
  background-color: #DBFFCC;
  border: 1px solid gray;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 20px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 500px; }

.approx-new {
  font-size: .8em;
  color: white;
  background: #457EB8;
  padding: 2px 7px;
  border-radius: 4px;
  font-weight: bold;
  display: block;
  text-align: center; }

#mem_expired, #mem_notexpired {
  background-color: white;
  display: none;
  padding: 20px;
  font-size: 1.3em; }

#mem_expired a, #mem_notexpired a {
  background: url(../images/blue-buttons.png) no-repeat;
  display: block;
  width: 213px;
  height: 37px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  float: left;
  line-height: 32px;
  border: 0px;
  margin: 0px; }

#ad_preview ul {
  font-size: 1.3em; }

/* ==========================================================================
    General
   ========================================================================== */
.bs-popover {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

/* ==========================================================================
    Header
   ========================================================================== */
#header,
#header-all {
  font-size: 12px;
  font-size: 0.75rem;
  background: #1d61a5;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #2265a7), color-stop(27%, #2969a9), color-stop(39%, #3571ad), color-stop(53%, #487fb7), color-stop(64%, #5a8dc0), color-stop(83%, #7aa4d1), color-stop(99%, #a4c3e7), color-stop(99%, #b2cdef), color-stop(100%, #b4cff0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2265a7 5%, #2969a9 27%, #3571ad 39%, #487fb7 53%, #5a8dc0 64%, #7aa4d1 83%, #a4c3e7 99%, #b2cdef 99%, #b4cff0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2265a7 5%, #2969a9 27%, #3571ad 39%, #487fb7 53%, #5a8dc0 64%, #7aa4d1 83%, #a4c3e7 99%, #b2cdef 99%, #b4cff0 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #2265A7), color-stop(27%, #2969A9), color-stop(39%, #3571AD), color-stop(53%, #487FB7), color-stop(64%, #5A8DC0), color-stop(83%, #7AA4D1), color-stop(99%, #A4C3E7), color-stop(99%, #B2CDEF), to(#B4CFF0));
  background: -webkit-linear-gradient(top, #2265A7 5%, #2969A9 27%, #3571AD 39%, #487FB7 53%, #5A8DC0 64%, #7AA4D1 83%, #A4C3E7 99%, #B2CDEF 99%, #B4CFF0 100%);
  background: -o-linear-gradient(top, #2265A7 5%, #2969A9 27%, #3571AD 39%, #487FB7 53%, #5A8DC0 64%, #7AA4D1 83%, #A4C3E7 99%, #B2CDEF 99%, #B4CFF0 100%);
  background: linear-gradient(to bottom, #2265A7 5%, #2969A9 27%, #3571AD 39%, #487FB7 53%, #5A8DC0 64%, #7AA4D1 83%, #A4C3E7 99%, #B2CDEF 99%, #B4CFF0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2265a7', endColorstr='#b4cff0',GradientType=0 );
  /* IE6-9 */ }

#header {
  background: #1d61a5;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d61a5), color-stop(15%, #1d61a5), color-stop(44%, #2c6cac), color-stop(52%, #3a77b4), color-stop(57%, #4780ba), color-stop(62%, #5187bf), color-stop(77%, #79a5d3), color-stop(83%, #8eb4dd), color-stop(91%, #a8c7ea), color-stop(97%, #c2daf6), color-stop(100%, #c7def9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1d61a5 0%, #1d61a5 15%, #2c6cac 44%, #3a77b4 52%, #4780ba 57%, #5187bf 62%, #79a5d3 77%, #8eb4dd 83%, #a8c7ea 91%, #c2daf6 97%, #c7def9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1d61a5 0%, #1d61a5 15%, #2c6cac 44%, #3a77b4 52%, #4780ba 57%, #5187bf 62%, #79a5d3 77%, #8eb4dd 83%, #a8c7ea 91%, #c2daf6 97%, #c7def9 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#1d61a5), color-stop(15%, #1d61a5), color-stop(44%, #2c6cac), color-stop(52%, #3a77b4), color-stop(57%, #4780ba), color-stop(62%, #5187bf), color-stop(77%, #79a5d3), color-stop(83%, #8eb4dd), color-stop(91%, #a8c7ea), color-stop(97%, #c2daf6), to(#c7def9));
  background: linear-gradient(to bottom, #1d61a5 0%, #1d61a5 15%, #2c6cac 44%, #3a77b4 52%, #4780ba 57%, #5187bf 62%, #79a5d3 77%, #8eb4dd 83%, #a8c7ea 91%, #c2daf6 97%, #c7def9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d61a5', endColorstr='#c7def9',GradientType=0 );
  /* IE6-9 */ }

#header-content h1 {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  padding-bottom: 20px;
  padding-bottom: 1.25rem; }
  #header-content h1 a {
    text-indent: -9999px;
    display: block;
    width: 278px;
    height: 56px;
    background: url("../images/logo-mobile.png") no-repeat 0 0; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      #header-content h1 a {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../images/logo-mobile2x.png");
        -webkit-background-size: 278px 56px;
                background-size: 278px 56px; } }
  @media (min-width: 37.5em) {
    #header-content h1 {
      margin: 0;
      padding: 0; }
      #header-content h1 a {
        background: url(../images/logo-rest.gif) no-repeat 0 10px;
        height: 83px;
        width: 600px; }
      #header-all #header-content h1 {
        padding-bottom: 25px;
        padding-bottom: 1.5625rem; } }

#header-content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: .4px;
  color: #e2ef83;
  margin: 24px 0 12px;
  margin: 1.5rem 0 0.75rem;
  line-height: 1.2; }

#home #header-content {
  padding-bottom: 35px;
  padding-bottom: 2.1875rem; }
  @media (min-width: 37.5em) {
    #home #header-content h1 {
      float: left; }
      #home #header-content h1 a {
        height: 83px;
        width: 652px;
        background: url(../images/logo.gif) no-repeat 0 10px; } }

#benefits li {
  display: none; }

@media (min-width: 37.5em) {
  #benefits {
    margin-top: 24px;
    margin-top: 1.5rem; }
    #benefits li {
      display: list-item;
      background: url(../images/bullet.png) no-repeat;
      padding-left: 45px;
      padding-left: 2.8125rem;
      line-height: 35px;
      color: #e2ef83;
      font-size: 14px; } }

@media (min-width: 37.5em) {
  .header-intro {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    font-size: 1rem; } }

@media (min-width: 37.5em) {
  .header-benefits {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%; } }

#boy,
#member,
#school,
#orgs {
  position: absolute;
  right: 0;
  z-index: 2;
  display: none; }
  @media (min-width: 61.875em) {
    #boy,
    #member,
    #school,
    #orgs {
      display: block; } }

#boy {
  background: url(../images/hm-header-books.png) no-repeat center bottom;
  height: 235px;
  width: 237px;
  top: 29px; }

#member {
  background: url(../images/member.png) no-repeat right 0;
  height: 333px;
  width: 248px;
  top: 2px; }

#school {
  background: url(../images/schools.png) no-repeat right 0;
  height: 249px;
  width: 228px;
  top: 52px; }

#orgs {
  background: url(../images/org.png) no-repeat scroll right 0;
  height: 230px;
  width: 230px;
  top: 70px; }

/* ==========================================================================
    Navigation
   ========================================================================== */
#nav-wrap {
  background: #6998c8; }
  @media (min-width: 37.5em) {
    #nav-wrap {
      background-image: url(../images/nav-bg.gif);
      background-repeat: repeat-x; } }

#nav {
  margin: 0 auto;
  border-left: 1px solid #5b80af;
  color: #fff;
  /* Sub Nav */ }
  #nav li span {
    background: #f4f6f9;
    border-color: #477BAF #9CBCDF #9CBCDF #477BAF;
    border: 1px solid;
    display: inline-block;
    vertical-align: middle;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 17px;
    margin-right: 5px;
    min-width: 12px;
    padding: 0 2px;
    text-align: center;
    color: #68913a; }
    #nav li span.disabled {
      display: none; }
  #nav li.mobile-nav {
    display: none; }
  #nav a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px 15px;
    padding: 0.5rem 0.9375rem;
    font-weight: bold;
    display: block;
    color: #fff;
    text-decoration: none; }
    #nav a:hover {
      color: #e2ef83;
      background-color: #5689be; }
  #nav ul {
    background: #5689be; }
    #nav ul li {
      border-bottom: 1px dotted #5b80af;
      display: block; }
    #nav ul a {
      font-weight: normal;
      line-height: 18px;
      padding: 8px 15px;
      padding: 0.5rem 0.9375rem;
      color: #FFF;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
      #nav ul a:hover {
        background-color: #6998c8; }
  @media (min-width: 48em) {
    #nav ul,
    #nav ul ul {
      position: absolute;
      left: -1000px;
      visibility: hidden;
      top: 18px;
      z-index: 100;
      border: solid #5b80af;
      border-width: 0 1px 1px; }
    #nav ul {
      width: 165px; }
      #nav ul ul {
        width: 325px;
        left: 165px;
        top: -13px; }
      #nav ul a {
        padding: 5px 12px;
        padding: 0.3125rem 0.75rem; }
    #nav li {
      display: inline-block; }
      #nav li:hover {
        position: relative; }
        #nav li:hover > ul {
          visibility: visible;
          left: 0;
          top: 32px; }
        #nav li:hover > a {
          color: #e2ef83;
          background-color: #5689be; }
    #nav a {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 8px 10px;
      padding: 0.5rem 0.625rem;
      border-right: 1px solid #5b80af; } }
  @media (max-width: 47.9em) {
    #nav li.mobile-nav {
      display: block; } }

#search-form-mini {
  margin-bottom: 0; }

@media (min-width: 48em) {
  body#home li#search {
    display: none; } }

li#search label {
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: bold; }

@media (max-width: 47.9em) {
  li#search {
    width: 95%;
    margin: 10px auto;
    margin: 0.625rem auto; }
    li#search label {
      overflow: hidden;
      position: absolute;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
      li#search label.focusable:active, li#search label.focusable:focus {
        position: static;
        clip: auto;
        height: auto;
        width: auto;
        margin: 0;
        overflow: visible; }
    li#search .btn, li#search .submit, li#search .changeemail, li#search .reset-pwd-button, li#search .change-email-button, li#search .membership-prompt .button, .membership-prompt li#search .button, li#search #noticeboard-tabs .helpme a, #noticeboard-tabs .helpme li#search a {
      border-radius: 4px;
      padding: 6px 15px;
      padding: 0.375rem 0.9375rem; } }

@media (min-width: 48em) {
  li#search {
    width: 280px;
    float: right;
    text-align: right;
    padding-top: 2px;
    padding-top: 0.125rem; }
    li#search label {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; }
    li#search .btn, li#search .submit, li#search .changeemail, li#search .reset-pwd-button, li#search .change-email-button, li#search .membership-prompt .button, .membership-prompt li#search .button, li#search #noticeboard-tabs .helpme a, #noticeboard-tabs .helpme li#search a {
      font-size: 11px;
      font-size: 0.6875rem; } }

#search-box {
  color: #6e6e6e;
  border: 1px solid;
  border-color: #666 #666 #999 #999;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0;
  padding: 7px;
  padding: 0.4375rem;
  width: calc(100% - 60px); }
  @media (min-width: 48em) {
    #search-box {
      width: auto;
      max-width: 140px;
      padding: 4px;
      padding: 0.25rem; } }

.searchbox {
  background: #1d61a5;
  padding: 3px;
  border: solid #3874AF;
  border-width: 0 1px 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  *zoom: 1;
  color: #E7F1FC; }
  .searchbox:before, .searchbox:after {
    display: table;
    content: ""; }
  .searchbox:after {
    clear: both; }
  .searchbox label {
    color: #E7F1FC;
    display: block; }
  .searchbox .listings label {
    display: inline-block; }
  @media (min-width: 48em) {
    .searchbox select {
      margin-bottom: 0; }
    .searchbox .schoolselecter,
    .searchbox #area,
    .searchbox .suburbselector-wrap {
      display: inline-block; }
    .searchbox .schoolselecter,
    .searchbox #area {
      width: 49%; }
    .searchbox #area label {
      display: inline-block; } }
  @media (min-width: 61.875em) {
    .searchbox label {
      display: inline-block;
      margin-right: 5px;
      margin-right: 0.3125rem; } }
  .searchbox div.error {
    margin: 5px;
    margin: 0.3125rem; }

.searchbox--padded {
  padding: 10px;
  padding: 0.625rem; }

.searchbox--notices .control-group {
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

@media (min-width: 48em) {
  .searchbox--notices .control-group {
    display: inline-block;
    width: 29%; }
    .searchbox--notices .control-group label {
      display: inline-block; }
    .searchbox--notices .control-group input[type="text"] {
      display: inline-block; } }

#ads_searchTerm {
  max-width: 402px; }

.searched-for-title {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem; }
  .searched-for-title__result {
    font-style: italic;
    font-weight: normal; }

.searchbox input[type=text],
.searchbox select {
  border-radius: 5px;
  border: 1px solid #1A558F;
  margin-bottom: 0; }

#basicsearchbox {
  padding: 12px;
  margin: 0 auto;
  background: url(../images/search-bar-bg.png) repeat-x bottom left; }

#searchoptions {
  *zoom: 1;
  display: block;
  margin: 1px 0 0;
  border-top: 1px solid #4386c9;
  padding: 6px 12px 12px;
  background: url(../images/search-bar-bot-bg.png) repeat-x; }
  #searchoptions:before, #searchoptions:after {
    display: table;
    content: ""; }
  #searchoptions:after {
    clear: both; }

.search-label,
.school-label,
.listings-label {
  display: block; }
  @media (min-width: 61.875em) {
    .search-label,
    .school-label,
    .listings-label {
      display: inline-block;
      width: 130px;
      text-align: right; } }

.searchbox #schoolInput {
  margin: 0 6px 0 0;
  border-radius: 5px;
  border: 1px solid #1A558F; }

@media (min-width: 61.875em) {
  .searchbox .listings,
  .searchbox .search-condition,
  .searchbox .search-orderby {
    display: inline-block;
    margin: 10px 20px 10px 0;
    vertical-align: top; }
    .searchbox .listings select,
    .searchbox .search-condition select,
    .searchbox .search-orderby select {
      min-width: 152px; }
    .searchbox .listings .checkbox,
    .searchbox .search-condition .checkbox,
    .searchbox .search-orderby .checkbox {
      display: block;
      margin: 6px -12px 5px 140px; } }

.searchbox .search-orderby {
  margin-right: 0; }

@media (min-width: 61.875em) {
  .searchbox .footer-buttons {
    padding: 5px 0 0; }
    .searchbox .footer-buttons .btn--primary, .searchbox .footer-buttons #noticeboard-tabs .helpme a, #noticeboard-tabs .helpme .searchbox .footer-buttons a {
      margin-left: 138px; }
      .searchbox .footer-buttons .btn--primary + .btn--primary, .searchbox .footer-buttons #noticeboard-tabs .helpme a + .btn--primary, #noticeboard-tabs .helpme .searchbox .footer-buttons a + .btn--primary, .searchbox .footer-buttons #noticeboard-tabs .helpme .btn--primary + a, #noticeboard-tabs .helpme .searchbox .footer-buttons .btn--primary + a, .searchbox .footer-buttons #noticeboard-tabs .helpme a + a, #noticeboard-tabs .helpme .searchbox .footer-buttons a + a {
        margin-left: 20px; } }

@media (min-width: 48em) {
  .searchbox #searchForm {
    width: calc(100% - 150px);
    display: inline-block; } }

#schoolSelection {
  position: absolute;
  left: 155px;
  z-index: 100; }
  #schoolSelection select {
    width: 100%;
    margin: 0; }

.register #schoolSelection,
.searchbox #schoolSelection,
#questionArea #schoolSelection {
  position: absolute;
  left: 0;
  z-index: 100;
  top: -1px;
  background-color: White;
  border: 1px solid #316090;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: none; }

#questionArea #schoolSelection {
  border-color: #9C9C9C;
  border-top: none;
  top: -31px; }

@media (min-width: 61.875em) {
  .searchbox #schoolSelection {
    left: 139px; } }

.register.student #schoolSelection {
  position: absolute;
  z-index: 100;
  background-color: White;
  border: 1px solid #316090;
  border-top: none; }

.register.paymentHistory .shadow-content {
  padding: 10px; }

.register.paymentHistory table.data {
  width: 100%; }
  .register.paymentHistory table.data td:nth-child(3), .register.paymentHistory table.data td:nth-child(4), .register.paymentHistory table.data td:nth-child(5), .register.paymentHistory table.data th:nth-child(3), .register.paymentHistory table.data th:nth-child(4), .register.paymentHistory table.data th:nth-child(5) {
    text-align: right; }

.register.paymentHistory .navPages {
  display: none; }

#top-links {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #fff;
  padding: 7px 0;
  padding: 0.4375rem 0; }
  #top-links ul {
    display: inline-block;
    vertical-align: middle; }
  #top-links p {
    letter-spacing: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
    #top-links p em {
      color: #e2ef83; }
  #top-links li {
    display: inline-block;
    margin-left: 15px; }
    #top-links li:first-child {
      margin-left: 0; }
    #top-links li a {
      color: #fff;
      text-decoration: none; }
      #top-links li a:hover {
        color: #e2ef83; }
    #top-links li.end-masquerade-link {
      background-color: red;
      padding: 0px 4px; }
      #top-links li.end-masquerade-link a {
        color: yellow;
        font-weight: bold; }
  #top-links .forgot {
    font-style: italic; }
    #top-links .forgot a {
      color: #e2ef83;
      border-bottom: 1px #e2ef83 solid; }
      #top-links .forgot a:hover {
        text-decoration: none;
        border-bottom: none; }
  #top-links .space {
    color: #5C8ABB;
    padding-left: 7px; }
  @media (max-width: 37.4em) {
    .home--member #top-links p {
      display: none; }
    #top-links ul {
      text-align: right; }
    #top-links li:nth-child(2),
    #top-links li:nth-child(3),
    #top-links .space {
      display: none; } }
  @media (min-width: 37.5em) {
    #top-links {
      letter-spacing: 1px; }
      #top-links ul {
        float: right; } }

#top-links {
  background: #27496C; }

#top-links-bar li a {
  color: #fff;
  text-decoration: none; }

#top-links-bar li a:hover {
  color: #e2ef83; }

/* ==========================================================================
    Main Content
   ========================================================================== */
/* ------------------------------ Global ------------------------------------ */
/* ------------------------------- Front ------------------------------------ */
@media (min-width: 61.875em) {
  .hm-public-section--first {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%; }
  .hm-public-section--last {
    width: 65.95745%;
    float: right;
    margin-right: 0; } }

#overview {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  #overview > li {
    padding-left: 65px;
    margin-bottom: 2.5em;
    display: block; }
    #overview > li ul {
      margin-top: 0; }
  @media (min-width: 48em) {
    #overview {
      *zoom: 1; }
      #overview:before, #overview:after {
        display: table;
        content: ""; }
      #overview:after {
        clear: both; }
      #overview > li {
        width: 31.91489%;
        float: left;
        margin-right: 2.12766%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        #overview > li:nth-last-child(1) {
          margin-right: 0; } }
  @media (min-width: 61.875em) {
    #overview > li {
      width: auto;
      float: none;
      margin: 0 0 2.5em; } }

#user-groups {
  border: 1px solid #d1ccbf;
  margin-bottom: 1.5em;
  color: #816b6b;
  position: relative;
  max-width: 620px;
  display: none; }
  @media (min-width: 61.875em) {
    #user-groups {
      display: block; } }

#user-groups-content {
  width: 424px;
  float: left;
  margin: 12px 0 12px 12px; }
  #user-groups-content .home-scroll {
    overflow: hidden;
    position: relative; }
  #user-groups-content h2 {
    margin: 0.5em 0 0.9em 0; }

#user-groups-links {
  width: 150px;
  float: right;
  border-left: 1px solid #d1ccbf; }
  #user-groups-links li {
    border-top: 1px solid #f4f6f9;
    background-color: #edece6;
    border-bottom: 1px solid #d1ccbf; }
  #user-groups-links a {
    color: #534b4b;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
    font-size: 1.35em;
    display: block;
    padding: 10px 8px 10px 24px;
    outline: none; }
    #user-groups-links a span {
      display: block;
      font-size: 0.741em;
      color: #716767; }
  #user-groups-links .selected {
    background: url(../images/ug-links-selected.png) no-repeat left -2px;
    margin-left: -17px;
    padding-left: 41px;
    position: relative; }

.user-groups-mini {
  *zoom: 1; }
  .user-groups-mini:before, .user-groups-mini:after {
    display: table;
    content: ""; }
  .user-groups-mini:after {
    clear: both; }
  .user-groups-mini p {
    text-align: left !important; }
  .user-groups-mini .hm-schools-or-call,
  .user-groups-mini .hm-schools-call {
    display: none; }
  .user-groups-mini .hm-button-primary-register {
    margin: 20px auto !important; }
  @media only screen and (min-width: 37.5em) and (max-width: 61.875em) {
    .user-groups-mini > div {
      width: 30em;
      min-width: 30em;
      margin: 0 auto; } }
  @media (max-width: 61.775em) {
    .user-groups-mini #ug-organisations,
    .user-groups-mini #ug-schools,
    .user-groups-mini #ug-students {
      display: none; } }
  @media (min-width: 61.875em) {
    .user-groups-mini {
      display: none; } }

#hm-search, #user-groups {
  *zoom: 1;
  background: url(../images/hm-boxes-bg.png) repeat-x; }
  #hm-search:before, #hm-search:after, #user-groups:before, #user-groups:after {
    display: table;
    content: ""; }
  #hm-search:after, #user-groups:after {
    clear: both; }

#hm-upper-content {
  *zoom: 1;
  margin: 24px 0;
  margin: 1.5rem 0; }
  #hm-upper-content:before, #hm-upper-content:after {
    display: table;
    content: ""; }
  #hm-upper-content:after {
    clear: both; }
  #hm-upper-content.school .l-span-last > .btn, #hm-upper-content.school .l-span-last > .submit, #hm-upper-content.school .l-span-last > .changeemail, #hm-upper-content.school .l-span-last > .reset-pwd-button, #hm-upper-content.school .l-span-last > .change-email-button, #hm-upper-content.school .membership-prompt .l-span-last > .button, .membership-prompt #hm-upper-content.school .l-span-last > .button, #hm-upper-content.school #noticeboard-tabs .helpme .l-span-last > a, #noticeboard-tabs .helpme #hm-upper-content.school .l-span-last > a {
    display: table;
    margin: 30px auto 0; }

.hm-search-wrap {
  display: none; }
  @media (min-width: 37.5em) {
    .hm-search-wrap {
      display: block; } }

#hm-search {
  border: 1px solid #d1ccbf;
  padding: 18px 12px; }
  #hm-search input[type="text"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #7F9DB9;
    max-width: calc( 100% - 7em);
    margin-bottom: 0; }
  #hm-search label {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
    #hm-search label.focusable:active, #hm-search label.focusable:focus {
      position: static;
      clip: auto;
      height: auto;
      width: auto;
      margin: 0;
      overflow: visible; }

#hm-search-form {
  position: relative; }
  #hm-search-form form {
    position: relative;
    margin-bottom: 0; }

#home-boxes-wrapper {
  display: none; }
  @media (min-width: 37.5em) {
    #home-boxes-wrapper {
      display: block; } }

.hm-box-span-1 {
  border: 1px solid #d1ccbf;
  background: url(../images/hm-boxes-bg.png) repeat-x;
  padding: 12px;
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .hm-box-span-1 li {
    height: 145px; }
  .hm-box-span-1.scroll {
    max-height: 130px; }
  @media (min-width: 37.5em) {
    .hm-box-span-1 {
      width: 23.40426%;
      float: left;
      margin-right: 2.12766%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .hm-box-span-1.scroll {
        max-height: 150px; } }

.hm-box-span-2 {
  border: 1px solid #d1ccbf;
  background: url(../images/hm-boxes-bg.png) repeat-x;
  padding: 12px; }
  @media (min-width: 37.5em) {
    .hm-box-span-2 {
      width: 48.93617%;
      float: right;
      margin-right: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

.hm-box-span-1 ul li, .hm-box-span-2 ul li, ul.news-list li {
  background: url(../images/bullet-leaves.png) no-repeat left center;
  padding-left: 25px;
  /* Re-applying clear styles so that this displays correctly in admin */
  margin: 0 0 0.5em;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none; }

#container-home h2 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #423c3c;
  font-weight: normal;
  text-transform: none;
  margin: 0 0 0.75em;
  line-height: 1.2; }

#container-home h3 {
  color: #534b4b;
  font-weight: normal; }
  #container-home h3 a {
    font-weight: bold; }

#trading-tips {
  margin-bottom: 1.2em; }
  #trading-tips h2 {
    border-bottom: 4px double #d1ccbf;
    padding-bottom: 1.2em;
    padding-top: 0.3em;
    padding-left: 2.75em;
    background: url(../images/icon-trading-tips.png) no-repeat left 0px; }
  #trading-tips li {
    background: url(../images/leaves.gif) no-repeat left center;
    padding-left: 2em; }

/* Tell a friend */
#tellafriend {
  margin-bottom: 0; }
  #tellafriend .intuitive {
    margin: 5px 0;
    padding: 4px;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 1px;
    color: #534B4B; }
  #tellafriend legend {
    color: #534B4B;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    margin-bottom: 0; }
  #tellafriend label {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
    #tellafriend label.focusable:active, #tellafriend label.focusable:focus {
      position: static;
      clip: auto;
      height: auto;
      width: auto;
      margin: 0;
      overflow: visible; }

#nil-results {
  width: 90%;
  margin: 0 auto 10px; }

#nil-results a.accept {
  background: transparent url(../images/toplink-buttons.png) no-repeat scroll 0 50%;
  color: white;
  display: block;
  line-height: 29px;
  padding: 0;
  text-align: center;
  width: 74px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 3px;
  margin-right: 5px; }

/* ------------------------------- Pages ------------------------------------ */
.register {
  *zoom: 1;
  margin-bottom: 36px;
  margin-bottom: 2.25rem; }
  .register:before, .register:after {
    display: table;
    content: ""; }
  .register:after {
    clear: both; }
  .register dt {
    font-weight: bold;
    padding-top: 2px; }
  .register dd {
    margin: 2px 0 12px; }
    .register dd .successIcon,
    .register dd .warningIcon {
      margin-right: -30px; }
  .register .text,
  .register textarea {
    padding: 6px;
    border: 1px solid #b5cfef; }
  @media (min-width: 48em) {
    .register {
      margin-bottom: 24px;
      margin-bottom: 1.5rem;
      background: #f4f6f9;
      padding: 12px;
      border: 1px solid #b5cfef;
      border-radius: 10px 10px 0 0; }
      .register dl dl {
        margin-left: 200px; }
        .register dl dl dt {
          margin-top: 0;
          margin-bottom: 0; }
        .register dl dl dd {
          margin-top: 0;
          margin-bottom: 0; }
      .register dt {
        width: 200px;
        display: inline-block;
        margin-right: 30px;
        text-align: right;
        vertical-align: top; }
      .register dd {
        width: 50%;
        display: inline-block; }
      .register select {
        width: 160px; } }

.register dl .payment_details dl {
  margin-left: 0 !important;
  text-align: left; }

.register-img {
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
  text-align: center; }
  @media (min-width: 37.5em) {
    .register-img {
      margin: 0 24px 0 0;
      margin: 0 1.5rem 0 0;
      float: left;
      text-align: left; } }

.register-text {
  overflow: hidden; }

.register.student {
  background: #1D61A5 url(../images/search-bar-bot-bg.png) repeat-x;
  z-index: 3000;
  border-radius: 0;
  padding: 18px;
  border: 1px solid #1D61A5; }
  .register.student #searchForm {
    position: relative; }
    .register.student #searchForm .searching {
      bottom: 12px;
      top: auto; }

.register.stocktake #searchForm + .btn, .register.stocktake #searchForm + .submit, .register.stocktake #searchForm + .changeemail, .register.stocktake #searchForm + .reset-pwd-button, .register.stocktake #searchForm + .change-email-button, .register.stocktake .membership-prompt #searchForm + .button, .membership-prompt .register.stocktake #searchForm + .button, .register.stocktake #noticeboard-tabs .helpme #searchForm + a, #noticeboard-tabs .helpme .register.stocktake #searchForm + a {
  margin-top: 10px; }

.register.student #SchoolSearch,
.register.student #schoolInput {
  border: 1px solid #316090;
  padding: 10px;
  color: #93979A;
  font-size: 16px;
  margin-bottom: 0; }

.register--main-action .btn, .register--main-action .submit, .register--main-action .changeemail, .register--main-action .reset-pwd-button, .register--main-action .change-email-button, .register--main-action .membership-prompt .button, .membership-prompt .register--main-action .button, .register--main-action #noticeboard-tabs .helpme a, #noticeboard-tabs .helpme .register--main-action a {
  margin: 10px auto;
  margin: 0.625rem auto; }

.register--warning {
  border-color: #f0ad4e;
  background: #fae3c4;
  padding: 12px;
  padding: 0.75rem; }

.suburbselector-wrap {
  position: relative;
  z-index: 1; }

.searching,
.school-search-input__searching {
  position: absolute;
  top: 8px;
  width: 20px; }

.school-search-input {
  position: relative;
  clear: both; }
  .school-search-input__searching {
    right: 20px;
    top: 50%;
    margin-top: -8px; }

#suburbSelection {
  position: absolute;
  left: 0;
  top: 28px;
  z-index: 10; }

#suburbSelect {
  width: 230px;
  max-height: 200px; }
  @media (min-width: 37.5em) {
    #suburbSelect {
      width: 360px; } }

#schoolEdit_OrganisationType_div br {
  display: block; }

.school-search-result {
  clear: both;
  padding: 10px; }
  .school-search-result__add {
    display: block;
    background: #FFF;
    padding: 6px 3px;
    border-bottom: 1px dotted #E3E3E3;
    color: #535353;
    text-decoration: none; }
    .school-search-result__add:hover {
      background: #6AA3DC;
      color: #fff;
      text-decoration: none; }

/* Login ------------------------------------------------------*/
#login-ad {
  margin-bottom: 18px; }

#login-form {
  background: #fdfdfd url(../images/hm-boxes-bg.png) repeat-x bottom left;
  color: #716767;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0 0 18px 0; }
  #login-form form {
    padding: 10px 20px 20px;
    margin: 0;
    border: 1px solid #d1ccbf;
    background: url(../images/login-leaves-bg.png) no-repeat right top; }
  #login-form legend {
    position: relative;
    display: block;
    height: 28px; }
    #login-form legend span {
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 18px;
      font-weight: normal;
      position: absolute;
      left: 0;
      top: 0;
      color: #423c3c; }
  #login-form label[for=lf-remember-me] {
    font-family: Arial, "Helvetica Neue", sans-serif;
    vertical-align: middle;
    font-size: small; }
  #login-form label {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: Georgia, "Times New Roman", Times, serif; }
    #login-form label span {
      display: block;
      font-size: 12px;
      font-family: Arial, "Helvetica Neue", sans-serif; }
  #login-form .checkbox label {
    width: auto; }
  #login-form li {
    overflow: hidden;
    margin-bottom: 8px; }
  @media (min-width: 37.5em) {
    #login-form {
      width: 65.95745%;
      float: left;
      margin-right: 2.12766%; } }
  @media (min-width: 48em) {
    #login-form label {
      text-align: right;
      margin-right: 24px;
      display: inline-block;
      width: 150px; }
    #login-form .changeemail,
    #login-form .submit {
      margin-left: 174px; }
    #login-form #lf-remember-me {
      margin-left: 165px; } }

@media (min-width: 48em) {
  #fm-lf-username, #fm-lf-password, #fm-lf-email {
    width: 59%; } }

label[for=fm-lf-password] {
  padding-top: 10px; }

#login-form .text {
  padding: 8px; }

@media (min-width: 37.5em) {
  .login-sidebar {
    width: 31.91489%;
    float: right;
    margin-right: 0; } }

.login-secondary {
  margin-bottom: 18px;
  padding-bottom: 18px; }

.login-secondary.first {
  border-bottom: 1px dotted #d1ccbf; }

.login-secondary h3 {
  font-weight: normal;
  color: #534b4b;
  font-size: 14px;
  margin-top: 0; }

/* Styles for information icon */
.info-wrapper {
  float: left;
  margin: 3px 0 0 1em;
  display: none; }
  @media (min-width: 48em) {
    .info-wrapper {
      display: block; } }

.info-wrapper .info-link:hover .info-content, .info-wrapper .info-link.over .info-content {
  visibility: visible; }

.info-wrapper li {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important; }

.member-dashboard {
  display: block; }

.md-box {
  background: #FAF9F8;
  border: 1px solid #e9e6e0;
  padding: 1em;
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

.md-dashboard-action {
  background: #FAF9F8;
  border: 1px solid #e9e6e0;
  padding: 1em .5em;
  margin-bottom: .25em;
  border-radius: 3px; }

.md-dashboard-action li {
  margin: 6px 0;
  display: block; }
  @media (min-width: 48em) {
    .md-dashboard-action li {
      display: inline-block;
      margin: 0 1em; } }

.md-title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-size: 1rem;
  color: #2d2d2d; }

.title {
  font-family: Georgia, serif;
  font-size: 13px;
  color: #2d2d2d; }

.md-tbts,
.md-uts,
.md-ads {
  background: #FAF9F8 url(../images/hm-boxes-bg.png) repeat-x;
  float: left;
  width: 48%;
  display: block;
  min-height: 220px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px; }
  .md-tbts p,
  .md-uts p,
  .md-ads p {
    margin-bottom: 15px;
    line-height: 18px; }
  .md-tbts p:last-child,
  .md-uts p:last-child,
  .md-ads p:last-child {
    margin-bottom: 0px; }
  .md-tbts.left-margin,
  .md-uts.left-margin,
  .md-ads.left-margin {
    margin-left: 15px; }
  .md-tbts .md-title,
  .md-uts .md-title,
  .md-ads .md-title {
    padding-left: 50px;
    display: block;
    padding-bottom: 5px;
    height: 35px; }

.md-ads .md-title {
  background: #FAF9F8 url(../images/icon-lrg-ads.png) no-repeat; }

@media all and (max-width: 48em) {
  .md-dashboard-action.left-margin {
    margin-left: 10px; }
  .md-dashboard-action .md-title {
    font-size: 1.2em; }
  .md-uts p, .md-tbts p, .md-ads p {
    font-size: .9em;
    margin-bottom: 12px;
    line-height: 15px; }
  .md-uts p:last-child, .md-tbts p:last-child, .md-ads p:last-child {
    margin-bottom: 0px; } }

@media all and (max-width: 30em) {
  .md-tbts,
  .md-uts,
  .md-ads {
    width: 48%; }
  .md-dashboard-action.left-margin {
    margin-left: 5px; } }

.md-uts {
  float: left; }
  .md-uts .md-title {
    background: #FAF9F8 url(../images/icon-lrg-uniform.png) no-repeat;
    background-position: 0px 4px;
    padding-left: 55px; }

.md-tbts .md-title {
  background: #FAF9F8 url(../images/icon-lrg-textbooks.png) no-repeat; }

.md-newu {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E5DF; }

.md-myads {
  clear: both;
  padding: 15px; }
  .md-myads #hm-search-form {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E8E5DF; }
    .md-myads #hm-search-form #hm-search-box {
      width: 80%; }
    .md-myads #hm-search-form .btn--primary, .md-myads #hm-search-form #noticeboard-tabs .helpme a, #noticeboard-tabs .helpme .md-myads #hm-search-form a {
      position: relative;
      top: -4px; }

#member-home #hm-search {
  border: 1px solid #e9e6e0;
  margin-bottom: 1.5em; }

#get-started,
#postage-calculator,
#postage-insurance,
#user-guides,
#tax-refund,
#education-savings-guide,
#school-stationary {
  margin-top: 2.2em;
  padding-left: 4.25em; }
  @media (max-width: 37.4em) {
    #get-started,
    #postage-calculator,
    #postage-insurance,
    #user-guides,
    #tax-refund,
    #education-savings-guide,
    #school-stationary {
      display: none; } }

#user-guides a[href$="/ebooks"] {
  background: yellow;
  padding: 0.5em 0; }

.my-ads-block {
  display: block;
  clear: both; }
  .my-ads-block li {
    margin: 0 .8em;
    margin-bottom: 6px;
    float: left;
    display: inline-block; }

.membership-prompt {
  padding: 1em 1.5em 0.5em 1.5em;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  background: #edece6 url(../images/hm-boxes-bg.png) repeat-x;
  border: 1px solid #e9e6e0;
  color: #534B4B;
  position: relative;
  *zoom: 1; }
  .membership-prompt:before, .membership-prompt:after {
    display: table;
    content: ""; }
  .membership-prompt:after {
    clear: both; }
  .membership-prompt .prompt-msg .msg p.title {
    border-top: 1px solid #ccc;
    padding-top: 1em;
    margin-top: 1em; }

@media (min-width: 50em) {
  .membership-prompt .button {
    float: right;
    position: relative;
    top: -30px; } }

#messages {
  background-color: #FAF9F8;
  padding: 2.5em 1.5em 0.5em 1.5em;
  margin: 5em 0 0;
  border: 1px solid #e9e6e0;
  position: relative; }
  #messages h4 {
    color: #716767;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 1em;
    font-variant: small-caps; }
  #messages .pagination {
    float: right; }
    #messages .pagination li {
      background-color: #e7e4dc; }
      #messages .pagination li.current {
        background-color: #d1ccbf; }
    #messages .pagination a {
      color: #534b4b; }

#messages {
  min-height: 409px; }

.pagination li {
  display: inline-block;
  margin: 3px;
  font-size: 11px;
  font-size: 0.6875rem; }

.pagination a {
  text-decoration: none;
  display: block;
  padding: 2px 6px; }

.messages-list {
  position: relative; }
  .messages-list > ul {
    float: left; }

#messages .messages-content-container {
  overflow: hidden;
  position: relative;
  /* For IE */
  display: none; }

.column-container ul {
  font-size: 24px;
  font-size: 1.5rem;
  color: #7cad45;
  font-family: Georgia, "Times New Roman", Times, serif; }

.column-container li {
  padding-bottom: 0.3em;
  border-bottom: 1px dotted #d1ccbf; }

.column-container p {
  font-size: 12px;
  color: #534B4B;
  font-family: Arial, Helvetica, Sans-serif; }

.school #messages {
  margin-top: 7em; }

.messages-tabs {
  position: absolute;
  left: -3px;
  top: -31px; }

.messages-tabs li {
  float: left;
  background-color: #f3f2ef;
  margin: 0 0 0 2px; }

.messages-tabs li a {
  display: block;
  padding: 0.5em 1.2em;
  border: 1px solid #e3e2db;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #534b4b;
  text-decoration: none;
  font-size: 13px; }

#messages .messages-tabs li.current a {
  background-color: #FAF9F8;
  border-bottom-color: #FAF9F8; }

#messages .messages-tabs li a span {
  background-color: #fff;
  padding: 3px 5px 1px;
  color: #81b04b;
  border: 1px solid #c8c7c6;
  font-size: 10px;
  margin: 0px 4px 0 -6px;
  font-family: Arial, Helvetica, Sans-serif;
  line-height: 12px;
  border-radius: 5px;
  padding: 3px 6px; }

.ad-alert h3 {
  margin-right: 1.5em;
  float: left; }

.ad-alert h4 {
  float: left;
  width: 230px; }

.ad-alert p {
  float: right;
  margin-right: 1em; }

.ad-restricted {
  background: #5cb85c url(../images/premium.png) no-repeat 10px;
  padding-left: 50px; }

#messages .empty {
  height: 5em; }

#messages.moveup {
  padding-top: 1em; }

#uni-stats, #school-stats {
  background: #fbfbfa url(../images/hm-boxes-bg.png) repeat-x;
  padding: 1em;
  border: 1px solid #e9e6e0;
  margin: 2.5em 0 1.8em; }
  @media (max-width: 37.4em) {
    #uni-stats, #school-stats {
      display: none; } }

#uni-stats ul, #school-stats ul {
  overflow: hidden;
  margin: 8px 0 0;
  border-top: 1px dotted #e5e1d6;
  padding-top: 5px; }

#uni-stats li, #school-stats li {
  float: left;
  margin: 0px;
  padding: 0 10px;
  text-align: center;
  color: #716767;
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 100px;
  border-left: 1px dotted #e5e1d6; }

#uni-stats li:first-child, #school-stats li:first-child {
  border: none;
  width: 115px;
  padding-left: 5px; }

#uni-stats h2, #school-stats h2 {
  background: url(../images/icon-school-stats.png) no-repeat right -2px;
  margin: 0 0 0.2em 0;
  padding: 0.25em 0 0.75em 0; }

#uni-stats span, #school-stats span {
  font-size: 16px; }

/* School Section Forms ----------------------------------------------*/
.chosen {
  *zoom: 1;
  border: 1px solid #D1CCBF;
  background: white;
  padding: 8px;
  margin: 6px 0; }
  .chosen:before, .chosen:after {
    display: table;
    content: ""; }
  .chosen:after {
    clear: both; }

.ssad-container {
  *zoom: 1; }
  .ssad-container:before, .ssad-container:after {
    display: table;
    content: ""; }
  .ssad-container:after {
    clear: both; }

/*
6. Search --------------------------------------------------------*/
#top-banner-ad {
  margin-bottom: 20px;
  text-align: center; }

.result,
.result-alt {
  padding: 10px 10px 0;
  margin: 0 auto 10px;
  border: 1px solid #c3dcf8; }
  .result.editbox,
  .result-alt.editbox {
    text-align: left;
    position: relative; }
    .result.editbox:before, .result.editbox:after,
    .result-alt.editbox:before,
    .result-alt.editbox:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      bottom: 100%;
      left: 50%;
      pointer-events: none; }
    .result.editbox:before,
    .result-alt.editbox:before {
      border-width: 11px;
      margin-left: -11px;
      border-bottom-color: #c3dcf8; }
    .result.editbox:after,
    .result-alt.editbox:after {
      border-width: 10px;
      margin-left: -10px;
      border-bottom-color: #fff; }
  @media (min-width: 48em) {
    .result,
    .result-alt {
      width: 90%; }
      .result.editbox,
      .result-alt.editbox {
        width: 23.40426%;
        float: right;
        margin-right: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .result.editbox:after, .result.editbox:before,
        .result-alt.editbox:after,
        .result-alt.editbox:before {
          left: auto;
          right: 100%;
          top: 50%;
          bottom: auto;
          margin: 0; }
        .result.editbox:after,
        .result-alt.editbox:after {
          border-color: transparent;
          border-right-color: #fff;
          margin-top: -10px; }
        .result.editbox:before,
        .result-alt.editbox:before {
          border-color: transparent;
          border-right-color: #c3dcf8;
          margin-top: -11px; }
        .result.editbox .arrow,
        .result-alt.editbox .arrow {
          display: none; } }
  @media (min-width: 61.875em) {
    .result.editbox,
    .result-alt.editbox {
      width: 14.89362%;
      float: right;
      margin-right: 0; } }

.result-alt {
  background: #E9F2FB; }
  .result-alt.editbox:after {
    border-bottom-color: #E9F2FB; }
  .result-alt.editbox:before {
    border-bottom-color: #c3dcf8; }
  @media (min-width: 48em) {
    .result-alt.editbox:before, .result-alt.editbox:after {
      border-color: transparent; }
    .result-alt.editbox:after {
      border-right-color: #E9F2FB; }
    .result-alt.editbox:before {
      border-right-color: #c3dcf8; } }

@media (min-width: 48em) {
  .result--edit {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%; } }

@media (min-width: 61.875em) {
  .result--edit {
    width: 82.97872%;
    float: left;
    margin-right: 2.12766%; } }

.result__condition,
.result__contact,
.result__email,
.result__phone {
  display: inline-block;
  margin-right: 15px; }

.editbox a {
  display: block;
  margin: 1px 0px; }

.uniformlist-wrapper {
  position: relative;
  margin: 0 auto; }

/* Uniform Lists */
.uniform-trading {
  text-align: left; }
  .uniform-trading h2 {
    font-size: 16px;
    font-family: Georgia;
    color: #000;
    font-weight: normal;
    text-transform: none !important;
    margin-bottom: 1.4em; }
  @media (min-width: 37.5em) {
    .uniform-trading {
      padding: 25px;
      padding: 1.5625rem; } }

#member-booklists-list ul, #member-booklists-list {
  padding: 0; }

span.bookSelector {
  width: 10px; }

#schoolSelectionWrapper {
  position: relative; }

.school-selection,
.booklist-search-results,
.uniformlist {
  background: #1D61A5 url(../images/search-bar-bot-bg.png) repeat-x 0 0;
  padding: 18px;
  margin: 0 auto;
  border: 1px solid #005095;
  position: relative; }

.uniformlist {
  margin-bottom: 36px; }

.school-selection {
  max-width: 719px;
  color: white; }
  .school-selection label,
  .school-selection .faux-label {
    display: block;
    color: #fff;
    font-size: 14px;
    padding-top: 4px; }
  .school-selection select {
    font-size: 12px;
    display: inline-block;
    max-width: 100%; }
  @media (min-width: 37.5em) {
    .school-selection label,
    .school-selection .faux-label {
      display: inline-block;
      vertical-align: top;
      min-width: 150px;
      text-align: right;
      margin-right: 18px; }
    .school-selection .checkbox label {
      min-width: 0;
      text-align: left;
      margin: 0;
      padding: 0; } }

.uniformlist-selection {
  background: #fff;
  padding: 6px;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 61px;
  border: 1px solid #316090; }
  .uniformlist-selection li {
    color: #000; }
    .uniformlist-selection li:hover, .uniformlist-selection li.selected {
      border-radius: 8px;
      background-position: 98% center;
      background-repeat: no-repeat; }
    .uniformlist-selection li:hover {
      background-color: #dcecfa;
      background-image: url("../images/blue-tick-circle-icon.png");
      cursor: pointer; }
    .uniformlist-selection li.selected {
      background-color: #f2f8fd;
      background-image: url("../images/green-tick-circle-icon.png"); }
    .uniformlist-selection li.waiting, .uniformlist-selection li.waiting:hover {
      background: #f2f8fd url(../images/ajax-loader-small.gif) no-repeat 98% center; }
  .uniformlist-selection a {
    color: #000;
    display: block;
    padding: 3px 4px 2px 10px; }
  @media (min-width: 37.5em) {
    .uniformlist-selection {
      width: 70%;
      width: calc(100% - 190px);
      display: inline-block;
      vertical-align: middle; } }

.ul-remove-block {
  text-align: right; }
  @media (max-width: 37.4em) {
    .ul-remove-block {
      margin-bottom: 6px;
      margin-bottom: 0.375rem; } }
  @media (min-width: 37.5em) {
    .ul-remove-block {
      float: right; } }

.ul-remove-list {
  background: url(../images/cross-icon-med-trans.png) no-repeat;
  padding-left: 20px;
  font-weight: bold;
  color: #d11f1a;
  font-size: 12px;
  text-decoration: none; }
  .ul-remove-list:visited, .ul-remove-list:link {
    font-weight: bold;
    color: #d11f1a;
    font-size: 12px;
    text-decoration: none; }

.ul-header {
  color: #fff;
  margin-bottom: 10px; }

.ul-body {
  background: #fff;
  padding: 4px; }
  .ul-body table {
    width: 100%; }
  .ul-body td {
    padding: 8px 4px;
    vertical-align: top; }
    .ul-body td.alt {
      background: #f4f6f9; }
    .ul-body td:nth-child(4) {
      min-width: 75px;
      text-align: right; }
  .ul-body .alt td {
    background: #efefef; }
  .ul-body .bookgroup .more_info,
  .ul-body .bookgroup .more-info {
    padding: 5px; }
    .ul-body .bookgroup .more_info > span,
    .ul-body .bookgroup .more_info .book-label,
    .ul-body .bookgroup .more_info .show-info-link,
    .ul-body .bookgroup .more-info > span,
    .ul-body .bookgroup .more-info .book-label,
    .ul-body .bookgroup .more-info .show-info-link {
      display: inline-block;
      vertical-align: top;
      padding: 0 5px; }
    .ul-body .bookgroup .more_info select,
    .ul-body .bookgroup .more-info select {
      margin: 0; }
  .ul-body .morebookinfo {
    margin-bottom: 0; }
  @media (min-width: 37.5em) {
    .ul-body .show-info-link {
      float: right; } }

.ul-checkbox {
  text-align: center;
  width: 10%; }

.ul-more-info {
  width: 15%;
  text-align: center; }

.ul-select-all {
  text-align: center; }

ol.decimal li {
  list-style-type: decimal; }

.ul-school-title,
.ul-list-title {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500; }

.ul-school-title {
  font-size: 14px;
  font-size: 0.875rem; }

.noticeboard-section-title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  float: left !important;
  margin: 17px 12px 0; }

.noticeboard-steps {
  margin: 12px 0;
  margin: 0.75rem 0; }

.noticeboard-steps li {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 14px;
  margin: 0 6px;
  padding: 6px 0 7px 35px;
  line-height: 1 !important; }
  @media (min-width: 37.5em) {
    .noticeboard-steps li {
      display: inline-block; } }

.noticeboard-steps li p {
  margin-bottom: .5em; }

.step1,
.step2,
.step3 {
  background: url(../images/123steps-sprite.png) no-repeat; }

.step1 {
  background-position: 0 0; }

.step2 {
  background-position: -36px -36px; }

.step3 {
  background-position: -72px -72px; }

.selected-lists {
  width: 80%;
  margin: 0 auto 18px;
  padding: 3px 10px;
  background: url(../images/selected-lists-bg.png) no-repeat center 0;
  min-height: 60px; }
  .selected-lists .remove {
    background-image: url(../images/cross-icon-sm-trans.png);
    background-position: left center;
    padding-left: 14px; }

.morebookinfo {
  overflow: hidden;
  *zoom: 1; }
  .morebookinfo:before, .morebookinfo:after {
    display: table;
    content: ""; }
  .morebookinfo:after {
    clear: both; }
  .morebookinfo dt {
    margin-left: 0;
    color: #888; }
  .morebookinfo dd {
    margin: 0 0 6px;
    margin: 0 0 0.375rem; }
  @media (max-width: 37.4em) {
    .morebookinfo dd {
      word-break: break-word; } }
  @media (min-width: 37.5em) {
    .morebookinfo dt {
      width: 29%;
      text-align: right;
      margin-right: 2%;
      display: inline-block; }
    .morebookinfo dd {
      display: inline-block;
      width: 65%; } }

.summaryBox {
  border: 1px solid white;
  padding: 0px;
  margin: 0px; }

.summary {
  background-color: white;
  padding: 3px 3px 3px 6px;
  display: block;
  clear: both; }
  .summary.even {
    background-color: #efefef; }
  .summary.new {
    background: #FFFFdd url(../images/spark.gif) right 6px no-repeat; }
    .summary.new.even {
      background: #FFFF99 url(../images/spark.gif) right 6px no-repeat; }
  .summary.header {
    background-color: #1D61A5;
    font-weight: bold;
    color: white; }
  .summary .match {
    display: block; }
    .summary .match.search {
      background: url(../images/ajax-loader.gif) 6px no-repeat; }
  .summary .book {
    display: block; }
  .summary .ad {
    display: block; }
  .summary .action {
    display: block;
    padding-left: 40px; }
  @media (max-width: 37.4em) {
    .summary .ad:before {
      content: attr(title);
      display: block;
      font-weight: bold;
      margin-bottom: 5px; }
    .summary .match:before {
      content: ' ';
      display: block;
      font-weight: bold;
      margin-top: 10px; }
    .summary .match-exact:before {
      content: 'Exact match'; }
    .summary .match-close:before {
      content: 'Close match'; }
    .summary .ad-action:before {
      content: 'Delist';
      display: block;
      margin-top: 10px;
      font-weight: bold; } }
  @media (min-width: 61.875em) {
    .summary {
      width: 99%;
      display: table; }
      .summary .match,
      .summary .book,
      .summary .ad,
      .summary .ad-action,
      .summary .action {
        display: table-cell; } }
  @media (min-width: 61.875em) {
    .summary .match {
      width: 200px; }
    .summary .book {
      width: 450px; }
    .summary .ad {
      width: 450px; }
    .summary .ad-action {
      width: 50px; }
    .summary .action {
      width: 20px; } }

.summary.listName {
  display: none; }
  @media (min-width: 37.5em) {
    .summary.listName {
      background: #1D61A5;
      color: white;
      font-weight: bold;
      display: block; } }

.summary.header .ad-action {
  background-color: #1D61A5;
  font-weight: bold;
  color: white;
  float: left;
  width: 50px; }

#selectLink {
  margin-right: 80px; }

.selectWantedLink {
  margin-right: 8px; }

div.unpaidAds {
  display: none;
  margin-top: 2em;
  text-align: center; }
  div.unpaidAds.show {
    display: block; }
  div.unpaidAds a {
    background-color: #81b04b;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    padding: .8em; }

.booklist-search-results .removeButton {
  margin: 10px 0;
  margin: 0.625rem 0;
  display: block; }

.booklist-search-results h3 {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px; }

.booklist-search-results .result-description h3 {
  color: #457EB8;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 13px; }

.booklist-search-results p {
  color: white; }

.booklist-search-results .result p, .booklist-search-results .result-alt p {
  color: #555; }

.booklist-search-results h4 {
  margin-bottom: 6px;
  margin-top: 10px;
  color: white; }

.booklist-search-results .result-more-details h4 {
  color: #81AC57; }

.booklist-search-results #sortBy {
  float: none;
  color: white;
  clear: both;
  margin-bottom: 10px; }
  @media (min-width: 37.5em) {
    .booklist-search-results #sortBy {
      text-align: right; } }

#sortBy .radio {
  display: block; }
  #sortBy .radio label {
    color: #FDE002; }
  @media (min-width: 37.5em) {
    #sortBy .radio {
      display: inline-block;
      display: inline;
      zoom: 1; }
      #sortBy .radio label {
        display: inline; } }

.selectSchool {
  font-size: 14px;
  color: #1d61a5;
  float: right;
  width: 200px;
  padding-left: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(../images/red-arrow.png) 0 center no-repeat #fff;
  height: 26px;
  font-weight: 700; }

#schoolSelectionWrapper.searchVersion #addNewBookList a.add-to-profile.alt {
  background-color: transparent; }

#schoolSelectionWrapper.searchVersion #addNewBooklist a.add-to-profile {
  background: #fff;
  padding: 6px 3px;
  border-bottom: 1px dotted #E3E3E3;
  color: #535353;
  position: static;
  width: 90%; }

/*
 *  Ad Result
 *  Display of the Ads.
 *
 *
 * .result-details-container {}
 *	.result-icon {}
 *	.result-description {}
 *
 * .result-price-container {}
 *	.price {}
 *
 * .result-more-details {}
 *
 *
 */
@media (min-width: 48em) {
  .result-details-container {
    width: 80%;
    float: left; } }

.result-icon {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-align: left; }
  .result-icon strong {
    display: block;
    margin: 10px 0; }
  .result-icon img {
    padding-left: 10px; }
  .result-icon input {
    display: block;
    margin: 0; }
  @media (min-width: 48em) {
    .result-icon {
      width: 24%;
      float: left;
      margin-bottom: 0; }
      .result-icon input {
        float: left; } }

.result-description {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  @media (min-width: 48em) {
    .result-description {
      float: right;
      width: 70%;
      margin: 0 0 0 20px; } }

.result-price-container, .result-price-container-inactive {
  text-align: left;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  @media (min-width: 48em) {
    .result-price-container, .result-price-container-inactive {
      width: 20%;
      float: right;
      text-align: right;
      margin-bottom: 0; } }

.price,
.mini-price {
  font-size: 22px;
  font-size: 1.375rem; }

.mini-price {
  font-weight: bold; }
  @media (min-width: 48em) {
    .mini-price {
      float: left; } }

.result-more-details,
.resut-mini-details {
  clear: both;
  text-align: justify; }
  .result-more-details p,
  .resut-mini-details p {
    margin-bottom: .5em; }
  @media (min-width: 48em) {
    .result-more-details,
    .resut-mini-details {
      padding: 5px; } }

.result-more-details .contact-details {
  margin-top: 10px; }

#container .result-description ul li, #tinymce .result-description ul li {
  list-style-type: none; }

.result.inactive {
  background: url(../images/bg-stripe.png) center; }

.result.inactive .result-price-container,
.result.inactive .result-more-details,
.result.inactive .result-listed,
.result-alt.inactive .result-price-container,
.result-alt.inactive .result-more-details,
.result-alt.inactive .result-listed,
.result .result-delisted,
.result-alt .result-delisted {
  display: none; }

.result.inactive .result-delisted,
.result-alt.inactive .result-delisted {
  display: block; }

div.loading {
  background: url(../images/loader.gif) center;
  display: block;
  height: 30px;
  width: 30px; }

.result-alt div.loading {
  background: url(../images/loader-alt.gif) center; }

.result-alt.inactive {
  background: url(../images/bg-stripe-alt.png) center; }

.share {
  padding: 6px;
  padding: 0.375rem; }
  @media (min-width: 37.5em) {
    .share {
      float: right;
      display: inline-block; } }
  .share__label {
    display: inline-block;
    font-weight: 700;
    margin-right: 10px;
    margin-right: 0.625rem; }

.result-more-details .share a {
  float: left; }

.share .facebook {
  background: url(http://www.facebook.com/images/connect_favicon.png) no-repeat;
  padding-left: 1.5em; }

.result-icon .moreDetailsLink {
  padding-left: 24px; }

.result-sold {
  color: #d11f1a;
  border: 1px solid #d11f1a;
  margin: 5px;
  padding: 5px; }

.span-star-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  display: block; }

.span-star-wrapper span {
  height: 3em;
  width: 3em;
  padding: 1em;
  position: absolute;
  color: white;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4em;
  text-align: center;
  display: block;
  left: 9em;
  top: 2em;
  background: no-repeat 0 0;
  -webkit-background-size: contain;
          background-size: contain; }
  .span-star-wrapper span.close {
    background-image: url(../images/closematch.gif); }
  .span-star-wrapper span.exact {
    background-image: url(../images/exactmatch.gif); }
  .span-star-wrapper span.book {
    background-image: url(../images/bookmatch.gif); }
  @media (min-width: 48em) {
    .span-star-wrapper span {
      top: 1em; } }
  .span-star-wrapper span.exact + span,
  .span-star-wrapper span.book + span {
    left: 15em;
    top: 2em; }
  @media (min-width: 48em) {
    .span-star-wrapper span.exact, .span-star-wrapper span.book {
      top: 0; }
    .span-star-wrapper span.exact + span,
    .span-star-wrapper span.book + span {
      left: 9em;
      top: 4.5em; } }

/* Search Mini Ad box ------------------------------------------*/
#searchresultsbox-mini {
  background: #dbd9cc url(../images/mini-search-top-bg.gif) no-repeat;
  width: 209px; }

#searchresultsbox-mini h3 {
  width: 180px;
  min-height: 60px;
  position: relative;
  top: 10px;
  margin: 0 auto;
  text-align: center;
  color: #50768a; }

#searchresultsbox-mini p {
  width: 194px;
  margin: 0 auto 1em; }

#searchresultsbox-mini h3 span {
  float: right;
  font-size: 10px;
  background: url(../images/help-icon.gif) no-repeat;
  text-indent: -9999px;
  width: 20px;
  height: 20px; }

#searchresultsbox-mini .result {
  background: #dbd9cc;
  margin: 0;
  padding: 0;
  width: 197px;
  border-width: 0 1px 1px; }

#searchresultsbox-mini .result h4 {
  margin-top: 5px;
  margin-bottom: 12px;
  color: #50768a; }

#searchresultsbox-mini .result h5 {
  color: #7b6a5d;
  font-size: 12px; }

#searchresultsbox-mini .result-inner {
  margin: 0 4px 4px;
  background: #fff;
  padding: 4px; }

#searchresultsbox-mini .result-description ul {
  margin-top: 0; }

#searchresultsbox-mini .break {
  word-wrap: break-word;
  overflow: auto; }

#searchresultsbox-mini .mini-price {
  margin: 10px 0; }

/* Noticeboard.php ---------------------------------------------*/
@media (min-width: 37.5em) {
  #noticeboard-container {
    padding: 0 20px;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    text-align: center; } }

#noticeboard-tabs {
  position: relative; }
  #noticeboard-tabs li {
    line-height: 32px;
    display: inline-block; }
    #noticeboard-tabs li.active a {
      background: #729fcf;
      /* Old browsers */
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #729fcf), color-stop(78%, #1d61a5));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #729fcf 0%, #1d61a5 78%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #729fcf 0%, #1d61a5 78%);
      /* Opera 11.10+ */
      /* IE10+ */
      background: -webkit-gradient(linear, left top, left bottom, from(#729fcf), color-stop(78%, #1d61a5));
      background: linear-gradient(to bottom, #729fcf 0%, #1d61a5 78%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#729fcf', endColorstr='#1d61a5',GradientType=0 );
      /* IE6-9 */ }
  #noticeboard-tabs li.non-related {
    float: right; }
    #noticeboard-tabs li.non-related:has(a[href$="/ebooks"]) {
      background: yellow; }
    #noticeboard-tabs li.non-related a {
      background: none;
      color: #5C8ABB;
      text-decoration: underline;
      font-weight: normal; }
  #noticeboard-tabs a {
    background: #aac9eb;
    /* Old browsers */
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aac9eb), color-stop(100%, #417bb7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #aac9eb 0%, #417bb7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #aac9eb 0%, #417bb7 100%);
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#aac9eb), to(#417bb7));
    background: linear-gradient(to bottom, #aac9eb 0%, #417bb7 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aac9eb', endColorstr='#417bb7',GradientType=0 );
    /* IE6-9 */
    color: #e2ef83;
    text-decoration: none;
    display: block;
    padding: 0 9px;
    font-weight: bold; }
    #noticeboard-tabs a:hover {
      background: #1d61a5; }
    @media (min-width: 48em) {
      #noticeboard-tabs a {
        border-radius: 5px 5px 0 0;
        padding: 0 15px; } }
  #noticeboard-tabs .helpme a {
    background-image: none; }
  @media (max-width: 37.4em) {
    #noticeboard-tabs .helpme {
      display: none; } }
  @media (min-width: 37.5em) {
    #noticeboard-tabs .helpme {
      float: right;
      position: absolute;
      top: -5px;
      right: 0; } }

#noticeboard-select {
  background: #1d61a5;
  color: #e7f1fc;
  font-weight: bold;
  padding: 5px;
  clear: both; }

#noticeboard-select h2 {
  color: #e2ef83;
  margin-bottom: 0;
  text-transform: capitalize; }

#noticeboard-select span a {
  color: #e2ef83; }

#noticeboard-select h2 span a {
  color: #fff;
  font-size: 12px;
  font-weight: normal; }

#noticeboard-select h2 span a:hover {
  color: #e2ef83; }

#noticeboard-select select, #noticeboard-select input {
  margin: 0 4px; }

#noticeboard-select span {
  float: right; }

.noticeboards {
  width: 90%;
  margin: 0 auto 10px;
  background: #e1ebf8;
  padding-bottom: 1px;
  border: 1px solid #b5cfef;
  text-align: left;
  position: relative;
  overflow: hidden; }

.adsPreviewWrapper {
  margin: 10px auto;
  background: #e1ebf8;
  padding: 12px;
  border: 1px solid #b5cfef;
  text-align: left;
  position: relative; }

.adsPreviewHeader {
  background: #b5cfef url(../images/ads.png) no-repeat 12px center;
  padding: 4px 10px 4px 35px;
  margin: -12px -12px 0;
  color: #2e567e;
  text-transform: capitalize;
  font-style: normal;
  font-size: 18px; }

.adsPreviewHeader h3 {
  margin: 0;
  font-size: 16px;
  color: #2E567E; }

#adPreview.result {
  width: auto;
  margin: 0 auto;
  border: 1px solid #ddd; }

.noticeboards.expired h3 {
  background: #ffe7cf url(../images/ads.png) no-repeat 12px center;
  padding-left: 35px;
  border-bottom: 1px solid #D1CCBF; }

.noticeboards .new {
  background: #e1ebf8 url(../images/mark-read-bg.gif) no-repeat bottom right; }

.noticeboards.expired {
  border: 1px solid #D1CCBF;
  background: #E7E6DE; }

.noticeboards.expired span.expired {
  position: absolute;
  right: 18px;
  bottom: -2px;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  line-height: 18px;
  padding-left: 15px;
  width: 109px;
  background: url(../images/expired-bg.gif) no-repeat 0 -2px; }

.noticeboards h3 {
  background: #b5cfef url(../images/ads.png) no-repeat 12px center;
  padding: 4px 10px 4px 35px;
  margin-top: 0;
  color: #2e567e;
  text-transform: capitalize;
  font-style: normal;
  font-size: 18px; }

.noticeboards h3.active {
  background-color: #9bb8cf;
  margin-bottom: 2px; }

.noticeboards h3 span {
  float: right;
  font-size: 12px; }

.noticeboards.new h3 span {
  background: url(../images/favorites.gif) no-repeat 0 -2px;
  padding-left: 30px; }

.noticeboards h3 em {
  font-size: 12px;
  margin-left: 6px; }

.noticeboards p {
  padding: 0 20px; }

.noticeboards.new a.read {
  position: absolute;
  right: 18px;
  bottom: -2px;
  font-size: 11px;
  color: #ce761e;
  text-decoration: none;
  line-height: 18px;
  padding-left: 12px;
  width: 109px;
  background: url(../images/mark-read-bg.gif) no-repeat 0 -2px; }

.search-adblock {
  position: relative; }
  .search-adblock.banner {
    padding: 0;
    width: calc(90% + 22px);
    border: none;
    background: none; }
    .search-adblock.banner img {
      width: 100%; }

.member-home-adblock, .login-adblock, .learn-more-adblock {
  clear: both;
  position: relative; }
  .member-home-adblock.banner, .login-adblock.banner, .learn-more-adblock.banner {
    padding: 0;
    background: none;
    border: none; }
    .member-home-adblock.banner img, .login-adblock.banner img, .learn-more-adblock.banner img {
      width: 100%; }

.ad-block {
  position: relative; }

.adblock-overlay {
  cursor: pointer;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* Create Ads Questions ---------------------------------------*/
#questionArea h3 {
  background: #457eb8;
  color: #fff;
  padding: 6px;
  margin: 0; }
  #questionArea h3 span {
    float: right;
    font-size: 12px; }
    #questionArea h3 span a {
      color: #e2ef83; }

#questionArea dl {
  margin: 0 0 6px;
  background: #f4f6f9;
  border: 1px dotted #ddd;
  padding: 6px 0;
  position: relative; }

#questionArea dt {
  margin: 0 6px 12px 12px;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif; }
  #questionArea dt label {
    display: block; }

#questionArea .info {
  font-size: 0.8em;
  color: #8f8f8f; }

#questionArea .change {
  border-left: 0;
  float: none; }
  #questionArea .change a {
    color: #d11f1a; }

#questionArea dd {
  padding: 0;
  margin: 6px 12px;
  margin: 0.375rem 0.75rem;
  position: relative; }
  #questionArea dd .bs-popover {
    position: absolute;
    left: 150px; }

#questionArea .responseBar {
  color: #457eb8;
  font-size: 15px;
  font-weight: normal; }

@media (min-width: 37.5em) {
  #questionArea dt {
    min-width: 250px;
    max-width: 250px;
    float: left; }
  #questionArea dd {
    float: left;
    min-width: 400px;
    margin: 6px 12px 6px 30px;
    margin: 0.375rem 0.75rem 0.375rem 1.875rem; }
    #questionArea dd textarea {
      width: 332px;
      height: 100px; }
  #questionArea .change {
    min-width: 60px;
    max-width: 60px;
    float: left; }
  #questionArea .responseBar {
    margin-left: 30px; } }

.ad-preview-h2 {
  width: 837px;
  background: #457eb8;
  margin: 0 auto;
  padding: 3px 10px;
  color: #fff;
  font-size: 14px; }

/* Edit Advertisements ---------------------------------------*/
#action-box {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #B5CFEF;
  padding: 1em;
  position: relative;
  margin-bottom: 12px;
  top: 1em; }
  #action-box ul {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  #action-box li {
    text-align: left; }
  @media (min-width: 48em) {
    #action-box {
      width: 23.40426%;
      float: right;
      margin-right: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

#ad-contact-details {
  margin: 1em auto;
  border: 1px solid #9bb8cf;
  padding: 12px;
  background: #f4f6f9;
  border-radius: 4px; }
  @media (min-width: 48em) {
    #ad-contact-details {
      width: 90%; }
      #ad-contact-details.ad-contact-details--edit {
        width: 74.46809%;
        float: left;
        margin-right: 2.12766%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .modal-body #ad-contact-details {
        width: 60%; }
        .modal-body #ad-contact-details dt {
          display: inline-block;
          min-width: 140px;
          text-align: right;
          vertical-align: middle; }
        .modal-body #ad-contact-details dd {
          display: inline-block;
          vertical-align: baseline;
          width: calc(100% - 200px); } }

#ad-contact-details strong {
  color: #5c8fc4;
  margin-right: 12px;
  font-weight: normal; }

#ad-contact-details h5 {
  margin: 0;
  color: #2E567E;
  font-size: 13px; }

#ad-contact-details h5 span a {
  color: #d11f1a;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, sans-serif; }

.edit-details {
  text-align: left; }
  .edit-details dt {
    color: #5c8fc4;
    font-weight: normal; }
  .edit-details dd {
    margin: 0; }
  @media (min-width: 48em) {
    .edit-details dt {
      display: inline-block;
      margin-right: 12px;
      width: 100px;
      text-align: right;
      vertical-align: middle; }
    .edit-details dd {
      width: calc(100% - 120px);
      display: inline-block; } }
  @media (min-width: 61.875em) {
    .edit-details dd {
      width: 200px; } }

/* Errors ------------------------------------------------------*/
/*  Secure Payment Class */
.payment {
  background: #ffffdd url(../images/secure-image.gif) center 10px no-repeat;
  border: 1px solid #DBDCE3;
  padding: 90px 12px 12px;
  padding: 5.625rem 0.75rem 0.75rem; }
  @media (min-width: 37.5em) {
    .payment {
      padding: 12px;
      padding: 0.75rem;
      background-position: right top; } }

#parameters label {
  display: block; }

@media (min-width: 37.5em) {
  #parameters {
    display: inline-block; } }

.postage-amount {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.2; }

/* ==========================================================================
    Sidebars
   ========================================================================== */
/* ==========================================================================
    Footer
   ========================================================================== */
.footer-bottom {
  text-align: center; }

#footer-links {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 5px 0; }

.full {
  display: none; }
  .full.active {
    display: block;
    float: left;
    border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #e9f2fb;
    border-right: 2px solid #e9f2fb;
    padding: 10px;
    height: 500px;
    width: 500px;
    line-height: 500px;
    text-align: center; }
    .full.active.single {
      border-right: 2px solid #e9f2fb;
      margin-right: 5px; }
    .full.active img {
      vertical-align: middle; }

.image_lightbox {
  background-color: white;
  border: 1px solid #e9f2fb;
  display: none;
  padding: 30px;
  width: 680px; }
  .image_lightbox .close_image {
    float: right;
    font-weight: bold; }
  .image_lightbox .thumbs {
    float: left;
    position: relative;
    left: -2px; }
    .image_lightbox .thumbs .wrapper {
      background: #e9f2fb;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-radius-topright: 5px;
      -moz-border-radius-bottomright: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border: 2px solid #e9f2fb;
      padding: 10px;
      margin-bottom: 10px;
      height: 100px;
      width: 100px;
      text-align: center; }
      .image_lightbox .thumbs .wrapper.active {
        background: white;
        border-left: none; }

div.booktopia-compare-ad {
  margin-top: 20px;
  text-align: center;
  padding: 20px; }

#msgPagination {
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #E8E5DF;
  text-align: right; }
  #msgPagination a#msgPrev, #msgPagination a#msgNext {
    color: #000;
    width: 26px;
    height: 22px;
    display: inline-block; }
  #msgPagination a#msgPrev {
    background: url("../images/msgBtnPrev.png") center center no-repeat #333; }
  #msgPagination a#msgNext {
    background: url("../images/msgBtnNext.png") center center no-repeat #333;
    margin-right: 6px; }
  #msgPagination .msgDetail {
    position: relative;
    display: block;
    float: left;
    bottom: 0px; }

.images-link {
  border: none;
  background: none;
  padding: 0;
  text-decoration: underline;
  color: #5C8ABB; }

html {
  background: transparent; }

.compare-price-page {
  background: #e0e0e0;
  min-height: 100vh;
  color: #4A4A4A; }
  .compare-price-page #header-all {
    background: #075f20; }
    .compare-price-page #header-all h1 {
      margin-top: 20px;
      color: white;
      text-shadow: 1px 1px 1px #3b3b3b;
      font-weight: 400; }
      .compare-price-page #header-all h1 .green {
        color: #7FB926; }
  .compare-price-page .addToCartButton {
    float: right;
    display: block; }
  .compare-price-page .backToSchoolShop {
    float: left;
    display: block; }
  .compare-price-page .summary.header .add-to-cart-action {
    background-color: #7FB926;
    font-weight: bold;
    color: white;
    float: left;
    width: 80px; }
  .compare-price-page .summaryBox {
    border: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); }
  .compare-price-page .summary {
    padding: 10px 20px; }
    .compare-price-page .summary .match.booktopiaprice {
      color: #097728; }
    @media (max-width: 37.4em) {
      .compare-price-page .summary .ad:before {
        content: attr(title);
        display: block;
        font-weight: bold;
        margin-bottom: 5px; }
      .compare-price-page .summary .match:before {
        content: ' ';
        display: block;
        font-weight: bold;
        margin-top: 10px; }
      .compare-price-page .summary .match.rrp:before {
        content: 'Booklist Price'; }
      .compare-price-page .summary .match.booktopiaprice:before {
        content: 'Booktopia Price'; }
      .compare-price-page .summary .add-to-cart-action:before {
        content: 'Add To Cart';
        display: block;
        margin-top: 10px;
        font-weight: bold; } }
    @media (min-width: 61.875em) {
      .compare-price-page .summary {
        width: auto; }
        .compare-price-page .summary .match,
        .compare-price-page .summary .book,
        .compare-price-page .summary .ad,
        .compare-price-page .summary .add-to-cart-action,
        .compare-price-page .summary .action {
          display: table-cell; } }
    @media (min-width: 61.875em) {
      .compare-price-page .summary .match {
        width: 150px;
        text-align: center; }
      .compare-price-page .summary .book {
        width: 540px; }
      .compare-price-page .summary .ad {
        width: 540px; }
      .compare-price-page .summary .add-to-cart-action {
        width: 80px;
        text-align: center; }
      .compare-price-page .summary .action {
        width: 20px; } }
    .compare-price-page .summary.listName {
      padding: 17px 20px;
      background: #7FB926;
      font-weight: normal; }
      .compare-price-page .summary.listName .ad {
        font-weight: bold; }
    .compare-price-page .summary.even {
      background-color: #F4F4F4; }
  .compare-price-page .itemBatch > .summary:first-child {
    display: block; }
  .compare-price-page .booklist-search-results {
    border: 0;
    font-size: 14px;
    clear: both; }
  .compare-price-page .school-selection, .compare-price-page .booklist-search-results, .compare-price-page .uniformlist {
    background: transparent;
    padding: 0; }
  .compare-price-page .school-selection {
    border: 0px; }
  .compare-price-page .price_compare_btn {
    max-width: 250px;
    float: right;
    display: block; }
  .compare-price-page .register.student #schoolInput {
    padding: 0px 10px; }

#total_div {
  border-top: 1px solid #979797;
  padding: 20px; }

.booklist-search-results .booktopia-results-footer {
  padding: 35px 20px;
  text-align: left; }
  .booklist-search-results .booktopia-results-footer > * {
    color: #075f20; }
  .booklist-search-results .booktopia-results-footer h3 {
    font-size: 20px;
    margin-bottom: 5px; }
  .booklist-search-results .booktopia-results-footer .addToCartButton {
    float: right;
    position: relative;
    top: -15px; }
  .booklist-search-results .booktopia-results-footer .btn-success {
    background: -webkit-linear-gradient(90deg, #087C31 0%, #87C438 100%);
    background: -o-linear-gradient(90deg, #087C31 0%, #87C438 100%);
    background: linear-gradient(0deg, #087C31 0%, #87C438 100%);
    border: 1px solid #005D1F;
    padding: 20px;
    text-transform: none;
    font-size: 18px; }
    .booklist-search-results .booktopia-results-footer .btn-success:hover, .booklist-search-results .booktopia-results-footer .btn-success:focus {
      background: #4ba235;
      color: #fff; }

.booklist-search-results span.cartStatus {
  height: 12px;
  width: 12px;
  display: none;
  float: none;
  margin: auto; }
  .booklist-search-results span.cartStatus.loading {
    background: url(../images/ajax-loader-small.gif) no-repeat center;
    display: block; }
  .booklist-search-results span.cartStatus.cartError {
    background: url(../images/cross-icon-sm-trans.png) no-repeat center;
    display: block; }
  .booklist-search-results span.cartStatus.done {
    background: url(../images/green-tick-circle-icon.png) no-repeat center;
    display: block; }

.booktopiaShoppingWidget {
  float: right; }
