/* site specific theme settings */
/* jlta core palette */
/* breakpoint settings */
/*
 * JLTA Web Normalize Styles
 * Version: 1.0.0
 * Date: 03/07/2015
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 13, ../sass/_normalize-1.0.0.scss */
html {
  color: #000;
  font-family: sans-serif;
  /* 1 */
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 26, ../sass/_normalize-1.0.0.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 39, ../sass/_normalize-1.0.0.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 59, ../sass/_normalize-1.0.0.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 72, ../sass/_normalize-1.0.0.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 82, ../sass/_normalize-1.0.0.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 94, ../sass/_normalize-1.0.0.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 102, ../sass/_normalize-1.0.0.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 114, ../sass/_normalize-1.0.0.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 122, ../sass/_normalize-1.0.0.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 131, ../sass/_normalize-1.0.0.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 140, ../sass/_normalize-1.0.0.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 149, ../sass/_normalize-1.0.0.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 158, ../sass/_normalize-1.0.0.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 166, ../sass/_normalize-1.0.0.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 174, ../sass/_normalize-1.0.0.scss */
sup {
  top: -0.5em;
}

/* line 178, ../sass/_normalize-1.0.0.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 189, ../sass/_normalize-1.0.0.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 197, ../sass/_normalize-1.0.0.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 208, ../sass/_normalize-1.0.0.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 216, ../sass/_normalize-1.0.0.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 227, ../sass/_normalize-1.0.0.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 235, ../sass/_normalize-1.0.0.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 258, ../sass/_normalize-1.0.0.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 272, ../sass/_normalize-1.0.0.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 283, ../sass/_normalize-1.0.0.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 296, ../sass/_normalize-1.0.0.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 308, ../sass/_normalize-1.0.0.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 317, ../sass/_normalize-1.0.0.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 328, ../sass/_normalize-1.0.0.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 340, ../sass/_normalize-1.0.0.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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 354, ../sass/_normalize-1.0.0.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 365, ../sass/_normalize-1.0.0.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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 378, ../sass/_normalize-1.0.0.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 387, ../sass/_normalize-1.0.0.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 398, ../sass/_normalize-1.0.0.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 407, ../sass/_normalize-1.0.0.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 416, ../sass/_normalize-1.0.0.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 427, ../sass/_normalize-1.0.0.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 432, ../sass/_normalize-1.0.0.scss */
td,
th {
  padding: 0;
}

/*
 * JLTA Web Typography Styles
 * Version: 2.0.0
 * Date: 01/08/2018
 */
/* line 7, ../sass/_typography-2.0.0.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  /* line 7, ../sass/_typography-2.0.0.scss */
  body {
    font-size: 16px;
  }
}

/* line 17, ../sass/_typography-2.0.0.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizelegibility;
}

/* line 26, ../sass/_typography-2.0.0.scss */
h1 {
  font-size: 32px;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  /* line 26, ../sass/_typography-2.0.0.scss */
  h1 {
    font-size: 64px;
  }
}

/* line 36, ../sass/_typography-2.0.0.scss */
h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  /* line 36, ../sass/_typography-2.0.0.scss */
  h2 {
    font-size: 48px;
  }
}

/* line 46, ../sass/_typography-2.0.0.scss */
h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  /* line 46, ../sass/_typography-2.0.0.scss */
  h3 {
    font-size: 32px;
  }
}

/* line 56, ../sass/_typography-2.0.0.scss */
h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  /* line 56, ../sass/_typography-2.0.0.scss */
  h4 {
    font-size: 24px;
    font-weight: 600;
  }
}

/* line 67, ../sass/_typography-2.0.0.scss */
h5 {
  font-size: 16px;
}

/* line 71, ../sass/_typography-2.0.0.scss */
h6 {
  font-size: 14px;
}

/* line 75, ../sass/_typography-2.0.0.scss */
p {
  margin-bottom: 1.5em;
}

/* line 80, ../sass/_typography-2.0.0.scss */
ol li, ul li {
  margin: 0.5em 0;
}
/* line 83, ../sass/_typography-2.0.0.scss */
nav ol li, nav ul li {
  margin: 0;
}

/* line 89, ../sass/_typography-2.0.0.scss */
a {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  /* line 89, ../sass/_typography-2.0.0.scss */
  a {
    font-size: 16px;
  }
}

/*
 * JLTA Web Form Styles
 * Version: 1.0.0
 * Date: 03/07/2015
 */
/* Hand cursor on pressable elements */
/* line 8, ../sass/_form-1.0.0.scss */
label,
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 14, ../sass/_form-1.0.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: 3px;
}
/* line 25, ../sass/_form-1.0.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 {
  border-color: #418fde;
}
/* line 29, ../sass/_form-1.0.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 {
  border-color: #bf0d3e;
}

@media screen and (max-width: 719px) {
  /* line 36, ../sass/_form-1.0.0.scss */
  select.adjust,
  textarea.adjust,
  input.adjust {
    width: 90%;
  }
}
/* line 47, ../sass/_form-1.0.0.scss */
label {
  display: block;
  margin-bottom: 0.125em;
}
/* line 51, ../sass/_form-1.0.0.scss */
label.alert {
  color: #900;
}

/* line 56, ../sass/_form-1.0.0.scss */
input[readonly],
textarea[readonly] {
  background-color: #ddd;
  border-color: transparent;
}

