@font-face {
  font-family: 'icons-jltbuilders';
  src: url("../fonts/icons-jltbuilders.eot");
  src: url("../fonts/icons-jltbuilders.eot?#iefix") format("embedded-opentype"), url("../fonts/icons-jltbuilders.woff") format("woff"), url("../fonts/icons-jltbuilders.ttf") format("truetype"), url("../fonts/icons-jltbuilders.svg#icons-jltbuilders") format("svg");
  font-weight: normal;
  font-style: normal; }
/* site specific theme settings */
/* breakpoint settings */
/*! normalize.css v3.0.1 | 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/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/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 32, ../sass/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 52, ../sass/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 65, ../sass/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 75, ../sass/normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, ../sass/normalize.scss */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../sass/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 107, ../sass/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 115, ../sass/normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, ../sass/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 133, ../sass/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, ../sass/normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, ../sass/normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 159, ../sass/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 167, ../sass/normalize.scss */
sup {
  top: -0.5em; }

/* line 171, ../sass/normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, ../sass/normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, ../sass/normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, ../sass/normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, ../sass/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 219, ../sass/normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 227, ../sass/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 250, ../sass/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 264, ../sass/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 275, ../sass/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 288, ../sass/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 300, ../sass/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 309, ../sass/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 320, ../sass/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 332, ../sass/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 344, ../sass/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 355, ../sass/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 368, ../sass/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 377, ../sass/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 388, ../sass/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, ../sass/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 406, ../sass/normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, ../sass/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 422, ../sass/normalize.scss */
td,
th {
  padding: 0; }

/* 
 * Core rules
 * 
 * Version:  2.0.1
 * Updated:  07/08/2014
 * Author:   Chris Lienert
 * Changes:  Added lower/upper alpha ordered lists
 */
/* line 10, ../sass/jlta.core-2.0.scss */
html,
button,
input,
select,
textarea {
  color: #222; }

/* line 18, ../sass/jlta.core-2.0.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 23, ../sass/jlta.core-2.0.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 28, ../sass/jlta.core-2.0.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* line 37, ../sass/jlta.core-2.0.scss */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/* line 44, ../sass/jlta.core-2.0.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* line 50, ../sass/jlta.core-2.0.scss */
textarea {
  resize: vertical; }

/* line 54, ../sass/jlta.core-2.0.scss */
form {
  margin-bottom: 24px; }

/* line 58, ../sass/jlta.core-2.0.scss */
ul, ol {
  padding-left: 1em; }
  /* line 62, ../sass/jlta.core-2.0.scss */
  ul.inline, nav ul,
  ol.inline,
  nav ol {
    margin: 0;
    padding-left: 0;
    list-style: none; }
    /* line 68, ../sass/jlta.core-2.0.scss */
    ul.inline li, nav ul li,
    ol.inline li,
    nav ol li {
      vertical-align: top; }
  /* line 73, ../sass/jlta.core-2.0.scss */
  ul.compact, ol.compact {
    list-style: none;
    margin: 0 0 0.8em;
    padding-left: 0; }

/* line 80, ../sass/jlta.core-2.0.scss */
ol.upper-alpha {
  list-style: upper-alpha; }

/* line 84, ../sass/jlta.core-2.0.scss */
ol.lower-alpha {
  list-style: lower-alpha; }

/* remove unwanted margins */
/* line 89, ../sass/jlta.core-2.0.scss */
ul ul,
ol ol,
ol ul,
ul ol {
  margin-bottom: 0; }

/* line 96, ../sass/jlta.core-2.0.scss */
dt {
  font-weight: bold;
  margin-top: 9px; }

/* line 101, ../sass/jlta.core-2.0.scss */
td,
th {
  vertical-align: top; }

/* line 106, ../sass/jlta.core-2.0.scss */
tbody th {
  text-align: left; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 114, ../sass/jlta.core-2.0.scss */
.image-replace {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px; }

/* line 121, ../sass/jlta.core-2.0.scss */
.image-replace:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/* line 128, ../sass/jlta.core-2.0.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

/* line 134, ../sass/jlta.core-2.0.scss */
.clearfix:after {
  clear: both; }

/* line 138, ../sass/jlta.core-2.0.scss */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Custom styles
   ========================================================================== */
/* line 147, ../sass/jlta.core-2.0.scss */
a:link,
a:visited {
  -webkit-tap-highlight-color: transparent; }

/* line 154, ../sass/jlta.core-2.0.scss */
.scrollable {
  overflow-x: auto;
  /*    position: relative;
      overflow: hidden;
  
      &:after {
        position:absolute;
        top:0;
        left:100%;
        width:50px;
        height:100%;
        border-radius:10px 0 0 10px / 50% 0 0 50%;
        box-shadow:-5px 0 10px rgba(0, 0, 0, 0.25);
        content:'';
      }
  
      > div {
        overflow-x: auto;
  
        table {
          min-width: $break-mobile-landscape;
        }
      }*/ }
  /* line 183, ../sass/jlta.core-2.0.scss */
  .scrollable > div::-webkit-scrollbar {
    height: 12px; }
  /* line 187, ../sass/jlta.core-2.0.scss */
  .scrollable > div::-webkit-scrollbar-track {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
    background: #f0f0f0; }
  /* line 192, ../sass/jlta.core-2.0.scss */
  .scrollable > div::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #ccc; }

/* line 199, ../sass/jlta.core-2.0.scss */
.vcard {
  margin-bottom: 1em; }
  /* line 202, ../sass/jlta.core-2.0.scss */
  .vcard p {
    margin: 0; }
  /* line 206, ../sass/jlta.core-2.0.scss */
  .vcard .fn {
    font-weight: bold; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 216, ../sass/jlta.core-2.0.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 223, ../sass/jlta.core-2.0.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 228, ../sass/jlta.core-2.0.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 232, ../sass/jlta.core-2.0.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 236, ../sass/jlta.core-2.0.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 242, ../sass/jlta.core-2.0.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 248, ../sass/jlta.core-2.0.scss */
  thead {
    display: table-header-group; }

  /* line 252, ../sass/jlta.core-2.0.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 257, ../sass/jlta.core-2.0.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  /* line 265, ../sass/jlta.core-2.0.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 272, ../sass/jlta.core-2.0.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
/* 
 * Typographical rules
 * 
 * Sets default fonts, sizes, margins and padding.
 * 
 * Version:  5.1.0
 * Updated:  06/08/2014
 * Author:   Chris Lienert
 * Changes:  Updated to match normalize
 */
@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/opensans-light.eot");
  src: url("../fonts/opensans-light.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light.woff") format("woff"), url("../fonts/opensans-light.ttf") format("truetype"), url("../fonts/opensans-light.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/opensans-regular.eot");
  src: url("../fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.ttf") format("truetype"), url("../fonts/opensans-regular.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 33, ../sass/jlta.typography-5.1.scss */
html {
  font-size: 62.5%; }

/* line 37, ../sass/jlta.typography-5.1.scss */
body {
  font: normal 16px/24px "OpenSans-Regular", "HelveticaNeueW01-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", helvetica neue, tahoma, geneva, arial, sans-serif; }

/* line 41, ../sass/jlta.typography-5.1.scss */
h1,
h2,
h3,
h4,
h5 {
  text-rendering: optimizelegibility; }

/* line 49, ../sass/jlta.typography-5.1.scss */
h1 {
  font: normal 30px/1.6em "OpenSans-Light", "HelveticaNeueW01-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 3rem;
  margin-top: 0.8em;
  margin-bottom: 0.4em; }

/* line 56, ../sass/jlta.typography-5.1.scss */
h2 {
  font: normal 28px/1.7143em "OpenSans-Light", "HelveticaNeueW01-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 2.8rem;
  margin-top: 0.8571em;
  margin-bottom: 0.428575em; }

/* line 63, ../sass/jlta.typography-5.1.scss */
h3 {
  font: normal 24px/1em "OpenSans-Light", "HelveticaNeueW01-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 2.4rem;
  margin-top: 1em;
  margin-bottom: 0.5em; }

/* line 70, ../sass/jlta.typography-5.1.scss */
h4 {
  font: normal 20px/1.2em "OpenSans-Light", "HelveticaNeueW01-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 2rem;
  margin-top: 1.2em;
  margin-bottom: 0.6em; }

/* line 77, ../sass/jlta.typography-5.1.scss */
h5 {
  font: 18px/1.3333em "OpenSans-Light", "HelveticaNeueW01-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1.8rem;
  margin-top: 1.3333em;
  margin-bottom: 0; }

/* line 84, ../sass/jlta.typography-5.1.scss */
h6 {
  font: bold 16px/1.5em "OpenSans-Light", "HelveticaNeueW01-45Ligh", "HelveticaNeue-Light", "Helvetica Neue Light", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1.6rem;
  margin-top: 1.5em;
  margin-bottom: 0.5em; }

@media screen and (min-width: 720px) {
  /* line 92, ../sass/jlta.typography-5.1.scss */
  h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1em;
    margin-top: 0.75em;
    margin-bottom: 0.25em;
    font-weight: 300; }

  /* line 101, ../sass/jlta.typography-5.1.scss */
  h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.333em;
    margin-top: 0.6667em;
    margin-bottom: 0.33335em;
    font-weight: 300; }

  /* line 110, ../sass/jlta.typography-5.1.scss */
  h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.6em;
    margin-top: 0.8em;
    margin-bottom: 0.4em;
    font-weight: 300; }

  /* line 119, ../sass/jlta.typography-5.1.scss */
  h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3333em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: 300; }

  /* line 128, ../sass/jlta.typography-5.1.scss */
  h5 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2em;
    margin-top: 1.2em;
    margin-bottom: 0.6em; }

  /* line 136, ../sass/jlta.typography-5.1.scss */
  h6 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333em;
    margin-top: 1.3333em;
    margin-bottom: 0.75em;
    font-weight: 600; } }
