/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, import\_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, import\_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 32, import\_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 52, import\_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 65, import\_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, import\_normalize.scss */
dfn {
  font-style: italic;
}

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

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

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

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

/* line 167, import\_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, import\_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, import\_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, import\_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, import\_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, import\_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 227, import\_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 250, import\_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, import\_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 275, import\_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 288, import\_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 300, import\_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 309, import\_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 320, import\_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 332, import\_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-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 344, import\_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, import\_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, import\_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, import\_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, import\_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, import\_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, import\_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, import\_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, import\_normalize.scss */
td,
th {
  padding: 0;
}

/* line 4, import\_helper.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, import\_helper.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

@media print {
  /* line 16, import\_helper.scss */
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
    nowhitespace: afterproperty;
    text-shadow: none !important;
  }

  /* line 24, import\_helper.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 28, import\_helper.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 32, import\_helper.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 36, import\_helper.scss */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  /* line 40, import\_helper.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 45, import\_helper.scss */
  thead {
    display: table-header-group;
    nowhitespace: afterproperty;
  }

  /* line 50, import\_helper.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 54, import\_helper.scss */
  img {
    max-width: 100% !important;
  }

  /* line 58, import\_helper.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 63, import\_helper.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/* line 71, import\_helper.scss */
.cf:after {
  clear: both;
  content: "";
  display: table;
}

/* line 78, import\_helper.scss */
.hide-complete {
  display: none !important;
  visibility: hidden;
}

/* line 84, import\_helper.scss */
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* line 91, import\_helper.scss */
.invisible {
  visibility: hidden;
}

/* line 96, import\_helper.scss */
.hide-screen {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 107, import\_helper.scss */
.hide-screen.focusable:active, .hide-screen.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 11, screen.scss */
html {
  font: 400 100%/1.6 "Open Sans", sans-serif;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  min-height: 100%;
}

/* line 19, screen.scss */
body {
  background: white;
  color: #333333;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  text-rendering: optimizeLegibility;
}

/* line 27, screen.scss */
a {
  color: #333333;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 4, import\_mixins.scss */
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
}

/* line 37, screen.scss */
.active {
  cursor: default;
}

/* line 41, screen.scss */
b, strong {
  font-weight: 700;
}

/* line 45, screen.scss */
p, li {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* line 49, screen.scss */
::-moz-selection {
  background: #333333;
  color: #cccccc;
  text-shadow: none;
}
::selection {
  background: #333333;
  color: #cccccc;
  text-shadow: none;
}

/* line 55, screen.scss */
img, embed, object, video {
  height: auto;
  max-width: 100%;
}

/* line 60, screen.scss */
audio, canvas, img, svg, video {
  font-style: italic;
  vertical-align: middle;
}

/* line 65, screen.scss */
hr {
  background: #333333;
  background: -webkit-gradient(linear, left top, right top, from(rgba(51, 51, 51, 0)), color-stop(25%, #333333), color-stop(50%, #333333), color-stop(75%, #333333), to(rgba(51, 51, 51, 0)));
  background: -webkit-linear-gradient(left, rgba(51, 51, 51, 0) 0%, #333333 25%, #333333 50%, #333333 75%, rgba(51, 51, 51, 0) 100%);
  background: linear-gradient(to right, rgba(51, 51, 51, 0) 0%, #333333 25%, #333333 50%, #333333 75%, rgba(51, 51, 51, 0) 100%);
  border: 0;
  height: 1px;
}

/* line 72, screen.scss */
textarea {
  resize: vertical;
}

/* line 76, screen.scss */
address, blockquote, dl, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
  margin: 0 0 32px 0;
  margin: 0 0 2rem 0;
  padding: 0;
}

/* line 82, screen.scss */
h1, h2, h3, h4, h5, h6 {
  word-wrap: break-word;
}
/* line 85, screen.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #333333;
}
/* line 4, import\_mixins.scss */
h1 a:hover, h1 a:focus, h1 a:active, h2 a:hover, h2 a:focus, h2 a:active, h3 a:hover, h3 a:focus, h3 a:active, h4 a:hover, h4 a:focus, h4 a:active, h5 a:hover, h5 a:focus, h5 a:active, h6 a:hover, h6 a:focus, h6 a:active {
  outline: none;
  color: #333333;
  text-decoration: underline;
}

/* line 95, screen.scss */
h1 {
  font-size: 42px;
  font-size: 2.625rem;
}

/* line 99, screen.scss */
h2 {
  font-size: 32px;
  font-size: 2rem;
}

/* line 103, screen.scss */
h3 {
  font-size: 25px;
  font-size: 1.5625rem;
}

/* line 107, screen.scss */
h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 111, screen.scss */
h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 115, screen.scss */
h6 {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 119, screen.scss */
.content-wrap, .content .video_wrap .video_wrap--inner, .content h1, .content .menu-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  min-width: 400px;
}

/* line 129, screen.scss */
.content .video_wrap {
  background: #e5e5e5;
}
/* line 133, screen.scss */
.content .video_wrap .video_wrap--inner video {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
/* line 144, screen.scss */
.content .marsel {
  color: #e3020e;
  position: relative;
}
/* line 147, screen.scss */
.content .marsel span {
  color: #565655;
  font-weight: 300;
}
/* line 150, screen.scss */
.content .marsel span span {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 5px;
  margin-top: 4px;
  position: absolute;
  top: -11px;
}
/* line 160, screen.scss */
.content .menu-wrap {
  height: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
}
/* line 165, screen.scss */
.content .menu-wrap a {
  line-height: 1;
}
/* line 168, screen.scss */
.content .menu-wrap ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  line-height: 1;
  float: left;
}
/* line 174, screen.scss */
.content .menu-wrap ul li {
  float: left;
  line-height: 1;
}
/* line 177, screen.scss */
.content .menu-wrap ul li:after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
  cursor: default;
}
/* line 184, screen.scss */
.content .menu-wrap ul li:last-of-type:after {
  content: 0;
  display: none;
  margin: 0;
}
/* line 191, screen.scss */
.content .menu-wrap ul:last-of-type {
  float: right;
}

/* line 199, screen.scss */
a {
  text-decoration: none;
  font-size: 1rem;
  color: #333;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}
/* line 4, import\_mixins.scss */
a:hover, a:focus, a:active {
  outline: none;
  color: #e3020e;
  text-decoration: none;
}

/* line 212, screen.scss */
header {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  height: 120px;
}
/* line 218, screen.scss */
header .logo {
  background: white url(../img/logo.png) 0 0 no-repeat;
  background: white url(../img/KLSMartin-logo.svg) no-repeat scroll 0 0;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: block;
  margin-bottom: 12px;
  width: 192px;
  height: 45px;
  margin-top: 30px;
}