/* line 62, ../sass/_form-1.0.0.scss */
.radio {
  position: relative;
  display: block;
}
/* line 66, ../sass/_form-1.0.0.scss */
.radio input[type="radio"],
.radio input[type="checkbox"] {
  position: absolute;
  top: 1.125em;
  left: 0.75em;
}
/* line 73, ../sass/_form-1.0.0.scss */
.radio label {
  display: inline-block;
  padding: 0.75em 0.75em 0.75em 2em;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
}

/* line 81, ../sass/_form-1.0.0.scss */
li.radio {
  margin-bottom: 1em;
}

/* line 87, ../sass/_form-1.0.0.scss */
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
  background-color: transparent;
}
/* line 91, ../sass/_form-1.0.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;
}

/* line 97, ../sass/_form-1.0.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);
  -moz-transition: max-height 250ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-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;
}
/* line 110, ../sass/_form-1.0.0.scss */
.no-js label.errata, .no-js
.field-validation-error {
  max-height: none;
}

/* line 116, ../sass/_form-1.0.0.scss */
label.js-hover {
  z-index: 100;
  border: 0;
}
/* line 120, ../sass/_form-1.0.0.scss */
label.js-hover.invoked {
  max-height: 3em;
}

/* line 125, ../sass/_form-1.0.0.scss */
p.error {
  color: #f00;
  font-weight: bold;
}

/* line 130, ../sass/_form-1.0.0.scss */
p.feedback {
  font-weight: bold;
}

/* line 137, ../sass/_form-1.0.0.scss */
.check > * {
  display: inline;
}

/* line 143, ../sass/_form-1.0.0.scss */
p.inline span.radio input[type="radio"] {
  position: static;
}
/* line 147, ../sass/_form-1.0.0.scss */
p.inline span.radio label {
  padding-right: 2em;
}

/* line 152, ../sass/_form-1.0.0.scss */
label.errata.js-hover {
  display: none;
}

/* line 156, ../sass/_form-1.0.0.scss */
label.errata.server-error,
label.errata.js-hover.invoked {
  display: block;
  font-size: 12px;
  line-height: 2em;
  margin-top: 3px;
  max-height: 4em;
  background-image: url("../images/icon_warning.svg");
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 18px;
  padding-left: 2em;
  color: #f00;
}
/* line 170, ../sass/_form-1.0.0.scss */
.no-svg label.errata.server-error, .no-svg
label.errata.js-hover.invoked {
  background-image: url("../images/icon_warning.png");
}

/*
 * JLTA Web Core Styles
 * Version: 1.0.0
 * Date: 03/07/2015
 */
/* line 7, ../sass/_core-1.0.0.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 15, ../sass/_core-1.0.0.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 20, ../sass/_core-1.0.0.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 25, ../sass/_core-1.0.0.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 34, ../sass/_core-1.0.0.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/* line 41, ../sass/_core-1.0.0.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 47, ../sass/_core-1.0.0.scss */
textarea {
  resize: vertical;
}

/* line 51, ../sass/_core-1.0.0.scss */
form {
  margin-bottom: 24px;
}

/* line 55, ../sass/_core-1.0.0.scss */
ul,
ol {
  padding-left: 1em;
}
/* line 59, ../sass/_core-1.0.0.scss */
ul.inline, nav ul,
ol.inline, nav
ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
/* line 65, ../sass/_core-1.0.0.scss */
ul.inline li, nav ul li,
ol.inline li, nav
ol li {
  vertical-align: top;
}
/* line 70, ../sass/_core-1.0.0.scss */
ul.compact,
ol.compact {
  list-style: none;
  margin: 0 0 0.8em;
  padding-left: 0;
}

/* line 77, ../sass/_core-1.0.0.scss */
ol.upper-alpha {
  list-style: upper-alpha;
}

/* line 81, ../sass/_core-1.0.0.scss */
ol.lower-alpha {
  list-style: lower-alpha;
}

/* remove unwanted margins */
/* line 86, ../sass/_core-1.0.0.scss */
ul ul,
ol ol,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 93, ../sass/_core-1.0.0.scss */
dt {
  font-weight: bold;
  margin-top: 9px;
}

/* line 98, ../sass/_core-1.0.0.scss */
td,
th {
  vertical-align: top;
}

/* line 103, ../sass/_core-1.0.0.scss */
tbody th {
  text-align: left;
}

/* line 107, ../sass/_core-1.0.0.scss */
.image-replace {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
}

/* line 114, ../sass/_core-1.0.0.scss */
.image-replace:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* line 121, ../sass/_core-1.0.0.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 127, ../sass/_core-1.0.0.scss */
.clearfix:after {
  clear: both;
}

/* line 131, ../sass/_core-1.0.0.scss */
.clearfix {
  *zoom: 1;
}

/* line 135, ../sass/_core-1.0.0.scss */
a:link,
a:visited {
  -webkit-tap-highlight-color: transparent;
}

/* line 142, ../sass/_core-1.0.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 170, ../sass/_core-1.0.0.scss */
.scrollable > div::-webkit-scrollbar {
  height: 12px;
}
/* line 174, ../sass/_core-1.0.0.scss */
.scrollable > div::-webkit-scrollbar-track {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0;
}
/* line 179, ../sass/_core-1.0.0.scss */
.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc;
}