/* 
 * JLTA Common
 * 
 * Common JLTA layout.
 * 
 * Version:  2.0.2
 * Updated:  04/12/2014
 * Author:   Chris Lienert
 * Changes:  Fixed mobile menu animation.
 */
@font-face {
  font-family: 'icons-jltbuilders';
  src: url("../fonts/icons-jltbuilders.eot");
  src: url("../fonts/icons-jltbuilders.eot?#iefix") format("embedded-opentype"), url("../fonts/icons-jltbuilders.woff") format("woff"), url("../fonts/icons-jltbuilders.ttf") format("truetype"), url("../fonts/icons-jltbuilders.svg#icons-jltbuilders") format("svg");
  font-weight: normal;
  font-style: normal; }
/* site specific theme settings */
/* breakpoint settings */
/* Declarations */
/* line 35, ../sass/jlta.common-2.0.scss */
body {
  color: #666; }

/* line 39, ../sass/jlta.common-2.0.scss */
.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1152px;
  padding: 1.5em 1em; }
  @media screen and (min-width: 1152px) {
    /* line 39, ../sass/jlta.common-2.0.scss */
    .wrapper {
      padding: 3em 0; } }

/* line 50, ../sass/jlta.common-2.0.scss */
#site-header {
  background-color: rgba(255, 255, 255, 0.95); }
  /* line 53, ../sass/jlta.common-2.0.scss */
  #site-header h1 {
    margin: 0; }
  /* line 57, ../sass/jlta.common-2.0.scss */
  #site-header .logo-jlt {
    display: block;
    margin: 0 auto;
    width: 130px;
    height: 48px;
    background: url("../images/logo_jlt.svg") no-repeat;
    background-size: contain;
    text-decoration: none; }
    /* line 66, ../sass/jlta.common-2.0.scss */
    .no-svg #site-header .logo-jlt {
      background-image: url("../images/logo_jlt_130.png"); }
  @media screen and (min-width: 720px) {
    /* line 50, ../sass/jlta.common-2.0.scss */
    #site-header {
      position: fixed;
      z-index: 100;
      top: 0;
      left: 0;
      right: 0; }
      /* line 78, ../sass/jlta.common-2.0.scss */
      #site-header nav {
        position: relative;
        text-align: center; } }
  @media screen and (min-width: 1024px) {
    /* line 50, ../sass/jlta.common-2.0.scss */
    #site-header {
      height: 96px; }
      /* line 87, ../sass/jlta.common-2.0.scss */
      #site-header .logo-jlt {
        position: absolute;
        top: 0.5em;
        left: 0.333em;
        display: inline-block; }
      /* line 94, ../sass/jlta.common-2.0.scss */
      #site-header nav {
        position: absolute;
        right: 1em;
        top: 1.5em; } }
  @media screen and (min-width: 1152px) {
    /* line 101, ../sass/jlta.common-2.0.scss */
    #site-header .logo-jlt {
      left: 0; }
    /* line 105, ../sass/jlta.common-2.0.scss */
    #site-header nav {
      right: 0; } }

@media screen and (min-width: 720px) {
  /* line 111, ../sass/jlta.common-2.0.scss */
  #nav-main {
    display: table;
    margin: 0 auto; } }
@media screen and (min-width: 1024px) {
  /* line 111, ../sass/jlta.common-2.0.scss */
  #nav-main {
    display: block; } }

/* line 123, ../sass/jlta.common-2.0.scss */
.no-js #nav-main {
  height: auto; }

/* line 127, ../sass/jlta.common-2.0.scss */
#nav-toggle {
  position: absolute;
  right: 0.375em;
  top: 2em;
  padding: 8px 11px;
  z-index: 100;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  /* line 136, ../sass/jlta.common-2.0.scss */
  #nav-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px; }
    /* line 142, ../sass/jlta.common-2.0.scss */
    #nav-toggle .icon-bar + .icon-bar {
      margin-top: 4px;
      /* put this above */ }
  @media screen and (min-width: 720px) {
    /* line 127, ../sass/jlta.common-2.0.scss */
    #nav-toggle {
      display: none; } }

/* line 152, ../sass/jlta.common-2.0.scss */
#nav-main {
  height: 0;
  overflow: hidden;
  padding-top: 1.7143em;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7143em;
  -webkit-transition: height 250ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: height 250ms cubic-bezier(0.42, 0, 0.58, 1);
  transform: translate3d(0, 0, 0); }
  /* line 163, ../sass/jlta.common-2.0.scss */
  #nav-main li:first-child {
    margin-top: 0; }
  /* line 167, ../sass/jlta.common-2.0.scss */
  #nav-main a {
    display: block;
    padding: 0.4285em 0;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid; }
  @media screen and (min-width: 400px) {
    /* line 177, ../sass/jlta.common-2.0.scss */
    #nav-main a {
      display: table-cell; }
    /* line 181, ../sass/jlta.common-2.0.scss */
    #nav-main li {
      display: table;
      float: left;
      width: 50%; }
      /* line 186, ../sass/jlta.common-2.0.scss */
      #nav-main li:nth-child(2n+1) {
        clear: left; } }
    @media screen and (min-width: 400px) and (min-width: 720px) {
      /* line 186, ../sass/jlta.common-2.0.scss */
      #nav-main li:nth-child(2n+1) {
        clear: none; } }
  @media screen and (min-width: 400px) {
        /* line 193, ../sass/jlta.common-2.0.scss */
        #nav-main li:nth-child(2n+1) a {
          border-right: 1px solid; } }
  @media screen and (min-width: 720px) {
    /* line 152, ../sass/jlta.common-2.0.scss */
    #nav-main {
      height: auto;
      text-align: right;
      padding-top: 0; }
      /* line 205, ../sass/jlta.common-2.0.scss */
      #nav-main li {
        display: inline;
        width: auto; }
      /* line 210, ../sass/jlta.common-2.0.scss */
      #nav-main a {
        display: block;
        padding: 0.85714em 1em;
        border-bottom: 1px solid;
        -webkit-transition: all 0.1s linear;
        transition: all 0.1s linear; }
      /* line 217, ../sass/jlta.common-2.0.scss */
      #nav-main.expanded {
        height: auto;
        margin-top: 0; } }

