/* 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; }

/* 
 * 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; } }
/* 
 * CSS form rules
 * 
 * Default form layout rules
 * 
 * Version:  6.0.1
 * Updated:  11/11/2014
 * Author:   Rudy Lee
 * Changes:  Fixed form validation error label not appearing if JavaScript is not available.
 */
/*textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css ; */
/*input[type="radio"] { vertical-align: baseline; }
input[type="checkbox"] { vertical-align: baseline; }

/* Hand cursor on pressable elements */
/* line 23, ../sass/jlta.form-6.0.scss */
label,
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
/* line 32, ../sass/jlta.form-6.0.scss */
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], select, textarea {
  padding: 0.375em;
  border: 1px solid #bbb;
  border-radius: 2px; }
  /* line 43, ../sass/jlta.form-6.0.scss */
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    outline: 2px solid #39f; }
  /* line 47, ../sass/jlta.form-6.0.scss */
  .invalid input[type="text"], input[type="text"].invalid,
  .invalid input[type="password"], input[type="password"].invalid,
  .invalid input[type="email"], input[type="email"].invalid,
  .invalid input[type="tel"], input[type="tel"].invalid,
  .invalid input[type="url"], input[type="url"].invalid,
  .invalid select, select.invalid,
  .invalid textarea, textarea.invalid {
    outline: 2px solid #ff2424; }

@media screen and (max-width: 719px) {
  /* line 54, ../sass/jlta.form-6.0.scss */
  select.adjust,
  textarea.adjust,
  input.adjust {
    width: 90%; } }
/* line 61, ../sass/jlta.form-6.0.scss */
.input-validation-error {
  outline: 2px solid #ff2424; }

/* line 65, ../sass/jlta.form-6.0.scss */
label {
  display: block;
  margin-bottom: 0.125em; }
  /* line 69, ../sass/jlta.form-6.0.scss */
  label.alert {
    color: #900; }

/* line 74, ../sass/jlta.form-6.0.scss */
input[readonly],
textarea[readonly] {
  background-color: #ddd;
  border-color: transparent; }

/* line 80, ../sass/jlta.form-6.0.scss */
.radio {
  position: relative;
  display: block; }
  /* line 84, ../sass/jlta.form-6.0.scss */
  .radio input[type="radio"],
  .radio input[type="checkbox"] {
    position: absolute;
    top: 1.125em;
    left: 0.75em; }
  /* line 91, ../sass/jlta.form-6.0.scss */
  .radio label {
    display: inline-block;
    padding: 0.75em 0.75em 0.75em 2em;
    border: 1px solid #f0f0f0;
    background: #f0f0f0; }

/* line 99, ../sass/jlta.form-6.0.scss */
li.radio {
  margin-bottom: 1em; }

/* line 105, ../sass/jlta.form-6.0.scss */
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
  background-color: transparent;
  border: 1px solid #bbb; }
/* line 110, ../sass/jlta.form-6.0.scss */
input[type="checkbox"]:focus + label,
input[type="radio"]:focus + label {
  outline: 2px solid #39f; }
/* line 114, ../sass/jlta.form-6.0.scss */
.invalid input[type="checkbox"] + label, input[type="checkbox"].invalid + label, .invalid
input[type="radio"] + label,
input[type="radio"].invalid + label {
  outline: 1px solid #c00; }

/* form elements */
/*fieldset fieldset {
  margin: 12px;
}

fieldset p img {
  vertical-align: text-top;
}

form h2 {
  margin: 0;
}

form h3 {
  margin: 0;
  padding: 0 0 0.5em;
}

form h4 {
  margin: 0;
}

form p {
  margin: 0 0 1.375em;
  padding: 0;

  @media screen and (min-width: 720px) {
    margin: 0 0 1.5em;
  }
}

fieldset h2+p,
fieldset h3+p,
fieldset h4+p {// first paragraph
  margin-top: 0.5em;
}

fieldset.submit p {
  margin-top: 1em;
}

form ol,
form ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1em;
}

form li {
  margin: 0 0 12px;
  padding: 0 17px 0 0;
}

form li p {
  margin: 0;
  padding: 0;
}*/
/* line 178, ../sass/jlta.form-6.0.scss */
label.errata, .field-validation-error {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 250ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: max-height 250ms cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  padding: 0.1em 0;
  color: #c00;
  font-style: normal;
  font-weight: bold;
  background: #eee; }
  /* line 192, ../sass/jlta.form-6.0.scss */
  .no-js label.errata,
  .no-js .field-validation-error {
    max-height: none; }

/* line 198, ../sass/jlta.form-6.0.scss */
label.js-hover {
  z-index: 100;
  border: 0;
  background-color: #fff; }
  /* line 203, ../sass/jlta.form-6.0.scss */
  label.js-hover.invoked {
    max-height: 3em; }

/* line 208, ../sass/jlta.form-6.0.scss */
p.error {
  font-weight: bold; }

/* line 212, ../sass/jlta.form-6.0.scss */
p.feedback {
  font-weight: bold; }

/*p.hint {
  margin-bottom: 0;
}

form p.hint {
  margin-top: -12px;
  margin-bottom: 12px;
}

p.check {
  font-weight: bold;
}
p.check input {
  float: left;
  margin-top: 3px;
}

p.check label {
  padding-left: 3px;
}
*/
/* 
 * 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; } }
/* 
 * JLTA Common
 * 
 * Common JLTA layout.
 * 
 * Version:  2.0.2
 * Updated:  04/12/2014
 * Author:   Chris Lienert
 * Changes:  Fixed mobile menu animation.
 */
/* 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
 */
/* 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 1, ../sass/datepicker.scss */
#datepicker {
  border-collapse: collapse;
  border-right: 1px solid #d4d3b2;
  border-left: 1px solid #d4d3b2;
  background-color: #fff;
  font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  vertical-align: baseline; }
  /* line 10, ../sass/datepicker.scss */
  #datepicker button {
    border: 0;
    min-width: 36px;
    height: 34px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    line-height: 32px;
    padding-bottom: 2px; }
    /* line 20, ../sass/datepicker.scss */
    #datepicker button:hover {
      background: rgba(255, 255, 255, 0.5); }
  /* line 25, ../sass/datepicker.scss */
  #datepicker .datepicker-button-prev {
    left: 4px; }
  /* line 29, ../sass/datepicker.scss */
  #datepicker #month-down {
    left: 48px; }
  /* line 33, ../sass/datepicker.scss */
  #datepicker .datepicker-button-next {
    right: 4px; }
  /* line 37, ../sass/datepicker.scss */
  #datepicker #month-up {
    right: 48px; }
  /* line 41, ../sass/datepicker.scss */
  #datepicker caption {
    position: relative;
    background-color: #d0d7a5;
    color: #487030;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    line-height: 42px;
    padding: 0 96px; }
    /* line 51, ../sass/datepicker.scss */
    #datepicker caption span {
      white-space: nowrap; }
    /* line 55, ../sass/datepicker.scss */
    #datepicker caption button {
      position: absolute;
      top: 4px;
      color: #487030;
      font-size: 24px; }
  /* line 63, ../sass/datepicker.scss */
  #datepicker thead th {
    width: 46px;
    height: 34px;
    padding: 0;
    background-color: #e9e9cb;
    font: bold 15px/32px Verdana, Arial, Helvetica, sans-serif;
    color: #487030; }
  /* line 73, ../sass/datepicker.scss */
  #datepicker tbody button {
    min-width: 38px;
    color: #487030;
    border: 0;
    border-radius: 0;
    font-weight: bold; }
    /* line 80, ../sass/datepicker.scss */
    #datepicker tbody button:hover {
      background: rgba(0, 0, 0, 0.1); }
    /* line 84, ../sass/datepicker.scss */
    #datepicker tbody button.futurepast {
      color: #666;
      font-weight: normal; }
    /* line 89, ../sass/datepicker.scss */
    #datepicker tbody button.today {
      background-color: #ebebb8;
      color: #487030;
      font-weight: bold; }
      /* line 94, ../sass/datepicker.scss */
      #datepicker tbody button.today:hover {
        background-color: #aca; }
  /* line 100, ../sass/datepicker.scss */
  #datepicker tbody td {
    padding: 4px 0;
    font: 13px/32px Verdana, Arial, Helvetica, sans-serif;
    text-align: center; }
  /* line 107, ../sass/datepicker.scss */
  #datepicker tfoot {
    background-color: #d0d7a5;
    color: #487030;
    font: 15px/32px Verdana, Arial, Helvetica, sans-serif;
    text-align: center; }
    /* line 113, ../sass/datepicker.scss */
    #datepicker tfoot button {
      color: #487030; }