/* line 186, ../sass/_core-1.0.0.scss */
.vcard {
  margin-bottom: 1em;
}
/* line 189, ../sass/_core-1.0.0.scss */
.vcard p {
  margin: 0;
}
/* line 193, ../sass/_core-1.0.0.scss */
.vcard .fn {
  font-weight: bold;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 203, ../sass/_core-1.0.0.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 210, ../sass/_core-1.0.0.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 215, ../sass/_core-1.0.0.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 219, ../sass/_core-1.0.0.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 223, ../sass/_core-1.0.0.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 229, ../sass/_core-1.0.0.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 235, ../sass/_core-1.0.0.scss */
  thead {
    display: table-header-group;
  }

  /* line 239, ../sass/_core-1.0.0.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 244, ../sass/_core-1.0.0.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 252, ../sass/_core-1.0.0.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 259, ../sass/_core-1.0.0.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
 * JLTA Web Corporate Styles
 * Version: 2.0.0
 * Date: 16/08/2018
 */
/* line 9, ../sass/_corporate-2.0.0.scss */
html {
  box-sizing: border-box;
}

/* line 13, ../sass/_corporate-2.0.0.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 39, ../sass/_corporate-2.0.0.scss */
body {
  color: #333333;
}

/* line 47, ../sass/_corporate-2.0.0.scss */
a {
  color: #418fde;
  text-decoration: none;
}
/* line 51, ../sass/_corporate-2.0.0.scss */
a:hover {
  text-decoration: underline;
}

/* line 56, ../sass/_corporate-2.0.0.scss */
.button {
  display: inline-block;
  margin: 0 auto;
  padding: 0.6em 3em 0.8em;
  border: 1px solid;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #418fde;
  color: #fff;
  text-decoration: none;
  line-height: 1.5em;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
/* line 69, ../sass/_corporate-2.0.0.scss */
.button:hover {
  text-decoration: none;
}
@media screen and (min-width: 720px) {
  /* line 56, ../sass/_corporate-2.0.0.scss */
  .button {
    margin: 0;
  }
}
/* line 77, ../sass/_corporate-2.0.0.scss */
.button.fat {
  padding: 0.75em 2em;
}
/* line 81, ../sass/_corporate-2.0.0.scss */
.button[disabled] {
  background-color: #888;
}
/* line 85, ../sass/_corporate-2.0.0.scss */
.button.delete {
  background-color: #bf0d3e;
}

/* line 91, ../sass/_corporate-2.0.0.scss */
.wrapper {
  margin: 0 auto;
  max-width: 1152px;
  padding: 1em 1em;
}

/* line 100, ../sass/_corporate-2.0.0.scss */
#site-header h1 {
  margin-top: 0;
  padding-top: 0.67em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 24px;
}
/* line 109, ../sass/_corporate-2.0.0.scss */
#site-header .logo-jlt {
  display: block;
  width: 87px;
  height: 32px;
  text-decoration: none;
  background-image: url("https://cdn.jlta.com.au/images/logo_jlt.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
/* line 127, ../sass/_corporate-2.0.0.scss */
#site-header .wrapper {
  padding: 0;
}
@media screen and (min-width: 768px) {
  /* line 147, ../sass/_corporate-2.0.0.scss */
  #site-header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* line 153, ../sass/_corporate-2.0.0.scss */
  #site-header h1 {
    flex-direction: row;
  }
  /* line 157, ../sass/_corporate-2.0.0.scss */
  #site-header .logo-jlt {
    margin-right: 22px;
    width: 130px;
    height: 48px;
  }
}

/* line 165, ../sass/_corporate-2.0.0.scss */
#nav-main {
  height: 0;
  overflow: hidden;
  line-height: 1.7143em;
  -webkit-transition: height 250ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: height 250ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: height 250ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: height 250ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* @media screen and (min-width: $break-mobile-midi) {
    a {
      display: table-cell;
    }

    li {
      display: table;
      float: left;
      width: 50%;

      &:nth-child(2n+1) {
        clear: left;

        @media screen and (min-width: $break-main) {
          clear: none;
        }

        a {
          border-right: 1px solid;
        }
      }
    }
  } */
}
/* line 166, ../sass/_corporate-2.0.0.scss */
.no-js #nav-main {
  height: auto;
}
/* line 183, ../sass/_corporate-2.0.0.scss */
#nav-main li:first-child {
  margin-top: 0;
}
/* line 187, ../sass/_corporate-2.0.0.scss */
#nav-main a {
  display: block;
  padding: 0.4285em 1em;
  text-decoration: none;
  background-color: #002F5B;
  color: #fff;
  border-bottom: 1px solid;
}
/* line 196, ../sass/_corporate-2.0.0.scss */
#nav-main.expanded {
  height: auto;
}
@media screen and (min-width: 768px) {
  /* line 165, ../sass/_corporate-2.0.0.scss */
  #nav-main {
    display: flex;
    justify-content: center;
    height: auto;
    text-align: right;
    padding-top: 0;
  }
  /* line 231, ../sass/_corporate-2.0.0.scss */
  #nav-main li {
    width: auto;
  }
  /* line 235, ../sass/_corporate-2.0.0.scss */
  #nav-main li:nth-child(2n+1) a {
    border-right-style: none;
  }
  /* line 241, ../sass/_corporate-2.0.0.scss */
  #nav-main a {
    display: block;
    padding: 0.85714em;
    border-bottom: 1px solid;
    border-style: none;
    background-color: transparent;
    color: #0c2340;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  /* line 250, ../sass/_corporate-2.0.0.scss */
  #nav-main a:hover {
    color: #418fde;
  }
  /* line 255, ../sass/_corporate-2.0.0.scss */
  #nav-main.expanded {
    height: auto;
    margin-top: 0;
  }
}

