@charset "UTF-8";
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* normalize.scss v2.0.1 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 25, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 35, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 48, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 57, ../sass/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 73, ../sass/_normalize.scss */
html {
  font-family: "museo-sans";
  /* 1 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  /* Establishes a vertical rhythm unit using $base-line-height. */
  line-height: 1.25em; }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements in IE 6/7.
 */
/* line 91, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: "museo-sans"; }

/*
 * Removes default margin.
 */
/* line 100, ../sass/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 112, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 121, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Sets 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 134, ../sass/_normalize.scss */
p,
pre {
  margin: 1.25em 0; }

/* line 138, ../sass/_normalize.scss */
blockquote {
  /* Sets 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.25em 40px; }

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 148, ../sass/_normalize.scss */
h1 {
  /* Sets the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2.3em;
  line-height: 1.63043em;
  /* Sets 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.54348em;
  margin-bottom: 0.54348em; }

/* line 157, ../sass/_normalize.scss */
h2 {
  font-size: 1.2em;
  line-height: 2.08333em;
  margin-top: 1.04167em;
  margin-bottom: 1.04167em; }

/* line 163, ../sass/_normalize.scss */
h3 {
  font-size: 1.1em;
  line-height: 2.27273em;
  margin-top: 1.13636em;
  margin-bottom: 1.13636em; }

/* line 169, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.25em;
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

/* line 175, ../sass/_normalize.scss */
h5 {
  font-size: 1em;
  line-height: 1.25em;
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

/* line 181, ../sass/_normalize.scss */
h6 {
  font-size: 1em;
  line-height: 1.25em;
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 191, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 200, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 208, ../sass/_normalize.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 216, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 228, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.25em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 240, ../sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 250, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 258, ../sass/_normalize.scss */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 267, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 274, ../sass/_normalize.scss */
sup {
  top: -0.5em; }

/* line 278, ../sass/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Set 1 unit of vertical rhythm and a consistent indentation.
 */
/* line 293, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.25em 0;
  padding: 0 0 0 40px; }

/* line 298, ../sass/_normalize.scss */
dl {
  padding: 0; }

/* line 302, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 312, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 326, ../sass/_normalize.scss */
img {
  border: 0;
  /* Improves image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 338, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 350, ../sass/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 363, ../sass/_normalize.scss */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
/* line 372, ../sass/_normalize.scss */
fieldset {
  border-color: #c0c0c0;
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-top-style: solid;
  border-top-width: 0.0625em;
  padding-top: 0.375em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625em;
  padding-bottom: 0.75em;
  border-left-style: solid;
  border-left-width: 0.0625em;
  padding-left: 0.71875em;
  border-right-style: solid;
  border-right-width: 0.0625em;
  padding-right: 0.71875em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 388, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 * 4. Improves appearance and consistency with IE 6/7.
 */
/* line 406, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 422, ../sass/_normalize.scss */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 439, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
/* line 452, ../sass/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 464, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 490, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 499, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 509, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 522, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*  Resets of MSL css styles */
/* line 8, ../sass/main.scss */
html.history {
  padding: 0;
  background: none;
  display: block; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 23, ../sass/main.scss */
html,
button,
input,
select,
textarea {
  color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
/* line 35, ../sass/main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 40, ../sass/main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
/* line 49, ../sass/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #a4c8da;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 62, ../sass/main.scss */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
/* line 70, ../sass/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
/* line 80, ../sass/main.scss */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 88, ../sass/main.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ===== Author Styles ==================================================
   ========================================================================== */
/* ==========================================================================
  Old browsers and basic mobile layout
  ========================================================================== */
/* line 102, ../sass/main.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 106, ../sass/main.scss */
body {
  background: white;
  color: black;
  text-align: center;
  font-weight: 300; }

/* line 114, ../sass/main.scss */
*:focus {
  outline: none; }

/* line 118, ../sass/main.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "museo-sans-rounded";
  font-weight: 700; }

/* line 124, ../sass/main.scss */
.main-container {
  text-align: left; }
  /* line 126, ../sass/main.scss */
  .main-container h1, .main-container h2, .main-container h3, .main-container h4, .main-container h5, .main-container h6 {
    color: black; }

/* line 134, ../sass/main.scss */
ul {
  margin-left: 0;
  padding-left: 1em; }

/* line 139, ../sass/main.scss */
label {
  display: block;
  margin-bottom: 0.5em; }

/* line 143, ../sass/main.scss */
.labeltop {
  display: block;
  float: none;
  width: 100%; }

/* line 148, ../sass/main.scss */
input[type=text], input[type=password], input[type=email], textarea {
  border: 3px solid #d4d4d4;
  background: white;
  padding: 0.8em 1em;
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  font-size: 1.1em; }

/* line 157, ../sass/main.scss */
input[type=submit] {
  background: #f8f8f8;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  color: #29a3f0;
  border: none;
  font-size: 1.1em;
  padding: 0.9em 1.5em;
  font-family: "museo-sans-rounded"; }

/* line 168, ../sass/main.scss */
p, li {
  text-align: left; }

/* line 172, ../sass/main.scss */
p {
  margin-top: 0; }

/* line 175, ../sass/main.scss */
ul {
  padding-top: 0;
  margin-top: 0; }

/* line 183, ../sass/main.scss */
img {
  max-width: 100%; }

/* line 188, ../sass/main.scss */
a:link, a:visited, a:hover, a:active {
  text-decoration: underline;
  color: #29a3f0; }

/* line 192, ../sass/main.scss */
a:hover {
  text-decoration: underline; }

/* line 199, ../sass/main.scss */
.n-container.n-branding {
  background: #c51c41; }
/* line 203, ../sass/main.scss */
.n-container.n-menu {
  background: #262626; }
/* line 207, ../sass/main.scss */
.n-container.n-homecarousel {
  background: #8e292a; }
  @media (min-width: 71.25em) {
    /* line 207, ../sass/main.scss */
    .n-container.n-homecarousel {
      background: url("/stylesheet/NAPv1/carousel-bg-inside.png") no-repeat center, url("/stylesheet/NAPv1/carousel-bg.png") no-repeat center;
      background-size: auto, cover; } }

/* line 218, ../sass/main.scss */
.n-wrapper {
  margin: 0 auto;
  width: 100%;
  padding: 0 1em;
  max-width: 1140px;
  max-width: 71.25rem; }
  @media (min-width: 71.25em) {
    /* line 218, ../sass/main.scss */
    .n-wrapper {
      padding: 0; } }

/* line 231, ../sass/main.scss */
a.menu-link {
  float: right;
  display: block;
  padding: 1em;
  background: #000;
  color: #fff; }

/* line 238, ../sass/main.scss */
.logo {
  float: left;
  padding-top: 5px;
  padding-bottom: 5px; }
  /* line 244, ../sass/main.scss */
  .logo img {
    height: 40px; }
  @media (min-width: 55em) {
    /* line 238, ../sass/main.scss */
    .logo {
      padding-top: 10px;
      padding-bottom: 10px; }
      /* line 251, ../sass/main.scss */
      .logo img {
        width: 150px;
        height: 62px;
        height: 100%; } }

/* line 258, ../sass/main.scss */
a.sm {
  margin-left: 8px;
  margin-left: .5rem;
  margin-top: 15px;
  margin-top: .9375rem;
  float: right;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 6px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 271, ../sass/main.scss */
  a.sm:hover {
    color: #000;
    border: 1px solid #000; }
  @media (min-width: 55em) {
    /* line 258, ../sass/main.scss */
    a.sm {
      margin-top: 35px;
      margin-top: 2.1875rem; } }
  @media (min-width: 71.25em) {
    /* line 258, ../sass/main.scss */
    a.sm {
      margin-left: 16px;
      margin-left: 1rem; } }

/* line 286, ../sass/main.scss */
.head-search-wrap {
  display: none; }

/* line 291, ../sass/main.scss */
.n-menu .n-wrapper {
  padding: 0; }
  @media (min-width: 55em) {
    /* line 291, ../sass/main.scss */
    .n-menu .n-wrapper {
      padding: 0 1em; } }
  @media (min-width: 71.25em) {
    /* line 291, ../sass/main.scss */
    .n-menu .n-wrapper {
      padding: 0; } }

/* line 302, ../sass/main.scss */
nav.nap-navbar {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* line 315, ../sass/main.scss */
.js nav.nap-navbar {
  overflow: hidden;
  max-height: 0; }

/* line 319, ../sass/main.scss */
nav.nap-navbar.active {
  max-height: 300em; }

/* line 323, ../sass/main.scss */
nav.nap-navbar ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* line 333, ../sass/main.scss */
nav.nap-navbar li {
  text-align: left;
  display: block;
  margin: 0;
  padding: 0;
  font-family: "museo-sans-rounded";
  background: #e2e2e2; }

/* line 343, ../sass/main.scss */
nav.nap-navbar li a {
  display: block;
  color: #000;
  border-bottom: 1px solid #c6c6c6;
  padding: 0 1.14286em;
  padding: 0.8em;
  text-decoration: none;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 355, ../sass/main.scss */
nav.nap-navbar li a.curractive, nav.nap-navbar li a:hover, nav.nap-navbar li.curractive a {
  color: #29a3f0; }

/* line 358, ../sass/main.scss */
.home nav.nap-navbar li a.curractive {
  color: white; }

/* line 361, ../sass/main.scss */
nav.nap-navbar li a.curractive:hover {
  color: white; }

/* line 365, ../sass/main.scss */
nav.nap-navbar li a strong {
  font-weight: normal; }

/* line 369, ../sass/main.scss */
.main-container {
  margin-top: 30px;
  margin-top: 1.875rem; }

/* line 374, ../sass/main.scss */
.n-homeintro {
  background: #8e292a;
  color: #fff;
  text-align: left;
  font-size: 0.7em;
  line-height: 1.3em; }
  /* line 375, ../sass/main.scss */
  .n-homeintro h1 {
    margin-bottom: 0em; }
  @media (min-width: 71.25em) {
    /* line 374, ../sass/main.scss */
    .n-homeintro {
      font-size: 1em;
      float: left;
      width: 31.578947368421052631%; } }

/* line 397, ../sass/main.scss */
.n-homecarousel .n-carousel {
  position: relative;
  display: none; }
  @media (min-width: 71.25em) {
    /* line 397, ../sass/main.scss */
    .n-homecarousel .n-carousel {
      display: block;
      float: right;
      width: 68.017543859649122807%; } }
/* line 410, ../sass/main.scss */
.n-homecarousel .blanker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  width: 119px;
  height: 100%;
  background: url("/stylesheet/NAPv1/blanker.png") no-repeat right; }

/* line 421, ../sass/main.scss */
.cycle-pager {
  text-align: right;
  padding: 0 1em;
  position: absolute;
  z-index: 1600;
  bottom: 25px;
  width: 100%; }

/* line 429, ../sass/main.scss */
.cycle-pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #ebebeb;
  cursor: pointer; }

/* line 433, ../sass/main.scss */
.cycle-pager span.cycle-pager-active {
  color: #c51c41; }

/* line 434, ../sass/main.scss */
.cycle-pager > * {
  cursor: pointer; }

/* line 438, ../sass/main.scss */
.pagelinks span {
  position: absolute;
  z-index: 998;
  top: 50%;
  margin-top: -15px;
  cursor: pointer; }
/* line 447, ../sass/main.scss */
.pagelinks .prev {
  left: 30px; }
/* line 450, ../sass/main.scss */
.pagelinks .next {
  right: 30px; }

/* line 455, ../sass/main.scss */
.n-quicklinks {
  text-align: center; }
  /* line 458, ../sass/main.scss */
  .n-quicklinks .n-wrapper {
    padding-bottom: 16px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d2d2d2; }
    @media (min-width: 55em) {
      /* line 458, ../sass/main.scss */
      .n-quicklinks .n-wrapper {
        margin-top: 30px;
        margin-top: 1.875rem;
        border-top: 1px solid #d2d2d2; } }
  /* line 471, ../sass/main.scss */
  .n-quicklinks h2 {
    color: #790714;
    text-align: center;
    margin: 0;
    line-height: 70px;
    line-height: 4.375rem; }
    @media (min-width: 71.25em) {
      /* line 471, ../sass/main.scss */
      .n-quicklinks h2 {
        font-size: 1.5em; } }

/* line 489, ../sass/main.scss */
.grid4 .grid-square {
  display: inline-block;
  width: 50%;
  float: left;
  padding-right: .5em;
  padding-left: .5em; }
  @media (min-width: 55em) {
    /* line 489, ../sass/main.scss */
    .grid4 .grid-square {
      width: 25%; } }
  /* line 503, ../sass/main.scss */
  .grid4 .grid-square figure img {
    max-width: 80%;
    max-height: 45px;
    max-height: 2.8125rem; }
    @media (min-width: 55em) {
      /* line 503, ../sass/main.scss */
      .grid4 .grid-square figure img {
        max-width: 155px;
        max-width: 9.6875rem;
        max-height: 72px;
        max-height: 4.5rem; } }
/* line 518, ../sass/main.scss */
.grid4 .grid-square:nth-child(2n+1) {
  clear: both; }
  @media (min-width: 55em) {
    /* line 518, ../sass/main.scss */
    .grid4 .grid-square:nth-child(2n+1) {
      clear: none; } }
@media (min-width: 55em) {
  /* line 524, ../sass/main.scss */
  .grid4 .grid-square:nth-child(4n+1) {
    clear: both; } }

/* line 532, ../sass/main.scss */
.grid3 .grid-square {
  display: inline-block;
  width: 50%;
  float: left;
  padding-right: .5em;
  padding-left: .5em; }
  @media (min-width: 71.25em) {
    /* line 532, ../sass/main.scss */
    .grid3 .grid-square {
      width: 33.333333333333333333333333333%;
      padding-right: 1em;
      padding-left: 0em; } }
  /* line 549, ../sass/main.scss */
  .grid3 .grid-square figure img {
    max-width: 80%;
    max-height: 25px;
    max-height: 1.5625rem; }
    @media (min-width: 55em) {
      /* line 549, ../sass/main.scss */
      .grid3 .grid-square figure img {
        max-height: 75px;
        max-height: 4.6875rem; } }
/* line 560, ../sass/main.scss */
.grid3 .grid-square:nth-child(2n+1) {
  clear: both; }
  @media (min-width: 71.25em) {
    /* line 560, ../sass/main.scss */
    .grid3 .grid-square:nth-child(2n+1) {
      clear: none; } }
@media (min-width: 71.25em) {
  /* line 567, ../sass/main.scss */
  .grid3 .grid-square:nth-child(3n+1) {
    clear: both; } }
@media (min-width: 71.25em) {
  /* line 572, ../sass/main.scss */
  .grid3 .grid-square:nth-child(3n) {
    padding-right: 0; } }

/* line 580, ../sass/main.scss */
a.grid-square {
  text-decoration: none; }
  /* line 585, ../sass/main.scss */
  a.grid-square figure {
    line-height: 55px;
    line-height: 3.4375rem;
    background: #ebebeb; }
    @media (min-width: 55em) {
      /* line 585, ../sass/main.scss */
      a.grid-square figure {
        line-height: 100px;
        line-height: 6.25rem; } }
  /* line 595, ../sass/main.scss */
  a.grid-square figcaption {
    background: #fff;
    font-weight: bold;
    line-height: 1.3em;
    padding-top: .5em;
    padding-bottom: 0.5em;
    font-size: .6em;
    text-decoration: none;
    color: #000; }
    @media (min-width: 55em) {
      /* line 595, ../sass/main.scss */
      a.grid-square figcaption {
        line-height: 60px;
        line-height: 3.75rem;
        font-size: .8em;
        padding-top: 0;
        padding-bottom: 0; } }

/* line 615, ../sass/main.scss */
h2.atitle {
  background: #8e292a url("/stylesheet/NAPv1/atitlebg.png") top right no-repeat;
  color: #fff;
  margin: 0;
  padding: 5px 13px;
  padding: .3125rem .8125rem; }

@media (min-width: 55em) {
  /* line 624, ../sass/main.scss */
  .n-leftcol {
    float: left;
    width: 65.789473684210526315%; } }

@media (min-width: 55em) {
  /* line 631, ../sass/main.scss */
  .n-rightcol {
    float: right;
    width: 31.578947368421052631%; } }
/* line 637, ../sass/main.scss */
.n-rightcol .n-sidebar-item {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #d2d2d2; }
  /* line 643, ../sass/main.scss */
  .n-rightcol .n-sidebar-item .sidebutton {
    display: block;
    margin-top: 10px;
    margin-top: .625rem; }
/* line 649, ../sass/main.scss */
.n-rightcol .newsbutton, .n-rightcol .submenu.napnewsmenu li {
  display: block;
  margin-top: 10px;
  margin-top: .625rem;
  background: #c51c41;
  color: #fff;
  text-decoration: none; }
  /* line 658, ../sass/main.scss */
  .n-rightcol .newsbutton a, .n-rightcol .submenu.napnewsmenu li a {
    padding: 5px 0px;
    padding: .3125rem 1rem;
    color: #fff;
    text-decoration: none; }
  /* line 665, ../sass/main.scss */
  .n-rightcol .newsbutton.featured, .n-rightcol .newsbutton a.nav_news_nsanews_, .n-rightcol .submenu.napnewsmenu li.featured, .n-rightcol .submenu.napnewsmenu li a.nav_news_nsanews_ {
    background: #01a185; }
  /* line 668, ../sass/main.scss */
  .n-rightcol .newsbutton.rep, .n-rightcol .newsbutton a.nav_news_repnews_, .n-rightcol .submenu.napnewsmenu li.rep, .n-rightcol .submenu.napnewsmenu li a.nav_news_repnews_ {
    background: #2c97df; }
  /* line 671, ../sass/main.scss */
  .n-rightcol .newsbutton.volunteering, .n-rightcol .newsbutton a.nav_news_volunteeringnews_, .n-rightcol .submenu.napnewsmenu li.volunteering, .n-rightcol .submenu.napnewsmenu li a.nav_news_volunteeringnews_ {
    background: #a769bf; }
  /* line 674, ../sass/main.scss */
  .n-rightcol .newsbutton.sports, .n-rightcol .newsbutton a.nav_news_sportsnews_, .n-rightcol .submenu.napnewsmenu li.sports, .n-rightcol .submenu.napnewsmenu li a.nav_news_sportsnews_ {
    background: #f3c500; }
  /* line 677, ../sass/main.scss */
  .n-rightcol .newsbutton.societies, .n-rightcol .newsbutton a.nav_news_societiesnews_, .n-rightcol .submenu.napnewsmenu li.societies, .n-rightcol .submenu.napnewsmenu li a.nav_news_societiesnews_ {
    background: #334960; }
  /* line 680, ../sass/main.scss */
  .n-rightcol .newsbutton.events, .n-rightcol .newsbutton a.nav_news_eventnews_, .n-rightcol .submenu.napnewsmenu li.events, .n-rightcol .submenu.napnewsmenu li a.nav_news_eventnews_ {
    background: #1fcf6d; }
  /* line 683, ../sass/main.scss */
  .n-rightcol .newsbutton.campaign, .n-rightcol .newsbutton a.nav_news_campaignnews_, .n-rightcol .submenu.napnewsmenu li.campaign, .n-rightcol .submenu.napnewsmenu li a.nav_news_campaignnews_ {
    background: #e87e04; }
  /* line 686, ../sass/main.scss */
  .n-rightcol .newsbutton.academic, .n-rightcol .newsbutton a.nav_news_academicnews_, .n-rightcol .submenu.napnewsmenu li.academic, .n-rightcol .submenu.napnewsmenu li a.nav_news_academicnews_ {
    background: #ea4b35; }
/* line 692, ../sass/main.scss */
.n-rightcol h2.atitle.n-sabbatical-badge {
  background-image: none;
  position: relative;
  font-size: 1.2em;
  line-height: 1.2em;
  min-height: 90px;
  min-height: 5.625rem; }
  @media (min-width: 71.25em) {
    /* line 692, ../sass/main.scss */
    .n-rightcol h2.atitle.n-sabbatical-badge {
      font-size: 1.05em;
      padding-top: 1.3em; } }
  /* line 704, ../sass/main.scss */
  .n-rightcol h2.atitle.n-sabbatical-badge span {
    display: block;
    z-index: 10;
    float: left;
    padding-right: 170px; }
    /* line 710, ../sass/main.scss */
    .n-rightcol h2.atitle.n-sabbatical-badge span small {
      font-size: 0.8em;
      font-weight: normal; }
  /* line 719, ../sass/main.scss */
  .n-rightcol h2.atitle.n-sabbatical-badge img {
    position: absolute;
    top: 0;
    right: 0; }
/* line 726, ../sass/main.scss */
.n-rightcol .n-sabbatical-profile {
  padding: 18px;
  padding: 1.125rem;
  background: #ebebeb;
  font-size: .875em; }
  /* line 732, ../sass/main.scss */
  .n-rightcol .n-sabbatical-profile .but-email {
    color: #000;
    text-decoration: none;
    font-weight: bold; }
    /* line 733, ../sass/main.scss */
    .n-rightcol .n-sabbatical-profile .but-email .fa {
      padding: 4px 15px 4px 4px;
      font-size: .8em;
      -webkit-border-radius: 90px;
      -moz-border-radius: 90px;
      -ms-border-radius: 90px;
      -o-border-radius: 90px;
      border-radius: 90px;
      -webkit-transition-property: color;
      -moz-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      background: #c51c41;
      color: #fff;
      margin-right: 1em; }
  /* line 747, ../sass/main.scss */
  .n-rightcol .n-sabbatical-profile .but-teamnapier {
    margin-top: 16px;
    margin-top: 1rem;
    display: block; }

/* line 756, ../sass/main.scss */
.list-item, .news_item {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d2d2d2; }
  /* line 765, ../sass/main.scss */
  .list-item.list-featured, .list-item.msltagfeatured, .news_item.list-featured, .news_item.msltagfeatured {
    background: #ebebeb;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem; }
  /* line 773, ../sass/main.scss */
  .list-item .news_image, .news_item .news_image {
    max-height: 125px;
    max-height: 7.8125rem;
    max-width: 125px;
    max-width: 7.8125rem; }
  /* line 780, ../sass/main.scss */
  .list-item .media h3, .list-item .media h5, .list-item .news_item_inner h3, .list-item .news_item_inner h5, .news_item .media h3, .news_item .media h5, .news_item .news_item_inner h3, .news_item .news_item_inner h5 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5em;
    font-size: 1.2em; }
    /* line 785, ../sass/main.scss */
    .list-item .media h3 a, .list-item .media h5 a, .list-item .news_item_inner h3 a, .list-item .news_item_inner h5 a, .news_item .media h3 a, .news_item .media h5 a, .news_item .news_item_inner h3 a, .news_item .news_item_inner h5 a {
      color: #000;
      text-decoration: none; }
  /* line 790, ../sass/main.scss */
  .list-item .media .msl_pubdate, .list-item .news_item_inner .msl_pubdate, .news_item .media .msl_pubdate, .news_item .news_item_inner .msl_pubdate {
    font-size: 0.8em; }
  /* line 794, ../sass/main.scss */
  .list-item .media .preamble, .list-item .news_item_inner .preamble, .news_item .media .preamble, .news_item .news_item_inner .preamble {
    font-size: 0.8em; }
    /* line 796, ../sass/main.scss */
    .list-item .media .preamble p, .list-item .news_item_inner .preamble p, .news_item .media .preamble p, .news_item .news_item_inner .preamble p {
      margin-bottom: .5em; }
  /* line 800, ../sass/main.scss */
  .list-item .media .img, .list-item .news_item_inner .img, .news_item .media .img, .news_item .news_item_inner .img {
    max-height: 125px;
    max-height: 7.8125rem;
    max-width: 125px;
    max-width: 7.8125rem; }
  /* line 807, ../sass/main.scss */
  .list-item .morelink, .news_item .morelink {
    text-align: left;
    clear: both;
    display: block; }

/* line 815, ../sass/main.scss */
.n-pagecontent {
  font-size: .875em;
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }
  @media (min-width: 71.25em) {
    /* line 815, ../sass/main.scss */
    .n-pagecontent {
      margin-bottom: 100px;
      margin-bottom: 6.25rem; } }
  /* line 824, ../sass/main.scss */
  .n-pagecontent header {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  @media (min-width: 35em) {
    /* line 829, ../sass/main.scss */
    .n-pagecontent .n-pagecontent-body {
      width: 78%;
      float: left;
      padding-right: 30px;
      padding-right: 1.875rem; } }
  @media (min-width: 35em) {
    /* line 839, ../sass/main.scss */
    .n-pagecontent aside {
      width: 21.866666666666666666%;
      float: right; } }

/* line 848, ../sass/main.scss */
.smbut {
  display: block;
  margin-bottom: .3em; }
  /* line 852, ../sass/main.scss */
  .smbut.facebook {
    margin-bottom: .5em; }

/* ====== media ====== */
/* line 858, ../sass/main.scss */
.media, .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

/* line 861, ../sass/main.scss */
.media .img, .media .news_image, .news_item_inner .img, .news_item_inner .news_image {
  display: none; }
  @media (min-width: 35em) {
    /* line 861, ../sass/main.scss */
    .media .img, .media .news_image, .news_item_inner .img, .news_item_inner .news_image {
      display: block;
      float: left;
      margin-right: 1.5em;
      max-width: 33%; } }
  /* line 868, ../sass/main.scss */
  .media .img img, .media .news_image img, .news_item_inner .img img, .news_item_inner .news_image img {
    display: block;
    max-width: 100%; }
/* line 874, ../sass/main.scss */
.media .imgExt, .news_item_inner .imgExt {
  float: right;
  margin-left: 10px; }

/* line 880, ../sass/main.scss */
a.button {
  margin-top: 20px;
  margin-top: 1.25rem;
  background: #77171b;
  color: #fff;
  font-size: 1.2em;
  padding: .5em;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }
  /* line 893, ../sass/main.scss */
  a.button.but-loz {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: .2em 2em;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  /* line 899, ../sass/main.scss */
  a.button.but-small {
    font-size: 0.8em; }

/* line 907, ../sass/main.scss */
.n-footer {
  text-align: left;
  background: #ebebeb; }
  /* line 912, ../sass/main.scss */
  .n-footer .foot-icons {
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem; }
  /* line 918, ../sass/main.scss */
  .n-footer p.copy {
    font-size: 0.7em; }
  /* line 921, ../sass/main.scss */
  .n-footer img {
    vertical-align: middle;
    margin-top: -12px;
    margin-right: .5em; }
  /* line 926, ../sass/main.scss */
  .n-footer ul, .n-footer li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    display: inline-block;
    text-align: center; }
  /* line 941, ../sass/main.scss */
  .n-footer a.sm {
    border: none;
    background: #7f7f7f;
    font-size: 0.8em;
    margin-top: 0;
    padding: 1px 3px;
    margin-left: .5em; }
    /* line 948, ../sass/main.scss */
    .n-footer a.sm:hover {
      border: none;
      background: #c51c41;
      color: #fff; }
  /* line 957, ../sass/main.scss */
  .n-footer .footer-advert {
    margin-top: 20px; }
    @media (min-width: 71.25em) {
      /* line 957, ../sass/main.scss */
      .n-footer .footer-advert {
        float: right;
        margin-top: -50px; } }

/* line 968, ../sass/main.scss */
.vb-home .toolbar {
  background: #fff; }
@media (min-width: 71.25em) {
  /* line 967, ../sass/main.scss */
  .vb-home {
    border-top: 3px solid #3aaa35;
    background: url("/stylesheet/NAPv1/vblank.gif") top center repeat-x, url("/stylesheet/NAPv1/vbg.jpg") top center; } }
/* line 976, ../sass/main.scss */
.vb-home .n-wrapper {
  max-width: 1200px;
  max-width: 75rem; }
/* line 980, ../sass/main.scss */
.vb-home .n-branding {
  background: white url("/stylesheet/NAPv1/vbase-header.png") bottom center no-repeat; }
/* line 984, ../sass/main.scss */
.vb-home .logo {
  float: left;
  line-height: 70px;
  line-height: 4.375rem; }
  /* line 988, ../sass/main.scss */
  .vb-home .logo img {
    height: 40px; }
  @media (min-width: 55em) {
    /* line 984, ../sass/main.scss */
    .vb-home .logo {
      line-height: 195px;
      line-height: 12.1875rem;
      padding-top: 20px;
      padding-top: 1.25rem;
      padding-bottom: 20px;
      padding-bottom: 1.25rem;
      margin-left: 10px;
      margin-left: .625rem; }
      /* line 1002, ../sass/main.scss */
      .vb-home .logo img {
        height: 100%; } }
/* line 1007, ../sass/main.scss */
.vb-home .np-loginbutton {
  float: right; }
  @media (min-width: 55em) {
    /* line 1007, ../sass/main.scss */
    .vb-home .np-loginbutton {
      float: right;
      clear: right;
      margin-top: 1em;
      margin-right: 30px;
      margin-right: 1.875rem; } }
@media (min-width: 55em) {
  /* line 1017, ../sass/main.scss */
  .vb-home .head-search-wrap {
    margin-right: 30px;
    margin-right: 1.875rem;
    margin-top: 0; } }
/* line 1024, ../sass/main.scss */
.vb-home .nsalogo {
  display: none; }
  @media (min-width: 55em) {
    /* line 1024, ../sass/main.scss */
    .vb-home .nsalogo {
      width: 90px;
      height: 37px;
      float: right;
      clear: right;
      display: block;
      margin-top: 1em;
      margin-right: 30px;
      margin-right: 1.875rem; } }
/* line 1040, ../sass/main.scss */
.vb-home .n-menu {
  background: none; }
  /* line 1042, ../sass/main.scss */
  .vb-home .n-menu #nav.mslwidget {
    background: #262626; }
  @media (min-width: 71.25em) {
    /* line 1047, ../sass/main.scss */
    .vb-home .n-menu nav.nap-navbar li {
      border-right: 1px solid #525252;
      border-left: 1px solid #525252;
      display: block;
      float: left; } }
  /* line 1056, ../sass/main.scss */
  .vb-home .n-menu nav.nap-navbar li a {
    border-bottom: 3px solid #4f4f4f; }
    @media (min-width: 55em) {
      /* line 1056, ../sass/main.scss */
      .vb-home .n-menu nav.nap-navbar li a {
        font-size: 0.6em;
        padding-left: 3px;
        padding-right: 3px;
        padding-right: .2rem;
        padding-left: .2rem; } }
    @media (min-width: 71.25em) {
      /* line 1056, ../sass/main.scss */
      .vb-home .n-menu nav.nap-navbar li a {
        font-size: 0.7em;
        padding-left: 8px;
        padding-right: 8px;
        padding-right: .5rem;
        padding-left: .5rem; } }
    @media (min-width: 71.25em) {
      /* line 1056, ../sass/main.scss */
      .vb-home .n-menu nav.nap-navbar li a {
        font-size: 0.7em;
        padding-left: 8px;
        padding-right: 8px;
        padding-right: .5rem;
        padding-left: .5rem; } }
  /* line 1080, ../sass/main.scss */
  .vb-home .n-menu nav.nap-navbar li a:hover {
    border-bottom: 3px solid #3aaa35; }
  /* line 1088, ../sass/main.scss */
  .vb-home .n-menu ul.msl_navbar {
    background: #262626; }
    /* line 1095, ../sass/main.scss */
    .vb-home .n-menu ul.msl_navbar ul {
      top: 53px; }
      /* line 1097, ../sass/main.scss */
      .vb-home .n-menu ul.msl_navbar ul li {
        border: none; }
        /* line 1100, ../sass/main.scss */
        .vb-home .n-menu ul.msl_navbar ul li a {
          border: none; }
          /* line 1103, ../sass/main.scss */
          .vb-home .n-menu ul.msl_navbar ul li a:hover {
            border: none; }
/* line 1114, ../sass/main.scss */
.vb-home .main-container .n-wrapper {
  background: #fff;
  padding: 30px;
  padding: 1.875rem;
  padding-top: 0;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }
  @media (min-width: 55em) {
    /* line 1114, ../sass/main.scss */
    .vb-home .main-container .n-wrapper {
      padding-top: 30px;
      padding-top: 1.875rem; } }
  @media (min-width: 55em) {
    /* line 1126, ../sass/main.scss */
    .vb-home .main-container .n-wrapper.nopad {
      padding-top: 0px; } }
/* line 1133, ../sass/main.scss */
.vb-home .n-vbcarousel {
  display: none; }
  @media (min-width: 55em) {
    /* line 1133, ../sass/main.scss */
    .vb-home .n-vbcarousel {
      display: block;
      margin-top: 30px;
      margin-top: 1.875rem; } }
/* line 1142, ../sass/main.scss */
.vb-home .cycle-pager {
  padding: 0 2em; }
/* line 1145, ../sass/main.scss */
.vb-home .cycle-pager span.cycle-pager-active {
  color: #3aaa35; }
/* line 1146, ../sass/main.scss */
.vb-home .n-quicklinks {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }
/* line 1151, ../sass/main.scss */
.vb-home .grid-square figure {
  background: none;
  line-height: 100px;
  line-height: 6.25rem;
  margin-bottom: 1em; }
  @media (min-width: 55em) {
    /* line 1151, ../sass/main.scss */
    .vb-home .grid-square figure {
      line-height: 180px;
      line-height: 11.25rem;
      margin-bottom: 2em; } }
  /* line 1163, ../sass/main.scss */
  .vb-home .grid-square figure img {
    max-height: 40px;
    max-height: 2.5rem; }
    @media (min-width: 55em) {
      /* line 1163, ../sass/main.scss */
      .vb-home .grid-square figure img {
        max-height: 75px;
        max-height: 4.6875rem;
        height: 70px;
        padding-top: 10px;
        padding-bottom: 10px; } }
/* line 1176, ../sass/main.scss */
.vb-home .grid-square figcaption {
  background: #dddddd;
  color: #000;
  border-bottom: 3px solid #3aaa35;
  line-height: 24px;
  line-height: 1.5rem;
  font-size: .8em; }
  @media (min-width: 55em) {
    /* line 1176, ../sass/main.scss */
    .vb-home .grid-square figcaption {
      line-height: 40px;
      line-height: 2.5rem;
      font-size: 1em; } }
/* line 1192, ../sass/main.scss */
.vb-home h2.atitle {
  background: #262626;
  border-bottom: 3px solid #3aaa35;
  color: #fff;
  margin: 0;
  padding: 5px 13px;
  padding: .3125rem .8125rem; }
/* line 1201, ../sass/main.scss */
.vb-home a.button {
  background: #262626;
  border-bottom: 3px solid #3aaa35; }
  /* line 1204, ../sass/main.scss */
  .vb-home a.button.but-loz {
    border-bottom: 0; }
/* line 1208, ../sass/main.scss */
.vb-home .n-footer {
  color: white;
  background: #262626; }
  /* line 1211, ../sass/main.scss */
  .vb-home .n-footer a.sm {
    background: #fff;
    color: #262626; }
    /* line 1214, ../sass/main.scss */
    .vb-home .n-footer a.sm:hover {
      border: none;
      background: #81bd55; }

/* =========== table Cart layout ======================= */
/* line 1226, ../sass/main.scss */
table {
  margin: 2.14286em 0;
  border: 1px solid #d7d7d7;
  width: 100% !important; }

/* line 1232, ../sass/main.scss */
table thead th {
  background: #e9e9e9;
  font-weight: bold; }

/* line 1241, ../sass/main.scss */
tr:nth-child(even) {
  background: #e9e9e9; }

/* line 1245, ../sass/main.scss */
table td, table th {
  padding: .5em .5em; }

/* line 1252, ../sass/main.scss */
table tr {
  border-bottom: 1px solid #d7d7d7; }

/* line 1256, ../sass/main.scss */
table td p {
  margin: 0;
  padding: 0; }

/* line 1261, ../sass/main.scss */
table th:nth-last-child(1), table td:nth-last-child(1) {
  border-right: none; }

/* line 1268, ../sass/main.scss */
input[type=text].required, input[type=password].required, input[type=email].required {
  border: 1px solid red;
  background: #f1b5af; }

/* line 1277, ../sass/main.scss */
.error {
  border: 1px solid red;
  background: #f7cfd6;
  padding: 1.42857em; }

/* line 1282, ../sass/main.scss */
label.laberror {
  color: red; }

/* line 1285, ../sass/main.scss */
label.laberror input {
  background: #f7cfd6; }

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 1024px) {
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* line 1295, ../sass/main.scss */
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none; } }
/* ==========================================================================
  larger screen
  =========================================================================
  */
@media screen and (min-width: 55em) {
  /*

  Sticky Footer by Ryan Fait
  http://ryanfait.com/

  */
  /* line 1311, ../sass/main.scss */
  * {
    margin: 0; }

  /* line 1314, ../sass/main.scss */
  html, body {
    height: 100%; }

  /* line 1318, ../sass/main.scss */
  .bodywrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -140px;
    /* the bottom margin is the negative value of the footer's height */ }

  /* line 1324, ../sass/main.scss */
  .n-footer, .push {
    height: 140px;
    /* .push must be the same height as .footer */ }

  /*
  Sticky Footer by Ryan Fait
  http://ryanfait.com/
  */
  /* line 1335, ../sass/main.scss */
  h1, h2, h3, h4, h5, h6 {
    text-align: left; }

  /* line 1341, ../sass/main.scss */
  a.menu-link {
    display: none; }

  /* line 1344, ../sass/main.scss */
  nav.nap-navbar {
    display: inline;
    padding: 0;
    margin: 0;
    text-align: left; }

  /* line 1350, ../sass/main.scss */
  .js nav.nap-navbar {
    max-height: none; }

  /* line 1356, ../sass/main.scss */
  nav.nap-navbar li {
    border-bottom: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    background: none; }
    /* line 1362, ../sass/main.scss */
    nav.nap-navbar li a {
      display: block;
      font-size: 0.7em;
      color: white;
      text-decoration: none;
      padding: 0em 14px;
      padding: 0em .875rem;
      line-height: 50px;
      line-height: 3.125rem;
      border-bottom: none;
      border-bottom: 3px solid #262626; }
    /* line 1378, ../sass/main.scss */
    nav.nap-navbar li a:hover, nav.nap-navbar li a.curractive, nav.nap-navbar li a.current {
      color: white;
      text-decoration: none;
      background: #4f4f4f;
      border-bottom: 3px solid #c51c41; }

  /* line 1397, ../sass/main.scss */
  .head-search-wrap {
    margin-top: 35px;
    margin-top: 2.1875rem;
    float: right;
    width: 26.315789473684210526%;
    display: inline-block;
    border: 1px solid #808384;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden; }
    /* line 1407, ../sass/main.scss */
    .head-search-wrap label {
      display: none; }
    /* line 1410, ../sass/main.scss */
    .head-search-wrap input#head-search, .head-search-wrap #ctl00_ctl13_txtSearchStr {
      float: left;
      border: none;
      padding: 0;
      width: 80%;
      background: none;
      font-size: 1em;
      padding: .4em 1em; }
    /* line 1420, ../sass/main.scss */
    .head-search-wrap #head-search-submit, .head-search-wrap #ctl00_ctl13_btnSubmit {
      border: none;
      border-left: 1px solid #dde5e8;
      background: #ecf2f5;
      float: right;
      padding: .6em .7em;
      display: inline-block; }
      /* line 1427, ../sass/main.scss */
      .head-search-wrap #head-search-submit i, .head-search-wrap #ctl00_ctl13_btnSubmit i {
        color: #808689;
        font-size: 0.8em; }

  /* line 1436, ../sass/main.scss */
  .lbody {
    float: left;
    width: 50%; }

  /* line 1442, ../sass/main.scss */
  .rbody {
    float: right;
    width: 50%;
    padding-left: 10px;
    padding-left: .625rem; }

  /* line 1449, ../sass/main.scss */
  .lbody.quarter, .rbody.quarter {
    width: 25%; }

  /* line 1452, ../sass/main.scss */
  .lbody.third, .rbody.third {
    width: 33%; }

  /* line 1455, ../sass/main.scss */
  .one3rd {
    width: 33.333333333333%; }

  /* line 1458, ../sass/main.scss */
  .two3rd {
    width: 66.666666666666%; }

  /* line 1461, ../sass/main.scss */
  .one3rdpad {
    width: 32.5%;
    margin-right: 01.250000000000000000%; }

  /* line 1465, ../sass/main.scss */
  .one3rdpad:nth-child(3n+3) {
    margin-right: 0; }

  /* line 1468, ../sass/main.scss */
  .two3rdpad {
    width: 63.333333333333%;
    margin-right: 3.333333333333%; }

  /* line 1475, ../sass/main.scss */
  .clearboth {
    clear: both; }

  /* line 1484, ../sass/main.scss */
  fieldset {
    width: 50%;
    float: left; } }
/* ==========================================================================
  full width
   ========================================================================== */
@media screen and (min-width: 81em) {
  /* line 1510, ../sass/main.scss */
  nav.nap-navbar li a {
    display: block;
    font-size: 0.8em;
    padding: 0em 14.4px;
    padding: 0em 0.9rem; }

  /* line 1517, ../sass/main.scss */
  .vb-home nav.nap-navbar li a {
    font-size: 0.8em;
    padding-left: 8px;
    padding-right: 8px;
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 1531, ../sass/main.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

/* line 1538, ../sass/main.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/* line 1545, ../sass/main.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/* line 1550, ../sass/main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 1562, ../sass/main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* line 1571, ../sass/main.scss */
.invisible {
  visibility: hidden; }

/* line 1576, ../sass/main.scss */
.clearfix:before, .n-container.n-branding:before, .n-container.n-menu:before, .n-container.n-homecarousel:before, .n-homeintro:before, .n-quicklinks:before, .n-quicklinks .n-wrapper:before, .grid4 .grid-square:before, .grid3 .grid-square:before, .n-rightcol h2.atitle.n-sabbatical-badge:before, .list-item:before, .news_item:before, .n-pagecontent:before, .n-pagecontent header:before, a.button:before, .n-footer:before, .vb-home .n-menu ul.msl_navbar:before, .vb-home .main-container .n-wrapper:before,
.clearfix:after,
.n-container.n-branding:after,
.n-container.n-menu:after,
.n-container.n-homecarousel:after,
.n-homeintro:after,
.n-quicklinks:after,
.n-quicklinks .n-wrapper:after,
.grid4 .grid-square:after,
.grid3 .grid-square:after,
.n-rightcol h2.atitle.n-sabbatical-badge:after,
.list-item:after,
.news_item:after,
.n-pagecontent:after,
.n-pagecontent header:after,
a.button:after,
.n-footer:after,
.vb-home .n-menu ul.msl_navbar:after,
.vb-home .main-container .n-wrapper:after {
  content: " ";
  display: table; }

/* line 1581, ../sass/main.scss */
.clearfix:after, .n-container.n-branding:after, .n-container.n-menu:after, .n-container.n-homecarousel:after, .n-homeintro:after, .n-quicklinks:after, .n-quicklinks .n-wrapper:after, .grid4 .grid-square:after, .grid3 .grid-square:after, .n-rightcol h2.atitle.n-sabbatical-badge:after, .list-item:after, .news_item:after, .n-pagecontent:after, .n-pagecontent header:after, a.button:after, .n-footer:after, .vb-home .n-menu ul.msl_navbar:after, .vb-home .main-container .n-wrapper:after {
  clear: both; }

/* line 1585, ../sass/main.scss */
.clearfix, .n-container.n-branding, .n-container.n-menu, .n-container.n-homecarousel, .n-homeintro, .n-quicklinks, .n-quicklinks .n-wrapper, .grid4 .grid-square, .grid3 .grid-square, .n-rightcol h2.atitle.n-sabbatical-badge, .list-item, .news_item, .n-pagecontent, .n-pagecontent header, a.button, .n-footer, .vb-home .n-menu ul.msl_navbar, .vb-home .main-container .n-wrapper {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 1596, ../sass/main.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 1604, ../sass/main.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 1608, ../sass/main.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 1612, ../sass/main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 1622, ../sass/main.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 1627, ../sass/main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 1632, ../sass/main.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 1637, ../sass/main.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 1641, ../sass/main.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  /* line 1651, ../sass/main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 1657, ../sass/main.scss */
  h2,
  h3 {
    page-break-after: avoid; }

  /* line 1660, ../sass/main.scss */
  h1.atitle {
    text-align: center; }

  /* line 1663, ../sass/main.scss */
  .social, .cartsum, #nav, .abreads, .but, .devl, .btp, a.but, a.but.focus {
    display: none; }

  /* line 1666, ../sass/main.scss */
  fieldset {
    width: 50%;
    float: left; } }
/* -- Fixes and overrides -- */
/* Nav */
/* line 1684, ../sass/main.scss */
.nav-collapse.collapse {
  display: block;
  padding: 0;
  background: none; }

/* line 1685, ../sass/main.scss */
.navbar ul {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  list-style: none; }

/* line 1694, ../sass/main.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0; }

/* line 1699, ../sass/main.scss */
.navbar ul > li {
  float: left; }

/* line 1703, ../sass/main.scss */
.navbar ul > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  display: block; }

/* line 1712, ../sass/main.scss */
.navbar ul .dropdown-toggle .caret {
  margin-top: 8px; }

/* line 1717, ../sass/main.scss */
.navbar ul > li > a:focus,
.navbar ul > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent; }

/* line 1725, ../sass/main.scss */
.navbar ul > li > a.current,
.navbar ul > li > a.current:hover,
.navbar ul > li > a.current:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); }

/* line 1733, ../sass/main.scss */
.navbar-inverse ul > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 1739, ../sass/main.scss */
.navbar-inverse ul > li > a:focus,
.navbar-inverse ul > li > a:hover {
  color: #ffffff;
  background-color: transparent; }

/* line 1746, ../sass/main.scss */
.navbar-inverse ul li > a.current,
.navbar-inverse ul li > a.current:hover,
.navbar-inverse ul li > a.current:focus {
  color: #ffffff;
  background-color: #111111; }

/* line 1751, ../sass/main.scss */
.toolbar {
  position: relative;
  z-index: 10000;
  background: #c51c41; }

/* line 1752, ../sass/main.scss */
.toolbar .container > .mslwidget, .toolbar .sidepanel {
  width: 150px;
  float: left;
  max-height: 30px; }

/* line 1757, ../sass/main.scss */
.toolbar h3 {
  background: url("edit-icon.png") no-repeat scroll 5px center transparent;
  color: #111111;
  cursor: pointer;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 0 25px;
  position: relative;
  text-shadow: 1px 1px 2px #CCCCCC;
  z-index: 10000; }

/* line 1769, ../sass/main.scss */
.toolbar #msl_admin h3 {
  background-image: url("admin-icon.png"); }

/* line 1772, ../sass/main.scss */
.toolbar h3.active, .toolbar #msl_admin h3.active {
  background-color: #f6f3f3; }

/* line 1775, ../sass/main.scss */
.toolbar .mslwidget #msl_admin > ul, .toolbar .mslwidget #msl_admin > div, .toolbar .sidepanel ul {
  display: none; }

/* line 1778, ../sass/main.scss */
.toolbar .mslwidget #msl_admin ul, .toolbar .mslwidget #msl_admin > div, .toolbar .sidepanel ul {
  background: #f6f3f3;
  box-shadow: 0 0 10px 2px #333;
  box-shadow: 0 0 10px 2px rgba(20, 20, 20, 0.2);
  z-index: 1000;
  position: relative;
  float: none; }

/* line 1787, ../sass/main.scss */
.toolbar #msl_admin ul li, .toolbar .sidepanel ul li, .toolbar #controlpanel ul li, .toolbar #msl_admin h4 {
  font-size: 11px;
  margin: 0;
  padding: 0;
  float: none;
  border-top: 1px solid #ccc;
  background: none;
  border-bottom: none;
  display: block; }

/* line 1798, ../sass/main.scss */
.toolbar #msl_admin ul li a, .toolbar .sidepanel ul li a, .toolbar #msl_admin h4 a {
  padding: 5px;
  margin: 0;
  background: none;
  line-height: 1.5;
  display: block; }

/* line 1806, ../sass/main.scss */
.toolbar #msl_admin ul li a:hover, .toolbar .sidepanel ul li a:hover, .toolbar #msl_admin h4 a:hover {
  background: #fff;
  text-decoration: none; }

/* line 1811, ../sass/main.scss */
.toolbar .navbar-inner {
  min-height: 30px; }

/* line 1812, ../sass/main.scss */
.toolbar .navbar-inner .container {
  position: relative; }

/* line 1813, ../sass/main.scss */
.toolbar .navbar-inner li a {
  padding: 5px 15px 5px 20px;
  color: #333;
  background: none; }

/* line 1818, ../sass/main.scss */
.toolbar .navbar-inner li a:hover {
  text-decoration: underline; }

/* Search */
/* line 1825, ../sass/main.scss */
.toolbar #search input {
  float: left;
  margin-left: 3px;
  line-height: 20px;
  font-size: 14px; }

/* line 1826, ../sass/main.scss */
.toolbar #search input.textbox {
  font-size: 12px;
  height: 14px;
  margin-top: 5px;
  padding: 3px 4px; }

/* line 1832, ../sass/main.scss */
.toolbar #search input.button {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #F5F5F5;
  background-image: linear-gradient(to bottom, #ffffff, #f3f3f3);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
  border-image: none;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 5px;
  padding: 3px 6px 2px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle; }

/* Admin pages */
/* line 1860, ../sass/main.scss */
textarea.textbox {
  width: 100%; }

/* Log in/out button */
/* line 1864, ../sass/main.scss */
.msl-loginbutton {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #F5F5F5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
  border-image: none;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle; }

/* line 1892, ../sass/main.scss */
.msl-loginbutton.msl-loggedin {
  background-color: #333;
  background-image: linear-gradient(to bottom, #303030, #454545);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 1900, ../sass/main.scss */
.msl-loginbutton:hover {
  text-decoration: none; }

/*--- Navigation bar ---*/
/* line 1921, ../sass/main.scss */
nav#bottom-header {
  height: 74px;
  top: -2px; }

/* line 1925, ../sass/main.scss */
ul.msl_navbar {
  text-align: center;
  display: inline;
  margin: 0;
  list-style: none; }

/* line 1932, ../sass/main.scss */
ul.msl_navbar li {
  display: block;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s; }
  @media (min-width: 55em) {
    /* line 1932, ../sass/main.scss */
    ul.msl_navbar li {
      display: inline-block; } }

/* line 1957, ../sass/main.scss */
ul.msl_navbar li > ul {
  padding: 0 0 0 1em;
  background: #c0c0c0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s; }
  @media (min-width: 55em) {
    /* line 1957, ../sass/main.scss */
    ul.msl_navbar li > ul {
      display: none;
      position: absolute;
      top: 53px;
      left: 0;
      width: 200px;
      visibility: hidden;
      opacity: 0;
      background: #e2e2e2;
      padding: 0; } }

/* line 1989, ../sass/main.scss */
ul.msl_navbar li > ul > li {
  display: block;
  z-index: 1800;
  background: #c0c0c0; }
  @media (min-width: 55em) {
    /* line 1989, ../sass/main.scss */
    ul.msl_navbar li > ul > li {
      background: #e2e2e2; } }
  /* line 2000, ../sass/main.scss */
  ul.msl_navbar li > ul > li a {
    padding-top: .5em;
    padding-bottom: .5em;
    line-height: 1.2;
    color: #262626;
    border-bottom: 0;
    font-size: 0.8em; }
  /* line 2009, ../sass/main.scss */
  ul.msl_navbar li > ul > li a:hover, ul.msl_navbar li > ul > li a.current {
    border-bottom: 0; }

/* line 2015, ../sass/main.scss */
ul.msl_navbar li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible; }
  @media (min-width: 55em) {
    /* line 2015, ../sass/main.scss */
    ul.msl_navbar li:hover > ul {
      position: absolute;
      top: 53px; } }

@media (min-width: 55em) {
  /* line 2024, ../sass/main.scss */
  ul.msl_navbar li:hover > ul li {
    width: 200px; } }

/* line 2029, ../sass/main.scss */
ul.msl_navbar li:hover > ul li a:hover {
  background: #cccccc; }

/* 
JWB: This is mainly a copy of Calendar.css but with 'cal_control' 
changed to 'msl_event_calendar', probably could be sorted. 
*/
   /*

.msl_event_calendar {
	width: 14em;
	font-size: 80%;
	position: relative;
	}
.msl_event_calendar a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 2px 1px;
	}
.msl_event_calendar a:hover {
	background-color: #eee;
	color: #000;
	}
.msl_event_calendar .calendar_title {
	background-color: #eef;	
}
.msl_event_calendar_item:hover {z-index:25;}
.msl_event_calendar th {
	background-color: #eef;
}
.msl_event_calendar td {
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.msl_event_calendar table td {
	border: 0;
	}
.msl_event_calendar a.othermonth {
	color: #999;
}



a.msl_event_calendar_item{
    position:relative;
    z-index: 24;
	}

td.msl_event_calendar_item:hover{
	border: 0;
    z-index: 25;
	*/
/*You have to set something for hover to fire in IE it seems... */
	                                                                     /*
	}

.msl_event_calendar td span{
	display: none;
	}

.msl_event_calendar td:hover span{
    display:block;
    position:absolute;
    top:1em; 
    left: 0em; */
/* this is set as -12 in calendar.css but doesn't work in FF */
                                                                                  /*
    width:25em;
	text-decoration: none;
    padding: 5px;
    border:1px solid #999;
    background-color: #ccc;
    color: #000;
    text-align: left;
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
a.msl_event_calendar_item dt {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
a.msl_event_calendar_item dl dt {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
a.msl_event_calendar_item dd {
	margin: 0;
	padding: 0;
}
.msl_event_calendar_title td {
	background-color: #ccc; 
	font-size: 100%;
} */
/* -----------Functional styles – do not change these they are needed for the widget to function----------------- */
/* line 2154, ../sass/main.scss */
.msl_event_calendar .msl-cal-wrapper {
  position: relative;
  top: 0;
  left: 0; }

/* line 2155, ../sass/main.scss */
.msl_event_calendar .msl-cal-hoverbox {
  position: absolute;
  top: 0;
  left: -6000px; }

/* line 2156, ../sass/main.scss */
.msl_event_calendar td:hover .msl-cal-wrapper {
  z-index: 200; }

/* need to specify base z-index too perhaps */
/* line 2157, ../sass/main.scss */
.msl_event_calendar table, .msl_event_calendar tr, .msl_event_calendar td, .msl_event_calendar .msl-cal-hoverbox dd, .msl_event_calendar .msl-cal-hoverbox dl, .msl_event_calendar .msl-cal-hoverbox dt {
  margin: 0;
  padding: 0;
  text-indent: 0; }

/* zero all elements used in calendar styles*/
/* -----------Dimensions of calendar----------- */
/* line 2161, ../sass/main.scss */
.msl-eventcal-default {
  width: 300px; }

/* line 2162, ../sass/main.scss */
.msl-eventcal-default td {
  height: 30px; }

/*---- Whole calendar styling ----- */
/* line 2166, ../sass/main.scss */
.msl-eventcal-default {
  border-color: #d7d7d7; }

/* border of outside of table */
/* line 2167, ../sass/main.scss */
.msl-eventcal-default td {
  border: 1px solid #d7d7d7; }

/* border of cells */
/* ----------Month title--------------- */
/* line 2171, ../sass/main.scss */
.msl-eventcal-default .msl_event_calendar_title td {
  border: none;
  background-color: #e9e9e9;
  color: #000000; }

/* ----------Day headers----------------- */
/* line 2174, ../sass/main.scss */
.msl-eventcal-default th {
  border: 1px solid #d7d7d7;
  height: 30px;
  text-align: center; }

/* ------------Inactive dates--------------- */
/* line 2178, ../sass/main.scss */
.msl-eventcal-default td.month {
  background-color: #ffffff !important;
  color: #000000 !important; }

/* line 2179, ../sass/main.scss */
.msl-eventcal-default td.othermonth {
  color: #e9e9e9 !important;
  background-color: #ffffff !important; }

/* ---------------Date with event attached--------------- */
/* line 2184, ../sass/main.scss */
.msl-eventcal-default td.msl_event_calendar_selected_day {
  background-color: #e9e9e9 !important; }

/*a.msl_event_calendar_item {color: #ccc !important;} date colour and clickable area*/
/* line 2189, ../sass/main.scss */
.msl-eventcal-default td.msl_event_calendar_selected_day:hover .msl-cal-wrapper {
  color: green;
  background: yellow; }

/* colour of text when hovered over - you need to specify background so that z-index works in IE */
/* line 2190, ../sass/main.scss */
.msl-eventcal-default td.msl_event_calendar_selected_day:hover {
  background-color: yellow !important; }

/* ---------------Eventlist box that appears----------------- */
/* line 2195, ../sass/main.scss */
.msl-eventcal-default .msl-cal-hoverbox {
  padding: 20px;
  border: 1px solid #000000;
  text-align: left;
  background: green;
  color: #000000; }

/* line 2196, ../sass/main.scss */
.msl-eventcal-default td:hover .msl-cal-hoverbox {
  top: 1em;
  left: 0em;
  width: 12em; }

/* -------------- size and positioning of the hoverbox relative to the date ------------*/
/* add some opacity here */
/* ------------Events list ---------------- */
/* line 2202, ../sass/main.scss */
.msl-eventcal-default .msl-cal-hoverbox a {
  padding: 10px 0 10px 10px;
  display: block; }

/* links in hoverbox */
/* line 2203, ../sass/main.scss */
.msl-eventcal-default .msl-cal-hoverbox a dd {
  padding-left: 30px; }

/* line 2204, ../sass/main.scss */
.msl-eventcal-default .msl-cal-hoverbox a:hover {
  background: #e9e9e9; }

/* hoverover colour for links in hoverbox */
/* line 2205, ../sass/main.scss */
.msl-eventcal-default .msl-cal-hoverbox dt {
  font-weight: bold;
  color: #000000; }

/* colour and styles for event times */
/* line 2211, ../sass/main.scss */
.submenu {
  /*position:absolute; left:0px; top:65px;*/ }

/* line 2213, ../sass/main.scss */
.submenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

/* line 2214, ../sass/main.scss */
.submenu li {
  display: block;
  width: 100%; }

/* line 2215, ../sass/main.scss */
.submenu li a:hover {
  background: #262626;
  color: #ca1638;
  border-bottom: #ca1638 solid 5px; }

/* line 2216, ../sass/main.scss */
.submenu li a {
  padding: 10px 5px 10px 10px;
  display: block;
  background: #262626;
  color: #fff;
  border-bottom: #9d9d9c solid 5px;
  margin-bottom: 5px;
  text-decoration: none; }

/* line 2221, ../sass/main.scss */
.submenu li ul li a {
  padding-left: 20px; }

/* line 2222, ../sass/main.scss */
.submenu li ul li ul li a {
  padding-left: 40px; }

/* line 2223, ../sass/main.scss */
.submenu li ul li ul li ul li a {
  padding-left: 60px; }

/* line 2224, ../sass/main.scss */
.submenu a.current.active {
  font-weight: bold; }

/* line 2225, ../sass/main.scss */
.submenu a.current {
  font-weight: bold;
  background: #262626;
  color: #ca1638;
  border-bottom: #ca1638 solid 5px; }

/* line 2231, ../sass/main.scss */
.vb-home .submenu a.current, .vb-home .submenu li a:hover {
  color: #7FBE4E;
  border-bottom: #7FBE4E solid 5px; }

/* line 2236, ../sass/main.scss */
.submenu ul ul {
  display: none; }

/* line 2239, ../sass/main.scss */
.submenu ul a.current + ul {
  display: block; }