/* line 17, ../sass/project.scss */
html {
  background-color: #032606; }

/* line 21, ../sass/project.scss */
h2,
h3,
h4,
h5,
h6 {
  color: #003b01; }

/* line 30, ../sass/project.scss */
main a:link, main a:visited {
  color: #003b01; }
/* line 35, ../sass/project.scss */
main a:hover, main a:active {
  color: #002b54; }

/* line 41, ../sass/project.scss */
#site-header {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
  /* line 45, ../sass/project.scss */
  #site-header h4 a {
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    text-decoration: none; }
  /* line 51, ../sass/project.scss */
  #site-header .logo-marsh {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 24px;
    background: url("../images/logo_marsh.svg") no-repeat;
    background-size: contain;
    text-decoration: none; }
    /* line 60, ../sass/project.scss */
    .no-svg #site-header .logo-marsh {
      background-image: url("../images/logo_marsh.png"); }
  /* line 65, ../sass/project.scss */
  #site-header .sticky-banner {
    background-color: #002c77;
    color: #fff; }
    /* line 69, ../sass/project.scss */
    .hide-banner #site-header .sticky-banner {
      display: none; }
    /* line 73, ../sass/project.scss */
    #site-header .sticky-banner .logo-marsh {
      background: url("../images/logo_marsh_white.svg") no-repeat; }
    @media screen and (min-width: 720px) {
      /* line 78, ../sass/project.scss */
      #site-header .sticky-banner p {
        width: 75%; }
      /* line 82, ../sass/project.scss */
      #site-header .sticky-banner .logo-marsh {
        position: relative;
        float: right; } }
    /* line 88, ../sass/project.scss */
    #site-header .sticky-banner .highlight {
      text-transform: uppercase; }
    /* line 92, ../sass/project.scss */
    #site-header .sticky-banner .wrapper {
      padding-top: 1em;
      padding-bottom: 1em; }
    /* line 97, ../sass/project.scss */
    #site-header .sticky-banner a {
      color: #fff;
      text-decoration: underline;
      margin-left: 0; }
  @media screen and (min-width: 1024px) {
    /* line 41, ../sass/project.scss */
    #site-header {
      height: auto; }
      /* line 107, ../sass/project.scss */
      #site-header .logo-marsh {
        position: absolute;
        top: 0.7em;
        left: 0.333em;
        display: block;
        margin: 0 auto; }
      /* line 115, ../sass/project.scss */
      #site-header .wrapper {
        padding: 3em 1em; } }
  @media screen and (min-width: 1152px) {
    /* line 123, ../sass/project.scss */
    .home.club #site-header nav {
      position: absolute;
      right: 1em; }
    /* line 131, ../sass/project.scss */
    .home.club #site-header #nav-main {
      display: block; } }

/* line 138, ../sass/project.scss */
#nav-toggle {
  background-color: #091f07; }
  /* line 141, ../sass/project.scss */
  .selector #nav-toggle {
    display: none; }
  /* line 145, ../sass/project.scss */
  #nav-toggle .icon-bar {
    background-color: #c9cc9f; }

/* line 150, ../sass/project.scss */
#nav-main {
  clear: both; }
  /* line 153, ../sass/project.scss */
  #nav-main a {
    color: #37424a;
    text-transform: uppercase;
    border-bottom-color: #fff;
    font-weight: bold;
    background-color: #dcdcdc; }
  @media screen and (min-width: 400px) {
    /* line 164, ../sass/project.scss */
    #nav-main li:nth-child(2n+1) a {
      border-right-color: #003b01; } }
  @media screen and (min-width: 720px) {
    /* line 174, ../sass/project.scss */
    #nav-main li:nth-child(2n+1) a {
      border-right: 0; }
    /* line 179, ../sass/project.scss */
    #nav-main li a {
      background-color: transparent;
      font-size: 1.1rem; }
      /* line 183, ../sass/project.scss */
      #nav-main li a:hover, #nav-main li a:focus {
        border-bottom-color: #37424a; } }
@media screen and (min-width: 720px) and (min-width: 768px) {
  /* line 190, ../sass/project.scss */
  #nav-main li a {
    font-size: 1.2rem; } }
  @media screen and (min-width: 720px) {
    /* line 196, ../sass/project.scss */
    #nav-main.expanded {
      height: auto; } }
  @media screen and (min-width: 720px) {
    /* line 202, ../sass/project.scss */
    #nav-main a {
      padding-left: 0.75em;
      padding-right: 0.75em; } }

/* line 209, ../sass/project.scss */
.player #nav-main.expanded {
  height: 13.0em; }
  @media screen and (min-width: 400px) {
    /* line 209, ../sass/project.scss */
    .player #nav-main.expanded {
      height: 7.9em; } }

/* line 218, ../sass/project.scss */
.club #nav-main.expanded {
  height: 21.2em; }
  @media screen and (min-width: 400px) {
    /* line 218, ../sass/project.scss */
    .club #nav-main.expanded {
      height: 10.6em; } }

/* line 228, ../sass/project.scss */
nav#mode #nav-mode {
  text-align: center;
  margin-top: 1.5em; }
  /* line 232, ../sass/project.scss */
  nav#mode #nav-mode li {
    display: inline;
    border-radius: 0 0 3px 3px; }
    /* line 236, ../sass/project.scss */
    nav#mode #nav-mode li:last-child {
      margin-left: 4px; }
    /* line 240, ../sass/project.scss */
    nav#mode #nav-mode li a {
      display: inline-block;
      font-size: 1.3rem;
      text-decoration: none;
      text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
      padding: 2px 8px 0;
      border-radius: 0 0 3px 3px;
      background-color: #dcdcdc;
      box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
      color: #37424a; }
      /* line 251, ../sass/project.scss */
      .covid nav#mode #nav-mode li a#nav-covid-home, .player nav#mode #nav-mode li a#nav-player-home, .club nav#mode #nav-mode li a#nav-club-home {
        color: #fff;
        background-color: #37424a;
        box-shadow: 0 1px #37424a; }
      @media screen and (min-width: 720px) {
        /* line 260, ../sass/project.scss */
        nav#mode #nav-mode li a:hover, nav#mode #nav-mode li a:focus {
          color: #fff;
          background-color: #37424a;
          box-shadow: 0 1px #37424a; } }
@media screen and (min-width: 720px) {
  /* line 227, ../sass/project.scss */
  nav#mode {
    display: absolute;
    top: 0;
    right: 0; }
    /* line 276, ../sass/project.scss */
    nav#mode #nav-mode {
      margin-top: 0.75em; }
      /* line 279, ../sass/project.scss */
      nav#mode #nav-mode a {
        padding: 1px 8px 0; } }