/* line 262, ../sass/_corporate-2.0.0.scss */
#nav-toggle {
  position: absolute;
  right: 0.375em;
  top: 2em;
  z-index: 100;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
}
/* line 271, ../sass/_corporate-2.0.0.scss */
#nav-toggle .icon-bar {
  background-color: #fff;
  border-radius: 1px;
  display: block;
  height: 3px;
  width: 32px;
}
/* line 278, ../sass/_corporate-2.0.0.scss */
#nav-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  /* line 262, ../sass/_corporate-2.0.0.scss */
  #nav-toggle {
    display: none;
  }
}

/* line 290, ../sass/_corporate-2.0.0.scss */
main > header {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url("../images/bg_banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* line 299, ../sass/_corporate-2.0.0.scss */
.home main > header {
  background-image: url("../images/bg_banner_home.jpg");
}
/* line 302, ../sass/_corporate-2.0.0.scss */
.home main > header .wrapper {
  overflow: auto;
}
@media screen and (min-width: 720px) {
  /* line 309, ../sass/_corporate-2.0.0.scss */
  main > header h2 {
    margin: 0;
    padding-top: 2em;
  }
  /* line 314, ../sass/_corporate-2.0.0.scss */
  .home main > header {
    background-image: url("../images/bg_banner_home.jpg");
    background-position: center;
    margin-bottom: 0px;
    min-height: 640px;
  }
}
@media screen and (min-width: 768px) {
  /* line 290, ../sass/_corporate-2.0.0.scss */
  main > header {
    margin-top: 0;
  }
}
@media screen and (min-width: 720px) {
  /* line 330, ../sass/_corporate-2.0.0.scss */
  main > header .wrapper {
    padding: 0;
    height: 132px;
  }
  /* line 334, ../sass/_corporate-2.0.0.scss */
  .home main > header .wrapper {
    height: auto;
  }
}
/* line 341, ../sass/_corporate-2.0.0.scss */
main > .wrapper {
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  /* line 341, ../sass/_corporate-2.0.0.scss */
  main > .wrapper {
    min-height: 543px;
  }
}

/* line 351, ../sass/_corporate-2.0.0.scss */
.vcard abbr[title] {
  border-bottom-style: none;
  text-decoration: none;
}

/* line 3, ../sass/project.scss */
#site-header {
  background-color: #0c2340;
}
/* line 6, ../sass/project.scss */
#site-header .logo-jlt {
  background-image: url("https://cdn.jlta.com.au/images/logo_jlt_bluebg.svg");
}
/* line 13, ../sass/project.scss */
#site-header > nav {
  background-color: #f1f1f1;
}

/* line 18, ../sass/project.scss */
.logo-sls {
  background-image: url("../images/logo_sls.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  width: 100px;
}
@media screen and (min-width: 768px) {
  /* line 18, ../sass/project.scss */
  .logo-sls {
    height: 168px;
    width: 168px;
  }
}

/* line 35, ../sass/project.scss */
#nav-main .secondary a {
  background-color: #bf0d3e;
}
@media screen and (min-width: 600px) {
  /* line 40, ../sass/project.scss */
  #nav-main a {
    color: #fff;
  }
}

/* line 46, ../sass/project.scss */
#nav-secondary {
  max-width: 1152px;
  margin: 0 auto;
  text-align: center;
  display: flex;
}
/* line 52, ../sass/project.scss */
#nav-secondary li {
  flex: 1;
}
/* line 56, ../sass/project.scss */
#nav-secondary a {
  display: inline-block;
  padding: 10px;
  color: #0c2340;
}
/* line 61, ../sass/project.scss */
#nav-secondary a:hover {
  text-decoration: none;
  font-weight: bold;
}

/* line 69, ../sass/project.scss */
#nav-tertiary a {
  color: #bf0d3e;
}
/* line 72, ../sass/project.scss */
.crs #nav-tertiary a {
  color: #418fde;
}
/* line 77, ../sass/project.scss */
#nav-tertiary li {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  /* line 77, ../sass/project.scss */
  #nav-tertiary li {
    display: inline-block;
    margin: 0;
    padding-left: 2em;
    padding-right: 2em;
    border-right: 1px solid;
  }
  /* line 87, ../sass/project.scss */
  #nav-tertiary li:first-child {
    padding-left: 0;
  }
  /* line 91, ../sass/project.scss */
  #nav-tertiary li:last-child {
    padding-right: 0;
    border-right-style: none;
  }
}
@media screen and (min-width: 768px) {
  /* line 99, ../sass/project.scss */
  .crs #nav-tertiary {
    float: right;
    margin-top: 3.5em;
  }
}

/* line 106, ../sass/project.scss */
#nav-toggle {
  top: 21px;
}

/* line 111, ../sass/project.scss */
.home #nav-main-home,
.docs #nav-main-docs,
.register #nav-main-register,
.contact #nav-main-contact,
.admin.login #nav-admin-login,
.admin.coc #nav-admin-coc,
.admin.search #nav-admin-search,
.admin.new-users #nav-admin-users,
.admin.club-search #nav-club-search {
  background-color: #418fde;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  /* line 111, ../sass/project.scss */
  .home #nav-main-home,
  .docs #nav-main-docs,
  .register #nav-main-register,
  .contact #nav-main-contact,
  .admin.login #nav-admin-login,
  .admin.coc #nav-admin-coc,
  .admin.search #nav-admin-search,
  .admin.new-users #nav-admin-users,
  .admin.club-search #nav-club-search {
    background-color: transparent;
    color: #418fde;
  }
}

/* line 130, ../sass/project.scss */
.crs.login .secondary #nav-sec-crs,
.claim .secondary #nav-sec-claim,
.cofc .secondary #nav-sec-cofc {
  background-color: #418fde;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  /* line 130, ../sass/project.scss */
  .crs.login .secondary #nav-sec-crs,
  .claim .secondary #nav-sec-claim,
  .cofc .secondary #nav-sec-cofc {
    background-color: transparent;
    font-weight: bold;
  }
}

