/* site specific theme settings */
/* jlt 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: 1.0.0
 * Date: 03/07/2015
 */
@font-face {
  font-family: 'BebasNeue-Regular';
  src: url("../fonts/BebasNeue-Regular.otf") format("opentype"), url("../fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue-Bold';
  src: url("../fonts/BebasNeue-Bold.otf") format("opentype"), url("../fonts/BebasNeue-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@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 47, ../sass/_typography-1.0.0.scss */
html {
  font-size: 62.5%;
}

/* line 51, ../sass/_typography-1.0.0.scss */
body {
  font: normal 16px/24px "OpenSans-Regular",  arial, sans-serif;
}

/* line 55, ../sass/_typography-1.0.0.scss */
h1,
h2,
h3,
h4,
h5 {
  text-rendering: optimizelegibility;
}

/* line 63, ../sass/_typography-1.0.0.scss */
h1 {
  font: normal 30px/1.6em "BebasNeue-Regular", "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 70, ../sass/_typography-1.0.0.scss */
h2 {
  font: normal 28px/1.7143em "BebasNeue-Regular", "OpenSans-Regular", arial, sans-serif;
  font-size: 2.8rem;
  margin-top: 0.8571em;
  margin-bottom: 0.428575em;
}

/* line 77, ../sass/_typography-1.0.0.scss */
h3 {
  font: normal 24px/1em "BebasNeue-Regular", "OpenSans-Light", arial, sans-serif;
  font-size: 2.4rem;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

/* line 84, ../sass/_typography-1.0.0.scss */
h4 {
  font: normal 20px/1.2em "BebasNeue-Regular", "OpenSans-Light", arial, sans-serif;
  font-size: 2rem;
  margin-top: 1.2em;
  margin-bottom: 0.6em;
}

/* line 91, ../sass/_typography-1.0.0.scss */
h5 {
  font: 18px/1.3333em  "BebasNeue-Bold", "OpenSans-Light", arial, sans-serif;
  font-size: 1.8rem;
  margin-top: 1.3333em;
  margin-bottom: 0;
}

/* line 98, ../sass/_typography-1.0.0.scss */
h6 {
  font: bold 16px/1.5em "OpenSans-Light", arial, sans-serif;
  font-size: 1.6rem;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 720px) {
  /* line 106, ../sass/_typography-1.0.0.scss */
  h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1em;
    margin-top: 0.75em;
    margin-bottom: 0.25em;
  }

  /* line 115, ../sass/_typography-1.0.0.scss */
  h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.333em;
    margin-top: 0.6667em;
    margin-bottom: 0.33335em;
  }

  /* line 124, ../sass/_typography-1.0.0.scss */
  h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.6em;
    margin-top: 0.8em;
    margin-bottom: 0.4em;
  }

  /* line 133, ../sass/_typography-1.0.0.scss */
  h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3333em;
    margin-top: 1em;
    margin-bottom: 0.5em;
  }

  /* line 142, ../sass/_typography-1.0.0.scss */
  h5 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2em;
    margin-top: 1.2em;
    margin-bottom: 0.6em;
  }

  /* line 150, ../sass/_typography-1.0.0.scss */
  h6 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333em;
    margin-top: 1.3333em;
    margin-bottom: 0.75em;
    font-weight: 600;
  }
}
/*
 * JLTA 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;
  }
}
/* line 266, ../sass/_core-1.0.0.scss */
.preload .preload-hide,
.postload .postload-hide,
.js .js-hide,
.no-js .no-js-hide,
.preload.js .preload-js-hide,
.preload.no-js .preload-no-js-hide,
.postload.js .postload-js-hide,
.postload.no-js .postload-no-js-hide,
.lt-ie9 .lt-ie9-hide {
  display: none !important;
}

/*
 * JLTA Web Common Styles
 * Version: 1.0.0
 * Date: 03/07/2015
 */
/* Declarations */
/* line 37, ../sass/_common-1.0.0.scss */
body {
  color: #666765;
}

/* line 41, ../sass/_common-1.0.0.scss */
.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1152px;
  padding: 1.5em 1em;
}
@media screen and (min-width: 1152px) {
  /* line 41, ../sass/_common-1.0.0.scss */
  .wrapper {
    padding: 3em 0;
  }
}
/* line 50, ../sass/_common-1.0.0.scss */
.lt-ie9 .wrapper {
  padding: 3em 0;
}