@media screen and (min-width: 1024px) {
  /* line 286, ../sass/project.scss */
  nav#mode #nav-mode {
    margin-top: 0; } }
@media screen and (min-width: 1152px) {
  /* line 293, ../sass/project.scss */
  .home.club nav#mode #nav-mode {
    margin-top: 0; } }

@media screen and (min-width: 720px) {
  /* line 302, ../sass/project.scss */
  .home #nav-home,
  .cover #nav-coverage,
  .risk #nav-risk,
  .cofc #nav-cofc,
  .claims #nav-claim,
  .claim #nav-claims,
  .documents #nav-documents,
  .coaches #nav-coaches,
  .contact #nav-contact,
  .admin.coc #nav-admin-coc,
  .admin.reports #nav-admin-reports,
  .admin.payments #nav-admin-payments,
  .admin.invoices #nav-admin-invoices {
    color: #37424a;
    border-bottom-color: #37424a; } }
/* line 320, ../sass/project.scss */
.logo #partner {
  background-image: url("../images/logo_cricket_australia.png");
  background-repeat: no-repeat;
  background-size: 166px;
  width: 166px;
  height: 72px; }
  @media screen and (min-width: 720px) {
    /* line 320, ../sass/project.scss */
    .logo #partner {
      background-size: 166px;
      width: 166px;
      height: 72px; } }

/* line 334, ../sass/project.scss */
#nav-choice {
  margin: 3em auto 0;
  padding: 0;
  list-style: none; }
  /* line 339, ../sass/project.scss */
  #nav-choice li:last-child {
    margin-top: 2em; }
  @media screen and (min-width: 480px) {
    /* line 344, ../sass/project.scss */
    #nav-choice li {
      width: 48%;
      display: inline-block; }
      /* line 348, ../sass/project.scss */
      #nav-choice li:first-child {
        margin-right: 2%; }
      /* line 352, ../sass/project.scss */
      #nav-choice li:last-child {
        margin-top: 0; } }
  /* line 358, ../sass/project.scss */
  #nav-choice h4 {
    color: #fff;
    margin-top: 0.5em; }
  /* line 363, ../sass/project.scss */
  #nav-choice a {
    display: block;
    text-decoration: none; }
    /* line 367, ../sass/project.scss */
    #nav-choice a:hover .overlay {
      height: 2em;
      padding-top: 1em; }
  /* line 373, ../sass/project.scss */
  #nav-choice .image-container {
    position: relative;
    overflow: hidden;
    width: 98%;
    border: 2px solid rgba(238, 239, 219, 0.6); }
  /* line 381, ../sass/project.scss */
  #nav-choice img {
    width: 100%; }
  /* line 385, ../sass/project.scss */
  #nav-choice .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: all 0.25s ease-out;
    z-index: 50;
    font-size: 2.4rem;
    padding-top: 0;
    color: #fff;
    background-color: rgba(13, 43, 10, 0.85); }

/* line 400, ../sass/project.scss */
#banner {
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3); }
  /* line 404, ../sass/project.scss */
  #banner h2,
  #banner h6 {
    color: #fff; }
  /* line 410, ../sass/project.scss */
  #banner .programme-summary .button {
    background-color: rgba(0, 59, 1, 0.75);
    color: #fff; }
    /* line 414, ../sass/project.scss */
    #banner .programme-summary .button:hover {
      background-color: #032606; }
  @media screen and (min-width: 720px) {
    /* line 400, ../sass/project.scss */
    #banner {
      background-position: center bottom;
      padding-top: 400px; }
      /* line 424, ../sass/project.scss */
      .home #banner {
        background-size: cover;
        padding-top: 360px; }
        /* line 428, ../sass/project.scss */
        .home #banner h1 {
          font-size: 3.6rem;
          margin-top: 0.33335em;
          line-height: 1.333em; }
      /* line 435, ../sass/project.scss */
      .hide-banner #banner {
        padding-top: 192px; }
      /* line 439, ../sass/project.scss */
      .home.hide-banner #banner {
        padding-top: 160px; } }
  @media screen and (min-width: 1024px) {
    /* line 400, ../sass/project.scss */
    #banner {
      background-position: center 288px;
      padding-top: 192px; }
      /* line 448, ../sass/project.scss */
      .home #banner {
        background-size: auto;
        background-position: center 288px;
        padding-top: 280px; }
        /* line 453, ../sass/project.scss */
        .home #banner h1 {
          font-size: 4.8rem;
          margin-top: 0.375em;
          line-height: 1em; }
      /* line 460, ../sass/project.scss */
      .hide-banner #banner {
        background-position: center 96px;
        padding-top: 0; }
      /* line 465, ../sass/project.scss */
      .home.hide-banner #banner {
        padding-top: 96px; }
      /* line 469, ../sass/project.scss */
      #banner .wrapper {
        padding: 2em 1em 0em; } }

/* line 481, ../sass/project.scss */
#primary-content {
  background-color: #fff; }
  /* line 484, ../sass/project.scss */
  .home #primary-content {
    display: none; }
  /* line 488, ../sass/project.scss */
  #primary-content .note {
    font-style: italic;
    font-size: 14px; }
  @media screen and (min-width: 720px) {
    /* line 495, ../sass/project.scss */
    .two-column #primary-content .wrapper {
      min-height: 40em; }
    /* line 499, ../sass/project.scss */
    .coaches #primary-content .wrapper {
      min-height: 30em; }
    /* line 503, ../sass/project.scss */
    .personal-injury #primary-content .wrapper, .risk #primary-content .wrapper {
      min-height: 48em; } }
  @media screen and (min-width: 1024px) {
    /* line 510, ../sass/project.scss */
    .personal-injury #primary-content .wrapper {
      min-height: 50em; } }
  /* line 516, ../sass/project.scss */
  #primary-content .image-container {
    margin: 0.3333em 0 1.5em;
    padding: 4px;
    border: 1px solid #e1e1e1; }
    /* line 521, ../sass/project.scss */
    #primary-content .image-container img {
      width: 100%; }
    @media screen and (min-width: 480px) {
      /* line 516, ../sass/project.scss */
      #primary-content .image-container {
        float: right;
        margin: 0 0 0 1.375em; }
        /* line 529, ../sass/project.scss */
        #primary-content .image-container img {
          width: 312px; } }
    @media screen and (min-width: 720px) {
      /* line 516, ../sass/project.scss */
      #primary-content .image-container {
        margin-left: 1.5em; }
        /* line 537, ../sass/project.scss */
        #primary-content .image-container img {
          width: 302px; } }

/* line 545, ../sass/project.scss */
.primary h3 {
  border-color: #e1e1e1; }

/* line 551, ../sass/project.scss */
.secondary .logo #partner {
  background-image: url("../images/logo_cricket_australia_dark.png");
  background-size: 144px;
  width: 144px;
  height: 62px;
  margin-bottom: 0.75em; }