/* line 143, ../sass/project.scss */
.intro #nav-cofc-home,
.search #nav-cofc-search,
.account #nav-crs-account {
  font-weight: bold;
  pointer-events: none;
}

/* line 151, ../sass/project.scss */
.score #nav-crs-score,
.checklist #nav-crs-checklist,
.resources #nav-crs-resources {
  font-weight: bold;
  pointer-events: none;
}
/* line 157, ../sass/project.scss */
.score #nav-crs-score svg path,
.checklist #nav-crs-checklist svg path,
.resources #nav-crs-resources svg path {
  fill: #bf0d3e;
}

/* line 162, ../sass/project.scss */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea {
  width: 100%;
  max-width: 30em;
}

/*
#section-products { // Flex box version
  .gallery {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;

    li {
      flex-basis: 50%;
      list-style-type: none;
      padding: 5px;
    }

    figure {
      margin: 0;
      position: relative;

      figcaption {
        background-color: rgba(255, 255, 255, 0.6);
        color: $primary-colour;
        font-weight: bold;
        padding: 4px 8px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
      }

      img {
        width: 100%;
      }
    }

    @media screen and (min-width: $break-ereader) {
      flex-wrap: nowrap;

      li {
        flex-basis: 25%;
      }
    }
  }
}
*/
/* line 217, ../sass/project.scss */
#section-products .wrapper {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 600px) {
  /* line 217, ../sass/project.scss */
  #section-products .wrapper {
    margin: 0 auto;
    padding: 1em 1em 0;
  }
}
/* line 227, ../sass/project.scss */
#section-products .gallery {
  /*
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: auto auto;
  -ms-grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-gap: 10px 10px;
  */
  padding-left: 0;
  display: block;
}
/* line 239, ../sass/project.scss */
#section-products .gallery li {
  display: list-item;
  list-style-type: none;
  position: relative;
      /*
      &:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
      }

      &:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
      }

      &:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
      }

      &:nth-child(4) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
      }
      */
}
/* line 266, ../sass/project.scss */
#section-products .gallery a {
  padding: 10px;
  background-color: #f1f1f1;
  display: block;
}
/* line 271, ../sass/project.scss */
#section-products .gallery a:after {
  content: '\25B6';
  color: #bf0d3e;
  position: absolute;
  right: 10px;
  top: 25%;
}
/* line 279, ../sass/project.scss */
#section-products .gallery a:hover {
  text-decoration: none;
}
/* line 284, ../sass/project.scss */
#section-products .gallery figure {
  margin: 0;
}
/* line 287, ../sass/project.scss */
#section-products .gallery figure figcaption {
  color: #0c2340;
  font-weight: bold;
  padding-right: 1.5em;
}
/* line 294, ../sass/project.scss */
#section-products .gallery img {
  display: none;
}
@media screen and (min-width: 600px) {
  /* line 227, ../sass/project.scss */
  #section-products .gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: auto auto auto auto;
    -ms-grid-template-rows: auto;
    grid-template-columns: auto auto auto auto;
    grid-gap: 10px 10px;
  }
  /* line 306, ../sass/project.scss */
  #section-products .gallery figure {
    position: relative;
  }
  /* line 309, ../sass/project.scss */
  #section-products .gallery figure figcaption {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 24px 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /* line 319, ../sass/project.scss */
  #section-products .gallery img {
    display: block;
    width: 100%;
  }
  /* line 324, ../sass/project.scss */
  #section-products .gallery a {
    padding: 0;
    background-color: transparent;
  }
  /* line 328, ../sass/project.scss */
  #section-products .gallery a:after {
    content: none;
  }
  /* line 334, ../sass/project.scss */
  #section-products .gallery li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  /* line 339, ../sass/project.scss */
  #section-products .gallery li:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  /* line 344, ../sass/project.scss */
  #section-products .gallery li:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  /* line 349, ../sass/project.scss */
  #section-products .gallery li:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 357, ../sass/project.scss */
  #section-products .gallery li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

/* line 366, ../sass/project.scss */
#section-intro .wrapper {
  padding-top: 0;
}
/* line 370, ../sass/project.scss */
#section-intro aside {
  font-size: 200%;
}
@media screen and (min-width: 600px) {
  /* line 375, ../sass/project.scss */
  #section-intro aside {
    font-size: 250%;
    margin-top: 0;
    padding-top: 0;
    padding-right: 48px;
  }
  /* line 382, ../sass/project.scss */
  #section-intro p:first-child,
  #section-intro h3:first-child {
    margin-top: 0;
  }
}

/* line 389, ../sass/project.scss */
#section-stats {
  background-color: #0c2340;
}
/* line 394, ../sass/project.scss */
#section-stats .wrapper {
  display: flex;
  justify-content: space-around;
}
/* line 399, ../sass/project.scss */
#section-stats figure {
  margin: 0;
  color: #fff;
  text-align: center;
  max-width: 25%;
}
/* line 405, ../sass/project.scss */
#section-stats figure figcaption {
  font-size: 0.7em;
  text-transform: uppercase;
}
/* line 410, ../sass/project.scss */
#section-stats figure img {
  border: 1px solid;
  border-radius: 50%;
  width: 60px;
}
@media screen and (min-width: 600px) {
  /* line 417, ../sass/project.scss */
  #section-stats figure figcaption {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 720px) {
  /* line 423, ../sass/project.scss */
  #section-stats figure figcaption {
    font-size: 1em;
  }
  /* line 427, ../sass/project.scss */
  #section-stats figure img {
    width: 80px;
  }
}