/* line 55, ../sass/_common-1.0.0.scss */
#site-header {
  background-color: rgba(255, 255, 255, 0.95);
}
/* line 58, ../sass/_common-1.0.0.scss */
.lt-ie9 #site-header {
  background-color: #f2f2f2;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 96px;
}
/* line 67, ../sass/_common-1.0.0.scss */
.lt-ie9 #site-header nav {
  position: absolute;
  text-align: center;
  right: 0;
  top: 1.5em;
}
/* line 74, ../sass/_common-1.0.0.scss */
.lt-ie9 #site-header .logo-jlt {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
}
/* line 82, ../sass/_common-1.0.0.scss */
#site-header h1 {
  margin: 0;
}
/* line 86, ../sass/_common-1.0.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 95, ../sass/_common-1.0.0.scss */
.no-svg #site-header .logo-jlt {
  background-image: url("../images/logo_jlt_130.png");
}
@media screen and (min-width: 720px) {
  /* line 55, ../sass/_common-1.0.0.scss */
  #site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
  }
  /* line 107, ../sass/_common-1.0.0.scss */
  #site-header nav {
    position: relative;
    text-align: center;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  /* line 55, ../sass/_common-1.0.0.scss */
  #site-header {
    height: 96px;
  }
  /* line 117, ../sass/_common-1.0.0.scss */
  #site-header .logo-jlt {
    position: absolute;
    top: 0.5em;
    left: 0.333em;
    display: inline-block;
  }
  /* line 124, ../sass/_common-1.0.0.scss */
  #site-header nav {
    position: absolute;
    right: 1em;
    top: 1.5em;
  }
}
@media screen and (min-width: 1152px) {
  /* line 132, ../sass/_common-1.0.0.scss */
  #site-header .logo-jlt {
    left: 0;
  }
  /* line 136, ../sass/_common-1.0.0.scss */
  #site-header nav {
    right: 0;
  }
}

@media screen and (min-width: 720px) {
  /* line 142, ../sass/_common-1.0.0.scss */
  #nav-main {
    display: table;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  /* line 142, ../sass/_common-1.0.0.scss */
  #nav-main {
    display: block;
  }
}
/* line 153, ../sass/_common-1.0.0.scss */
.lt-ie9 #nav-main {
  display: table;
  margin: 0 auto;
}

/* line 164, ../sass/_common-1.0.0.scss */
#nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 11px;
  z-index: 100;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
/* line 174, ../sass/_common-1.0.0.scss */
.lt-ie9 #nav-toggle {
  background-color: black;
  display: none;
}
/* line 179, ../sass/_common-1.0.0.scss */
#nav-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
}
/* line 185, ../sass/_common-1.0.0.scss */
#nav-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
  /* put this above */
}
@media screen and (min-width: 720px) {
  /* line 164, ../sass/_common-1.0.0.scss */
  #nav-toggle {
    display: none;
  }
}

/* line 195, ../sass/_common-1.0.0.scss */
#banner {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 199, ../sass/_common-1.0.0.scss */
.lt-ie9 #banner {
  background-color: black;
  margin-top: 0;
}
/* line 203, ../sass/_common-1.0.0.scss */
.lt-ie9 #banner .wrapper {
  padding: 0 1em;
  height: 132px;
}
/* line 207, ../sass/_common-1.0.0.scss */
.home .lt-ie9 #banner .wrapper {
  height: auto;
}
@media screen and (min-width: 600px) {
  /* line 195, ../sass/_common-1.0.0.scss */
  #banner {
    margin-top: 0;
  }
}
@media screen and (min-width: 720px) {
  /* line 218, ../sass/_common-1.0.0.scss */
  #banner .wrapper {
    padding: 0 1em;
    height: 132px;
  }
}

@media screen and (min-width: 720px) {
  /* line 230, ../sass/_common-1.0.0.scss */
  .primary {
    width: 68.75%;
    padding: 0 3em 0 0;
  }
}
/* line 237, ../sass/_common-1.0.0.scss */
.lt-ie9 .primary {
  width: 68.75%;
  padding: 0 3em 0 0;
}

/* line 243, ../sass/_common-1.0.0.scss */
aside.secondary {
  position: relative;
  padding: 1.5em 0;
}
/* line 247, ../sass/_common-1.0.0.scss */
aside.secondary h4:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 720px) {
  /* line 243, ../sass/_common-1.0.0.scss */
  aside.secondary {
    position: absolute;
    top: 2.25em;
    right: 0;
    width: 25%;
    height: calc(100% - 5.5em);
    padding: 0 0 0 1.5em;
  }
  /* line 259, ../sass/_common-1.0.0.scss */
  aside.secondary h4:first-of-type {
    margin-top: 1.2em;
  }
}
/* line 264, ../sass/_common-1.0.0.scss */
.lt-ie9 aside.secondary {
  position: absolute;
  top: 2.25em;
  right: 0;
  width: 25%;
  height: calc(100% - 5.5em);
  padding: 0 0 0 1.5em;
}
/* line 272, ../sass/_common-1.0.0.scss */
.lt-ie9 aside.secondary h4:first-of-type {
  margin-top: 1.2em;
}