/* line 224, ../sass/jlta.common-2.0.scss */
#banner {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 600px) {
    /* line 224, ../sass/jlta.common-2.0.scss */
    #banner {
      margin-top: 0; } }
  @media screen and (min-width: 720px) {
    /* line 232, ../sass/jlta.common-2.0.scss */
    #banner .wrapper {
      padding: 0 1em;
      height: 132px; }
      /* line 236, ../sass/jlta.common-2.0.scss */
      .home #banner .wrapper {
        height: auto; } }

@media screen and (min-width: 720px) {
  /* line 244, ../sass/jlta.common-2.0.scss */
  .primary {
    width: 68.75%;
    padding: 0 3em 0 0; } }
/* line 250, ../sass/jlta.common-2.0.scss */
.secondary {
  position: relative;
  padding: 1.5em 0; }
  /* line 254, ../sass/jlta.common-2.0.scss */
  .secondary h4:first-of-type {
    margin-top: 0; }
  @media screen and (min-width: 720px) {
    /* line 250, ../sass/jlta.common-2.0.scss */
    .secondary {
      position: absolute;
      top: 2.25em;
      right: 0;
      width: 25%;
      height: calc(100% - 5.5em);
      padding: 0 0 0 1.5em; }
      /* line 266, ../sass/jlta.common-2.0.scss */
      .secondary h4:first-of-type {
        margin-top: 1.2em; } }

/* line 272, ../sass/jlta.common-2.0.scss */
footer {
  background-color: rgba(0, 0, 0, 0.25); }
  /* line 275, ../sass/jlta.common-2.0.scss */
  footer .logo-jlt {
    display: block;
    width: 96px;
    height: 36px;
    background: url("../images/logo_jlt.svg") no-repeat; }
    /* line 281, ../sass/jlta.common-2.0.scss */
    .no-svg footer .logo-jlt {
      background-image: url("../images/logo_jlt_96.png"); }
  /* line 286, ../sass/jlta.common-2.0.scss */
  footer nav {
    margin-bottom: 0.5em; }
    /* line 289, ../sass/jlta.common-2.0.scss */
    footer nav a {
      font-size: 14px;
      font-size: 1.4rem; }
    @media screen and (min-width: 720px) {
      /* line 295, ../sass/jlta.common-2.0.scss */
      footer nav li {
        display: inline; }
        /* line 298, ../sass/jlta.common-2.0.scss */
        footer nav li:first-child a {
          padding-left: 0; }
        /* line 302, ../sass/jlta.common-2.0.scss */
        footer nav li:last-child a {
          border-right: 0; }
      /* line 307, ../sass/jlta.common-2.0.scss */
      footer nav a {
        border-right: 1px solid;
        padding: 0 1.13636%; } }

/* 
 * JLTA Sport
 * 
 * Styling for sport template
 * 
 * Version:  2.0.1
 * Updated:  04/12/2014
 * Author:   Chris Lienert
 * Changes:  Changed comparison table layout to fix responsive side scrolling
 */
@font-face {
  font-family: 'icons-jltbuilders';
  src: url("../fonts/icons-jltbuilders.eot");
  src: url("../fonts/icons-jltbuilders.eot?#iefix") format("embedded-opentype"), url("../fonts/icons-jltbuilders.woff") format("woff"), url("../fonts/icons-jltbuilders.ttf") format("truetype"), url("../fonts/icons-jltbuilders.svg#icons-jltbuilders") format("svg");
  font-weight: normal;
  font-style: normal; }
/* site specific theme settings */
/* breakpoint settings */
/* Declarations */
/* line 41, ../sass/jlta.sport-2.0.scss */
.button {
  display: inline-block;
  margin: 0 auto 1.375em;
  padding: 0.6em 1.5em 0.8em;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-color: transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out; }
  @media screen and (min-width: 720px) {
    /* line 41, ../sass/jlta.sport-2.0.scss */
    .button {
      margin: 0; } }

@media screen and (min-width: 720px) {
  /* line 58, ../sass/jlta.sport-2.0.scss */
  .home #banner .wrapper,
  #primary-content .wrapper {
    padding: 2.25em 0 3em 0.75em; } }

/* line 65, ../sass/jlta.sport-2.0.scss */
#partner {
  text-decoration: none;
  display: block;
  margin: 0 auto; }

/* line 72, ../sass/jlta.sport-2.0.scss */
#site-header h4 {
  margin-top: 0.6em;
  margin-bottom: 0;
  text-align: center; }
@media screen and (min-width: 720px) {
  /* line 79, ../sass/jlta.sport-2.0.scss */
  #site-header h4 {
    margin-top: 0.3em;
    margin-bottom: 0.3em; } }
@media screen and (min-width: 1024px) {
  /* line 86, ../sass/jlta.sport-2.0.scss */
  #site-header h4 {
    margin: 0;
    position: absolute;
    left: 156px;
    top: 1.25em;
    text-align: left; } }

/* line 96, ../sass/jlta.sport-2.0.scss */
#banner {
  background: url("../images/bg_banner.jpg") no-repeat center top; }
  /* line 99, ../sass/jlta.sport-2.0.scss */
  #banner h2 {
    margin: 0; }
  /* line 103, ../sass/jlta.sport-2.0.scss */
  .home #banner {
    background: url("../images/bg_banner_home.jpg") no-repeat center top;
    background-size: cover;
    text-align: center; }
    /* line 108, ../sass/jlta.sport-2.0.scss */
    .home #banner h1 {
      margin-top: 0.4em;
      line-height: 1.2em; }
    /* line 113, ../sass/jlta.sport-2.0.scss */
    .home #banner h2 {
      padding-top: 0;
      margin-top: 0.35715em;
      line-height: 1.2857em; }
    /* line 119, ../sass/jlta.sport-2.0.scss */
    .home #banner p {
      width: 100%;
      font-size: 1.8rem;
      line-height: 1.3333em;
      margin: 1.3333em auto 2.6666em; }
  @media screen and (min-width: 720px) {
    /* line 96, ../sass/jlta.sport-2.0.scss */
    #banner {
      padding-top: 192px;
      background: url("../images/bg_banner.jpg") no-repeat center bottom; }
      /* line 131, ../sass/jlta.sport-2.0.scss */
      #banner h2 {
        margin: 0;
        padding-top: 2em; }
      /* line 136, ../sass/jlta.sport-2.0.scss */
      .home #banner {
        background: url("../images/bg_banner_home.jpg") no-repeat center 96px; }
        /* line 139, ../sass/jlta.sport-2.0.scss */
        .home #banner h1 {
          margin-top: 0.375em;
          margin-bottom: 0;
          line-height: 1em; }
        /* line 145, ../sass/jlta.sport-2.0.scss */
        .home #banner h2 {
          margin-top: 0.3335em;
          line-height: 1.3333em; }
        /* line 150, ../sass/jlta.sport-2.0.scss */
        .home #banner p {
          width: 66.6667%; } }
  @media screen and (min-width: 1024px) {
    /* line 96, ../sass/jlta.sport-2.0.scss */
    #banner {
      padding-top: 96px; } }