/* line 434, ../sass/project.scss */
.cofc.search main h1 {
  padding: 0.4em 0 0.4em 96px;
  background-image: url("../images/logo_sls.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 72px 72px;
}
@media screen and (min-width: 768px) {
  /* line 434, ../sass/project.scss */
  .cofc.search main h1 {
    padding: 0.25em 0 0.25em 160px;
    background-size: contain;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 434, ../sass/project.scss */
  .cofc.search main h1 {
    background-image: url("../images/logo_sls.png");
  }
}

/* line 453, ../sass/project.scss */
table.results {
  margin: 3em 0 2em;
  border-top: 3px solid #418fde;
}
/* line 457, ../sass/project.scss */
table.results th, table.results td {
  padding: 0.75em 2em;
  text-align: center;
}
/* line 461, ../sass/project.scss */
table.results th:first-child, table.results td:first-child {
  text-align: left;
}
/* line 465, ../sass/project.scss */
.admin.new-users table.results th:first-child, .admin.new-users table.results td:first-child {
  text-align: center;
}
/* line 470, ../sass/project.scss */
table.results td {
  border-bottom: 1px solid #418fde;
}

/* line 477, ../sass/project.scss */
.cofc.search table.results th:first-child, .cofc.search table.results td:first-child {
  width: 55%;
}

/* line 484, ../sass/project.scss */
.admin table.results td {
  vertical-align: middle;
}
/* line 487, ../sass/project.scss */
.admin table.results td .invalid {
  text-align: left;
}
/* line 492, ../sass/project.scss */
.admin table.results .name {
  width: 15em;
}
/* line 496, ../sass/project.scss */
.admin table.results .council,
.admin table.results .email {
  width: 20em;
}
/* line 501, ../sass/project.scss */
.admin table.results .button {
  padding: 4px 8px;
}

/* line 507, ../sass/project.scss */
.vcard .org {
  font-weight: normal;
}
/* line 511, ../sass/project.scss */
.vcard .icon {
  display: inline-block;
  padding: 8px;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center center;
  vertical-align: middle;
  margin-right: 0.5em;
}
/* line 522, ../sass/project.scss */
.vcard .icon.phone {
  background-image: 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%2240%20-40%2096%2096%22%20enable-background%3D%22new%2040%20-40%2096%2096%22%3E%3Cpath%20fill%3D%22%23F59C00%22%20d%3D%22M135.7%2038.3c-.8-5-5.4-10.5-13.4-15.7-11.6-7.6-14.8-5.6-19.2-1.7-.4.3-.7.6-1.1%201l-.1.1c-.5.5-2.2%202-3.7%202-.5%200-1-.2-1.4-.6-3.3-3.1-12.1-11.4-12.4-11.8%200%200-8.2-8.9-11.4-12.1-.6-.6-.6-1-.6-1.3.1-1.2%201.6-2.5%202.1-2.9l.2-.1c.4-.4.9-.8%201.3-1.1%204.6-3.8%206.8-7.1-1-19.1-6.5-10-10.5-13.9-14.7-14.7-2.6-.5-5.2.3-8.4%202.6-5.3%203.8-10.7%207.9-11.6%2015.1C39-11.6%2047.7%203.2%2068.6%2026.4l.2.2c19.9%2019.9%2034.7%2029.3%2046.4%2029.3h1.2c8.4-.5%2013.7-5.9%2017.4-10.5%201.6-2.1%202.3-4.5%201.9-7.1zm-4.6%204.9c-5%206.2-9.4%209-14.9%209.3-10.7.6-25.4-8.7-44.9-28.3-19.9-22-28.7-36.6-27.6-45.9.7-5.2%204.3-8.6%2010.3-12.7%202.3-1.7%204.1-2.3%205.7-2%203.1.6%206.7%204.5%2012.3%2013.1%206.9%2010.6%204.9%2012.2%201.7%2014.8-.4.4-.9.7-1.3%201.2-.6.4-3.1%202.5-3.4%205.2-.1%201.4.4%202.8%201.5%203.9C73.8%205%2081.9%2013.9%2082%2013.9c0%200%209.1%208.7%2012.4%2011.8%201.1%201%202.5%201.6%203.9%201.5%203-.1%205.5-2.5%206-3.1.4-.3.7-.7%201.1-1%203.3-3%205-4.5%2014.8%202%207.2%204.7%2011.3%209.5%2011.9%2013.4.5%201.9%200%203.4-1%204.7z%22%2F%3E%3C%2Fsvg%3E");
}
/* line 525, ../sass/project.scss */
.no-svg .vcard .icon.phone {
  background-image: url("../images/icon_phone_36.png");
}
/* line 530, ../sass/project.scss */
.vcard .icon.post {
  stroke: #0c2340;
}
/* line 534, ../sass/project.scss */
.vcard .icon svg {
  fill: #0c2340;
  vertical-align: top;
}
/* line 540, ../sass/project.scss */
.vcard p {
  margin-bottom: 8px;
}

/* line 545, ../sass/project.scss */
figure[role="banner"] {
  margin-left: 0;
  margin-right: 0;
}
/* line 549, ../sass/project.scss */
figure[role="banner"] img {
  width: 100%;
}

/* line 554, ../sass/project.scss */
table.expandable {
  margin-bottom: 1em;
  width: 100%;
}
/* line 558, ../sass/project.scss */
table.expandable th, table.expandable td {
  padding: 1em 0;
  vertical-align: middle;
}
/* line 563, ../sass/project.scss */
table.expandable thead {
  text-align: left;
}
/* line 566, ../sass/project.scss */
table.expandable thead h4 {
  margin: 0;
}
/* line 570, ../sass/project.scss */
table.expandable thead tr:first-child {
  color: #bf0d3e;
}
/* line 573, ../sass/project.scss */
table.expandable thead tr:first-child th {
  border-bottom-style: none;
}
/* line 580, ../sass/project.scss */
table.expandable tbody tr.details {
  display: none;
}
/* line 583, ../sass/project.scss */
table.expandable tbody tr.details th, table.expandable tbody tr.details td {
  padding: 0;
}
/* line 587, ../sass/project.scss */
table.expandable tbody tr.details table {
  width: 100%;
}
/* line 592, ../sass/project.scss */
table.expandable tbody a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/* line 614, ../sass/project.scss */
table.expandable tbody tr.topic th:first-child:after {
  content: '+';
  color: #418fde;
  display: block;
  font-size: 1.5em;
  margin: 0 auto;
  width: 1.5em;
}
/* line 623, ../sass/project.scss */
table.expandable tbody tr.topic th:last-child {
  text-align: center;
}
/* line 629, ../sass/project.scss */
table.expandable tbody tr.topic.open th {
  border-bottom-style: none;
}
/* line 632, ../sass/project.scss */
table.expandable tbody tr.topic.open th:first-child:after {
  content: '\2212';
}
/* line 637, ../sass/project.scss */
table.expandable tbody tr.topic.open label {
  color: #418fde;
}
/* line 643, ../sass/project.scss */
table.expandable tbody td > h5:first-child {
  margin-top: 0.5em;
}
/* line 647, ../sass/project.scss */
table.expandable tbody label {
  font-weight: bold;
}
/* line 651, ../sass/project.scss */
table.expandable tbody .open + tr {
  display: table-row;
}
/* line 656, ../sass/project.scss */
table.expandable td, table.expandable th {
  border-bottom: 1px solid black;
}
/* line 660, ../sass/project.scss */
table.expandable th {
  font-weight: normal;
}
/* line 663, ../sass/project.scss */
table.expandable th:first-child, table.expandable th:last-child {
  cursor: pointer;
  width: 1em;
}

@media screen and (min-width: 600px) {
  /* line 672, ../sass/project.scss */
  .columns,
  #section-intro .wrapper {
    display: flex;
    align-items: flex-start;
  }
  /* line 677, ../sass/project.scss */
  .columns > *,
  #section-intro .wrapper > * {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
  }
  /* line 682, ../sass/project.scss */
  .columns > *:first-child,
  #section-intro .wrapper > *:first-child {
    border-right: 32px solid transparent;
  }
  /* line 686, ../sass/project.scss */
  .columns > *:last-child,
  #section-intro .wrapper > *:last-child {
    border-left: 32px solid transparent;
  }
}
/* line 693, ../sass/project.scss */
#side-menu {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 15em;
}
/* line 698, ../sass/project.scss */
#side-menu li {
  display: list-item;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #333333;
}
/* line 704, ../sass/project.scss */
#side-menu li:after {
  content: none;
}
/* line 709, ../sass/project.scss */
#side-menu a {
  display: inline-block;
  color: #333333;
  background-repeat: no-repeat;
}
/* line 714, ../sass/project.scss */
#side-menu a svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
/* line 720, ../sass/project.scss */
#side-menu a#nav-crs-score svg {
  position: relative;
  top: 5px;
}
/* line 725, ../sass/project.scss */
#side-menu a#nav-crs-resources svg {
  position: relative;
  top: 5px;
}
/* line 730, ../sass/project.scss */
#side-menu a#nav-crs-account {
  display: inline-block;
  padding-left: 35px;
}
/* line 735, ../sass/project.scss */
#side-menu a:hover {
  color: #418fde;
  text-decoration: none;
}