/* line 278, ../sass/_common-1.0.0.scss */
footer {
  background-color: rgba(0, 0, 0, 0.25);
}
/* line 280, ../sass/_common-1.0.0.scss */
footer .lt-ie9 {
  background-color: black;
}
/* line 284, ../sass/_common-1.0.0.scss */
footer .logo-jlt {
  display: block;
  width: 96px;
  height: 36px;
  background: url("../images/logo_jlt.svg") no-repeat;
}
/* line 290, ../sass/_common-1.0.0.scss */
.no-svg footer .logo-jlt {
  background-image: url("../images/logo_jlt_white.png");
}
/* line 295, ../sass/_common-1.0.0.scss */
footer nav {
  margin-bottom: 0.5em;
}
/* line 298, ../sass/_common-1.0.0.scss */
footer nav a {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 720px) {
  /* line 304, ../sass/_common-1.0.0.scss */
  footer nav li {
    display: inline;
  }
  /* line 307, ../sass/_common-1.0.0.scss */
  footer nav li:first-child a {
    padding-left: 0;
  }
  /* line 311, ../sass/_common-1.0.0.scss */
  footer nav li:last-child a {
    border-right: 0;
  }
  /* line 316, ../sass/_common-1.0.0.scss */
  footer nav a {
    border-right: 1px solid;
    padding: 0 1.13636%;
  }
}
/* line 324, ../sass/_common-1.0.0.scss */
.lt-ie9 footer nav li {
  display: inline;
}
/* line 327, ../sass/_common-1.0.0.scss */
.lt-ie9 footer nav li:first-child a {
  padding-left: 0;
}
/* line 331, ../sass/_common-1.0.0.scss */
.lt-ie9 footer nav li:last-child a {
  border-right: 0;
}
/* line 336, ../sass/_common-1.0.0.scss */
.lt-ie9 footer nav a {
  border-right: 1px solid;
  padding: 0 1.13636%;
}

/*
 * JLTA Web Corporate Styles
 * Version: 1.0.0
 * Date: 03/07/2015
 */
/* Corporate header styles */
/* line 65, ../sass/_corporate-1.0.0.scss */
.button {
  display: inline-block;
  margin: 0 auto;
  padding: 0.6em 1.5em 0.8em;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  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;
}
@media screen and (min-width: 720px) {
  /* line 65, ../sass/_corporate-1.0.0.scss */
  .button {
    margin: 0;
  }
}
/* line 77, ../sass/_corporate-1.0.0.scss */
.lt-ie9 .button {
  margin: 0;
}
/* line 80, ../sass/_corporate-1.0.0.scss */
.button.fat {
  padding: 0.75em 2em;
}

@media screen and (min-width: 720px) {
  /* line 85, ../sass/_corporate-1.0.0.scss */
  .home #banner .wrapper,
  #primary-content .wrapper {
    padding: 2.25em 1em 3em;
  }
}
@media screen and (min-width: 1184px) {
  /* line 85, ../sass/_corporate-1.0.0.scss */
  .home #banner .wrapper,
  #primary-content .wrapper {
    padding: 2.25em 0 3em;
  }
}
/* line 93, ../sass/_corporate-1.0.0.scss */
.lt-ie9 .home #banner .wrapper, .lt-ie9
#primary-content .wrapper {
  padding: 2.25em 0 3em;
}

/*** nav-main ***/
/*
#nav-main {
  height: 0;
  overflow: hidden;
  padding-top: 1.7143em;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7143em;
  @include 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);

  li:first-child {
    margin-top: 0;
  }

  a {
    display: block;
    padding: 0.4285em 0;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid;
  }

  @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;
        }

        .lt-ie9 & {
          clear: none;
        }

        a {
          border-right: 1px solid;
        }
      }
    }
  }

  @media screen and (min-width: $break-main) {
    height: auto;
    text-align: right;
    padding-top: 0;

    li {
      display: inline;
      width: auto;
    }

    a {
      display: block;
      padding: 0.85714em;
      border-bottom: 1px solid;
      @include transition(all 0.1s linear);
    }

    &.expanded {
      height: auto;
      margin-top: 0;
    }
  }

  .lt-ie9 & {
    a {
      display: block;
      padding: 0.85714em;
      border-bottom: 1px solid;
    }

    li {
      display: inline;
      float: left;
      width: auto;

      &:nth-child(2n+1) {
        clear: left;

        a {
          border-right: 1px solid;
        }
      }
    }

    height: auto;
    text-align: right;
    padding-top: 0;

    &.expanded {
      height: auto;
      margin-top: 0;
    }
  }
}
*/
/*** banner ***/
/* line 214, ../sass/_corporate-1.0.0.scss */
#banner {
  background-image: url("../images/bg_banner.jpg");
  background-repeat: no-repeat;
  background-position: center 96px;
}
/* line 220, ../sass/_corporate-1.0.0.scss */
#banner h2 {
  margin: 0;
}
/* line 223, ../sass/_corporate-1.0.0.scss */
.home #banner {
  background-image: url("../images/bg_banner_home.jpg");
  text-align: center;
}
/* line 226, ../sass/_corporate-1.0.0.scss */
.home #banner h1 {
  margin-top: 0.4em;
  line-height: 1.2em;
}
/* line 230, ../sass/_corporate-1.0.0.scss */
.home #banner h2 {
  padding-top: 0;
  margin-top: 0.35715em;
  line-height: 1.2857em;
}
/* line 235, ../sass/_corporate-1.0.0.scss */
.home #banner p {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333em;
  margin: 2.6666em auto;
}
@media screen and (min-width: 720px) {
  /* line 214, ../sass/_corporate-1.0.0.scss */
  #banner {
    padding-top: 96px;
  }
  /* line 245, ../sass/_corporate-1.0.0.scss */
  #banner h2 {
    margin: 0;
    padding-top: 2em;
  }
  /* line 249, ../sass/_corporate-1.0.0.scss */
  .home #banner {
    background-image: url("../images/bg_banner_home.jpg");
    background-position: center 96px;
  }
  /* line 254, ../sass/_corporate-1.0.0.scss */
  .home #banner h1 {
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1em;
  }
  /* line 259, ../sass/_corporate-1.0.0.scss */
  .home #banner h2 {
    line-height: 1.3333em;
  }
  /* line 262, ../sass/_corporate-1.0.0.scss */
  .home #banner p {
    width: 66.6667%;
  }
}
@media screen and (min-width: 1024px) {
  /* line 214, ../sass/_corporate-1.0.0.scss */
  #banner {
    padding-top: 96px;
  }
}
/* line 271, ../sass/_corporate-1.0.0.scss */
.lt-ie9 #banner {
  border: 1px solid purple;
  height: 100px;
  padding-top: 96px;
}
/* line 275, ../sass/_corporate-1.0.0.scss */
.lt-ie9 #banner h2 {
  margin: 0;
  padding-top: 2em;
}
/* line 279, ../sass/_corporate-1.0.0.scss */
.home .lt-ie9 #banner {
  background-image: url("../images/bg_banner_home.jpg");
  background-position: center 96px;
}
/* line 284, ../sass/_corporate-1.0.0.scss */
.home .lt-ie9 #banner h1 {
  margin-top: 1em;
  margin-bottom: 0;
  line-height: 1em;
}
/* line 289, ../sass/_corporate-1.0.0.scss */
.home .lt-ie9 #banner h2 {
  line-height: 1.3333em;
}
/* line 292, ../sass/_corporate-1.0.0.scss */
.home .lt-ie9 #banner p {
  width: 66.6667%;
}