/* line 161, ../sass/jlta.sport-2.0.scss */
.programme-summary .button {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0.75em 0;
  min-height: 4em; }
/* line 170, ../sass/jlta.sport-2.0.scss */
.programme-summary h6, #banner .programme-summary p {
  margin-left: 84px;
  width: auto; }
/* line 176, ../sass/jlta.sport-2.0.scss */
.programme-summary h6 {
  margin-top: 0;
  margin-bottom: 0.375em; }
/* line 181, ../sass/jlta.sport-2.0.scss */
.programme-summary .icon {
  position: absolute;
  top: 1em;
  left: 0.5em; }
/* line 187, ../sass/jlta.sport-2.0.scss */
.programme-summary svg {
  width: 60px;
  height: 60px;
  fill: #fff; }
/* line 193, ../sass/jlta.sport-2.0.scss */
#banner .programme-summary p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem; }
@media screen and (min-width: 720px) {
  /* line 201, ../sass/jlta.sport-2.0.scss */
  .programme-summary .button {
    width: 340px;
    padding-right: 1em; } }

/* line 209, ../sass/jlta.sport-2.0.scss */
.primary h3 {
  margin-top: 0;
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid; }

/* line 217, ../sass/jlta.sport-2.0.scss */
.secondary {
  text-align: center; }
  /* line 221, ../sass/jlta.sport-2.0.scss */
  .secondary .logo a {
    margin-bottom: 0.75em; }
  /* line 227, ../sass/jlta.sport-2.0.scss */
  .secondary nav ul li {
    border-bottom: 1px solid; }
    /* line 230, ../sass/jlta.sport-2.0.scss */
    .secondary nav ul li a {
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.7143em;
      padding: 0.4285em 0 0.4285em 0.8571em;
      text-decoration: none; }
  @media screen and (min-width: 720px) {
    /* line 217, ../sass/jlta.sport-2.0.scss */
    .secondary {
      border-left: 1px solid;
      text-align: left; }
      /* line 245, ../sass/jlta.sport-2.0.scss */
      .secondary .logo {
        text-align: center; }
      /* line 251, ../sass/jlta.sport-2.0.scss */
      .secondary nav ul li a {
        padding: 0.4285em 0 0.4285em 1.7142em; } }

/* line 259, ../sass/jlta.sport-2.0.scss */
#products {
  text-align: center; }
  /* line 262, ../sass/jlta.sport-2.0.scss */
  #products .wrapper {
    padding-top: 2.25em;
    padding-bottom: 2.25em; }
  /* line 267, ../sass/jlta.sport-2.0.scss */
  #products h2 {
    margin-top: 0;
    margin-bottom: 0.6667em; }
  /* line 272, ../sass/jlta.sport-2.0.scss */
  #products li {
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin-bottom: 0.75em; }
    /* line 278, ../sass/jlta.sport-2.0.scss */
    #products li .icon {
      margin: 0 auto 0.75em;
      width: 48px;
      height: 48px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      padding: 16px;
      transition: background-color 0.2s ease-out; }
      /* line 286, ../sass/jlta.sport-2.0.scss */
      #products li .icon svg {
        width: 48px;
        height: 48px;
        transition: fill 0.2s ease-out; }
    /* line 293, ../sass/jlta.sport-2.0.scss */
    #products li img.doc {
      margin-bottom: 0.75em; }
  /* line 298, ../sass/jlta.sport-2.0.scss */
  #products li:first-child {
    margin-left: 0; }
  /* line 301, ../sass/jlta.sport-2.0.scss */
  #products a {
    text-decoration: none;
    display: block;
    padding: 0.75em; }
    /* line 306, ../sass/jlta.sport-2.0.scss */
    .home #products a {
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      transition: background-color 0.2s ease-out; }
  @media screen and (min-width: 720px) {
    /* line 313, ../sass/jlta.sport-2.0.scss */
    #products li {
      width: 27.7778%;
      margin-left: 8.3333%;
      box-sizing: border-box;
      display: inline-block;
      margin-bottom: 0; }
      /* line 320, ../sass/jlta.sport-2.0.scss */
      #products li figure {
        margin: 0; }
      /* line 324, ../sass/jlta.sport-2.0.scss */
      #products li a {
        padding: 1.5em; }
      /* line 328, ../sass/jlta.sport-2.0.scss */
      #products li .thumbnail-container {
        position: relative;
        display: inline-block; }
      /* line 333, ../sass/jlta.sport-2.0.scss */
      #products li .overlay {
        position: absolute;
        top: 0;
        width: 144px;
        height: 204px;
        overflow: hidden;
        transition: opacity 0.25s ease-in-out;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2096%2096%22%20enable-background%3D%22new%200%200%2096%2096%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36%2036.5c-.8-.8-2-.8-2.7%200-.8.8-.8%202%200%202.7l13.3%2013.3c.2.2.4.3.6.4.2.1.5.2.7.2.3%200%20.5-.1.7-.2.2-.1.4-.2.6-.4l13.3-13.3c.8-.8.8-2%200-2.7-.8-.8-2-.8-2.7%200l-10%2010v-43c0-1.1-.9-1.9-1.9-1.9-1.1%200-1.9.9-1.9%201.9v43l-10-10zM87.5%209.4H59.4c-1.1%200-1.9.9-1.9%201.9%200%201.1.9%201.9%201.9%201.9h28.1c2.6%200%204.6%202.1%204.6%204.6V65c0%202.6-2.1%204.6-4.6%204.6h-79c-2.6%200-4.6-2.1-4.6-4.6V17.9c0-2.6%202.1-4.6%204.6-4.6h28.1c1.1%200%201.9-.9%201.9-1.9%200-1.1-.9-1.9-1.9-1.9H8.5C3.8%209.4%200%2013.2%200%2017.9v47.2c0%204.7%203.8%208.5%208.5%208.5h79c4.7%200%208.5-3.8%208.5-8.5V17.9c0-4.7-3.8-8.5-8.5-8.5zM69.3%2092.6h-3L64.4%2081c-.2-1.1-1.2-1.8-2.2-1.6-1.1.2-1.8%201.2-1.6%202.2l1.8%2011H33.7l1.8-10.9c.2-1.1-.5-2-1.6-2.2-1.1-.2-2%20.5-2.2%201.6l-1.9%2011.6h-3c-1.1%200-1.9.9-1.9%201.9%200%201.1.9%201.9%201.9%201.9H69.4c1.1%200%201.9-.9%201.9-1.9%200-1.2-.9-2-2-2z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60px;
        z-index: 100;
        opacity: 0; }
        /* line 347, ../sass/jlta.sport-2.0.scss */
        .no-svg #products li .overlay {
          background-image: url("../images/icon_download.png"); }
      /* line 353, ../sass/jlta.sport-2.0.scss */
      #products li:hover .overlay {
        opacity: 1; }
      /* line 362, ../sass/jlta.sport-2.0.scss */
      #products li .icon {
        margin: 0 auto;
        width: 66px;
        height: 66px;
        padding: 24px;
        transition: background-color 150ms ease-out; }
        /* line 369, ../sass/jlta.sport-2.0.scss */
        #products li .icon svg {
          width: 66px;
          height: 66px;
          transition: fill 150ms ease-out; }
      /* line 376, ../sass/jlta.sport-2.0.scss */
      #products li img.doc {
        margin-bottom: 0; } }
  @media screen and (min-width: 1152px) {
    /* line 383, ../sass/jlta.sport-2.0.scss */
    #products li {
      width: 22.916667%;
      margin-left: 15.625%; } }