/* line 560, ../sass/project.scss */
.secondary nav li {
  border-bottom-color: #e1e1e1; }
/* line 564, ../sass/project.scss */
.secondary nav a {
  color: #666; }
  /* line 567, ../sass/project.scss */
  .secondary nav a:hover {
    color: #333; }
@media screen and (min-width: 720px) {
  /* line 550, ../sass/project.scss */
  .secondary {
    border-left-color: #e1e1e1; } }

/* line 578, ../sass/project.scss */
.jlt-ad {
  position: relative;
  margin: 0;
  background-color: #06510c;
  background-image: -webkit-linear-gradient(#06510c, #739746);
  background-image: linear-gradient(#06510c, #739746);
  border: 1px solid #739746; }
  /* line 585, ../sass/project.scss */
  .jlt-ad a:link,
  .jlt-ad a:visited {
    color: #fff;
    text-decoration: none; }

/* line 592, ../sass/project.scss */
.ap-ad-text {
  text-transform: lowercase;
  text-align: right;
  background: url("../images/ad_bg@2x.png") left top no-repeat;
  background-size: auto;
  font-weight: bold; }
  @media screen and (min-width: 400px) and (max-width: 719px) {
    /* line 592, ../sass/project.scss */
    .ap-ad-text {
      font-size: 2rem;
      background-size: auto 100%;
      text-align: center; } }
  @media screen and (min-width: 400px) and (max-width: 719px) and (min-width: 480px) {
    /* line 592, ../sass/project.scss */
    .ap-ad-text {
      font-size: 2.4rem; } }

  /* line 609, ../sass/project.scss */
  .no-backgroundsize .ap-ad-text {
    background-image: url("../images/ad_bg.png"); }
  /* line 613, ../sass/project.scss */
  .secondary .ap-ad-text {
    margin: 0 0 -20%;
    padding: 2% 4% 22% 2%; }
    @media screen and (min-width: 400px) and (max-width: 719px) {
      /* line 613, ../sass/project.scss */
      .secondary .ap-ad-text {
        padding: 4% 6.4em 4% 3.8em;
        margin-bottom: 0; } }
    @media screen and (min-width: 720px) {
      /* line 613, ../sass/project.scss */
      .secondary .ap-ad-text {
        margin-bottom: -24%;
        padding: 2% 4% 20% 24%; } }
    @media screen and (min-width: 900px) {
      /* line 613, ../sass/project.scss */
      .secondary .ap-ad-text {
        padding-bottom: 12%; } }

/* line 633, ../sass/project.scss */
.banner-ad {
  margin-top: 1em;
  text-align: center; }
  /* line 637, ../sass/project.scss */
  .banner-ad a {
    display: inline-block; }
  /* line 641, ../sass/project.scss */
  .banner-ad img {
    display: block;
    max-width: 100%; }

/* line 647, ../sass/project.scss */
.upgrade-cover {
  position: relative;
  margin: 1.5em 0 1em;
  width: 100%;
  background-color: #24641a;
  padding: 4px 8px 1px;
  box-sizing: border-box;
  text-align: center; }
  /* line 656, ../sass/project.scss */
  .upgrade-cover img {
    display: none; }
  /* line 660, ../sass/project.scss */
  .upgrade-cover h5 {
    margin-top: 0; }
  /* line 664, ../sass/project.scss */
  .upgrade-cover p {
    font-size: 1.4rem; }
  /* line 668, ../sass/project.scss */
  .upgrade-cover h5,
  .upgrade-cover p {
    color: #fff; }
    /* line 671, ../sass/project.scss */
    .upgrade-cover h5 a,
    .upgrade-cover p a {
      color: #fff; }
  @media screen and (min-width: 1024px) {
    /* line 685, ../sass/project.scss */
    .upgrade-cover h5 {
      width: 144px;
      margin: 0 auto; }
    /* line 690, ../sass/project.scss */
    .upgrade-cover p {
      line-height: normal; } }

/* line 705, ../sass/project.scss */
.ap-ad-brand {
  position: static;
  padding: 5% 4% 2% 34%;
  margin-top: -5%;
  background: url("../images/ad_player@2x.png") left bottom no-repeat;
  background-size: 42% auto;
  text-align: right; }
  @media screen and (min-width: 400px) and (max-width: 719px) {
    /* line 705, ../sass/project.scss */
    .ap-ad-brand {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      margin-top: 0;
      padding: 0;
      background-position: 2px bottom;
      background-size: 18% auto; } }
  @media screen and (min-width: 720px) {
    /* line 705, ../sass/project.scss */
    .ap-ad-brand {
      padding: 10% 4% 2% 38%;
      margin-top: -12%;
      background-size: 42% auto; } }
  @media screen and (min-width: 900px) {
    /* line 705, ../sass/project.scss */
    .ap-ad-brand {
      padding-top: 20%; } }
  /* line 735, ../sass/project.scss */
  .no-backgroundsize .ap-ad-brand {
    background-image: url("../images/ad_player.png"); }
  /* line 739, ../sass/project.scss */
  .secondary .ap-ad-brand p {
    margin: 0; }

/* line 744, ../sass/project.scss */
.ap-ad-asset {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22241.5px%22%20height%3D%2292.8px%22%20viewBox%3D%220%200%20241.5%2092.8%22%20enable-background%3D%22new%200%200%20241.5%2092.8%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23CA0F16%22%20d%3D%22M0%2092.8c0%200%2044.8-37.9%2082.8%200%200%200%2044.8-37.9%2082.8%200%200%200%2041.4-34.5%2075.9%200%200%200-15-72.4-89.7-89.7%200%200-41.4-10.3-75.9%206.9C75.9%2010%2019.5%2033%200%2092.8z%22/%3E%3C/svg%3E") top center no-repeat;
  background-size: 100% auto;
  padding-top: 1.2em;
  display: inline-block; }
  /* line 750, ../sass/project.scss */
  .no-svg .ap-ad-asset {
    background-image: url("../images/umbrella.png"); }

/* line 755, ../sass/project.scss */
.ap-ad-brand-text {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4rem; }
  @media screen and (min-width: 400px) and (max-width: 719px) {
    /* line 755, ../sass/project.scss */
    .ap-ad-brand-text {
      font-size: 1.6rem;
      padding: 1em 4% 0 34%; } }

/* line 766, ../sass/project.scss */
.ap-ad-sub-brand {
  font-size: 1.3rem;
  color: #DCE2C1; }
  @media screen and (min-width: 340px) and (max-width: 719px) {
    /* line 766, ../sass/project.scss */
    .ap-ad-sub-brand {
      padding: 0 4% 0 34%; } }

/* line 776, ../sass/project.scss */
.cover.summary #secondary-nav-cover-summary, .cover.public-liability #secondary-nav-cover-public-liability, .cover.club-management-liability #secondary-nav-cover-club-management-liability, .cover.personal-injury #secondary-nav-cover-personal-injury, .cover.asset-protect #secondary-nav-cover-asset-protect, .risk.managingrisk #secondary-nav-managingrisk, .risk.nationalclubriskprotectionprogramme #secondary-nav-nationalclubriskprotectionprogramme, .risk.makingclaims #secondary-nav-makingclaims, .risk.medicarevspersonalinjurycoverage #secondary-nav-medicarevspersonalinjurycoverage, .risk.checklistsandothermethods #secondary-nav-checklistsandothermethods, .risk.riskmanagementquestionnaire #secondary-nav-riskmanagementquestionnaire, .personal-injury #secondary-nav-claim-personal-injury, .loss-of-income #secondary-nav-claim-loss-of-income, .claim-liability #secondary-nav-claim-liability, .public-liability #secondary-nav-claim-public-liability, .information #secondary-nav-docs-information, .policy #secondary-nav-docs-policy, .forms #secondary-nav-docs-forms, .reports #secondary-nav-docs-reports, .general #secondary-nav-contact-general, .contact-claims #secondary-nav-contact-claims, .cricket #secondary-nav-contact-cricket, .resources #secondary-nav-contact-resources, .asset-protect-claim #secondary-nav-asset-protect-claim-liability {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2296%22%20height%3D%2296%22%20viewBox%3D%220%200%2096%2096%22%3E%3Cpath%20fill%3D%22%23729221%22%20d%3D%22M75.4%2047.9L27.5%2096l-6.9-6.9%2041.2-41.2-41.2-41L27.5%200l47.9%2047.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 center;
  background-size: 20px;
  color: #003b01; }
  /* line 804, ../sass/project.scss */
  .no-svg .cover.summary #secondary-nav-cover-summary,
  .no-svg .cover.public-liability #secondary-nav-cover-public-liability,
  .no-svg .cover.club-management-liability #secondary-nav-cover-club-management-liability,
  .no-svg .cover.personal-injury #secondary-nav-cover-personal-injury,
  .no-svg .cover.asset-protect #secondary-nav-cover-asset-protect,
  .no-svg .risk.managingrisk #secondary-nav-managingrisk,
  .no-svg .risk.nationalclubriskprotectionprogramme #secondary-nav-nationalclubriskprotectionprogramme,
  .no-svg .risk.makingclaims #secondary-nav-makingclaims,
  .no-svg .risk.medicarevspersonalinjurycoverage #secondary-nav-medicarevspersonalinjurycoverage,
  .no-svg .risk.checklistsandothermethods #secondary-nav-checklistsandothermethods,
  .no-svg .risk.riskmanagementquestionnaire #secondary-nav-riskmanagementquestionnaire,
  .no-svg .personal-injury #secondary-nav-claim-personal-injury,
  .no-svg .loss-of-income #secondary-nav-claim-loss-of-income,
  .no-svg .claim-liability #secondary-nav-claim-liability,
  .no-svg .public-liability #secondary-nav-claim-public-liability,
  .no-svg .information #secondary-nav-docs-information,
  .no-svg .policy #secondary-nav-docs-policy,
  .no-svg .forms #secondary-nav-docs-forms,
  .no-svg .reports #secondary-nav-docs-reports,
  .no-svg .general #secondary-nav-contact-general,
  .no-svg .contact-claims #secondary-nav-contact-claims,
  .no-svg .cricket #secondary-nav-contact-cricket,
  .no-svg .resources #secondary-nav-contact-resources,
  .no-svg .asset-protect-claim #secondary-nav-asset-protect-claim-liability {
    background-image: url("../images/icon_echelon_right.png"); }

/* line 809, ../sass/project.scss */
#products {
  background-color: #dddfc0; }
  /* line 813, ../sass/project.scss */
  .home #products a {
    background-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.6); }
    /* line 817, ../sass/project.scss */
    .home #products a:hover {
      background-color: rgba(255, 255, 255, 0.6);
      box-shadow: 0 -1px 1px white; }
  /* line 823, ../sass/project.scss */
  #products a .icon {
    border: 3px solid #fff; }
  /* line 827, ../sass/project.scss */
  #products a p {
    color: #666; }
  /* line 832, ../sass/project.scss */
  #products li .overlay {
    z-index: 50; }

/* line 837, ../sass/project.scss */
a .overlay {
  background-color: rgba(13, 43, 10, 0.8); }

/* line 842, ../sass/project.scss */
.icon svg {
  fill: #fff; }

/* line 848, ../sass/project.scss */
.public-liability .icon {
  background-color: #b80000; }
  /* line 851, ../sass/project.scss */
  .no-svg .public-liability .icon {
    background-image: url("../images/icon_gavel.png");
    background-repeat: no-repeat;
    background-position: center; }
/* line 859, ../sass/project.scss */
#products .public-liability:hover .icon {
  background-color: #fff;
  border-color: #b80000; }
  /* line 863, ../sass/project.scss */
  .no-svg #products .public-liability:hover .icon {
    background-image: url("../images/icon_gavel_alt.png"); }
/* line 868, ../sass/project.scss */
#products .public-liability:hover svg {
  fill: #b80000; }

/* line 875, ../sass/project.scss */
.club-management-liability .icon {
  background-color: #d5830e; }
  /* line 878, ../sass/project.scss */
  .no-svg .club-management-liability .icon {
    background-image: url("../images/icon_umbrella.png");
    background-repeat: no-repeat;
    background-position: center; }
/* line 886, ../sass/project.scss */
#products .club-management-liability:hover .icon {
  background-color: #fff;
  border-color: #d5830e; }
  /* line 890, ../sass/project.scss */
  .no-svg #products .club-management-liability:hover .icon {
    background-image: url("../images/icon_umbrella_alt.png"); }
/* line 895, ../sass/project.scss */
#products .club-management-liability:hover svg {
  fill: #d5830e; }

/* line 902, ../sass/project.scss */
.personal-injury .icon {
  background-color: #729221; }
  /* line 905, ../sass/project.scss */
  .no-svg .personal-injury .icon {
    background-image: url("../images/icon_medikit.png");
    background-repeat: no-repeat;
    background-position: center; }
/* line 913, ../sass/project.scss */
#products .personal-injury:hover .icon {
  background-color: #fff;
  border-color: #729221; }
  /* line 917, ../sass/project.scss */
  .no-svg #products .personal-injury:hover .icon {
    background-image: url("../images/icon_medikit_alt.png"); }
/* line 922, ../sass/project.scss */
#products .personal-injury:hover svg {
  fill: #729221; }

/* line 929, ../sass/project.scss */
.whats-covered .icon {
  background-color: #729221; }
  /* line 932, ../sass/project.scss */
  .no-svg .whats-covered .icon {
    background-image: url("../images/icon_umbrella.png");
    background-repeat: no-repeat;
    background-position: center; }
/* line 940, ../sass/project.scss */
#products .whats-covered:hover .icon {
  background-color: #fff;
  border-color: #729221; }
  /* line 944, ../sass/project.scss */
  .no-svg #products .whats-covered:hover .icon {
    background-image: url("../images/icon_umbrella_alt.png"); }
/* line 949, ../sass/project.scss */
#products .whats-covered:hover svg {
  fill: #729221; }

/* line 956, ../sass/project.scss */
.making-a-claim .icon {
  background-color: #d5830e; }
  /* line 959, ../sass/project.scss */
  .no-svg .making-a-claim .icon {
    background-image: url("../images/icon_pencil.png");
    background-repeat: no-repeat;
    background-position: center; }
/* line 967, ../sass/project.scss */
#products .making-a-claim:hover .icon {
  background-color: #fff;
  border-color: #d5830e; }
  /* line 971, ../sass/project.scss */
  .no-svg #products .making-a-claim:hover .icon {
    background-image: url("../images/icon_pencil_alt.png"); }
/* line 976, ../sass/project.scss */
#products .making-a-claim:hover svg {
  fill: #d5830e; }

/* line 982, ../sass/project.scss */
#video-info {
  background-color: #729221;
  height: auto;
  text-align: center; }
  /* line 987, ../sass/project.scss */
  #video-info .wrapper-inner {
    text-align: center;
    max-width: 100%;
    max-height: 100%; }
    /* line 993, ../sass/project.scss */
    #video-info .wrapper-inner .video .video-single {
      width: 100%;
      height: 100%; }
    /* line 999, ../sass/project.scss */
    #video-info .wrapper-inner .video .video-container iframe, #video-info .wrapper-inner .video .video-single iframe {
      width: 100%;
      height: 100%;
      border: 0; }
    @media screen and (min-width: 1024px) {
      /* line 987, ../sass/project.scss */
      #video-info .wrapper-inner {
        max-width: 100%; }
        /* line 1010, ../sass/project.scss */
        #video-info .wrapper-inner .video {
          overflow: hidden; }
          /* line 1013, ../sass/project.scss */
          #video-info .wrapper-inner .video .video-container {
            width: 500px;
            height: 450px; }
          /* line 1018, ../sass/project.scss */
          #video-info .wrapper-inner .video .video-single {
            width: 100%;
            height: 450px; }
          /* line 1023, ../sass/project.scss */
          #video-info .wrapper-inner .video div:first-child {
            float: left; }
          /* line 1027, ../sass/project.scss */
          #video-info .wrapper-inner .video div:nth-child(2) {
            position: absolute;
            right: 1%; } }