/*** content elements ***/
/* line 302, ../sass/_corporate-1.0.0.scss */
.primary h3 {
  margin-top: 0;
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid;
}

/* line 310, ../sass/_corporate-1.0.0.scss */
.secondary {
  text-align: center;
}
/* line 313, ../sass/_corporate-1.0.0.scss */
.secondary nav li {
  border-bottom: 1px solid;
}
/* line 315, ../sass/_corporate-1.0.0.scss */
.secondary nav 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 310, ../sass/_corporate-1.0.0.scss */
  .secondary {
    border-left: 1px solid;
    text-align: left;
  }
  /* line 330, ../sass/_corporate-1.0.0.scss */
  .secondary nav li a {
    padding: 0.4285em 0 0.4285em 1.7142em;
  }
}
/* line 336, ../sass/_corporate-1.0.0.scss */
.lt-ie9 .secondary {
  border-left: 1px solid;
  text-align: left;
}
/* line 341, ../sass/_corporate-1.0.0.scss */
.lt-ie9 .secondary nav li a {
  padding: 0.4285em 0 0.4285em 1.7142em;
}

/*** footer ***/
/* line 352, ../sass/_corporate-1.0.0.scss */
footer .logo-jlt {
  width: 96px;
  height: 36px;
  margin-bottom: 0.75em;
}
/* line 358, ../sass/_corporate-1.0.0.scss */
footer nav a {
  text-decoration: none;
}
/* line 360, ../sass/_corporate-1.0.0.scss */
footer nav a:hover {
  text-decoration: underline;
}
/* line 365, ../sass/_corporate-1.0.0.scss */
footer #nav-footer {
  margin-bottom: 3em;
  width: 100%;
}
/* line 368, ../sass/_corporate-1.0.0.scss */
footer #nav-footer li {
  display: inline-block;
  margin-left: 3.6em;
  vertical-align: top;
}
/* line 372, ../sass/_corporate-1.0.0.scss */
footer #nav-footer li:first-child {
  margin-left: 0;
}
/* line 376, ../sass/_corporate-1.0.0.scss */
footer #nav-footer a {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  border: 0;
}
/* line 381, ../sass/_corporate-1.0.0.scss */
footer #nav-footer a:hover {
  text-decoration: underline;
}

/* line 4, ../sass/_nav.scss */
header nav {
  text-align: center;
}
/* line 7, ../sass/_nav.scss */
header nav a {
  display: block;
  padding: 0.6875em 0;
  text-decoration: none;
}
@media screen and (min-width: 720px) {
  /* line 4, ../sass/_nav.scss */
  header nav {
    height: auto;
    text-align: left;
    margin: 24px 0 8px;
  }
  /* line 18, ../sass/_nav.scss */
  header nav li {
    display: inline;
    border: 0;
  }
  /* line 23, ../sass/_nav.scss */
  header nav a {
    display: inline-block;
    padding: 0.75em 1em;
  }
}