/* line 390, ../sass/jlta.sport-2.0.scss */
#our-advice {
  display: block;
  background: rgba(0, 0, 0, 0.15) url("../images/bg_our_advice.jpg") no-repeat center bottom;
  background-size: cover; }
  /* line 395, ../sass/jlta.sport-2.0.scss */
  #our-advice h3 {
    margin-top: 0; }
  /* line 399, ../sass/jlta.sport-2.0.scss */
  #our-advice img {
    border: 2px solid;
    margin-bottom: 1em;
    width: 100%; }
  @media screen and (min-width: 400px) {
    /* line 406, ../sass/jlta.sport-2.0.scss */
    #our-advice img {
      width: 332px; } }
  @media screen and (min-width: 720px) {
    /* line 390, ../sass/jlta.sport-2.0.scss */
    #our-advice {
      background-position: center top; }
      /* line 415, ../sass/jlta.sport-2.0.scss */
      #our-advice img {
        float: left;
        margin-top: 1em;
        margin-right: 1.5em;
        margin-bottom: 12px; } }
  @media screen and (min-width: 1024px) {
    /* line 425, ../sass/jlta.sport-2.0.scss */
    #our-advice h3 {
      margin-top: 0; }
    /* line 430, ../sass/jlta.sport-2.0.scss */
    #our-advice img {
      width: 332px;
      border: 2px solid;
      float: left;
      margin-top: 0;
      margin-right: 3em; } }
  @media screen and (min-width: 1152px) {
    /* line 441, ../sass/jlta.sport-2.0.scss */
    #our-advice img {
      margin-right: 4em; } }

/* line 448, ../sass/jlta.sport-2.0.scss */
table h6 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 0.5em; }
/* line 454, ../sass/jlta.sport-2.0.scss */
table p {
  margin: 0 0 0.8em; }
/* line 458, ../sass/jlta.sport-2.0.scss */
table ul.compact li {
  margin-bottom: 0.5em; }
/* line 462, ../sass/jlta.sport-2.0.scss */
table.comparison {
  width: 100%; }
  /* line 467, ../sass/jlta.sport-2.0.scss */
  table.comparison td:not(:first-child),
  table.comparison th:not(:first-child) {
    border-left-width: 10px;
    border-left-style: solid; }
  /* line 473, ../sass/jlta.sport-2.0.scss */
  table.comparison .icon {
    margin: 0 auto 0.75em;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 16px;
    transition: background-color 0.2s ease-out; }
    /* line 481, ../sass/jlta.sport-2.0.scss */
    table.comparison .icon svg {
      width: 48px;
      height: 48px;
      transition: fill 0.2s ease-out; }

/* line 490, ../sass/jlta.sport-2.0.scss */
td,
th {
  padding: 8px 12px;
  padding: 0.8rem 1.2rem; }

/* line 8, ../sass/project.scss */
html {
  background-color: #091f07; }

/* line 12, ../sass/project.scss */
h2,
h3,
h4,
h5,
h6 {
  color: #20340c; }

/* line 21, ../sass/project.scss */
main a:link, main a:visited {
  color: #0053a0; }
/* line 26, ../sass/project.scss */
main a:hover, main a:active {
  color: #002b54; }

/* line 32, ../sass/project.scss */
#site-header {
  background-color: rgba(13, 43, 10, 0.975);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  height: auto; }
  /* line 37, ../sass/project.scss */
  #site-header h4 {
    font-size: 2rem;
    font-weight: 300;
    color: #fff; }
    @media screen and (min-width: 720px) {
      /* line 37, ../sass/project.scss */
      #site-header h4 {
        font-size: 2.4rem; } }
    @media screen and (min-width: 1024px) {
      /* line 37, ../sass/project.scss */
      #site-header h4 {
        left: 200px; } }
    @media screen and (min-width: 1152px) {
      /* line 37, ../sass/project.scss */
      #site-header h4 {
        left: 186px; } }
  @media screen and (min-width: 1024px) {
    /* line 56, ../sass/project.scss */
    #site-header .wrapper {
      padding-top: 3em;
      padding-bottom: 3em; } }
  /* line 62, ../sass/project.scss */
  #site-header .logo-marsh {
    background: url("../images/logo_marsh_white.svg") no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 24px; }
    @media screen and (min-width: 1024px) {
      /* line 62, ../sass/project.scss */
      #site-header .logo-marsh {
        position: absolute;
        top: 0.72em;
        left: 0.333em;
        display: inline-block; } }
    @media screen and (min-width: 1152px) {
      /* line 62, ../sass/project.scss */
      #site-header .logo-marsh {
        left: 0; } }
  /* line 82, ../sass/project.scss */
  #site-header .sticky-banner {
    background-color: #002c77;
    color: #fff; }
    /* line 86, ../sass/project.scss */
    .hide-banner #site-header .sticky-banner {
      display: none; }
    /* line 90, ../sass/project.scss */
    #site-header .sticky-banner .logo-marsh {
      position: static; }
    @media screen and (min-width: 720px) {
      /* line 95, ../sass/project.scss */
      #site-header .sticky-banner p {
        width: 75%; }
      /* line 99, ../sass/project.scss */
      #site-header .sticky-banner .logo-marsh {
        position: relative;
        float: right; } }
    /* line 105, ../sass/project.scss */
    #site-header .sticky-banner .highlight {
      text-transform: uppercase; }
    /* line 109, ../sass/project.scss */
    #site-header .sticky-banner .wrapper {
      padding-top: 1em;
      padding-bottom: 1em; }
    /* line 114, ../sass/project.scss */
    #site-header .sticky-banner a {
      color: #fff;
      text-decoration: underline;
      margin-left: 0; }

/* line 122, ../sass/project.scss */
#nav-toggle {
  background-color: #091f07;
  top: 1em; }
  /* line 126, ../sass/project.scss */
  #nav-toggle .icon-bar {
    background-color: #978f48; }

/* line 132, ../sass/project.scss */
#nav-main a {
  color: #978f48;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  background-color: #091f07;
  border-bottom-color: #20340c; }
  /* line 138, ../sass/project.scss */
  #nav-main a:hover {
    color: #bab160; }
/* line 143, ../sass/project.scss */
#nav-main.expanded {
  height: 13.7142em; }
@media screen and (min-width: 400px) {
  /* line 150, ../sass/project.scss */
  #nav-main li:nth-child(2n+1) a {
    border-right-color: #20340c; }
  /* line 156, ../sass/project.scss */
  #nav-main.expanded {
    height: 8.5714em; } }
@media screen and (min-width: 720px) {
  /* line 164, ../sass/project.scss */
  #nav-main li:nth-child(2n+1) a {
    border-right: 0; }
  /* line 169, ../sass/project.scss */
  #nav-main li a {
    background-color: transparent;
    border-bottom-color: #324b19; }
    /* line 173, ../sass/project.scss */
    #nav-main li a:hover {
      border-bottom-color: #bab160; }
  /* line 179, ../sass/project.scss */
  #nav-main.expanded {
    height: auto; } }

