<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, css/scss/components/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, css/scss/components/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 33, css/scss/components/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 47, css/scss/components/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


.jumbotron + .btnwrap a.btn-primary {
		clear: both;
	}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 60, css/scss/components/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 70, css/scss/components/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 79, css/scss/components/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 90, css/scss/components/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 103, css/scss/components/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 113, css/scss/components/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 123, css/scss/components/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 132, css/scss/components/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 142, css/scss/components/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 153, css/scss/components/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, css/scss/components/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, css/scss/components/_normalize.scss */
small {
  font-size: 80%;
	padding-top: 14px;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 179, css/scss/components/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 187, css/scss/components/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 191, css/scss/components/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 202, css/scss/components/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 211, css/scss/components/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 220, css/scss/components/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 228, css/scss/components/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 240, css/scss/components/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 256, css/scss/components/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 266, css/scss/components/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 277, css/scss/components/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 288, css/scss/components/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 300, css/scss/components/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 311, css/scss/components/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 322, css/scss/components/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 336, css/scss/components/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 345, css/scss/components/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 354, css/scss/components/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 364, css/scss/components/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 374, css/scss/components/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 383, css/scss/components/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 393, css/scss/components/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 406, css/scss/components/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 415, css/scss/components/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 426, css/scss/components/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 434, css/scss/components/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 445, css/scss/components/_normalize.scss */
[hidden] {
  display: none;
}

/* line 1, css/scss/components/_default.scss */
body {
  font-family: Arial;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
/* line 7, css/scss/components/_default.scss */
body.nav-fixed {
  padding-top: 50px;
}

/* line 12, css/scss/components/_default.scss */
h1, h2, h3, h4, h5, h6, strong {
  color: #373737;
}

/* line 16, css/scss/components/_default.scss */
p, span, a, pre, blockquote, li {
  color: #000000;
}

/* makes intro sentence always italicised */
h2 + p {
	font-style: italic;
}

/* minor change to font size for h3 in further information container */
.further-info h3 {
	font-size: 20px;
}

#further-info {
	text-align: center;
}

@media (min-width: 1200px) {
  /* line 20, css/scss/components/_default.scss */
  .container {
    max-width: 1366px;
    width: 100%;
  }
}

/* line 27, css/scss/components/_default.scss */
.skip {
  position: absolute;
  height: 1px;
  width: 100%;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  background-color: #666;
  color: white;
  text-align: center;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 3px;
  padding-left: 0;
  display: block;
}
/* line 41, css/scss/components/_default.scss */
.skip:focus {
  position: static;
  clip: auto;
  overflow: visible;
  height: auto;
  color: white;
}

/* line 50, css/scss/components/_default.scss */
.btn {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 22px;
  padding-left: 22px;
  font-size: 1em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  background-color: transparent;
  border: 1px solid #005daf;
  color: #005daf;
  display: block;
  margin: 0;
  margin-bottom: 10px;
}
@media (min-width: 620px) {
  /* line 50, css/scss/components/_default.scss */
  .btn {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 15px;
    margin-right: 12px;
  }
  /* line 72, css/scss/components/_default.scss */
  .btn + .btn {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  /* line 50, css/scss/components/_default.scss */
  .btn {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 1.125em;
  }
}
/* line 83, css/scss/components/_default.scss */
.btn:hover, .btn:focus {
  color: #005daf;
  text-decoration: underline;
}
/* line 88, css/scss/components/_default.scss */
.btn span {
  position: absolute;
  left: -100000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 97, css/scss/components/_default.scss */
.btn-primary {
  background-color: #005daf;
  border-color: #005daf;
  color: white;
}
/* line 101, css/scss/components/_default.scss */
.btn-primary:hover, .btn-primary:focus {
  background-color: #005198;
  border-color: #005198;
  color: white;
}

/* line 109, css/scss/components/_default.scss */
.btn-secondary {
  background-color: #9ed9df;
  border-color: #9ed9df;
  color: #373737;
}
/* line 113, css/scss/components/_default.scss */
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #81ced6;
  border-color: #81ced6;
  color: #373737;
}

/* line 121, css/scss/components/_default.scss */
.btn-outline-white,
.btn-outline-white:hover,
.btn-outline-white:focus {
  border-color: white;
  color: white;
}

/* line 128, css/scss/components/_default.scss */
.btn-download {
  background-position: 15px 44%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image: url("images/icon_download.png");
}
@media (min-width: 620px) {
  /* line 128, css/scss/components/_default.scss */
  .btn-download {
    padding-left: 50px;
  }
}

.btn-download-pdf {
  background-position: 15px 44%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image: url("images/icon_pdf.png");
}
@media (min-width: 620px) {
  /* line 128, css/scss/components/_default.scss */
  .btn-download-pdf {
    padding-left: 50px;
  }
}

.btn-download-excel {
  background-position: 15px 44%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image: url("images/icon_excel.png");
}
@media (min-width: 620px) {
  /* line 128, css/scss/components/_default.scss */
  .btn-download-excel {
    padding-left: 50px;
  }
}

/* line 138, css/scss/components/_default.scss */
.btn-arrow {
  background-position: 14px 49%;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-image: url("images/icon_arrowleft.png");
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 22px;
  display: block;
}
@media (min-width: 620px) {
  /* line 138, css/scss/components/_default.scss */
  .btn-arrow {
    display: inline-block;
    padding-left: 55px;
  }
}

@media (min-width: 620px) {
  /* line 152, css/scss/components/_default.scss */
  .btn-wrap {
    margin-top: -15px;
  }
}

/* line 159, css/scss/components/_default.scss */
.ie8 .btn-download {
  background-image: url("images/icon_download.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 159, css/scss/components/_default.scss */
  .ie8 .btn-download {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/icon_download-retina.png");
    background-size: 20px 21px;
    background-position: 15px 44%;
  }
}
@media (min-width: 620px) {
  /* line 159, css/scss/components/_default.scss */
  .ie8 .btn-download {
    padding-left: 50px !important;
  }
}
/* line 166, css/scss/components/_default.scss */
.ie8 .btn-arrow {
  background-image: url("images/icon_arrowleft.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 166, css/scss/components/_default.scss */
  .ie8 .btn-arrow {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/icon_arrowleft-retina.png");
    background-size: 28px 28px;
    background-position: 15px 49%;
  }
}
@media (min-width: 620px) {
  /* line 166, css/scss/components/_default.scss */
  .ie8 .btn-arrow {
    padding-left: 55px !important;
  }
}

/* line 1, css/scss/components/_navigation.scss */
.navbar-top {
  background-color: #373737;
  padding-right: 10px;
  padding-left: 10px;
  display: none;
}
@media (min-width: 768px) {
  /* line 1, css/scss/components/_navigation.scss */
  .navbar-top {
    display: block;
  }
}
/* line 9, css/scss/components/_navigation.scss */
.navbar-top ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
/* line 13, css/scss/components/_navigation.scss */
.navbar-top ul li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  display: inline-block;
}
/* line 19, css/scss/components/_navigation.scss */
.navbar-top ul li a {
  text-decoration: none;
  font-size: 0.875em;
  font-weight: bold;
  padding-top: 4px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  display: block;
  color: white;
  border-left: 1px solid #595959;
}
@media (min-width: 992px) {
  /* line 19, css/scss/components/_navigation.scss */
  .navbar-top ul li a {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* line 36, css/scss/components/_navigation.scss */
.navbar-top ul li:first-child a {
  border: none;
}

/* line 44, css/scss/components/_navigation.scss */
.navbar {
  margin-bottom: 0px;
  border: none;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
@media (min-width: 768px) {
  /* line 44, css/scss/components/_navigation.scss */
  .navbar {
    min-height: 70px;
  }
}
/* line 54, css/scss/components/_navigation.scss */
.navbar .navbar-collapse {
  position: relative;
}
@media (min-width: 768px) {
  /* line 54, css/scss/components/_navigation.scss */
  .navbar .navbar-collapse {
    padding: 0;
  }
}
@media (min-width: 768px) {
  /* line 61, css/scss/components/_navigation.scss */
  .navbar .navbar-nav.navbar-right {
    display: none;
  }
}
/* line 67, css/scss/components/_navigation.scss */
.navbar .navbar-nav &gt; li &gt; a {
  color: #373737;
}
@media (min-width: 768px) {
  /* line 67, css/scss/components/_navigation.scss */
  .navbar .navbar-nav &gt; li &gt; a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
/* line 73, css/scss/components/_navigation.scss */
.navbar .navbar-nav &gt; li &gt; a:hover, .navbar .navbar-nav &gt; li &gt; a:active, .navbar .navbar-nav &gt; li &gt; a:focus {
  color: #005daf;
  background: none;
}
/* line 80, css/scss/components/_navigation.scss */
.navbar .navbar-nav &gt; li.active {
  background-color: #efefef;
}
/* line 82, css/scss/components/_navigation.scss */
.navbar .navbar-nav &gt; li.active &gt; a {
  color: black;
  background-color: transparent;
}
/* line 85, css/scss/components/_navigation.scss */
.navbar .navbar-nav &gt; li.active &gt; a:hover, .navbar .navbar-nav &gt; li.active &gt; a:active, .navbar .navbar-nav &gt; li.active &gt; a:focus {
  color: #005daf;
  background: none;
}
/* line 95, css/scss/components/_navigation.scss */
.navbar .navbar-nav .dropdown &gt; a {
  width: calc(100% - 40px);
  width: auto\9;
  display: inline-block;
}
@media (min-width: 768px) {
  /* line 95, css/scss/components/_navigation.scss */
  .navbar .navbar-nav .dropdown &gt; a {
    width: auto;
    padding-right: 0px;
  }
}
/* line 104, css/scss/components/_navigation.scss */
.navbar .navbar-nav .dropdown button {
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  border: none;
  background: #eee;
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-position: center center;
  background-size: 13px 6px;
  background-repeat: no-repeat;
  background-image: url("images/icon_arrowdown.png");
  margin-left: -5px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 104, css/scss/components/_navigation.scss */
  .navbar .navbar-nav .dropdown button {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/icon_arrowdown-retina.png");
    background-size: 13px 6px;
  }
}
/* line 122, css/scss/components/_navigation.scss */
.navbar .navbar-nav .dropdown button:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
@media (min-width: 768px) {
  /* line 104, css/scss/components/_navigation.scss */
  .navbar .navbar-nav .dropdown button {
    position: relative;
    background-color: transparent;
    height: 70px;
    width: 30px;
  }
}
/* line 135, css/scss/components/_navigation.scss */
.navbar .navbar-nav .dropdown:hover {
  background-color: #efefef;
}
/* line 137, css/scss/components/_navigation.scss */
.navbar .navbar-nav .dropdown:hover a {
  color: #005daf;
}
@media (min-width: 768px) {
  /* line 141, css/scss/components/_navigation.scss */
  .navbar .navbar-nav .dropdown:hover &gt; ul.dropdown-menu {
    display: block;
  }
}
/* line 147, css/scss/components/_navigation.scss */
.navbar .navbar-nav .dropdown.open a,
.navbar .navbar-nav .dropdown.open a:focus,
.navbar .navbar-nav .dropdown.open a:hover,
.navbar .navbar-nav .dropdown.open button {
  color: #005daf;
  background-color: #eee;
}
/* line 155, css/scss/components/_navigation.scss */
.navbar .navbar-nav .dropdown .dropdown-menu {
  border: none;
  border-bottom: 3px solid #9ed9df;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-size: 1em;
  background-color: #efefef;
}
/* line 163, css/scss/components/_navigation.scss */
.navbar .navbar-nav .dropdown .dropdown-menu li {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 166, css/scss/components/_navigation.scss */
.navbar .navbar-nav .dropdown .dropdown-menu li a {
  font-size: 1em;
  color: #373737;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #bcbfc1;
}
@media (min-width: 768px) {
  /* line 166, css/scss/components/_navigation.scss */
  .navbar .navbar-nav .dropdown .dropdown-menu li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 178, css/scss/components/_navigation.scss */
.navbar .navbar-nav .dropdown .dropdown-menu li a:hover {
  background: transparent;
}
/* line 183, css/scss/components/_navigation.scss */
.navbar .navbar-nav .dropdown .dropdown-menu li:first-child a {
  border: none;
}
/* line 187, css/scss/components/_navigation.scss */
.navbar .navbar-nav .dropdown .dropdown-menu li:hover {
  background-color: rgba(188, 191, 193, 0.3);
}
/* line 189, css/scss/components/_navigation.scss */
.navbar .navbar-nav .dropdown .dropdown-menu li:hover a, .navbar .navbar-nav .dropdown .dropdown-menu li:hover + li a {
  border-color: transparent;
}
/* line 194, css/scss/components/_navigation.scss */
.navbar .navbar-nav .dropdown .dropdown-menu li.active {
  background-color: rgba(188, 191, 193, 0.3);
}
/* line 196, css/scss/components/_navigation.scss */
.navbar .navbar-nav .dropdown .dropdown-menu li.active a {
  background: none;
  color: #373737;
}
/* line 200, css/scss/components/_navigation.scss */
.navbar .navbar-nav .dropdown .dropdown-menu li.active a, .navbar .navbar-nav .dropdown .dropdown-menu li.active + li a {
  border-color: transparent;
}

/* line 236, css/scss/components/_navigation.scss */

#survey, #subscribe-form {
  position: fixed;
  right: 0;
  top: 150px;
  display: none;
  font-size: 0.875em;
  font-weight: bold;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 40px;
  background-color: #E2E2E2;
  z-index: 200;
  line-height: 1;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center left 5px;
  background-image: url("images/icon_survey.png");
  border-top-left-radius: 3px;
	width: 140px;
}
#subscribe-form {
  top: 220px;
}
@media (min-width: 768px) {
  /* line 236, css/scss/components/_navigation.scss */
  #survey, #subscribe-form {
    display: block;
  }
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 236, css/scss/components/_navigation.scss */
  #survey, #subscribe-form {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/icon_survey-retina.png");
    background-size: 25px 25px;
  }
}
/* line 259, css/scss/components/_navigation.scss */
#survey:before, #subscribe-form:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 56px 20px;
  border-color: transparent transparent #E2E2E2 transparent;
  top: 2px;
  left: -20px;
  border-bottom-left-radius: 3px;
}

/* line 275, css/scss/components/_navigation.scss */
.ie8 #survey, .ie8 #subscribe-form {
  background-position: 1% 50%;
}

/* line 1, css/scss/components/_jumbotron.scss */
.jumbotron {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  padding-top: 30px;
  background-image: url(images/banner.jpg);
  background-color: #005daf;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 55% center;
  position: relative;
}
@media (min-width: 768px) {
  /* line 1, css/scss/components/_jumbotron.scss */
  .jumbotron {
    padding: 0;
    padding-top: 40px;
  }
}
/* line 28, css/scss/components/_jumbotron.scss */
.jumbotron .container {
  position: relative;
  z-index: 10;
}
@media (min-width: 1200px) {
  /* line 28, css/scss/components/_jumbotron.scss */
  .jumbotron .container {
    max-width: 1366px;
    width: 100%;
  }
}
@media (min-width: 620px) {
  /* line 36, css/scss/components/_jumbotron.scss */
  .jumbotron a {
    display: inline-block;
  }
}
/* line 41, css/scss/components/_jumbotron.scss */
.jumbotron .logo {
  max-width: 100%;
}
@media (min-width: 430px) {
  /* line 41, css/scss/components/_jumbotron.scss */
  .jumbotron .logo {
    max-width: 400px;
  }
}
/* line 47, css/scss/components/_jumbotron.scss */
.jumbotron h1 {
  margin-top: 75px;
  margin-bottom: 20px;
  font-weight: bold;
  color: white;
}
@media (min-width: 768px) {
  /* line 47, css/scss/components/_jumbotron.scss */
  .jumbotron h1 {
    margin-top: 165px;
    margin-bottom: 55px;
    font-size: 3.5em;
  }
}
/* line 57, css/scss/components/_jumbotron.scss */
.jumbotron h1 small {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: white;
}
/* line 64, css/scss/components/_jumbotron.scss */
.jumbotron .btn-container {
  position: relative;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 25px;
  padding-bottom: 15px;
}
@media (min-width: 620px) {
  /* line 64, css/scss/components/_jumbotron.scss */
  .jumbotron .btn-container {
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  /* line 64, css/scss/components/_jumbotron.scss */
  .jumbotron .btn-container {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
/* line 77, css/scss/components/_jumbotron.scss */
.jumbotron .btn-container:after {
  content: " ";
  display: none;
  display: block\9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  opacity: 0.1;
}
@media (min-width: 620px) {
  /* line 94, css/scss/components/_jumbotron.scss */
  .jumbotron .btn + .btn {
    margin-right: 15px;
  }
  /* line 96, css/scss/components/_jumbotron.scss */
  .jumbotron .btn + .btn + .btn +  {
    margin-right: 15px;
  }
  .jumbotron .btn + .btn + .btn + .btn {
    margin-right: 0;
  }
}

/* line 1, css/scss/components/_content.scss */
.page-header {
  margin: 0;
  border-color: #373737;
}
/* line 4, css/scss/components/_content.scss */
.page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6 {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 13, css/scss/components/_content.scss */
.bg-white,
.bg-blue {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 13, css/scss/components/_content.scss */
  .bg-white,
  .bg-blue {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/* line 22, css/scss/components/_content.scss */
.bg-white .row .col-md-8:first-child,
.bg-blue .row .col-md-8:first-child {
  margin-bottom: 30px;
}
/* line 25, css/scss/components/_content.scss */
.bg-white .row &gt; .col-md-4 + .col-md-8,
.bg-blue .row &gt; .col-md-4 + .col-md-8 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  /* line 29, css/scss/components/_content.scss */
  .bg-white .row .col-md-8,
  .bg-blue .row .col-md-8 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 35, css/scss/components/_content.scss */
  .bg-white .row .col-md-8:first-child,
  .bg-blue .row .col-md-8:first-child {
    padding-right: 30px;
  }
  /* line 38, css/scss/components/_content.scss */
  .bg-white .row &gt; .col-md-4 + .col-md-8,
  .bg-blue .row &gt; .col-md-4 + .col-md-8 {
    padding-left: 30px;
  }
  /* line 42, css/scss/components/_content.scss */
  .bg-white .row .col-md-8:first-child.col-md-push-4,
  .bg-blue .row .col-md-8:first-child.col-md-push-4 {
    padding-left: 30px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  /* line 49, css/scss/components/_content.scss */
  .bg-white .row .col-md-8:first-child,
  .bg-blue .row .col-md-8:first-child {
    padding-right: 45px;
  }
  /* line 52, css/scss/components/_content.scss */
  .bg-white .row &gt; .col-md-4 + .col-md-8,
  .bg-blue .row &gt; .col-md-4 + .col-md-8 {
    padding-left: 45px;
  }
  /* line 56, css/scss/components/_content.scss */
  .bg-white .row .col-md-8:first-child.col-md-push-4,
  .bg-blue .row .col-md-8:first-child.col-md-push-4 {
    padding-left: 45px;
    padding-right: 0px;
  }
}
/* line 64, css/scss/components/_content.scss */
.bg-white .row .col-md-4 &gt; *:first-child,
.bg-white .row .col-md-12 &gt; *:first-child,
.bg-blue .row .col-md-4 &gt; *:first-child,
.bg-blue .row .col-md-12 &gt; *:first-child {
  margin-top: 0;
}
/* line 68, css/scss/components/_content.scss */
.bg-white .row h2,
.bg-blue .row h2 {
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 0;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  /* line 68, css/scss/components/_content.scss */
  .bg-white .row h2,
  .bg-blue .row h2 {
    font-size: 1.875em;
  }
}
/* line 77, css/scss/components/_content.scss */
.bg-white .row h4,
.bg-blue .row h4 {
  border-bottom: 1px solid #bcbfc1;
  font-size: 1.125em;
  line-height: 24px;
  margin-bottom: 24px;
  margin-top: 0;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  /* line 77, css/scss/components/_content.scss */
  .bg-white .row h4,
  .bg-blue .row h4 {
    font-size: 1.25em;
  }
}
/* line 88, css/scss/components/_content.scss */
.bg-white .row p,
.bg-blue .row p {
  font-size: 1em;
  line-height: 24px;
  margin-bottom: 24px;
  margin-top: 24px;
}
/* line 94, css/scss/components/_content.scss */
.bg-white .row ul, .bg-white .row ol,
.bg-blue .row ul,
.bg-blue .row ol {
  margin-bottom: 33px;
  margin-top: 24px;
  padding-left: 18px;
}
/* line 98, css/scss/components/_content.scss */
.bg-white .row ul li, .bg-white .row ol li,
.bg-blue .row ul li,
.bg-blue .row ol li {
  line-height: 24px;
  list-style: square;
}
/* line 102, css/scss/components/_content.scss */
.bg-white .row blockquote,
.bg-blue .row blockquote {
  border-left: 2px solid #005daf;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 24px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
}
/* line 112, css/scss/components/_content.scss */
.bg-white .row blockquote p,
.bg-blue .row blockquote p {
  font-style: italic;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
/* line 120, css/scss/components/_content.scss */
.bg-white .row hr,
.bg-blue .row hr {
  border-color: #bfbfbf;
}
/* line 129, css/scss/components/_content.scss */
.bg-white.previous,
.bg-blue.previous {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+0,373737+50,222222+100 */
  background: #222222;
  /* Old browsers */
  background: -moz-linear-gradient(left, #222222 0%, #373737 50%, #222222 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #222222 0%, #373737 50%, #222222 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #222222 0%, #373737 50%, #222222 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#222222',GradientType=1 );
  /* IE6-9 */
  text-align: center;
  padding-bottom: calc(30px + 21px);
  padding-bottom: 51px\9;
}
@media (min-width: 768px) {
  /* line 129, css/scss/components/_content.scss */
  .bg-white.previous,
  .bg-blue.previous {
    padding-bottom: 70px;
  }
}
/* line 142, css/scss/components/_content.scss */
.bg-white.previous h2,
.bg-blue.previous h2 {
  color: #fff;
  margin-bottom: 2px;
}
/* line 146, css/scss/components/_content.scss */
.bg-white.previous h4,
.bg-blue.previous h4 {
  color: #fff;
  border-width: 0;
  margin-bottom: 42px;
  padding-bottom: 0;
}
/* line 154, css/scss/components/_content.scss */
.bg-white.further-info .page-header,
.bg-blue.further-info .page-header {
  margin-bottom: 25px;
}
/* line 160, css/scss/components/_content.scss */
.bg-white.further-info h4,
.bg-blue.further-info h4 {
  padding: 0;
  border: none;
  margin-top: 25px;
  margin-bottom: 15px;
}

/* line 169, css/scss/components/_content.scss */
.bg-blue {
  background-color: #dee8f1;
  position: relative;
}
/* line 172, css/scss/components/_content.scss */
.bg-blue:before, .bg-blue:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+25,ffffff+100&amp;0.05+25,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.045) 25%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.045) 25%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.045) 25%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
}
/* line 188, css/scss/components/_content.scss */
.bg-blue:before {
  bottom: 0;
  top: auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+75&amp;0+0,0.05+75 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.045) 75%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.045) 75%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.045) 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0d000000',GradientType=0 );
  /* IE6-9 */
}

/* line 1, css/scss/components/_footer.scss */
footer {
  background-color: #e2e2e2;
  position: relative;
  padding-top: 40px;
}
/* line 5, css/scss/components/_footer.scss */
footer .back-to-top {
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
  background-image: url(images/icon_totop.png);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21px;
  left: -50%;
  right: -50%;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 5, css/scss/components/_footer.scss */
  footer .back-to-top {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/icon_totop-retina.png");
    background-size: 50px 50px;
  }
}
/* line 25, css/scss/components/_footer.scss */
footer h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  /* line 25, css/scss/components/_footer.scss */
  footer h2 {
    font-size: 1.875em;
  }
}
/* line 35, css/scss/components/_footer.scss */
footer .social-media ul {
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
}
/* line 43, css/scss/components/_footer.scss */
footer .social-media ul li {
  display: inline-block;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2px;
  margin-right: 2px;
}
/* line 50, css/scss/components/_footer.scss */
footer .social-media ul li a {
  overflow: hidden;
  text-indent: -99999px;
  display: block;
  width: 54px;
  height: 54px;
  background-size: 54px 54px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 61, css/scss/components/_footer.scss */
footer .social-media ul li.twitter a {
  background-image: url(images/social_twitter.png);
}
/* line 66, css/scss/components/_footer.scss */
footer .social-media ul li.linkedin a {
  background-image: url(images/social_linkedin.png);
}
/* line 71, css/scss/components/_footer.scss */
footer .social-media ul li.email a {
  background-image: url(images/social_email.png);
}
/* line 78, css/scss/components/_footer.scss */
footer .sub-footer {
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #aaaaaa;
}
/* line 84, css/scss/components/_footer.scss */
footer .sub-footer ul {
  margin: 0;
  padding: 0;
}
/* line 87, css/scss/components/_footer.scss */
footer .sub-footer ul li {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  color: #373737;
}
@media (max-width: 767px) {
  /* line 95, css/scss/components/_footer.scss */
  footer .sub-footer ul li:first-child {
    margin: 0;
  }
	

	
}
@media (min-width: 768px) {
  /* line 87, css/scss/components/_footer.scss */
  footer .sub-footer ul li {
    display: inline-block;
    margin-top: 0;
  }
	
}
/* line 103, css/scss/components/_footer.scss */
footer .sub-footer ul li a {
  color: #373737;
  font-size: 1em;
}
/* line 106, css/scss/components/_footer.scss */
footer .sub-footer ul li a:hover {
  color: #373737;
}

/* line 122, css/scss/components/_footer.scss */
.ie8 footer .social-media ul li.twitter a {
  background-image: url(images/social_twitter.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 122, css/scss/components/_footer.scss */
  .ie8 footer .social-media ul li.twitter a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/social_twitter-retina.png");
    background-size: 54px 54px;
  }
}
/* line 128, css/scss/components/_footer.scss */
.ie8 footer .social-media ul li.linkedin a {
  background-image: url(images/social_linkedin.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 128, css/scss/components/_footer.scss */
  .ie8 footer .social-media ul li.linkedin a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/social_linkedin-retina.png");
    background-size: 54px 54px;
  }
}
/* line 134, css/scss/components/_footer.scss */
.ie8 footer .social-media ul li.email a {
  background-image: url(images/social_email.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 134, css/scss/components/_footer.scss */
  .ie8 footer .social-media ul li.email a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/social_email-retina.png");
    background-size: 54px 54px;
  }
}

.nowrap {
    white-space: nowrap;
}
</pre></body></html>