/* line 31, ../sass/_nav.scss */
header nav {
  position: relative;
}
/* line 34, ../sass/_nav.scss */
header nav a {
  display: block;
  border-bottom: 2px solid #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
}
/* line 42, ../sass/_nav.scss */
header nav a:visited, header nav a:link {
  color: #fff;
}
/* line 47, ../sass/_nav.scss */
header nav a:hover, header nav a:focus, header nav a:active {
  text-decoration: none;
}
/* line 54, ../sass/_nav.scss */
header nav ul {
  position: relative;
}
/* line 57, ../sass/_nav.scss */
header nav ul ul {
  padding: 0;
}
/* line 60, ../sass/_nav.scss */
header nav ul ul li {
  float: none;
  display: block;
  position: relative;
}
/* line 65, ../sass/_nav.scss */
header nav ul ul li a {
  text-align: left;
}
@media screen and (min-width: 400px) {
  /* line 73, ../sass/_nav.scss */
  header nav a {
    display: table-cell;
  }
}
@media screen and (min-width: 720px) {
  /* line 31, ../sass/_nav.scss */
  header nav {
    top: 0;
    margin: 0;
  }
  /* line 85, ../sass/_nav.scss */
  header nav ul ul {
    display: none;
    position: absolute;
  }
  /* line 90, ../sass/_nav.scss */
  header nav ul li:hover > ul {
    display: block;
  }
  /* line 95, ../sass/_nav.scss */
  header nav li {
    display: inline-block;
  }
  /* line 99, ../sass/_nav.scss */
  header nav a {
    display: block;
    border: 0;
    padding: 0.857em;
  }
}

/* line 16, ../sass/project.scss */
html {
  background-color: #111709;
}

/* line 20, ../sass/project.scss */
body {
  background-color: #fff;
  color: #666765;
}

/* line 25, ../sass/project.scss */
h2,
h3,
h4 {
  color: #8dc63f;
}

/* line 31, ../sass/project.scss */
h4,
h5,
h6 {
  color: #111709;
}

/* line 37, ../sass/project.scss */
section h2:first-of-type {
  margin: 0;
  border-bottom: 1px solid #d1d9e0;
}
/* line 41, ../sass/project.scss */
.home section h2:first-of-type {
  border-bottom: 0;
  margin-bottom: 0.6667em;
}

/* line 47, ../sass/project.scss */
p.lead {
  font-size: 2rem;
  font-style: normal;
  line-height: 1.2em;
  margin: 0 0 2.4em;
}

/* line 54, ../sass/project.scss */
a {
  color: #8dc63f;
}
/* line 57, ../sass/project.scss */
a[href^='tel'] {
  text-decoration: none;
  cursor: default;
}

/* line 63, ../sass/project.scss */
em {
  font-weight: bold;
  font-style: normal;
}
/* line 67, ../sass/project.scss */
em span {
  font-style: italic;
}

/* line 72, ../sass/project.scss */
ul.none {
  list-style: none;
}
/* line 75, ../sass/project.scss */
ul.none li > .title {
  display: inline-block;
  margin-left: -1em;
  margin-bottom: 1em;
}

/* line 82, ../sass/project.scss */
.vcard p {
  margin: 0;
}

/* line 86, ../sass/project.scss */
.button {
  font-size: 1.6rem;
  background-color: #8dc63f;
  border: 1px solid #8dc63f;
  border-radius: 4px;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
  padding: 0.375em 1em;
  transition: background-color 0.1s, color 0.1s;
}
/* line 98, ../sass/project.scss */
.button:hover {
  border-color: #72a230;
  background-color: #79ac33;
  color: #ececec;
}
/* line 104, ../sass/project.scss */
.button:active {
  background-color: #72a230;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
}
/* line 109, ../sass/project.scss */
.button.fat {
  font-size: 2rem;
  line-height: 1em;
  padding: 0.417em 1em 0.5em;
}
/* line 115, ../sass/project.scss */
.button.secondary {
  background-color: #111709;
  border: 1px solid #111709;
}
/* line 119, ../sass/project.scss */
.button.secondary:hover {
  background-color: black;
}
/* line 124, ../sass/project.scss */
.button.tertiary {
  background-color: #8dc63f;
  border: 1px solid #8dc63f;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
}
/* line 130, ../sass/project.scss */
.button.tertiary:hover {
  background-color: #72a230;
}
@media screen and (min-width: 720px) {
  /* line 136, ../sass/project.scss */
  .button.tertiary {
    background-color: #fff;
    border: 1px solid #fff;
    color: #8dc63f;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  }
  /* line 142, ../sass/project.scss */
  .button.tertiary:hover {
    background-color: #e6e6e6;
  }
}

/* line 149, ../sass/project.scss */
section {
  position: relative;
}

/* line 153, ../sass/project.scss */
.wrapper {
  padding: 1.5em 1em;
}
/* line 5, ../sass/project.scss */
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
/* line 11, ../sass/project.scss */
.wrapper:after {
  clear: both;
}
@media screen and (min-width: 1152px) {
  /* line 153, ../sass/project.scss */
  .wrapper {
    padding: 3em 0;
  }
}

@media screen and (min-width: 720px) {
  /* line 169, ../sass/project.scss */
  .inner-content.left {
    width: 45.83%;
  }
}

/* line 176, ../sass/project.scss */
.nav-social {
  margin: 0 auto;
  padding: 0;
  width: 288px;
}
/* line 181, ../sass/project.scss */
.nav-social li {
  display: inline;
  margin-left: 1.5em;
}
/* line 185, ../sass/project.scss */
.nav-social li a {
  display: inline-block;
  text-indent: -1000em;
  width: 96px;
  height: 48px;
}
/* line 191, ../sass/project.scss */
.nav-social li a#fb {
  background: url("../images/logo_fb.svg") no-repeat center top;
  background-size: contain;
}
/* line 196, ../sass/project.scss */
.nav-social li a#youtube {
  background: url("../images/logo_youtube.svg") no-repeat center top;
  background-size: contain;
}