@media screen and (min-width: 720px) {
  /* line 186, ../sass/project.scss */
  .home #nav-home,
  .background #nav-about,
  .cover #nav-products,
  .claim #nav-claims,
  .contact #nav-contact {
    color: #bab160;
    border-bottom-color: #bab160; } }
/* line 203, ../sass/project.scss */
.logo #partner {
  background: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%20223.5%20115.7%22%20enable-background%3D%22new%200%200%20223.5%20115.7%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M143.3%2C91.1c0%2C0%2C57.5-4.4%2C61.8-5.9s6-1.8%2C6.8-6.5%20c0.8-4.7%2C5.8-59.1%2C5.8-59.1s0.8-8.8-10.5-8.8S17.8%2C10.3%2C17.8%2C10.3s-12.9-2-12%2C14.6c1%2C18.7%2C1.9%2C50.4%2C2.8%2C54.3c0.7%2C3.3%2C0%2C4.9%2C5.5%2C6%20c6.3%2C1.2%2C66.2%2C5.9%2C66.2%2C5.9l25.7%2C16.1c0%2C0%2C5.6%2C3.8%2C13-0.3C128.1%2C101.9%2C143.3%2C91.1%2C143.3%2C91.1z%22%2F%3E%3Cpath%20fill%3D%22%2300539F%22%20d%3D%22M26.2%2C79.1l20.1-40.2h18.8l20.1%2C40.2H66.8l-2.1-5.3H46.3l-2.1%2C5.3H26.2z%20M55.5%2C49l-5.8%2C14.6h11.8L55.5%2C49z%22%20%2F%3E%3Cpath%20fill%3D%22%2300539F%22%20d%3D%22M138.9%2C79.1L159%2C38.9h18.8L198%2C79.1h-18.4l-2.1-5.3H159l-2.1%2C5.3H138.9z%20M168.2%2C49l-5.8%2C14.6h11.8L168.2%2C49z%20%22%2F%3E%3Cpath%20fill%3D%22%2300539F%22%20d%3D%22M71.9%2C21h80.5v17.7h-28.9v52.6h-22.8V38.7H71.9V21z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23EF3E42%22%20stroke%3D%22%23EF3E42%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%223.8637%22%20d%3D%22%20M17.8%2C10.3c0%2C0-12.9-2-12%2C14.6c1%2C18.7%2C1.9%2C50.4%2C2.8%2C54.3c0.7%2C3.3%2C0%2C4.9%2C5.5%2C6c6.3%2C1.2%2C66.2%2C5.9%2C66.2%2C5.9l25.7%2C16.1%20c0%2C0%2C5.6%2C3.8%2C13-0.3c9.2-5%2C24.4-15.7%2C24.4-15.7s57.5-4.4%2C61.8-5.9s6-1.8%2C6.8-6.5c0.8-4.7%2C5.8-59.1%2C5.8-59.1s0.8-8.8-10.5-8.8%20S17.8%2C10.3%2C17.8%2C10.3L17.8%2C10.3z%20M112.5%2C1.5c3.1%2C0%2C86.7%2C4.4%2C98.2%2C5.4c11.5%2C1%2C11.3%2C11%2C11.3%2C11s-6%2C60-6.5%2C66.8s-6%2C7.8-6%2C7.8%20s-87.6%2C19.7-91.4%2C20.7s-4.3%2C1.1-6%2C1.1c-1.8%2C0-4.3-0.9-4.3-0.9S19%2C92.6%2C11.3%2C90.9c-7.7-1.8-6.5-9.5-6.5-9.5l-3.2-64%20c0%2C0%2C0.8-10.5%2C11.2-10.9c10.5-0.4%2C91.9-4.6%2C91.9-4.6s5.8-0.4%2C8.9-0.4H112.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 94px;
  width: 94px;
  height: 48px; }
  /* line 209, ../sass/project.scss */
  .no-svg .logo #partner {
    background-image: url("../images/logo_ata_104.png"); }
  @media screen and (min-width: 720px) {
    /* line 203, ../sass/project.scss */
    .logo #partner {
      background-size: 104px 54px;
      width: 104px;
      height: 54px; } }

/* line 220, ../sass/project.scss */
.banner-ad {
  margin-top: 1em;
  text-align: center; }
  /* line 224, ../sass/project.scss */
  .banner-ad a {
    display: inline-block; }
  /* line 228, ../sass/project.scss */
  .banner-ad img {
    display: block;
    max-width: 100%; }

/* line 234, ../sass/project.scss */
#banner {
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5); }
  /* line 238, ../sass/project.scss */
  #banner h2,
  #banner h6 {
    color: #fff; }
  /* line 244, ../sass/project.scss */
  #banner .programme-summary .button {
    background-color: rgba(13, 43, 10, 0.75);
    color: #fff; }
    /* line 248, ../sass/project.scss */
    #banner .programme-summary .button:hover {
      background-color: #0b2308; }

/* line 255, ../sass/project.scss */
#primary-content {
  background-color: #fff; }
  @media screen and (min-width: 720px) {
    /* line 260, ../sass/project.scss */
    .cover #primary-content .wrapper {
      min-height: 32em; } }

/* line 268, ../sass/project.scss */
.primary h3 {
  border-color: #e1e1e1; }

/* line 273, ../sass/project.scss */
.image-container {
  margin: 0.3333em 0 1.5em;
  padding: 4px;
  border: 1px solid #e1e1e1; }
  /* line 278, ../sass/project.scss */
  .image-container img {
    width: 100%; }
  @media screen and (min-width: 480px) {
    /* line 273, ../sass/project.scss */
    .image-container {
      float: right;
      margin: 0 0 0 1.375em; }
      /* line 286, ../sass/project.scss */
      .image-container img {
        width: 312px; } }
  @media screen and (min-width: 720px) {
    /* line 273, ../sass/project.scss */
    .image-container {
      margin-left: 1.5em; }
      /* line 294, ../sass/project.scss */
      .image-container img {
        width: 302px; } }

/* line 302, ../sass/project.scss */
.secondary .logo #partner {
  background-size: 94px;
  width: 94px;
  height: 48px; }
  /* line 307, ../sass/project.scss */
  .no-svg .secondary .logo #partner {
    background-image: url("../images/logo_ata_94.png"); }
