/*! normalize.css v3.0.0 | 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, ../sass/lib/_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, ../sass/lib/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 30, ../sass/lib/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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 50, ../sass/lib/_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 63, ../sass/lib/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 73, ../sass/lib/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 85, ../sass/lib/_normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 93, ../sass/lib/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 105, ../sass/lib/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 113, ../sass/lib/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 122, ../sass/lib/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 131, ../sass/lib/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 140, ../sass/lib/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 149, ../sass/lib/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 157, ../sass/lib/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 165, ../sass/lib/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 169, ../sass/lib/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 180, ../sass/lib/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 188, ../sass/lib/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 199, ../sass/lib/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 207, ../sass/lib/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 217, ../sass/lib/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 225, ../sass/lib/_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 5, and Chrome.
 */
/* line 248, ../sass/lib/_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.
 */
/* line 262, ../sass/lib/_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+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
/* line 273, ../sass/lib/_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 286, ../sass/lib/_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 298, ../sass/lib/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 307, ../sass/lib/_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 318, ../sass/lib/_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 330, ../sass/lib/_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 342, ../sass/lib/_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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 353, ../sass/lib/_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 366, ../sass/lib/_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 375, ../sass/lib/_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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 386, ../sass/lib/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
/* line 395, ../sass/lib/_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 404, ../sass/lib/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 415, ../sass/lib/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 420, ../sass/lib/_normalize.scss */
td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../sass/lib/_html5bp.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 21, ../sass/lib/_html5bp.scss */
html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/*
 * A better looking default horizontal rule
 */
/* line 46, ../sass/lib/_html5bp.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 60, ../sass/lib/_html5bp.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 71, ../sass/lib/_html5bp.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 81, ../sass/lib/_html5bp.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 89, ../sass/lib/_html5bp.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 106, ../sass/lib/_html5bp.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 114, ../sass/lib/_html5bp.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 125, ../sass/lib/_html5bp.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 134, ../sass/lib/_html5bp.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 150, ../sass/lib/_html5bp.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 164, ../sass/lib/_html5bp.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 180, ../sass/lib/_html5bp.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 186, ../sass/lib/_html5bp.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 195, ../sass/lib/_html5bp.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 206, ../sass/lib/_html5bp.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 213, ../sass/lib/_html5bp.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 218, ../sass/lib/_html5bp.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 222, ../sass/lib/_html5bp.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 230, ../sass/lib/_html5bp.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 236, ../sass/lib/_html5bp.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 242, ../sass/lib/_html5bp.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 246, ../sass/lib/_html5bp.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 251, ../sass/lib/_html5bp.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 259, ../sass/lib/_html5bp.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 266, ../sass/lib/_html5bp.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* COLOUR PALETTE --------------------- */
/* LAYOUT CONSTRAINTS --------------------- */
/* SCREEN BREAK POINTS ---------------------  */
/* http://susydocs.oddbird.net/en/latest/toolkit/#tools-susy-breakpoint */
/* http://breakpoint-sass.com/ */
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* TYPOGRAPHY --------------------- */
@font-face {
  font-family: 'Trade Gothic';
  src: url("../fonts/trade-gothic-no-2-bold-1361519963-webfont.eot?") format("eot"), url("../fonts/trade-gothic-no-2-bold-1361519963-webfont.woff") format("woff"), url("../fonts/trade-gothic-no-2-bold-1361519963-webfont.ttf") format("truetype");
}
/* line 29, ../sass/partials/_typography.scss */
html, body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #171223;
  line-height: 1.2;
}

/* line 38, ../sass/partials/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #171223;
  font-family: "Trade Gothic", Arial, sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* line 47, ../sass/partials/_typography.scss */
h1 {
  font-size: 50px;
  font-size: 3.125rem;
}

/* line 51, ../sass/partials/_typography.scss */
h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

/* line 55, ../sass/partials/_typography.scss */
h3 {
  font-size: 16px;
  font-size: 1rem;
}

/* line 59, ../sass/partials/_typography.scss */
h4 {
  font-size: 16px;
  font-size: 1rem;
}

/* line 63, ../sass/partials/_typography.scss */
h5 {
  font-size: 16px;
  font-size: 1rem;
}