/* line 205, ../sass/project.scss */
#site-header {
  background-color: #111709;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.09);
  height: auto;
}
/* line 211, ../sass/project.scss */
#site-header .wrapper {
  padding-top: 0.75em;
  padding-bottom: 0;
}
/* line 216, ../sass/project.scss */
#site-header h1 {
  margin-bottom: 1em;
}
/* line 220, ../sass/project.scss */
#site-header .logo-complete-fitness {
  margin: 0 auto;
  width: 140px;
  height: 120px;
  background: url("../images/logo_complete_fitness.svg") no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (min-width: 720px) {
  /* line 205, ../sass/project.scss */
  #site-header {
    height: 168px;
    background-color: #111709;
  }
  /* line 234, ../sass/project.scss */
  #site-header h1 {
    margin-bottom: 0;
  }
  /* line 238, ../sass/project.scss */
  #site-header .logo-complete-fitness {
    margin: 0 auto;
    width: 112px;
    height: 96px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 205, ../sass/project.scss */
  #site-header {
    height: 120px;
    background-color: #111709;
  }
  /* line 250, ../sass/project.scss */
  #site-header h1 {
    margin-bottom: 0;
  }
  /* line 254, ../sass/project.scss */
  #site-header .logo-complete-fitness {
    position: absolute;
    z-index: 1;
    margin: 0;
  }
}
@media screen and (min-width: 1184px) {
  /* line 266, ../sass/project.scss */
  #site-header .logo-complete-fitness {
    margin: 0;
  }
}
/* line 274, ../sass/project.scss */
.lt-ie9 #site-header nav {
  position: absolute;
  top: 1.5em;
}
/* line 279, ../sass/project.scss */
.lt-ie9 #site-header .wrapper {
  padding: 1.5em 0;
}

/* line 285, ../sass/project.scss */
#nav-toggle {
  display: block;
  background-color: #8dc63f;
  top: -9em;
  right: 0;
}
/* line 291, ../sass/project.scss */
#nav-toggle .icon-bar {
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  /* line 285, ../sass/project.scss */
  #nav-toggle {
    display: none;
  }
}

/* line 300, ../sass/project.scss */
#nav-main {
  transition: height 250ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  height: 0;
}
/* line 304, ../sass/project.scss */
#nav-main.expanded {
  height: 19em;
}
/* line 307, ../sass/project.scss */
#nav-main a {
  color: #fff;
  background-color: #19220d;
  border-bottom: 1px dotted #2e3427;
  position: relative;
  display: block;
  padding-left: 1em;
  font-family: 'BebasNeue-Regular';
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 319, ../sass/project.scss */
#nav-main ul a {
  display: block;
  background-color: #418fde;
}
@media screen and (min-width: 720px) {
  /* line 300, ../sass/project.scss */
  #nav-main {
    height: auto;
    overflow: visible;
  }
  /* line 328, ../sass/project.scss */
  #nav-main a {
    transition: color 0.1s linear;
    background-color: transparent;
    color: #ddd;
    border-bottom: 0;
    font-size: 20px;
    font-size: 2.0rem;
  }
  /* line 336, ../sass/project.scss */
  #nav-main a:hover {
    color: #8dc63f;
  }
}

/* line 343, ../sass/project.scss */
#banner {
  padding-top: 120px;
  background-repeat: no-repeat;
}
/* line 351, ../sass/project.scss */
#banner .wrapper {
  padding: 0 1em;
  height: 204px;
  background: url("../images/icon_24hr.svg") no-repeat;
  background-position: center 75%;
  background-size: 120px;
}
/* line 359, ../sass/project.scss */
#banner h1 {
  margin: 0;
}
/* line 363, ../sass/project.scss */
#banner h2 {
  z-index: 1;
  border-bottom: 0;
  text-align: center;
  line-height: normal;
  color: #8dc63f;
  position: absolute;
  top: 0.375em;
  left: 0.375em;
  right: 0.375em;
}
/* line 375, ../sass/project.scss */
#banner ul {
  list-style: none;
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
  width: 100%;
}
/* line 384, ../sass/project.scss */
#banner ul li {
  display: block;
  margin-top: 0.5em;
  text-align: center;
}
/* line 389, ../sass/project.scss */
#banner ul li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 400px) {
  /* line 343, ../sass/project.scss */
  #banner {
    background-position: center top;
    background-size: auto 144px;
  }
  /* line 400, ../sass/project.scss */
  #banner .wrapper {
    padding: 0 1em;
    height: 204px;
  }
}
@media screen and (min-width: 720px) {
  /* line 343, ../sass/project.scss */
  #banner {
    background-size: 1920px 408px;
  }
  /* line 412, ../sass/project.scss */
  #banner .wrapper {
    padding: 0 1em;
    height: 358px;
    background-size: 168px;
    background-position: center 40%;
  }
  /* line 419, ../sass/project.scss */
  #banner h1 {
    margin-top: 0;
  }
  /* line 423, ../sass/project.scss */
  #banner h2 {
    text-align: left;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
    bottom: 12px;
    top: auto;
    color: #fff;
    width: 52%;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  /* line 343, ../sass/project.scss */
  #banner {
    background-position: center 96px;
    padding-top: 120px;
  }
  /* line 439, ../sass/project.scss */
  #banner .wrapper {
    background-position: center 24px;
    min-height: 430px;
  }
}
@media screen and (min-width: 1152px) {
  /* line 343, ../sass/project.scss */
  #banner {
    background-position: 85% 96px;
    background-size: 100%;
    padding-top: 216px;
  }
  /* line 450, ../sass/project.scss */
  #banner h2 {
    width: 75%;
  }
}