/* line 313, ../sass/project.scss */
.secondary nav li {
  border-bottom-color: #e1e1e1; }
/* line 317, ../sass/project.scss */
.secondary nav a {
  color: #666; }
  /* line 320, ../sass/project.scss */
  .secondary nav a:hover {
    color: #333; }
@media screen and (min-width: 720px) {
  /* line 301, ../sass/project.scss */
  .secondary {
    border-left-color: #e1e1e1; } }

/* line 331, ../sass/project.scss */
.cover-summary #secondary-nav-cover-summary, .public-liability #secondary-nav-public-liability, .capital-benefits #secondary-nav-capital-benefits, .optional-benefits #secondary-nav-optional-benefits, .claim-pa #secondary-nav-pa-claim, .claims-pl #seondary-nav-pl-claim {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2219.3%22%20viewBox%3D%220%200%2011%2019.3%22%3E%3Cpath%20fill%3D%22%230054A0%22%20d%3D%22M11%209.6l-9.6%209.7L0%2017.9l8.3-8.3L0%201.4%201.4%200%2011%209.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 center;
  background-size: 11px 20px;
  color: #0053a0; }
  /* line 341, ../sass/project.scss */
  .no-svg .cover-summary #secondary-nav-cover-summary,
  .no-svg .public-liability #secondary-nav-public-liability,
  .no-svg .capital-benefits #secondary-nav-capital-benefits,
  .no-svg .optional-benefits #secondary-nav-optional-benefits,
  .no-svg .claim-pa #secondary-nav-pa-claim,
  .no-svg .claims-pl #seondary-nav-pl-claim {
    background-image: url("../images/echelon_right.png"); }

/* line 346, ../sass/project.scss */
#products {
  background-color: #ddddc8; }
  /* line 351, ../sass/project.scss */
  #products a .icon {
    border: 3px solid #fff; }
  /* line 355, ../sass/project.scss */
  #products a p {
    color: #666; }

/* line 361, ../sass/project.scss */
a .overlay {
  background-color: rgba(13, 43, 10, 0.8); }

/* line 366, ../sass/project.scss */
.icon svg {
  fill: #fff; }

/* line 372, ../sass/project.scss */
.public-liability .icon {
  background-color: #b80000; }
  /* line 375, ../sass/project.scss */
  .no-svg .public-liability .icon {
    background-image: url("../images/icon_gavel.png");
    background-repeat: no-repeat;
    background-position: center; }
/* line 383, ../sass/project.scss */
#products .public-liability:hover .icon {
  background-color: #fff;
  border-color: #b80000; }
  /* line 387, ../sass/project.scss */
  .no-svg #products .public-liability:hover .icon {
    background-image: url("../images/icon_gavel_alt.png"); }
/* line 392, ../sass/project.scss */
#products .public-liability:hover svg {
  fill: #b80000; }

/* line 399, ../sass/project.scss */
.personal-accident .icon {
  background-color: #2f650f; }
  /* line 402, ../sass/project.scss */
  .no-svg .personal-accident .icon {
    background-image: url("../images/icon_medikit.png");
    background-repeat: no-repeat;
    background-position: center; }
/* line 410, ../sass/project.scss */
#products .personal-accident:hover .icon {
  background-color: #fff;
  border-color: #2f650f; }
  /* line 414, ../sass/project.scss */
  .no-svg #products .personal-accident:hover .icon {
    background-image: url("../images/icon_medikit_alt.png"); }
/* line 419, ../sass/project.scss */
#products .personal-accident:hover svg {
  fill: #2f650f; }

/* line 425, ../sass/project.scss */
#our-advice {
  background-color: #20340c;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5); }
  /* line 430, ../sass/project.scss */
  #our-advice a:link,
  #our-advice a:visited {
    color: #e6e6e6; }
  /* line 435, ../sass/project.scss */
  #our-advice a:hover,
  #our-advice a:active {
    color: #fff; }
  /* line 440, ../sass/project.scss */
  #our-advice h3 {
    color: #fff; }
  /* line 444, ../sass/project.scss */
  #our-advice img {
    border-color: #3e650f; }

/* line 449, ../sass/project.scss */
footer {
  clear: both;
  background-color: #f1f1f1; }
  /* line 453, ../sass/project.scss */
  footer .wrapper {
    max-width: 100%;
    background-color: #38424b;
    padding: 1em; }
    /* line 458, ../sass/project.scss */
    footer .wrapper:last-child {
      background-color: #c5c6ca; }
    /* line 462, ../sass/project.scss */
    footer .wrapper .inner-wrapper {
      max-width: 1152px;
      margin: 0 auto; }
  /* line 468, ../sass/project.scss */
  footer .logo-mmc {
    display: inline-block;
    width: 173px;
    height: 24px;
    background: url("https://cdn.jlta.com.au/images/logo_mmc_white.svg") no-repeat; }
  /* line 480, ../sass/project.scss */
  footer nav a {
    border-right: none;
    text-decoration: none; }
    /* line 484, ../sass/project.scss */
    footer nav a:link, footer nav a:visited, footer nav a:active {
      color: #fff;
      font-weight: bold; }
  /* line 492, ../sass/project.scss */
  footer nav li {
    display: list-item;
    font-weight: bold; }
  @media screen and (min-width: 720px) {
    /* line 500, ../sass/project.scss */
    footer p:first-of-type {
      margin-top: 0; }
    /* line 505, ../sass/project.scss */
    footer nav {
      float: right;
      margin-left: 24px; }
      /* line 509, ../sass/project.scss */
      footer nav li {
        display: inline-block;
        margin-left: 3em; }
      /* line 514, ../sass/project.scss */
      footer nav a {
        padding: 0; } }

/* line 522, ../sass/project.scss */
.comparison thead th {
  border-color: #fff;
  width: 33%; }
/* line 528, ../sass/project.scss */
.comparison tbody th {
  background: #e6e6e6;
  border-color: #fff; }
/* line 533, ../sass/project.scss */
.comparison tbody td {
  background: #f7f7f7;
  border-color: #fff; }

/* line 6, ../sass/old-ie.scss */
h1 {
  font-size: 48px;
  line-height: 1em;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
  font-weight: 300; }

/* line 14, ../sass/old-ie.scss */
h2 {
  font-size: 36px;
  line-height: 1.333em;
  margin-top: 0.6667em;
  margin-bottom: 0.33335em;
  font-weight: 300; }

/* line 22, ../sass/old-ie.scss */
h3 {
  font-size: 30px;
  line-height: 1.6em;
  margin-top: 0.8em;
  margin-bottom: 0.4em;
  font-weight: 300; }

/* line 30, ../sass/old-ie.scss */
h4 {
  font-size: 24px;
  line-height: 1.3333em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: 300; }

/* line 38, ../sass/old-ie.scss */
h5 {
  font-size: 20px;
  line-height: 1.2em;
  margin-top: 1.2em;
  margin-bottom: 0.6em; }

/* line 45, ../sass/old-ie.scss */
h6 {
  font-size: 18px;
  line-height: 1.3333em;
  margin-top: 1.3333em;
  margin-bottom: 0.75em;
  font-weight: 600; }

/* line 55, ../sass/old-ie.scss */
.wrapper {
  padding: 1.5em 1em;
  min-width: 980px; }

/* line 60, ../sass/old-ie.scss */
#site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 96px; }
  /* line 68, ../sass/old-ie.scss */
  #site-header nav {
    position: absolute;
    right: 0;
    top: 1.5em;
    text-align: center; }
    /* line 74, ../sass/old-ie.scss */
    #site-header nav #nav-main {
      display: inline-block;
      margin: 0 auto; }
  /* line 80, ../sass/old-ie.scss */
  #site-header .logo-jlt {
    position: absolute;
    top: 0.5em;
    left: 0.333em;
    display: inline-block; }

/* line 88, ../sass/old-ie.scss */
#nav-toggle {
  display: none; }

/* line 92, ../sass/old-ie.scss */
#nav-main {
  height: auto;
  text-align: right; }
  /* line 96, ../sass/old-ie.scss */
  #nav-main a {
    display: inline-block;
    padding: 0.85714em 1em;
    border-bottom: 1px solid #324b19;
    background-color: transparent; }
  /* line 103, ../sass/old-ie.scss */
  #nav-main li {
    display: inline;
    width: auto;
    float: left; }

/* line 110, ../sass/old-ie.scss */
#banner {
  margin-top: 0; }
  /* line 113, ../sass/old-ie.scss */
  #banner .wrapper {
    padding: 0 1em;
    height: 132px; }
    /* line 117, ../sass/old-ie.scss */
    .home #banner .wrapper {
      height: auto; }

/* line 123, ../sass/old-ie.scss */
.primary {
  width: 68.75%;
  padding: 0 3em 0 0; }

/* line 128, ../sass/old-ie.scss */
.secondary {
  position: absolute;
  top: 2.25em;
  right: 0;
  width: 25%;
  padding: 0 0 0 1.5em;
  height: 95%; }
  /* line 136, ../sass/old-ie.scss */
  .secondary h4:first-of-type {
    margin-top: 1.2em; }

/* line 143, ../sass/old-ie.scss */
footer nav li {
  display: inline; }
  /* line 146, ../sass/old-ie.scss */
  footer nav li:first-child a {
    padding-left: 0; }
  /* line 150, ../sass/old-ie.scss */
  footer nav li:last-child a {
    border-right: 0; }
/* line 155, ../sass/old-ie.scss */
footer nav a {
  border-right: 1px solid;
  padding: 0 1.13636%; }

/* line 164, ../sass/old-ie.scss */
.button {
  display: inline-block;
  margin: 0;
  padding: 0.6em 1.5em 0.8em;
  text-decoration: none; }

/* line 171, ../sass/old-ie.scss */
.home #banner .wrapper,
#primary-content .wrapper {
  padding: 2.25em 0 3em 0.75em; }

/* line 176, ../sass/old-ie.scss */
#site-header {
  background-color: #0d2b0a; }
  /* line 179, ../sass/old-ie.scss */
  #site-header h4 {
    margin: 0;
    position: absolute;
    left: 156px;
    top: 1.25em;
    text-align: left; }

/* line 188, ../sass/old-ie.scss */
#nav-main a:hover {
  border-bottom-color: #bab160; }