/* line 1036, ../sass/project.scss */
#insurance-info {
  background-color: #dddfc0;
  background-image: url("../images/bg_insurance_info.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  height: 502px; }
  /* line 1043, ../sass/project.scss */
  #insurance-info .wrapper-inner {
    text-align: center;
    max-width: 40rem; }
    /* line 1047, ../sass/project.scss */
    #insurance-info .wrapper-inner h2, #insurance-info .wrapper-inner h5, #insurance-info .wrapper-inner p, #insurance-info .wrapper-inner a {
      font-weight: normal;
      color: #455d2a;
      text-decoration: none; }
    /* line 1053, ../sass/project.scss */
    #insurance-info .wrapper-inner h2 {
      margin: 0 0 36px;
      text-transform: uppercase; }
    /* line 1058, ../sass/project.scss */
    #insurance-info .wrapper-inner h5 {
      margin: 6px 0 30px; }
    /* line 1062, ../sass/project.scss */
    #insurance-info .wrapper-inner a {
      display: inline-block;
      width: 144px; }
      /* line 1067, ../sass/project.scss */
      #insurance-info .wrapper-inner a:hover .overlay {
        opacity: 1; }
    /* line 1073, ../sass/project.scss */
    #insurance-info .wrapper-inner .thumbnail-container {
      position: relative;
      display: inline-block; }
      /* line 1077, ../sass/project.scss */
      #insurance-info .wrapper-inner .thumbnail-container .overlay {
        position: absolute;
        top: 0;
        width: 144px;
        height: 204px;
        overflow: hidden;
        transition: opacity 0.25s ease-in-out;
        background-image: url(../images/download.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60px;
        opacity: 0; }
    @media screen and (min-width: 720px) {
      /* line 1043, ../sass/project.scss */
      #insurance-info .wrapper-inner {
        max-width: 50rem; } }