/* line 456, ../sass/project.scss */
.home #banner {
  text-align: center;
  background-size: cover;
  background-position: 35% top;
  position: relative;
}
/* line 464, ../sass/project.scss */
.home #banner h1,
.home #banner h3 {
  text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
}
/* line 469, ../sass/project.scss */
.home #banner h1 {
  margin: 0;
  color: #fff;
}
/* line 474, ../sass/project.scss */
.home #banner h3 {
  font-weight: normal;
  text-transform: none;
  color: #111709;
  margin-top: 0.5em;
  line-height: normal;
}
/* line 483, ../sass/project.scss */
.home #banner .button.fat {
  font-size: 1.6rem;
  padding: 0.375em 1em;
  line-height: 1.375em;
}
@media screen and (min-width: 600px) {
  /* line 456, ../sass/project.scss */
  .home #banner {
    background-position: center top;
  }
}
@media screen and (min-width: 720px) {
  /* line 456, ../sass/project.scss */
  .home #banner {
    background-size: 100%;
    background-position: center bottom;
  }
  /* line 498, ../sass/project.scss */
  .home #banner h1 {
    margin: 0 auto;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    width: 50%;
  }
  /* line 507, ../sass/project.scss */
  .home #banner h3 {
    margin-top: 0.4em;
    width: 75%;
    margin: 0.4em auto 0;
  }
}

/* line 518, ../sass/project.scss */
#section-products {
  position: relative;
  background: url("../images/bg_cardio.jpg") no-repeat center top;
  background-size: cover;
}
/* line 523, ../sass/project.scss */
#section-products h2 {
  text-align: center;
}
/* line 527, ../sass/project.scss */
#section-products img {
  box-shadow: none;
  width: 96px;
  margin: 0 auto;
  display: block;
  margin-bottom: 1.5em;
}
/* line 535, ../sass/project.scss */
#section-products #pricing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0;
  list-style: none;
  width: 100%;
}
/* line 544, ../sass/project.scss */
#section-products #pricing li {
  box-sizing: border-box;
  flex-basis: 100%;
  margin-bottom: 1em;
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  background-color: #111709;
  text-align: center;
  padding: 1em;
  border-radius: 4px;
}
/* line 556, ../sass/project.scss */
#section-products #pricing li h4 {
  border-bottom: 1px dotted #666765;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  text-align: center;
  color: #fff;
  margin-top: 0;
}
/* line 565, ../sass/project.scss */
#section-products #pricing li p {
  color: #8dc63f;
  text-align: center;
}
/* line 570, ../sass/project.scss */
#section-products #pricing li strong {
  font: 36px/1.333em "BebasNeue-Regular", "OpenSans-Regular";
}
/* line 574, ../sass/project.scss */
#section-products #pricing li em {
  font: 24px/24px "BebasNeue-Regular", "OpenSans-Regular";
}
/* line 578, ../sass/project.scss */
#section-products #pricing li a {
  color: #111709;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 400px) {
  /* line 585, ../sass/project.scss */
  #section-products #pricing {
    flex-wrap: wrap;
  }
  /* line 589, ../sass/project.scss */
  #section-products #pricing li {
    flex-basis: 160px;
  }
}
@media screen and (min-width: 600px) {
  /* line 596, ../sass/project.scss */
  #section-products #pricing {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  /* line 600, ../sass/project.scss */
  #section-products #pricing li {
    flex-shrink: 1;
  }
}
@media screen and (min-width: 720px) {
  /* line 607, ../sass/project.scss */
  #section-products #pricing {
    flex-wrap: nowrap;
  }
  /* line 612, ../sass/project.scss */
  #section-products #pricing li {
    flex-basis: 176px;
    margin: 0;
  }
  /* line 616, ../sass/project.scss */
  #section-products #pricing li strong {
    font: 48px/48px "BebasNeue-Regular", "OpenSans-Regular";
  }
  /* line 621, ../sass/project.scss */
  #section-products .wrapper {
    min-height: 408px;
  }
  /* line 625, ../sass/project.scss */
  #section-products h2 {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  /* line 631, ../sass/project.scss */
  #section-products #pricing li {
    flex-basis: 230px;
    padding: 1.5em;
  }
}
@media screen and (min-width: 1184px) {
  /* line 518, ../sass/project.scss */
  #section-products {
    background-size: 100%;
  }
  /* line 639, ../sass/project.scss */
  #section-products #pricing li {
    flex-basis: 252px;
  }
}