/* line 743, ../sass/project.scss */
.scoreboard li {
  display: inline-block;
}
/* line 747, ../sass/project.scss */
.scoreboard li.off svg path {
  opacity: 0.204;
  fill: #333;
}
/* line 754, ../sass/project.scss */
.scoreboard svg {
  width: 72px;
  height: 72px;
}
/* line 758, ../sass/project.scss */
.scoreboard svg path {
  fill: #bf0d3e;
}

/* line 764, ../sass/project.scss */
.crs .inner-wrapper {
  flex: 1 1 auto;
}
/* line 767, ../sass/project.scss */
.crs .inner-wrapper > * {
  margin-top: 0;
}

/* line 774, ../sass/project.scss */
.crs.login main .wrapper #primary {
  order: 1;
}
/* line 778, ../sass/project.scss */
.crs.login main .wrapper #secondary {
  order: 2;
  margin-top: 0;
  padding-right: 0;
}
@media screen and (min-width: 720px) {
  /* line 773, ../sass/project.scss */
  .crs.login main .wrapper {
    display: flex;
  }
  /* line 787, ../sass/project.scss */
  .crs.login main .wrapper #secondary {
    margin-top: 24px;
    padding-left: 3em;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 27em;
  }
}

/* line 799, ../sass/project.scss */
.crs.register form {
  margin-top: 24px;
  padding: 24px;
}
/* line 805, ../sass/project.scss */
.crs.register #login-form .register {
  display: none;
}

/* line 812, ../sass/project.scss */
#login-form .register {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 2px solid #418fde;
}