/* line 1098, ../sass/project.scss */
#app-ad {
  background-color: #5f8033;
  background-repeat: no-repeat;
  background-position: 62% top;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3); }
  /* line 1105, ../sass/project.scss */
  #app-ad .wrapper-inner {
    width: 100%; }
  /* line 1109, ../sass/project.scss */
  #app-ad h2 {
    margin-top: 0;
    color: #fff;
    line-height: 32px; }
  /* line 1115, ../sass/project.scss */
  #app-ad img {
    display: none; }
  /* line 1119, ../sass/project.scss */
  #app-ad .app-download {
    margin-top: 2.5em;
    text-align: center; }
    /* line 1123, ../sass/project.scss */
    #app-ad .app-download li {
      display: inline; }
      /* line 1127, ../sass/project.scss */
      #app-ad .app-download li:last-child a {
        margin-left: 1.5em; }
      /* line 1132, ../sass/project.scss */
      #app-ad .app-download li a {
        text-indent: -1000em;
        display: inline-block;
        width: 120px;
        height: 36px; }
      /* line 1139, ../sass/project.scss */
      #app-ad .app-download li #app-store {
        background: url("../images/app_store.png") no-repeat;
        background-size: contain; }
      /* line 1144, ../sass/project.scss */
      #app-ad .app-download li #google-play {
        background: url("../images/google_play.png") no-repeat;
        background-size: contain; }
  @media screen and (min-width: 480px) {
    /* line 1155, ../sass/project.scss */
    #app-ad .app-download li a {
      width: 144px;
      height: 43px; } }
  @media screen and (min-width: 600px) {
    /* line 1165, ../sass/project.scss */
    #app-ad img {
      display: block;
      position: absolute;
      right: 1em;
      bottom: 0;
      width: 264px; }
    /* line 1173, ../sass/project.scss */
    #app-ad .app-download {
      text-align: left; }
    /* line 1177, ../sass/project.scss */
    #app-ad .wrapper-inner {
      width: 54.1667%; }
    /* line 1183, ../sass/project.scss */
    #app-ad .app-download li a {
      width: 120px;
      height: 36px; } }
  @media screen and (min-width: 720px) {
    /* line 1098, ../sass/project.scss */
    #app-ad {
      background-position: center top; }
      /* line 1194, ../sass/project.scss */
      #app-ad h2 {
        line-height: 1.333em; }
      /* line 1198, ../sass/project.scss */
      #app-ad .app-download {
        margin: 0; }
        /* line 1202, ../sass/project.scss */
        #app-ad .app-download li a {
          width: 144px;
          height: 43px; } }
  @media screen and (min-width: 768px) {
    /* line 1212, ../sass/project.scss */
    #app-ad img {
      width: 312px; } }
  @media screen and (min-width: 1024px) {
    /* line 1219, ../sass/project.scss */
    #app-ad img {
      width: 360px;
      right: 2%; } }

/* line 1226, ../sass/project.scss */
#our-advice {
  background-color: #003b01;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3); }
  /* line 1231, ../sass/project.scss */
  #our-advice a:link,
  #our-advice a:visited {
    color: #e6e6e6; }
  /* line 1236, ../sass/project.scss */
  #our-advice a:hover,
  #our-advice a:active {
    color: #fff; }
  /* line 1241, ../sass/project.scss */
  #our-advice h3 {
    color: #fff; }
  /* line 1245, ../sass/project.scss */
  #our-advice img {
    border-color: #6e9300; }
  /* line 16, ../sass/jlta.sport-2.0.scss */
  #our-advice .wrapper:before, #our-advice .wrapper:after {
    content: "";
    display: table; }
  /* line 22, ../sass/jlta.sport-2.0.scss */
  #our-advice .wrapper:after {
    clear: both; }