/* line 647, ../sass/project.scss */
#section-media {
  background: url("../images/bg_media.jpg") no-repeat center top;
}
/* line 650, ../sass/project.scss */
#section-media h2 {
  text-align: center;
}
/* line 654, ../sass/project.scss */
#section-media h4,
#section-media p {
  color: #fff;
}
/* line 659, ../sass/project.scss */
#section-media p {
  text-align: center;
}
/* line 663, ../sass/project.scss */
#section-media .inner-content {
  color: #fff;
}
/* line 667, ../sass/project.scss */
#section-media li {
  text-align: center;
}
@media screen and (min-width: 720px) {
  /* line 647, ../sass/project.scss */
  #section-media {
    height: 624px;
  }
}

/* line 688, ../sass/project.scss */
#section-about {
  background: url("../images/bg_gym.jpg") no-repeat 70% top;
  background-size: cover;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
}
/* line 694, ../sass/project.scss */
#section-about .inner-wrapper {
  background-color: rgba(17, 23, 9, 0.75);
  padding: 1.5em;
  width: cover;
}
/* line 700, ../sass/project.scss */
#section-about h2 {
  color: #fff;
}
/* line 704, ../sass/project.scss */
#section-about p {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 720px) {
  /* line 688, ../sass/project.scss */
  #section-about {
    background: url("../images/bg_gym.jpg") no-repeat center top;
    background-size: cover;
  }
  /* line 713, ../sass/project.scss */
  #section-about .inner-wrapper {
    background-color: rgba(17, 23, 9, 0.75);
    padding: 1.5em;
    width: cover;
  }
}

/* line 728, ../sass/project.scss */
.background-wrapper {
  width: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 720px) {
  /* line 728, ../sass/project.scss */
  .background-wrapper {
    width: 50%;
  }
}

/* line 745, ../sass/project.scss */
#section-personal-training {
  position: relative;
  background-color: #8dc63f;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
}
/* line 751, ../sass/project.scss */
#section-personal-training h2 {
  color: #fff;
}
/* line 755, ../sass/project.scss */
#section-personal-training .background-wrapper {
  background-image: url("../images/bg_personal_training.jpg");
  left: 0;
}
@media screen and (min-width: 720px) {
  /* line 761, ../sass/project.scss */
  #section-personal-training h4 {
    width: 66.666%;
    margin: 1.2em auto 0.6em;
  }
  /* line 766, ../sass/project.scss */
  #section-personal-training .wrapper {
    min-height: 384px;
  }
  /* line 775, ../sass/project.scss */
  #section-personal-training .inner-content.right {
    margin-left: 0;
  }
  /* line 780, ../sass/project.scss */
  #section-personal-training .background-wrapper {
    left: 0;
  }
}
@media screen and (min-width: 720px) {
  /* line 787, ../sass/project.scss */
  #section-personal-training .inner-content.right {
    margin-left: 54.1667%;
  }
}

/* line 805, ../sass/project.scss */
#section-contact .background-wrapper {
  background-image: url("../images/bg_contact.jpg");
  background-color: #f2f2f1;
  right: 0;
}
/* line 813, ../sass/project.scss */
#section-contact h3 {
  line-height: normal;
  margin: 0 0 0.8em;
}
/* line 819, ../sass/project.scss */
#section-contact .inner-content {
  margin-bottom: 0;
}

/* line 828, ../sass/project.scss */
footer {
  background-color: #111709;
  color: #707b62;
}
/* line 832, ../sass/project.scss */
footer .logo-complete-fitness {
  width: 96px;
  height: 82px;
  background: url("../images/logo_complete_fitness.svg") no-repeat;
  background-size: contain;
  display: block;
}
/* line 842, ../sass/project.scss */
footer nav a {
  color: #fff;
}

/* line 850, ../sass/project.scss */
.section.anchor {
  display: block;
  position: relative;
  visibility: hidden;
}
@media screen and (min-width: 720px) {
  /* line 850, ../sass/project.scss */
  .section.anchor {
    top: -120px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 850, ../sass/project.scss */
  .section.anchor {
    top: -96px;
  }
}

/* line 5, ../sass/project.scss */
.contact .wrapper:before, .contact .wrapper:after {
  content: "";
  display: table;
}
/* line 11, ../sass/project.scss */
.contact .wrapper:after {
  clear: both;
}

/* line 869, ../sass/project.scss */
table {
  border: 1px solid #d1d9e0;
}
/* line 872, ../sass/project.scss */
table td, table th {
  border: 1px solid #d1d9e0;
  padding: 0.25em 0.5em;
}

/*# sourceMappingURL=project.css.map */