/* line 67, ../sass/partials/_typography.scss */
h6 {
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 71, ../sass/partials/_typography.scss */
p, li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}

/* line 75, ../sass/partials/_typography.scss */
p {
  margin: 0;
  padding: 1em 0;
}

/* line 79, ../sass/partials/_typography.scss */
a {
  text-decoration: none;
}
/* line 81, ../sass/partials/_typography.scss */
a:hover {
  text-decoration: none;
}

/* line 85, ../sass/partials/_typography.scss */
p a, .article-body li a, h2 a, h1 a {
  color: #0f165f;
  text-decoration: none;
  transition: border-bottom 0.5s;
  border-bottom: 1px dotted #0f165f;
}
/* line 90, ../sass/partials/_typography.scss */
p a:hover, .article-body li a:hover, h2 a:hover, h1 a:hover {
  text-decoration: none;
  border-bottom: 1px solid #0f165f;
  transition: border-bottom 0.5s;
}

/* apply a natural box layout model to all elements, but allowing components to change */
/* line 30, ../sass/modules/_base.scss */
html, body {
  box-sizing: border-box;
}

/* line 33, ../sass/modules/_base.scss */
*, *:before, *:after {
  box-sizing: inherit;
  -webkit-backface-visibility: hidden;
}

/* line 38, ../sass/modules/_base.scss */
html {
  padding: 0;
  margin: 0;
}

/* line 43, ../sass/modules/_base.scss */
body {
  padding: 0;
  margin: 0;
  background-color: white;
  min-width: 670px;
}

/* line 50, ../sass/modules/_base.scss */
main {
  margin: 0 auto;
}

/* line 54, ../sass/modules/_base.scss */
.grid-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  min-width: 670px;
}
/* line 12, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
.grid-container:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 32, ../sass/styles.scss */
body {
  background-color: #FFFFFF;
}

/* line 36, ../sass/styles.scss */
article, section {
  clear: both;
}

/* line 40, ../sass/styles.scss */
section {
  position: relative;
}

/* line 44, ../sass/styles.scss */
.main-header {
  position: fixed;
  clear: both;
  z-index: 10;
  background: white;
  width: 100%;
  top: 0;
  min-width: 670px;
  box-shadow: 0px 2px 10px #aaaaaa;
}

/* line 54, ../sass/styles.scss */
.main-title {
  width: 31.25%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  width: auto;
  margin: 20px 20px 0 20px;
  position: relative;
}
/* line 59, ../sass/styles.scss */
.main-title img {
  float: left;
  width: 170px;
  padding: 10px;
}

/* line 67, ../sass/styles.scss */
.main-navigation {
  width: 64.58333%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  float: right;
  transition: padding-top 0.3s;
  position: relative;
}
/* line 73, ../sass/styles.scss */
.main-navigation.hasScrolled {
  transition: padding-top 0.3s;
}
/* line 76, ../sass/styles.scss */
.main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
/* line 82, ../sass/styles.scss */
.main-navigation li {
  text-align: center;
  line-height: 1.3;
  padding-top: 19px;
  transition: border-top 0.3s;
  float: left;
}
/* line 88, ../sass/styles.scss */
.main-navigation li.active a {
  background-color: transparent;
  transition: all 0.3s;
  color: #000000;
}
/* line 95, ../sass/styles.scss */
.main-navigation li a {
  background-color: transparent;
  color: #aaaaaa;
  font-size: 17px;
  font-size: 1.0625rem;
  transition: color 0.3s;
  font-family: "Trade Gothic", Arial, sans-serif;
  font-weight: 300;
  padding: 0 20px 87px 20px;
  display: block;
  float: left;
}
/* line 106, ../sass/styles.scss */
.main-navigation li a:hover {
  background-color: transparent;
  transition: all 0.3s;
  color: #000000;
}

