@charset "UTF-8";
/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * Do not name this file "STARTER.scss". This file should be named
 * cpvo_foundation.scss. If you used the drush command to generate this subtheme,
 * it should be named for you.
 *
 * This application file (cpvo_foundation.scss) is where all the partials are
 * imported.
 *
 * Theme styles are categorized using SMACSS standards. They utilize
 * categorization of styles into various categories. Those categories are the
 * following:
 *
 * - Base: CSS reset/normalize plus HTML element styling.
 * - Layout: Macro arrangement of a web page, including any grid systems.
 * - Modules: Dictate minor layout modules or reusable elements.
 * - States: Describe the appearance of a module in various states.
 * - Theme: Specific customizations for your subtheme.
 * For more information about this new Drupal css file standard, please review
 * the following:
 * - https://drupal.org/node/1887922
 * - http://smacss.com/
 */
@import 'https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i';
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff2") format("woff2"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, C:/wamp/www/NS-CPVO/zurb_foundation/scss/normalize.scss */
td,
th {
  padding: 0;
}

/* line 347, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.0/";
}

/* line 351, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 356, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

/* line 361, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 366, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

/* line 371, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

/* line 376, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

/* line 381, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 386, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

/* line 391, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 396, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 403, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 406, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 412, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 416, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "UniversLight", Tahoma, sans-serif !important;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 429, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 432, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 434, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 438, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 445, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 446, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 173, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 450, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.hide {
  display: none !important;
  visibility: hidden;
}

/* line 456, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 462, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 465, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 475, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 478, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 227, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 71.875rem;
}

/* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 173, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}

/* line 231, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 234, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 237, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

/* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

/* line 173, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}

/* line 238, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

/* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 173, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 242, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 245, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 246, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-1 {
    width: 8.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-2 {
    width: 16.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-4 {
    width: 33.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-5 {
    width: 41.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-7 {
    width: 58.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-8 {
    width: 66.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-10 {
    width: 83.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-11 {
    width: 91.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 179, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  /* line 187, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 189, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  /* line 196, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  /* line 201, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  /* line 205, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  /* line 211, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 214, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 217, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 179, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  /* line 187, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 189, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  /* line 196, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  /* line 201, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  /* line 205, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  /* line 211, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 214, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 217, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 256, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 259, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 256, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 259, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 256, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 259, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 256, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 259, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 256, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 259, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 256, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 259, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 256, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 259, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 256, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 259, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 256, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 259, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 256, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 259, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 256, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 259, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 256, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 259, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-1 {
    width: 8.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-2 {
    width: 16.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-4 {
    width: 33.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-5 {
    width: 41.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-7 {
    width: 58.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-8 {
    width: 66.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-10 {
    width: 83.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-11 {
    width: 91.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 179, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  /* line 187, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 189, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  /* line 196, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  /* line 201, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  /* line 205, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  /* line 211, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 214, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 217, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 267, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 270, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 267, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 270, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 267, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 270, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 267, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 270, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 267, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 270, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 267, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 270, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 267, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 270, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 267, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 270, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 267, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 270, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 267, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 270, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 267, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 270, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 267, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 270, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 90.063em) {
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-1 {
    width: 8.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-2 {
    width: 16.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-3 {
    width: 25%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-4 {
    width: 33.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-5 {
    width: 41.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-6 {
    width: 50%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-7 {
    width: 58.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-8 {
    width: 66.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-9 {
    width: 75%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-10 {
    width: 83.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-11 {
    width: 91.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-12 {
    width: 100%;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-0 {
    margin-left: 0% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 179, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  /* line 187, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 189, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  /* line 196, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none;
  }
  /* line 201, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left;
  }
  /* line 205, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right;
  }
  /* line 211, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.xlarge-collapse > .column,
  .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 214, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 217, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.xlarge-uncollapse > .column,
  .row.xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 120.063em) {
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-3 {
    width: 25%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-6 {
    width: 50%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-9 {
    width: 75%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-12 {
    width: 100%;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-0 {
    margin-left: 0% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 179, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  /* line 187, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 189, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  /* line 196, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none;
  }
  /* line 201, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left;
  }
  /* line 205, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right;
  }
  /* line 211, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.xxlarge-collapse > .column,
  .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 214, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 217, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

/* line 129, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_accordion.scss */
.accordion {
  margin-bottom: 0;
}

/* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}

/* line 173, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.accordion:after {
  clear: both;
}

/* line 132, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

/* line 135, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e8e8e8;
}

/* line 136, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  padding: 1rem;
  display: block;
  font-family: "UniversLight", Tahoma, sans-serif !important;
  font-size: 1rem;
}

/* line 143, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e3e3e3;
}

/* line 146, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}

/* line 149, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #FFFFFF;
}

/* line 112, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #438945;
  border-color: #3a763b;
  color: #FFFFFF;
}

/* line 115, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
  background: inherit;
}

/* line 96, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

/* line 117, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.radius {
  border-radius: 2px;
}

/* line 118, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.round {
  border-radius: 1000px;
}

/* line 120, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}

/* line 121, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}

/* line 122, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #326734;
  border-color: #2b582d;
  color: #FFFFFF;
}

/* line 123, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF;
}

/* line 124, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #112312;
}

/* line 125, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert-close {
  opacity: 0;
}

/* line 106, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.9375rem;
}

/* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

/* line 173, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}

/* line 50, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.9375rem 1.875rem;
}

@media only screen {
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  /* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

/* line 118, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0px;
  background-color: transparent;
  border-color: transparent;
  border-radius: 2px;
}

/* line 122, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  text-transform: none;
  color: #438945;
}

/* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}

/* line 70, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * a {
  color: #438945;
}

/* line 75, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}

/* line 78, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}

/* line 83, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

/* line 88, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable {
  color: #999999;
}

/* line 90, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable a {
  color: #999999;
}

/* line 92, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}

/* line 102, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:before {
  content: "/";
  color: #AAAAAA;
  margin: 0 0.4375rem;
  position: relative;
  top: 1px;
}

/* line 110, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
/* line 130, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

/* line 216, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "UniversLight", Tahoma, sans-serif !important;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #438945;
  border-color: #366e37;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #366e37;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}

/* line 223, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #326734;
  border-color: #285229;
  color: #FFFFFF;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #285229;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #FFFFFF;
}

/* line 224, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}

/* line 225, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}

/* line 226, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}

/* line 227, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}

/* line 229, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}

/* line 230, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}

/* line 231, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}

/* line 232, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

/* line 234, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

/* line 235, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

/* line 237, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.radius, .button.radius {
  border-radius: 2px;
}

/* line 238, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.round, .button.round {
  border-radius: 1000px;
}

/* line 240, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #438945;
  border-color: #366e37;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #366e37;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}

/* line 178, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #438945;
}

/* line 241, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #326734;
  border-color: #285229;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #285229;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #FFFFFF;
}

/* line 178, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #326734;
}

/* line 242, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}

/* line 178, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}

/* line 243, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}

/* line 178, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

/* line 244, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}

/* line 178, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}

/* line 245, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}

/* line 178, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

/* line 250, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 253, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}

/* line 148, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}

/* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}

/* line 173, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.button-group:after {
  clear: both;
}

/* line 150, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group > li {
  margin: 0 -2px;
  display: inline-block;
}

/* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group > li > button, .button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0;
}

/* line 153, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
  float: none;
}

/* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li > button, .button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-left: 0;
}

/* line 66, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li > button, .button-group.stack > li .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}

/* line 75, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-top: 0;
}

/* line 157, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li {
  margin: 0 -2px;
  display: inline-block;
}

/* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
  border-left: 0;
}

@media only screen and (max-width: 40em) {
  /* line 157, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  /* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-left: 0;
  }
  /* line 66, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  /* line 75, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-top: 0;
  }
}

/* line 165, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > * {
  margin: 0 -2px;
  display: inline-block;
}

/* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > * > button, .button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
  border-left: 0;
}

/* line 111, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button {
  border-radius: 0;
}

/* line 115, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button {
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 126, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button {
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 166, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}

/* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-left: 0;
}

/* line 66, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}

/* line 75, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-top: 0;
}

/* line 111, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button {
  border-radius: 0;
}

/* line 115, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child,
.button-group.radius.stack > *:first-child > a,
.button-group.radius.stack > *:first-child > button,
.button-group.radius.stack > *:first-child > .button {
  -webkit-top-left-radius: 2px;
  -webkit-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 126, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:last-child,
.button-group.radius.stack > *:last-child > a,
.button-group.radius.stack > *:last-child > button,
.button-group.radius.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 2px;
  -webkit-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

@media only screen and (min-width: 40.063em) {
  /* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  /* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  /* line 111, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  /* line 115, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
  }
  /* line 126, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  /* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  /* line 66, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  /* line 75, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  /* line 111, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  /* line 115, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 2px;
    -webkit-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  /* line 126, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 2px;
    -webkit-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
}

/* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > * {
  margin: 0 -2px;
  display: inline-block;
}

/* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > * > button, .button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
  border-left: 0;
}

/* line 111, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button {
  border-radius: 0;
}

/* line 115, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 126, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 177, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}

/* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-left: 0;
}

/* line 66, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}

/* line 75, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-top: 0;
}

/* line 111, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button {
  border-radius: 0;
}

/* line 115, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child,
.button-group.round.stack > *:first-child > a,
.button-group.round.stack > *:first-child > button,
.button-group.round.stack > *:first-child > .button {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

/* line 126, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:last-child,
.button-group.round.stack > *:last-child > a,
.button-group.round.stack > *:last-child > button,
.button-group.round.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 178, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  /* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  /* line 111, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  /* line 115, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child,
  .button-group.round.stack-for-small > *:first-child > a,
  .button-group.round.stack-for-small > *:first-child > button,
  .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  /* line 126, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:last-child,
  .button-group.round.stack-for-small > *:last-child > a,
  .button-group.round.stack-for-small > *:last-child > button,
  .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 178, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  /* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  /* line 66, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  /* line 75, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  /* line 111, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  /* line 115, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child,
  .button-group.round.stack-for-small > *:first-child > a,
  .button-group.round.stack-for-small > *:first-child > button,
  .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  /* line 126, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:last-child,
  .button-group.round.stack-for-small > *:last-child > a,
  .button-group.round.stack-for-small > *:last-child > button,
  .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}

/* line 188, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li {
  margin: 0 -2px;
  display: inline-block;
  width: 50%;
}

/* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
  border-left: 0;
}

/* line 142, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}

/* line 188, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li {
  margin: 0 -2px;
  display: inline-block;
  width: 33.3333333333%;
}

/* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
  border-left: 0;
}

/* line 142, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}

/* line 188, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li {
  margin: 0 -2px;
  display: inline-block;
  width: 25%;
}

/* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
  border-left: 0;
}

/* line 142, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}

/* line 188, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li {
  margin: 0 -2px;
  display: inline-block;
  width: 20%;
}

/* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
  border-left: 0;
}

/* line 142, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}

/* line 188, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li {
  margin: 0 -2px;
  display: inline-block;
  width: 16.6666666667%;
}

/* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
  border-left: 0;
}

/* line 142, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}

/* line 188, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li {
  margin: 0 -2px;
  display: inline-block;
  width: 14.2857142857%;
}

/* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
  border-left: 0;
}

/* line 142, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}

/* line 188, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li {
  margin: 0 -2px;
  display: inline-block;
  width: 12.5%;
}

/* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
  border-left: 0;
}

/* line 142, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

/* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}

/* line 173, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.button-bar:after {
  clear: both;
}

/* line 194, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}

/* line 32, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */
/* line 44, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

/* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}

/* line 173, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}

/* line 50, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}

/* line 55, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

/* line 60, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

/* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 72, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 80, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em;
}

/* line 88, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}

/* line 92, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 102, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

/* line 116, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none;
}

/* line 125, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

/* line 129, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}

/* line 130, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 134, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}

/* line 136, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 143, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 149, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  /* line 156, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }
  /* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }
  /* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 169, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }
  /* line 175, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }
  /* line 180, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  /* line 186, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  /* line 193, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  /* line 207, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  /* line 213, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  /* line 219, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  /* line 224, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 225, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  /* line 230, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }
  /* line 237, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}

/* Foundation Dropdowns */
/* line 225, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}

/* line 73, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}

/* line 74, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}

/* line 99, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

/* line 106, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}

/* line 114, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

/* line 118, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

/* line 228, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

/* line 73, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

/* line 74, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

/* line 128, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}

/* line 135, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}

/* line 232, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

/* line 73, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

/* line 74, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

/* line 149, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}

/* line 157, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}

/* line 236, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}

/* line 73, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

/* line 74, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

/* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}

/* line 181, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}

/* line 241, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}

/* line 209, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}

/* line 212, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li.radius {
  border-radius: 2px;
}

/* line 214, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}

/* line 244, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  max-width: 200px;
}

/* line 73, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}

/* line 74, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

/* line 247, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}

/* line 248, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}

/* line 249, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}

/* line 250, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}

/* line 251, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 255, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.mega.open {
  left: 0 !important;
}

/* line 123, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem;
}

/* line 63, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, button.dropdown::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  top: 50%;
}

/* line 98, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}

/* line 117, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 124, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.625rem;
}

/* line 78, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}

/* line 117, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny::after, button.dropdown.tiny::after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 125, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small, button.dropdown.small {
  padding-right: 3.0625rem;
}

/* line 88, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}

/* line 117, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, button.dropdown.small::after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 126, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large, button.dropdown.large {
  padding-right: 3.625rem;
}

/* line 108, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}

/* line 117, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, button.dropdown.large::after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 127, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

/* line 49, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

/* line 32, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.34%;
}

/* line 33, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 35, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Standard Forms */
/* line 379, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 87, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5rem;
}

/* line 89, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

/* line 93, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}

/* line 95, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

/* line 97, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 103, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
/* line 385, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}

/* line 386, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
label.right {
  float: none !important;
  text-align: right;
}

/* line 387, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

/* line 389, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
/* line 396, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 400, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

/* line 401, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

/* line 403, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 404, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 405, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 406, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 409, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

/* line 410, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
/* line 413, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

/* line 185, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

/* line 133, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

/* line 139, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* line 145, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
input[type="text"][disabled], input[type="text"][readonly],
fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}

/* line 420, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 2px;
}

/* line 428, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 431, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 434, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 437, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 440, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 443, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 446, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 449, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 454, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
/* line 460, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
/* line 465, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
/* line 470, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "UniversLight", Tahoma, sans-serif !important;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}

/* line 329, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
select::-ms-expand {
  display: none;
}

/* line 352, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
select.radius {
  border-radius: 2px;
}

/* line 353, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}

/* line 358, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* Adjust margin for form elements below */
/* line 476, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

/* line 483, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 493, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 507, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

/* line 272, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
/* line 514, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

/* line 517, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 520, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

/* line 525, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

/* line 531, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

/* line 536, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #f04124;
}

/* line 541, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

/* line 546, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

/* line 558, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 563, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 568, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_forms.scss */
label.error {
  color: #f04124;
}

/* line 244, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333;
}

/* line 45, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * {
  text-align: center;
  font-size: 1rem;
  width: 25%;
  margin: 0 auto;
  display: block;
  padding: 1.25rem;
  float: left;
}

/* line 54, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * i, .icon-bar > * img {
  display: block;
  margin: 0 auto;
}

/* line 58, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
}

/* line 63, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle;
}

/* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}

/* line 76, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.label-right > * i, .icon-bar.label-right > * img {
  margin: 0 .0625rem 0 0;
  display: inline-block;
}

/* line 80, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
  margin-top: 0;
}

/* line 85, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.label-right > * label {
  display: inline-block;
}

/* line 88, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.vertical.label-right > * {
  text-align: left;
}

/* line 92, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.vertical, .icon-bar.small-vertical {
  height: 100%;
  width: auto;
}

/* line 96, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.vertical .item, .icon-bar.small-vertical .item {
  width: auto;
  margin: auto;
  float: none;
}

@media only screen and (min-width: 40.063em) {
  /* line 103, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }
  /* line 108, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.medium-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 115, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }
  /* line 120, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.large-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}

/* line 137, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * {
  font-size: 1rem;
  padding: 1.25rem;
}

/* line 143, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
}

/* line 148, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * i {
  font-size: 1.875rem;
}

/* line 152, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}

/* line 176, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * label {
  color: #FFFFFF;
}

/* line 178, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * i {
  color: #FFFFFF;
}

/* line 181, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > a:hover {
  background: #438945;
}

/* line 185, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > a:hover label {
  color: #FFFFFF;
}

/* line 187, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > a:hover i {
  color: #FFFFFF;
}

/* line 190, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > a.active {
  background: #438945;
}

/* line 194, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > a.active label {
  color: #FFFFFF;
}

/* line 196, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > a.active i {
  color: #FFFFFF;
}

/* line 259, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.two-up .item {
  width: 50%;
}

/* line 260, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  /* line 261, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 266, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}

/* line 273, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.three-up .item {
  width: 33.3333%;
}

/* line 274, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  /* line 275, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 280, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}

/* line 287, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.four-up .item {
  width: 25%;
}

/* line 288, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  /* line 289, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 294, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}

/* line 301, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.five-up .item {
  width: 20%;
}

/* line 302, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  /* line 303, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 308, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}

/* line 315, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.six-up .item {
  width: 16.66667%;
}

/* line 316, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  /* line 317, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 322, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}

/* line 53, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

/* line 42, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}

/* line 47, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* Foundation Joyride */
/* line 48, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-list {
  display: none;
}

/* Default styles for the container */
/* line 51, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

/* line 64, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

/* line 70, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem;
}

/* line 75, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* line 77, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 82, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333;
}

/* line 90, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #333333;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}

/* line 98, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}

/* line 107, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}

/* line 108, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

/* Typography */
/* line 113, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #FFFFFF;
}

/* line 124, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3;
}

/* line 130, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem;
}

/* line 138, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

/* line 145, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
}

/* line 155, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #EEEEEE !important;
}

/* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-expose-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #FFFFFF;
}

/* line 180, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  /* line 192, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  /* line 194, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  /* line 201, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -20px;
  }
  /* line 209, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -20px;
    right: auto;
  }
}

/* line 55, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_keystrokes.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 2px;
}

/* line 91, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_labels.scss */
.label {
  font-weight: normal;
  font-family: "UniversLight", Tahoma, sans-serif !important;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #438945;
  color: #FFFFFF;
}

/* line 96, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_labels.scss */
.label.radius {
  border-radius: 2px;
}

/* line 97, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_labels.scss */
.label.round {
  border-radius: 1000px;
}

/* line 99, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_labels.scss */
.label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}

/* line 100, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_labels.scss */
.label.warning {
  background-color: #f08a24;
  color: #FFFFFF;
}

/* line 101, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_labels.scss */
.label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}

/* line 102, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_labels.scss */
.label.secondary {
  background-color: #326734;
  color: #FFFFFF;
}

/* line 103, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_labels.scss */
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

/* line 18, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_magellan.scss */
[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}

/* line 24, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}

/* line 26, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}

/* line 27, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
/* line 71, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}

/* line 74, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

/* line 80, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}

/* line 84, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}

/* line 87, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

/* line 90, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}

/* line 92, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 94, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}

/* line 100, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 #FFFFFF;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 120, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}

/* line 126, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}

/* line 135, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

/* line 137, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}

/* line 148, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}

/* line 157, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}

/* line 174, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #FFFFFF;
  background: transparent;
  z-index: 10;
}

/* line 179, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}

/* line 185, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

/* line 192, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}

/* line 205, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #FFFFFF;
  border-top: none;
  border-bottom: none;
}

/* line 219, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
}

/* line 228, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}

/* line 237, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}

/* line 240, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}

/* line 253, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 257, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}

/* line 267, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}

/* line 268, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
}

/* line 273, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}

/* line 277, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}

/* line 278, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}

/* line 285, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}

/* line 291, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets-container {
  text-align: center;
}

/* line 292, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}

/* line 301, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #CCCCCC;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}

/* line 312, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #999999;
}

/* line 316, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 322, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}

/* line 326, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  /* line 334, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 338, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}

@media only screen and (max-width: 40em) {
  /* line 345, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 346, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0 !important;
    opacity: 1 !important;
  }
  /* line 352, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }
  /* line 358, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
  .orbit-timer {
    display: none;
  }
  /* line 361, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
  .orbit-next, .orbit-prev {
    display: none;
  }
  /* line 364, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_orbit.scss */
  .orbit-bullets {
    display: none;
  }
}

/* line 149, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}

/* line 104, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}

/* line 110, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  background: none;
  border-radius: 2px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}

/* line 122, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}

/* line 51, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}

/* line 55, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
  background: transparent;
}

/* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.current a, ul.pagination li.current button {
  background: #438945;
  color: #FFFFFF;
  font-weight: bold;
  cursor: default;
}

/* line 74, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #438945;
}

/* line 136, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 154, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 136, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_pagination.scss */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
/* line 80, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
}

/* line 55, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_panels.scss */
.panel > :first-child {
  margin-top: 0;
}

/* line 56, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_panels.scss */
.panel > :last-child {
  margin-bottom: 0;
}

/* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}

/* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

/* line 70, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_panels.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

/* line 82, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_panels.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #cee7cf;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f3f9f3;
  color: #333333;
}

/* line 55, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_panels.scss */
.panel.callout > :first-child {
  margin-top: 0;
}

/* line 56, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_panels.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}

/* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}

/* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

/* line 70, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_panels.scss */
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}

/* line 84, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_panels.scss */
.panel.callout a:not(.button) {
  color: #438945;
}

/* line 87, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_panels.scss */
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #3a763b;
}

/* line 94, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_panels.scss */
.panel.radius {
  border-radius: 2px;
}

/* Pricing Tables */
/* line 139, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem;
}

/* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table * {
  list-style: none;
  line-height: 1;
}

/* line 142, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .title {
  background-color: #333333;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #EEEEEE;
  font-weight: normal;
  font-size: 1rem;
  font-family: "UniversLight", Tahoma, sans-serif !important;
}

/* line 143, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .price {
  background-color: #F6F6F6;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 2rem;
  font-family: "UniversLight", Tahoma, sans-serif !important;
}

/* line 144, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .description {
  background-color: #FFFFFF;
  padding: 0.9375rem;
  text-align: center;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #DDDDDD;
}

/* line 145, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .bullet-item {
  background-color: #FFFFFF;
  padding: 0.9375rem;
  text-align: center;
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  border-bottom: dotted 1px #DDDDDD;
}

/* line 146, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .cta-button {
  background-color: #FFFFFF;
  text-align: center;
  padding: 1.25rem 1.25rem 0;
}

/* Progress Bar */
/* line 57, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_progress-bars.scss */
.progress {
  background-color: #F6F6F6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}

/* line 61, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_progress-bars.scss */
.progress .meter {
  background: #438945;
  height: 100%;
  display: block;
}

/* line 64, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_progress-bars.scss */
.progress.secondary .meter {
  background: #326734;
  height: 100%;
  display: block;
}

/* line 65, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_progress-bars.scss */
.progress.success .meter {
  background: #43AC6A;
  height: 100%;
  display: block;
}

/* line 66, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_progress-bars.scss */
.progress.alert .meter {
  background: #f04124;
  height: 100%;
  display: block;
}

/* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_progress-bars.scss */
.progress.radius {
  border-radius: 2px;
}

/* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_progress-bars.scss */
.progress.radius .meter {
  border-radius: 1px;
}

/* line 72, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_progress-bars.scss */
.progress.round {
  border-radius: 1000px;
}

/* line 73, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_progress-bars.scss */
.progress.round .meter {
  border-radius: 999px;
}

/* line 127, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #FAFAFA;
}

/* line 130, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.vertical-range {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  width: 1rem;
  height: 12.5rem;
}

/* line 132, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.vertical-range .range-slider-handle {
  margin-top: 0;
  margin-left: -0.5rem;
  position: absolute;
  bottom: -10.5rem;
}

/* line 138, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.vertical-range .range-slider-active-segment {
  width: 0.875rem;
  height: auto;
  bottom: 0;
}

/* line 144, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.radius {
  background: #FAFAFA;
  border-radius: 2px;
}

/* line 146, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.radius .range-slider-handle {
  background: #438945;
  border-radius: 2px;
}

/* line 115, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.radius .range-slider-handle:hover {
  background: #3b793d;
}

/* line 148, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.round {
  background: #FAFAFA;
  border-radius: 1000px;
}

/* line 150, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.round .range-slider-handle {
  background: #438945;
  border-radius: 1000px;
}

/* line 115, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.round .range-slider-handle:hover {
  background: #3b793d;
}

/* line 152, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.disabled, .range-slider[disabled] {
  background: #FAFAFA;
  cursor: default;
  opacity: 0.7;
}

/* line 154, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #438945;
  cursor: default;
  opacity: 0.7;
}

/* line 115, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: #3b793d;
}

/* line 157, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #326633;
}

/* line 163, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #438945;
}

/* line 115, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider-handle:hover {
  background: #3b793d;
}

/* line 166, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0;
}

/* line 168, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 2px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem;
}

@media only screen and (max-width: 40em) {
  /* line 168, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal, dialog {
    min-height: 100vh;
  }
}

/* line 86, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0;
}

/* line 89, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0;
}

/* line 91, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 168, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal, dialog {
    width: 80%;
    max-width: 71.875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 168, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal, dialog {
    top: 6.25rem;
  }
}

/* line 180, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.radius, dialog.radius {
  border-radius: 2px;
}

/* line 181, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.round, dialog.round {
  border-radius: 1000px;
}

/* line 182, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.collapse, dialog.collapse {
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 183, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.tiny, dialog.tiny {
    width: 30%;
    max-width: 71.875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 184, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 71.875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 185, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 71.875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 186, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 71.875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 187, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 71.875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* line 188, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none !important;
  margin-left: 0 !important;
}

@media only screen and (min-width: 40.063em) {
  /* line 188, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 71.875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* line 199, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
  color: #AAAAAA;
  font-weight: bold;
  cursor: pointer;
}

/* line 202, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
dialog {
  display: none;
}

/* line 206, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
dialog::backdrop, dialog + .backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: auto;
  display: none;
  left: 0;
}

/* line 210, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
dialog[open] {
  display: block;
}

@media print {
  /* line 217, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_reveal.scss */
  dialog, .reveal-modal, dialog {
    display: none;
    background: #FFFFFF !important;
  }
}

/* line 114, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "UniversLight", Tahoma, sans-serif !important;
}

/* line 70, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_side-nav.scss */
.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
  font-weight: normal;
}

/* line 75, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_side-nav.scss */
.side-nav li a:not(.button) {
  display: block;
  color: #438945;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}

/* line 80, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_side-nav.scss */
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #6fb971;
}

/* line 87, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child:not(.button) {
  color: #6fb971;
  font-weight: normal;
  font-family: "UniversLight", Tahoma, sans-serif !important;
}

/* line 93, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}

/* line 101, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.heading {
  color: #438945;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 173, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button {
  position: relative;
  padding-right: 5.0625rem;
}

/* line 76, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

/* line 85, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}

/* line 97, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 103, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 140, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span {
  width: 3.09375rem;
}

/* line 141, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 166, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 103, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 166, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 103, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 103, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 179, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.tiny {
  padding-right: 3.75rem;
}

/* line 112, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span {
  width: 2.25rem;
}

/* line 113, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 180, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.small {
  padding-right: 4.375rem;
}

/* line 126, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.small span {
  width: 2.625rem;
}

/* line 127, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 181, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.large {
  padding-right: 5.5rem;
}

/* line 154, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.large span {
  width: 3.4375rem;
}

/* line 155, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 182, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.expand {
  padding-left: 2rem;
}

/* line 166, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:after {
  border-color: #333333 transparent transparent transparent;
}

/* line 186, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.radius span {
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 187, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 121, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
}

/* line 67, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt {
  text-transform: uppercase;
}

/* line 71, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 1rem;
  margin-bottom: 0;
  font-family: "UniversLight", Tahoma, sans-serif !important;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
}

/* line 83, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #999999;
  padding: 0.1875rem 1rem;
}

/* line 87, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}

/* line 92, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  font-weight: normal;
  background: #438945;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: #FFFFFF;
}

/* line 99, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #3a763b;
}

/* line 212, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 56, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #DDDDDD;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out;
}

/* line 72, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch input {
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 0;
}

/* line 79, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}

/* line 86, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch label:after {
  content: "";
  display: block;
  background: #FFFFFF;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 107, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch input:checked + label {
  background: #438945;
}

/* line 111, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch input:checked + label:after {
  left: 2.25rem;
}

/* line 123, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch label {
  width: 4rem;
  height: 2rem;
}

/* line 128, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch label:after {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 133, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch input:checked + label:after {
  left: 2.25rem;
}

/* line 154, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch label {
  color: transparent;
  background: #DDDDDD;
}

/* line 159, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch label:after {
  background: #FFFFFF;
}

/* line 163, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch input:checked + label {
  background: #438945;
}

/* line 123, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch.large label {
  width: 5rem;
  height: 2.5rem;
}

/* line 128, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch.large label:after {
  width: 2rem;
  height: 2rem;
}

/* line 133, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch.large input:checked + label:after {
  left: 2.75rem;
}

/* line 123, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch.small label {
  width: 3.5rem;
  height: 1.75rem;
}

/* line 128, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 133, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch.small input:checked + label:after {
  left: 2rem;
}

/* line 123, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch.tiny label {
  width: 3rem;
  height: 1.5rem;
}

/* line 128, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch.tiny label:after {
  width: 1rem;
  height: 1rem;
}

/* line 133, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch.tiny input:checked + label:after {
  left: 1.75rem;
}

/* line 226, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch.radius label {
  border-radius: 4px;
}

/* line 227, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch.radius label:after {
  border-radius: 3px;
}

/* line 231, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch.round {
  border-radius: 1000px;
}

/* line 232, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch.round label {
  border-radius: 2rem;
}

/* line 233, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_switches.scss */
.switch.round label:after {
  border-radius: 2rem;
}

/* line 131, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tables.scss */
table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto;
}

/* line 69, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tables.scss */
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}

/* line 78, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tables.scss */
table thead {
  background: #F5F5F5;
}

/* line 82, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}

/* line 92, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tables.scss */
table tfoot {
  background: #F5F5F5;
}

/* line 96, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tables.scss */
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}

/* line 107, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
}

/* line 115, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}

/* line 120, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

/* line 30, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

/* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}

/* line 173, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.tabs:after {
  clear: both;
}

/* line 34, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}

/* line 39, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs dd > a, .tabs .tab-title > a {
  outline: none;
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  padding: 1rem 2rem;
  font-family: "UniversLight", Tahoma, sans-serif !important;
  font-size: 1rem;
}

/* line 49, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}

/* line 55, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #FFFFFF;
  color: #222222;
}

/* line 64, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 67, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 71, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

/* line 80, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}

/* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}

/* line 173, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.tabs-content:after {
  clear: both;
}

/* line 84, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}

/* line 89, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content.active {
  display: block;
  float: none;
}

/* line 90, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content.contained {
  padding: 0.9375rem;
}

/* line 92, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs-content.vertical {
  display: block;
}

/* line 94, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 99, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tabs.scss */
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }
  /* line 107, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tabs.scss */
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}

/* line 117, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tabs.scss */
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Image Thumbnails */
/* line 59, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_thumbs.scss */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #FFFFFF;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}

/* line 48, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(67, 137, 69, 0.5);
}

/* line 63, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_thumbs.scss */
.th.radius {
  border-radius: 2px;
}

/* Tooltips */
/* line 38, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333;
}

/* line 44, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #1e3e1f;
  color: #438945;
}

/* line 50, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 54, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333;
}

/* line 68, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tooltips.scss */
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
  pointer-events: none;
}

/* line 79, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tooltips.scss */
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

/* line 85, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tooltips.scss */
.tooltip.radius {
  border-radius: 2px;
}

/* line 88, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tooltips.scss */
.tooltip.round {
  border-radius: 1000px;
}

/* line 90, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tooltips.scss */
.tooltip.round > .nub {
  left: 2rem;
}

/* line 95, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tooltips.scss */
.tooltip.opened {
  color: #438945 !important;
  border-bottom: dotted 1px #1e3e1f !important;
}

/* line 101, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tooltips.scss */
.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal;
}

@media only screen and (min-width: 40.063em) {
  /* line 110, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  /* line 114, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  /* line 120, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 123, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  /* line 130, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

/* line 112, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:1025px)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 118, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #FFFFFF;
}

/* line 122, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 126, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* line 133, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

/* line 139, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

/* line 145, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 2.8125rem;
}

/* line 152, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
  background: #FFFFFF;
  margin-bottom: 0;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

/* line 166, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}

/* line 168, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

/* line 171, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 1.75rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}

/* line 178, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .button, .top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}

@media only screen and (max-width: 40em) {
  /* line 178, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}

/* line 194, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}

/* line 199, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 2.8125rem;
  margin: 0;
  font-size: 16px;
}

/* line 204, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  line-height: 2.8125rem;
  font-size: 1.0625rem;
  margin: 0;
}

/* line 208, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  font-weight: normal;
  color: #FFFFFF;
  width: 75%;
  display: block;
  padding: 0 0.9375rem;
}

/* line 219, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 224, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 0.9375rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
}

/* line 237, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}

/* line 241, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  color: #122a4e;
  position: relative;
}

/* line 129, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 0.9375rem;
  box-shadow: 0 0 0 1px #122a4e, 0 7px 0 1px #122a4e, 0 14px 0 1px #122a4e;
  width: 16px;
}

/* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}

/* line 270, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}

/* line 274, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #FFFFFF;
}

/* line 277, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #FFFFFF;
}

/* line 278, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
}

/* line 291, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

/* line 297, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}

/* line 306, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px gray;
  clear: both;
  height: 1px;
  width: 100%;
}

/* line 314, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li {
  background: #1b4078;
}

/* line 316, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #FFFFFF;
  padding: 12px 0 12px 0;
  padding-left: 0.9375rem;
  font-family: "UniversLight", Tahoma, sans-serif !important;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
}

/* line 327, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #438945;
  border-color: #366e37;
  color: #FFFFFF;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #366e37;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}

/* line 333, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background-color: #326734;
  border-color: #285229;
  color: #FFFFFF;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #285229;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #FFFFFF;
}

/* line 334, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}

/* line 335, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}

/* line 336, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}

/* line 339, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #438945;
  border-color: #366e37;
  color: #FFFFFF;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #366e37;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}

/* line 345, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.secondary {
  background-color: #326734;
  border-color: #285229;
  color: #FFFFFF;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #285229;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #FFFFFF;
}

/* line 346, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}

/* line 347, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}

/* line 348, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

/* line 161, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}

/* line 167, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}

/* line 352, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: #333333;
  color: #FFFFFF;
}

/* line 361, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #438945;
  color: #FFFFFF;
}

/* line 364, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #3a763b;
  color: #FFFFFF;
}

/* line 372, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 0.9375rem;
}

/* line 375, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}

/* line 379, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 391, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}

/* line 392, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}

/* line 396, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}

/* line 403, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 411, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

/* line 415, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem;
}

/* line 418, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

/* line 423, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}

/* line 428, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #FFFFFF;
  display: block;
}

/* line 432, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}

/* line 435, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}

/* line 436, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}

/* line 439, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 0.9375rem 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

/* line 450, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 1025px) {
  /* line 455, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #FFFFFF;
    overflow: visible;
  }
  /* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 173, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 460, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 462, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 463, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 465, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    height: 1.75rem;
    top: 0.53125rem;
  }
  /* line 474, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #FFFFFF;
  }
  /* line 477, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 71.875rem;
    margin: 0 auto;
    margin-bottom: 0;
  }
  /* line 483, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 487, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 492, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 494, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 500, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF;
  }
  /* line 509, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    background: #FFFFFF;
  }
  /* line 513, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #333333;
  }
  /* line 522, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    color: #FFFFFF;
    background: #438945;
  }
  /* line 527, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #3a763b;
    color: #FFFFFF;
  }
  /* line 537, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
  /* line 539, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
  /* line 547, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 548, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 554, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 558, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 565, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  /* line 578, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 585, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: #FFFFFF;
    line-height: 2.8125rem;
    white-space: nowrap;
    padding: 12px 0.9375rem;
    background: #333333;
  }
  /* line 594, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #FFFFFF;
    background: #333333;
  }
  /* line 599, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #FFFFFF;
    background-color: #555555;
    background: #333333;
  }
  /* line 608, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  /* line 614, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 621, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px white;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  /* line 631, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #FFFFFF;
    padding: 0 0.9375rem;
    height: 2.8125rem;
  }
  /* line 639, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 643, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 647, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 651, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  /* line 661, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF;
  }
  /* line 670, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #438945;
    color: #FFFFFF;
  }
  /* line 678, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 682, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}

/* line 155, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 156, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 157, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 158, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }
  /* line 163, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }
  /* line 164, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }
  /* line 165, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }
  /* line 163, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }
  /* line 164, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }
  /* line 165, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }
  /* line 163, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }
  /* line 164, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }
  /* line 165, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }
  /* line 163, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }
  /* line 164, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }
  /* line 165, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }
  /* line 163, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }
  /* line 164, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }
  /* line 165, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }
  /* line 163, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }
  /* line 164, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }
  /* line 165, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }
  /* line 163, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }
  /* line 164, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }
  /* line 165, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) {
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }
  /* line 163, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }
  /* line 164, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }
  /* line 165, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  /* line 163, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  /* line 164, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  /* line 165, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) {
  /* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }
  /* line 163, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }
  /* line 164, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }
  /* line 165, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

/* Typography resets */
/* line 193, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 217, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
a {
  color: #438945;
  text-decoration: none;
  line-height: inherit;
}

/* line 222, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #3a763b;
}

/* line 230, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 234, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5625rem;
  text-rendering: optimizeLegibility;
}

/* line 242, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

/* line 244, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 252, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "UniversLight", Tahoma, sans-serif !important;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

/* line 262, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 269, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.3125rem;
}

/* line 270, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.6875rem;
}

/* line 271, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.75rem;
}

/* line 272, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125rem;
}

/* line 273, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125rem;
}

/* line 274, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
h6 {
  font-size: 1rem;
}

/* line 276, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 278, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 287, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 293, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 299, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 304, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #b7dcb8;
  border-width: 1px;
  border-style: solid;
  border-color: #9ccf9d;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
/* line 316, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5625rem;
  list-style-position: outside;
  font-family: inherit;
}

/* line 326, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}

/* line 328, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}

/* line 331, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 344, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 353, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

/* line 356, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

/* line 357, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

/* line 358, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* line 359, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 363, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}

/* line 366, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 376, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 380, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 384, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

/* line 391, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* line 393, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
/* line 399, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.5625rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}

/* line 404, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}

/* line 408, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}

/* line 412, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 418, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 425, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}

/* line 431, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}

/* line 435, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 442, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}

/* line 444, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 455, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  /* line 456, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  h1 {
    font-size: 3.3125rem;
  }
  /* line 457, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.6875rem;
  }
  /* line 458, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  h3 {
    font-size: 2.0625rem;
  }
  /* line 459, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375rem;
  }
  /* line 460, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  h5 {
    font-size: 1.125rem;
  }
  /* line 461, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  h6 {
    font-size: 1rem;
  }
}

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
/* line 472, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 474, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 481, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 483, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 485, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 488, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* line 492, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  /* line 498, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  /* line 500, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 503, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 507, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 514, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 517, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }
  /* line 518, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }
  /* line 519, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }
  /* line 520, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}

/* line 290, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 135, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 291, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

/* line 172, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}

/* line 173, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.inner-wrap:after {
  clear: both;
}

/* line 293, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}

/* line 169, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}

/* line 175, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

/* line 295, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

/* line 296, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

/* line 298, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 204, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar-section.left {
    text-align: left;
  }
  /* line 205, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar-section.right {
    text-align: right;
  }
}

/* line 209, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}

/* line 213, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}

/* line 217, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

/* line 302, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0);
}

/* line 129, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}

/* line 162, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_global.scss */
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

/* line 326, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}

/* line 105, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 327, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}

/* line 105, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 329, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 231, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

/* line 243, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a {
  display: block;
  padding: 0.6666666667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
  transition: background 300ms ease;
}

/* line 249, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a:hover {
  background: #242424;
}

/* line 335, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}

/* line 338, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  /* line 278, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 342, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}

/* line 346, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  /* line 278, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 349, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

/* line 357, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  /* line 278, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 360, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

/* line 368, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  /* line 278, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 371, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

/* line 379, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  /* line 278, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 384, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}

/* line 385, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}

/* line 387, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}

/* line 388, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

/* line 486, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

/* line 399, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu * {
  -webkit-backface-visibility: hidden;
}

/* line 426, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

/* line 434, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}

/* line 457, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

/* line 488, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 493, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

/* line 399, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu * {
  -webkit-backface-visibility: hidden;
}

/* line 426, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

/* line 434, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}

/* line 446, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

/* line 495, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 508, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

/* line 511, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

/* small displays */
@media only screen {
  /* line 244, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 247, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 251, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 254, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 259, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 262, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 265, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 268, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  /* line 271, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */
@media only screen and (min-width: 40.063em) {
  /* line 244, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 247, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 251, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 254, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 259, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 262, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 265, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 268, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  /* line 271, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */
@media only screen and (min-width: 64.063em) {
  /* line 244, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 247, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 251, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 254, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 259, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 262, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 265, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 268, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  /* line 271, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  /* line 244, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 247, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 251, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 254, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 259, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 262, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 265, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 268, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  /* line 271, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  /* line 244, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 247, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 251, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 254, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 259, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 262, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 265, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 268, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  /* line 271, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
/* line 285, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 287, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 292, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

/* line 296, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 300, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 304, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 309, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 314, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  /* line 316, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  /* line 321, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  /* line 325, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  /* line 329, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  /* line 333, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  /* line 338, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  /* line 344, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  /* line 346, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  /* line 351, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  /* line 355, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  /* line 359, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  /* line 363, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  /* line 368, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
/* line 374, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 375, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 376, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 377, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 380, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table !important;
}

/* line 381, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table !important;
}

/* line 382, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 383, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 384, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 385, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 386, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 387, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 388, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 389, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 390, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 391, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  /* line 396, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }
  /* line 397, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }
  /* line 399, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important;
  }
  /* line 400, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }
  /* line 401, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }
  /* line 402, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }
  /* line 403, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }
  /* line 404, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}

/* @group MIXINS */
/* @group PLACEHOLDERS */
/* line 25, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.page-node .node-download .field-name-field-download-files .download-wrapper, .regulation-list ul.regulation-items .download-wrapper, .view-cpvo-search .result-list ul li ul.regulation-items .download-wrapper,
.regulation-list ul.report-items .download-wrapper, .view-cpvo-search .result-list ul li ul.report-items .download-wrapper, .regulation-list ul.publication-items .download-wrapper, .view-cpvo-search .result-list ul li ul.publication-items .download-wrapper, .publications-list ul.regulation-items .download-wrapper,
.publications-list ul.report-items .download-wrapper, .publications-list ul.publication-items .download-wrapper,
.report-list ul.regulation-items .download-wrapper,
.report-list ul.report-items .download-wrapper,
.report-list ul.publication-items .download-wrapper, .research-development-list li .node-download .field-name-field-download-files .download-wrapper {
  position: relative;
}

/* line 27, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.page-node .node-download .field-name-field-download-files .download-wrapper .download-label, .regulation-list ul.regulation-items .download-wrapper .download-label, .view-cpvo-search .result-list ul li ul.regulation-items .download-wrapper .download-label,
.regulation-list ul.report-items .download-wrapper .download-label, .view-cpvo-search .result-list ul li ul.report-items .download-wrapper .download-label, .regulation-list ul.publication-items .download-wrapper .download-label, .view-cpvo-search .result-list ul li ul.publication-items .download-wrapper .download-label, .publications-list ul.regulation-items .download-wrapper .download-label,
.publications-list ul.report-items .download-wrapper .download-label, .publications-list ul.publication-items .download-wrapper .download-label,
.report-list ul.regulation-items .download-wrapper .download-label,
.report-list ul.report-items .download-wrapper .download-label,
.report-list ul.publication-items .download-wrapper .download-label, .research-development-list li .node-download .field-name-field-download-files .download-wrapper .download-label {
  background-color: #c7c7c7;
  border: 0 none;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 0 0 #adadad;
  -moz-box-shadow: 0 3px 0 0 #adadad;
  box-shadow: 0 3px 0 0 #adadad;
  color: #000000;
  display: inline-block;
  font-family: "UniversBold", Helvetica, Roboto, Arial, sans-serif !important;
  font-size: 1.0625rem;
  margin-bottom: 3px;
  padding: 0.8125rem 2rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin-left: 20px;
}

@media screen and (max-width: 64.063em) {
  /* line 27, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
  .page-node .node-download .field-name-field-download-files .download-wrapper .download-label, .regulation-list ul.regulation-items .download-wrapper .download-label, .view-cpvo-search .result-list ul li ul.regulation-items .download-wrapper .download-label,
  .regulation-list ul.report-items .download-wrapper .download-label, .view-cpvo-search .result-list ul li ul.report-items .download-wrapper .download-label, .regulation-list ul.publication-items .download-wrapper .download-label, .view-cpvo-search .result-list ul li ul.publication-items .download-wrapper .download-label, .publications-list ul.regulation-items .download-wrapper .download-label,
  .publications-list ul.report-items .download-wrapper .download-label, .publications-list ul.publication-items .download-wrapper .download-label,
  .report-list ul.regulation-items .download-wrapper .download-label,
  .report-list ul.report-items .download-wrapper .download-label,
  .report-list ul.publication-items .download-wrapper .download-label, .research-development-list li .node-download .field-name-field-download-files .download-wrapper .download-label {
    font-size: 1rem;
    padding: 0.6rem 1.1rem;
  }
}

/* line 50, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.page-node .node-download .field-name-field-download-files .download-wrapper .download-label:hover, .regulation-list ul.regulation-items .download-wrapper .download-label:hover, .view-cpvo-search .result-list ul li ul.regulation-items .download-wrapper .download-label:hover,
.regulation-list ul.report-items .download-wrapper .download-label:hover, .view-cpvo-search .result-list ul li ul.report-items .download-wrapper .download-label:hover, .regulation-list ul.publication-items .download-wrapper .download-label:hover, .view-cpvo-search .result-list ul li ul.publication-items .download-wrapper .download-label:hover, .publications-list ul.regulation-items .download-wrapper .download-label:hover,
.publications-list ul.report-items .download-wrapper .download-label:hover, .publications-list ul.publication-items .download-wrapper .download-label:hover,
.report-list ul.regulation-items .download-wrapper .download-label:hover,
.report-list ul.report-items .download-wrapper .download-label:hover,
.report-list ul.publication-items .download-wrapper .download-label:hover, .research-development-list li .node-download .field-name-field-download-files .download-wrapper .download-label:hover, .page-node .node-download .field-name-field-download-files .download-wrapper .download-label:focus, .regulation-list ul.regulation-items .download-wrapper .download-label:focus, .view-cpvo-search .result-list ul li ul.regulation-items .download-wrapper .download-label:focus,
.regulation-list ul.report-items .download-wrapper .download-label:focus, .view-cpvo-search .result-list ul li ul.report-items .download-wrapper .download-label:focus, .regulation-list ul.publication-items .download-wrapper .download-label:focus, .view-cpvo-search .result-list ul li ul.publication-items .download-wrapper .download-label:focus, .publications-list ul.regulation-items .download-wrapper .download-label:focus,
.publications-list ul.report-items .download-wrapper .download-label:focus, .publications-list ul.publication-items .download-wrapper .download-label:focus,
.report-list ul.regulation-items .download-wrapper .download-label:focus,
.report-list ul.report-items .download-wrapper .download-label:focus,
.report-list ul.publication-items .download-wrapper .download-label:focus, .research-development-list li .node-download .field-name-field-download-files .download-wrapper .download-label:focus {
  background-color: #b5b5b5;
}

/* line 54, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.page-node .node-download .field-name-field-download-files .download-wrapper .download-label:after, .regulation-list ul.regulation-items .download-wrapper .download-label:after, .view-cpvo-search .result-list ul li ul.regulation-items .download-wrapper .download-label:after,
.regulation-list ul.report-items .download-wrapper .download-label:after, .view-cpvo-search .result-list ul li ul.report-items .download-wrapper .download-label:after, .regulation-list ul.publication-items .download-wrapper .download-label:after, .view-cpvo-search .result-list ul li ul.publication-items .download-wrapper .download-label:after, .publications-list ul.regulation-items .download-wrapper .download-label:after,
.publications-list ul.report-items .download-wrapper .download-label:after, .publications-list ul.publication-items .download-wrapper .download-label:after,
.report-list ul.regulation-items .download-wrapper .download-label:after,
.report-list ul.report-items .download-wrapper .download-label:after,
.report-list ul.publication-items .download-wrapper .download-label:after, .research-development-list li .node-download .field-name-field-download-files .download-wrapper .download-label:after {
  margin-left: 5px;
  font-size: 0.875rem;
}

/* line 61, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.page-node .node-download .field-name-field-download-files .active.download-wrapper .download-label, .regulation-list ul.regulation-items .active.download-wrapper .download-label, .view-cpvo-search .result-list ul li ul.regulation-items .active.download-wrapper .download-label,
.regulation-list ul.report-items .active.download-wrapper .download-label, .view-cpvo-search .result-list ul li ul.report-items .active.download-wrapper .download-label, .regulation-list ul.publication-items .active.download-wrapper .download-label, .view-cpvo-search .result-list ul li ul.publication-items .active.download-wrapper .download-label, .publications-list ul.regulation-items .active.download-wrapper .download-label,
.publications-list ul.report-items .active.download-wrapper .download-label, .publications-list ul.publication-items .active.download-wrapper .download-label,
.report-list ul.regulation-items .active.download-wrapper .download-label,
.report-list ul.report-items .active.download-wrapper .download-label,
.report-list ul.publication-items .active.download-wrapper .download-label, .research-development-list li .node-download .field-name-field-download-files .active.download-wrapper .download-label {
  background-color: #2D3135;
  color: #FFFFFF;
  -webkit-box-shadow: 0 3px 0 0 #2D3135;
  -moz-box-shadow: 0 3px 0 0 #2D3135;
  box-shadow: 0 3px 0 0 #2D3135;
  border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  -webkit-border-radius: 2px 2px 0px 0px;
}

/* line 70, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.page-node .node-download .field-name-field-download-files .active.download-wrapper .download-label:after, .regulation-list ul.regulation-items .active.download-wrapper .download-label:after, .view-cpvo-search .result-list ul li ul.regulation-items .active.download-wrapper .download-label:after,
.regulation-list ul.report-items .active.download-wrapper .download-label:after, .view-cpvo-search .result-list ul li ul.report-items .active.download-wrapper .download-label:after, .regulation-list ul.publication-items .active.download-wrapper .download-label:after, .view-cpvo-search .result-list ul li ul.publication-items .active.download-wrapper .download-label:after, .publications-list ul.regulation-items .active.download-wrapper .download-label:after,
.publications-list ul.report-items .active.download-wrapper .download-label:after, .publications-list ul.publication-items .active.download-wrapper .download-label:after,
.report-list ul.regulation-items .active.download-wrapper .download-label:after,
.report-list ul.report-items .active.download-wrapper .download-label:after,
.report-list ul.publication-items .active.download-wrapper .download-label:after, .research-development-list li .node-download .field-name-field-download-files .active.download-wrapper .download-label:after {
  color: #FFFFFF;
}

/* line 78, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.page-node .node-download .field-name-field-download-files .download-wrapper .download-files, .regulation-list ul.regulation-items .download-wrapper .download-files, .view-cpvo-search .result-list ul li ul.regulation-items .download-wrapper .download-files,
.regulation-list ul.report-items .download-wrapper .download-files, .view-cpvo-search .result-list ul li ul.report-items .download-wrapper .download-files, .regulation-list ul.publication-items .download-wrapper .download-files, .view-cpvo-search .result-list ul li ul.publication-items .download-wrapper .download-files, .publications-list ul.regulation-items .download-wrapper .download-files,
.publications-list ul.report-items .download-wrapper .download-files, .publications-list ul.publication-items .download-wrapper .download-files,
.report-list ul.regulation-items .download-wrapper .download-files,
.report-list ul.report-items .download-wrapper .download-files,
.report-list ul.publication-items .download-wrapper .download-files, .research-development-list li .node-download .field-name-field-download-files .download-wrapper .download-files {
  background: #2D3135;
  padding: 10px 0;
  min-width: 166px;
  border-top: 1px solid black;
  position: absolute;
  transition: top 0.3s ease, opacity 0.3s ease;
  top: 90%;
  opacity: 0;
  pointer-events: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  z-index: 2;
  max-height: 200px;
  overflow: auto;
}

/* line 94, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.page-node .node-download .field-name-field-download-files .download-wrapper .download-files a.file-download, .regulation-list ul.regulation-items .download-wrapper .download-files a.file-download, .view-cpvo-search .result-list ul li ul.regulation-items .download-wrapper .download-files a.file-download,
.regulation-list ul.report-items .download-wrapper .download-files a.file-download, .view-cpvo-search .result-list ul li ul.report-items .download-wrapper .download-files a.file-download, .regulation-list ul.publication-items .download-wrapper .download-files a.file-download, .view-cpvo-search .result-list ul li ul.publication-items .download-wrapper .download-files a.file-download, .publications-list ul.regulation-items .download-wrapper .download-files a.file-download,
.publications-list ul.report-items .download-wrapper .download-files a.file-download, .publications-list ul.publication-items .download-wrapper .download-files a.file-download,
.report-list ul.regulation-items .download-wrapper .download-files a.file-download,
.report-list ul.report-items .download-wrapper .download-files a.file-download,
.report-list ul.publication-items .download-wrapper .download-files a.file-download, .research-development-list li .node-download .field-name-field-download-files .download-wrapper .download-files a.file-download {
  color: #FFFFFF;
  clear: both;
  display: block;
  float: left;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  width: 100%;
  padding: 6px 6px 6px 10px;
}

/* line 104, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.page-node .node-download .field-name-field-download-files .download-wrapper .download-files a.file-download .file-meta, .regulation-list ul.regulation-items .download-wrapper .download-files a.file-download .file-meta, .view-cpvo-search .result-list ul li ul.regulation-items .download-wrapper .download-files a.file-download .file-meta,
.regulation-list ul.report-items .download-wrapper .download-files a.file-download .file-meta, .view-cpvo-search .result-list ul li ul.report-items .download-wrapper .download-files a.file-download .file-meta, .regulation-list ul.publication-items .download-wrapper .download-files a.file-download .file-meta, .view-cpvo-search .result-list ul li ul.publication-items .download-wrapper .download-files a.file-download .file-meta, .publications-list ul.regulation-items .download-wrapper .download-files a.file-download .file-meta,
.publications-list ul.report-items .download-wrapper .download-files a.file-download .file-meta, .publications-list ul.publication-items .download-wrapper .download-files a.file-download .file-meta,
.report-list ul.regulation-items .download-wrapper .download-files a.file-download .file-meta,
.report-list ul.report-items .download-wrapper .download-files a.file-download .file-meta,
.report-list ul.publication-items .download-wrapper .download-files a.file-download .file-meta, .research-development-list li .node-download .field-name-field-download-files .download-wrapper .download-files a.file-download .file-meta {
  line-height: 0.8125rem;
  padding: 8px 10px;
}

/* line 107, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.page-node .node-download .field-name-field-download-files .download-wrapper .download-files a.file-download .file-meta .span, .regulation-list ul.regulation-items .download-wrapper .download-files a.file-download .file-meta .span, .view-cpvo-search .result-list ul li ul.regulation-items .download-wrapper .download-files a.file-download .file-meta .span,
.regulation-list ul.report-items .download-wrapper .download-files a.file-download .file-meta .span, .view-cpvo-search .result-list ul li ul.report-items .download-wrapper .download-files a.file-download .file-meta .span, .regulation-list ul.publication-items .download-wrapper .download-files a.file-download .file-meta .span, .view-cpvo-search .result-list ul li ul.publication-items .download-wrapper .download-files a.file-download .file-meta .span, .publications-list ul.regulation-items .download-wrapper .download-files a.file-download .file-meta .span,
.publications-list ul.report-items .download-wrapper .download-files a.file-download .file-meta .span, .publications-list ul.publication-items .download-wrapper .download-files a.file-download .file-meta .span,
.report-list ul.regulation-items .download-wrapper .download-files a.file-download .file-meta .span,
.report-list ul.report-items .download-wrapper .download-files a.file-download .file-meta .span,
.report-list ul.publication-items .download-wrapper .download-files a.file-download .file-meta .span, .research-development-list li .node-download .field-name-field-download-files .download-wrapper .download-files a.file-download .file-meta .span {
  display: block;
  float: left;
  padding: 15px 0;
}

/* line 113, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.page-node .node-download .field-name-field-download-files .download-wrapper .download-files a.file-download:hover, .regulation-list ul.regulation-items .download-wrapper .download-files a.file-download:hover, .view-cpvo-search .result-list ul li ul.regulation-items .download-wrapper .download-files a.file-download:hover,
.regulation-list ul.report-items .download-wrapper .download-files a.file-download:hover, .view-cpvo-search .result-list ul li ul.report-items .download-wrapper .download-files a.file-download:hover, .regulation-list ul.publication-items .download-wrapper .download-files a.file-download:hover, .view-cpvo-search .result-list ul li ul.publication-items .download-wrapper .download-files a.file-download:hover, .publications-list ul.regulation-items .download-wrapper .download-files a.file-download:hover,
.publications-list ul.report-items .download-wrapper .download-files a.file-download:hover, .publications-list ul.publication-items .download-wrapper .download-files a.file-download:hover,
.report-list ul.regulation-items .download-wrapper .download-files a.file-download:hover,
.report-list ul.report-items .download-wrapper .download-files a.file-download:hover,
.report-list ul.publication-items .download-wrapper .download-files a.file-download:hover, .research-development-list li .node-download .field-name-field-download-files .download-wrapper .download-files a.file-download:hover {
  color: #eee;
  background: #000000;
}

/* line 120, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.page-node .node-download .field-name-field-download-files .download-wrapper.active .download-files, .regulation-list ul.regulation-items .download-wrapper.active .download-files, .view-cpvo-search .result-list ul li ul.regulation-items .download-wrapper.active .download-files,
.regulation-list ul.report-items .download-wrapper.active .download-files, .view-cpvo-search .result-list ul li ul.report-items .download-wrapper.active .download-files, .regulation-list ul.publication-items .download-wrapper.active .download-files, .view-cpvo-search .result-list ul li ul.publication-items .download-wrapper.active .download-files, .publications-list ul.regulation-items .download-wrapper.active .download-files,
.publications-list ul.report-items .download-wrapper.active .download-files, .publications-list ul.publication-items .download-wrapper.active .download-files,
.report-list ul.regulation-items .download-wrapper.active .download-files,
.report-list ul.report-items .download-wrapper.active .download-files,
.report-list ul.publication-items .download-wrapper.active .download-files, .research-development-list li .node-download .field-name-field-download-files .download-wrapper.active .download-files {
  top: 98%;
  opacity: 1;
  pointer-events: visible;
}

/* line 126, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.node-type-webform .main form.webform-client-form button.webform-submit, .section-user .main form.webform-client-form button.webform-submit, .section-users .main form.webform-client-form button.webform-submit, .node-type-webform .main .section-user form#user-login button.webform-submit, .section-user .main form#user-login button.webform-submit, .node-type-webform .main .section-user .profile button.webform-submit, .section-user .node-type-webform .main .profile button.webform-submit, .section-user .main .profile button.webform-submit, .section-users .main .section-user .profile button.webform-submit, .section-user .section-users .main .profile button.webform-submit, .node-type-webform .main .section-users form#user-login button.webform-submit, .section-users .main form#user-login button.webform-submit, .node-type-webform .main .section-users .profile button.webform-submit, .section-users .node-type-webform .main .profile button.webform-submit, .section-user .main .section-users .profile button.webform-submit, .section-users .section-user .main .profile button.webform-submit, .section-users .main .profile button.webform-submit, .node-type-webform .main form.webform-client-form .section-user button#edit-submit, .section-user .main form.webform-client-form button#edit-submit, .node-type-webform .main .section-user form#user-login button#edit-submit, .section-user .main form#user-login button#edit-submit, .node-type-webform .main .section-user .profile button#edit-submit, .section-user .main .profile button#edit-submit, .node-type-webform .main form.webform-client-form .section-users button#edit-submit, .section-users .main form.webform-client-form button#edit-submit, .node-type-webform .main .section-users form#user-login button#edit-submit, .section-users .main form#user-login button#edit-submit, .node-type-webform .main .section-users .profile button#edit-submit, .section-users .main .profile button#edit-submit, #sliding-popup .popup-content #popup-buttons button, .view-faq .faq-list .more-link a, .view-help-centre .view-faq .more-link a, .more-link a {
  background-color: #438945;
  border: 0 none;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 0 0 #326734;
  -moz-box-shadow: 0 3px 0 0 #326734;
  box-shadow: 0 3px 0 0 #326734;
  color: #fff !important;
  display: inline-block;
  font-family: "UniversBold", Helvetica, Roboto, Arial, sans-serif !important;
  font-size: 1.0625rem;
  margin-bottom: 3px;
  padding: 0.8125rem 2rem;
  text-align: center;
  text-decoration: none;
}

/* line 143, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.button-group button.small.secondary, .button-group .button.small.secondary,
.action-links button.small.secondary,
.action-links .button.small.secondary, .action-links a, .view .filters-wrapper.row .view-filters .views-exposed-widget.views-reset-button .form-submit {
  background-color: #c7c7c7;
  -webkit-box-shadow: 0 3px 0 0 #adadad;
  -moz-box-shadow: 0 3px 0 0 #adadad;
  box-shadow: 0 3px 0 0 #adadad;
  color: #000000;
}

/* line 149, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.button-group button.small.secondary:hover, .button-group .button.small.secondary:hover,
.action-links button.small.secondary:hover,
.action-links .button.small.secondary:hover, .action-links a:hover, .view .filters-wrapper.row .view-filters .views-exposed-widget.views-reset-button .form-submit:hover, .button-group button.small.secondary:focus, .button-group .button.small.secondary:focus,
.action-links button.small.secondary:focus,
.action-links .button.small.secondary:focus, .action-links a:focus, .view .filters-wrapper.row .view-filters .views-exposed-widget.views-reset-button .form-submit:focus {
  background-color: #b5b5b5;
}

/* line 155, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
div.overview-layout .header-subcategory-wrap, .header-subcategory-wrap {
  width: 100%;
  margin-top: -25px;
}

/* line 158, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.header-subcategory-wrap ul.header-subcategory {
  min-height: 20px;
  text-align: center;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  space-between: 5px;
}

@media screen and (max-width: 64.063em) {
  /* line 158, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
  .header-subcategory-wrap ul.header-subcategory {
    margin-bottom: 0px;
  }
}

/* line 172, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.header-subcategory-wrap ul.header-subcategory li {
  display: flex !important;
  float: none;
  margin-top: -8px;
  list-style: none;
}

/* line 177, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.header-subcategory-wrap ul.header-subcategory li a.button {
  display: flex;
  line-height: 1.125rem !important;
  background: #FFFFFF !important;
  color: #000000 !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  margin: 0 7px 10px 0 !important;
  position: relative !important;
  max-width: 200px !important;
  align-items: center !important;
  border-bottom: 4px solid #FFFFFF !important;
  border-top: 4px solid #FFFFFF !important;
  min-height: 70px !important;
  vertical-align: center;
}

@media screen and (max-width: 64.063em) {
  /* line 177, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
  .header-subcategory-wrap ul.header-subcategory li a.button {
    min-height: 50px !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (max-width: 40.063em) {
  /* line 177, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
  .header-subcategory-wrap ul.header-subcategory li a.button {
    font-size: 0.9375rem !important;
    padding: 0px 10px !important;
    margin: 0 4px 15px 0 !important;
    min-height: 45px !important;
  }
}

/* line 208, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.header-subcategory-wrap ul.header-subcategory li a.button:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3) !important;
  border-bottom: 4px solid #E0E0E0 !important;
}

/* line 217, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-content .item-list > ul li a.group-link-wrapper, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper, .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper {
  display: block;
  position: relative;
  background: #FFFFFF;
  height: 500px;
  margin-bottom: 40px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.025);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.025);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

@media screen and (max-width: 40.063em) {
  /* line 217, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
  .view-content .item-list > ul li a.group-link-wrapper, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper, .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper {
    margin-bottom: 20px;
  }
}

/* line 235, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-content .item-list > ul li a.group-link-wrapper:hover, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper:hover, .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper:hover, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper:hover, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(168, 182, 191, 0.6);
  -moz-box-shadow: 0 10px 20px 0 rgba(168, 182, 191, 0.6);
  box-shadow: 0 10px 20px 0 rgba(168, 182, 191, 0.6);
}

/* line 240, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-content .item-list > ul li a.group-link-wrapper:before, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper:before, .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper:before, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper:before, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper:before {
  content: "";
  display: block;
  height: 0px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.18s ease-out 0s;
  width: 100%;
  z-index: 1;
}

/* line 252, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-content .item-list > ul li a.group-link-wrapper:hover:before, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper:hover:before, .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper:hover:before, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper:hover:before, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper:hover:before {
  height: 7px;
}

/* line 256, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-content .item-list > ul li a.group-link-wrapper .group-main-wrapper, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper .group-main-wrapper, .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper .group-main-wrapper, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper .group-main-wrapper, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper .group-main-wrapper {
  height: 100%;
  margin-bottom: 13px;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  display: block;
}

/* line 264, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-content .item-list > ul li a.group-link-wrapper .field-type-taxonomy-term-reference, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper .field-type-taxonomy-term-reference, .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper .field-type-taxonomy-term-reference, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper .field-type-taxonomy-term-reference, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper .field-type-taxonomy-term-reference {
  display: block;
  text-transform: uppercase;
  font-size: 0.6875rem;
}

/* line 269, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-content .item-list > ul li a.group-link-wrapper div.field-name-title-field h2, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper div.field-name-title-field h2, .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper div.field-name-title-field h2, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper div.field-name-title-field h2, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper div.field-name-title-field h2 {
  font-size: 2.25rem;
  padding-top: 0.625rem;
  line-height: 2.5rem;
  margin-top: 0px;
}

@media screen and (max-width: 64.063em) {
  /* line 269, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
  .view-content .item-list > ul li a.group-link-wrapper div.field-name-title-field h2, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper div.field-name-title-field h2, .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper div.field-name-title-field h2, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper div.field-name-title-field h2, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper div.field-name-title-field h2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 40.063em) {
  /* line 269, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
  .view-content .item-list > ul li a.group-link-wrapper div.field-name-title-field h2, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper div.field-name-title-field h2, .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper div.field-name-title-field h2, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper div.field-name-title-field h2, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper div.field-name-title-field h2 {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}

/* line 285, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-content .item-list > ul li a.group-link-wrapper .field-type-datetime, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper .field-type-datetime, .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper .field-type-datetime, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper .field-type-datetime, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper .field-type-datetime {
  border-top: 1px solid #e8e8e8;
  background: #FFFFFF;
  position: absolute;
  bottom: 0px;
  padding: 10px 40px;
  width: 100%;
  display: inline-block;
  font-family: 'Playfair Display', serif;
  color: #000000;
  font-size: 1.0625rem;
  font-weight: 400;
  font-style: italic;
}

/* line 298, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-content .item-list > ul li a.group-link-wrapper .field-type-datetime .field-label, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper .field-type-datetime .field-label, .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper .field-type-datetime .field-label, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper .field-type-datetime .field-label, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper .field-type-datetime .field-label {
  display: inline-block;
}

/* line 301, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-content .item-list > ul li a.group-link-wrapper .field-type-datetime:before, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper .field-type-datetime:before, .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper .field-type-datetime:before, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper .field-type-datetime:before, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper .field-type-datetime:before {
  background: rgba(237, 237, 237, 0);
  background: -moz-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.37) 37%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 237, 237, 0)), color-stop(37%, rgba(246, 246, 246, 0.37)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.37) 37%, white 100%);
  background: -o-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.37) 37%, white 100%);
  background: -ms-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.37) 37%, white 100%);
  background: linear, to bottom, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.37) 37%, white 100%;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  top: -32px;
  width: 100%;
}

/* line 318, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-content .item-list > ul li a.group-link-wrapper div.text-secondary, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper div.text-secondary, .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper div.text-secondary, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper div.text-secondary, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper div.text-secondary {
  padding-top: 0.5rem;
}

/* line 321, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-content .item-list > ul li a.group-link-wrapper div.text-secondary img, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper div.text-secondary img, .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper div.text-secondary img, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper div.text-secondary img, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper div.text-secondary img {
  display: none;
}

/* line 325, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-content .item-list > ul li a.group-link-wrapper div.text-secondary p, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper div.text-secondary p, .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper div.text-secondary p, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper div.text-secondary p, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper div.text-secondary p {
  margin-bottom: 0.8rem;
  font-size: 1.0625rem;
  color: #6e6e6e;
  line-height: 1.75rem;
}

/* line 332, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-content .item-list > ul li a.group-link-wrapper .field-name-field-main-image, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper .field-name-field-main-image, .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper .field-name-field-main-image, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper .field-name-field-main-image, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper .field-name-field-main-image {
  display: block;
  width: auto;
  height: 200px;
  overflow: hidden;
  background: #fff;
}

/* line 339, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-content .item-list > ul li a.group-link-wrapper .field-name-field-main-image img, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper .field-name-field-main-image img, .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper .field-name-field-main-image img, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper .field-name-field-main-image img, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper .field-name-field-main-image img {
  display: inline-block;
  width: 100%;
}

/* line 348, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-articles .view-content .item-list > ul li a.group-link-wrapper, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper {
  height: 250px;
  position: relative;
}

/* line 352, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-articles .view-content .item-list > ul li a.group-link-wrapper:after, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper:after {
  background: rgba(237, 237, 237, 0);
  background: -moz-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.37) 37%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 237, 237, 0)), color-stop(37%, rgba(246, 246, 246, 0.37)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.37) 37%, white 100%);
  background: -o-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.37) 37%, white 100%);
  background: -ms-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.37) 37%, white 100%);
  background: linear, to bottom, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.37) 37%, white 100%;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

/* line 369, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-articles .view-content .item-list > ul li a.group-link-wrapper h2, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper h2 {
  font-family: "UniversBold", Helvetica, Roboto, Arial, sans-serif !important;
  font-size: 1.1875rem !important;
  line-height: 1.3125rem !important;
  letter-spacing: 0.01px;
}

/* line 376, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-articles .view-content .item-list > ul li a.group-link-wrapper .field-name-field-author, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper .field-name-field-author {
  font-family: "Playfair Display", serif !important;
  color: #6e6e6e;
  font-size: 0.75rem;
  padding: 0 !important;
}

/* line 383, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-articles .view-content .item-list > ul li a.group-link-wrapper .field-type-taxonomy-term-reference ul, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper .field-type-taxonomy-term-reference ul {
  margin: 15px 0 0 0;
}

/* line 385, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-articles .view-content .item-list > ul li a.group-link-wrapper .field-type-taxonomy-term-reference ul li, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper .field-type-taxonomy-term-reference ul li {
  font-size: 0.75rem;
  margin: 0 auto;
  width: 100%;
}

/* line 392, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-articles .view-content .item-list > ul li a.group-link-wrapper .field-type-datetime, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper .field-type-datetime {
  width: 100%;
  left: 0;
  position: inherit;
  text-align: left;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 40.063em) {
  /* line 392, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
  .view-articles .view-content .item-list > ul li a.group-link-wrapper .field-type-datetime, .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper .field-type-datetime {
    line-height: 1.2;
  }
}

/* line 406, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-newsletters a.group-link-wrapper,
#newsletters-section .view-newsletters a.group-link-wrapper, .cpvo-section-news-events .newsletters-section a.group-link-wrapper, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper {
  height: 320px;
  padding-top: 40px;
  position: relative;
  text-align: center;
  border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
}

/* line 415, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-newsletters a.group-link-wrapper .field-type-datetime,
#newsletters-section .view-newsletters a.group-link-wrapper .field-type-datetime, .cpvo-section-news-events .newsletters-section a.group-link-wrapper .field-type-datetime, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper .field-type-datetime {
  left: 0;
}

/* line 419, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-newsletters a.group-link-wrapper div.text-secondary img,
#newsletters-section .view-newsletters a.group-link-wrapper div.text-secondary img, .cpvo-section-news-events .newsletters-section a.group-link-wrapper div.text-secondary img, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper div.text-secondary img {
  display: none;
}

/* line 422, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.view-newsletters a.group-link-wrapper div.text-secondary p,
#newsletters-section .view-newsletters a.group-link-wrapper div.text-secondary p, .cpvo-section-news-events .newsletters-section a.group-link-wrapper div.text-secondary p, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper div.text-secondary p {
  padding: 15px 20px 5px 20px;
  font-size: 1.8125rem;
}

@media screen and (max-width: 64.063em) {
  /* line 406, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
  .view-newsletters a.group-link-wrapper,
  #newsletters-section .view-newsletters a.group-link-wrapper, .cpvo-section-news-events .newsletters-section a.group-link-wrapper, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper {
    height: 260px;
    padding: 0.625rem 0.9375rem 0;
  }
  /* line 433, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
  .view-newsletters a.group-link-wrapper .group-main-wrapper,
  #newsletters-section .view-newsletters a.group-link-wrapper .group-main-wrapper, .cpvo-section-news-events .newsletters-section a.group-link-wrapper .group-main-wrapper, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper .group-main-wrapper {
    padding: 0px;
  }
}

@media screen and (max-width: 40.063em) {
  /* line 406, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
  .view-newsletters a.group-link-wrapper,
  #newsletters-section .view-newsletters a.group-link-wrapper, .cpvo-section-news-events .newsletters-section a.group-link-wrapper, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper {
    height: 230px;
  }
  /* line 441, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
  .view-newsletters a.group-link-wrapper .field-type-datetime,
  #newsletters-section .view-newsletters a.group-link-wrapper .field-type-datetime, .cpvo-section-news-events .newsletters-section a.group-link-wrapper .field-type-datetime, .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper .field-type-datetime {
    line-height: 1.2;
  }
}

/* line 448, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_mixins.scss */
.page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper div.field-name-title-field h2 {
  padding: 15px 26px 5px 25px !important;
}

/* line 4, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_drupal.scss */
.admin-menu .fixed {
  top: 1.8125rem;
}

/* line 11, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_drupal.scss */
#status-messages.reveal-modal .alert-box, dialog#status-messages .alert-box {
  margin-bottom: 0;
}

/* line 18, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_drupal.scss */
.reveal-modal, dialog {
  z-index: 999;
}

/* line 25, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_drupal.scss */
.item-list .pager {
  clear: none;
}

/* line 29, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_drupal.scss */
.item-list .pager li {
  padding: 0;
}

/* line 34, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_drupal.scss */
.inline {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

/* line 42, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_inline-lists.scss */
.inline > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}

/* line 47, C:/wamp/www/NS-CPVO/zurb_foundation/scss/foundation/components/_inline-lists.scss */
.inline > li > * {
  display: block;
}

/* line 2, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
body p {
  font-family: "UniversLight", Tahoma, sans-serif !important;
}

/* @group strong */
/* line 8, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
strong {
  font-family: "UniversBold", Tahoma, sans-serif !important;
}

/* @group h1-h6 tags */
/* line 13, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
h1,
h2,
h3,
h4 {
  letter-spacing: -0.1rem;
  margin-top: 2rem;
  font-family: "UniversLight", Tahoma, sans-serif !important;
}

/* line 22, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
h3,
h4 {
  font-family: "UniversBold", Tahoma, sans-serif !important;
}

/* @group BREADCRUMB */
/* line 28, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.breadcrumbs > *:before {
  font-size: 0.5625rem;
  color: rgba(255, 255, 255, 0.5);
}

/* line 35, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.breadcrumbs {
  margin-top: 0.625rem;
}

/* line 37, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.breadcrumbs a,
.breadcrumbs span.nolink {
  font-size: 0.625rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "UniversLight", Tahoma, sans-serif !important;
  text-decoration: none !important;
}

/* line 45, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.breadcrumbs li.current a,
.breadcrumbs li span.nolink {
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}

/* @group general styling */
/* line 53, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
main.row {
  max-width: none;
}

/* line 57, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-header-wrapper.row {
  display: block;
  background: #80cc28;
  width: 100%;
  color: #FFFFFF;
  min-height: 205px;
  width: auto;
}

/* line 64, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-header-wrapper.row .page-header {
  margin: 0 auto;
}

@media screen and (max-width: 64.063em) {
  /* line 57, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
  .page-header-wrapper.row {
    min-height: auto;
    padding-bottom: 1.5rem;
  }
}

/* line 75, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
h1#page-title {
  color: #FFFFFF;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  padding: 0.9375rem;
  font-size: 3.25rem;
  text-align: center;
  line-height: 3.3125rem;
}

@media screen and (max-width: 64.063em) {
  /* line 75, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
  h1#page-title {
    margin: 0px;
    font-size: 2.7rem;
    line-height: 1;
  }
}

@media screen and (max-width: 40.063em) {
  /* line 75, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
  h1#page-title {
    font-size: 2.3rem;
  }
}

/* line 94, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
ul.breadcrumbs {
  max-width: 1580px;
  margin: 0px auto;
  padding: 15px;
}

/* line 105, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-agency .page-header-wrapper {
  background: #1b4078;
  color: #FFFFFF;
}

/* line 108, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-agency .page-header-wrapper p {
  color: #FFFFFF;
}

/* line 111, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-agency .page-header-wrapper a {
  color: #FFFFFF;
  text-decoration: underline;
}

/* line 116, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-agency ul#main-menu > li.first.active > a.active {
  background: #E0E0E0;
  -webkit-box-shadow: 0 4px 0 0 #d1d1d1 !important;
  -moz-box-shadow: 0 4px 0 0 #d1d1d1 !important;
  box-shadow: 0 4px 0 0 #d1d1d1 !important;
}

/* line 122, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-agency ul#main-menu > li.has-dropdown.not-click > a.active-trail,
.cpvo-section-agency ul#main-menu > li.has-dropdown.not-click > a.active {
  background: #E0E0E0;
  -webkit-box-shadow: 0 4px 0 0 #15335f !important;
  -moz-box-shadow: 0 4px 0 0 #15335f !important;
  box-shadow: 0 4px 0 0 #15335f !important;
}

/* line 133, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-agency .block-views-related-content-block .item-list > ul li a.group-link-wrapper:before {
  background: #1b4078;
}

/* line 105, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-news-events .page-header-wrapper {
  background: #b4203c;
  color: #FFFFFF;
}

/* line 108, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-news-events .page-header-wrapper p {
  color: #FFFFFF;
}

/* line 111, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-news-events .page-header-wrapper a {
  color: #FFFFFF;
  text-decoration: underline;
}

/* line 116, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-news-events ul#main-menu > li.first.active > a.active {
  background: #E0E0E0;
  -webkit-box-shadow: 0 4px 0 0 #d1d1d1 !important;
  -moz-box-shadow: 0 4px 0 0 #d1d1d1 !important;
  box-shadow: 0 4px 0 0 #d1d1d1 !important;
}

/* line 122, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-news-events ul#main-menu > li.has-dropdown.not-click > a.active-trail,
.cpvo-section-news-events ul#main-menu > li.has-dropdown.not-click > a.active {
  background: #E0E0E0;
  -webkit-box-shadow: 0 4px 0 0 #9a1b33 !important;
  -moz-box-shadow: 0 4px 0 0 #9a1b33 !important;
  box-shadow: 0 4px 0 0 #9a1b33 !important;
}

/* line 133, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-news-events .block-views-related-content-block .item-list > ul li a.group-link-wrapper:before {
  background: #b4203c;
}

/* line 105, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-applications-and-examinations .page-header-wrapper {
  background: #438945;
  color: #FFFFFF;
}

/* line 108, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-applications-and-examinations .page-header-wrapper p {
  color: #FFFFFF;
}

/* line 111, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-applications-and-examinations .page-header-wrapper a {
  color: #FFFFFF;
  text-decoration: underline;
}

/* line 116, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-applications-and-examinations ul#main-menu > li.first.active > a.active {
  background: #E0E0E0;
  -webkit-box-shadow: 0 4px 0 0 #d1d1d1 !important;
  -moz-box-shadow: 0 4px 0 0 #d1d1d1 !important;
  box-shadow: 0 4px 0 0 #d1d1d1 !important;
}

/* line 122, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-applications-and-examinations ul#main-menu > li.has-dropdown.not-click > a.active-trail,
.cpvo-section-applications-and-examinations ul#main-menu > li.has-dropdown.not-click > a.active {
  background: #E0E0E0;
  -webkit-box-shadow: 0 4px 0 0 #39743b !important;
  -moz-box-shadow: 0 4px 0 0 #39743b !important;
  box-shadow: 0 4px 0 0 #39743b !important;
}

/* line 133, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-applications-and-examinations .block-views-related-content-block .item-list > ul li a.group-link-wrapper:before {
  background: #438945;
}

/* line 105, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-help .page-header-wrapper {
  background: #358DF2;
  color: #FFFFFF;
}

/* line 108, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-help .page-header-wrapper p {
  color: #FFFFFF;
}

/* line 111, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-help .page-header-wrapper a {
  color: #FFFFFF;
  text-decoration: underline;
}

/* line 116, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-help ul#main-menu > li.first.active > a.active {
  background: #E0E0E0;
  -webkit-box-shadow: 0 4px 0 0 #d1d1d1 !important;
  -moz-box-shadow: 0 4px 0 0 #d1d1d1 !important;
  box-shadow: 0 4px 0 0 #d1d1d1 !important;
}

/* line 122, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-help ul#main-menu > li.has-dropdown.not-click > a.active-trail,
.cpvo-section-help ul#main-menu > li.has-dropdown.not-click > a.active {
  background: #E0E0E0;
  -webkit-box-shadow: 0 4px 0 0 #187df0 !important;
  -moz-box-shadow: 0 4px 0 0 #187df0 !important;
  box-shadow: 0 4px 0 0 #187df0 !important;
}

/* line 133, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-help .block-views-related-content-block .item-list > ul li a.group-link-wrapper:before {
  background: #358DF2;
}

/* line 105, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-generic .page-header-wrapper {
  background: #438945;
  color: #FFFFFF;
}

/* line 108, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-generic .page-header-wrapper p {
  color: #FFFFFF;
}

/* line 111, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-generic .page-header-wrapper a {
  color: #FFFFFF;
  text-decoration: underline;
}

/* line 116, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-generic ul#main-menu > li.first.active > a.active {
  background: #E0E0E0;
  -webkit-box-shadow: 0 4px 0 0 #d1d1d1 !important;
  -moz-box-shadow: 0 4px 0 0 #d1d1d1 !important;
  box-shadow: 0 4px 0 0 #d1d1d1 !important;
}

/* line 122, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-generic ul#main-menu > li.has-dropdown.not-click > a.active-trail,
.cpvo-section-generic ul#main-menu > li.has-dropdown.not-click > a.active {
  background: #E0E0E0;
  -webkit-box-shadow: 0 4px 0 0 #39743b !important;
  -moz-box-shadow: 0 4px 0 0 #39743b !important;
  box-shadow: 0 4px 0 0 #39743b !important;
}

/* line 133, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-generic .block-views-related-content-block .item-list > ul li a.group-link-wrapper:before {
  background: #438945;
}

/* @group page node page ---GENERIC NODE RULES---*/
/* line 142, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-nore .view-mode-full.overview-buttons {
  padding-top: 0 !important;
}

/* line 146, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node {
  /* @group download section */
}

/* line 147, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .view-mode-full:not(.overview-layout) {
  max-width: 64em;
  margin: 0 auto;
  padding-bottom: 60px;
  padding-top: 60px;
}

@media screen and (max-width: 64.063em) {
  /* line 147, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
  .page-node .view-mode-full:not(.overview-layout) {
    padding-top: 1.875rem;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

/* line 158, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .view-mode-full:not(.overview-layout) .field-type-text,
.page-node .view-mode-full:not(.overview-layout) .field-name-field-email,
.page-node .view-mode-full:not(.overview-layout) .field-label-inline {
  display: block;
  width: 100%;
  border-bottom: 1px solid #f5f6f7;
  padding: 10px 0;
  font-size: 1rem;
}

/* line 167, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .view-mode-full:not(.overview-layout) .field-label,
.page-node .view-mode-full:not(.overview-layout) h2.field-label {
  font-family: "UniversBold", Tahoma, sans-serif !important;
  letter-spacing: 0.4px;
  display: inline;
  color: #6e6e6e;
  font-size: 1.0625rem !important;
}

/* line 178, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .view-mode-full:not(.overview-layout) ul.links {
  display: inline-block;
}

/* line 181, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .view-mode-full:not(.overview-layout) .group-metadata .field-type-text {
  display: inline-block !important;
  width: auto !important;
  border-bottom: none !important;
  padding: 0 !important;
  font-size: 1.0625rem !important;
}

/* line 188, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .view-mode-full:not(.overview-layout) .node-download .field-type-text {
  display: inline-block !important;
  width: auto !important;
  border-bottom: none !important;
  padding: 14px 15px 14px 65px;
}

/* line 195, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .page-header-wrapper {
  padding-bottom: 30px;
}

/* line 199, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .page-header-wrapper .page-header h1#page-title {
  padding-top: 30px;
  max-width: 64em;
  max-width: 1024px !important;
  margin: 0 auto;
}

@media screen and (max-width: 64.063em) {
  /* line 199, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
  .page-node .page-header-wrapper .page-header h1#page-title {
    padding-top: 10px;
  }
}

/* line 210, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .page-header-wrapper .view.view-node-title-metadata {
  background: none !important;
  margin-top: 40px;
  max-width: 64em;
  margin: 0 auto;
  text-align: center;
}

/* line 216, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .page-header-wrapper .view.view-node-title-metadata .view-content {
  padding: 0;
}

/* line 218, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .page-header-wrapper .view.view-node-title-metadata .view-content span.field-content {
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  font-family: "UniversBold", Tahoma, sans-serif !important;
  margin-bottom: 30px;
  text-align: center;
}

/* line 227, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata {
  width: 100%;
  border-bottom: 2px solid #eee;
  padding: 25px 0 10px;
  margin-bottom: 30px;
}

/* line 232, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata div {
  display: inline-block;
}

/* line 237, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata div.field-name-field-start-end-date:before, .page-node .group-metadata div.field-type-datetime:before {
  color: #E0E0E0;
  padding-right: 5px;
  display: inline-block;
}

/* line 245, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata div.span.date-display-single {
  padding-left: 0;
}

/* line 250, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata div.field-name-field-city.field-type-text, .page-node .group-metadata div.field-name-field-country.field-type-country, .page-node .group-metadata div.field-name-field-event-website-url {
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 1.0625rem !important;
}

/* line 256, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata div.field-name-field-city:before {
  color: #E0E0E0;
}

/* line 261, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata div.field-name-field-city:after {
  content: ",";
  margin-right: 5px;
}

/* line 265, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata div.field-name-field-event-website-url {
  margin-left: 20px;
}

/* line 268, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata div.field-name-field-event-website-url a:after {
  color: #6e6e6e;
  margin-left: 8px;
}

/* line 276, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata div.field-name-field-faq-category {
  display: block;
  float: left;
  background: #E0E0E0;
  border-left: 4px solid #358DF2;
  padding: 10px 15px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 10px;
  max-width: 300px;
  display: block;
  clear: both;
  float: none;
}

/* line 290, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata div.field-name-field-faq-category .label-inline {
  display: none;
}

/* line 293, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata div.field-name-field-faq-category h2.field-label {
  padding: 0;
  margin: 0;
  font-size: 0.75rem !important;
}

/* line 298, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata div.field-name-field-faq-category ul.links {
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 302, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata div.field-name-field-faq-category ul.links li {
  margin-left: 0;
  font-size: 0.8125rem;
}

/* line 308, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata div ul.links {
  margin-left: 10px;
}

/* line 310, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata div ul.links li {
  display: inline-block;
  margin-right: 10px;
}

/* line 313, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata div ul.links li:after {
  content: ",";
}

/* line 316, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata div ul.links li:last-child:after {
  content: "";
}

/* line 322, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata .field-type-taxonomy-term-reference h2.field-label {
  font-size: 17px !important;
  display: inline-block;
  color: #6e6e6e;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  margin-left: 10px;
}

/* line 329, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .group-metadata ul.links {
  display: inline-block;
}

/* line 335, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .wrap-text .field-name-field-main-image {
  float: left;
  margin-bottom: 0px;
  width: 500px;
  padding-right: 50px;
}

/* line 341, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .field-name-field-main-image {
  margin-bottom: 50px;
}

/* line 343, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .field-name-field-main-image img {
  border: 5px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  height: auto;
}

/* line 349, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .block-views-related-content-block {
  background: #ececec;
}

/* line 351, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .block-views-related-content-block .block-title {
  text-align: center;
  max-width: 64em;
  margin: 50px auto;
  padding-top: 60px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 2.1875rem;
  position: relative;
}

/* line 363, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .block-views-related-content-block .item-list > ul li a.group-link-wrapper {
  padding: 1.875rem 1.25rem;
}

/* line 365, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .block-views-related-content-block .item-list > ul li a.group-link-wrapper:before {
  background: #438945;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}

/* line 377, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .block-views-related-content-block .item-list > ul li a.group-link-wrapper:hover:before {
  height: 100%;
}

/* line 380, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .block-views-related-content-block .item-list > ul li a.group-link-wrapper .field-name-title-field {
  padding-top: 65px;
}

/* line 384, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .block-views-related-content-block .item-list > ul li a.group-link-wrapper .field-name-content-type {
  padding: 0 !important;
}

/* line 388, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .block-views-related-content-block .item-list > ul li a.group-link-wrapper:hover .field-name-field-content-type {
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  top: 20px;
  z-index: 2;
  color: #ffffff;
}

/* line 396, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .block-views-related-content-block .item-list > ul li a.group-link-wrapper:hover .field-name-title-field {
  position: absolute;
  transition: all 0.1s ease-in-out 0s;
  padding-top: 0;
  top: 80px;
  z-index: 2;
}

/* line 402, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .block-views-related-content-block .item-list > ul li a.group-link-wrapper:hover .field-name-title-field h2 {
  color: #ffffff;
}

/* line 407, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .block-views-related-content-block .item-list > ul li a.group-link-wrapper:hover .field-name-field-abstract {
  position: absolute;
  transition: all 0.1s ease-in-out 0s;
  top: 160px;
  z-index: 2;
}

/* line 412, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .block-views-related-content-block .item-list > ul li a.group-link-wrapper:hover .field-name-field-abstract p {
  color: #ffffff;
}

/* line 416, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .block-views-related-content-block .item-list > ul li a.group-link-wrapper .field-type-datetime {
  padding-left: 0;
  padding-right: 0;
  border: none;
}

/* line 421, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .block-views-related-content-block .item-list > ul li a.group-link-wrapper:hover .field-type-datetime {
  z-index: 2;
  background: none;
  color: #ffffff;
}

/* line 425, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .block-views-related-content-block .item-list > ul li a.group-link-wrapper:hover .field-type-datetime:before {
  background: none;
}

/* line 430, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .block-views-related-content-block .item-list > ul li a.group-link-wrapper .field-name-content-type {
  padding: 40px 40px 10px 40px;
  display: block;
  text-transform: uppercase;
  font-size: 0.6875rem;
}

/* line 436, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .block-views-related-content-block .item-list > ul li a.group-link-wrapper .body.field p {
  padding: 20px 40px 20px 40px;
  font-size: 1.0625rem;
  color: #6e6e6e;
  padding: 5px 40px;
}

/* line 445, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .node-download {
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 64.063em) {
  /* line 450, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
  .page-node .node-download > .row {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 455, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .node-download .field-name-field-download-files {
  display: block;
  float: left;
}

/* line 458, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .node-download .field-name-field-download-files .download-wrapper {
  position: relative;
  display: block;
  float: left;
}

/* line 463, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .node-download .field-name-field-download-files .download-wrapper .download-label {
  margin-left: 0;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 480, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .node-download .field-name-title-field {
  display: block;
  float: left;
  vertical-align: center;
  background: #E0E0E0;
  font-size: 0.9375rem;
  font-family: "UniversLight", Tahoma, sans-serif !important;
  padding: 16px 16px 16px 60px;
  position: relative;
}

/* line 489, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.page-node .node-download .field-name-title-field:before {
  content: "";
  border-radius: 50%;
  margin-right: 10px;
  padding: 20px;
  background: url(../../cpvo_foundation/images/type-files/pdf.svg) no-repeat #c5c5c5;
  background-size: 100%;
  position: absolute;
  left: 10px;
  top: 8px;
}

/* @group page node sitemap */
/* line 506, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map {
  background: #ECECEC;
  padding: 60px;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

@media screen and (max-width: 64.063em) {
  /* line 506, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
  #site-map {
    padding: 30px;
  }
}

/* line 515, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map .site-map-box {
  display: block;
  margin: 0 auto;
  vertical-align: top;
  width: 100%;
  max-width: 64em;
  background: #FFFFFF;
  padding: 60px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.025);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.025);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 30px;
}

@media screen and (max-width: 64.063em) {
  /* line 515, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
  #site-map .site-map-box {
    padding: 30px;
  }
}

/* line 534, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map .site-map-box h2.title {
  background-color: #ffc900;
  border-left: 0 none;
  font-size: calc(23px + 0.4vw);
  margin-bottom: 0;
  padding: 0.66vw 2.2vw;
}

/* line 541, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map .site-map-box ul {
  margin: 0;
  padding: 0 !important;
}

/* line 544, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map .site-map-box ul > li {
  font-size: calc(17px + 0.2vw);
  margin-bottom: 1px;
  list-style: none;
}

/* line 548, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map .site-map-box ul > li a,
#site-map .site-map-box ul > li span.nolink {
  display: inline-block;
  margin: 0 1%;
  vertical-align: top;
  width: 100%;
  color: #000000;
  padding: 10px;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 1.4375rem;
  list-style: none;
}

/* line 559, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map .site-map-box ul > li a:hover,
#site-map .site-map-box ul > li span.nolink:hover {
  background: #ECECEC;
}

/* line 562, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map .site-map-box ul > li a:after,
#site-map .site-map-box ul > li span.nolink:after {
  font-size: 80%;
  opacity: 0.3;
  padding-left: 5px;
  vertical-align: middle;
}

/* line 573, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map .site-map-box ul > li.expanded > .site-map-menu > li > a,
#site-map .site-map-box ul > li .first.leaf > a {
  padding: 10px;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 1.4375rem;
  list-style: none;
}

/* line 578, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map .site-map-box ul > li.expanded > .site-map-menu > li > a:hover,
#site-map .site-map-box ul > li .first.leaf > a:hover {
  background: #ECECEC;
}

/* line 582, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map .site-map-box ul > li.expanded > .site-map-menu > li ul.site-map-menu > li > a,
#site-map .site-map-box ul > li .first.leaf ul.site-map-menu > li > a {
  color: #000000;
  font-size: 1rem;
  padding: 15px;
  color: #6e6e6e;
  padding-left: 30px;
}

/* line 588, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map .site-map-box ul > li.expanded > .site-map-menu > li ul.site-map-menu > li > a:hover,
#site-map .site-map-box ul > li .first.leaf ul.site-map-menu > li > a:hover {
  background: #ECECEC;
}

/* line 593, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map .site-map-box ul > li > a.my-pvr,
#site-map .site-map-box ul > li > a.login,
#site-map .site-map-box ul > li > a.help-centre {
  background: #E0E0E0;
  margin-top: 1px;
  display: block;
  float: none !important;
}

/* line 601, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map .site-map-box ul > li > a.my-pvr {
  margin-top: 50px;
  border-top: 2px solid #E0E0E0;
}

/* line 608, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map a.cpvo-section-agency,
#site-map a.cpvo-section-news-events,
#site-map a.cpvo-section-news-events,
#site-map a.cpvo-section-applications-and-examinations {
  background-color: #438945;
  color: #fff !important;
  display: block;
  padding: 15px;
  font-family: "UniversBold", Tahoma, sans-serif !important;
}

/* line 618, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map a.cpvo-section-agency:hover,
#site-map a.cpvo-section-news-events:hover,
#site-map a.cpvo-section-news-events:hover,
#site-map a.cpvo-section-applications-and-examinations:hover {
  background: #3b783c;
}

/* line 622, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map a.cpvo-section-agency {
  background-color: #1b4078 !important;
}

/* line 624, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map a.cpvo-section-agency:hover {
  background: #163563 !important;
}

/* line 628, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map a.cpvo-section-news-events {
  background-color: #b4203c !important;
}

/* line 630, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map a.cpvo-section-news-events:hover {
  background: #9e1c35 !important;
}

/* line 634, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map a.cpvo-section-applications-and-examinations {
  background-color: #438945 !important;
}

/* line 636, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
#site-map a.cpvo-section-applications-and-examinations:hover {
  background: #3b783c !important;
}

/* @group Web Forms */
/* line 644, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-type-webform .main, .section-user .main, .section-users .main {
  background: #ECECEC;
}

/* line 646, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-type-webform .main form.webform-client-form, .section-user .main form.webform-client-form, .section-users .main form.webform-client-form, .node-type-webform .main .section-user form#user-login, .section-user .main form#user-login, .node-type-webform .main .section-user .profile, .section-user .node-type-webform .main .profile, .section-user .main .profile, .section-users .main .section-user .profile, .section-user .section-users .main .profile, .node-type-webform .main .section-users form#user-login, .section-users .main form#user-login, .node-type-webform .main .section-users .profile, .section-users .node-type-webform .main .profile, .section-user .main .section-users .profile, .section-users .section-user .main .profile, .section-users .main .profile {
  padding: 60px 10%;
  border: 4px solid #E0E0E0;
  background: #FFFFFF;
}

/* line 650, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-type-webform .main form.webform-client-form button.webform-submit, .section-user .main form.webform-client-form button.webform-submit, .section-users .main form.webform-client-form button.webform-submit, .node-type-webform .main .section-user form#user-login button.webform-submit, .section-user .main form#user-login button.webform-submit, .node-type-webform .main .section-user .profile button.webform-submit, .section-user .node-type-webform .main .profile button.webform-submit, .section-user .main .profile button.webform-submit, .section-users .main .section-user .profile button.webform-submit, .section-user .section-users .main .profile button.webform-submit, .node-type-webform .main .section-users form#user-login button.webform-submit, .section-users .main form#user-login button.webform-submit, .node-type-webform .main .section-users .profile button.webform-submit, .section-users .node-type-webform .main .profile button.webform-submit, .section-user .main .section-users .profile button.webform-submit, .section-users .section-user .main .profile button.webform-submit, .section-users .main .profile button.webform-submit, .node-type-webform .main form.webform-client-form .section-user button#edit-submit, .section-user .main form.webform-client-form button#edit-submit, .node-type-webform .main .section-user form#user-login button#edit-submit, .section-user .main form#user-login button#edit-submit, .node-type-webform .main .section-user .profile button#edit-submit, .section-user .main .profile button#edit-submit, .node-type-webform .main form.webform-client-form .section-users button#edit-submit, .section-users .main form.webform-client-form button#edit-submit, .node-type-webform .main .section-users form#user-login button#edit-submit, .section-users .main form#user-login button#edit-submit, .node-type-webform .main .section-users .profile button#edit-submit, .section-users .main .profile button#edit-submit {
  text-align: center;
  float: none;
  width: 40%;
  margin: 0 auto;
}

/* line 656, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-type-webform .main form.webform-client-form button.webform-submit:hover, .section-user .main form.webform-client-form button.webform-submit:hover, .section-users .main form.webform-client-form button.webform-submit:hover, .node-type-webform .main .section-user form#user-login button.webform-submit:hover, .section-user .main form#user-login button.webform-submit:hover, .node-type-webform .main .section-user .profile button.webform-submit:hover, .section-user .node-type-webform .main .profile button.webform-submit:hover, .section-user .main .profile button.webform-submit:hover, .section-users .main .section-user .profile button.webform-submit:hover, .section-user .section-users .main .profile button.webform-submit:hover, .node-type-webform .main .section-users form#user-login button.webform-submit:hover, .section-users .main form#user-login button.webform-submit:hover, .node-type-webform .main .section-users .profile button.webform-submit:hover, .section-users .node-type-webform .main .profile button.webform-submit:hover, .section-user .main .section-users .profile button.webform-submit:hover, .section-users .section-user .main .profile button.webform-submit:hover, .section-users .main .profile button.webform-submit:hover, .node-type-webform .main form.webform-client-form .section-user button#edit-submit:hover, .section-user .main form.webform-client-form button#edit-submit:hover, .node-type-webform .main .section-user form#user-login button#edit-submit:hover, .section-user .main form#user-login button#edit-submit:hover, .node-type-webform .main .section-user .profile button#edit-submit:hover, .section-user .main .profile button#edit-submit:hover, .node-type-webform .main form.webform-client-form .section-users button#edit-submit:hover, .section-users .main form.webform-client-form button#edit-submit:hover, .node-type-webform .main .section-users form#user-login button#edit-submit:hover, .section-users .main form#user-login button#edit-submit:hover, .node-type-webform .main .section-users .profile button#edit-submit:hover, .section-users .main .profile button#edit-submit:hover {
  background: #3b783c;
}

/* line 660, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-type-webform .main form.webform-client-form div, .section-user .main form.webform-client-form div, .section-users .main form.webform-client-form div, .node-type-webform .main .section-user form#user-login div, .section-user .main form#user-login div, .node-type-webform .main .section-user .profile div, .section-user .node-type-webform .main .profile div, .section-user .main .profile div, .section-users .main .section-user .profile div, .section-user .section-users .main .profile div, .node-type-webform .main .section-users form#user-login div, .section-users .main form#user-login div, .node-type-webform .main .section-users .profile div, .section-users .node-type-webform .main .profile div, .section-user .main .section-users .profile div, .section-users .section-user .main .profile div, .section-users .main .profile div {
  margin: 0 auto;
  display: block;
  text-align: center;
}

/* line 664, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-type-webform .main form.webform-client-form div.form-item, .section-user .main form.webform-client-form div.form-item, .section-users .main form.webform-client-form div.form-item, .node-type-webform .main .section-user form#user-login div.form-item, .section-user .main form#user-login div.form-item, .node-type-webform .main .section-user .profile div.form-item, .section-user .node-type-webform .main .profile div.form-item, .section-user .main .profile div.form-item, .section-users .main .section-user .profile div.form-item, .section-user .section-users .main .profile div.form-item, .node-type-webform .main .section-users form#user-login div.form-item, .section-users .main form#user-login div.form-item, .node-type-webform .main .section-users .profile div.form-item, .section-users .node-type-webform .main .profile div.form-item, .section-user .main .section-users .profile div.form-item, .section-users .section-user .main .profile div.form-item, .section-users .main .profile div.form-item, .node-type-webform .main form.webform-client-form div.form-checkboxes, .section-user .main form.webform-client-form div.form-checkboxes, .section-users .main form.webform-client-form div.form-checkboxes, .node-type-webform .main .section-user form#user-login div.form-checkboxes, .section-user .main form#user-login div.form-checkboxes, .node-type-webform .main .section-user .profile div.form-checkboxes, .section-user .node-type-webform .main .profile div.form-checkboxes, .section-user .main .profile div.form-checkboxes, .section-users .main .section-user .profile div.form-checkboxes, .section-user .section-users .main .profile div.form-checkboxes, .node-type-webform .main .section-users form#user-login div.form-checkboxes, .section-users .main form#user-login div.form-checkboxes, .node-type-webform .main .section-users .profile div.form-checkboxes, .section-users .node-type-webform .main .profile div.form-checkboxes, .section-user .main .section-users .profile div.form-checkboxes, .section-users .section-user .main .profile div.form-checkboxes, .section-users .main .profile div.form-checkboxes {
  text-align: left;
}

/* line 668, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-type-webform .main form.webform-client-form div label, .section-user .main form.webform-client-form div label, .section-users .main form.webform-client-form div label, .node-type-webform .main .section-user form#user-login div label, .section-user .main form#user-login div label, .node-type-webform .main .section-user .profile div label, .section-user .node-type-webform .main .profile div label, .section-user .main .profile div label, .section-users .main .section-user .profile div label, .section-user .section-users .main .profile div label, .node-type-webform .main .section-users form#user-login div label, .section-users .main form#user-login div label, .node-type-webform .main .section-users .profile div label, .section-users .node-type-webform .main .profile div label, .section-user .main .section-users .profile div label, .section-users .section-user .main .profile div label, .section-users .main .profile div label {
  text-align: left;
  font: #6e6e6e;
  font-size: 0.9375rem;
}

/* line 673, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-type-webform .main form.webform-client-form div input, .section-user .main form.webform-client-form div input, .section-users .main form.webform-client-form div input, .node-type-webform .main .section-user form#user-login div input, .section-user .main form#user-login div input, .node-type-webform .main .section-user .profile div input, .section-user .node-type-webform .main .profile div input, .section-user .main .profile div input, .section-users .main .section-user .profile div input, .section-user .section-users .main .profile div input, .node-type-webform .main .section-users form#user-login div input, .section-users .main form#user-login div input, .node-type-webform .main .section-users .profile div input, .section-users .node-type-webform .main .profile div input, .section-user .main .section-users .profile div input, .section-users .section-user .main .profile div input, .section-users .main .profile div input,
.node-type-webform .main form.webform-client-form div textarea, .section-user .main form.webform-client-form div textarea, .section-users .main form.webform-client-form div textarea,
.node-type-webform .main .section-user form#user-login div textarea, .section-user .main form#user-login div textarea,
.node-type-webform .main .section-user .profile div textarea, .section-user
.node-type-webform .main .profile div textarea, .section-user .main .profile div textarea, .section-users .main .section-user .profile div textarea, .section-user .section-users .main .profile div textarea,
.node-type-webform .main .section-users form#user-login div textarea, .section-users .main form#user-login div textarea,
.node-type-webform .main .section-users .profile div textarea, .section-users
.node-type-webform .main .profile div textarea, .section-user .main .section-users .profile div textarea, .section-users .section-user .main .profile div textarea, .section-users .main .profile div textarea,
.node-type-webform .main form.webform-client-form div select, .section-user .main form.webform-client-form div select, .section-users .main form.webform-client-form div select,
.node-type-webform .main .section-user form#user-login div select, .section-user .main form#user-login div select,
.node-type-webform .main .section-user .profile div select, .section-user
.node-type-webform .main .profile div select, .section-user .main .profile div select, .section-users .main .section-user .profile div select, .section-user .section-users .main .profile div select,
.node-type-webform .main .section-users form#user-login div select, .section-users .main form#user-login div select,
.node-type-webform .main .section-users .profile div select, .section-users
.node-type-webform .main .profile div select, .section-user .main .section-users .profile div select, .section-users .section-user .main .profile div select, .section-users .main .profile div select {
  height: 3.125rem;
  border: 1px solid #dadada;
  box-shadow: none;
  text-align: left;
}

/* line 680, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-type-webform .main form.webform-client-form div input:focus, .section-user .main form.webform-client-form div input:focus, .section-users .main form.webform-client-form div input:focus, .node-type-webform .main .section-user form#user-login div input:focus, .section-user .main form#user-login div input:focus, .node-type-webform .main .section-user .profile div input:focus, .section-user .node-type-webform .main .profile div input:focus, .section-user .main .profile div input:focus, .section-users .main .section-user .profile div input:focus, .section-user .section-users .main .profile div input:focus, .node-type-webform .main .section-users form#user-login div input:focus, .section-users .main form#user-login div input:focus, .node-type-webform .main .section-users .profile div input:focus, .section-users .node-type-webform .main .profile div input:focus, .section-user .main .section-users .profile div input:focus, .section-users .section-user .main .profile div input:focus, .section-users .main .profile div input:focus,
.node-type-webform .main form.webform-client-form div textarea:focus, .section-user .main form.webform-client-form div textarea:focus, .section-users .main form.webform-client-form div textarea:focus,
.node-type-webform .main .section-user form#user-login div textarea:focus, .section-user .main form#user-login div textarea:focus,
.node-type-webform .main .section-user .profile div textarea:focus, .section-user
.node-type-webform .main .profile div textarea:focus, .section-user .main .profile div textarea:focus, .section-users .main .section-user .profile div textarea:focus, .section-user .section-users .main .profile div textarea:focus,
.node-type-webform .main .section-users form#user-login div textarea:focus, .section-users .main form#user-login div textarea:focus,
.node-type-webform .main .section-users .profile div textarea:focus, .section-users
.node-type-webform .main .profile div textarea:focus, .section-user .main .section-users .profile div textarea:focus, .section-users .section-user .main .profile div textarea:focus, .section-users .main .profile div textarea:focus,
.node-type-webform .main form.webform-client-form div select:focus, .section-user .main form.webform-client-form div select:focus, .section-users .main form.webform-client-form div select:focus,
.node-type-webform .main .section-user form#user-login div select:focus, .section-user .main form#user-login div select:focus,
.node-type-webform .main .section-user .profile div select:focus, .section-user
.node-type-webform .main .profile div select:focus, .section-user .main .profile div select:focus, .section-users .main .section-user .profile div select:focus, .section-user .section-users .main .profile div select:focus,
.node-type-webform .main .section-users form#user-login div select:focus, .section-users .main form#user-login div select:focus,
.node-type-webform .main .section-users .profile div select:focus, .section-users
.node-type-webform .main .profile div select:focus, .section-user .main .section-users .profile div select:focus, .section-users .section-user .main .profile div select:focus, .section-users .main .profile div select:focus {
  box-shadow: none;
  border: 3px solid #438945;
}

/* line 685, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-type-webform .main form.webform-client-form div .webform-component, .section-user .main form.webform-client-form div .webform-component, .section-users .main form.webform-client-form div .webform-component, .node-type-webform .main .section-user form#user-login div .webform-component, .section-user .main form#user-login div .webform-component, .node-type-webform .main .section-user .profile div .webform-component, .section-user .node-type-webform .main .profile div .webform-component, .section-user .main .profile div .webform-component, .section-users .main .section-user .profile div .webform-component, .section-user .section-users .main .profile div .webform-component, .node-type-webform .main .section-users form#user-login div .webform-component, .section-users .main form#user-login div .webform-component, .node-type-webform .main .section-users .profile div .webform-component, .section-users .node-type-webform .main .profile div .webform-component, .section-user .main .section-users .profile div .webform-component, .section-users .section-user .main .profile div .webform-component, .section-users .main .profile div .webform-component {
  margin-bottom: 1.875rem;
}

/* line 688, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-type-webform .main form.webform-client-form div .description, .section-user .main form.webform-client-form div .description, .section-users .main form.webform-client-form div .description, .node-type-webform .main .section-user form#user-login div .description, .section-user .main form#user-login div .description, .node-type-webform .main .section-user .profile div .description, .section-user .node-type-webform .main .profile div .description, .section-user .main .profile div .description, .section-users .main .section-user .profile div .description, .section-user .section-users .main .profile div .description, .node-type-webform .main .section-users form#user-login div .description, .section-users .main form#user-login div .description, .node-type-webform .main .section-users .profile div .description, .section-users .node-type-webform .main .profile div .description, .section-user .main .section-users .profile div .description, .section-users .section-user .main .profile div .description, .section-users .main .profile div .description {
  text-align: left;
  font-style: italics;
  color: #6e6e6e;
  font-size: 0.8125rem;
  padding: 0;
  margin-top: -10px;
}

/* line 696, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-type-webform .main form.webform-client-form div input.form-checkbox, .section-user .main form.webform-client-form div input.form-checkbox, .section-users .main form.webform-client-form div input.form-checkbox, .node-type-webform .main .section-user form#user-login div input.form-checkbox, .section-user .main form#user-login div input.form-checkbox, .node-type-webform .main .section-user .profile div input.form-checkbox, .section-user .node-type-webform .main .profile div input.form-checkbox, .section-user .main .profile div input.form-checkbox, .section-users .main .section-user .profile div input.form-checkbox, .section-user .section-users .main .profile div input.form-checkbox, .node-type-webform .main .section-users form#user-login div input.form-checkbox, .section-users .main form#user-login div input.form-checkbox, .node-type-webform .main .section-users .profile div input.form-checkbox, .section-users .node-type-webform .main .profile div input.form-checkbox, .section-user .main .section-users .profile div input.form-checkbox, .section-users .section-user .main .profile div input.form-checkbox, .section-users .main .profile div input.form-checkbox,
.node-type-webform .main form.webform-client-form div label.option, .section-user .main form.webform-client-form div label.option, .section-users .main form.webform-client-form div label.option,
.node-type-webform .main .section-user form#user-login div label.option, .section-user .main form#user-login div label.option,
.node-type-webform .main .section-user .profile div label.option, .section-user
.node-type-webform .main .profile div label.option, .section-user .main .profile div label.option, .section-users .main .section-user .profile div label.option, .section-user .section-users .main .profile div label.option,
.node-type-webform .main .section-users form#user-login div label.option, .section-users .main form#user-login div label.option,
.node-type-webform .main .section-users .profile div label.option, .section-users
.node-type-webform .main .profile div label.option, .section-user .main .section-users .profile div label.option, .section-users .section-user .main .profile div label.option, .section-users .main .profile div label.option,
.node-type-webform .main form.webform-client-form div input.form-radio, .section-user .main form.webform-client-form div input.form-radio, .section-users .main form.webform-client-form div input.form-radio,
.node-type-webform .main .section-user form#user-login div input.form-radio, .section-user .main form#user-login div input.form-radio,
.node-type-webform .main .section-user .profile div input.form-radio, .section-user
.node-type-webform .main .profile div input.form-radio, .section-user .main .profile div input.form-radio, .section-users .main .section-user .profile div input.form-radio, .section-user .section-users .main .profile div input.form-radio,
.node-type-webform .main .section-users form#user-login div input.form-radio, .section-users .main form#user-login div input.form-radio,
.node-type-webform .main .section-users .profile div input.form-radio, .section-users
.node-type-webform .main .profile div input.form-radio, .section-user .main .section-users .profile div input.form-radio, .section-users .section-user .main .profile div input.form-radio, .section-users .main .profile div input.form-radio {
  height: 0.625rem !important;
}

/* line 701, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-type-webform .main form.webform-client-form div p, .section-user .main form.webform-client-form div p, .section-users .main form.webform-client-form div p, .node-type-webform .main .section-user form#user-login div p, .section-user .main form#user-login div p, .node-type-webform .main .section-user .profile div p, .section-user .node-type-webform .main .profile div p, .section-user .main .profile div p, .section-users .main .section-user .profile div p, .section-user .section-users .main .profile div p, .node-type-webform .main .section-users form#user-login div p, .section-users .main form#user-login div p, .node-type-webform .main .section-users .profile div p, .section-users .node-type-webform .main .profile div p, .section-user .main .section-users .profile div p, .section-users .section-user .main .profile div p, .section-users .main .profile div p {
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}

/* @group Maintenance page */
/* line 711, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.maintenance-page {
  margin: 10% auto;
  max-width: 700px;
}

/* line 715, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.maintenance-page #header {
  margin: 0 auto;
  display: block;
  margin: 0 auto;
  width: 300px;
}

/* line 720, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.maintenance-page #header a#logo {
  display: block;
  float: left;
  margin-right: 10px;
}

/* line 725, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.maintenance-page #header #site-slogan {
  color: #1b4078;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.001rem;
  margin-top: -9px;
}

/* line 732, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.maintenance-page #header #name-and-slogan {
  margin: 0 auto;
  display: none;
}

/* line 738, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.maintenance-page h1#page-title {
  color: #000000;
}

/* line 741, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.maintenance-page #content-content {
  font-size: 1.375rem;
  text-align: center;
}

/* @group 404 page */
/* line 749, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.section-404-page-not-found .main {
  background: url("../../cpvo_foundation/images/404-img.png") no-repeat left bottom;
}

/* line 751, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.section-404-page-not-found .main .page-header-wrapper.row {
  background: #cf5840;
}

/* line 753, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.section-404-page-not-found .main .page-header-wrapper.row h1#page-title {
  padding-top: 66px;
}

/* line 758, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.section-404-page-not-found .main .zf-1col.node-page.view-mode-full .error404 {
  text-align: center;
}

/* line 760, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.section-404-page-not-found .main .zf-1col.node-page.view-mode-full .error404 span.error {
  font-size: 60px;
  text-align: center;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  background: none;
  color: #cf5840;
  font-style: normal;
}

/* line 769, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.section-404-page-not-found .main .zf-1col.node-page.view-mode-full .error404 .error-tip h4 {
  display: none;
}

/* line 772, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.section-404-page-not-found .main .zf-1col.node-page.view-mode-full .error404 .error-tip .columns {
  margin-top: 15px;
  background: #ECECEC;
  margin-left: 3.75rem;
  border-radius: 4px;
  padding: 1.875rem;
  width: calc(33.3333% - 3.75rem);
}

/* line 780, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.section-404-page-not-found .main .zf-1col.node-page.view-mode-full .error404 .error-tip .columns p,
.section-404-page-not-found .main .zf-1col.node-page.view-mode-full .error404 .error-tip .columns ul,
.section-404-page-not-found .main .zf-1col.node-page.view-mode-full .error404 .error-tip .columns li {
  text-align: left;
  font-size: 1.0625rem;
  border-radius: 2px;
}

/* line 788, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.section-404-page-not-found .main .zf-1col.node-page.view-mode-full .error404 .error-tip span {
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 1.875rem;
  text-align: center;
  clear: both;
  display: block;
  width: 100%;
}

/* @group procurement node page */
/* line 803, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node.node-procurement div.group-metadata .field-type-datetime:before {
  content: "" !important;
}

/* line 810, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-procurement.node-procurement .field-label-inline,
.node-regulation .field-label-inline {
  border-bottom: none !important;
  display: inline-block !important;
  float: none;
  font-size: 1rem;
  padding: 0 !important;
  width: auto !important;
  margin-right: 20px;
}

/* line 818, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-procurement.node-procurement .field-label-inline ul.links,
.node-regulation .field-label-inline ul.links {
  margin: 0 5px -7px 0;
  padding: 0;
}

/* line 821, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-procurement.node-procurement .field-label-inline ul.links li,
.node-regulation .field-label-inline ul.links li {
  padding: 0;
  margin: 0;
}

/* @group regulation node page */
/* line 831, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-regulation.view-mode-full .field-label-inline {
  border-bottom: none !important;
  display: inline-block !important;
  float: none;
  font-size: 1rem;
  padding: 0 !important;
  width: auto !important;
  margin-right: 20px;
}

/* line 839, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-regulation.view-mode-full .field-label-inline h2.field-label {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  margin-top: 2px;
}

/* line 846, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-regulation.view-mode-full .field-label-inline ul.links {
  margin-left: 0 !important;
}

/* line 848, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.node-regulation.view-mode-full .field-label-inline ul.links li {
  padding: 0;
  margin: 0;
  word-break: break-all;
}

/* @group News & Event page node */
/* line 861, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-news-events .group-metadata .field-type-datetime,
.cpvo-section-news-events .group-metadata .field-type-datetime .field-label {
  font-family: "Playfair Display", serif !important;
  padding: 0 10px;
  color: #6e6e6e;
  font-size: 17px;
  font-style: italic;
}

/* line 868, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.cpvo-section-news-events .group-metadata .field-type-datetime .field-type-datetime .field-label,
.cpvo-section-news-events .group-metadata .field-type-datetime .field-label .field-type-datetime .field-label {
  padding: 0 0 0 3px;
}

/* @group Messages */
/* line 879, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.panel.callout {
  margin-bottom: 0 !important;
}

/* line 881, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.panel.callout .translation-notice {
  text-align: center;
}

/* line 883, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_basic.scss */
.panel.callout .translation-notice p {
  font-size: 1.375rem !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* @group CONTACT PAGE */
/* @ MAIN FONT */
@font-face {
  font-family: 'UniversLight';
  src: url("../fonts/Univers/hinted-UniversLT-Light.eot");
  src: local("../fonts/Univers/Univers LT 45 Light"), local("UniversLT-Light"), url("../fonts/Univers/hinted-UniversLT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Univers/hinted-UniversLT-Light.woff2") format("woff2"), url("../fonts/Univers/hinted-UniversLT-Light.woff") format("woff"), url("../fonts/Univers/hinted-UniversLT-Light.ttf") format("truetype"), url("../fonts/Univers/hinted-UniversLT-Light.svg#UniversLT-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'UniversLightItalics';
  src: url("../fonts/Univers/univers-lightoblique.svg") format("svg"), url("../fonts/Univers/univers-lightoblique.woff") format("woff"), url("../fonts/Univers/univers-lightoblique.eot") format("eot"), url("../fonts/Univers/univers-lightoblique.otf") format("otf"), url("../fonts/Univers/univers-lightoblique.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'UniversBold';
  src: url("../fonts/Univers/hinted-UniversLT-Bold.eot");
  src: local("../fonts/Univers/Univers LT 65 Bold"), local("UniversLT-Bold"), url("../fonts/Univers/hinted-UniversLT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Univers/hinted-UniversLT-Bold.woff") format("woff"), url("../fonts/Univers/hinted-UniversLT-Bold.ttf") format("truetype"), url("../fonts/Univers/hinted-UniversLT-Bold.svg#UniversLT-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/* @group logo CPVO font */
@font-face {
  font-family: 'monitornormal';
  src: url("../fonts/Monitor/monitor-normal-webfont.eot");
  src: url("../fonts/Monitor/monitor-normal-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Monitor/monitor-normal-webfont.woff2") format("woff2"), url("../fonts/Monitor/monitor-normal-webfont.woff") format("woff"), url("../fonts/Monitor/monitor-normal-webfont.ttf") format("truetype"), url("../fonts/Monitor/monitor-normal-webfont.svg#monitornormal") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'monitorbold';
  src: url("../fonts/Monitor/monitor-bold-webfont.eot");
  src: url("../fonts/Monitor/monitor-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Monitor/monitor-bold-webfont.woff2") format("woff2"), url("../fonts/Monitor/monitor-bold-webfont.woff") format("woff"), url("../fonts/Monitor/monitor-bold-webfont.ttf") format("truetype"), url("../fonts/Monitor/monitor-bold-webfont.svg#monitorbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* @group ICONS */
/* line 84, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.page-node .node-download .field-name-field-download-files .download-wrapper .download-label:after, .regulation-list ul.regulation-items .download-wrapper .download-label:after, .view-cpvo-search .result-list ul li ul.regulation-items .download-wrapper .download-label:after,
.regulation-list ul.report-items .download-wrapper .download-label:after, .view-cpvo-search .result-list ul li ul.report-items .download-wrapper .download-label:after, .regulation-list ul.publication-items .download-wrapper .download-label:after, .view-cpvo-search .result-list ul li ul.publication-items .download-wrapper .download-label:after, .publications-list ul.regulation-items .download-wrapper .download-label:after,
.publications-list ul.report-items .download-wrapper .download-label:after, .publications-list ul.publication-items .download-wrapper .download-label:after,
.report-list ul.regulation-items .download-wrapper .download-label:after,
.report-list ul.report-items .download-wrapper .download-label:after,
.report-list ul.publication-items .download-wrapper .download-label:after, .research-development-list li .node-download .field-name-field-download-files .download-wrapper .download-label:after, .breadcrumbs > *:before, .page-node .group-metadata div.field-name-field-start-end-date:before, .page-node .group-metadata div.field-type-datetime:before, .page-node .group-metadata div.field-name-field-city:before, .page-node .group-metadata div.field-name-field-event-website-url a:after, .page-node .node-download .field-name-title-field:before, #site-map .site-map-box ul > li a:after,
#site-map .site-map-box ul > li span.nolink:after, .body ul:not(.header-subcategory):not(.highlighted-list):not(.files) li:before,
.main .block-block ul:not(.header-subcategory):not(.highlighted-list):not(.files) li:before, .body .read-more a:after,
.main .block-block .read-more a:after, .body a[class*="file-type-"]:after,
.main .block-block a[class*="file-type-"]:after, .body ul.files li:before,
.main .block-block ul.files li:before, dl.accordion dd.accordion-navigation > a[id*="-heading"]:after, .l-header-region.row #search-block-form .small-4 button.form-submit.radius:before, .l-header-region.row .block-accessibility-links p a#accessibility-font-increase:before, .l-header-region.row .block-accessibility-links p a#accessibility-font-decrease:before, .l-header-region.row .block-accessibility-links p a#accessibility-contrast:before, .l-header-region.row .block-lang-dropdown #lang_dropdown_form_language div.form-item-lang-dropdown-select:before, .l-header-region.row .block-lang-dropdown #lang_dropdown_form_language div.form-item-lang-dropdown-select:after, nav.top-bar section.top-bar-section ul#main-menu.left li:not(.has-form) a.login:not(.button):before, nav.top-bar section.top-bar-section ul#main-menu.left li:not(.has-form) a.help-centre:not(.button):before, nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click > a:after, nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li.has-dropdown.not-click > a:after,
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li.has-dropdown.not-click > label:after, nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li > ul.dropdown li.has-dropdown.not-click > a:after, nav.top-bar ul.menu > li.login a:before, nav.top-bar ul.menu > li a.help-centre:before, .block-menu-menu-useful-links ul.menu li a:before, ul.social-footer li a.linkedin:before, ul.social-footer li a.twitter:before, ul.social-footer li a.youtube:before, .l-footer .view.view-looking-for div.form-item-jump:after, #toggle + label:after, #toggle:checked + label:after, .block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink:before, .view .filters-wrapper.row .view-filters div.views-exposed-widget:not(#edit-t-wrapper):not(.views-submit-button):not(.views-reset-button) .form-type-select:after, .pagination ul.pager li.arrow.next a:before, .pagination ul.pager li.arrow.previous a:before, .pagination ul.pager li.arrow a:before, .pagination ul.pager li.arrow.first a:before, .group-files:after, .active .group-files:after, .view-content .item-list > ul li.twitter-widget .twitter-block:before, .view-content .item-list > ul li.twitter-widget p a:before, .front .pane-views-panes.pane-latest-articles-panel-pane-1 .owl-controls .owl-buttons div.owl-prev:before, .front .pane-views-panes.pane-latest-articles-panel-pane-1 .owl-controls .owl-buttons div.owl-next:before, .research-development-list li .node-download .field-name-title-field:before, .view-help-centre .view-content .item-list li a.group-link-wrapper:hover:after, .view-faq .faq-list ul li .field-name-title-field:after, .view-help-centre .view-faq .faq-list ul li a:after, .view-network-of-partners .view-content .item-list ul li.views-row .field-name-field-partner-website-url:before, .olPopup .openlayers-tooltip-description .field-name-field-partner-website-url:before, .legend li:before, div.view-mode-full.overview-layout .group-content .layout-container h1.title a:after, div.view-mode-full.overview-layout .group-content .layout-container ul li a:before, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul li .group-main-wrapper .field-name-node-link a:after, .cd-timeline-block:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 99, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-cross, #toggle:checked + label:after {
  content: "\e91a";
}

/* line 103, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-new-tab, .page-node .group-metadata div.field-name-field-event-website-url a:after {
  content: "\e91b";
}

/* line 107, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-pin-42, .legend li:before {
  content: "\e919";
}

/* line 111, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-seperator, .breadcrumbs > *:before {
  content: "\e911";
}

/* line 114, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-arrow-down, .page-node .node-download .field-name-field-download-files .download-wrapper .download-label:after, .regulation-list ul.regulation-items .download-wrapper .download-label:after, .view-cpvo-search .result-list ul li ul.regulation-items .download-wrapper .download-label:after,
.regulation-list ul.report-items .download-wrapper .download-label:after, .view-cpvo-search .result-list ul li ul.report-items .download-wrapper .download-label:after, .regulation-list ul.publication-items .download-wrapper .download-label:after, .view-cpvo-search .result-list ul li ul.publication-items .download-wrapper .download-label:after, .publications-list ul.regulation-items .download-wrapper .download-label:after,
.publications-list ul.report-items .download-wrapper .download-label:after, .publications-list ul.publication-items .download-wrapper .download-label:after,
.report-list ul.regulation-items .download-wrapper .download-label:after,
.report-list ul.report-items .download-wrapper .download-label:after,
.report-list ul.publication-items .download-wrapper .download-label:after, .research-development-list li .node-download .field-name-field-download-files .download-wrapper .download-label:after, dl.accordion dd.accordion-navigation.active > a:after, .l-header-region.row .block-lang-dropdown #lang_dropdown_form_language div.form-item-lang-dropdown-select:after, nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click > a:after, .l-footer .view.view-looking-for div.form-item-jump:after, .view .filters-wrapper.row .view-filters div.views-exposed-widget:not(#edit-t-wrapper):not(.views-submit-button):not(.views-reset-button) .form-type-select:after, .group-files:after, .view-faq .faq-list ul li .field-name-title-field.active:after, .cd-timeline-block:before {
  content: "\e900";
}

/* line 117, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-arrow-left, .pagination ul.pager li.arrow.previous a:before, .pagination ul.pager li.arrow.first a:before, .front .pane-views-panes.pane-latest-articles-panel-pane-1 .owl-controls .owl-buttons div.owl-prev:before {
  content: "\e901";
}

/* line 120, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-arrow-right, #site-map .site-map-box ul > li a:after,
#site-map .site-map-box ul > li span.nolink:after, .body ul:not(.header-subcategory):not(.highlighted-list):not(.files) li:before,
.main .block-block ul:not(.header-subcategory):not(.highlighted-list):not(.files) li:before, .body .read-more a:after,
.main .block-block .read-more a:after, dl.accordion dd.accordion-navigation > a[id*="-heading"]:after, nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li.has-dropdown.not-click > a:after,
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li.has-dropdown.not-click > label:after, nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li > ul.dropdown li.has-dropdown.not-click > a:after, .block-menu-menu-useful-links ul.menu li a:before, .pagination ul.pager li.arrow.next a:before, .pagination ul.pager li.arrow a:before, .front .pane-views-panes.pane-latest-articles-panel-pane-1 .owl-controls .owl-buttons div.owl-next:before, .view-help-centre .view-content .item-list li a.group-link-wrapper:hover:after, .view-faq .faq-list ul li .field-name-title-field:after, .view-help-centre .view-faq .faq-list ul li a:after, div.view-mode-full.overview-layout .group-content .layout-container h1.title a:after, .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul li .group-main-wrapper .field-name-node-link a:after {
  content: "\e902";
}

/* line 123, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-arrow-up, .page-node .node-download .field-name-field-download-files .active.download-wrapper .download-label:after, .regulation-list ul.regulation-items .active.download-wrapper .download-label:after, .view-cpvo-search .result-list ul li ul.regulation-items .active.download-wrapper .download-label:after,
.regulation-list ul.report-items .active.download-wrapper .download-label:after, .view-cpvo-search .result-list ul li ul.report-items .active.download-wrapper .download-label:after, .regulation-list ul.publication-items .active.download-wrapper .download-label:after, .view-cpvo-search .result-list ul li ul.publication-items .active.download-wrapper .download-label:after, .publications-list ul.regulation-items .active.download-wrapper .download-label:after,
.publications-list ul.report-items .active.download-wrapper .download-label:after, .publications-list ul.publication-items .active.download-wrapper .download-label:after,
.report-list ul.regulation-items .active.download-wrapper .download-label:after,
.report-list ul.report-items .active.download-wrapper .download-label:after,
.report-list ul.publication-items .active.download-wrapper .download-label:after, .research-development-list li .node-download .field-name-field-download-files .active.download-wrapper .download-label:after, .active .group-files:after {
  content: "\e903";
}

/* line 126, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-decrease, .l-header-region.row .block-accessibility-links p a#accessibility-font-decrease:before {
  content: "\e904";
}

/* line 129, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-help, nav.top-bar section.top-bar-section ul#main-menu.left li:not(.has-form) a.help-centre:not(.button):before, nav.top-bar ul.menu > li a.help-centre:before {
  content: "\e905";
}

/* line 132, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-increase, .l-header-region.row .block-accessibility-links p a#accessibility-font-increase:before {
  content: "\e906";
}

/* line 135, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-lang, .l-header-region.row .block-lang-dropdown #lang_dropdown_form_language div.form-item-lang-dropdown-select:before {
  content: "\e907";
}

/* line 138, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-login, nav.top-bar section.top-bar-section ul#main-menu.left li:not(.has-form) a.login:not(.button):before, nav.top-bar ul.menu > li.login a:before {
  content: "\e908";
}

/* line 141, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-mail {
  content: "\e909";
}

/* line 144, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-mobile {
  content: "\e90a";
}

/* line 147, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-print {
  content: "\e90b";
}

/* line 150, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-questionmark, #toggle + label:after {
  content: "\e90c";
}

/* line 153, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-search, .l-header-region.row #search-block-form .small-4 button.form-submit.radius:before {
  content: "\e90d";
}

/* line 156, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-language, .view-network-of-partners .view-content .item-list ul li.views-row .field-name-field-partner-website-url:before, .olPopup .openlayers-tooltip-description .field-name-field-partner-website-url:before {
  content: "\e912";
}

/* line 159, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-long-arrow-down:before {
  content: "\e917";
}

/* line 162, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-long-arrow-up:before {
  content: "\e918";
}

/* line 165, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-calendar-o, .page-node .group-metadata div.field-name-field-start-end-date:before, .page-node .group-metadata div.field-type-datetime:before {
  content: "\e90e";
}

/* line 168, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-location {
  content: "\e90f";
}

/* line 171, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-map-marker {
  content: "\e90f";
}

/* line 174, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-pin, .page-node .group-metadata div.field-name-field-city:before {
  content: "\e90f";
}

/* line 177, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-contrast, .l-header-region.row .block-accessibility-links p a#accessibility-contrast:before {
  content: "\e910";
}

/* line 181, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-facebook:before, .block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink.wt_facebook:before {
  content: "\e913";
}

/* line 184, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-youtube:before, ul.social-footer li a.youtube:before {
  content: "\e914";
}

/* line 187, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-twitter:before, ul.social-footer li a.twitter:before, .block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink.wt_twitter:before, .view-content .item-list > ul li.twitter-widget .twitter-block:before, .view-content .item-list > ul li.twitter-widget p a:before {
  content: "\e915";
}

/* line 190, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-linkedin:before, ul.social-footer li a.linkedin:before, .block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink.wt_linkedin:before {
  content: "\e916";
}

/* line 193, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-share-mail, .block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink.wt_e-mail:before {
  content: "\e91c";
}

/* line 196, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_fonts.scss */
.icon-google-plus, .block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink.wt_googleplus:before {
  content: "\e91d";
}

/**
 * @file
 * Stylesheet for the Contextual module.
 */
/**
 * Contextual links regions.
 */
/* line 9, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_contextual.scss */
.contextual-links-region {
  outline: none;
  position: relative;
}

/* line 13, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_contextual.scss */
.contextual-links-region-active {
  outline: #999 dashed 1px;
}

/**
 * Contextual links.
 */
/* line 20, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_contextual.scss */
div.contextual-links-wrapper {
  display: none;
  font-size: 90%;
  position: absolute;
  right: 5px;
  /* LTR */
  top: 2px;
  z-index: 999;
}

/* line 28, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_contextual.scss */
html.js div.contextual-links-wrapper {
  display: block;
}

/* line 31, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_contextual.scss */
a.contextual-links-trigger {
  background: transparent url(../images/gear-select.png) no-repeat 2px 0;
  border: 1px solid transparent;
  display: none;
  height: 18px;
  margin: 0;
  padding: 0 2px;
  outline: none;
  text-indent: 34px;
  /* LTR */
  width: 28px;
  overflow: hidden;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 47, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_contextual.scss */
a.contextual-links-trigger:hover,
div.contextual-links-active a.contextual-links-trigger {
  background-position: 2px -18px;
}

/* line 51, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_contextual.scss */
div.contextual-links-active a.contextual-links-trigger {
  background-color: #fff;
  border-color: #ccc;
  border-bottom: none;
  position: relative;
  z-index: 1;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-radius: 4px 4px 0 0;
}

/* line 62, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_contextual.scss */
div.contextual-links-wrapper ul.contextual-links {
  font-size: 0.9375rem;
  background-color: #fff;
  border: 1px solid #ccc;
  display: none;
  margin: 0;
  padding: 0.25em 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 18px;
  white-space: nowrap;
  -moz-border-radius: 4px 0 4px 4px;
  /* LTR */
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 0;
  /* LTR */
  -webkit-border-top-left-radius: 4px;
  /* LTR */
  border-radius: 4px 0 4px 4px;
  /* LTR */
}

/* line 81, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_contextual.scss */
a.contextual-links-trigger-active,
div.contextual-links-active a.contextual-links-trigger,
div.contextual-links-active ul.contextual-links {
  display: block;
}

/* line 86, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_contextual.scss */
ul.contextual-links li {
  line-height: 100%;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  display: block !important;
  float: none !important;
}

/* line 95, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_contextual.scss */
div.contextual-links-wrapper a {
  text-decoration: none;
}

/* line 99, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_contextual.scss */
ul.contextual-links li a {
  color: #333 !important;
  font-size: 0.9375rem;
  display: block;
  margin: 0.25em 0;
  padding: 0.25em 1em 0.25em 0.5em;
}

/* line 106, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_contextual.scss */
ul.contextual-links li a:hover {
  background-color: #bfdcee;
}

/* line 111, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_contextual.scss */
.button-group,
.action-links {
  left: 0;
  list-style: outside none none;
  margin: 30px auto 0;
  text-align: center;
  max-width: 64em;
}

/* line 119, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_contextual.scss */
.button-group button.small.secondary, .button-group .button.small.secondary,
.action-links button.small.secondary,
.action-links .button.small.secondary {
  font-size: 0.9375rem;
}

/* line 125, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_contextual.scss */
.action-links {
  text-align: left;
}

/* line 127, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_contextual.scss */
.action-links a {
  font-size: 0.9375rem;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  padding: 0.8125rem 2rem;
  border-radius: 3px;
}

/* line 138, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_contextual.scss */
.section-user form#user-login, .section-user .profile, .section-users form#user-login, .section-users .profile {
  max-width: 64em;
  display: block;
  margin: 60px auto;
}

/* line 1, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body,
.main .block-block {
  /* @group content style */
  /* blockquote style */
  /* table body style */
  /* list styles */
  /* simple link style */
  /* link style in list */
  /* highlighted links */
  /* read more link */
  /* highlighted box */
  /* images */
  /* file types */
  /* link types */
  /* background image */
  /* buttons */
}

/* line 5, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body .subheader,
.body p.subheader,
.main .block-block .subheader,
.main .block-block p.subheader {
  font-family: "Playfair Display", serif !important;
  color: #6e6e6e !important;
  font-size: 1.1875rem;
}

/* line 11, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body p,
.main .block-block p {
  font-size: 1.375rem;
  line-height: 1.5;
}

@media screen and (max-width: 64.063em) {
  /* line 11, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
  .body p,
  .main .block-block p {
    font-size: 1.1875rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 40.063em) {
  /* line 11, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
  .body p,
  .main .block-block p {
    font-size: 1.15rem;
    line-height: 1.35;
  }
}

/* line 28, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body blockquote,
.main .block-block blockquote {
  border-left: 50px solid #438945;
  margin-bottom: 1.875rem;
  padding: 2.2vw;
  quotes: "“" "”" "‘" "’";
  font-size: 30px;
  letter-spacing: -0.6px;
  line-height: 150%;
  padding-right: 25%;
}

/* line 37, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body blockquote p,
.main .block-block blockquote p {
  font-size: 1.875rem !important;
  letter-spacing: -0.6px !important;
  line-height: 150% !important;
}

@media only screen and (min-width: 40.063em) {
  /* line 28, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
  .body blockquote,
  .main .block-block blockquote {
    max-width: 900px;
  }
}

/* line 45, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body blockquote:before,
.main .block-block blockquote:before {
  color: #E0E0E0;
  content: open-quote;
  font-family: "Playfair Display", serif !important;
  font-size: 4.5em;
  line-height: 0.1em;
  margin-right: 0.9375rem;
  vertical-align: -0.4em;
}

/* line 54, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body blockquote:after,
.main .block-block blockquote:after {
  color: #E0E0E0;
  content: close-quote;
  float: right;
  font-family: "Playfair Display", serif !important;
  font-size: 4.5em;
  line-height: 0.1em;
  margin-left: 0.9375rem;
  vertical-align: -0.4em;
}

/* line 64, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body blockquote cite,
.main .block-block blockquote cite {
  font-family: "Playfair Display", serif !important;
  letter-spacing: 0px !important;
}

/* line 70, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body table,
.main .block-block table {
  border-collapse: collapse;
  border-spacing: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
  border: medium none;
}

/* line 75, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body table caption,
.main .block-block table caption {
  background: #438945 none repeat scroll 0 0;
  color: #fff;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 1.1875rem;
  padding: 20px;
  text-align: left;
}

/* line 83, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body table thead th,
.main .block-block table thead th {
  background: #f9f9f9;
  border: 1px solid rgba(120, 130, 140, 0.043);
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 1.0625rem !important;
  padding: 0.5rem 0.625rem 0.625rem;
  position: relative;
}

/* line 91, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body table td,
.main .block-block table td {
  border: 1px solid rgba(120, 130, 140, 0.043);
  display: table-cell;
  font-size: 1rem;
  line-height: 1.0625rem;
  padding: 1.25rem;
}

/* line 97, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body table td p,
.main .block-block table td p {
  font-size: 1.0625rem !important;
}

/* line 104, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ol > li,
.main .block-block ol > li {
  counter-increment: step-counter;
  margin: 0.625rem 0 0.625rem 3.75rem;
  list-style: none;
  font-size: 1.375rem;
}

/* line 110, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ol > li:before,
.main .block-block ol > li:before {
  border: 3px solid #E0E0E0;
  border-radius: 50%;
  color: #E0E0E0;
  content: counter(step-counter, decimal);
  display: inline-block;
  font-family: "UniversBold", Helvetica, Roboto, Arial, sans-serif !important;
  font-size: 72%;
  font-weight: bold;
  height: 30px;
  margin: 0 1.25rem 0 -3.125rem;
  padding-top: 1px;
  text-align: center;
  vertical-align: top;
  width: 30px;
}

@media screen and (max-width: 64.063em) {
  /* line 103, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
  .body ol,
  .main .block-block ol {
    margin-left: 0px;
  }
  /* line 131, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
  .body ol > li,
  .main .block-block ol > li {
    font-size: 1.1875rem;
    line-height: 1.5;
  }
  /* line 134, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
  .body ol > li:before,
  .main .block-block ol > li:before {
    width: 25px;
    height: 25px;
    font-size: 0.9rem;
    border-width: 2px;
  }
}

@media screen and (max-width: 40.063em) {
  /* line 145, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
  .body ol > li,
  .main .block-block ol > li {
    font-size: 1.15rem;
    line-height: 1.35;
  }
}

/* line 153, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ul:not(.header-subcategory):not(.highlighted-list):not(.files) li,
.main .block-block ul:not(.header-subcategory):not(.highlighted-list):not(.files) li {
  margin-bottom: 6px;
  list-style: none;
  font-size: 1.375rem;
}

/* line 158, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ul:not(.header-subcategory):not(.highlighted-list):not(.files) li:before,
.main .block-block ul:not(.header-subcategory):not(.highlighted-list):not(.files) li:before {
  font-size: 0.875rem;
  margin-right: 5px;
  padding-top: 5px;
  color: #438945;
}

/* line 166, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ul:not(.header-subcategory):not(.highlighted-list):not(.files) li a:hover,
.main .block-block ul:not(.header-subcategory):not(.highlighted-list):not(.files) li a:hover {
  color: #000000;
}

/* line 169, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ul:not(.header-subcategory):not(.highlighted-list):not(.files) li ul > li,
.main .block-block ul:not(.header-subcategory):not(.highlighted-list):not(.files) li ul > li {
  list-style: disc !important;
  margin-left: 15px;
  font-size: 1.125rem;
}

/* line 173, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ul:not(.header-subcategory):not(.highlighted-list):not(.files) li ul > li:before,
.main .block-block ul:not(.header-subcategory):not(.highlighted-list):not(.files) li ul > li:before {
  content: "";
}

/* line 176, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ul:not(.header-subcategory):not(.highlighted-list):not(.files) li ul > li ul > li,
.main .block-block ul:not(.header-subcategory):not(.highlighted-list):not(.files) li ul > li ul > li {
  list-style: circle !important;
}

@media screen and (max-width: 64.063em) {
  /* line 152, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
  .body ul:not(.header-subcategory):not(.highlighted-list):not(.files),
  .main .block-block ul:not(.header-subcategory):not(.highlighted-list):not(.files) {
    margin-left: 0px;
  }
  /* line 185, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
  .body ul:not(.header-subcategory):not(.highlighted-list):not(.files) > li,
  .main .block-block ul:not(.header-subcategory):not(.highlighted-list):not(.files) > li {
    font-size: 1.1875rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 40.063em) {
  /* line 193, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
  .body ul:not(.header-subcategory):not(.highlighted-list):not(.files) > li,
  .main .block-block ul:not(.header-subcategory):not(.highlighted-list):not(.files) > li {
    font-size: 1.15rem;
    line-height: 1.35;
  }
}

/* line 200, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body a,
.main .block-block a {
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-weight: bold;
}

/* line 205, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body li a,
.main .block-block li a {
  font-family: "UniversBold", Tahoma, sans-serif !important;
}

/* line 207, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body li a:before,
.main .block-block li a:before {
  height: 0 !important;
  position: relative !important;
  transform: none !important;
  visibility: none !important;
}

/* line 215, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body .highlighted-list,
.main .block-block .highlighted-list {
  margin-left: 0;
  padding-left: 0;
}

/* line 218, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body .highlighted-list li,
.main .block-block .highlighted-list li {
  display: inline-block;
  padding-left: 0;
}

/* line 221, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body .highlighted-list li:before,
.main .block-block .highlighted-list li:before {
  content: "";
  height: 0;
  width: 0;
}

/* line 228, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body .highlighted-list a,
.main .block-block .highlighted-list a {
  margin-bottom: 0.3125rem;
  color: white !important;
}

/* line 232, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body .highlighted-link,
.body a.highlighted-link,
.body .highlighted-list a,
.main .block-block .highlighted-link,
.main .block-block a.highlighted-link,
.main .block-block .highlighted-list a {
  background: #438945 !important;
  border-radius: 2px;
  color: white !important;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 6px 10px !important;
}

/* line 242, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body .highlighted-link:hover, .body .highlighted-link:focus,
.body a.highlighted-link:hover,
.body a.highlighted-link:focus,
.body .highlighted-list a:hover,
.body .highlighted-list a:focus,
.main .block-block .highlighted-link:hover,
.main .block-block .highlighted-link:focus,
.main .block-block a.highlighted-link:hover,
.main .block-block a.highlighted-link:focus,
.main .block-block .highlighted-list a:hover,
.main .block-block .highlighted-list a:focus {
  color: white !important;
  background: #3b783c !important;
}

@media screen and (max-width: 64.063em) {
  /* line 232, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
  .body .highlighted-link,
  .body a.highlighted-link,
  .body .highlighted-list a,
  .main .block-block .highlighted-link,
  .main .block-block a.highlighted-link,
  .main .block-block .highlighted-list a {
    display: inline-block;
    margin-top: 0.2rem;
  }
}

/* line 257, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body .read-more a:after,
.main .block-block .read-more a:after {
  font-size: 1rem;
  color: #438945;
}

/* line 265, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body .highlighted-box,
.main .block-block .highlighted-box {
  float: right;
  margin-left: 30px;
  width: calc(280px + 0.1vw);
  background-color: #E0E0E0;
  margin-bottom: 2.2vw;
  margin-left: 0;
  padding: 0 30px 30px 30px;
  position: relative;
  font-size: 0.875rem !important;
}

/* line 275, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body .highlighted-box p,
.body .highlighted-box ul li,
.body .highlighted-box a,
.main .block-block .highlighted-box p,
.main .block-block .highlighted-box ul li,
.main .block-block .highlighted-box a {
  font-size: 0.875rem !important;
}

/* line 280, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body .highlighted-box h2,
.main .block-block .highlighted-box h2 {
  background: #438945;
  color: #fff;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 21px !important;
  letter-spacing: 0.1px;
  margin: -30px -30px 20px -30px;
  padding: 30px;
}

/* line 291, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body img.image-left,
.main .block-block img.image-left {
  float: left;
  height: auto !important;
  margin: 5px 2.2vw 2.2vw 0;
  max-width: 50%;
  width: 100% !important;
  display: block;
}

/* line 299, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body img.image-right,
.main .block-block img.image-right {
  float: right !important;
  height: auto !important;
  margin: 5px 0 2.2vw 2.2vw;
  max-width: 50% !important;
  width: 100% !important;
  display: block;
}

/* line 307, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body img.image-center,
.main .block-block img.image-center {
  display: block;
  height: auto !important;
  margin: 0 auto;
  width: 100% !important;
}

/* line 314, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body a[class*="file-type-"],
.main .block-block a[class*="file-type-"] {
  font-size: 0.9375rem;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  padding: 16px 16px 18px 60px !important;
  position: relative;
  background: #E0E0E0;
}

/* line 320, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body a[class*="file-type-"]:before,
.main .block-block a[class*="file-type-"]:before {
  background-color: #c5c5c5 !important;
}

/* line 323, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body a[class*="file-type-"]:after,
.main .block-block a[class*="file-type-"]:after {
  content: "";
  border-radius: 50%;
  margin-right: 10px;
  padding: 20px;
  background-size: 100%;
  position: absolute;
  left: 10px;
  top: 8px;
  background: url(../../cpvo_foundation/images/type-files/pdf.svg) no-repeat #c5c5c5;
  background-size: 100%;
}

/* line 337, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body a.file-type-pdf:after,
.main .block-block a.file-type-pdf:after {
  background: url(../../cpvo_foundation/images/type-files/pdf.svg) no-repeat #c5c5c5;
  background-size: 100%;
}

/* line 341, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body a.file-type-doc:after,
.main .block-block a.file-type-doc:after {
  background: url(../../cpvo_foundation/images/type-files/doc.svg) no-repeat #c5c5c5;
  background-size: 100%;
}

/* line 345, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body a.file-type-txt:after,
.main .block-block a.file-type-txt:after {
  background: url(../../cpvo_foundation/images/type-files/txt.svg) no-repeat #c5c5c5;
  background-size: 100%;
}

/* line 349, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body a.file-type-docx:after,
.main .block-block a.file-type-docx:after {
  background: url(../../cpvo_foundation/images/type-files/docx.svg) no-repeat #c5c5c5;
  background-size: 100%;
}

/* line 353, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body a.file-type-odt:after,
.main .block-block a.file-type-odt:after {
  background: url(../../cpvo_foundation/images/type-files/odt.svg) no-repeat #c5c5c5;
  background-size: 100%;
}

/* line 357, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body a.file-type-zip:after,
.main .block-block a.file-type-zip:after {
  background: url(../../cpvo_foundation/images/type-files/zip.svg) no-repeat #c5c5c5;
  background-size: 100%;
}

/* line 361, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body a.file-type-xls:after,
.main .block-block a.file-type-xls:after {
  background: url(../../cpvo_foundation/images/type-files/xls.svg) no-repeat #c5c5c5;
  background-size: 100%;
}

/* line 365, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body a.file-type-xlsx:after,
.main .block-block a.file-type-xlsx:after {
  background: url(../../cpvo_foundation/images/type-files/xlsx.svg) no-repeat #c5c5c5;
  background-size: 100%;
}

/* line 370, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ul.files,
.main .block-block ul.files {
  margin-bottom: 40px;
  width: auto;
  margin-left: 0;
}

/* line 374, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ul.files li,
.main .block-block ul.files li {
  clear: both;
  display: block;
  width: auto;
  vertical-align: center;
  background: #E0E0E0;
  font-size: 0.9375rem;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  padding: 16px 16px 16px 60px;
  position: relative;
}

/* line 384, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ul.files li:before,
.main .block-block ul.files li:before {
  content: "";
  border-radius: 50%;
  margin-right: 10px;
  padding: 20px;
  background-size: 100%;
  position: absolute;
  left: 10px;
  top: 8px;
}

/* line 395, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ul.files li.file-type-pdf:before,
.main .block-block ul.files li.file-type-pdf:before {
  background: url(../../cpvo_foundation/images/type-files/pdf.svg) no-repeat #c5c5c5;
  background-size: 100%;
}

/* line 399, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ul.files li.file-type-doc:before,
.main .block-block ul.files li.file-type-doc:before {
  background: url(../../cpvo_foundation/images/type-files/doc.svg) no-repeat #c5c5c5;
  background-size: 100%;
}

/* line 403, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ul.files li.file-type-txt:before,
.main .block-block ul.files li.file-type-txt:before {
  background: url(../../cpvo_foundation/images/type-files/txt.svg) no-repeat #c5c5c5;
  background-size: 100%;
}

/* line 407, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ul.files li.file-type-docx:before,
.main .block-block ul.files li.file-type-docx:before {
  background: url(../../cpvo_foundation/images/type-files/docx.svg) no-repeat #c5c5c5;
  background-size: 100%;
}

/* line 411, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ul.files li.file-type-odt:before,
.main .block-block ul.files li.file-type-odt:before {
  background: url(../../cpvo_foundation/images/type-files/odt.svg) no-repeat #c5c5c5;
  background-size: 100%;
}

/* line 415, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ul.files li.file-type-zip:before,
.main .block-block ul.files li.file-type-zip:before {
  background: url(../../cpvo_foundation/images/type-files/zip.svg) no-repeat #c5c5c5;
  background-size: 100%;
}

/* line 419, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ul.files li.file-type-xls:before,
.main .block-block ul.files li.file-type-xls:before {
  background: url(../../cpvo_foundation/images/type-files/xls.svg) no-repeat #c5c5c5;
  background-size: 100%;
}

/* line 423, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body ul.files li.file-type-xlsx:before,
.main .block-block ul.files li.file-type-xlsx:before {
  background: url(../../cpvo_foundation/images/type-files/xlsx.svg) no-repeat #c5c5c5;
  background-size: 100%;
}

/* line 430, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body a:not(.button):not(.highlighted-link):not([id*="-heading"]):not(.wtSocialNetworkLink),
.main .block-block a:not(.button):not(.highlighted-link):not([id*="-heading"]):not(.wtSocialNetworkLink) {
  color: #438945;
  padding: 5px 0;
  text-shadow: none;
  position: relative;
}

/* line 435, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body a:not(.button):not(.highlighted-link):not([id*="-heading"]):not(.wtSocialNetworkLink):before,
.main .block-block a:not(.button):not(.highlighted-link):not([id*="-heading"]):not(.wtSocialNetworkLink):before {
  background-color: #438945;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
}

/* line 447, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body a:not(.button):not(.highlighted-link):not([id*="-heading"]):not(.wtSocialNetworkLink):hover:before,
.main .block-block a:not(.button):not(.highlighted-link):not([id*="-heading"]):not(.wtSocialNetworkLink):hover:before {
  transform: scaleX(1);
  visibility: visible;
}

/* line 451, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body a:not(.button):not(.highlighted-link):not([id*="-heading"]):not(.wtSocialNetworkLink):hover,
.main .block-block a:not(.button):not(.highlighted-link):not([id*="-heading"]):not(.wtSocialNetworkLink):hover {
  color: #000000;
}

/* line 456, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body .full-color,
.main .block-block .full-color {
  margin-bottom: 2.2vw;
  padding-bottom: 2.2vw !important;
  padding-top: 2.2vw !important;
  background: #E0E0E0 !important;
}

/* line 463, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.body input[type="button"],
.body button,
.body .button,
.main .block-block input[type="button"],
.main .block-block button,
.main .block-block .button {
  background-color: #438945;
  border: 0 none;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 0 0 #326734;
  -moz-box-shadow: 0 3px 0 0 #326734;
  box-shadow: 0 3px 0 0 #326734;
  color: #fff;
  display: inline-block;
  font-family: "UniversBold", Helvetica, Roboto, Arial, sans-serif !important;
  font-size: 1.0625rem;
  margin-bottom: 3px;
  padding: 0.8125rem 2rem;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 64.063em) {
  /* line 463, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
  .body input[type="button"],
  .body button,
  .body .button,
  .main .block-block input[type="button"],
  .main .block-block button,
  .main .block-block .button {
    margin-bottom: 8px;
  }
}

/* functions for content */
/* line 494, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-agency .body blockquote {
  border-color: #1b4078;
}

/* line 497, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-agency .body table caption {
  background: #1b4078;
}

/* line 500, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-agency .body .highlighted-box {
  background: #e1ebf8;
}

/* line 503, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-agency .body .highlighted-box h2 {
  background: #1b4078;
  font-size: 1rem;
  font-family: "UniversBold", Helvetica, Roboto, Arial, sans-serif !important;
}

/* line 508, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-agency .body .cpvo-section-agency input[type="button"],
.cpvo-section-agency .body .cpvo-section-agency .body button {
  background: #1b4078;
  box-shadow: 0 3px 0 0 #122a4e;
}

/* line 511, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-agency .body .cpvo-section-agency input[type="button"]:hover,
.cpvo-section-agency .body .cpvo-section-agency .body button:hover {
  background: #163563;
}

/* line 494, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-news-events .body blockquote {
  border-color: #b4203c;
}

/* line 497, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-news-events .body table caption {
  background: #b4203c;
}

/* line 500, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-news-events .body .highlighted-box {
  background: #fbe6ea;
}

/* line 503, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-news-events .body .highlighted-box h2 {
  background: #b4203c;
  font-size: 1rem;
  font-family: "UniversBold", Helvetica, Roboto, Arial, sans-serif !important;
}

/* line 508, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-news-events .body .cpvo-section-news-events input[type="button"],
.cpvo-section-news-events .body .cpvo-section-news-events .body button {
  background: #b4203c;
  box-shadow: 0 3px 0 0 #89182e;
}

/* line 511, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-news-events .body .cpvo-section-news-events input[type="button"]:hover,
.cpvo-section-news-events .body .cpvo-section-news-events .body button:hover {
  background: #9e1c35;
}

/* line 494, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-applications-and-examinations .body blockquote {
  border-color: #438945;
}

/* line 497, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-applications-and-examinations .body table caption {
  background: #438945;
}

/* line 500, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-applications-and-examinations .body .highlighted-box {
  background: #eaf5eb;
}

/* line 503, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-applications-and-examinations .body .highlighted-box h2 {
  background: #438945;
  font-size: 1rem;
  font-family: "UniversBold", Helvetica, Roboto, Arial, sans-serif !important;
}

/* line 508, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-applications-and-examinations .body .cpvo-section-applications-and-examinations input[type="button"],
.cpvo-section-applications-and-examinations .body .cpvo-section-applications-and-examinations .body button {
  background: #438945;
  box-shadow: 0 3px 0 0 #326734;
}

/* line 511, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-applications-and-examinations .body .cpvo-section-applications-and-examinations input[type="button"]:hover,
.cpvo-section-applications-and-examinations .body .cpvo-section-applications-and-examinations .body button:hover {
  background: #3b783c;
}

/* line 494, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-help .body blockquote {
  border-color: #358DF2;
}

/* line 497, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-help .body table caption {
  background: #358DF2;
}

/* line 500, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-help .body .highlighted-box {
  background: #ebf4fe;
}

/* line 503, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-help .body .highlighted-box h2 {
  background: #358DF2;
  font-size: 1rem;
  font-family: "UniversBold", Helvetica, Roboto, Arial, sans-serif !important;
}

/* line 508, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-help .body .cpvo-section-help input[type="button"],
.cpvo-section-help .body .cpvo-section-help .body button {
  background: #358DF2;
  box-shadow: 0 3px 0 0 #0f73e5;
}

/* line 511, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-help .body .cpvo-section-help input[type="button"]:hover,
.cpvo-section-help .body .cpvo-section-help .body button:hover {
  background: #1d7ff0;
}

/* line 494, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-generic .body blockquote {
  border-color: #438945;
}

/* line 497, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-generic .body table caption {
  background: #438945;
}

/* line 500, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-generic .body .highlighted-box {
  background: #eaf5eb;
}

/* line 503, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-generic .body .highlighted-box h2 {
  background: #438945;
  font-size: 1rem;
  font-family: "UniversBold", Helvetica, Roboto, Arial, sans-serif !important;
}

/* line 508, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-generic .body .cpvo-section-generic input[type="button"],
.cpvo-section-generic .body .cpvo-section-generic .body button {
  background: #438945;
  box-shadow: 0 3px 0 0 #326734;
}

/* line 511, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
.cpvo-section-generic .body .cpvo-section-generic input[type="button"]:hover,
.cpvo-section-generic .body .cpvo-section-generic .body button:hover {
  background: #3b783c;
}

/* @group IFRAME */
/* line 521, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
iframe {
  margin: 60px 0;
}

@media screen and (max-width: 64.063em) {
  /* line 521, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
  iframe {
    margin: 0.9375rem 0rem;
    width: 100% !important;
  }
}

/* @group Accordion */
/* line 536, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
dl.accordion dd.accordion-navigation p,
dl.accordion dd.accordion-navigation a,
dl.accordion dd.accordion-navigation li {
  font-size: 1.125rem !important;
  margin-bottom: 0;
}

/* line 542, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
dl.accordion dd.accordion-navigation > a[id*="-heading"] {
  font-size: 1.0625rem !important;
  color: #000000 !important;
  padding: 20px 50px 20px 30px !important;
  display: block !important;
  transition: all 0.3s ease !important;
  background: #ECECEC !important;
  position: relative !important;
  line-height: 1.125rem !important;
  cursor: pointer !important;
  border-bottom: 1px solid #eee !important;
  margin-bottom: 1px !important;
}

/* line 554, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
dl.accordion dd.accordion-navigation > a[id*="-heading"]:after {
  position: absolute;
  top: 26%;
  right: 30px !important;
  color: #438945;
  line-height: 1.5em;
}

/* line 563, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
dl.accordion dd.accordion-navigation > a[id*="-heading"]:before {
  content: "";
  visibility: invisible;
  background: #E0E0E0;
}

/* line 568, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
dl.accordion dd.accordion-navigation > a[id*="-heading"]:hover, dl.accordion dd.accordion-navigation > a[id*="-heading"]:focus {
  background: #dfdfdf !important;
}

/* line 574, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
dl.accordion dd.accordion-navigation.active > a {
  background: #dfdfdf;
  -webkit-box-shadow: 0 3px 3px 0 rgba(235, 235, 235, 0.5);
  -moz-box-shadow: 0 3px 3px 0 rgba(235, 235, 235, 0.5);
  box-shadow: 0 3px 3px 0 rgba(235, 235, 235, 0.5);
  font-family: "UniversBold", Helvetica, Roboto, Arial, sans-serif !important;
}

/* line 584, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
dl.accordion dd.accordion-navigation .content {
  padding: 30px;
  border-bottom: 1px solid #ECECEC;
}

@media screen and (max-width: 64.063em) {
  /* line 584, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
  dl.accordion dd.accordion-navigation .content {
    padding: 0.9375rem;
  }
  /* line 591, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/base/_content.scss */
  dl.accordion dd.accordion-navigation .content img {
    display: block;
    float: none !important;
    margin: 0 auto !important;
    width: auto !important;
    height: auto !important;
    padding-bottom: 15px;
  }
}

/* line 2, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.skip-link {
  display: none;
}

/* line 6, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
h2.element-invisible,
label.element-invisible {
  display: none;
}

/* line 11, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header {
  position: relative;
  z-index: 50;
}

/* line 16, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row {
  float: right;
  margin-top: 0.625rem;
  max-width: 46.875rem;
  z-index: 1;
  margin-right-right: 3%;
}

/* line 23, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row #search-block-form {
  position: relative;
  z-index: 0;
  padding-right: 0.9375rem;
  width: 233px;
  display: block;
  float: right;
  margin-right: 10px;
}

/* line 32, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row #search-block-form .small-8 form {
  padding: 0px;
  background-color: transparent;
}

/* line 36, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row #search-block-form .small-8 h2 {
  display: none;
}

/* line 39, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row #search-block-form .small-8 input {
  height: 40px;
  width: 233px;
  font-family: 'Playfair Display', serif;
  font-style: italics;
}

/* line 44, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row #search-block-form .small-8 input:hover, .l-header-region.row #search-block-form .small-8 input:focus {
  border-color: #438945;
  box-shadow: none;
  background: #f7f7f7;
}

/* line 52, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row #search-block-form .small-4 {
  overflow: hidden;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  margin-left: -1px;
}

/* line 59, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row #search-block-form .small-4 button.form-submit.radius {
  padding: 20px;
  display: block;
  background: transparent;
  color: #000000;
  height: 34px;
  border-radius: 0px;
  font-size: 1px;
}

/* line 67, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row #search-block-form .small-4 button.form-submit.radius:before {
  color: #000000;
  font-size: 1.4375rem;
  pointer-events: none;
  position: absolute;
  top: 9px;
  left: 4px;
}

/* line 81, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row .block-accessibility-links {
  display: block;
  float: left;
  max-width: 153px;
  margin-right: 5%;
}

/* line 86, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row .block-accessibility-links p {
  display: inline-block;
  margin-top: 0;
}

/* line 89, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row .block-accessibility-links p a {
  background: #E0E0E0;
  color: #000000;
  padding: 10px;
  margin-right: 4px;
  margin-top: 0;
  padding: 3px 5px 3px 5px;
  height: 25px;
  display: inline-block;
  float: left;
  width: 25px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

/* line 105, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row .block-accessibility-links p a#accessibility-font-increase:before {
  margin-right: 10px;
  font-size: 0.8125rem;
}

/* line 111, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row .block-accessibility-links p a#accessibility-font-decrease:before {
  margin-right: 10px;
  font-size: 0.8125rem;
}

/* line 117, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row .block-accessibility-links p a#accessibility-contrast:before {
  margin-right: 10px;
  font-size: 0.8125rem;
}

/* line 127, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row .block-lang-dropdown {
  height: 35px;
  display: block;
  float: right;
  margin-right: 5%;
  cursor: pointer;
}

/* line 133, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row .block-lang-dropdown #lang_dropdown_form_language {
  display: block;
  float: left;
  background: none;
  position: relative;
  z-index: 1000 !important;
}

/* line 139, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row .block-lang-dropdown #lang_dropdown_form_language select#lang-dropdown-select-language {
  text-transform: uppercase;
  background: none !important;
  background-image: none !important;
  background-color: none !important;
  border: none !important;
  overflow: hidden !important;
  height: 40px !important;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-left: -30px;
  cursor: pointer;
  width: 98%;
  padding-left: 30px !important;
  padding-left: 30px !important;
  width: 80px !important;
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
}

/* line 160, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row .block-lang-dropdown #lang_dropdown_form_language select#lang-dropdown-select-language:hover, .l-header-region.row .block-lang-dropdown #lang_dropdown_form_language select#lang-dropdown-select-language:focus {
  background: #eee !important;
}

@media only screen and (min-width: 64.063em) {
  /* line 139, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header-region.row .block-lang-dropdown #lang_dropdown_form_language select#lang-dropdown-select-language {
    max-width: 12.5rem;
  }
}

/* line 168, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row .block-lang-dropdown #lang_dropdown_form_language div.form-item-lang-dropdown-select {
  display: block;
  float: left;
  padding-right: 0px;
  padding-left: 30px;
  width: 85px;
}

/* line 175, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row .block-lang-dropdown #lang_dropdown_form_language div.form-item-lang-dropdown-select:before {
  margin-right: 10px;
  font-size: 0.8125rem;
  color: #000000;
  z-index: 1000 !important;
  left: 10px;
  margin-right: 10px;
  position: absolute;
  top: 12px;
}

/* line 187, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row .block-lang-dropdown #lang_dropdown_form_language div.form-item-lang-dropdown-select:after {
  margin-right: 10px;
  font-size: 0.8125rem;
  color: #000000;
  pointer-events: none;
  margin-left: -26px;
  z-index: 1000 !important;
}

/* line 197, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header-region.row .block-lang-dropdown #lang_dropdown_form_language div.form-item-lang-dropdown-select option {
  padding: 5px;
}

/* line 206, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
section.header-logo {
  margin: 10px 0;
  margin-left: 3%;
  display: block;
}

@media screen and (max-width: 64.063em) {
  /* line 206, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  section.header-logo {
    margin-left: 0.9375rem;
  }
}

/* line 216, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.l-header a {
  max-width: 320px;
  display: block;
}

@media screen and (max-width: 64.063em) {
  /* line 216, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header a {
    max-width: none;
  }
}

/* line 228, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
h1#site-name,
#site-name.element-invisible {
  display: none;
  overflow: visible !important;
  height: auto !important;
  position: relative !important;
  z-index: -1;
  margin-top: 0;
  font-family: "monitornormal" !important;
  display: none;
}

/* line 238, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
h1#site-name a,
#site-name.element-invisible a {
  font-family: "monitorbold" !important;
  font-weight: 700;
  color: #1b4078;
  font-size: 2.1875rem;
  display: block !important;
}

/* line 247, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.site-slogan {
  font-weight: 700;
  color: #1b4078;
  font-size: 0.875rem;
  margin-top: -9px;
  letter-spacing: 0.001rem;
  display: none;
}

/* line 258, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.contain-to-grid.sticky.fixed nav.top-bar ul.title-area h1 a {
  opacity: 1 !important;
}

/* line 262, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.contain-to-grid.sticky {
  background: #FFFFFF;
}

/* line 266, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar {
  background: #FFFFFF;
  border-top: 1px solid #EEEEEE;
  -webkit-box-shadow: -7px 10px 16px -8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -7px 10px 16px -8px rgba(0, 0, 0, 0.4);
  box-shadow: -7px 10px 16px -8px rgba(0, 0, 0, 0.4);
  max-width: none !important;
  padding-bottom: 3rem;
}

@media only screen and (min-width: 64.063em) {
  /* line 275, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  nav.top-bar ul.title-area {
    padding-left: 3%;
    padding-right: 2%;
  }
  /* line 279, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  nav.top-bar ul.title-area h1 a {
    position: relative;
    top: 3px;
    display: block !important;
    padding: 0;
    width: 40px;
    height: 50px;
    display: block;
    background: url(../../../../../sites/all/themes/cpvo_foundation/logo-mobile.png) no-repeat transparent left top;
    font-size: 0;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    z-index: 3;
  }
}

/* line 300, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar ul#main-menu > li.first.active > a.active {
  background: #E0E0E0 !important;
  -webkit-box-shadow: 0 4px 0 0 #d1d1d1 !important;
  -moz-box-shadow: 0 4px 0 0 #d1d1d1 !important;
  box-shadow: 0 4px 0 0 #d1d1d1 !important;
}

/* line 306, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section {
  padding: 0 3% 0 0;
  max-width: 1850px;
}

/* line 310, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left {
  background: #FFFFFF;
  float: none !important;
  margin: -1px;
}

/* line 314, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left li:not(.has-form) a:not(.button) {
  background: #FFFFFF;
  color: #000000;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 1.0625rem !important;
}

/* line 319, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left li:not(.has-form) a:not(.button):hover, nav.top-bar section.top-bar-section ul#main-menu.left li:not(.has-form) a:not(.button):focus,
nav.top-bar section.top-bar-section ul#main-menu.left li:not(.has-form) a:not(.button) label:hover {
  background-color: #EFEFEF;
}

/* line 324, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left li:not(.has-form) a:not(.button).login:before {
  padding-right: 0.3125rem;
}

/* line 329, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left li:not(.has-form) a:not(.button).help-centre {
  float: none !important;
}

/* line 332, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left li:not(.has-form) a:not(.button).help-centre:before {
  color: #358DF2;
  padding-right: 0.3125rem;
}

/* line 339, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left li.hover > a {
  background-color: #EFEFEF !important;
}

/* line 342, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left li > ul.dropdown > li.hover > a,
nav.top-bar section.top-bar-section ul#main-menu.left li > ul.dropdown > li.hover > label {
  background-color: #E0E0E0 !important;
}

/* line 346, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click {
  background-image: none !important;
}

/* line 348, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click a:hover {
  background: #EFEFEF;
}

/* line 351, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click a.active-trail,
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click a.active {
  background: #EFEFEF;
}

/* line 355, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click > a:after {
  margin-top: -11px;
  color: #999999;
  font-size: 0.875rem;
  top: 10000;
}

/* line 363, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click.cpvo-section-agency > a:after {
  color: #1b4078;
}

/* line 366, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click.cpvo-section-news-events > a:after {
  color: #b4203c;
}

/* line 369, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click.cpvo-section-applications-and-examinations > a:after {
  color: #438945;
}

/* line 372, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click.help-centre > a:after {
  color: #358DF2;
}

/* line 375, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown {
  border-bottom: 1px solid rgba(76, 87, 102, 0.1);
  margin: 0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(235, 235, 235, 0.8);
  -moz-box-shadow: 0px 4px 4px 0px rgba(235, 235, 235, 0.8);
  box-shadow: 0px 4px 4px 0px rgba(235, 235, 235, 0.8);
  background-color: #EFEFEF;
  min-width: 300px;
}

/* line 383, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown label {
  width: 100%;
  display: block;
}

/* line 387, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown a,
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown label {
  font-family: "UniversLight", Tahoma, sans-serif !important;
}

/* line 391, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown li.active a.active {
  font-family: "UniversBold", Tahoma, sans-serif !important;
}

/* line 394, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown a:hover,
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown label:hover {
  background: #E0E0E0;
}

/* line 398, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li a,
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li.hover a {
  background: #EFEFEF;
  white-space: normal;
}

/* line 404, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li.has-dropdown.not-click > a:hover,
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li.has-dropdown.not-click > a:focus {
  background: #E0E0E0;
}

/* line 409, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li.has-dropdown.not-click > ul.dropdown > li a,
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li.has-dropdown.not-click > ul.dropdown > li label {
  background: #E0E0E0;
  white-space: normal;
  line-height: 1rem;
  padding: 15px;
}

/* line 415, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li.has-dropdown.not-click > ul.dropdown > li a:hover,
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li.has-dropdown.not-click > ul.dropdown > li label:hover {
  background: #CCCCCC !important;
}

/* line 419, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li.has-dropdown.not-click > ul.dropdown > li.hover a {
  background: #CCCCCC !important;
}

/* line 422, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li.has-dropdown.not-click > a:after,
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li.has-dropdown.not-click > label:after {
  margin-top: 0px;
  color: #999999;
  font-size: 0.875rem;
  position: absolute;
  right: 10px;
  top: 15px;
}

/* line 435, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li > ul.dropdown {
  background: #CCCCCC;
}

/* line 440, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li > ul.dropdown li.has-dropdown.not-click > a:hover,
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li > ul.dropdown li.has-dropdown.not-click > a:hover {
  background: #CCCCCC !important;
}

/* line 444, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li > ul.dropdown li.has-dropdown.not-click > ul.dropdown > li a {
  background: #CCCCCC;
}

/* line 446, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li > ul.dropdown li.has-dropdown.not-click > ul.dropdown > li a:hover {
  background: #AAAAAA !important;
}

/* line 451, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click ul.dropdown > li > ul.dropdown li.has-dropdown.not-click > a:after {
  margin-top: 0px;
  color: #999999;
  font-size: 0.875rem;
}

/* line 461, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click.cpvo-section-agency > ul.dropdown > li.first.hover > a,
nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click.cpvo-section-agency > ul.dropdown > li:nth-child(4) > a {
  cursor: default !important;
}

@media screen and (max-width: 64.063em) {
  /* line 266, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  nav.top-bar {
    padding-bottom: 0px;
  }
  /* line 472, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  nav.top-bar ul.title-area li.toggle-topbar {
    top: 0px;
    height: 100%;
    margin-top: 0px;
  }
  /* line 476, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  nav.top-bar ul.title-area li.toggle-topbar a {
    height: 100%;
    line-height: 3.5;
  }
  /* line 483, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  nav.top-bar.expanded ul.title-area li.toggle-topbar a {
    color: #6e6e6e;
  }
  /* line 485, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  nav.top-bar.expanded ul.title-area li.toggle-topbar a span:after {
    box-shadow: 0 0 0 1px #6e6e6e, 0 7px 0 1px #6e6e6e, 0 14px 0 1px #6e6e6e;
  }
  /* line 490, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  nav.top-bar section.top-bar-section {
    padding: 0px;
  }
}

/* line 537, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.top-bar-section .dropdown label {
  color: #000000;
  font-family: "UniversLight", Tahoma sans-serif !important;
  font-size: 0.625rem;
  font-weight: normal;
  margin-bottom: 0;
  padding: 0;
  text-transform: none;
  font-size: 16px;
  background: #EFEFEF !important;
  padding: 10px 15px;
  cursor: default;
}

/* line 549, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.top-bar-section .dropdown label:hover {
  background-color: #E0E0E0 !important;
}

/* line 555, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
li.expanded.has-dropdown.not-click.cpvo-section-agency li a,
li.expanded.has-dropdown.not-click.cpvo-section-agency li label {
  border-left: 4px solid transparent;
}

/* line 558, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
li.expanded.has-dropdown.not-click.cpvo-section-agency li a:after,
li.expanded.has-dropdown.not-click.cpvo-section-agency li label:after {
  color: #1b4078 !important;
}

/* line 561, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
li.expanded.has-dropdown.not-click.cpvo-section-agency li a:hover,
li.expanded.has-dropdown.not-click.cpvo-section-agency li label:hover {
  border-left: 4px solid #1b4078;
}

/* line 566, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
li.expanded.has-dropdown.cpvo-section-news-events li a,
li.expanded.has-dropdown.cpvo-section-news-events li label {
  border-left: 4px solid transparent;
}

/* line 569, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
li.expanded.has-dropdown.cpvo-section-news-events li a:after,
li.expanded.has-dropdown.cpvo-section-news-events li label:after {
  color: #b4203c !important;
}

/* line 572, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
li.expanded.has-dropdown.cpvo-section-news-events li a:hover,
li.expanded.has-dropdown.cpvo-section-news-events li label:hover {
  border-left: 4px solid #b4203c;
}

/* line 577, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
li.has-dropdown.not-click.cpvo-section-applications-and-examinations li a,
li.has-dropdown.not-click.cpvo-section-applications-and-examinations li label {
  border-left: 4px solid transparent;
}

/* line 580, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
li.has-dropdown.not-click.cpvo-section-applications-and-examinations li a:after,
li.has-dropdown.not-click.cpvo-section-applications-and-examinations li label:after {
  color: #438945 !important;
}

/* line 583, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
li.has-dropdown.not-click.cpvo-section-applications-and-examinations li a:hover,
li.has-dropdown.not-click.cpvo-section-applications-and-examinations li label:hover {
  border-left: 4px solid #438945;
}

/* line 588, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
li.has-dropdown.not-click.help-centre li a,
li.has-dropdown.not-click.help-centre li label {
  border-left: 4px solid transparent;
}

/* line 591, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
li.has-dropdown.not-click.help-centre li a:after,
li.has-dropdown.not-click.help-centre li label:after {
  color: #358DF2 !important;
}

/* line 594, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
li.has-dropdown.not-click.help-centre li a:hover,
li.has-dropdown.not-click.help-centre li label:hover {
  border-left: 4px solid #358DF2;
}

/* line 599, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.top-bar-section .has-dropdown > a:after {
  border-color: transparent !important;
}

@media screen and (max-width: 1024px) {
  /* line 603, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .top-bar-section .left li.right .dropdown {
    right: auto !important;
  }
}

/* line 612, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar ul.menu > li {
  display: inline-block;
  line-height: 2.8125rem;
}

/* line 615, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar ul.menu > li > a {
  color: #000000;
  font-size: 0.9375rem !important;
  font-family: "UniversBold", Helvetica, Roboto, Arial, sans-serif;
  padding: 0 0.9375rem;
}

/* line 620, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar ul.menu > li > a:hover, nav.top-bar ul.menu > li > a:focus {
  background-color: #EFEFEF;
}

/* line 625, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar ul.menu > li.login a:before {
  padding-right: 0.3125rem;
}

/* line 630, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar ul.menu > li.help-centre a {
  float: left;
}

/* line 633, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
nav.top-bar ul.menu > li a.help-centre:before {
  color: #358DF2;
  padding-right: 0.3125rem;
}

/* line 643, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
ul#secondary-menu li:not(.has-form) a:not(.button) {
  background: #E0E0E0 !important;
  color: #000000;
  font-weight: 700;
}

/********************
responsive changes
**********************/
@media screen and (min-width: 1024px) {
  /* line 655, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header-region.row .block-accessibility-links {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  /* line 661, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  section.header-logo a {
    background: url(../../../../../sites/all/themes/cpvo_foundation/logo-mobile.png) no-repeat transparent left top;
    height: 50px;
    display: block;
    height: 40px;
    width: 60px;
    display: block;
  }
  /* line 669, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  section.header-logo a img.logo {
    display: none;
  }
  /* line 675, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  h1#site-name.element-invisible {
    margin-top: 0;
    display: none !important;
  }
  /* line 678, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  h1#site-name.element-invisible a span {
    font-size: 1.375rem !important;
  }
  /* line 680, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .contain-to-grid.sticky {
    position: absolute;
    top: 0;
  }
  /* line 684, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  section.header-logo {
    margin-top: 0;
  }
  /* line 688, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header-region.row .block-lang-dropdown #lang_dropdown_form_language {
    position: absolute;
    right: 50px;
    top: -5px;
  }
  /* line 692, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header-region.row .block-lang-dropdown #lang_dropdown_form_language:before {
    left: 37px;
  }
  /* line 695, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header-region.row .block-lang-dropdown #lang_dropdown_form_language div.form-item-lang-dropdown-select {
    position: absolute;
    right: 60px !important;
    display: block;
    float: left;
    padding-left: 30px;
    padding-right: 0px;
    position: absolute;
    width: 105px;
    overflow: hidden;
    margin-left: 0 !important;
  }
  /* line 706, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header-region.row .block-lang-dropdown #lang_dropdown_form_language div.form-item-lang-dropdown-select:after {
    display: inline-block;
  }
  /* line 711, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header-region.row .block-search-form {
    position: absolute;
    top: 0px;
    right: 100px;
    margin-right: 5px;
    z-index: 2000 !important;
  }
  /* line 717, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header-region.row .block-search-form .small-4 {
    position: absolute;
    right: 8px;
    top: -5px;
    width: 34px;
  }
  /* line 723, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header-region.row .block-search-form h2.element-invisible {
    display: block;
    position: absolute;
    right: -13px;
    top: 0;
    clip: initial !important;
    overflow: visible !important;
    height: auto !important;
    margin: 0;
    cursor: pointer;
    width: 1.25rem;
    font-size: 0;
  }
  /* line 735, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header-region.row .block-search-form h2.element-invisible:before {
    font-size: 1.25rem;
    font-family: 'icomoon';
    line-height: 1.2;
    content: "\e90d";
    color: #438945;
  }
  /* line 743, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header-region.row .block-search-form h2.element-invisible.active:before {
    color: #438945;
    content: "\e91a";
    font-size: 21px;
    top: 11px;
  }
  /* line 751, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header-region.row .block-search-form .row.collapse {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 20vw;
    max-width: 27.5rem;
    padding: 0.4375rem;
    opacity: 0;
  }
  /* line 764, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header-region.row .block-search-form .row.collapse:after {
    width: 100%;
    height: 2.1875rem;
    position: relative;
    top: -0.625rem;
    margin-bottom: -2.0625rem;
  }
  /* line 779, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header-region.row .block-search-form.active .row.collapse {
    opacity: 1;
  }
  /* line 782, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header-region.row .block-search-form.active .row.collapse input#edit-t {
    display: block !important;
    z-index: 3000 !important;
    height: 40px;
    margin-top: -15px;
    width: 160px;
  }
  /* line 792, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header-region.row .block-search-form.active .row.collapse button#edit-submit:before {
    font-size: 14px;
    top: 11px !important;
  }
  /* line 799, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header-region.row .block-search-form input#edit-t {
    display: none;
  }
  /* line 804, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  section.header-logo {
    position: absolute;
    z-index: 100;
    top: 2px;
    width: 140px;
    display: flex;
    align-items: center;
  }
  /* line 811, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  section.header-logo img.logo {
    margin-top: 6px;
  }
  /* line 815, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  section.header-logo #site-name a span {
    font-size: 22px !important;
  }
  /* line 816, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  section.header-logo h1 {
    line-height: 1;
  }
  /* line 818, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  section.header-logo h1 span {
    font-size: 20px;
  }
  /* line 822, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  section.header-logo h2 {
    display: none;
  }
  /* line 826, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .top-bar.expanded .title-area {
    background: white;
  }
  /* line 830, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .top-bar-section ul li {
    background: white;
  }
  /* line 833, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .top-bar-section .right {
    float: none !important;
  }
  /* line 837, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  .l-header a {
    max-width: none;
  }
  /* line 840, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  nav.top-bar section.top-bar-section ul#main-menu.left > li.has-dropdown.not-click > a:after {
    transform: rotate(-90deg);
    top: 40px;
  }
  /* line 846, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click li > a:after {
    top: 10px !important;
  }
  /* line 850, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-agency li a {
    border-left: 6px solid #1b4078;
  }
  /* line 852, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-agency li a.active-trail {
    box-shadow: none !important;
  }
  /* line 853, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-agency li a:after {
    color: #1b4078 !important;
  }
  /* line 856, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-agency li a:hover {
    border-left: 6px solid #1b4078;
  }
  /* line 860, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-agency li.title.back.js-generated h5 a {
    color: #1b4078 !important;
  }
  /* line 862, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-agency li.title.back.js-generated h5 a:before {
    color: #1b4078;
  }
  /* line 869, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-news-events li a {
    border-left: 6px solid #b4203c;
  }
  /* line 871, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-news-events li a.active-trail {
    box-shadow: none !important;
  }
  /* line 872, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-news-events li a:after {
    color: #b4203c !important;
  }
  /* line 875, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-news-events li a:hover {
    border-left: 6px solid #b4203c;
  }
  /* line 879, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-news-events li.title.back.js-generated h5 a {
    color: #b4203c !important;
  }
  /* line 881, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-news-events li.title.back.js-generated h5 a:before {
    color: #b4203c;
  }
  /* line 889, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-applications-and-examinations.active-trail a.active-trail {
    box-shadow: none !important;
  }
  /* line 890, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-applications-and-examinations li a {
    border-left: 6px solid #438945;
    box-shadow: none !important;
  }
  /* line 893, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-applications-and-examinations li a.active-trail, li.expanded.has-dropdown.not-click.cpvo-section-applications-and-examinations li a.active {
    box-shadow: none !important;
  }
  /* line 894, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-applications-and-examinations li a:after {
    color: #438945 !important;
  }
  /* line 897, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-applications-and-examinations li a:hover {
    border-left: 6px solid #438945;
  }
  /* line 901, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-applications-and-examinations li.title.back.js-generated h5 a {
    color: #438945 !important;
  }
  /* line 903, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.cpvo-section-applications-and-examinations li.title.back.js-generated h5 a:before {
    color: #438945;
  }
  /* line 909, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.help-centre li a {
    border-left: 6px solid #358DF2;
  }
  /* line 911, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.help-centre li a:after {
    color: #358DF2 !important;
  }
  /* line 914, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.help-centre li a:hover {
    border-left: 4px solid #358DF2;
  }
  /* line 918, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.help-centre li.title.back.js-generated h5 a {
    color: #358DF2 !important;
  }
  /* line 920, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click.help-centre li.title.back.js-generated h5 a:before {
    color: #358DF2;
  }
  /* line 925, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click ul.dropdown li.title.back.js-generated h5 a {
    font-family: "UniversBold" !important;
    font-weight: 700;
  }
  /* line 928, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
  li.expanded.has-dropdown.not-click ul.dropdown li.title.back.js-generated h5 a:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e901";
  }
}

/* line 943, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_header.scss */
.cpvo-section-applications-and-examinations nav.top-bar.expanded section.top-bar-section ul#main-menu.main-nav.left li.expanded.has-dropdown.active-trail.cpvo-section-applications-and-examinations.not-click a.cpvo-section-applications-and-examinations.active-trail {
  box-shadow: none !important;
}

/* line 1, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_main.scss */
.l-main {
  /* @group MAIN */
}

/* line 5, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_main.scss */
.l-main .main {
  overflow-x: hidden;
  margin-top: 2.25rem;
}

@media only screen and (min-width: 64.063em) {
  /* line 5, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_main.scss */
  .l-main .main {
    margin-top: 0;
  }
}

@media screen and (max-width: 64.063em) {
  /* line 15, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_main.scss */
  .l-main .main > .row > .row {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  /* line 21, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_main.scss */
  .l-main .main > .row > .row > .columns {
    padding: 0px;
  }
  /* line 26, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_main.scss */
  .l-main .main .panel-pane.row {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  /* line 30, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_main.scss */
  .l-main .main .panel-pane.row.block-home-page-banner {
    padding-right: 0px;
    padding-left: 0px;
  }
  /* line 36, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_main.scss */
  .l-main .main p img {
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    margin-bottom: 15px !important;
    float: none !important;
  }
}

/* line 46, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_main.scss */
.l-main .main .group-content p {
  font-size: 22px;
  letter-spacing: 0.44px;
  line-height: 163.636%;
  color: #111;
  font-style: normal;
  font-weight: 300;
  line-height: 173.333%;
}

@media screen and (max-width: 64.063em) {
  /* line 46, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_main.scss */
  .l-main .main .group-content p {
    font-size: 1.1875rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 40.063em) {
  /* line 46, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_main.scss */
  .l-main .main .group-content p {
    font-size: 1.15rem;
    line-height: 1.35;
  }
}

/* @group Footer 1st column */
/* line 8, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-first {
  padding: 1.875rem;
  padding-left: 0px;
}

/* line 12, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-first .block {
  clear: both;
  overflow: hidden;
}

/* line 22, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-first #simplenews-subscriptions-multi-block-form {
  position: relative;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.4px;
  color: #FFFFFF;
}

/* line 28, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-first #simplenews-subscriptions-multi-block-form input.form-checkbox {
  margin-top: 5px;
}

/* line 31, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-first #simplenews-subscriptions-multi-block-form label {
  color: #FFFFFF;
  margin-right: 0px;
}

/* @group Footer 2nd column */
/* line 41, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-second {
  padding: 1.875rem;
}

/* @group Footer 3rd column */
/* line 48, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-third {
  position: relative;
  display: block;
  background: #1e4887;
  padding: 1.875rem 0px 1.875rem 1.875rem;
}

/* line 54, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-third:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #1e4887;
}

/* line 64, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-third h2.block-title {
  text-align: center !important;
}

/* line 68, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-third .block-eu-agency,
footer.l-footer .footer-third .block-eu-network,
footer.l-footer .footer-third .block-zero-harassment {
  margin-top: 1.875rem;
  border: rgba(255, 255, 255, 0.2);
  display: block;
  float: left;
  padding: 15px 0 0 50px;
}

/* line 78, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-third .block-eu-agency p,
footer.l-footer .footer-third .block-eu-network p,
footer.l-footer .footer-third .block-zero-harassment p {
  line-height: 0.6875rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.6875rem;
  padding-right: 1.25rem;
  display: block;
  line-height: 17px;
  text-transform: uppercase;
}

/* line 90, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-third .block-eu-network {
  margin-top: 1.875rem;
  background: url(../../cpvo_foundation/images/eu-network_64x64px.png) no-repeat transparent left top;
  padding-left: 75px;
  min-height: 70px;
}

/* line 95, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-third .block-eu-network p {
  font-size: 0.75rem;
  max-width: 200px;
}

/* line 102, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-third .block-zero-harassment {
  margin-top: 1.875rem;
  background: url(../../cpvo_foundation/images/zero-tolerance.png) no-repeat transparent left top;
  padding-left: 75px;
  min-height: 70px;
}

/* line 107, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-third .block-zero-harassment p {
  font-size: 0.75rem;
  max-width: 200px;
}

/* line 114, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-third .block-ombudsman-cgab {
  margin-top: 1.875rem;
  background: url(../../cpvo_foundation/images/ombudsman-cgab.png) no-repeat transparent left top;
  padding-left: 75px;
  min-height: 70px;
}

/* line 119, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-third .block-ombudsman-cgab p {
  font-size: 0.75rem;
  max-width: 200px;
}

/* line 126, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-third .block-eu-agency {
  background: url(../../cpvo_foundation/images/flag.jpg) no-repeat transparent 10px 15px;
  padding: 36px 0 36px 113px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 23px 0 0 69px;
}

/* @group Block Useful Links */
/* line 139, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
.block-menu-menu-useful-links ul.menu {
  margin-left: 0;
}

/* line 141, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
.block-menu-menu-useful-links ul.menu li {
  list-style: none !important;
}

/* line 143, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
.block-menu-menu-useful-links ul.menu li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 146, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
.block-menu-menu-useful-links ul.menu li a:before {
  font-size: 0.875rem;
  padding-right: 5px;
}

/* @group Social Links */
/* line 157, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
ul.social-footer {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

@media only screen and (max-width: 40em) {
  /* line 157, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  ul.social-footer {
    text-align: center;
  }
}

/* line 167, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
ul.social-footer li {
  display: inline-block;
  margin-right: 0.3125rem;
}

/* line 170, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
ul.social-footer li a {
  display: block;
  float: right;
  font-size: 2.5rem;
  height: 50px !important;
  line-height: 2.7rem;
  overflow: hidden;
  text-align: center;
  width: 50px !important;
  border-radius: 50%;
  padding: 16px 15px 5px 15px;
}

/* line 182, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
ul.social-footer li a.linkedin {
  background-color: #1270AF;
}

/* line 184, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
ul.social-footer li a.linkedin:before {
  font-size: 1.125rem;
  display: block;
  height: 100%;
  width: 0;
}

/* line 193, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
ul.social-footer li a.twitter {
  background-color: #71BFF7;
}

/* line 195, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
ul.social-footer li a.twitter:before {
  font-size: 1.125rem;
  background-color: #71BFF7;
  display: block;
  height: 100%;
  width: 0;
}

/* line 205, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
ul.social-footer li a.youtube {
  background-color: #DB3333;
}

/* line 207, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
ul.social-footer li a.youtube:before {
  font-size: 1.125rem;
  background-color: #DB3333;
  display: block;
  height: 100%;
  width: 0;
}

/* @group Block Looking for */
/* line 224, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
.l-footer .view.view-looking-for {
  background: transparent !important;
}

@media only screen and (min-width: 40.063em) {
  /* line 224, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  .l-footer .view.view-looking-for {
    padding-top: 1.875rem;
  }
}

/* line 229, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
.l-footer .view.view-looking-for div.form-item-jump {
  display: block;
  float: left;
  width: 68%;
}

/* line 235, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
.l-footer .view.view-looking-for button {
  padding-left: 10px;
  padding-right: 10px;
  width: 32%;
}

/* line 241, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
.l-footer .view.view-looking-for .view-content {
  padding: 0px 0.9375rem;
}

/* line 244, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
.l-footer .view.view-looking-for .container-inline {
  text-align: center;
}

/* line 247, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
.l-footer .view.view-looking-for div.form-item-jump:after {
  margin-right: 10px;
  font-size: 0.875rem;
  color: #FFFFFF;
  pointer-events: none;
  margin-left: -26px;
  z-index: 1000;
}

/* line 257, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
.l-footer .view.view-looking-for select#edit-jump {
  background: #1E4887 !important;
  border-color: #1E4887 !important;
  height: 3.125rem;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  color: #FFFFFF;
  background-image: none !important;
  background-color: none !important;
  border: none !important;
  overflow: hidden !important;
  padding: 0 10px 0 10px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-left: -10px;
  cursor: pointer;
  width: 100%;
}

/* line 273, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
.l-footer .view.view-looking-for select#edit-jump h2.block-title {
  text-align: center;
}

/* line 276, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
.l-footer .view.view-looking-for select#edit-jump option {
  padding: 10px;
  cursor: pointer;
}

/* line 286, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer {
  width: 100%;
  display: block;
  max-width: none;
  padding: 0 0.9375rem;
  overflow: hidden;
  background: #1b4078;
  border: none;
}

/* line 297, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-top {
  display: block;
  width: 100%;
  max-width: 90em;
  margin: 0px auto;
}

/* line 303, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-top a,
footer.l-footer .footer-top p {
  color: #FFFFFF;
}

/* line 307, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-top h2 {
  font-family: "UniversBold", Tahoma, sans-serif !important;
  color: #FFFFFF;
  font-size: 1.4375rem;
  letter-spacing: 0.2px;
}

/* line 313, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-top .row.l-footer-columns {
  display: block;
  margin: 0 auto;
  display: flex;
}

@media only screen and (max-width: 40em) {
  /* line 313, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  footer.l-footer .footer-top .row.l-footer-columns {
    flex-flow: column;
  }
  /* line 320, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  footer.l-footer .footer-top .row.l-footer-columns .medium-4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}

/* line 330, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-bottom {
  background: #FFFFFF;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* line 335, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-bottom .footer-second.row {
  padding: 25px 0px 0px 0px;
  max-width: 90em;
  margin: 0 auto;
}

/* line 340, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-bottom .footer-second.row .columns:first-of-type {
  padding-left: 0px;
}

/* line 344, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-bottom .footer-second.row .columns:last-of-type {
  padding-right: 0px;
}

/* line 349, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-bottom .footer-links {
  display: inline;
  padding: 0;
}

/* line 352, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-bottom .footer-links ul.menu {
  float: none;
  text-align: center;
  margin: 0 !important;
}

/* line 356, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-bottom .footer-links ul.menu li {
  display: inline-block;
  margin-right: 0.9375rem;
  text-align: center;
  font-size: 0.8125rem;
}

/* line 364, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-bottom .copyright.columns {
  display: block;
  float: left;
  max-width: 260px;
  font-size: 0.8125rem;
  padding: 0;
}

/* line 372, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
footer.l-footer .footer-bottom .small-12.large-3.columns img {
  float: right;
}

@media screen and (max-width: 64.063em) {
  /* line 380, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  footer.l-footer .footer-top h2 {
    margin-top: 0.5rem;
  }
  /* line 384, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  footer.l-footer .footer-top .row.l-footer-columns {
    display: block;
  }
  /* line 388, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  footer.l-footer .footer-top .footer-third {
    padding-left: 0px;
  }
  /* line 391, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  footer.l-footer .footer-top .footer-third:before {
    content: " ";
    position: absolute;
    top: 0px;
    right: 100%;
    width: 100%;
    height: 100%;
    background: #1e4887;
  }
  /* line 401, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  footer.l-footer .footer-top .footer-third .view.view-looking-for div.form-item-jump {
    width: calc(100% - 130px);
  }
  /* line 405, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  footer.l-footer .footer-top .footer-third .block-eu-network {
    width: 50%;
    background-size: 4.375rem;
    padding-left: 5.9375rem;
  }
  /* line 411, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  footer.l-footer .footer-top .footer-third .block-eu-agency {
    width: 50%;
  }
}

@media screen and (max-width: 40.063em) {
  /* line 422, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  footer.l-footer .footer-top .footer-first,
  footer.l-footer .footer-top .footer-second,
  footer.l-footer .footer-top .footer-third {
    padding: 1rem 0rem;
  }
  /* line 427, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  footer.l-footer .footer-top .footer-first h2.block-title,
  footer.l-footer .footer-top .footer-second h2.block-title,
  footer.l-footer .footer-top .footer-third h2.block-title {
    text-align: center;
  }
  /* line 431, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  footer.l-footer .footer-top .footer-first label,
  footer.l-footer .footer-top .footer-second label,
  footer.l-footer .footer-top .footer-third label {
    margin: 0px !important;
  }
  /* line 435, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  footer.l-footer .footer-top .footer-first .block,
  footer.l-footer .footer-top .footer-second .block,
  footer.l-footer .footer-top .footer-third .block {
    margin-bottom: 1.875rem;
  }
  /* line 441, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  footer.l-footer .footer-top .footer-third h2.block-title {
    margin-bottom: 0px;
  }
  /* line 445, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  footer.l-footer .footer-top .footer-third .block-eu-network,
  footer.l-footer .footer-top .footer-third .block-eu-agency {
    float: none;
    width: 100%;
    min-height: auto;
    margin-top: 0.5rem;
  }
  /* line 456, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  footer.l-footer .footer-bottom .columns {
    padding: 0px;
    text-align: center;
    float: none;
    max-width: none !important;
  }
  /* line 461, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/layout/_footer.scss */
  footer.l-footer .footer-bottom .columns img {
    float: none !important;
  }
}

/* line 1, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
#sliding-popup.sliding-popup-bottom {
  background: #1b4078 none repeat scroll 0 0;
  box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
}

/* line 6, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
#sliding-popup .popup-content {
  max-width: calc(90em + 1.875rem);
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* line 11, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
#sliding-popup .popup-content #popup-text p {
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 0.875rem;
  margin-top: 15px;
}

/* line 17, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
#sliding-popup .popup-content #popup-buttons button {
  font-size: 0.9375rem;
  margin-bottom: 15px;
  text-shadow: none;
  background: #438945;
}

@media only screen and (max-width: 40em) {
  /* line 17, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
  #sliding-popup .popup-content #popup-buttons button {
    font-size: 0.8125rem !important;
  }
}

/* line 28, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
#sliding-popup .popup-content #popup-buttons button.agree-button {
  background: #438945;
}

/* line 30, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
#sliding-popup .popup-content #popup-buttons button.agree-button:hover {
  background: #3b783c;
}

/* line 35, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
#sliding-popup .popup-content #popup-buttons button.find-more-button {
  background: #163563;
  box-shadow: 0 3px 0 0 #122a4e;
}

/* line 38, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
#sliding-popup .popup-content #popup-buttons button.find-more-button:hover {
  background: #142e57;
}

/* @group toggle-block */
/* line 48, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
#toggle {
  position: absolute;
  appearance: none;
  cursor: pointer;
  left: -100%;
  top: -100%;
}

/* line 56, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
#toggle + label {
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 1px;
  height: 80px;
  margin: -140px 5% 20px;
  padding: 26px 9px 7px 0px;
  position: relative;
  float: right;
  font-size: 0px !important;
  transition: all 500ms ease 0s;
  width: 80px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 24px 15px;
  cursor: pointer;
  transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
}

@media only screen and (max-width: 40em) {
  /* line 56, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
  #toggle + label {
    margin: -120px 4% 20px;
    height: 40px;
    width: 40px;
    padding: 7px 7px;
  }
}

/* line 88, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
#toggle + label:hover:before {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(title);
  left: -7%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 90px;
  height: 30px;
  top: -20px;
  content: "Expand";
  font-size: 0.875rem !important;
  font-family: "UniversBold", Tahoma, sans-serif !important;
}

/* line 111, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
#toggle:checked + label:hover:before {
  content: "Collapse";
}

/* line 116, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
#toggle + label:after {
  color: #FFFFFF;
  font-size: 1.875rem;
  padding: 10px;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

@media only screen and (max-width: 40em) {
  /* line 116, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
  #toggle + label:after {
    font-size: 1.5625rem;
    padding: 7px 0px;
  }
}

/* line 133, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.toggle-block {
  max-width: 90em;
  margin: 0 auto;
}

/* line 139, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.toggle-block.scrollable {
  height: 350px;
  overflow: hidden;
}

/* line 149, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
body:not(.cpvo-section-news-events) .content-header {
  background: #FFFFFF none repeat scroll 0 0;
  box-sizing: border-box;
  color: #000000;
  height: 0px;
  overflow: hidden;
  transition: height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;
  z-index: 1;
}

/* line 163, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
#toggle:checked ~ .content-header {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 168, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
#toggle:checked ~ .content-header .toggle-block {
  display: block;
}

@media screen and (max-width: 64.063em) {
  /* line 168, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
  #toggle:checked ~ .content-header .toggle-block {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* line 179, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
#toggle:checked + label {
  background: rgba(0, 0, 0, 0.3);
}

/* line 183, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
#toggle:checked + label:after {
  font-size: 1.75rem;
  opacity: 0.8;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

@media only screen and (max-width: 40em) {
  /* line 183, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
  #toggle:checked + label:after {
    font-size: 1.5625rem;
    padding: 7px 0;
  }
}

/* @group scrollbar */
/* line 205, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #438945 none repeat scroll 0 0;
  border-radius: 0;
  width: 0.5rem;
}

/* line 211, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.scrollable.default-skin .scroll-bar .thumb {
  background-color: #438945;
  border-radius: 0px;
  opacity: 0.7;
}

/* @group SHARE BUTTONS */
/* line 221, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.block.share-buttons {
  text-align: center;
  padding-bottom: 3.75rem;
}

/* line 225, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.block.share-buttons h2 {
  text-align: center;
  font-size: 1.3125rem;
  font-family: "UniversBold", Tahoma, sans-serif !important;
}

/* line 231, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.block.share-buttons ul.wtShareNetworks li {
  display: inline-block;
  height: auto;
  max-width: none;
  margin-bottom: 0px !important;
}

/* line 237, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.block.share-buttons ul.wtShareNetworks li:before {
  content: none !important;
}

/* line 241, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink {
  width: 3.75rem;
  height: 3.75rem;
  min-width: auto;
  padding: 0px;
  margin: 1.5rem;
  font-size: 0px;
  background-color: #999999;
  background-image: none;
  border-radius: 50%;
  border: 0px;
  outline: none;
  transition: 200ms ease-out;
}

/* line 255, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink:before {
  font-size: 1.4rem;
  line-height: 2.6;
}

/* line 261, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink:active, .block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink:focus, .block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink:hover {
  outline: none;
  border: 0px;
  text-decoration: none !important;
}

/* line 273, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink.wt_facebook:hover {
  background-color: #3b5998;
}

/* line 282, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink.wt_twitter:hover {
  background-color: #55acee;
}

/* line 288, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink.wt_googleplus:before {
  font-size: 1.85rem;
  line-height: 2.1;
}

/* line 293, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink.wt_googleplus:hover {
  background-color: #dd4b39;
}

/* line 299, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink.wt_linkedin:before {
  font-size: 1.5rem;
  line-height: 2.3;
}

/* line 304, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink.wt_linkedin:hover {
  background-color: #007bb5;
}

/* line 310, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink.wt_e-mail:before {
  font-size: 1.5rem;
}

/* line 314, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink.wt_e-mail:hover {
  background-color: #438945;
}

@media screen and (max-width: 40.063em) {
  /* line 221, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
  .block.share-buttons {
    padding-bottom: 1.875rem;
  }
  /* line 325, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
  .block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0.5rem 0.2rem;
  }
  /* line 330, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
  .block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink:before {
    font-size: 1.3rem;
  }
  /* line 334, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
  .block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink.wt_googleplus:before {
    font-size: 1.45rem;
    line-height: 2.2;
  }
  /* line 339, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
  .block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink.wt_linkedin:before {
    font-size: 1.4rem;
    line-height: 2.2;
  }
  /* line 344, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
  .block.share-buttons ul.wtShareNetworks li a.wtSocialNetworkLink.wt_e-mail:before {
    font-size: 1.45rem;
    line-height: 2.2;
  }
}

/* line 353, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.view-additional-characteristics .views-field-field-example-varieties {
  width: 30%;
}

/*tables last 3 columns stay the same */
/* line 361, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.view-additional-characteristics .views-field-field-example-varieties {
  width: 30%;
  vertical-align: top;
}

/* line 365, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.view-additional-characteristics .views-field-field-example-varieties .item-list li {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 376, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.view-additional-characteristics .views-field-field-expression-state {
  width: 12%;
  vertical-align: top;
}

/* line 380, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.view-additional-characteristics .views-field-field-expression-state .item-list li {
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 392, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_block.scss */
.view-additional-characteristics .views-field-field-note {
  vertical-align: top;
}

/* line 1, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
input[type="button"],
button,
.button {
  background-color: #438945;
  border: 0 none;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 0 0 #326734;
  -moz-box-shadow: 0 3px 0 0 #326734;
  box-shadow: 0 3px 0 0 #326734;
  color: #fff;
  display: inline-block;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 1.0625rem;
  margin-bottom: 3px;
  padding: 0.8125rem 2rem;
  text-align: center;
  text-decoration: none;
}

/* line 20, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
button.secondary.button,
.button.secondary.button {
  box-shadow: 0 3px 0 0 #224523;
}

/* line 28, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-agency input[type="button"],
.cpvo-section-agency .body button,
.cpvo-section-agency .body .button,
.cpvo-section-agency .view-filters button.form-submit,
.cpvo-section-agency .view-filters button.form-submit:hover {
  background: #1b4078;
  box-shadow: 0 3px 0 0 #122a4e;
}

/* line 31, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-agency input[type="button"]:hover,
.cpvo-section-agency .body button:hover,
.cpvo-section-agency .body .button:hover,
.cpvo-section-agency .view-filters button.form-submit:hover,
.cpvo-section-agency .view-filters button.form-submit:hover:hover {
  background: #163563;
}

/* line 28, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-news-events input[type="button"],
.cpvo-section-news-events .body button,
.cpvo-section-news-events .body .button,
.cpvo-section-news-events .view-filters button.form-submit,
.cpvo-section-news-events .view-filters button.form-submit:hover {
  background: #b4203c;
  box-shadow: 0 3px 0 0 #89182e;
}

/* line 31, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-news-events input[type="button"]:hover,
.cpvo-section-news-events .body button:hover,
.cpvo-section-news-events .body .button:hover,
.cpvo-section-news-events .view-filters button.form-submit:hover,
.cpvo-section-news-events .view-filters button.form-submit:hover:hover {
  background: #9e1c35;
}

/* line 28, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-applications-and-examinations input[type="button"],
.cpvo-section-applications-and-examinations .body button,
.cpvo-section-applications-and-examinations .body .button,
.cpvo-section-applications-and-examinations .view-filters button.form-submit,
.cpvo-section-applications-and-examinations .view-filters button.form-submit:hover {
  background: #438945;
  box-shadow: 0 3px 0 0 #326734;
}

/* line 31, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-applications-and-examinations input[type="button"]:hover,
.cpvo-section-applications-and-examinations .body button:hover,
.cpvo-section-applications-and-examinations .body .button:hover,
.cpvo-section-applications-and-examinations .view-filters button.form-submit:hover,
.cpvo-section-applications-and-examinations .view-filters button.form-submit:hover:hover {
  background: #3b783c;
}

/* line 28, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-help input[type="button"],
.cpvo-section-help .body button,
.cpvo-section-help .body .button,
.cpvo-section-help .view-filters button.form-submit,
.cpvo-section-help .view-filters button.form-submit:hover {
  background: #358DF2;
  box-shadow: 0 3px 0 0 #0f73e5;
}

/* line 31, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-help input[type="button"]:hover,
.cpvo-section-help .body button:hover,
.cpvo-section-help .body .button:hover,
.cpvo-section-help .view-filters button.form-submit:hover,
.cpvo-section-help .view-filters button.form-submit:hover:hover {
  background: #1d7ff0;
}

/* line 28, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-generic input[type="button"],
.cpvo-section-generic .body button,
.cpvo-section-generic .body .button,
.cpvo-section-generic .view-filters button.form-submit,
.cpvo-section-generic .view-filters button.form-submit:hover {
  background: #438945;
  box-shadow: 0 3px 0 0 #326734;
}

/* line 31, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-generic input[type="button"]:hover,
.cpvo-section-generic .body button:hover,
.cpvo-section-generic .body .button:hover,
.cpvo-section-generic .view-filters button.form-submit:hover,
.cpvo-section-generic .view-filters button.form-submit:hover:hover {
  background: #3b783c;
}

/*pagination section colors */
/* line 44, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-agency .pagination ul.pager li.current a {
  background: #1b4078 !important;
}

/* line 47, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-agency .pagination ul.pager li a:hover {
  background: rgba(27, 64, 120, 0.7) !important;
}

/* line 44, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-news-events .pagination ul.pager li.current a {
  background: #b4203c !important;
}

/* line 47, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-news-events .pagination ul.pager li a:hover {
  background: rgba(180, 32, 60, 0.7) !important;
}

/* line 44, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-applications-and-examinations .pagination ul.pager li.current a {
  background: #438945 !important;
}

/* line 47, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-applications-and-examinations .pagination ul.pager li a:hover {
  background: rgba(67, 137, 69, 0.7) !important;
}

/* line 44, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-help .pagination ul.pager li.current a {
  background: #358DF2 !important;
}

/* line 47, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-help .pagination ul.pager li a:hover {
  background: rgba(53, 141, 242, 0.7) !important;
}

/* line 44, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-generic .pagination ul.pager li.current a {
  background: #438945 !important;
}

/* line 47, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_button.scss */
.cpvo-section-generic .pagination ul.pager li a:hover {
  background: rgba(67, 137, 69, 0.7) !important;
}

/* @group filters */
/* line 3, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view {
  background: #ECECEC;
  display: block;
  margin-top: -8px;
}

/* line 7, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .view-content {
  max-width: 90em;
  margin: 0 auto;
  padding: 60px 0;
}

@media screen and (max-width: 64.063em) {
  /* line 7, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view .view-content {
    margin: 1.875rem 0.9375rem !important;
    padding: 0px !important;
  }
  /* line 15, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view .view-content .research-development-list ul {
    margin-left: 0px;
  }
}

/* line 20, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row {
  background: #FFFFFF;
  height: 4.125rem;
}

/* line 25, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row .view-filters {
  max-width: 90em !important;
  margin: 0 auto !important;
  position: relative !important;
  padding-left: 15px;
}

@media screen and (max-width: 64.063em) {
  /* line 25, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view .filters-wrapper.row .view-filters {
    padding-left: 0px;
  }
}

/* line 34, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row .view-filters .views-exposed-widgets {
  display: flex;
}

/* line 37, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row .view-filters #edit-t-wrapper {
  width: 90%;
  padding: 0;
}

/* line 40, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row .view-filters #edit-t-wrapper label {
  display: none;
}

/* line 43, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row .view-filters #edit-t-wrapper input {
  border-top: none !important;
  border-bottom: none !important;
  border-left: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 4.125rem;
  font-family: "Playfair Display", serif !important;
  padding: 0 15px;
}

/* line 56, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row .view-filters div.views-exposed-widget:not(#edit-t-wrapper):not(.views-submit-button):not(.views-reset-button) {
  background: #FFFFFF;
  padding: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}

/* line 66, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row .view-filters div.views-exposed-widget:not(#edit-t-wrapper):not(.views-submit-button):not(.views-reset-button) .views-widget {
  display: block;
  float: left;
  height: 100%;
}

/* line 70, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row .view-filters div.views-exposed-widget:not(#edit-t-wrapper):not(.views-submit-button):not(.views-reset-button) .views-widget select {
  font-family: "UniversBold", Tahoma, sans-serif !important;
  color: #6e6e6e;
  margin: 0 0 0 10px;
  height: 3.125rem;
}

@media screen and (max-width: 64.063em) {
  /* line 66, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view .filters-wrapper.row .view-filters div.views-exposed-widget:not(#edit-t-wrapper):not(.views-submit-button):not(.views-reset-button) .views-widget {
    width: 100%;
  }
  /* line 79, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view .filters-wrapper.row .view-filters div.views-exposed-widget:not(#edit-t-wrapper):not(.views-submit-button):not(.views-reset-button) .views-widget select {
    width: 100%;
  }
}

/* line 84, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row .view-filters div.views-exposed-widget:not(#edit-t-wrapper):not(.views-submit-button):not(.views-reset-button) label {
  display: block;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #000000;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  white-space: nowrap;
  margin: 15px 20px 10px 10px;
  cursor: default !important;
}

/* line 95, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row .view-filters div.views-exposed-widget:not(#edit-t-wrapper):not(.views-submit-button):not(.views-reset-button) .form-type-select {
  position: relative;
}

/* line 97, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row .view-filters div.views-exposed-widget:not(#edit-t-wrapper):not(.views-submit-button):not(.views-reset-button) .form-type-select select.form-select {
  background-image: none !important;
  background-color: #ECECEC;
  border: none;
  border-radius: 2px;
  overflow: hidden !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-left: -10px;
  cursor: pointer;
  font-size: 1.0625rem;
  padding-right: 30px;
  margin-top: 9px;
}

/* line 112, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row .view-filters div.views-exposed-widget:not(#edit-t-wrapper):not(.views-submit-button):not(.views-reset-button) .form-type-select select.form-select option {
  font-family: "UniversLight", Tahoma, sans-serif !important;
  padding: 4px;
}

/* line 116, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row .view-filters div.views-exposed-widget:not(#edit-t-wrapper):not(.views-submit-button):not(.views-reset-button) .form-type-select select.form-select:focus {
  background: #eee !important;
}

/* line 120, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row .view-filters div.views-exposed-widget:not(#edit-t-wrapper):not(.views-submit-button):not(.views-reset-button) .form-type-select:after {
  margin-right: 10px;
  font-size: 0.8125rem;
  color: #000000;
  pointer-events: none;
  margin-left: -26px;
}

/* line 133, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row .view-filters .views-exposed-widget.views-submit-button {
  display: block;
  float: right;
  margin-left: 10px;
}

/* line 137, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row .view-filters .views-exposed-widget.views-submit-button .form-submit {
  margin: 0;
  float: right;
}

/* line 142, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row .view-filters .views-exposed-widget.views-reset-button {
  padding-right: 0;
  padding-left: 0;
}

/* line 145, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view .filters-wrapper.row .view-filters .views-exposed-widget.views-reset-button .form-submit {
  margin-top: 0;
}

@media screen and (max-width: 64.063em) {
  /* line 20, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view .filters-wrapper.row {
    height: auto;
  }
  /* line 155, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view .filters-wrapper.row .view-filters .views-exposed-widgets {
    display: block;
  }
  /* line 157, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view .filters-wrapper.row .view-filters .views-exposed-widgets #edit-t-wrapper,
  .view .filters-wrapper.row .view-filters .views-exposed-widgets [class*="views-widget-filter"] {
    display: inline-block;
    width: 50%;
  }
  /* line 162, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view .filters-wrapper.row .view-filters .views-exposed-widgets #edit-t-wrapper .form-item input {
    height: 3rem;
    margin-top: 0.6rem;
    margin-bottom: 0px;
    border: 1px solid #d3d3d3 !important;
  }
  /* line 168, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view .filters-wrapper.row .view-filters .views-exposed-widgets .form-type-select:after {
    position: absolute;
    top: 28px;
    right: 0px;
    margin: 0px;
  }
  /* line 174, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view .filters-wrapper.row .view-filters .views-exposed-widgets [class*="views-widget-filter"] select {
    margin-left: 0px !important;
  }
  /* line 177, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view .filters-wrapper.row .view-filters .views-exposed-widgets .views-exposed-widget.views-submit-button,
  .view .filters-wrapper.row .view-filters .views-exposed-widgets .views-exposed-widget.views-reset-button {
    float: right !important;
    margin-top: 0.6rem;
    margin-bottom: 0.5rem;
    padding: 0px;
  }
}

@media screen and (max-width: 40.063em) {
  /* line 189, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view .filters-wrapper.row .view-filters .views-exposed-widgets #edit-t-wrapper,
  .view .filters-wrapper.row .view-filters .views-exposed-widgets [class*="views-widget-filter"] {
    width: 100%;
  }
}

/* line 196, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.content-header + .view .filters-wrapper.row {
  border-top: 1px solid #D3D3D3;
}

/* @group top header */
/* line 202, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.top-wrap.row,
.footer-wrap.row {
  max-width: 90em;
  margin: 0 auto;
}

/* line 206, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.top-wrap.row .view-header,
.footer-wrap.row .view-header {
  display: block;
  float: left;
  font-size: 0.875rem;
  margin-top: 5px;
}

@media screen and (max-width: 40.063em) {
  /* line 206, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .top-wrap.row .view-header,
  .footer-wrap.row .view-header {
    margin-bottom: 0.5rem;
  }
}

/* line 218, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.top-wrap.row {
  padding: 50px 0 10px 0;
}

@media screen and (max-width: 64.063em) {
  /* line 218, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .top-wrap.row {
    padding-top: 1.875rem;
    padding-bottom: 0px;
  }
}

/* line 227, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.footer-wrap.row {
  padding: 10px 0 50px 0;
}

@media screen and (max-width: 64.063em) {
  /* line 227, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .footer-wrap.row {
    padding-top: 0px;
    padding-bottom: 1.875rem;
  }
}

/* @group paginator */
/* line 237, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.pagination {
  font-size: 0.875rem;
  font-weight: 400;
}

@media screen and (max-width: 64.063em) {
  /* line 240, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .pagination ul.pager {
    margin-bottom: 0px;
  }
}

/* line 245, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.pagination ul.pager li {
  display: inline-block;
}

/* line 247, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.pagination ul.pager li a {
  background-color: transparent;
  border: 0 solid #ddd;
  color: #999999;
  float: left;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
  text-decoration: none;
  border-radius: 4em;
  margin-right: 0.5em;
  min-width: 2.6em;
  height: 2.6em;
  text-align: center;
}

/* line 261, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.pagination ul.pager li a:hover {
  background: rgba(67, 137, 69, 0.7);
  color: #FFFFFF;
}

/* line 266, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.pagination ul.pager li.current a {
  color: #FFFFFF !important;
  background: #438945 !important;
}

/* line 271, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.pagination ul.pager li.arrow.next a:before {
  font-size: 1.375rem;
}

/* line 276, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.pagination ul.pager li.arrow.previous a:before {
  font-size: 1.375rem;
}

/* line 281, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.pagination ul.pager li.arrow a {
  width: 2.6em;
  overflow: hidden;
}

/* line 284, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.pagination ul.pager li.arrow a:before {
  font-size: 1.375rem;
  padding-right: 7px;
  margin-left: -4px;
}

/* line 292, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.pagination ul.pager li.arrow.last a:before {
  border-radius: none;
  border-right: 2px solid #999999;
  display: block;
  font-size: 1.375rem;
  margin-left: -7px;
  margin-right: -1px;
  padding-right: 0;
}

/* line 301, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.pagination ul.pager li.arrow.last a:hover:before {
  border-right: 2px solid #FFFFFF;
}

/* line 304, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.pagination ul.pager li.arrow.first a:before {
  border-left: 2px solid #999999;
  display: block;
  font-size: 1.375rem;
  margin-left: -1px;
  margin-right: 0;
  padding-right: 0;
}

/* line 314, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.pagination ul.pager li.arrow.first a:before {
  border-radius: none;
  border-left: 2px solid #999999 !important;
}

/* line 318, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.pagination ul.pager li.arrow.first a:hover:before {
  border-left: 2px solid #FFFFFF !important;
}

/* @group downloads */
/* line 327, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
td.views-field-field-downloads,
td.views-field-field-downloads-high-definition {
  background: transparent;
  height: 70px;
  margin-left: 0;
  padding-left: 15px;
  width: 110px;
  vertical-align: auto;
  position: relative;
  cursor: pointer;
}

/* line 338, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
td.views-field-field-downloads:after,
td.views-field-field-downloads-high-definition:after {
  content: "";
  transition: top 0.3s ease, opacity 0.3s ease;
  top: 45%;
  opacity: 0;
  pointer-events: none;
}

/* line 345, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
td.views-field-field-downloads.active:after,
td.views-field-field-downloads-high-definition.active:after {
  content: "";
  background: #2d3135 none repeat scroll 0 0;
  display: block;
  height: 70px;
  left: -1px;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 100px;
  opacity: 1;
}

/* line 359, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.group-files {
  background: #E0E0E0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  background-color: #e0e0e0;
  background-size: 100%;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

/* line 370, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.group-files:after {
  position: absolute;
  right: -20px;
  top: 20px;
}

/* line 377, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.group-files .group-content {
  background: #2D3135;
  position: absolute;
  right: -35px;
  top: 58px;
  padding: 10px;
  min-width: 121px;
  border-top: 1px solid black;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 388, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.group-files .group-content .field-name-field-download-files {
  width: 100%;
  padding: 0;
  display: block;
}

/* line 394, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.group-files .group-content .field-name-field-download-files a.file-download {
  color: #FFFFFF;
}

/* line 397, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.group-files .group-content .field-name-field-download-files .viewport {
  height: 200px !important;
}

/* line 401, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.group-files .group-content .file-meta {
  margin-top: 10px;
  line-height: 0.9375rem;
  font-size: 0.8125rem;
  display: block;
  padding: 8px 10px;
}

/* line 407, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.group-files .group-content .file-meta:hover {
  background: #000000;
}

/* line 410, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.group-files .group-content .file-meta .span {
  display: block;
  float: left;
}

/* line 416, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.file-type-pdf .group-files {
  background: url(../../cpvo_foundation/images/type-files/pdf.svg) no-repeat #e0e0e0;
  background-size: 100%;
}

/* line 420, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.file-type-doc .group-files {
  background: url(../../cpvo_foundation/images/type-files/doc.svg) no-repeat #e0e0e0;
  background-size: 100%;
}

/* line 424, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.file-type-txt .group-files {
  background: url(../../cpvo_foundation/images/type-files/txt.svg) no-repeat #e0e0e0;
  background-size: 100%;
}

/* line 428, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.file-type-docx .group-files {
  background: url(../../cpvo_foundation/images/type-files/docx.svg) no-repeat #e0e0e0;
  background-size: 100%;
}

/* line 432, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.file-type-odt .group-files {
  background: url(../../cpvo_foundation/images/type-files/odt.svg) no-repeat #e0e0e0;
  background-size: 100%;
}

/* line 436, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.file-type-zip .group-files {
  background: url(../../cpvo_foundation/images/type-files/zip.svg) no-repeat #e0e0e0;
  background-size: 100%;
}

/* line 440, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.file-type-xls .group-files {
  background: url(../../cpvo_foundation/images/type-files/xls.svg) no-repeat #e0e0e0;
  background-size: 100%;
}

/* line 444, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.file-type-xlsx .group-files {
  background: url(../../cpvo_foundation/images/type-files/xlsx.svg) no-repeat #e0e0e0;
  background-size: 100%;
}

/* line 450, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.active .group-files {
  background-color: black;
  z-index: 2;
}

/* line 455, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.active .group-files:after {
  color: #FFFFFF;
}

/* line 461, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
td.views-field-field-downloads .group-content,
td.views-field-field-downloads-high-definition .group-content {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  top: 95%;
  transition: top 0.3s ease;
  display: block;
  -webkit-box-shadow: 2px 4px 5px 0px #858585;
  -moz-box-shadow: 2px 4px 5px 0px #858585;
  box-shadow: 2px 4px 5px 0px #858585;
}

/* line 474, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
td.views-field-field-downloads.active .group-content,
td.views-field-field-downloads-high-definition.active .group-content {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  display: block;
  position: absolute;
  right: -30px;
  top: 110%;
  width: 140px;
  padding: 0;
}

/* line 487, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
td.views-field-field-downloads.empty,
td.views-field-field-downloads-high-definition.empty {
  opacity: 0;
}

/* @group table-style */
/* line 493, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table {
  background: #ffffff none repeat scroll 0 0;
  border: none;
  margin-bottom: 1.25rem;
  table-layout: auto;
}

/* @group sorting */
/* line 501, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter,
table.views-table,
table {
  width: 100%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

/* line 508, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter caption,
table.views-table caption,
table caption {
  padding: 20px;
  color: #FFFFFF;
  font-size: 1.1875rem;
  font-family: "UniversBold", Tahoma, sans-serif !important;
}

@media screen and (max-width: 64.063em) {
  /* line 508, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  table.tablesorter caption,
  table.views-table caption,
  table caption {
    padding: 0.6rem;
  }
}

/* line 518, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter tr:hover,
table.views-table tr:hover,
table tr:hover {
  background: #efefef;
}

/* line 521, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter tbody tr td,
table.views-table tbody tr td,
table tbody tr td {
  border: 1px solid rgba(120, 130, 140, 0.043);
  font-size: 1rem;
  display: table-cell;
  line-height: 1.0625rem;
  padding: 1.25rem;
}

/* line 527, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter tbody tr td.odd,
table.views-table tbody tr td.odd,
table tbody tr td.odd {
  background: #FFFFFF;
}

/* line 530, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter tbody tr td.even,
table.views-table tbody tr td.even,
table tbody tr td.even {
  background: #fbfbfb;
}

@media screen and (max-width: 64.063em) {
  /* line 521, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  table.tablesorter tbody tr td,
  table.views-table tbody tr td,
  table tbody tr td {
    padding: 0.5rem;
    word-break: break-word;
    font-size: 0.85rem !important;
  }
}

/* line 540, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter tr.views-row-first,
table.views-table tr.views-row-first,
table tr.views-row-first {
  padding-top: 10px;
}

/* line 543, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter thead,
table.views-table thead,
table thead {
  -webkit-box-shadow: 0 3px 3px 0 rgba(235, 235, 235, 0.9);
  -moz-box-shadow: 0 3px 3px 0 rgba(235, 235, 235, 0.9);
  box-shadow: 0 3px 3px 0 rgba(235, 235, 235, 0.9);
}

/* line 547, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter thead th,
table.views-table thead th,
table thead th {
  position: relative;
  border: 1px solid rgba(120, 130, 140, 0.043);
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 1.0625rem !important;
  background: #FFFFFF;
  padding: 30px 20px 30px 20px;
}

/* line 554, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter thead th:hover,
table.views-table thead th:hover,
table thead th:hover {
  background: rgba(0, 0, 0, 0.005);
}

@media screen and (max-width: 64.063em) {
  /* line 547, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  table.tablesorter thead th,
  table.views-table thead th,
  table thead th {
    padding: 0.5rem;
    font-size: 1rem !important;
  }
}

/* line 563, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter thead input.tablesorter-filter,
table.views-table thead input.tablesorter-filter,
table thead input.tablesorter-filter {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) inset;
}

/* line 569, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter thead .tablesorter-filter-row,
table.views-table thead .tablesorter-filter-row,
table thead .tablesorter-filter-row {
  border-bottom: 1px solid #eee;
}

/* line 574, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter .item-list > ul,
table.views-table .item-list > ul,
table .item-list > ul {
  display: block;
}

/* line 576, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter .item-list > ul li,
table.views-table .item-list > ul li,
table .item-list > ul li {
  width: 100%;
  margin-top: 10px;
}

/* line 584, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
td.views-field div.field {
  display: block;
  float: left;
  padding-right: 5px;
}

/* line 588, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
td.views-field div.field.field-name-field-sector-department, td.views-field div.field.field-name-field-position {
  font-size: 0.875rem;
  color: #6e6e6e;
  padding-top: 5px;
}

/* line 595, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
td.views-field .row {
  margin-left: auto;
  margin-right: auto;
}

/* line 598, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
td.views-field .row .columns {
  padding: 0px;
}

@media screen and (max-width: 64.063em) {
  /* line 604, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  td.views-field div.field {
    display: inline-block;
    word-break: break-word;
  }
}

/* line 611, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter thead th {
  padding: 10px 30px 10px 20px !important;
  cursor: pointer;
}

/* line 616, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter thead th.tablesorter-headerUnSorted:before,
table.tablesorter thead th.tablesorter-headerUnSorted:after,
table.tablesorter thead th.tablesorter-headerAsc:before,
table.tablesorter thead th.tablesorter-headerAsc:after,
table.tablesorter thead th.tablesorter-headerDesc:before,
table.tablesorter thead th.tablesorter-headerDesc:after {
  bottom: 40%;
  display: block;
  opacity: 0.3;
  position: absolute;
}

/* line 628, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter thead th.tablesorter-headerUnSorted:before,
table.tablesorter thead th.tablesorter-headerAsc:before,
table.tablesorter thead th.tablesorter-headerDesc:before {
  content: "↑";
  right: 1.5em;
}

/* line 635, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter thead th.tablesorter-headerUnSorted:after,
table.tablesorter thead th.tablesorter-headerAsc:after,
table.tablesorter thead th.tablesorter-headerDesc:after {
  content: "↓";
  right: 1em;
}

/* line 642, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
table.tablesorter thead th.tablesorter-headerAsc:before,
table.tablesorter thead th.tablesorter-headerDesc:after {
  opacity: 1;
}

/* @group specific styling table rules */
/* line 648, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.group-one-table .views-table td {
  width: 400px;
}

/* @group item list */
/* line 654, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-content .item-list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0px;
  margin-bottom: 0px;
}

/* line 660, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-content .item-list > ul li {
  width: 32%;
  list-style: none;
}

/* line 663, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-content .item-list > ul li > .row {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 667, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-content .item-list > ul li .group-content.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 0px;
}

/* line 675, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-content .item-list > ul li.twitter-widget {
  background-color: #fff;
  border-radius: 2px;
  height: 500px !important;
  overflow: hidden;
}

/* line 680, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-content .item-list > ul li.twitter-widget .twitter-block {
  position: relative;
}

/* line 682, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-content .item-list > ul li.twitter-widget .twitter-block:before {
  color: #71bff7;
  font-size: 23px;
  position: absolute;
  right: 29px;
  top: 16px;
  z-index: 3000;
}

/* line 693, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-content .item-list > ul li.twitter-widget p a {
  display: block;
  float: left;
  font-family: "UniversLight", Tahoma, sans-serif !important;
  font-size: 34px;
  padding: 15px 20px 10px;
  color: #71bff7;
}

/* line 700, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-content .item-list > ul li.twitter-widget p a:before {
  margin-right: 10px;
  color: #71bff7;
}

/* line 709, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-content .item-list > ul li.has-image a .group-main-wrapper {
  position: absolute;
  top: 200px;
  left: 0;
}

/* line 714, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-content .item-list > ul li.has-image a:hover .group-main-wrapper {
  transition: top 0.5s ease 0s !important;
  backface-visibility: hidden !important;
  background: #FFFFFF !important;
  top: 6px !important;
  left: 0 !important;
  pointer-events: none;
  position: absolute;
  right: 0 !important;
  z-index: 1;
  height: 440px !important;
}

@media screen and (max-width: 64.063em) {
  /* line 731, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-content .item-list > ul li {
    width: 49%;
  }
  /* line 733, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-content .item-list > ul li .group-content.columns {
    padding-bottom: 1.875rem;
  }
  /* line 736, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-content .item-list > ul li a .group-main-wrapper {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  /* line 740, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-content .item-list > ul li a.group-link-wrapper {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 40.063em) {
  /* line 747, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-content .item-list > ul li {
    width: 100%;
  }
  /* line 749, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-content .item-list > ul li .group-content.columns {
    padding-bottom: 0px;
  }
  /* line 752, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-content .item-list > ul li a.group-link-wrapper {
    margin-bottom: 0.9375rem;
    height: 380px;
  }
}

/* item list top line colors */
/* line 765, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-agency .view-content .item-list > ul li a.group-link-wrapper:before {
  background: #1b4078;
}

/* line 768, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-agency .tablesorter caption,
.cpvo-section-agency .views-table caption {
  background: #1b4078;
}

/* line 772, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-agency .table.tablesorter thead th,
.cpvo-section-agency table.views-table thead th,
.cpvo-section-agency table thead th {
  background: #f0f5fc;
}

/* line 777, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-agency table.tablesorter thead .tablesorter-filter-row,
.cpvo-section-agency table.views-table thead .tablesorter-filter-row,
.cpvo-section-agency table thead .tablesorter-filter-row {
  background: #f0f5fc;
}

/* line 784, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .view-content .item-list > ul li a.group-link-wrapper:before {
  background: #b4203c;
}

/* line 765, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-news-events .view-content .item-list > ul li a.group-link-wrapper:before {
  background: #b4203c;
}

/* line 768, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-news-events .tablesorter caption,
.cpvo-section-news-events .views-table caption {
  background: #b4203c;
}

/* line 772, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-news-events .table.tablesorter thead th,
.cpvo-section-news-events table.views-table thead th,
.cpvo-section-news-events table thead th {
  background: #fdf2f4;
}

/* line 777, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-news-events table.tablesorter thead .tablesorter-filter-row,
.cpvo-section-news-events table.views-table thead .tablesorter-filter-row,
.cpvo-section-news-events table thead .tablesorter-filter-row {
  background: #fdf2f4;
}

/* line 784, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .view-content .item-list > ul li a.group-link-wrapper:before {
  background: #b4203c;
}

/* line 765, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-applications-and-examinations .view-content .item-list > ul li a.group-link-wrapper:before {
  background: #438945;
}

/* line 768, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-applications-and-examinations .tablesorter caption,
.cpvo-section-applications-and-examinations .views-table caption {
  background: #438945;
}

/* line 772, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-applications-and-examinations .table.tablesorter thead th,
.cpvo-section-applications-and-examinations table.views-table thead th,
.cpvo-section-applications-and-examinations table thead th {
  background: #f5faf5;
}

/* line 777, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-applications-and-examinations table.tablesorter thead .tablesorter-filter-row,
.cpvo-section-applications-and-examinations table.views-table thead .tablesorter-filter-row,
.cpvo-section-applications-and-examinations table thead .tablesorter-filter-row {
  background: #f5faf5;
}

/* line 784, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .view-content .item-list > ul li a.group-link-wrapper:before {
  background: #b4203c;
}

/* line 765, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-help .view-content .item-list > ul li a.group-link-wrapper:before {
  background: #358DF2;
}

/* line 768, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-help .tablesorter caption,
.cpvo-section-help .views-table caption {
  background: #358DF2;
}

/* line 772, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-help .table.tablesorter thead th,
.cpvo-section-help table.views-table thead th,
.cpvo-section-help table thead th {
  background: #f5f9fe;
}

/* line 777, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-help table.tablesorter thead .tablesorter-filter-row,
.cpvo-section-help table.views-table thead .tablesorter-filter-row,
.cpvo-section-help table thead .tablesorter-filter-row {
  background: #f5f9fe;
}

/* line 784, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .view-content .item-list > ul li a.group-link-wrapper:before {
  background: #b4203c;
}

/* line 765, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-generic .view-content .item-list > ul li a.group-link-wrapper:before {
  background: #438945;
}

/* line 768, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-generic .tablesorter caption,
.cpvo-section-generic .views-table caption {
  background: #438945;
}

/* line 772, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-generic .table.tablesorter thead th,
.cpvo-section-generic table.views-table thead th,
.cpvo-section-generic table thead th {
  background: #f5faf5;
}

/* line 777, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-generic table.tablesorter thead .tablesorter-filter-row,
.cpvo-section-generic table.views-table thead .tablesorter-filter-row,
.cpvo-section-generic table thead .tablesorter-filter-row {
  background: #f5faf5;
}

/* line 784, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .view-content .item-list > ul li a.group-link-wrapper:before {
  background: #b4203c;
}

/* line 789, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front {
  /* quick links section*/
  /*  @group News & events home */
}

/* line 790, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .main.columns > div.row:not(.page-header-wrapper):not(.content-footer):nth-child(odd) {
  background: #ececec;
}

/* line 796, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .page-header-wrapper.row {
  display: none;
}

/* line 799, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-home-page-banner .owl-theme {
  /* home carousel*/
}

/* line 801, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-home-page-banner .owl-theme .owl-wrapper-outer {
  display: block;
  overflow: hidden;
  text-align: center;
}

/* line 807, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-home-page-banner .owl-theme .owl-wrapper-outer .owl-item {
  height: 100%;
}

/* line 811, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-home-page-banner .owl-theme .owl-wrapper-outer div.image {
  z-index: -1;
  display: block;
  height: 100%;
  width: auto;
  min-height: 60vh;
}

/* line 817, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-home-page-banner .owl-theme .owl-wrapper-outer div.image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* line 833, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-home-page-banner .owl-theme .owl-wrapper-outer div.text {
  color: #fff;
  display: block;
  font-size: 4.5625rem;
  line-height: 4.625rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 100%;
  z-index: 1;
  clear: both;
  text-shadow: #636363 4px 2px 4px;
}

/* line 846, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-home-page-banner .owl-theme .owl-wrapper-outer a.button {
  clear: both;
  font-weight: 700;
}

/* line 851, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-home-page-banner .owl-theme .owl-controls {
  bottom: 20px;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 857, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-home-page-banner .owl-theme .owl-controls .owl-page span {
  border: none;
  border-radius: 0;
  height: 8px;
  width: 55px;
  background: #438945;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.53);
  -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.53);
  box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.53);
}

/* line 870, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .info-block .more a.button {
  width: 90%;
}

/* line 873, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-plant-variety-rights {
  max-width: 90em;
  margin: 50px auto;
}

/* line 877, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-plant-variety-rights .columns.left {
  padding: 50px 20px 50px 0.9375rem;
}

/* line 882, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-plant-variety-rights ul li.item a {
  background: #E0E0E0;
  border: 0px solid #FFFFFF;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 260px;
}

/* line 891, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-plant-variety-rights ul li.item a .title {
  width: 100%;
  font-size: 1.1875rem;
  display: block;
  text-align: center;
  padding: 20px 5px;
  font-weight: 700;
  color: #000000;
  z-index: 2;
  position: absolute;
  bottom: 10%;
  line-height: 1.1875rem;
  font-family: "UniversBold", Tahoma, sans-serif !important;
}

/* line 905, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-plant-variety-rights ul li.item a .image {
  display: block;
  width: 100%;
  text-align: center;
}

/* line 909, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-plant-variety-rights ul li.item a .image img {
  margin: 10% auto;
}

/* line 913, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-plant-variety-rights ul li.item a .description {
  display: none;
  color: #FFFFFF;
  position: absolute;
  transform: translate(0px, 20px);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  opacity: 0;
  font-family: "Playfair Display", serif !important;
  padding: 20px 40px;
  width: 100%;
  position: absolute;
  opacity: 1;
  top: 25%;
  border-top: 1px solid #3c7b3e;
  font-size: 0.875rem;
}

/* line 929, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-plant-variety-rights ul li.item a:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(168, 182, 191, 0.6);
  -moz-box-shadow: 0 10px 20px 0 rgba(168, 182, 191, 0.6);
  box-shadow: 0 10px 20px 0 rgba(168, 182, 191, 0.6);
}

/* line 933, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-plant-variety-rights ul li.item a:hover .title {
  color: #FFFFFF;
  bottom: 70%;
}

/* line 937, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-plant-variety-rights ul li.item a:hover .description {
  display: block;
  z-index: 3000;
}

/* line 942, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-plant-variety-rights ul li.item a:before {
  background-color: #438945;
  content: "";
  display: block;
  height: 0px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.18s ease-out 0s;
  width: 100%;
  z-index: 1;
}

/* line 954, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-plant-variety-rights ul li.item a:hover:before {
  height: 100%;
}

/* line 959, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-plant-variety-rights ul li.item.blue a:hover:before {
  background-color: #1b4078;
}

/* line 962, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .block-plant-variety-rights ul li.item.blue a:hover .description {
  border-top: 1px solid #173767;
}

/* line 970, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .pane-views-panes h2.pane-title, .front .pane-block.flex-video h2.pane-title {
  max-width: 90em;
  margin: 50px auto;
  padding: 3.75rem 0px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 2.1875rem;
  position: relative;
}

/* line 985, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .pane-views-panes.pane-news-and-events-nodequeue-panel-pane-1 .more {
  width: 100%;
  text-align: center;
}

/* line 990, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .view .view-content {
  padding: 0px 0.9375rem;
}

/* line 993, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .view .view-content .item-list > ul li:first-child {
  order: -2;
}

/* line 996, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .view .view-content .item-list > ul li:nth-child(2) {
  order: -2;
}

/* line 999, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .view .view-content .item-list > ul li.twitter-widget {
  order: -1;
}

/* line 1005, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .panel-pane.pane-block.pane-block.flex-video {
  margin: 60px 10% 10%;
  padding-top: 20px;
}

@media screen and (max-width: 64.063em) {
  /* line 1005, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .panel-pane.pane-block.pane-block.flex-video {
    overflow: visible;
  }
}

/* line 1014, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .panel-pane.pane-block.pane-block.flex-video h2.pane-title {
  margin-top: -83px;
}

/* line 1020, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .pane-views-panes.pane-latest-articles-panel-pane-1 {
  background: #FFFFFF !important;
  display: block;
}

/* line 1023, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .pane-views-panes.pane-latest-articles-panel-pane-1 .view.view-latest-articles {
  background: #FFFFFF !important;
}

/* line 1027, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .pane-views-panes.pane-latest-articles-panel-pane-1 h2.pan-title {
  background: #FFFFFF !important;
  padding: 0;
  text-align: left !important;
}

/* line 1032, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .pane-views-panes.pane-latest-articles-panel-pane-1 a.group-link-wrapper {
  padding: 20px;
  display: block;
  text-align: left;
  float: left;
  margin-left: 25px;
  margin-right: 25px;
  width: 320px;
}

/* line 1040, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .pane-views-panes.pane-latest-articles-panel-pane-1 a.group-link-wrapper:hover {
  background: #E0E0E0;
}

/* line 1043, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .pane-views-panes.pane-latest-articles-panel-pane-1 a.group-link-wrapper .field-name-title-field h2 {
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 1.1875rem;
  text-align: left;
  letter-spacing: 0.01px;
  margin-top: 0;
}

/* line 1050, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .pane-views-panes.pane-latest-articles-panel-pane-1 a.group-link-wrapper .field-type-datetime {
  font-family: "Playfair Display", serif !important;
  font-size: 0.875rem;
  padding: 0 !important;
  display: block;
}

/* line 1057, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .pane-views-panes.pane-latest-articles-panel-pane-1 a.group-link-wrapper .field-name-field-author {
  font-family: "Playfair Display", serif !important;
  color: #6e6e6e;
  font-size: 0.75rem;
  padding: 10px 35px 5px 0 !important;
  display: block;
}

/* line 1065, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .pane-views-panes.pane-latest-articles-panel-pane-1 .owl-item {
  padding-left: 15px;
}

/* line 1069, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .pane-views-panes.pane-latest-articles-panel-pane-1 .owl-controls .owl-buttons div {
  background-color: transparent;
  border: 0 solid #ddd;
  border-radius: 4em;
  color: #999999;
  float: left;
  height: 3.6em;
  margin-left: -1px;
  margin-right: 0.5em;
  padding: 9px 13px 14px 9px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 35%;
  overflow: hidden;
  width: 3.6em;
}

/* line 1085, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .pane-views-panes.pane-latest-articles-panel-pane-1 .owl-controls .owl-buttons div:hover {
  background: #438945;
  color: #FFFFFF;
}

/* line 1090, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .pane-views-panes.pane-latest-articles-panel-pane-1 .owl-controls .owl-buttons div.owl-prev {
  left: -20px;
}

/* line 1092, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .pane-views-panes.pane-latest-articles-panel-pane-1 .owl-controls .owl-buttons div.owl-prev:before {
  font-size: 1.4375rem;
  padding-right: 20px;
}

/* line 1099, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .pane-views-panes.pane-latest-articles-panel-pane-1 .owl-controls .owl-buttons div.owl-next {
  right: -40px;
}

/* line 1101, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .pane-views-panes.pane-latest-articles-panel-pane-1 .owl-controls .owl-buttons div.owl-next:before {
  font-size: 1.4375rem;
  padding-right: 20px;
}

/* line 1110, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.front .content-footer {
  max-width: 90em;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 64.063em) {
  /* line 1118, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .block-home-page-banner .owl-theme .owl-wrapper-outer div.image {
    min-height: 44vw;
    overflow: hidden;
  }
}

@media screen and (max-width: 64.063em) and (max-width: 375px) {
  /* line 1118, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .block-home-page-banner .owl-theme .owl-wrapper-outer div.image {
    min-height: 48vw;
  }
}

@media screen and (max-width: 64.063em) {
  /* line 1124, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .block-home-page-banner .owl-theme .owl-wrapper-outer div.image img {
    top: 35px;
    left: 0px;
    position: absolute;
  }
  /* line 1130, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .block-home-page-banner .owl-theme .owl-wrapper-outer div.text {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  /* line 1135, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .block-plant-variety-rights {
    margin: 0px auto;
  }
  /* line 1137, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .block-plant-variety-rights .columns.left {
    padding: 0rem 0.9375rem 3.125rem 0.9375rem;
    text-align: center;
  }
  /* line 1141, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .block-plant-variety-rights ul li.item a {
    min-height: 230px;
  }
  /* line 1143, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .block-plant-variety-rights ul li.item a .title {
    position: static;
  }
  /* line 1148, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .info-block .more a.button {
    width: auto;
  }
  /* line 1152, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .pane-views-panes h2.pane-title {
    padding: 2.5rem 0rem;
  }
}

@media screen and (max-width: 40.063em) {
  /* line 1167, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .block-home-page-banner .owl-theme .owl-wrapper-outer div.text {
    font-size: 2rem;
    top: 20px;
  }
  /* line 1171, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .block-home-page-banner .owl-theme .owl-controls {
    bottom: 10px;
  }
  /* line 1173, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .block-home-page-banner .owl-theme .owl-controls .owl-page span {
    height: 5px;
    width: 20px;
  }
  /* line 1181, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .block-plant-variety-rights ul {
    margin: 0;
  }
  /* line 1183, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .block-plant-variety-rights ul li.item {
    display: block;
    float: none;
    padding-bottom: 0.7rem;
    line-height: 0;
  }
  /* line 1189, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .block-plant-variety-rights ul a {
    min-height: fit-content !important;
    text-align: left;
    padding: 0.3125rem 0.625rem;
  }
  /* line 1193, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .block-plant-variety-rights ul a span.image, .front .block-plant-variety-rights ul a .title {
    text-align: left !important;
    position: relative;
    display: inline-block !important;
    width: auto !important;
  }
  /* line 1199, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .block-plant-variety-rights ul a span.image {
    margin-left: 0;
  }
  /* line 1201, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .block-plant-variety-rights ul a span.image img {
    width: 3.125rem;
    margin: 0;
  }
  /* line 1206, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .front .block-plant-variety-rights ul a span.title {
    position: absolute !important;
    font-size: 1rem !important;
  }
}

/* @group legislation */
/* line 1222, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-content-header {
  max-width: 90em;
  display: block;
  margin: 0 auto;
}

/* line 1226, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-content-header h2 {
  font-size: 2.5rem;
  font-family: "UniversBold", Tahoma, sans-serif !important;
}

@media screen and (max-width: 64.063em) {
  /* line 1226, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-content-header h2 {
    line-height: 1;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* line 1238, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list, .view-cpvo-search .result-list ul li, .publications-list,
.report-list {
  background: #FFFFFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 15px;
  margin-bottom: 10px;
}

/* line 1246, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list .heading-wrapper, .view-cpvo-search .result-list ul li .heading-wrapper, .publications-list .heading-wrapper,
.report-list .heading-wrapper {
  clear: both;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 1252, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list .heading-wrapper .title, .view-cpvo-search .result-list ul li .heading-wrapper .title, .publications-list .heading-wrapper .title,
.report-list .heading-wrapper .title {
  font-size: 1.125rem;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  display: block;
  float: left;
  letter-spacing: 0.05px;
  width: 50%;
}

/* line 1260, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list .heading-wrapper .description, .view-cpvo-search .result-list ul li .heading-wrapper .description, .publications-list .heading-wrapper .description,
.report-list .heading-wrapper .description {
  font-size: 0.9375rem;
  font-family: "UniversLight", Tahoma, sans-serif !important;
  letter-spacing: 0.05px;
  display: block;
  float: left;
  width: 100%;
  margin-right: 5px;
}

@media screen and (max-width: 40.063em) {
  /* line 1260, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .regulation-list .heading-wrapper .description, .view-cpvo-search .result-list ul li .heading-wrapper .description, .publications-list .heading-wrapper .description,
  .report-list .heading-wrapper .description {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

/* line 1274, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list .heading-wrapper span.expand-collapse, .view-cpvo-search .result-list ul li .heading-wrapper span.expand-collapse, .publications-list .heading-wrapper span.expand-collapse,
.report-list .heading-wrapper span.expand-collapse {
  width: 400px;
  white-space: nowrap;
}

@media screen and (max-width: 40.063em) {
  /* line 1274, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .regulation-list .heading-wrapper span.expand-collapse, .view-cpvo-search .result-list ul li .heading-wrapper span.expand-collapse, .publications-list .heading-wrapper span.expand-collapse,
  .report-list .heading-wrapper span.expand-collapse {
    width: 100%;
  }
}

/* line 1283, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.publication-items .group-right, .view-cpvo-search .result-list ul li ul.publication-items .group-right, .publications-list ul.publication-items .group-right,
.report-list ul.publication-items .group-right {
  float: right;
}

/* line 1284, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items, .view-cpvo-search .result-list ul li ul.regulation-items,
.regulation-list ul.report-items, .view-cpvo-search .result-list ul li ul.report-items, .regulation-list ul.publication-items, .view-cpvo-search .result-list ul li ul.publication-items, .publications-list ul.regulation-items,
.publications-list ul.report-items, .publications-list ul.publication-items,
.report-list ul.regulation-items,
.report-list ul.report-items,
.report-list ul.publication-items {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  padding: 0;
}

/* line 1290, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li, .view-cpvo-search .result-list ul li ul.regulation-items li,
.regulation-list ul.report-items li, .view-cpvo-search .result-list ul li ul.report-items li, .regulation-list ul.publication-items li, .view-cpvo-search .result-list ul li ul.publication-items li, .publications-list ul.regulation-items li,
.publications-list ul.report-items li, .publications-list ul.publication-items li,
.report-list ul.regulation-items li,
.report-list ul.report-items li,
.report-list ul.publication-items li {
  clear: both;
  background: #f9f9f9;
  list-style: none;
  padding: 15px;
  border-top: #ededed 1px solid;
}

@media screen and (max-width: 40.063em) {
  /* line 1290, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .regulation-list ul.regulation-items li, .view-cpvo-search .result-list ul li ul.regulation-items li,
  .regulation-list ul.report-items li, .view-cpvo-search .result-list ul li ul.report-items li, .regulation-list ul.publication-items li, .view-cpvo-search .result-list ul li ul.publication-items li, .publications-list ul.regulation-items li,
  .publications-list ul.report-items li, .publications-list ul.publication-items li,
  .report-list ul.regulation-items li,
  .report-list ul.report-items li,
  .report-list ul.publication-items li {
    text-align: center;
  }
}

/* line 1300, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li .group-left, .view-cpvo-search .result-list ul li ul.regulation-items li .group-left,
.regulation-list ul.report-items li .group-left, .view-cpvo-search .result-list ul li ul.report-items li .group-left, .regulation-list ul.publication-items li .group-left, .view-cpvo-search .result-list ul li ul.publication-items li .group-left, .publications-list ul.regulation-items li .group-left,
.publications-list ul.report-items li .group-left, .publications-list ul.publication-items li .group-left,
.report-list ul.regulation-items li .group-left,
.report-list ul.report-items li .group-left,
.report-list ul.publication-items li .group-left {
  width: 200px;
  display: block;
}

/* line 1303, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li .group-left .date-display-single, .view-cpvo-search .result-list ul li ul.regulation-items li .group-left .date-display-single,
.regulation-list ul.report-items li .group-left .date-display-single, .view-cpvo-search .result-list ul li ul.report-items li .group-left .date-display-single, .regulation-list ul.publication-items li .group-left .date-display-single, .view-cpvo-search .result-list ul li ul.publication-items li .group-left .date-display-single, .publications-list ul.regulation-items li .group-left .date-display-single,
.publications-list ul.report-items li .group-left .date-display-single, .publications-list ul.publication-items li .group-left .date-display-single,
.report-list ul.regulation-items li .group-left .date-display-single,
.report-list ul.report-items li .group-left .date-display-single,
.report-list ul.publication-items li .group-left .date-display-single {
  font-family: 'Playfair Display', serif;
  color: #000000;
  font-size: 1.0625rem;
  font-weight: 400;
  font-style: italic;
}

@media screen and (max-width: 64.063em) {
  /* line 1300, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .regulation-list ul.regulation-items li .group-left, .view-cpvo-search .result-list ul li ul.regulation-items li .group-left,
  .regulation-list ul.report-items li .group-left, .view-cpvo-search .result-list ul li ul.report-items li .group-left, .regulation-list ul.publication-items li .group-left, .view-cpvo-search .result-list ul li ul.publication-items li .group-left, .publications-list ul.regulation-items li .group-left,
  .publications-list ul.report-items li .group-left, .publications-list ul.publication-items li .group-left,
  .report-list ul.regulation-items li .group-left,
  .report-list ul.report-items li .group-left,
  .report-list ul.publication-items li .group-left {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 40.063em) {
  /* line 1300, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .regulation-list ul.regulation-items li .group-left, .view-cpvo-search .result-list ul li ul.regulation-items li .group-left,
  .regulation-list ul.report-items li .group-left, .view-cpvo-search .result-list ul li ul.report-items li .group-left, .regulation-list ul.publication-items li .group-left, .view-cpvo-search .result-list ul li ul.publication-items li .group-left, .publications-list ul.regulation-items li .group-left,
  .publications-list ul.report-items li .group-left, .publications-list ul.publication-items li .group-left,
  .report-list ul.regulation-items li .group-left,
  .report-list ul.report-items li .group-left,
  .report-list ul.publication-items li .group-left {
    text-align: center;
    margin-bottom: 10px;
  }
}

/* line 1321, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li .group-middle, .view-cpvo-search .result-list ul li ul.regulation-items li .group-middle,
.regulation-list ul.report-items li .group-middle, .view-cpvo-search .result-list ul li ul.report-items li .group-middle, .regulation-list ul.publication-items li .group-middle, .view-cpvo-search .result-list ul li ul.publication-items li .group-middle, .publications-list ul.regulation-items li .group-middle,
.publications-list ul.report-items li .group-middle, .publications-list ul.publication-items li .group-middle,
.report-list ul.regulation-items li .group-middle,
.report-list ul.report-items li .group-middle,
.report-list ul.publication-items li .group-middle {
  float: left;
  width: 60%;
}

@media screen and (max-width: 40.063em) {
  /* line 1321, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .regulation-list ul.regulation-items li .group-middle, .view-cpvo-search .result-list ul li ul.regulation-items li .group-middle,
  .regulation-list ul.report-items li .group-middle, .view-cpvo-search .result-list ul li ul.report-items li .group-middle, .regulation-list ul.publication-items li .group-middle, .view-cpvo-search .result-list ul li ul.publication-items li .group-middle, .publications-list ul.regulation-items li .group-middle,
  .publications-list ul.report-items li .group-middle, .publications-list ul.publication-items li .group-middle,
  .report-list ul.regulation-items li .group-middle,
  .report-list ul.report-items li .group-middle,
  .report-list ul.publication-items li .group-middle {
    width: auto !important;
    float: none !important;
    display: inline-block;
  }
}

/* line 1329, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li .group-middle .download-files, .view-cpvo-search .result-list ul li ul.regulation-items li .group-middle .download-files,
.regulation-list ul.report-items li .group-middle .download-files, .view-cpvo-search .result-list ul li ul.report-items li .group-middle .download-files, .regulation-list ul.publication-items li .group-middle .download-files, .view-cpvo-search .result-list ul li ul.publication-items li .group-middle .download-files, .publications-list ul.regulation-items li .group-middle .download-files,
.publications-list ul.report-items li .group-middle .download-files, .publications-list ul.publication-items li .group-middle .download-files,
.report-list ul.regulation-items li .group-middle .download-files,
.report-list ul.report-items li .group-middle .download-files,
.report-list ul.publication-items li .group-middle .download-files {
  min-width: 195px;
  right: 15px;
}

/* line 1333, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li .group-middle .field-label, .view-cpvo-search .result-list ul li ul.regulation-items li .group-middle .field-label,
.regulation-list ul.report-items li .group-middle .field-label, .view-cpvo-search .result-list ul li ul.report-items li .group-middle .field-label, .regulation-list ul.publication-items li .group-middle .field-label, .view-cpvo-search .result-list ul li ul.publication-items li .group-middle .field-label, .publications-list ul.regulation-items li .group-middle .field-label,
.publications-list ul.report-items li .group-middle .field-label, .publications-list ul.publication-items li .group-middle .field-label,
.report-list ul.regulation-items li .group-middle .field-label,
.report-list ul.report-items li .group-middle .field-label,
.report-list ul.publication-items li .group-middle .field-label {
  display: inline-block;
  font-size: 0.75rem;
  color: #6e6e6e;
  text-align: center;
}

/* line 1339, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li .group-middle .field-name-field-download-files .download-wrapper .download-files, .view-cpvo-search .result-list ul li ul.regulation-items li .group-middle .field-name-field-download-files .download-wrapper .download-files,
.regulation-list ul.report-items li .group-middle .field-name-field-download-files .download-wrapper .download-files, .view-cpvo-search .result-list ul li ul.report-items li .group-middle .field-name-field-download-files .download-wrapper .download-files, .regulation-list ul.publication-items li .group-middle .field-name-field-download-files .download-wrapper .download-files, .view-cpvo-search .result-list ul li ul.publication-items li .group-middle .field-name-field-download-files .download-wrapper .download-files, .publications-list ul.regulation-items li .group-middle .field-name-field-download-files .download-wrapper .download-files,
.publications-list ul.report-items li .group-middle .field-name-field-download-files .download-wrapper .download-files, .publications-list ul.publication-items li .group-middle .field-name-field-download-files .download-wrapper .download-files,
.report-list ul.regulation-items li .group-middle .field-name-field-download-files .download-wrapper .download-files,
.report-list ul.report-items li .group-middle .field-name-field-download-files .download-wrapper .download-files,
.report-list ul.publication-items li .group-middle .field-name-field-download-files .download-wrapper .download-files {
  min-width: 166px;
}

/* line 1343, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li .group-right, .view-cpvo-search .result-list ul li ul.regulation-items li .group-right,
.regulation-list ul.report-items li .group-right, .view-cpvo-search .result-list ul li ul.report-items li .group-right, .regulation-list ul.publication-items li .group-right, .view-cpvo-search .result-list ul li ul.publication-items li .group-right, .publications-list ul.regulation-items li .group-right,
.publications-list ul.report-items li .group-right, .publications-list ul.publication-items li .group-right,
.report-list ul.regulation-items li .group-right,
.report-list ul.report-items li .group-right,
.report-list ul.publication-items li .group-right {
  width: 200px;
}

@media screen and (max-width: 40.063em) {
  /* line 1343, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .regulation-list ul.regulation-items li .group-right, .view-cpvo-search .result-list ul li ul.regulation-items li .group-right,
  .regulation-list ul.report-items li .group-right, .view-cpvo-search .result-list ul li ul.report-items li .group-right, .regulation-list ul.publication-items li .group-right, .view-cpvo-search .result-list ul li ul.publication-items li .group-right, .publications-list ul.regulation-items li .group-right,
  .publications-list ul.report-items li .group-right, .publications-list ul.publication-items li .group-right,
  .report-list ul.regulation-items li .group-right,
  .report-list ul.report-items li .group-right,
  .report-list ul.publication-items li .group-right {
    width: auto !important;
    float: none !important;
    display: inline-block;
  }
}

/* line 1351, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li .group-right .field-label, .view-cpvo-search .result-list ul li ul.regulation-items li .group-right .field-label,
.regulation-list ul.report-items li .group-right .field-label, .view-cpvo-search .result-list ul li ul.report-items li .group-right .field-label, .regulation-list ul.publication-items li .group-right .field-label, .view-cpvo-search .result-list ul li ul.publication-items li .group-right .field-label, .publications-list ul.regulation-items li .group-right .field-label,
.publications-list ul.report-items li .group-right .field-label, .publications-list ul.publication-items li .group-right .field-label,
.report-list ul.regulation-items li .group-right .field-label,
.report-list ul.report-items li .group-right .field-label,
.report-list ul.publication-items li .group-right .field-label {
  display: inline-block;
  font-size: 0.75rem;
  color: #6e6e6e;
}

/* line 1356, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li .group-right .download-wrapper, .view-cpvo-search .result-list ul li ul.regulation-items li .group-right .download-wrapper,
.regulation-list ul.report-items li .group-right .download-wrapper, .view-cpvo-search .result-list ul li ul.report-items li .group-right .download-wrapper, .regulation-list ul.publication-items li .group-right .download-wrapper, .view-cpvo-search .result-list ul li ul.publication-items li .group-right .download-wrapper, .publications-list ul.regulation-items li .group-right .download-wrapper,
.publications-list ul.report-items li .group-right .download-wrapper, .publications-list ul.publication-items li .group-right .download-wrapper,
.report-list ul.regulation-items li .group-right .download-wrapper,
.report-list ul.report-items li .group-right .download-wrapper,
.report-list ul.publication-items li .group-right .download-wrapper {
  margin-right: 15px;
}

/* line 1358, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li .group-right .download-wrapper .download-files, .view-cpvo-search .result-list ul li ul.regulation-items li .group-right .download-wrapper .download-files,
.regulation-list ul.report-items li .group-right .download-wrapper .download-files, .view-cpvo-search .result-list ul li ul.report-items li .group-right .download-wrapper .download-files, .regulation-list ul.publication-items li .group-right .download-wrapper .download-files, .view-cpvo-search .result-list ul li ul.publication-items li .group-right .download-wrapper .download-files, .publications-list ul.regulation-items li .group-right .download-wrapper .download-files,
.publications-list ul.report-items li .group-right .download-wrapper .download-files, .publications-list ul.publication-items li .group-right .download-wrapper .download-files,
.report-list ul.regulation-items li .group-right .download-wrapper .download-files,
.report-list ul.report-items li .group-right .download-wrapper .download-files,
.report-list ul.publication-items li .group-right .download-wrapper .download-files {
  right: 30px;
}

/* line 1363, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-label:before, .view-cpvo-search .result-list ul li ul.regulation-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-label:before,
.regulation-list ul.report-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-label:before, .view-cpvo-search .result-list ul li ul.report-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-label:before, .regulation-list ul.publication-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-label:before, .view-cpvo-search .result-list ul li ul.publication-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-label:before, .publications-list ul.regulation-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-label:before,
.publications-list ul.report-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-label:before, .publications-list ul.publication-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-label:before,
.report-list ul.regulation-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-label:before,
.report-list ul.report-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-label:before,
.report-list ul.publication-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-label:before {
  content: "HD";
  background: #000000;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 0.8125rem;
  font-style: italics;
  color: #FFFFFF;
  margin-left: -10px;
  margin-right: 10px;
  padding: 0.3125rem;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 1377, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-files, .view-cpvo-search .result-list ul li ul.regulation-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-files,
.regulation-list ul.report-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-files, .view-cpvo-search .result-list ul li ul.report-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-files, .regulation-list ul.publication-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-files, .view-cpvo-search .result-list ul li ul.publication-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-files, .publications-list ul.regulation-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-files,
.publications-list ul.report-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-files, .publications-list ul.publication-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-files,
.report-list ul.regulation-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-files,
.report-list ul.report-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-files,
.report-list ul.publication-items li .group-right .views-field-field_downloads_high_definition .download-wrapper .download-files {
  min-width: 195px;
  right: 30px;
}

/* line 1384, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li .legislation-in-force-page-fields .date-display-single, .view-cpvo-search .result-list ul li ul.regulation-items li .legislation-in-force-page-fields .date-display-single,
.regulation-list ul.report-items li .legislation-in-force-page-fields .date-display-single, .view-cpvo-search .result-list ul li ul.report-items li .legislation-in-force-page-fields .date-display-single, .regulation-list ul.publication-items li .legislation-in-force-page-fields .date-display-single, .view-cpvo-search .result-list ul li ul.publication-items li .legislation-in-force-page-fields .date-display-single, .publications-list ul.regulation-items li .legislation-in-force-page-fields .date-display-single,
.publications-list ul.report-items li .legislation-in-force-page-fields .date-display-single, .publications-list ul.publication-items li .legislation-in-force-page-fields .date-display-single,
.report-list ul.regulation-items li .legislation-in-force-page-fields .date-display-single,
.report-list ul.report-items li .legislation-in-force-page-fields .date-display-single,
.report-list ul.publication-items li .legislation-in-force-page-fields .date-display-single {
  font-family: "Playfair Display", serif !important;
  color: #6e6e6e;
  font-size: 0.875rem;
  width: 200px;
}

/* line 1390, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li .legislation-in-force-page-fields .views-field-title, .view-cpvo-search .result-list ul li ul.regulation-items li .legislation-in-force-page-fields .views-field-title,
.regulation-list ul.report-items li .legislation-in-force-page-fields .views-field-title, .view-cpvo-search .result-list ul li ul.report-items li .legislation-in-force-page-fields .views-field-title, .regulation-list ul.publication-items li .legislation-in-force-page-fields .views-field-title, .view-cpvo-search .result-list ul li ul.publication-items li .legislation-in-force-page-fields .views-field-title, .publications-list ul.regulation-items li .legislation-in-force-page-fields .views-field-title,
.publications-list ul.report-items li .legislation-in-force-page-fields .views-field-title, .publications-list ul.publication-items li .legislation-in-force-page-fields .views-field-title,
.report-list ul.regulation-items li .legislation-in-force-page-fields .views-field-title,
.report-list ul.report-items li .legislation-in-force-page-fields .views-field-title,
.report-list ul.publication-items li .legislation-in-force-page-fields .views-field-title {
  font-size: 23px;
}

@media screen and (max-width: 40.063em) {
  /* line 1395, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .regulation-list ul.regulation-items li .legislation-in-force-page-fields .group-middle, .view-cpvo-search .result-list ul li ul.regulation-items li .legislation-in-force-page-fields .group-middle,
  .regulation-list ul.report-items li .legislation-in-force-page-fields .group-middle, .view-cpvo-search .result-list ul li ul.report-items li .legislation-in-force-page-fields .group-middle, .regulation-list ul.publication-items li .legislation-in-force-page-fields .group-middle, .view-cpvo-search .result-list ul li ul.publication-items li .legislation-in-force-page-fields .group-middle, .publications-list ul.regulation-items li .legislation-in-force-page-fields .group-middle,
  .publications-list ul.report-items li .legislation-in-force-page-fields .group-middle, .publications-list ul.publication-items li .legislation-in-force-page-fields .group-middle,
  .report-list ul.regulation-items li .legislation-in-force-page-fields .group-middle,
  .report-list ul.report-items li .legislation-in-force-page-fields .group-middle,
  .report-list ul.publication-items li .legislation-in-force-page-fields .group-middle {
    width: 100% !important;
  }
}

/* line 1400, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li.consolidated-version, .view-cpvo-search .result-list ul li ul.regulation-items li.consolidated-version,
.regulation-list ul.report-items li.consolidated-version, .view-cpvo-search .result-list ul li ul.report-items li.consolidated-version, .regulation-list ul.publication-items li.consolidated-version, .view-cpvo-search .result-list ul li ul.publication-items li.consolidated-version, .publications-list ul.regulation-items li.consolidated-version,
.publications-list ul.report-items li.consolidated-version, .publications-list ul.publication-items li.consolidated-version,
.report-list ul.regulation-items li.consolidated-version,
.report-list ul.report-items li.consolidated-version,
.report-list ul.publication-items li.consolidated-version {
  padding-right: 46px;
  position: relative;
}

/* line 1403, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li.consolidated-version h4, .view-cpvo-search .result-list ul li ul.regulation-items li.consolidated-version h4,
.regulation-list ul.report-items li.consolidated-version h4, .view-cpvo-search .result-list ul li ul.report-items li.consolidated-version h4, .regulation-list ul.publication-items li.consolidated-version h4, .view-cpvo-search .result-list ul li ul.publication-items li.consolidated-version h4, .publications-list ul.regulation-items li.consolidated-version h4,
.publications-list ul.report-items li.consolidated-version h4, .publications-list ul.publication-items li.consolidated-version h4,
.report-list ul.regulation-items li.consolidated-version h4,
.report-list ul.report-items li.consolidated-version h4,
.report-list ul.publication-items li.consolidated-version h4 {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px;
  position: absolute;
  top: -10px;
}

/* line 1410, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li.consolidated-version .group-content, .view-cpvo-search .result-list ul li ul.regulation-items li.consolidated-version .group-content,
.regulation-list ul.report-items li.consolidated-version .group-content, .view-cpvo-search .result-list ul li ul.report-items li.consolidated-version .group-content, .regulation-list ul.publication-items li.consolidated-version .group-content, .view-cpvo-search .result-list ul li ul.publication-items li.consolidated-version .group-content, .publications-list ul.regulation-items li.consolidated-version .group-content,
.publications-list ul.report-items li.consolidated-version .group-content, .publications-list ul.publication-items li.consolidated-version .group-content,
.report-list ul.regulation-items li.consolidated-version .group-content,
.report-list ul.report-items li.consolidated-version .group-content,
.report-list ul.publication-items li.consolidated-version .group-content {
  margin-left: 15px;
}

/* line 1413, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items li.consolidated-version .group-content .field-name-title-field, .view-cpvo-search .result-list ul li ul.regulation-items li.consolidated-version .group-content .field-name-title-field,
.regulation-list ul.report-items li.consolidated-version .group-content .field-name-title-field, .view-cpvo-search .result-list ul li ul.report-items li.consolidated-version .group-content .field-name-title-field, .regulation-list ul.publication-items li.consolidated-version .group-content .field-name-title-field, .view-cpvo-search .result-list ul li ul.publication-items li.consolidated-version .group-content .field-name-title-field, .publications-list ul.regulation-items li.consolidated-version .group-content .field-name-title-field,
.publications-list ul.report-items li.consolidated-version .group-content .field-name-title-field, .publications-list ul.publication-items li.consolidated-version .group-content .field-name-title-field,
.report-list ul.regulation-items li.consolidated-version .group-content .field-name-title-field,
.report-list ul.report-items li.consolidated-version .group-content .field-name-title-field,
.report-list ul.publication-items li.consolidated-version .group-content .field-name-title-field {
  display: block;
  float: left;
  margin-top: 25px;
}

/* line 1421, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items .views-field-title, .view-cpvo-search .result-list ul li ul.regulation-items .views-field-title,
.regulation-list ul.report-items .views-field-title, .view-cpvo-search .result-list ul li ul.report-items .views-field-title, .regulation-list ul.publication-items .views-field-title, .view-cpvo-search .result-list ul li ul.publication-items .views-field-title, .publications-list ul.regulation-items .views-field-title,
.publications-list ul.report-items .views-field-title, .publications-list ul.publication-items .views-field-title,
.report-list ul.regulation-items .views-field-title,
.report-list ul.report-items .views-field-title,
.report-list ul.publication-items .views-field-title {
  font-size: 0.9375rem;
  letter-spacing: 0.05px;
  display: block;
}

/* line 1426, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items .views-field-field_repealed_by, .view-cpvo-search .result-list ul li ul.regulation-items .views-field-field_repealed_by,
.regulation-list ul.regulation-items .views-field-field_amended_by, .view-cpvo-search .result-list ul li ul.regulation-items .views-field-field_amended_by,
.regulation-list ul.report-items .views-field-field_repealed_by, .view-cpvo-search .result-list ul li ul.report-items .views-field-field_repealed_by,
.regulation-list ul.report-items .views-field-field_amended_by, .view-cpvo-search .result-list ul li ul.report-items .views-field-field_amended_by, .regulation-list ul.publication-items .views-field-field_repealed_by, .view-cpvo-search .result-list ul li ul.publication-items .views-field-field_repealed_by,
.regulation-list ul.publication-items .views-field-field_amended_by, .view-cpvo-search .result-list ul li ul.publication-items .views-field-field_amended_by, .publications-list ul.regulation-items .views-field-field_repealed_by,
.publications-list ul.regulation-items .views-field-field_amended_by,
.publications-list ul.report-items .views-field-field_repealed_by,
.publications-list ul.report-items .views-field-field_amended_by, .publications-list ul.publication-items .views-field-field_repealed_by,
.publications-list ul.publication-items .views-field-field_amended_by,
.report-list ul.regulation-items .views-field-field_repealed_by,
.report-list ul.regulation-items .views-field-field_amended_by,
.report-list ul.report-items .views-field-field_repealed_by,
.report-list ul.report-items .views-field-field_amended_by,
.report-list ul.publication-items .views-field-field_repealed_by,
.report-list ul.publication-items .views-field-field_amended_by {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
}

/* line 1432, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items .views-field-field_repealed_by, .view-cpvo-search .result-list ul li ul.regulation-items .views-field-field_repealed_by,
.regulation-list ul.report-items .views-field-field_repealed_by, .view-cpvo-search .result-list ul li ul.report-items .views-field-field_repealed_by, .regulation-list ul.publication-items .views-field-field_repealed_by, .view-cpvo-search .result-list ul li ul.publication-items .views-field-field_repealed_by, .publications-list ul.regulation-items .views-field-field_repealed_by,
.publications-list ul.report-items .views-field-field_repealed_by, .publications-list ul.publication-items .views-field-field_repealed_by,
.report-list ul.regulation-items .views-field-field_repealed_by,
.report-list ul.report-items .views-field-field_repealed_by,
.report-list ul.publication-items .views-field-field_repealed_by {
  color: #18aced;
}

/* line 1435, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items .views-field-field_amended_by, .view-cpvo-search .result-list ul li ul.regulation-items .views-field-field_amended_by,
.regulation-list ul.report-items .views-field-field_amended_by, .view-cpvo-search .result-list ul li ul.report-items .views-field-field_amended_by, .regulation-list ul.publication-items .views-field-field_amended_by, .view-cpvo-search .result-list ul li ul.publication-items .views-field-field_amended_by, .publications-list ul.regulation-items .views-field-field_amended_by,
.publications-list ul.report-items .views-field-field_amended_by, .publications-list ul.publication-items .views-field-field_amended_by,
.report-list ul.regulation-items .views-field-field_amended_by,
.report-list ul.report-items .views-field-field_amended_by,
.report-list ul.publication-items .views-field-field_amended_by {
  color: #911d1d;
}

/* line 1438, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items .download-wrapper, .view-cpvo-search .result-list ul li ul.regulation-items .download-wrapper,
.regulation-list ul.report-items .download-wrapper, .view-cpvo-search .result-list ul li ul.report-items .download-wrapper, .regulation-list ul.publication-items .download-wrapper, .view-cpvo-search .result-list ul li ul.publication-items .download-wrapper, .publications-list ul.regulation-items .download-wrapper,
.publications-list ul.report-items .download-wrapper, .publications-list ul.publication-items .download-wrapper,
.report-list ul.regulation-items .download-wrapper,
.report-list ul.report-items .download-wrapper,
.report-list ul.publication-items .download-wrapper {
  float: right;
  margin-right: 0px;
}

/* line 1442, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.regulation-items .download-wrapper .download-files, .view-cpvo-search .result-list ul li ul.regulation-items .download-wrapper .download-files,
.regulation-list ul.report-items .download-wrapper .download-files, .view-cpvo-search .result-list ul li ul.report-items .download-wrapper .download-files, .regulation-list ul.publication-items .download-wrapper .download-files, .view-cpvo-search .result-list ul li ul.publication-items .download-wrapper .download-files, .publications-list ul.regulation-items .download-wrapper .download-files,
.publications-list ul.report-items .download-wrapper .download-files, .publications-list ul.publication-items .download-wrapper .download-files,
.report-list ul.regulation-items .download-wrapper .download-files,
.report-list ul.report-items .download-wrapper .download-files,
.report-list ul.publication-items .download-wrapper .download-files {
  right: 15px;
}

/* line 1452, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.report-items .group-middle, .view-cpvo-search .result-list ul li ul.report-items .group-middle, .publications-list ul.report-items .group-middle,
.report-list ul.report-items .group-middle {
  float: right !important;
  width: 200px !important;
}

/* line 1456, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.regulation-list ul.report-items .group-left, .view-cpvo-search .result-list ul li ul.report-items .group-left, .publications-list ul.report-items .group-left,
.report-list ul.report-items .group-left {
  width: 60% !important;
}

@media screen and (max-width: 40.063em) {
  /* line 1462, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .regulation-list h3, .view-cpvo-search .result-list ul li h3, .publications-list h3,
  .report-list h3 {
    margin-top: 10px;
  }
  /* line 1465, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .regulation-list .heading-wrapper, .view-cpvo-search .result-list ul li .heading-wrapper, .publications-list .heading-wrapper,
  .report-list .heading-wrapper {
    display: block;
    text-align: center;
  }
  /* line 1468, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .regulation-list .heading-wrapper .title, .view-cpvo-search .result-list ul li .heading-wrapper .title, .publications-list .heading-wrapper .title,
  .report-list .heading-wrapper .title {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}

/* @group R & D */
/* line 1480, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.research-development-list .node {
  padding: 0 20px;
}

/* line 1483, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.research-development-list li {
  position: relative;
  background: #FFFFFF;
  padding: 2.5rem;
  list-style: none;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 64.063em) {
  /* line 1483, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .research-development-list li {
    padding: 1.25rem;
  }
}

/* line 1493, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.research-development-list li h2 {
  font-size: 1.1875rem;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  display: block;
  float: left;
  padding-bottom: 20px;
  width: 80%;
  letter-spacing: 0.01px;
  margin-top: 0;
}

/* line 1503, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.research-development-list li .field-name-field-from-to-date {
  font-family: "Playfair Display", serif !important;
  float: right;
  color: #959494;
}

@media screen and (max-width: 64.063em) {
  /* line 1503, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .research-development-list li .field-name-field-from-to-date {
    float: none;
    margin-bottom: 10px;
  }
}

/* line 1512, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.research-development-list li .field-name-field-from-to-date .field-label {
  display: block;
  float: left;
  font-size: 0.875rem;
}

/* line 1517, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.research-development-list li .field-name-field-from-to-date .date-display-single,
.research-development-list li .field-name-field-from-to-date .date-display-range {
  font-size: 0.875rem;
  margin-bottom: -2px;
  display: block;
  margin-bottom: 0;
  width: 230px;
}

/* line 1526, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.research-development-list li .node-download {
  display: block;
  margin-bottom: 20px;
}

/* line 1529, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.research-development-list li .node-download .field-name-field-download-files {
  display: block;
  float: left;
}

/* line 1532, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.research-development-list li .node-download .field-name-field-download-files .download-wrapper {
  display: block;
  float: left;
}

/* line 1536, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.research-development-list li .node-download .field-name-field-download-files .download-wrapper .download-label {
  margin-left: 0;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 1553, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.research-development-list li .node-download .field-name-title-field {
  display: block;
  float: left;
  background: #E0E0E0;
  font-size: 0.9375rem;
  font-family: "UniversLight", Tahoma, sans-serif !important;
  padding: 16px 16px 16px 60px;
  position: relative;
}

/* line 1562, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.research-development-list li .node-download .field-name-title-field:before {
  content: "";
  border-radius: 50%;
  margin-right: 10px;
  padding: 20px;
  background: url(../../cpvo_foundation/images/type-files/pdf.svg) no-repeat #c5c5c5;
  background-size: 100%;
  position: absolute;
  left: 10px;
  top: 8px;
}

/* @group help centre */
/* line 1581, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list {
  padding-right: 20px;
}

/* line 1583, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list li {
  width: 43.3% !important;
}

@media screen and (max-width: 1280px) {
  /* line 1583, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-help-centre .view-content .item-list li {
    width: 43.3% !important;
  }
}

@media only screen and (max-width: 40em) {
  /* line 1583, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-help-centre .view-content .item-list li {
    width: 100% !important;
  }
}

/* line 1591, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list li a.group-link-wrapper {
  height: auto !important;
  padding: 40px 35px 40px 80px;
  line-height: 1.25rem;
  position: relative;
}

/* line 1596, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list li a.group-link-wrapper .field-name-title-field {
  font-size: 1.1875rem;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  color: #000000;
}

/* line 1601, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list li a.group-link-wrapper .text-secondary p {
  font-family: "Playfair Display", serif !important;
  padding: 0;
  font-size: 0.875rem;
}

/* line 1607, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list li a.group-link-wrapper:not(:hover) {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1613, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list li a.group-link-wrapper:hover {
  background-color: #fff !important;
}

/* line 1616, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list li a.group-link-wrapper:hover:after {
  position: absolute;
  top: 44%;
  right: 20px !important;
  color: #3f51b5;
}

/* line 1625, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-term-application a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__application.png) no-repeat 13px 45% !important;
}

/* line 1628, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-term-original-doc a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__original-doc.png) no-repeat 13px 45% !important;
}

/* line 1631, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-term-fees a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__fees.png) no-repeat 13px 45% !important;
}

/* line 1634, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-term-procedural-aspects a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__procedural-aspects.png) no-repeat 13px 45% !important;
}

/* line 1637, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-term-variety-denominations a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__variety-denominations.png) no-repeat 13px 45% !important;
}

/* line 1640, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-term-desicion-making-process a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__desicion-making-process.png) no-repeat 13px 45% !important;
}

/* line 1643, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-term-community-plant-variety-right a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__community-plant-variety-right.png) no-repeat 13px 45% !important;
}

/* line 1646, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-term-appeal a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__appeal.png) no-repeat 13px 45% !important;
}

/* line 1649, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-term-surrender-of-rights a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__surrender-of-rights.png) no-repeat 13px 45% !important;
}

/* line 1652, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-term-enforcement-of-rights a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__enforcement-of-rights.png) no-repeat 13px 45% !important;
}

/* line 1655, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-term-cumulative-protection-prohibited a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__cumulative-protection-prohibited.png) no-repeat 13px 45% !important;
}

/* line 1658, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-term-request-for-examination-reports a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__request-for-certifies-copies-of-examination-reports.png) no-repeat 13px 45% !important;
}

/* line 1661, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-term-notes-on-the-completition-of-the-application-form a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__notes-on-the-completition-of-the-application-form.png) no-repeat 13px 45% !important;
}

/* line 1664, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-term-guidance-documents a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__guidance-documents.png) no-repeat transparent 13px 45% !important;
}

/* line 1667, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-term-closing-date a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__closing-date.png) no-repeat transparent 13px 45% !important;
}

/* line 1670, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-term-take-over a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__take-over.png) no-repeat transparent 13px 45% !important;
}

/* line 1673, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-term-official-publications a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__official-publications.png) no-repeat transparent 13px 45% !important;
}

/* line 1677, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-samples-for-ornamental-crops a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__cpvo-samples-for-ornamental-crops.png) no-repeat transparent 13px 45% !important;
}

/* line 1680, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-samples-for-fruit-crops a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__cpvo-samples-for-fruit-crops.png) no-repeat transparent 13px 45% !important;
}

/* line 1683, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-content .item-list .cpvo-picture-quality a.group-link-wrapper {
  background: url(../../cpvo_foundation/images/help-centre/__cpvo-picture-quality.png) no-repeat transparent 13px 45% !important;
}

/* line 1689, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.expand-all {
  color: #000000;
  display: block;
  float: left;
  margin-bottom: 10px;
  cursor: pointer;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  padding: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 1700, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.expand-all.active {
  background: #E0E0E0;
}

/* line 1702, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.expand-all.active:before {
  content: "✓";
  margin-right: 5px;
}

/* line 1709, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.page-help-center-faq .view-faq.view-display-id-page .view-content {
  margin: 30px auto;
}

/* line 1713, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.large-4 .view-faq .view-content {
  margin: 0;
  padding: 0;
}

/* line 1719, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-faq .view-content {
  margin: 90px auto;
}

/* line 1722, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-faq .faq-list {
  display: block;
  background: #FFFFFF;
}

/* line 1725, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-faq .faq-list h3 {
  font-size: 1.1875rem;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  letter-spacing: 0.01px;
  margin: 0 auto;
  background: #358DF2;
  padding: 20px;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
}

/* line 1736, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-faq .faq-list ul {
  margin-left: 10px;
}

/* line 1738, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-faq .faq-list ul li {
  list-style: none;
  margin-bottom: 1px solid #eee;
}

/* line 1741, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-faq .faq-list ul li .group-content.columns {
  padding: 0;
}

/* line 1744, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-faq .faq-list ul li .field-name-title-field {
  font-size: 1.0625rem;
  color: #000000;
  padding: 20px 60px 20px 60px;
  display: block;
  transition: all 0.3s ease;
  background: transparent;
  position: relative;
  line-height: 1.125rem;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

/* line 1755, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-faq .faq-list ul li .field-name-title-field.active {
  background: rgba(224, 224, 224, 0.2);
  -webkit-box-shadow: 0 3px 3px 0 rgba(235, 235, 235, 0.5);
  -moz-box-shadow: 0 3px 3px 0 rgba(235, 235, 235, 0.5);
  box-shadow: 0 3px 3px 0 rgba(235, 235, 235, 0.5);
  font-family: "UniversBold", Tahoma, sans-serif !important;
}

/* line 1762, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-faq .faq-list ul li .field-name-title-field:after {
  position: absolute;
  top: 26%;
  right: 60px !important;
  color: #3f51b5;
  line-height: 1.5em;
}

/* line 1774, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-faq .faq-list ul li .field-name-title-field:hover, .view-faq .faq-list ul li .field-name-title-field:focus {
  background: rgba(224, 224, 224, 0.2);
}

/* line 1779, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-faq .faq-list ul li .group-main-wrapper {
  padding: 30px 60px;
  border-bottom: 1px solid #eee;
}

/* line 1782, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-faq .faq-list ul li .group-main-wrapper p {
  font-size: 1.125rem !important;
}

/* line 1788, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-faq .faq-list .more-link {
  width: 100%;
  display: block;
  text-align: center;
}

/* line 1792, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-faq .faq-list .more-link a {
  -webkit-box-shadow: 0 3px 0 0 #0f73e5;
  -moz-box-shadow: 0 3px 0 0 #0f73e5;
  box-shadow: 0 3px 0 0 #0f73e5;
  background: #358DF2;
}

/* line 1798, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-faq .faq-list .more-link a:hover {
  background: #0f73e5;
}

/* line 1807, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-faq .top-wrap.row {
  padding: 0;
}

/* line 1809, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-faq .top-wrap.row .view-header {
  margin-top: 0 !important;
  float: none;
  margin-bottom: -10px;
}

/* line 1813, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-faq .top-wrap.row .view-header h3 {
  padding: 20px 30px;
  font-size: 1.1875rem;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  letter-spacing: 0.01px;
  background: #FFFFFF;
}

/* line 1822, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-faq .faq-list {
  background: #FFFFFF;
  display: block;
  padding: 0;
}

/* line 1826, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-faq .faq-list ul {
  margin-left: 0;
}

/* line 1828, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-faq .faq-list ul li {
  list-style: none;
}

/* line 1830, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-faq .faq-list ul li a {
  font-size: 1.0625rem;
  color: #000000;
  padding: 15px 50px 15px 30px;
  display: block;
  transition: all 0.3s ease;
  background: transparent;
  position: relative;
  line-height: 1.125rem;
}

/* line 1839, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-faq .faq-list ul li a:after {
  position: absolute;
  top: 26%;
  right: 20px !important;
  color: #3f51b5;
  line-height: 1.5em;
}

/* line 1848, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-faq .faq-list ul li a:hover, .view-help-centre .view-faq .faq-list ul li a:focus {
  background: rgba(224, 224, 224, 0.2);
}

/* line 1856, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-faq .more-link {
  width: 100%;
  display: block;
  text-align: center;
}

/* line 1860, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-faq .more-link a {
  -webkit-box-shadow: 0 3px 0 0 #0f73e5;
  -moz-box-shadow: 0 3px 0 0 #0f73e5;
  box-shadow: 0 3px 0 0 #0f73e5;
  background: #358DF2;
}

/* line 1866, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-help-centre .view-faq .more-link a:hover {
  background: #0f73e5;
}

/* @group Publications */
/* line 1875, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-official-publications.view-id-official_publications.view-display-id-page > .view-content {
  margin-top: 80px;
}

/* line 1877, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-official-publications.view-id-official_publications.view-display-id-page > .view-content .view-footer .view-content {
  margin-top: 0;
}

/* .view-official-publications{
	     .view-content .item-list > ul li {
	        width: 17%;
	        @media screen and (max-width: 1280px) {
	            width: 22%;
	        }
	        @media only screen and (min-width:40.063em) and (max-width:64em) {
	            width: 31%;
	        }
	        @media only screen and (max-width: 40em) {
	            width: 48%;
	        }
	        a.group-link-wrapper {
	            @extend %publication-item;
	            &[href$=".pdf"] .group-main-wrapper:before,
	            &[href$=".pdf"] .field-type-text:before,
	            &[href$=".xls"] .group-main-wrapper:before,
	            &[href$=".xls"] .field-type-text:before {
	                content: "";
	                background: $light-grey;
	                border-radius: 50%;
	                width: 35px;
	                height: 35px;
	                background-color: #e0e0e0;
	                vertical-align: middle;
	                position: absolute;
	                z-index: 1;
	                background: url(../../cpvo_foundation/images/type-files/pdf.svg) no-repeat #e0e0e0;
	                background-size: 35px;
	                top: 8px;
	                right: 8px;
	                margin: 0;
			        @media only screen and (max-width: 40em) {
						background-size: 100px;
						height: 100px;
						width: 100px;
						top: 31%;
						right: 25%;
						margin: 0;
						opacity: 0.1;
			        }
	            }
	            &[href$=".xls"] .group-main-wrapper:before,
	            &[href$=".xls"] .field-type-text:before {
	                background: url(../../cpvo_foundation/images/type-files/xls.svg) no-repeat #e0e0e0!important;
	            }

	            div.field-name-title-field h2 {
	                padding: 15px 26px 5px 25px!important;
	                font-size: rem-calc(34);
	                //small
	                @media screen and (max-width: 64.063em) {
	                    padding: 0px;
	                    font-size: 1.3rem;
	                    line-height: 1.3;
	                }
	            }
	            .field-type-taxonomy-term-reference ul {
	                margin: 0;
	                li {
	                    font-size: rem-calc(12);
	                    margin: 0 auto;
	                    width: 100%;
	                }
	            }
	            .field-type-datetime {
	                width: 100%;
	                left: 0;
	                position: absolute;
	                text-align: center;
	                width: 100%;
	            }
	        }
	    }
	}*/
/* @group Newsletters */
/* line 1962, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-newsletters a.group-link-wrapper,
#newsletters-section .view-newsletters a.group-link-wrapper {
  padding: 0;
}

/* line 1965, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-newsletters a.group-link-wrapper[href$=".pdf"] .field-type-datetime:after,
#newsletters-section .view-newsletters a.group-link-wrapper[href$=".pdf"] .field-type-datetime:after {
  content: "";
  background: #E0E0E0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #e0e0e0;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  background: url(../../cpvo_foundation/images/type-files/pdf.svg) no-repeat #e0e0e0;
  background-size: 35px;
  bottom: 5px;
  right: 10px;
  margin: 0;
}

/* line 1982, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-newsletters a.group-link-wrapper div.field-name-title-field h2,
#newsletters-section .view-newsletters a.group-link-wrapper div.field-name-title-field h2 {
  padding: 15px 10px 5px 10px !important;
  font-size: 2.125rem;
  text-align: left;
}

@media screen and (max-width: 64.063em) {
  /* line 1982, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-newsletters a.group-link-wrapper div.field-name-title-field h2,
  #newsletters-section .view-newsletters a.group-link-wrapper div.field-name-title-field h2 {
    padding: 0px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

/* line 1994, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-newsletters a.group-link-wrapper div.text-secondary,
#newsletters-section .view-newsletters a.group-link-wrapper div.text-secondary {
  text-align: left;
}

/* line 1998, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-newsletters a.group-link-wrapper .field-type-taxonomy-term-reference ul,
#newsletters-section .view-newsletters a.group-link-wrapper .field-type-taxonomy-term-reference ul {
  margin: 0;
}

/* line 2000, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-newsletters a.group-link-wrapper .field-type-taxonomy-term-reference ul li,
#newsletters-section .view-newsletters a.group-link-wrapper .field-type-taxonomy-term-reference ul li {
  font-size: 0.75rem;
  margin: 0 auto;
  width: 100%;
}

/* line 2006, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-newsletters a.group-link-wrapper .field-type-datetime,
#newsletters-section .view-newsletters a.group-link-wrapper .field-type-datetime {
  width: 100%;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}

/* line 2019, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.cpvo-section-news-events .newsletters-section a.group-link-wrapper {
  padding: 0 !important;
  border-radius: 0px 0px 0px 0px !important;
}

/* @group Articles */
/* line 2030, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-articles .view-content .item-list > ul li {
  width: 22%;
}

@media screen and (max-width: 1280px) {
  /* line 2030, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-articles .view-content .item-list > ul li {
    width: 30%;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 2030, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-articles .view-content .item-list > ul li {
    width: 30%;
  }
}

@media only screen and (max-width: 40em) {
  /* line 2030, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-articles .view-content .item-list > ul li {
    width: 40%;
  }
}

/* @group Map */
/* line 2048, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.attachment-after {
  margin-top: -40px;
}

@media screen and (max-width: 64.063em) {
  /* line 2048, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .attachment-after {
    margin-top: -75px;
  }
}

/* line 2056, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-network-of-partners {
  background: #FFFFFF;
}

/* line 2058, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-network-of-partners .top-wrap.row {
  display: none;
}

/* line 2061, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-network-of-partners .view-content {
  max-width: none;
  padding-top: 0 !important;
}

/* line 2064, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-network-of-partners .view-content h3 {
  width: 100%;
}

/* line 2066, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-network-of-partners .view-content h3 div {
  text-align: center;
  padding: 50px;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  color: #FFFFFF;
  background: grey;
  margin-bottom: 20px;
}

/* line 2073, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-network-of-partners .view-content h3 div.partner-id-94 {
  background: #1295d0;
}

/* line 2076, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-network-of-partners .view-content h3 div.partner-id-380 {
  background: #c6007e;
}

/* line 2079, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-network-of-partners .view-content h3 div.partner-id-95 {
  background: #97d700;
}

/* line 2082, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-network-of-partners .view-content h3 div.partner-id-96 {
  background: #671C9C;
}

/* line 2086, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-network-of-partners .view-content h3 span.description p {
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 21px;
  margin: 0 auto;
  max-width: 60em;
  opacity: 0.7;
  text-align: center;
}

/* line 2097, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-network-of-partners .view-content .item-list ul {
  max-width: 90em;
  margin: 0 auto;
  justify-content: flex-start !important;
}

/* line 2101, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-network-of-partners .view-content .item-list ul li.views-row {
  margin: 20px 10px;
  border: 4px solid #f2f2f2;
  display: block;
  padding: 20px;
  text-align: center;
  position: relative;
  background: #FFFFFF;
  height: auto;
  min-height: 250px;
  margin-bottom: 40px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.025);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.025);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 10;
  width: 23%;
}

/* line 2122, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-network-of-partners .view-content .item-list ul li.views-row .field-name-field-country {
  font-size: 2.25rem;
  line-height: 2.5625rem;
  margin-top: 10px;
}

/* line 2127, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-network-of-partners .view-content .item-list ul li.views-row .field-name-title-field {
  font-size: 1.25rem;
  font-family: "UniversBold", Tahoma, sans-serif !important;
}

/* line 2131, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-network-of-partners .view-content .item-list ul li.views-row .field-name-field-geo-address {
  position: relative;
}

/* line 2133, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-network-of-partners .view-content .item-list ul li.views-row .field-name-field-geo-address:after {
  content: "";
  width: 65px;
  height: 4px;
  background: #1b4078;
  display: block;
  margin: 5px auto;
  clear: both;
}

/* line 2143, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-network-of-partners .view-content .item-list ul li.views-row .field-name-field-partner-website-url {
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 0.875rem;
}

/* line 2146, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-network-of-partners .view-content .item-list ul li.views-row .field-name-field-partner-website-url:before {
  margin-right: 5px;
  font-size: 0.875rem;
}

@media screen and (max-width: 64.063em) {
  /* line 2097, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-network-of-partners .view-content .item-list ul {
    justify-content: center !important;
  }
  /* line 2157, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-network-of-partners .view-content .item-list ul li.views-row {
    width: 45%;
    margin-bottom: 0px;
    min-height: 200px;
  }
  /* line 2161, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-network-of-partners .view-content .item-list ul li.views-row .field-name-title-field {
    font-size: 1.1rem;
    line-height: 1.1;
  }
  /* line 2165, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-network-of-partners .view-content .item-list ul li.views-row .field-name-field-country {
    font-size: 1.9rem;
    line-height: 1.8rem;
    margin-top: 15px;
  }
  /* line 2170, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-network-of-partners .view-content .item-list ul li.views-row .field-name-field-partner-website-url {
    font-size: 0.875rem;
    margin-top: 10px;
  }
}

@media screen and (max-width: 40.063em) {
  /* line 2178, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-network-of-partners .view-content .item-list ul li.views-row {
    width: 100%;
    padding: 15px;
    min-height: auto;
    margin-top: 10px;
  }
}

/* line 2189, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.olPopup {
  max-width: 400px;
}

/* line 2192, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.olPopup .popup_contentDiv {
  max-width: 400px;
}

/* line 2195, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.olPopup .openlayers-tooltip-name .views-field-title-field .field-content {
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 1.25rem;
  background: grey;
  padding: 20px;
  line-height: 1.3125rem;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

/* line 2205, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.olPopup .openlayers-tooltip-name .views-field-title-field[class*="-94"] .field-content {
  background: #1295d0;
}

/* line 2208, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.olPopup .openlayers-tooltip-name .views-field-title-field[class*="-380"] .field-content {
  background: #c6007e;
}

/* line 2211, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.olPopup .openlayers-tooltip-name .views-field-title-field[class*="-95"] .field-content {
  background: #97d700;
}

/* line 2214, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.olPopup .openlayers-tooltip-name .views-field-title-field[class*="-96"] .field-content {
  background: #671C9C;
}

/* line 2217, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.olPopup .openlayers-tooltip-description {
  font-size: 1rem;
  text-align: center;
}

/* line 2220, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.olPopup .openlayers-tooltip-description .field-name-field-partner-website-url {
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 0.875rem;
}

/* line 2223, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.olPopup .openlayers-tooltip-description .field-name-field-partner-website-url:before {
  margin-right: 5px;
  font-size: 0.875rem;
}

/* line 2233, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.olPopupContent {
  padding: 5px;
  overflow: auto;
  margin-left: -13px;
  margin-top: -13px;
}

/* line 2240, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.olFramedCloudPopupContent {
  width: 410px !important;
}

/* line 2245, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
#popup .openlayers-popup {
  color: #000;
}

/* @group Legend */
/* line 2252, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.legend {
  padding: 20px;
  display: block;
  background: #FFFFFF;
  position: absolute;
  bottom: -10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  max-width: 400px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

/* line 2265, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.legend li {
  list-style: none;
  padding-left: 20px;
}

/* line 2268, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.legend li:before {
  margin-right: 10px;
  margin-left: -20px;
}

/* line 2274, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.legend li.partner-id-94:before {
  color: #1295d0;
}

/* line 2278, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.legend li.partner-id-380:before {
  color: #c6007e;
}

/* line 2281, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.legend li.partner-id-95:before {
  color: #97d700;
}

/* line 2284, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.legend li.partner-id-96:before {
  color: #671C9C;
}

/* line 2290, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.jump-to {
  display: inline-block;
  float: left;
  color: #6e6e6e;
  font-family: "Playfair Display", serif !important;
  margin-left: 30px;
  margin-right: 10px;
  margin-top: 20px;
  font-size: 1rem;
}

@media screen and (max-width: 64.063em) {
  /* line 2290, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .jump-to {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    text-align: center;
  }
}

/* line 2308, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.anchor-section {
  max-width: 90em;
  margin: 0 auto;
}

/* line 2313, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.partners-anchors {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
}

/* line 2318, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.partners-anchors li {
  display: inline-block;
  list-style: none;
  text-align: center;
}

/* line 2324, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.partners-anchors li a {
  margin-right: 30px;
  color: #000000;
  padding: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 1rem;
}

/* line 2333, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.partners-anchors li a.partner-id-94:after, .partners-anchors li a.partner-id-380:after, .partners-anchors li a.partner-id-95:after, .partners-anchors li a.partner-id-96:after {
  background: #ddd none repeat scroll 0 0;
  content: "";
  display: block;
  float: left;
  height: 20px;
  margin-left: -16px;
  margin-right: 0;
  width: 2px;
}

/* line 2346, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.partners-anchors li a.partner-id-94:hover {
  background: #1295d0;
  color: #FFFFFF;
}

/* line 2350, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.partners-anchors li a.partner-id-380:hover {
  background: #c6007e;
  color: #FFFFFF;
}

/* line 2354, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.partners-anchors li a.partner-id-95:hover {
  background: #97d700;
  color: #FFFFFF;
}

/* line 2358, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.partners-anchors li a.partner-id-96:hover {
  background: #671C9C;
  color: #FFFFFF;
}

@media screen and (max-width: 64.063em) {
  /* line 2313, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .partners-anchors {
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 2368, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .partners-anchors li:first-child a:after {
    content: none;
  }
}

@media screen and (max-width: 40.063em) {
  /* line 2374, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .partners-anchors li a {
    margin-right: 0px;
  }
  /* line 2376, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .partners-anchors li a:after {
    content: none !important;
  }
}

/* @group Reports */
/* line 2384, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-id-reports .view-content {
  margin-top: 80px;
}

/* line 2386, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-id-reports .view-content .field-name-field-download-files .download-wrapper {
  margin-right: 15px;
}

/* line 2388, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-id-reports .view-content .field-name-field-download-files .download-wrapper .download-files {
  right: 30px !important;
}

@media screen and (max-width: 64.063em) {
  /* line 2384, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-id-reports .view-content {
    margin-top: 0px;
  }
}

/* @group View content rule */
/* line 2407, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view.view-id-network_of_partners .view-content,
.view.view-network-of-partners .view-content,
.view.view-conferences-and-events .view-content,
.view.view-news .view-content,
.view.view-newsletters .view-content,
.view.view-official-publications .view-content,
.view.view-reports .view-content,
.view.view-technical-protocols .view-content {
  padding: 0 !important;
}

/* @group Search Results */
/* line 2414, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-cpvo-search input#edit-t {
  color: #000000 !important;
  background: #f5f5f5 !important;
}

/* line 2419, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-cpvo-search .result-list ul li {
  list-style: none;
  padding: 30px;
}

/* line 2423, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.view-cpvo-search .result-list ul li a {
  font-size: 1.125rem;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  display: block;
  letter-spacing: 0.05px;
}

/* @group VIEWS WITH TABLES */
@media screen and (max-width: 40.063em) {
  /* line 2442, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
  .view-procurement .view-content,
  .view-finance-and-budget .view-content,
  .view-administrative-council .view-content,
  .view-cpvo .view-content,
  .view-cpvo-committees .view-content,
  .view-additional-characteristics .view-content,
  .view-technical-protocols .view-content {
    overflow-x: auto;
  }
}

/* @group ARTICLES */
/* line 2451, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.node-cpvo-article a.group-link-wrapper {
  padding: 30px;
}

/* line 2454, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.node-cpvo-article a.group-link-wrapper .field-type-datetime {
  padding: 0 0 15px 0 !important;
}

/* line 2457, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_views.scss */
.node-cpvo-article a.group-link-wrapper .field-name-field-author {
  padding: 15px 0 0 0 !important;
}

/* @group page overview page */
/* line 3, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-node .overview-buttons.view-mode-full {
  /*rule for node page with "overview-layout" buttons */
  padding-top: 0 !important;
}

/* line 7, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
div.overview-layout {
  max-width: 90em;
  margin: 0 auto;
  background: #ECECEC;
}

/* line 20, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
div.view-mode-full.overview-layout {
  background: #ECECEC;
}

/* line 24, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
div.view-mode-full.overview-layout .group-content {
  padding: 0;
  display: block;
}

/* line 27, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
div.view-mode-full.overview-layout .group-content .layout-container {
  overflow: visible;
}

/* line 30, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
div.view-mode-full.overview-layout .group-content .layout-container .content {
  float: left;
  width: 28.0851%;
}

@media screen and (max-width: 64.063em) {
  /* line 30, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  div.view-mode-full.overview-layout .group-content .layout-container .content {
    width: 55%;
  }
}

/* line 38, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
div.view-mode-full.overview-layout .group-content .layout-container .content p {
  font-family: "Playfair Display", serif !important;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: rgba(0, 0, 0, 0.7);
  padding-top: 5px;
}

/* line 46, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
div.view-mode-full.overview-layout .group-content .layout-container .content span strong {
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 40em) {
  /* line 30, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  div.view-mode-full.overview-layout .group-content .layout-container .content {
    width: 100%;
    float: none;
  }
}

/* line 55, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
div.view-mode-full.overview-layout .group-content .layout-container .image-wrap {
  width: 57.4468%;
  display: block;
  overflow: hidden;
  max-width: 620px;
  z-index: 2 !important;
  height: 450px;
}

@media screen and (max-width: 64.063em) {
  /* line 55, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  div.view-mode-full.overview-layout .group-content .layout-container .image-wrap {
    width: 40%;
    max-width: none;
    height: auto;
  }
  /* line 69, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  div.view-mode-full.overview-layout .group-content .layout-container .image-wrap img {
    margin-top: 10px;
  }
}

@media screen and (max-width: 40.063em) {
  /* line 55, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  div.view-mode-full.overview-layout .group-content .layout-container .image-wrap {
    width: 100%;
    text-align: center;
  }
  /* line 78, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  div.view-mode-full.overview-layout .group-content .layout-container .image-wrap img {
    width: auto;
  }
}

/* line 83, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
div.view-mode-full.overview-layout .group-content .layout-container h1.title {
  line-height: 2.375rem !important;
}

/* line 85, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
div.view-mode-full.overview-layout .group-content .layout-container h1.title a {
  font-size: 2.3125rem;
  line-height: 2.375rem !important;
  font-family: "UniversBold", Helvetica, Roboto, Arial, sans-serif;
}

/* line 89, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
div.view-mode-full.overview-layout .group-content .layout-container h1.title a:after {
  font-size: 1.5rem;
}

@media screen and (max-width: 64.063em) {
  /* line 83, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  div.view-mode-full.overview-layout .group-content .layout-container h1.title {
    margin-top: 0px;
  }
  /* line 99, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  div.view-mode-full.overview-layout .group-content .layout-container h1.title a {
    font-size: 2rem;
  }
}

/* line 104, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
div.view-mode-full.overview-layout .group-content .layout-container ul {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 107, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
div.view-mode-full.overview-layout .group-content .layout-container ul li {
  list-style: none !important;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 1.1875rem;
}

/* line 112, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
div.view-mode-full.overview-layout .group-content .layout-container ul li a:before {
  font-size: 1rem;
}

/* line 125, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.group-content.columns {
  padding-top: 0px !important;
  display: block;
  width: 100%;
}

/* line 132, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.section-background.grey {
  display: block;
  background: #ECECEC;
  padding: 40px 0;
  overflow: visible;
}

@media screen and (max-width: 64.063em) {
  /* line 140, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .section-background.grey.row {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* line 148, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.section-background.white {
  background: #FFFFFF;
  padding: 40px 0;
}

/* line 156, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.section-background.blue {
  background: #1b4078;
  padding: 40px 0;
  display: block;
}

/* line 161, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.section-background.blue #what-we-do {
  margin-top: 60px;
  display: block;
}

/* line 167, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.section-background.blue .content p {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 170, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.section-background.blue .content h1.title a {
  color: #FFFFFF !important;
}

/* line 173, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.section-background.blue .content a {
  color: #FFFFFF !important;
}

@media only screen and (max-width: 40em) {
  /* line 166, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .section-background.blue .content {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 64.063em) {
  /* line 185, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .section-background.row {
    padding: 1.875rem 0.9375rem;
  }
}

/* line 190, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.section {
  max-width: 77.5rem;
  margin: 0 auto;
  display: block;
  overflow: visible;
  z-index: 5000;
}

/* line 196, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.section img {
  margin-top: 60px;
}

/* @group generic rules */
/* line 202, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.more-link a {
  -webkit-box-shadow: 0 3px 0 0 #89182e;
  -moz-box-shadow: 0 3px 0 0 #89182e;
  box-shadow: 0 3px 0 0 #89182e;
  background: #b4203c;
  margin-bottom: 20px;
}

/* line 209, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.more-link a:hover {
  background: #89182e;
}

/* @group page news & events */
/* line 215, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main {
  background: #ECECEC;
  /* @group section events */
  /* @group section articles */
  /* @group section newsletters */
}

/* line 217, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events {
  display: block;
  /* @group section news */
}

/* line 221, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .view-content {
  padding: 0;
}

/* line 222, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .pane-content {
  max-width: 90em;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* line 227, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section h2.pane-title {
  font-family: "UniversBold", Tahoma, sans-serif !important;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

/* line 233, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left {
  width: 70%;
  padding-right: 30px;
}

@media screen and (max-width: 64em) {
  /* line 233, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left {
    width: 100%;
    padding-right: 0 !important;
  }
}

/* line 242, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left > .row {
  margin-right: 0px;
  margin-left: 0px;
}

/* line 247, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left p {
  font-family: "Playfair Display", serif !important;
  color: #6e6e6e;
}

/* line 251, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul {
  margin-left: 0;
}

/* line 253, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul li {
  width: 100% !important;
  list-style: none !important;
}

/* line 256, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul li .field-name-field-main-image {
  height: 614px;
  left: 0;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 263, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul li .field-name-field-main-image img {
  max-height: 614px;
  width: auto;
}

@media screen and (max-width: 40.063em) {
  /* line 256, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul li .field-name-field-main-image {
    height: 450px;
  }
}

/* line 273, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul li .group-main-wrapper {
  background: #FFFFFF;
  padding: 30px;
  position: absolute;
  z-index: 2;
  max-width: 400px;
  height: 350px;
  left: 30px;
  top: 30px;
  border-radius: 2px;
}

/* line 283, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul li .group-main-wrapper .field-name-field-news-type ul {
  margin-left: 0;
}

/* line 285, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul li .group-main-wrapper .field-name-field-news-type ul li {
  display: block;
  text-transform: uppercase;
  font-size: 0.6875rem;
}

/* line 291, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul li .group-main-wrapper .field-name-title-field h3 {
  font-family: "UniversLight", Tahoma, sans-serif !important;
  font-size: 2.375rem;
  line-height: 2.375rem;
}

/* line 296, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul li .group-main-wrapper p {
  font-family: "UniversLight", Tahoma, sans-serif !important;
  font-size: 1rem;
  line-height: 1.25rem;
}

/* line 302, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul li .group-main-wrapper .field-type-datetime {
  border-top: 1px solid #e8e8e8;
  background: #FFFFFF;
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 10px 30px;
  width: 100%;
  display: inline-block;
  font-family: 'Playfair Display', serif;
  color: #6e6e6e;
  font-size: 0.875rem;
}

/* line 314, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul li .group-main-wrapper .field-type-datetime .field-label {
  display: inline-block;
}

/* line 317, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul li .group-main-wrapper .field-type-datetime:before {
  background: rgba(237, 237, 237, 0);
  background: -moz-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.37) 37%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 237, 237, 0)), color-stop(37%, rgba(246, 246, 246, 0.37)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.37) 37%, white 100%);
  background: -o-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.37) 37%, white 100%);
  background: -ms-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.37) 37%, white 100%);
  background: linear, to bottom, rgba(237, 237, 237, 0) 0%, rgba(246, 246, 246, 0.37) 37%, white 100%;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  top: -32px;
  width: 100%;
}

/* line 334, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul li .group-main-wrapper .field-name-node-link a {
  background: #FFFFFF;
  bottom: -55px;
  left: 0px;
  font-family: "UniversBold", Helvetica, Roboto, Arial, sans-serif !important;
  padding: 15px;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 1.1875rem;
  color: #b4203c;
}

/* line 345, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul li .group-main-wrapper .field-name-node-link a:after {
  font-size: 0.9375rem;
  color: #b4203c;
}

/* line 351, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul li .group-main-wrapper .field-name-node-link a:hover {
  background-color: #9e1c35;
  color: #FFFFFF;
}

/* line 355, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-left .item-list > ul li .group-main-wrapper .field-name-node-link a:hover:after {
  color: #FFFFFF;
}

/* line 363, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right {
  width: 30%;
  background: #FFFFFF;
  padding: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 64.063em) {
  /* line 363, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right {
    width: 100%;
    margin-top: 0.9375rem;
  }
}

/* line 375, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right h2 {
  text-align: center;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 1.6875rem;
  margin-top: 0;
}

/* line 381, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul {
  margin-left: 0;
}

/* line 383, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li {
  width: 100% !important;
  list-style: none !important;
  margin-top: 0px;
}

/* line 387, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li .field-name-field-main-image {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

/* line 393, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li .field-name-field-main-image img {
  width: 100%;
}

/* line 397, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper {
  height: 140px;
  display: block;
  margin-bottom: 10px;
}

/* line 404, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper .field-name-title-field h2 {
  text-align: left;
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 1.1875rem !important;
  line-height: 1.3125rem !important;
  letter-spacing: 0.01px;
}

/* line 411, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper img {
  display: none !important;
}

/* line 414, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper .body.text-secondary {
  display: none;
}

/* line 417, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .item-list > ul li a.group-link-wrapper .field-type-datetime {
  padding: 15px;
}

@media screen and (max-width: 64em) {
  /* line 423, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .more-link {
    display: block;
    text-align: center;
  }
}

/* line 428, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .more-link a {
  width: 100%;
}

@media screen and (max-width: 64em) {
  /* line 428, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #news-and-events #news-section .ds-2col-fluid > .group-right .more-link a {
    width: auto;
    margin: 0 auto;
  }
}

/* line 440, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #events-section {
  background: #FFFFFF;
  display: block;
  padding-top: 90px;
  border-bottom: 100px solid #ECECEC;
}

@media screen and (max-width: 64em) {
  /* line 440, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #events-section {
    padding-top: 0;
  }
}

@media screen and (max-width: 40.063em) {
  /* line 440, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #events-section {
    border-bottom: 20px solid #ECECEC;
  }
}

/* line 452, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #events-section .ds-2col-fluid.view {
  background: #FFFFFF !important;
  max-width: 90em;
  margin: 0 auto;
  padding-bottom: 0;
}

@media screen and (max-width: 64em) {
  /* line 452, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #events-section .ds-2col-fluid.view {
    display: flex;
    flex-direction: column;
  }
}

/* line 461, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #events-section .ds-2col-fluid.view .group-left {
  width: 70%;
  padding-right: 10%;
}

@media screen and (max-width: 64em) {
  /* line 461, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left {
    order: 2;
    width: 100%;
    padding-right: 0 !important;
  }
}

/* line 470, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: 0px;
  padding: 0;
}

/* line 477, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li {
  width: 48%;
  list-style: none;
  display: inline-block;
  margin-bottom: -100px;
}

/* line 482, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper {
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}

@media screen and (max-width: 40.063em) {
  /* line 477, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #events-section .ds-2col-fluid.view .group-left .item-list > ul li {
    width: 100%;
    margin-bottom: -23px;
  }
}

/* line 499, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #events-section .ds-2col-fluid.view .group-right {
  width: 30%;
}

@media screen and (max-width: 64em) {
  /* line 499, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #events-section .ds-2col-fluid.view .group-right {
    order: 1;
    width: 100%;
  }
}

/* line 506, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #events-section .ds-2col-fluid.view .group-right h2 {
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 2.375rem;
}

@media screen and (max-width: 64em) {
  /* line 506, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #events-section .ds-2col-fluid.view .group-right h2 {
    display: block;
    text-align: center;
  }
}

/* line 514, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #events-section .ds-2col-fluid.view .group-right p {
  font-family: "Playfair Display", serif !important;
  color: #6e6e6e;
}

@media screen and (max-width: 64em) {
  /* line 514, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #events-section .ds-2col-fluid.view .group-right p {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 64em) {
  /* line 522, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #events-section .ds-2col-fluid.view .group-right .more-link {
    display: block;
    text-align: center;
    margin-bottom: 0.9375rem;
  }
}

@media screen and (max-width: 64em) {
  /* line 528, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #events-section .ds-2col-fluid.view .group-right .more-link a {
    width: auto;
    margin: 0 auto;
  }
}

/* line 539, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #articles-section {
  background: #ECECEC;
  display: block;
  padding-top: 90px;
  border-bottom: 100px solid #FFFFFF;
  margin-left: -15px;
  margin-right: 15px;
  width: calc(100% + 30px);
}

@media screen and (max-width: 64em) {
  /* line 539, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #articles-section {
    padding-top: 0;
  }
}

/* line 550, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #articles-section .ds-2col-fluid.view {
  background: #ECECEC;
  max-width: 90em;
  margin: 0 auto;
  padding-bottom: 0;
}

/* line 555, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right {
  width: 70%;
  padding-right: 10%;
}

@media screen and (max-width: 64em) {
  /* line 555, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right {
    width: 100%;
  }
}

/* line 562, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0;
  margin-bottom: -70px;
}

/* line 569, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li {
  width: 45%;
  list-style: none;
  display: inline-block;
}

/* line 573, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper {
  max-height: 150px;
  margin-bottom: 4px;
  padding: 15px;
}

/* line 579, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper .field-type-datetime {
  padding: 0 !important;
}

/* line 582, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #articles-section .ds-2col-fluid.view .group-right .item-list > ul li a.group-link-wrapper .field-name-field-author {
  padding: 5px 0 0 0 !important;
}

/* line 590, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #articles-section .ds-2col-fluid.view .group-left {
  width: 30%;
}

@media screen and (max-width: 64em) {
  /* line 590, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-left {
    width: 100%;
  }
}

/* line 596, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #articles-section .ds-2col-fluid.view .group-left h2 {
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 2.375rem;
}

@media screen and (max-width: 64em) {
  /* line 596, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-left h2 {
    display: block;
    text-align: center;
  }
}

/* line 604, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #articles-section .ds-2col-fluid.view .group-left p {
  font-family: "Playfair Display", serif !important;
  color: #6e6e6e;
}

@media screen and (max-width: 64em) {
  /* line 604, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-left p {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 64em) {
  /* line 612, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #articles-section .ds-2col-fluid.view .group-left .more-link {
    display: block;
    text-align: center;
    margin-bottom: 0.9375rem;
  }
}

/* line 623, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #newsletters-section {
  background: #FFFFFF;
  /* change this rule to $white when articles will be added */
  display: block;
  padding-top: 90px;
}

@media screen and (max-width: 64em) {
  /* line 623, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #newsletters-section {
    padding-top: 0;
  }
}

/* line 630, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #newsletters-section .ds-2col-fluid.view {
  background: #FFFFFF !important;
  /* change this rule to $white when articles will be added  */
  max-width: 90em;
  margin: 0 auto;
  padding-bottom: 0;
}

@media screen and (max-width: 64em) {
  /* line 630, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #newsletters-section .ds-2col-fluid.view {
    display: flex;
    flex-direction: column;
  }
}

/* line 639, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left {
  width: 70%;
  padding-right: 10%;
}

@media screen and (max-width: 64em) {
  /* line 639, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left {
    order: 2;
    width: 100%;
    padding-right: 0 !important;
  }
}

/* line 648, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: 0px;
  padding: 0;
}

/* line 655, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li {
  list-style: none;
  display: inline-block;
  width: 48%;
}

/* line 660, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li a.group-link-wrapper {
  height: 500px;
  border: 1px solid #eee;
  -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 40.063em) {
  /* line 655, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-left .item-list > ul li {
    width: 100%;
  }
}

/* line 676, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-right {
  width: 30%;
}

@media screen and (max-width: 64em) {
  /* line 676, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-right {
    order: 1;
    width: 100%;
  }
}

/* line 683, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-right h2 {
  font-family: "UniversBold", Tahoma, sans-serif !important;
  font-size: 2.375rem;
}

@media screen and (max-width: 64em) {
  /* line 683, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-right h2 {
    display: block;
    text-align: center;
  }
}

/* line 691, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-right p {
  font-family: "Playfair Display", serif !important;
  color: #6e6e6e;
}

@media screen and (max-width: 64em) {
  /* line 691, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-right p {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 64em) {
  /* line 699, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .page-news-and-events .main #newsletters-section .ds-2col-fluid.view .group-right .more-link {
    text-align: center;
    margin-bottom: 0.9375rem;
  }
}

/* @group page Applications & Examinations */
/* line 711, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.section-steps {
  max-width: 90em;
  margin: 0 auto;
}

/* line 714, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.section-steps h2 {
  text-align: center;
  font-size: 2.1875rem;
  display: block;
  margin-top: 80px;
}

@media screen and (max-width: 64.063em) {
  /* line 714, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .section-steps h2 {
    margin-top: 1.875rem;
    line-height: 1.2;
  }
}

/* line 729, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

@media screen and (max-width: 64.063em) {
  /* line 729, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cd-container {
    width: 100%;
  }
}

/* line 741, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* line 748, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

/* line 755, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d6ebd7;
}

@media only screen and (min-width: 1170px) {
  /* line 767, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  /* line 771, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

/* line 777, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

/* line 782, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.cd-timeline-block:before {
  font-size: 1.875rem;
  width: 100%;
  text-align: center;
  color: #add7ae;
  margin: -30px auto;
  display: block;
}

/* line 793, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

/* line 799, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.cd-timeline-block:first-child {
  margin-top: 0;
}

/* line 803, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  /* line 808, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cd-timeline-block {
    margin: 4em 0;
  }
  /* line 811, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  /* line 814, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

/* line 819, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

/* line 840, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.cd-timeline-img {
  background: #6fb971;
}

@media only screen and (min-width: 1170px) {
  /* line 845, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  /* line 854, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  /* line 857, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* line 919, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d6ebd7;
}

/* line 928, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

/* line 934, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.cd-timeline-content h2 {
  color: #303e49;
}

/* line 938, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* line 945, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}

/* line 950, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

/* line 955, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

/* line 963, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

/* line 967, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}

@media screen and (max-width: 64.063em) {
  /* line 967, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cd-timeline-content .cd-date {
    width: 100%;
  }
}

/* line 978, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
  /* line 990, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  /* line 994, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 998, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1170px) {
  /* line 1006, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  /* line 1011, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  /* line 1017, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  /* line 1020, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cd-timeline-content .cd-date {
    color: #bebebe;
    font-family: "UniversBold", Helvetica, Roboto, Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    left: 122%;
    position: absolute;
    top: -20px;
    width: 100%;
  }
  /* line 1030, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  /* line 1033, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  /* line 1040, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  /* line 1043, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  /* line 1048, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  /* line 1051, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  /* line 1061, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_overview-pages.scss */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* @group Main Newsletter Subscription */
/* line 7, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_form-newsletter-subscription.scss */
.main #simplenews-subscriptions-page-form button {
  display: inline-block;
}

/* line 11, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_form-newsletter-subscription.scss */
.main #simplenews-subscriptions-page-form .subscription-privacy-statement {
  display: inline-block;
}

/* line 16, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_form-newsletter-subscription.scss */
.main #simplenews-subscriptions-page-form .subscription-privacy-statement a {
  padding: 15px 20px;
  display: block;
}

/* @group Footer Newsletter Subscription */
/* line 34, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_form-newsletter-subscription.scss */
footer .form-item-mail {
  float: left;
  width: 68%;
}

/* line 37, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_form-newsletter-subscription.scss */
footer .form-item-mail label {
  display: none;
}

/* line 43, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_form-newsletter-subscription.scss */
footer input.form-text {
  height: 3.125rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  border: none;
  background-color: #163563;
}

/* line 49, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_form-newsletter-subscription.scss */
footer input.form-text:focus {
  font-family: 'Playfair Display', serif;
  letter-spacing: .4px;
  color: #FFFFFF;
  box-shadow: 0 0 2px #122a4e;
}

/* line 57, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_form-newsletter-subscription.scss */
footer button[id*='-subscribe'] {
  float: right;
  width: 32%;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 64, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_form-newsletter-subscription.scss */
footer button[id*='-unsubscribe'] {
  font-size: 0.875rem;
  float: right;
  margin-top: 0.9375rem;
  padding: 3px 10px;
  border: none;
  border-radius: 0;
  background: none;
}

/* line 72, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_form-newsletter-subscription.scss */
footer button[id*='-unsubscribe']:hover, footer button[id*='-unsubscribe']:focus {
  box-shadow: 0 3px 0 0 #3b783c;
}

/* line 78, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_form-newsletter-subscription.scss */
footer .subscription-privacy-statement {
  float: right;
  margin-top: 0.9375rem;
  margin-right: 10px;
  font-family: "UniversLight", Tahoma, sans-serif !important;
  font-size: 0.875rem;
}

/* line 84, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_form-newsletter-subscription.scss */
footer .subscription-privacy-statement a {
  padding: 3px 10px;
  border: 1px solid #FFFFFF;
}

/* line 2, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
#organisation-chart {
  margin: 0 auto;
  padding-bottom: 100px;
  background: url("../images/organisation-chart/logo-org-chart.png") no-repeat;
  background-position: bottom center;
  max-width: 64em;
}

@media only screen and (min-width: 40.063em) {
  /* line 2, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  #organisation-chart {
    background-position: bottom left;
  }
}

/* Varaibles - config */
/* FLEX ORDER Classes*/
/* line 31, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.order-1 {
  order: 1;
}

/* line 35, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.order-2 {
  order: 2;
}

/* line 39, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.order-3 {
  order: 3;
}

/* line 43, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.order-4 {
  order: 4;
}

/* SCSS*/
/* line 49, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart {
  display: block;
  clear: both;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  /* ANCHOR BOX COLORS */
  /* ANCHOR --> Board */
  /* ANCHOR --> Presidency */
  /* 1 column */
  /* 2 column */
  /* 3 column */
  /* ANCHOR --> Departments */
}

/* line 57, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart.cf:before, .body #organisation-chart figure.org-chart.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 65, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart.cf:after {
  clear: both;
}

/* line 75, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart.cf {
  *zoom: 1;
}

/* line 80, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart ul {
  padding: 0;
  margin: 0 !important;
  list-style: none;
}

/* line 84, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart ul li {
  position: relative;
  margin-left: 0 !important;
  list-style: none !important;
}

@media only screen and (min-width: 40.063em) {
  /* line 84, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .body #organisation-chart figure.org-chart ul li {
    margin-bottom: 0 !important;
  }
}

/* line 91, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart ul li:before {
  display: none;
}

/* line 100, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart ul li a {
  transition: transform .2s;
  /* Animation */
  display: block;
  padding: 0;
}

/* line 105, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart ul li a:hover, .body #organisation-chart figure.org-chart ul li a:focus {
  transform: scale(1.1);
  z-index: +1;
}

/* line 111, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart ul li span {
  display: block;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.0625rem;
  box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all linear .1s;
  -moz-transition: all linear .1s;
  transition: all linear .1s;
  background: #1B4078;
  padding: 1.875rem 0.9375rem;
  line-height: normal;
  border-top-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 111, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .body #organisation-chart figure.org-chart ul li span {
    padding: 1.875rem;
  }
}

/* line 134, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart ul li.smaller span {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
}

/* line 143, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart .lvl-b {
  background: #316197;
  color: #FFFFFF;
}

/* line 151, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart .board {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 1.875rem;
}

@media only screen and (min-width: 64.063em) {
  /* line 151, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .body #organisation-chart figure.org-chart .board {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

/* line 164, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart .board:after {
  content: "";
  display: block;
  position: absolute;
  height: 70px;
  width: 0px;
  border-left: 2px solid #1b4078;
  margin-left: 49%;
  top: 80px;
  z-index: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 164, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .body #organisation-chart figure.org-chart .board:after {
    bottom: 0;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 164, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .body #organisation-chart figure.org-chart .board:after {
    bottom: 0;
    margin-left: 37%;
  }
}

/* line 188, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart .presidency {
  background-color: #D9E8FD;
  margin: 0px;
  width: 100%;
  overflow: hidden;
  clear: both;
  margin-bottom: 1.875rem;
  padding: 1.875rem 8vw 3.75rem 6vw;
}

/* line 197, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart .presidency h2 {
  font-size: 1.4375rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}

/* line 204, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart .presidency li span {
  background-color: #316197;
}

@media only screen and (max-width: 40em) {
  /* line 208, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .body #organisation-chart figure.org-chart .presidency li.vice-president {
    width: 40%;
    margin-left: 5% !important;
    float: right;
  }
}

@media only screen and (max-width: 40em) {
  /* line 215, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .body #organisation-chart figure.org-chart .presidency li.vice-president:before {
    content: " " !important;
    display: block;
    position: absolute;
    height: 28px;
    width: 0px;
    border-left: 2px solid #1b4078;
    margin-left: 50%;
    top: -26px;
    z-index: 0;
  }
}

@media only screen and (max-width: 40em) {
  /* line 232, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .body #organisation-chart figure.org-chart .presidency li.senior-adviser {
    width: 40%;
    margin-left: 2%;
    float: right;
  }
}

@media only screen and (max-width: 40em) {
  /* line 239, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .body #organisation-chart figure.org-chart .presidency li.senior-adviser:before {
    content: " " !important;
    display: block;
    position: absolute;
    height: 28px;
    width: 0px;
    border-left: 2px solid #1b4078;
    margin-left: 50%;
    top: -26px;
    z-index: 0;
  }
}

/* line 259, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart .presidency .president:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 100px;
}

@media only screen and (max-width: 40em) {
  /* line 259, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .body #organisation-chart figure.org-chart .presidency .president:after {
    border-left: 2px solid #1b4078;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 259, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .body #organisation-chart figure.org-chart .presidency .president:after {
    border-left: 0;
    left: 50%;
    height: 46px;
    width: 120px;
    background: url("../images/organisation-chart/line.svg") no-repeat;
    background-position: bottom left;
  }
}

/* line 282, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart .presidency li.communication {
  display: block;
  clear: both;
  margin: 50px 0 0 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 282, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .body #organisation-chart figure.org-chart .presidency li.communication {
    order: 4 !important;
    margin-top: 0;
    flex-flow: wrap;
    width: 303px;
    margin-left: 28% !important;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 302, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .body #organisation-chart figure.org-chart .presidency li.communication span {
    position: absolute;
    top: -14px;
    right: 0;
  }
}

/* line 341, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart ul.columnOne {
  height: 90px;
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}

/* line 348, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart ul.columnOne li {
  width: 30%;
  margin: 0px auto;
  top: 20px;
}

/* line 356, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart ul.columnTwo {
  position: relative;
  width: 100%;
  display: block;
  height: 90px;
  clear: both;
}

/* line 364, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart ul.columnTwo li:first-child {
  width: 30%;
  float: left;
}

/* line 369, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart ul.columnTwo li {
  width: 30%;
  float: right;
}

/* line 374, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart ul.columnTwo:before {
  content: "";
  display: block;
  position: relative;
  width: 80%;
  height: 10px;
  border-top: 2px solid #1b4078;
  margin: 0 auto;
  top: 40px;
}

/* line 387, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart ul.columnThree {
  position: relative;
  width: 100%;
  clear: both;
}

@media only screen and (min-width: 40.063em) {
  /* line 387, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .body #organisation-chart figure.org-chart ul.columnThree {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
  }
}

/* line 402, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart ul.columnThree li {
  padding-bottom: 20px;
  box-sizing: border-box;
}

@media only screen and (min-width: 40.063em) {
  /* line 402, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .body #organisation-chart figure.org-chart ul.columnThree li {
    align-self: center;
    margin: 0 2.5vw;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 402, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .body #organisation-chart figure.org-chart ul.columnThree li {
    align-self: center;
    margin: 0 2.5vw;
  }
}

/* line 418, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart ul.columnThree:before {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 10px;
  border-top: 2px solid #1b4078;
  left: 20%;
  top: 50px;
}

/* line 432, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart .departments {
  width: 100%;
  display: block;
  clear: both;
}

@media only screen and (min-width: 40.063em) {
  /* line 450, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .body #organisation-chart figure.org-chart .department {
    width: 32%;
    float: left;
    border-left: 2px solid #316197;
    margin: 0px 2%;
  }
}

/* line 470, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart .department:first-child:after {
  display: none;
}

/* line 475, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart .department:last-child {
  margin-right: 0;
}

/* line 477, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart .department:last-child:after {
  display: none;
}

/* line 482, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart .department.central {
  background: #FFFFFF;
}

/* line 485, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart .department.central:after {
  display: none;
}

/* line 490, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart .department span {
  border-top-left-radius: 0;
  padding-left: 2vw;
  padding-right: 2vw;
}

/* line 496, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart .department li {
  padding-left: 1.5625rem;
  border-bottom: 2px solid #316197;
  height: 5.4375rem;
}

/* line 502, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart .department li span {
  background: #5994D4;
  top: 38px;
  position: absolute;
  z-index: 1;
  width: 90%;
  height: auto;
  vertical-align: middle;
  right: 0px;
  line-height: 14px;
  border-top-left-radius: 0.625rem;
}

/* line 517, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
.body #organisation-chart figure.org-chart .department ul.sections {
  margin-top: -20px;
}

@media only screen and (max-width: 40em) {
  /* line 517, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .body #organisation-chart figure.org-chart .department ul.sections {
    margin-bottom: 60px !important;
  }
}

/*  ANCHOR RESPONSIVE MIXIN */
/*  MEDIA QUERIES */
@media all and (max-width: 767px) {
  /* line 533, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .org-chart .board,
  .org-chart .presidency {
    margin: 0px;
    width: 100%;
    display: block;
    padding-bottom: 1.875rem !important;
  }
  /* line 543, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .org-chart .departments:before {
    border: none;
  }
  /* line 548, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .org-chart .department {
    float: none;
    width: 100%;
    margin-left: 0;
    background: #FFFFFF;
    margin-bottom: 40px;
    border-left: 2px solid #1b4078;
  }
  /* line 569, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .org-chart .department:after {
    display: none;
  }
  /* line 574, C:/wamp/www/NS-CPVO/cpvo_foundation/scss/modules/_org-chart.scss */
  .org-chart .department:first-child:before {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .view-additional-characteristics .view-content {
    overflow: auto;
  }
  .view-additional-characteristics .view-content table {
    width: 855px;
  }
}



/*# sourceMappingURL=cpvo_foundation.css.map */