/* line 192, ../sass/old-ie.scss */
.home #nav-home,
.background #nav-about,
.cover #nav-products,
.claim #nav-claims,
.contact #nav-contact {
  color: #bab160;
  border-bottom-color: #bab160; }

/* line 201, ../sass/old-ie.scss */
#banner {
  padding-top: 96px;
  background: url("../images/bg_banner.jpg") no-repeat center bottom; }
  /* line 205, ../sass/old-ie.scss */
  #banner h2 {
    margin: 0;
    padding-top: 2em; }
  /* line 210, ../sass/old-ie.scss */
  .home #banner {
    background: url("../images/bg_banner_home.jpg") no-repeat center 96px; }
    /* line 213, ../sass/old-ie.scss */
    .home #banner h1 {
      margin-top: 0.375em;
      margin-bottom: 0;
      line-height: 1em; }
    /* line 219, ../sass/old-ie.scss */
    .home #banner p {
      width: 66%; }
    /* line 223, ../sass/old-ie.scss */
    .home #banner .programme-summary p {
      width: auto; }

/* line 230, ../sass/old-ie.scss */
.programme-summary .button {
  width: 340px;
  padding-right: 1em; }
/* line 235, ../sass/old-ie.scss */
.programme-summary .icon {
  width: 60px;
  height: 60px;
  background: url("../images/icon_shield.png") no-repeat center; }

/* line 242, ../sass/old-ie.scss */
.secondary {
  border-left: 1px solid;
  text-align: left; }
  /* line 246, ../sass/old-ie.scss */
  .secondary .logo {
    text-align: center; }
  /* line 252, ../sass/old-ie.scss */
  .secondary nav ul li a {
    padding: 0.4285em 0 0.4285em 1.7142em; }

/* line 260, ../sass/old-ie.scss */
#products {
  display: block; }
  /* line 265, ../sass/old-ie.scss */
  #products li a {
    float: left;
    text-decoration: none;
    width: 27.8%;
    margin-left: 7.7%;
    padding: 1.5em;
    box-sizing: border-box;
    display: block; }
    /* line 274, ../sass/old-ie.scss */
    #products li a .thumbnail-container {
      position: relative;
      display: inline-block; }
    /* line 279, ../sass/old-ie.scss */
    #products li a .overlay {
      z-index: 100;
      display: none;
      position: absolute;
      top: 0;
      width: 144px;
      height: 204px;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center; }
      /* line 290, ../sass/old-ie.scss */
      .no-svg #products li a .overlay {
        background-image: url("../images/icon_download.png"); }
    /* line 296, ../sass/old-ie.scss */
    #products li a:hover .overlay {
      display: block; }
    /* line 300, ../sass/old-ie.scss */
    #products li a:hover h6 {
      text-decoration: underline; }
    /* line 305, ../sass/old-ie.scss */
    #products li a .icon {
      margin: 0 auto;
      width: 72px;
      height: 72px;
      padding: 24px; }
    /* line 312, ../sass/old-ie.scss */
    #products li a img.doc {
      margin-bottom: 0; }
  /* line 317, ../sass/old-ie.scss */
  #products li:first-child a {
    margin-left: 0; }

/* line 323, ../sass/old-ie.scss */
#our-advice {
  background-position: center top; }
  /* line 326, ../sass/old-ie.scss */
  #our-advice h3 {
    margin-top: 0; }
  /* line 330, ../sass/old-ie.scss */
  #our-advice img {
    width: 372px;
    border: 2px solid;
    float: left;
    margin-top: 0;
    margin-right: 3em;
    margin-bottom: 12px; }

/* line 340, ../sass/old-ie.scss */
.logo #partner {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%20223.5%20115.7%22%20enable-background%3D%22new%200%200%20223.5%20115.7%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M143.3%2C91.1c0%2C0%2C57.5-4.4%2C61.8-5.9s6-1.8%2C6.8-6.5%20c0.8-4.7%2C5.8-59.1%2C5.8-59.1s0.8-8.8-10.5-8.8S17.8%2C10.3%2C17.8%2C10.3s-12.9-2-12%2C14.6c1%2C18.7%2C1.9%2C50.4%2C2.8%2C54.3c0.7%2C3.3%2C0%2C4.9%2C5.5%2C6%20c6.3%2C1.2%2C66.2%2C5.9%2C66.2%2C5.9l25.7%2C16.1c0%2C0%2C5.6%2C3.8%2C13-0.3C128.1%2C101.9%2C143.3%2C91.1%2C143.3%2C91.1z%22%2F%3E%3Cpath%20fill%3D%22%2300539F%22%20d%3D%22M26.2%2C79.1l20.1-40.2h18.8l20.1%2C40.2H66.8l-2.1-5.3H46.3l-2.1%2C5.3H26.2z%20M55.5%2C49l-5.8%2C14.6h11.8L55.5%2C49z%22%20%2F%3E%3Cpath%20fill%3D%22%2300539F%22%20d%3D%22M138.9%2C79.1L159%2C38.9h18.8L198%2C79.1h-18.4l-2.1-5.3H159l-2.1%2C5.3H138.9z%20M168.2%2C49l-5.8%2C14.6h11.8L168.2%2C49z%20%22%2F%3E%3Cpath%20fill%3D%22%2300539F%22%20d%3D%22M71.9%2C21h80.5v17.7h-28.9v52.6h-22.8V38.7H71.9V21z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23EF3E42%22%20stroke%3D%22%23EF3E42%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%223.8637%22%20d%3D%22%20M17.8%2C10.3c0%2C0-12.9-2-12%2C14.6c1%2C18.7%2C1.9%2C50.4%2C2.8%2C54.3c0.7%2C3.3%2C0%2C4.9%2C5.5%2C6c6.3%2C1.2%2C66.2%2C5.9%2C66.2%2C5.9l25.7%2C16.1%20c0%2C0%2C5.6%2C3.8%2C13-0.3c9.2-5%2C24.4-15.7%2C24.4-15.7s57.5-4.4%2C61.8-5.9s6-1.8%2C6.8-6.5c0.8-4.7%2C5.8-59.1%2C5.8-59.1s0.8-8.8-10.5-8.8%20S17.8%2C10.3%2C17.8%2C10.3L17.8%2C10.3z%20M112.5%2C1.5c3.1%2C0%2C86.7%2C4.4%2C98.2%2C5.4c11.5%2C1%2C11.3%2C11%2C11.3%2C11s-6%2C60-6.5%2C66.8s-6%2C7.8-6%2C7.8%20s-87.6%2C19.7-91.4%2C20.7s-4.3%2C1.1-6%2C1.1c-1.8%2C0-4.3-0.9-4.3-0.9S19%2C92.6%2C11.3%2C90.9c-7.7-1.8-6.5-9.5-6.5-9.5l-3.2-64%20c0%2C0%2C0.8-10.5%2C11.2-10.9c10.5-0.4%2C91.9-4.6%2C91.9-4.6s5.8-0.4%2C8.9-0.4H112.5z%22%2F%3E%3C%2Fsvg%3E");
  width: 104px;
  height: 54px; }

/* line 348, ../sass/old-ie.scss */
#banner .programme-summary .button {
  background-color: #0d2b0a; }

/* line 354, ../sass/old-ie.scss */
.image-container {
  float: right;
  margin: 0 0 0 1.5em; }
  /* line 358, ../sass/old-ie.scss */
  .image-container img {
    width: 302px; }

/* line 363, ../sass/old-ie.scss */
.secondary {
  border-left-color: #e1e1e1; }

/* line 368, ../sass/old-ie.scss */
a .overlay {
  background-color: #0d2b0a; }

/* line 374, ../sass/old-ie.scss */
section {
  display: block; }

/*# sourceMappingURL=old-ie.css.map */