/* line 821, ../sass/project.scss */
#login-form h3,
#reg-form h3 {
  margin-top: 0;
  text-transform: uppercase;
}

/* line 827, ../sass/project.scss */
#login-form,
#contactusform {
  padding: 24px;
  background-color: #f1f1f1;
  background-clip: padding-box;
}

/* line 834, ../sass/project.scss */
.list-unstyled {
  list-style-type: none;
  padding-left: 0;
}

/* line 840, ../sass/project.scss */
.coverage section {
  margin: 3.5em 0;
  padding-left: 112px;
  background-repeat: no-repeat;
  background-position-y: 10px;
}
/* line 849, ../sass/project.scss */
.coverage section h2 {
  margin-bottom: 0;
}
/* line 854, ../sass/project.scss */
.coverage #public {
  background-image: url(../images/icon_public.svg);
  background-size: 72px 72px;
  background-position-x: 5px;
}
/* line 862, ../sass/project.scss */
.coverage #association {
  background-image: url(../images/icon_association.svg);
  background-size: 80px 80px;
}
/* line 869, ../sass/project.scss */
.coverage #personal {
  background-image: url(../images/icon_personal.svg);
  background-size: 72px 72px;
  background-position-x: 5px;
}
/* line 877, ../sass/project.scss */
.coverage #isr {
  background-image: url(../images/icon_isr.svg);
  background-size: 72px 72px;
  background-position-x: 5px;
}
/* line 885, ../sass/project.scss */
.coverage #marine {
  background-image: url(../images/icon_marine.svg);
  background-size: 64px 64px;
  background-position-x: 10px;
}
/* line 893, ../sass/project.scss */
.coverage #motor {
  background-image: url(../images/icon_motor.svg);
  background-size: 60px 60px;
  background-position: 15px top;
}

/* line 903, ../sass/project.scss */
.docs article {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 2px solid #418fde;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 480px) {
  /* line 903, ../sass/project.scss */
  .docs article {
    margin-right: 3em;
    width: 30em;
  }
}
/* line 918, ../sass/project.scss */
.docs article header h4 {
  margin: 0;
}
/* line 922, ../sass/project.scss */
.docs article header p:last-child {
  margin-bottom: 0;
}
/* line 927, ../sass/project.scss */
.docs article .button {
  margin: 0;
  background-image: url(../images/icon_download.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 16px center;
}

/* line 940, ../sass/project.scss */
.contact main .wrapper:first-child {
  margin-top: 1.5em;
}
/* line 944, ../sass/project.scss */
.contact .vcard h1 {
  margin-top: 0;
}

/* line 949, ../sass/project.scss */
.logo-marsh {
  background: url("https://cdn.jlta.com.au/images/logo_marsh_white.svg") no-repeat;
  display: block;
  width: 160px;
  height: 24px;
}

/* line 956, ../sass/project.scss */
footer {
  clear: both;
  background-color: #f1f1f1;
}
/* line 960, ../sass/project.scss */
footer .wrapper {
  max-width: 100%;
  background-color: #38424b;
  padding: 1em;
}
/* line 965, ../sass/project.scss */
footer .wrapper:last-child {
  background-color: #c5c6ca;
}
/* line 969, ../sass/project.scss */
footer .wrapper .inner-wrapper {
  max-width: 1152px;
  margin: 0 auto;
}
/* line 975, ../sass/project.scss */
footer .logo-mmc {
  display: inline-block;
  width: 173px;
  height: 24px;
  background: url("https://cdn.jlta.com.au/images/logo_mmc_white.svg") no-repeat;
}
/* line 987, ../sass/project.scss */
footer nav a {
  border-right: none;
  text-decoration: none;
}
/* line 991, ../sass/project.scss */
footer nav a:link, footer nav a:visited, footer nav a:active {
  color: #fff;
  font-weight: bold;
}
/* line 999, ../sass/project.scss */
footer nav li {
  display: list-item;
  font-weight: bold;
}
@media screen and (min-width: 720px) {
  /* line 1007, ../sass/project.scss */
  footer p:first-of-type {
    margin-top: 0;
  }
  /* line 1012, ../sass/project.scss */
  footer nav {
    float: right;
    margin-left: 24px;
  }
  /* line 1016, ../sass/project.scss */
  footer nav li {
    display: inline-block;
    margin-left: 3em;
  }
  /* line 1021, ../sass/project.scss */
  footer nav a {
    padding: 0;
  }
}

/* line 1030, ../sass/project.scss */
body.show-banner #marsh-jlt-banner {
  display: block;
}
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  /* line 1036, ../sass/project.scss */
  body.show-banner #site-header {
    position: static;
  }
  /* line 1040, ../sass/project.scss */
  body.show-banner #banner {
    padding-top: 0;
  }
}
/* line 1046, ../sass/project.scss */
body #marsh-jlt-banner {
  display: none;
  position: absolute;
  background-color: #002c77;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 720px) {
  /* line 1054, ../sass/project.scss */
  body #marsh-jlt-banner p {
    width: 75%;
  }
  /* line 1058, ../sass/project.scss */
  body #marsh-jlt-banner .logo-marsh {
    position: relative;
    float: right;
  }
}
/* line 1064, ../sass/project.scss */
body #marsh-jlt-banner .highlight {
  text-transform: uppercase;
}
/* line 1068, ../sass/project.scss */
body #marsh-jlt-banner .wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}
/* line 1073, ../sass/project.scss */
body #marsh-jlt-banner a {
  color: #fff;
  text-decoration: underline;
  margin-left: 0;
}