/*footer {
  color: #56762b;

  nav {
    a {
      color: #c9cc9f;
      text-decoration: none;
    }
  }
}*/
/* line 1265, ../sass/project.scss */
footer {
  clear: both;
  background-color: #f1f1f1; }
  /* line 1269, ../sass/project.scss */
  footer .wrapper {
    max-width: 100%;
    background-color: #38424b;
    padding: 1em; }
    /* line 1274, ../sass/project.scss */
    footer .wrapper:last-child {
      background-color: #c5c6ca; }
    /* line 1278, ../sass/project.scss */
    footer .wrapper .inner-wrapper {
      max-width: 1152px;
      margin: 0 auto; }
  /* line 1284, ../sass/project.scss */
  footer .logo-mmc {
    display: inline-block;
    width: 173px;
    height: 24px;
    background: url("../images/logo_mmc_white.svg") no-repeat; }
    /* line 1290, ../sass/project.scss */
    .no-svg footer .logo-mmc {
      background-image: url("../images/logo_mmc_white.png"); }
  /* line 1296, ../sass/project.scss */
  footer nav a {
    border-right: none;
    text-decoration: none; }
    /* line 1300, ../sass/project.scss */
    footer nav a:link, footer nav a:visited, footer nav a:active {
      color: #fff;
      font-weight: bold; }
  /* line 1308, ../sass/project.scss */
  footer nav li {
    display: list-item;
    font-weight: bold; }
  @media screen and (min-width: 720px) {
    /* line 1316, ../sass/project.scss */
    footer p:first-of-type {
      margin-top: 0; }
    /* line 1321, ../sass/project.scss */
    footer nav {
      float: right;
      margin-left: 24px;
      /*width: 31.25%;*/ }
      /* line 1325, ../sass/project.scss */
      footer nav li {
        display: inline-block;
        margin-left: 3em; }
      /* line 1330, ../sass/project.scss */
      footer nav a {
        padding: 0; } }

/* line 1337, ../sass/project.scss */
.button {
  background-color: #729221;
  border-color: #68851e;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3); }
  /* line 1343, ../sass/project.scss */
  .button:hover {
    background-color: #627d1c; }

/* line 1349, ../sass/project.scss */
a.button:link, a.button:visited {
  color: #fff; }

/* line 1355, ../sass/project.scss */
.feedback {
  color: #003b01;
  font-weight: bold; }

/* line 1360, ../sass/project.scss */
.qmsg {
  display: none; }

/* line 1364, ../sass/project.scss */
thead th {
  background: #003b01;
  color: #c9cc9f; }

/* line 1369, ../sass/project.scss */
tbody th {
  color: #003b01;
  background: #dddfc0; }

/* line 1374, ../sass/project.scss */
td {
  background: #eff0e2; }

/* line 1378, ../sass/project.scss */
table.compact {
  font-size: 1.3rem; }
  /* line 1381, ../sass/project.scss */
  table.compact .button {
    white-space: nowrap;
    font-size: 1.2rem;
    padding: 0.3em 0.75em 0.4em; }
  /* line 1387, ../sass/project.scss */
  table.compact td,
  table.compact th {
    padding: 0.4rem 0.6rem; }

/* line 1393, ../sass/project.scss */
.btn-cell {
  text-align: center; }

/* line 1397, ../sass/project.scss */
.examples th {
  white-space: nowrap; }

/* line 1402, ../sass/project.scss */
.comparison thead th {
  width: 33%;
  background: none;
  border-color: #fff; }
/* line 1409, ../sass/project.scss */
.comparison tbody th {
  border-color: #fff; }
/* line 1413, ../sass/project.scss */
.comparison tbody td {
  border-color: #fff; }

@media screen and (min-width: 480px) {
  /* line 1420, ../sass/project.scss */
  .contact-group .vcard {
    float: left;
    width: 45%;
    margin-right: 4.5%; } }
  @media screen and (min-width: 480px) and (min-width: 1024px) {
    /* line 1420, ../sass/project.scss */
    .contact-group .vcard {
      width: 30%;
      margin-right: 3%; } }

/* line 1432, ../sass/project.scss */
.dialog {
  margin: 0 auto;
  background: #fff;
  position: absolute;
  border: 1px solid #d4d3b2;
  padding: 0.5em;
  z-index: 1; }
  /* line 1440, ../sass/project.scss */
  .dialog h4 {
    margin-top: 0; }
  /* line 1444, ../sass/project.scss */
  .dialog form {
    margin-bottom: 0; }
  @media screen and (max-width: 480px) {
    /* line 1432, ../sass/project.scss */
    .dialog {
      left: 0; } }
  @media screen and (min-width: 480px) and (max-width: 720px) {
    /* line 1432, ../sass/project.scss */
    .dialog {
      left: 15%; } }
  @media screen and (min-width: 720px) and (max-width: 1024px) {
    /* line 1432, ../sass/project.scss */
    .dialog {
      left: 25%; } }
  @media screen and (min-width: 1024px) {
    /* line 1432, ../sass/project.scss */
    .dialog {
      left: 35%; } }

/* line 1465, ../sass/project.scss */
.dialog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  filter: alpha(opacity=20); }

/* line 1477, ../sass/project.scss */
.confirm-dialog h3 {
  color: #c9cc9f;
  background-color: #003b01;
  font-size: 2.5rem;
  font-weight: 600;
  padding: 8px;
  margin-top: 0; }
  @media screen and (min-width: 720px) {
    /* line 1477, ../sass/project.scss */
    .confirm-dialog h3 {
      padding: 0 8px; } }

/* line 1498, ../sass/project.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 2px solid #729221; }
/* line 1503, ../sass/project.scss */
.invalid input[type="text"], input[type="text"].invalid,
.invalid input[type="password"], input[type="password"].invalid,
.invalid input[type="email"], input[type="email"].invalid,
.invalid input[type="tel"], input[type="tel"].invalid,
.invalid input[type="url"], input[type="url"].invalid,
.invalid select, select.invalid,
.invalid textarea, textarea.invalid {
  outline: none;
  border: 2px solid #b80000; }

/* line 1510, ../sass/project.scss */
.error-message .error {
  color: #b80000; }

/* line 1514, ../sass/project.scss */
.field-validation-error {
  background: none;
  max-height: none; }

/* line 1518, ../sass/project.scss */
.input-validation-error {
  outline-color: #b80000; }

/* line 1521, ../sass/project.scss */
p.check input[type="checkbox"] ~ label[for] {
  display: inline; }

/* line 1525, ../sass/project.scss */
.warning {
  color: #b80000;
  font-weight: bold; }

/* line 1530, ../sass/project.scss */
.amount {
  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; }
  @media screen and (min-width: 720px) {
    /* line 1530, ../sass/project.scss */
    .amount {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.3333em;
      margin-top: 1em;
      margin-bottom: 0.5em;
      font-weight: 600; } }

/* line 1547, ../sass/project.scss */
.relative-docs li {
  float: left; }

/* line 1553, ../sass/project.scss */
.admin .primary {
  width: 100%; }
/* line 1557, ../sass/project.scss */
.admin table tr.current-form div {
  padding-left: 18px;
  padding-right: 18px;
  background-color: #fff; }
/* line 1563, ../sass/project.scss */
.admin table td a.disabled,
.admin table input.disabled {
  border-color: #ccc;
  background-color: #eee;
  color: #888; }

/* line 1572, ../sass/project.scss */
.risk.riskmanagementquestionnaire form label[for|=q] {
  display: block; }
/* line 1575, ../sass/project.scss */
.risk.riskmanagementquestionnaire span.feedback,
.risk.riskmanagementquestionnaire span.explanation {
  display: block; }

/* line 1581, ../sass/project.scss */
input.disabled,
input[disabled] {
  border-color: #ccc;
  background-color: #eee;
  color: #888; }

/* line 1589, ../sass/project.scss */
main a.anchor {
  display: block;
  position: relative;
  visibility: hidden; }
  @media screen and (min-width: 720px) {
    /* line 1589, ../sass/project.scss */
    main a.anchor {
      top: -188px; } }
  @media screen and (min-width: 768px) {
    /* line 1589, ../sass/project.scss */
    main a.anchor {
      top: -221px; } }
  @media screen and (min-width: 1024px) {
    /* line 1589, ../sass/project.scss */
    main a.anchor {
      top: -96px; } }

/* 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: 1020px; }

/* 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 nav[role=mode] {
    top: 0.5em;
    width: auto;
    /*margin-top: 0;*/
    text-align: center; }
  /* line 87, ../sass/old-ie.scss */
  #site-header .logo-jlt {
    position: absolute;
    top: 0.5em;
    left: 0.333em;
    display: inline-block; }

/* line 95, ../sass/old-ie.scss */
#nav-toggle {
  display: none; }

/* line 99, ../sass/old-ie.scss */
#nav-main {
  height: auto;
  text-align: right; }
  /* line 103, ../sass/old-ie.scss */
  #nav-main a {
    display: inline-block;
    padding: 0.85714em 1em;
    border-bottom: 1px solid #324b19;
    font-size: 13px;
    background-color: transparent; }
  /* line 111, ../sass/old-ie.scss */
  #nav-main li {
    display: inline;
    width: auto;
    float: left; }

/* line 118, ../sass/old-ie.scss */
nav#mode {
  top: 0; }
  /* line 120, ../sass/old-ie.scss */
  nav#mode #nav-mode {
    margin-top: 0; }
    /* line 123, ../sass/old-ie.scss */
    nav#mode #nav-mode li {
      display: inline-block;
      text-align: center; }
    /* line 128, ../sass/old-ie.scss */
    nav#mode #nav-mode a {
      font-size: 13px;
      display: inline;
      padding: 0 1em; }

/* line 136, ../sass/old-ie.scss */
#banner {
  margin-top: 0; }
  /* line 139, ../sass/old-ie.scss */
  #banner .wrapper {
    padding: 0 1em;
    height: 132px; }
    /* line 143, ../sass/old-ie.scss */
    .home #banner .wrapper {
      height: auto; }

/* line 149, ../sass/old-ie.scss */
.primary {
  width: 68.75%;
  padding: 0 3em 0 0; }

/* line 154, ../sass/old-ie.scss */
.secondary {
  position: absolute;
  top: 2.25em;
  right: 0;
  width: 25%;
  padding: 0 0 0 1.5em;
  height: 95%; }
  /* line 162, ../sass/old-ie.scss */
  .secondary h4:first-of-type {
    margin-top: 1.2em; }

/* line 169, ../sass/old-ie.scss */
footer nav li {
  display: inline; }
  /* line 172, ../sass/old-ie.scss */
  footer nav li:first-child a {
    padding-left: 0; }
  /* line 176, ../sass/old-ie.scss */
  footer nav li:last-child a {
    border-right: 0; }
/* line 181, ../sass/old-ie.scss */
footer nav a {
  border-right: 1px solid;
  padding: 0 1.13636%; }

/* line 190, ../sass/old-ie.scss */
.button {
  display: inline-block;
  margin: 0;
  padding: 0.6em 1.5em 0.8em;
  text-decoration: none; }

/* line 197, ../sass/old-ie.scss */
.home #banner .wrapper,
#primary-content .wrapper {
  padding: 2.25em 0 3em 0.75em; }

/* line 202, ../sass/old-ie.scss */
#site-header {
  background-color: #0f4b07; }
  /* line 205, ../sass/old-ie.scss */
  #site-header h4 {
    margin: 0;
    position: absolute;
    left: 156px;
    top: 1.25em;
    text-align: left; }

/* line 214, ../sass/old-ie.scss */
#nav-main a:hover {
  border-bottom-color: #c9cc9f; }

/* line 218, ../sass/old-ie.scss */
.home #nav-home,
.cover #nav-coverage,
.risk #nav-risk,
.cofc #nav-cofc,
.claims #nav-claim,
.claim #nav-claims,
.documents #nav-documents,
.contact #nav-contact {
  color: #fff;
  border-bottom-color: #fff; }

/* line 230, ../sass/old-ie.scss */
#banner {
  padding-top: 96px;
  background: url("../images/bg_banner.jpg") no-repeat center bottom; }
  /* line 234, ../sass/old-ie.scss */
  #banner h2 {
    margin: 0;
    padding-top: 2em; }
  /* line 239, ../sass/old-ie.scss */
  .home #banner {
    background: url("../images/bg_banner_home.jpg") no-repeat center 96px; }
    /* line 242, ../sass/old-ie.scss */
    .home #banner h1 {
      margin-top: 0.375em;
      margin-bottom: 0;
      line-height: 1em; }
    /* line 248, ../sass/old-ie.scss */
    .home #banner p {
      width: 66%; }
    /* line 252, ../sass/old-ie.scss */
    .home #banner .programme-summary p {
      width: auto; }