@media (max-width: 770px) {
  /* line 118, ../sass/styles.scss */
  .main-navigation li a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 10px 26px 10px;
  }
}
@media (max-width: 750px) {
  /* line 126, ../sass/styles.scss */
  .main-title {
    width: 180px;
    margin: 0 auto;
    padding: 10px 0;
    height: 80px;
    float: none;
  }

  /* line 133, ../sass/styles.scss */
  .main-navigation {
    width: 97.91667%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
  /* line 135, ../sass/styles.scss */
  .main-navigation ul {
    float: none;
    margin: 0 auto;
    width: 380px;
  }
  /* line 139, ../sass/styles.scss */
  .main-navigation ul li {
    padding-top: 2px;
    margin-top: 2px;
  }
  /* line 142, ../sass/styles.scss */
  .main-navigation ul li a {
    margin: 0 5px;
    padding: 7px 10px;
    background-color: #FFFFFF;
    border-bottom: 4px solid transparent;
  }
  /* line 148, ../sass/styles.scss */
  .main-navigation ul li a:hover {
    background: white;
    border-bottom: 4px solid #000088;
  }
  /* line 154, ../sass/styles.scss */
  .main-navigation ul li.active a {
    background-color: #FFFFFF;
    border-bottom: 4px solid #000088;
  }
}
/* line 166, ../sass/styles.scss */
.bars {
  height: 150px;
  width: 100%;
  background-color: #e7edf7;
  overflow: hidden;
  border-bottom: 10px solid #b9dce6;
  margin-bottom: 10px;
}
/* line 175, ../sass/styles.scss */
.bars .wrap {
  background-color: #b9dce6;
  height: 150px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 183, ../sass/styles.scss */
.bars .bar {
  margin: 0;
  width: 1.25%;
  float: left;
  background-color: #e7edf7;
  transition: all .8s;
  height: 0px;
}
/* line 191, ../sass/styles.scss */
.bars .bar.xl-last {
  width: 0.6%;
}
/* line 194, ../sass/styles.scss */
.bars .bar.xl-hide {
  display: none;
}
/* line 202, ../sass/styles.scss */
.bars .bar.animated.bar-10 {
  height: 15px;
}
/* line 202, ../sass/styles.scss */
.bars .bar.animated.bar-20 {
  height: 30px;
}
/* line 202, ../sass/styles.scss */
.bars .bar.animated.bar-30 {
  height: 45px;
}
/* line 202, ../sass/styles.scss */
.bars .bar.animated.bar-40 {
  height: 60px;
}
/* line 202, ../sass/styles.scss */
.bars .bar.animated.bar-50 {
  height: 75px;
}
/* line 202, ../sass/styles.scss */
.bars .bar.animated.bar-60 {
  height: 90px;
}
/* line 202, ../sass/styles.scss */
.bars .bar.animated.bar-70 {
  height: 105px;
}
/* line 202, ../sass/styles.scss */
.bars .bar.animated.bar-80 {
  height: 120px;
}
/* line 202, ../sass/styles.scss */
.bars .bar.animated.bar-90 {
  height: 135px;
}
/* line 202, ../sass/styles.scss */
.bars .bar.animated.bar-100 {
  height: 150px;
}
/* line 210, ../sass/styles.scss */
.bars .bar.animated.bar-15 {
  height: 22.5px;
}
/* line 210, ../sass/styles.scss */
.bars .bar.animated.bar-25 {
  height: 37.5px;
}
/* line 210, ../sass/styles.scss */
.bars .bar.animated.bar-35 {
  height: 52.5px;
}
/* line 210, ../sass/styles.scss */
.bars .bar.animated.bar-45 {
  height: 67.5px;
}
/* line 210, ../sass/styles.scss */
.bars .bar.animated.bar-55 {
  height: 82.5px;
}
/* line 210, ../sass/styles.scss */
.bars .bar.animated.bar-65 {
  height: 97.5px;
}
/* line 210, ../sass/styles.scss */
.bars .bar.animated.bar-75 {
  height: 112.5px;
}
/* line 210, ../sass/styles.scss */
.bars .bar.animated.bar-85 {
  height: 127.5px;
}
/* line 210, ../sass/styles.scss */
.bars .bar.animated.bar-95 {
  height: 142.5px;
}
/* line 210, ../sass/styles.scss */
.bars .bar.animated.bar-105 {
  height: 157.5px;
}
/* line 218, ../sass/styles.scss */
.bars .content {
  width: 81.25%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  margin-left: 9.375%;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1100px) {
  /* line 229, ../sass/styles.scss */
  .bars .bar {
    width: 2%;
  }

  /* line 234, ../sass/styles.scss */
  .l-hide {
    display: none;
  }

  /* line 237, ../sass/styles.scss */
  .l-show {
    display: block;
  }
}
@media (max-width: 930px) {
  /* line 244, ../sass/styles.scss */
  .bars .bar {
    width: 3%;
  }
  /* line 246, ../sass/styles.scss */
  .bars .bar.m-last {
    width: 4%;
  }
  /* line 249, ../sass/styles.scss */
  .bars .bar.l-hide {
    display: block;
  }
  /* line 252, ../sass/styles.scss */
  .bars .bar.m-hide {
    display: none;
  }
  /* line 255, ../sass/styles.scss */
  .bars .bar.m-show {
    display: block;
  }

  /* line 261, ../sass/styles.scss */
  .main-navigation li {
    padding-top: 51px;
  }
  /* line 263, ../sass/styles.scss */
  .main-navigation li a {
    padding: 10px 10px 10px 10px;
    display: block;
    float: left;
    margin: 0 10px;
    color: #171223;
  }
  /* line 269, ../sass/styles.scss */
  .main-navigation li a:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }
  /* line 274, ../sass/styles.scss */
  .main-navigation li.active a {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 750px) {
  /* line 284, ../sass/styles.scss */
  .bars .bar, .bars .m-last {
    width: 3%;
  }
  /* line 286, ../sass/styles.scss */
  .bars .bar.m-hide, .bars .m-last.m-hide {
    display: block;
  }
  /* line 289, ../sass/styles.scss */
  .bars .bar.s-hide, .bars .m-last.s-hide {
    display: none;
  }
  /* line 292, ../sass/styles.scss */
  .bars .bar.s-show, .bars .m-last.s-show {
    display: block;
  }
}
/* line 300, ../sass/styles.scss */
.sub-section {
  overflow: hidden;
}
/* line 302, ../sass/styles.scss */
.sub-section .content {
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}
/* line 307, ../sass/styles.scss */
.sub-section .column {
  width: 47.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
}
/* line 310, ../sass/styles.scss */
.sub-section .column.last {
  float: right;
}
/* line 314, ../sass/styles.scss */
.sub-section h1 {
  text-align: center;
}
/* line 317, ../sass/styles.scss */
.sub-section .emphasise {
  padding: 60px 20px;
  border-radius: 10px;
  font-size: 22px;
  font-size: 1.375rem;
  width: 95%;
  margin: 20px auto;
  text-align: center;
  position: relative;
}
/* line 327, ../sass/styles.scss */
.sub-section .emphasise .speech-marks {
  position: relative;
  width: 60px;
}
/* line 330, ../sass/styles.scss */
.sub-section .emphasise .speech-marks.open {
  top: -30px;
  left: -30px;
}
/* line 334, ../sass/styles.scss */
.sub-section .emphasise .speech-marks.closed {
  bottom: 30px;
  right: 30px;
  float: right;
}
@media (max-width: 700px) {
  /* line 340, ../sass/styles.scss */
  .sub-section .emphasise .speech-marks.open {
    left: -30px;
  }
  /* line 343, ../sass/styles.scss */
  .sub-section .emphasise .speech-marks.closed {
    right: -30px;
  }
}
/* line 349, ../sass/styles.scss */
.sub-section .emphasise .caption {
  font-size: 14px;
  display: block;
  text-align: right;
  margin: 20px 140px;
}
@media (max-width: 1020px) {
  /* line 355, ../sass/styles.scss */
  .sub-section .emphasise .caption span {
    clear: both;
    display: block;
  }
}
@media (max-width: 700px) {
  /* line 349, ../sass/styles.scss */
  .sub-section .emphasise .caption {
    margin: 20px 70px;
  }
}

/* line 371, ../sass/styles.scss */
.home {
  margin-top: 150px;
}
/* line 373, ../sass/styles.scss */
.home .content {
  width: 64.58333%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  margin-left: 17.70833%;
}

/* line 379, ../sass/styles.scss */
.trust {
  background: white;
}
/* line 381, ../sass/styles.scss */
.trust .texture {
  float: right;
}
/* line 384, ../sass/styles.scss */
.trust .content {
  width: 64.58333%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  margin-left: 17.70833%;
}

/* line 391, ../sass/styles.scss */
.data-quality h1 {
  text-align: center;
}
/* line 394, ../sass/styles.scss */
.data-quality .content {
  width: 64.58333%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  margin-left: 17.70833%;
}
/* line 398, ../sass/styles.scss */
.data-quality .mad-chart {
  max-width: 65%;
  margin: 0 auto;
  display: block;
}

/* line 408, ../sass/styles.scss */
.contact h1, .contact h2, .contact h3 {
  text-align: center;
}
/* line 415, ../sass/styles.scss */
.contact .content {
  width: 64.58333%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  margin-left: 17.70833%;
  margin-bottom: 20px;
}
/* line 419, ../sass/styles.scss */
.contact .content p {
  text-align: center;
}
/* line 422, ../sass/styles.scss */
.contact .content.two {
  margin-top: 20px;
}

/* line 428, ../sass/styles.scss */
footer {
  background: white;
}
/* line 430, ../sass/styles.scss */
footer .footer-copy {
  float: right;
  display: inline;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 435, ../sass/styles.scss */
footer .footer-copy p {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 10px 0 10px 0;
}
@media (max-width: 610px) {
  /* line 441, ../sass/styles.scss */
  footer .footer-copy {
    display: block;
    text-align: center;
    float: none;
    margin-top: 10px;
  }
}

/* line 449, ../sass/styles.scss */
.keyline {
  width: 80%;
  display: block;
  margin: 20px auto;
  border-top: 4px dashed #000088;
}

/* line 456, ../sass/styles.scss */
.button {
  background-color: #0f165f;
  border: none;
  outline: none;
  color: white;
  width: 250px;
  padding: 20px;
  display: block;
  margin: 40px auto 0;
  text-align: center;
  transition: background-color 0.3s;
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Trade Gothic", Arial, sans-serif;
  font-weight: 700;
}
/* line 470, ../sass/styles.scss */
.button.secondary {
  background-color: #000088;
  color: white;
}
/* line 473, ../sass/styles.scss */
.button.secondary:hover {
  background-color: #0000AE;
}
/* line 477, ../sass/styles.scss */
.button:focus {
  outline: 2px solid #0000AE;
}
/* line 480, ../sass/styles.scss */
.button:hover {
  background-color: #0000AE;
  transition: background-color 0.3s;
}
/* line 484, ../sass/styles.scss */
.button.contact-us {
  margin-bottom: 40px;
}

/* line 489, ../sass/styles.scss */
form {
  width: 47.91667%;
  float: left;
  margin-left: 1.04167%;
  margin-right: 1.04167%;
  margin-left: 26.04167%;
  margin-bottom: 100px;
  background: #e7edf7;
  padding: 40px;
}
/* line 495, ../sass/styles.scss */
form input, form label, form textarea {
  width: 100%;
  font-size: 22px;
  font-size: 1.375rem;
}
/* line 499, ../sass/styles.scss */
form label {
  display: block;
  margin: 20px 0 10px;
}
/* line 502, ../sass/styles.scss */
form label.first {
  margin-top: 0;
}
/* line 507, ../sass/styles.scss */
form input, form textarea {
  background-color: white;
  border: 1px solid #b9dce6;
  outline: none;
  padding: 5px;
}
/* line 512, ../sass/styles.scss */
form input:focus, form textarea:focus {
  outline: 2px solid #b9dce6;
}
/* line 515, ../sass/styles.scss */
form input.unhappy, form textarea.unhappy {
  border: 1px solid #0f165f;
}
/* line 519, ../sass/styles.scss */
form textarea {
  height: 300px;
}
/* line 522, ../sass/styles.scss */
form .unhappyMessage {
  display: block;
  color: #000088;
  padding: 10px 0 0 0;
}
@media (max-width: 850px) {
  /* line 489, ../sass/styles.scss */
  form {
    width: 64.58333%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    margin-left: 17.70833%;
  }
}

@media (max-width: 850px) {
  /* line 536, ../sass/styles.scss */
  .sub-section p, .sub-section li, .sub-section label {
    font-size: 20px;
    font-size: 1.25rem;
  }
  /* line 539, ../sass/styles.scss */
  .sub-section h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
  /* line 542, ../sass/styles.scss */
  .sub-section h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }

  /* line 546, ../sass/styles.scss */
  .sub-section .content {
    width: 81.25%;
    float: left;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
    margin-left: 9.375%;
  }
}