/* line 259, ../sass/old-ie.scss */
.programme-summary .button {
  width: 340px;
  padding-right: 1em; }
/* line 264, ../sass/old-ie.scss */
.programme-summary .icon {
  width: 60px;
  height: 60px;
  background: url("../images/icon_shield.png") no-repeat center; }

/* line 271, ../sass/old-ie.scss */
.secondary {
  border-left: 1px solid;
  text-align: left; }
  /* line 275, ../sass/old-ie.scss */
  .secondary .logo {
    text-align: center; }
  /* line 281, ../sass/old-ie.scss */
  .secondary nav ul li a {
    padding: 0.4285em 0 0.4285em 1.7142em; }

/* line 289, ../sass/old-ie.scss */
#products {
  display: block; }
  /* line 294, ../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 303, ../sass/old-ie.scss */
    #products li a .thumbnail-container {
      position: relative;
      display: inline-block; }
    /* line 308, ../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 319, ../sass/old-ie.scss */
      .no-svg #products li a .overlay {
        background-image: url("../images/icon_download.png"); }
    /* line 325, ../sass/old-ie.scss */
    #products li a:hover .overlay {
      display: block; }
    /* line 329, ../sass/old-ie.scss */
    #products li a:hover h6 {
      text-decoration: underline; }
    /* line 334, ../sass/old-ie.scss */
    #products li a .icon {
      margin: 0 auto;
      width: 72px;
      height: 72px;
      padding: 24px; }
    /* line 341, ../sass/old-ie.scss */
    #products li a img.doc {
      margin-bottom: 0; }
  /* line 346, ../sass/old-ie.scss */
  #products li:first-child a {
    margin-left: 0; }

/* line 352, ../sass/old-ie.scss */
#our-advice {
  background-position: center top; }
  /* line 355, ../sass/old-ie.scss */
  #our-advice h3 {
    margin-top: 0; }
  /* line 359, ../sass/old-ie.scss */
  #our-advice img {
    width: 372px;
    border: 2px solid;
    float: left;
    margin-top: 0;
    margin-right: 3em;
    margin-bottom: 12px; }

/* line 369, ../sass/old-ie.scss */
.logo #partner {
  background-image: url("../images/logo_cricket_australia_166.png");
  width: 166px;
  height: 72px; }

/* line 377, ../sass/old-ie.scss */
#banner .programme-summary .button {
  background-color: #003b01; }

/* line 383, ../sass/old-ie.scss */
.image-container {
  float: right;
  margin: 0 0 0 1.5em; }
  /* line 387, ../sass/old-ie.scss */
  .image-container img {
    width: 302px; }

/* line 392, ../sass/old-ie.scss */
.secondary {
  border-left-color: #e1e1e1; }
  /* line 395, ../sass/old-ie.scss */
  .secondary .logo #partner {
    background-image: url("../images/logo_cricket_australia_dark_144.png"); }

/* line 401, ../sass/old-ie.scss */
a .overlay {
  background-color: #0d2b0a; }

/* line 406, ../sass/old-ie.scss */
section {
  display: block; }

/* line 409, ../sass/old-ie.scss */
table.compact {
  font-size: 13px; }

/* line 413, ../sass/old-ie.scss */
.contact-group .vcard {
  float: left;
  width: 30%;
  margin-right: 3%; }

/*# sourceMappingURL=old-ie.css.map */
