@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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.
 */
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.
 */
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
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.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
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. // Removed because we want it to.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: border-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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.lcStyle1 {
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
}
.lcStyle2 {
  font-style: italic;
  font-weight: 700;
}
.lcStyle3 {
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}
.lcStyle4 {
  font-style: italic;
  text-decoration: underline;
}
.lcStyle5 {
  font-style: italic;
}
.lcStyle6 {
  font-style: normal;
  font-weight: 700;
}
.lcStyle7 {
  font-style: normal;
  text-decoration: underline;
}
.lcRight {
  text-align: right;
}
.lcCenter {
  text-align: center;
}
#ls-search-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  display: none;
}
#ls-search-modal {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 15vh;
  width: 100%;
  max-width: 56.15384615rem;
  height: 70vh;
  border-left: solid 10px #e30613;
  background-color: #ffffff;
  z-index: 9999;
  display: none;
}
#ls-search-modal header {
  height: 15%;
  padding: 2.30769231rem 0;
  margin: 0 2.30769231rem;
  border-bottom: 1px solid #e30613;
}
#ls-search-modal header form {
  width: 85%;
  float: left;
  height: 100%;
  min-height: 1.69230769rem;
}
#ls-search-modal header form input[type="search"] {
  border: solid 1px #e30613;
  background-color: transparent;
  color: #221f1f;
  width: 88%;
  height: 100%;
  padding: 0.76923077rem;
}
#ls-search-modal header form button[type="submit"] {
  float: right;
  width: 12%;
  height: 100%;
  background-color: #e30613;
  border: none;
  text-align: center;
  margin: 0;
}
#ls-search-modal header form button[type="submit"]::before {
  font-family: 'FontAwesome';
  content: "\f002";
  color: #ffffff;
  font-size: 1.53846154rem;
}
#ls-search-modal header form ul {
  width: 88%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #e30613;
  box-shadow: 0 0 5px rgba(227, 6, 19, 0.5);
  list-style: none;
  display: none;
  position: relative;
}
#ls-search-modal header form ul li {
  padding: .5em;
  white-space: nowrap;
  overflow: hidden;
}
#ls-search-modal header button {
  float: left;
  width: 10%;
  height: 100%;
  border: solid 1px #e30613;
  color: #e30613;
  background: transparent;
  text-align: center;
  margin-left: 5%;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
#ls-search-modal header button:hover {
  background: #e30613;
  color: #ffffff;
}
#ls-search-modal header button::before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 1.53846154rem;
}
#search-result {
  height: 85%;
  width: 100%;
  overflow: auto;
}
#search-result a {
  text-decoration: none;
}
#search-result > p {
  padding: 1.53846154rem 2.30769231rem;
}
#search-result article {
  padding: 1.53846154rem 2.30769231rem;
  font-size: 1.15384615rem;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
#search-result article:hover {
  background: rgba(227, 6, 19, 0.05);
}
#search-result article a {
  text-decoration: none;
}
#search-result article h1 {
  font-size: 1.15384615rem;
  color: #e30613;
  margin: 0 0 3px 0;
}
#search-result article .result-link {
  color: #e30613;
  margin-bottom: 3px;
}
#search-result article p {
  color: #221f1f;
  margin: 0;
}
@media only screen and (min-width: 730/13 * 1rem) {
  #ls-search-modal {
    left: 50%;
    margin-left: -28.07692308rem;
  }
}
#ls-nav-overlay {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
  display: none;
}
#ls-mobile-nav {
  display: none;
}
#ls-mobile-nav span {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 1.61538462rem;
  background: #221f1f;
  position: absolute;
  display: block;
  content: '';
  top: 1.84615385rem;
  transition: all 200ms ease-in-out;
}
#ls-mobile-nav span::before {
  top: 8px;
}
#ls-mobile-nav span::after {
  top: -8px;
}
#ls-mobile-nav p {
  top: 3px;
  position: relative;
  margin-left: 2.69230769rem;
  display: inline-block;
  color: #434343;
  font-size: 1.07692308rem;
}
#ls-mobile-nav.active span {
  background-color: transparent;
}
#ls-mobile-nav.active span::before,
#ls-mobile-nav.active span::after {
  top: 0;
}
#ls-mobile-nav.active span::before {
  transform: rotate(45deg);
}
#ls-mobile-nav.active span::after {
  transform: rotate(-45deg);
}
#ls-menu-trigger {
  display: inline-block;
  cursor: pointer;
  margin-left: 1.53846154rem;
  position: relative;
}
#ls-sidebar {
  width: 18.46153846rem;
  background: #f4f4f4;
  height: 100%;
  position: fixed;
  left: 0;
  border-right: solid 1px #bdbdbd;
  z-index: 99;
}
#ls-sidebar a {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
#logo {
  display: block;
  padding: 0.76923077rem 0;
  text-align: center;
}
#logo img {
  max-width: 100%;
}
#search {
  position: relative;
  margin: 0 5px;
  display: inline-block;
  margin-bottom: 20px;
  width: calc(100% - 10px);
}
#search input {
  border: none;
  width: 100%;
  background: #e0e0e0;
  padding: 0.76923077rem;
  margin: 0 ;
}
#search button {
  color: #1d1d1b;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background-color: transparent;
  border: none;
}
#search button::after {
  font-family: 'FontAwesome';
  font-size: 1.2em;
  content: '\f002';
}
#search ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0 0 5px rgba(34, 31, 31, 0.05);
}
#search ul li {
  padding: 0.38461538rem 0.76923077rem;
}
#main-nav .main-level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-nav .main-level-1 li {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  position: relative;
}
#main-nav .main-level-1 li:hover,
#main-nav .main-level-1 li.active {
  background: #c8000c;
}
#main-nav .main-level-1 li:hover a,
#main-nav .main-level-1 li.active a {
  color: #fff;
}
#main-nav .main-level-1 li a {
  padding: 1rem 1.53846154rem;
  display: block;
  text-decoration: none;
  color: #221f1f;
  line-height: 1.84615385rem;
  font-size: 1.07692308rem;
}
#main-nav .main-level-1 li a::before {
  font-family: 'FontAwesome';
  position: absolute;
  width: 1.23076923rem;
  height: 1.23076923rem;
  margin-left: -1.53846154rem;
  top: 50%;
  margin-top: -0.61538462rem;
}
#main-nav .main-level-1 li a.arrow::after {
  font-family: 'FontAwesome';
  content: '\f105';
  position: absolute;
  right: 0.76923077rem;
  line-height: 0.76923077rem;
  top: calc(50% -  0.38461538rem);
  font-size: 1.38461538rem;
}
#main-nav .main-level-1 li .main-level-2 {
  min-width: 19.23076923rem;
  background: #c8000c;
  height: 100%;
  position: fixed;
  z-index: 99;
  left: 18.38461538rem;
  top: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
}
#main-nav .main-level-1 li .main-level-2 li a {
  color: #fff;
}
#main-nav .main-level-1 li .main-level-2 li:hover,
#main-nav .main-level-1 li .main-level-2 li.active {
  background: #af000a;
}
#side-quick-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #f4f4f4;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
#side-quick-nav input {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  width: 40%;
  float: left;
  line-height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  background-color: transparent;
}
#side-quick-nav input:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#side-quick-nav ::-webkit-input-placeholder {
  color: #221f1f;
}
#side-quick-nav :-moz-placeholder {
  color: #221f1f;
}
#side-quick-nav ::-moz-placeholder {
  color: #221f1f;
}
#side-quick-nav :-ms-input-placeholder {
  color: #221f1f;
}
#side-quick-nav input:focus::-webkit-input-placeholder {
  color: transparent;
}
#side-quick-nav input:focus:-moz-placeholder {
  color: transparent;
}
#side-quick-nav input:focus::-moz-placeholder {
  color: transparent;
}
#side-quick-nav input:focus:-ms-input-placeholder {
  color: transparent;
}
#side-quick-nav input[type=number]::-webkit-inner-spin-button,
#side-quick-nav input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#side-quick-nav input[type=number] {
  -moz-appearance: textfield;
}
#side-quick-nav a {
  line-height: 40px;
  display: block;
  width: 30%;
  float: left;
  font-size: 1.38461538rem;
  text-decoration: none;
  color: #221f1f;
  text-align: center;
}
#side-quick-nav a:hover {
  background: #c8000c;
  color: #fff;
}
#side-quick-nav a:before {
  font-family: 'FontAwesome';
}
#side-quick-nav a.right:before {
  content: "\f105";
}
#side-quick-nav a.left:before {
  content: "\f104";
}
@media (max-width: 768px) {
  #ls-sidebar {
    width: 100%;
    border-right: none;
    height: auto;
    display: none;
    top: 50px;
    position: absolute;
  }
  #main-nav .main-level-2 {
    position: relative;
    width: 100%;
    left: 0;
    background: #f4f4f4;
  }
  #side-quick-nav {
    display: none;
  }
  #ls-mobile-nav {
    position: absolute;
    top: 0;
    width: 100%;
    background: #f4f4f4;
    height: 50px;
    z-index: 101;
    display: block;
  }
}
#ls-side-nav {
  position: fixed;
  right: -14.61538462rem;
  top: 16.15384615rem;
  transition: all .2s linear;
}
#ls-side-nav a {
  padding: 0.92307692rem 0;
  height: 3.07692308rem;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  width: 17.69230769rem;
}
#ls-side-nav a::before {
  float: left;
  text-align: center;
  width: 3.07692308rem;
  margin-right: 1.15384615rem;
}
#ls-side-nav .toggle {
  color: #ffffff;
  background-color: rgba(191, 191, 191, 0.75);
}
#ls-side-nav .toggle::before {
  font-family: 'FontAwesome';
  content: '\f053';
}
#ls-side-nav.open {
  right: 0;
}
#ls-side-nav.open .toggle::before {
  content: '\f00d';
}
#ls-side-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#ls-side-nav ul a {
  color: #f4f4f4;
  background-color: rgba(255, 255, 255, 0.75);
}
#ls-side-nav ul a::before {
  font-family: 'FontAwesome';
  content: '\f10c';
  color: #999999;
}
#ls-side-nav ul a:hover,
#ls-side-nav ul a.active {
  background-color: rgba(227, 6, 19, 0.9);
  color: #ffffff;
}
#ls-side-nav ul a:hover::before,
#ls-side-nav ul a.active::before {
  color: #ffffff;
}
#graphs {
  padding: 15px;
}
.graph-row {
  height: 3.07692308rem;
  margin-bottom: 0.76923077rem;
}
.graph-row .graph-text {
  width: 100%;
  font-weight: 500;
  text-align: left;
  clear: both;
}
.graph-row .graph-text .value {
  float: right;
  display: block;
  font-weight: 300;
}
.graph-row .graph-text .value .result {
  font-weight: 500;
}
.graph-row .graph-text .value .result.positive {
  color: #e30613;
}
.graph-row .graph-text .value .result.negative {
  color: #e30613;
}
.graph-row .graph {
  width: 100%;
  float: left;
  height: 1.69230769rem;
  background-color: #e8e8e8;
  overflow: hidden;
}
.graph-row .graph div {
  float: left;
  height: 100%;
}
.graph-row .graph div.budgeted {
  background-color: #be9f56;
}
.graph-row .graph div.positive {
  background-color: #e30613;
}
.graph-row .graph div.negative {
  background-color: #e30613;
}
#search ul {
  z-index: 99;
}
li.selected-item {
  background-color: #DEDEDE;
}
* {
  box-sizing: border-box;
}
html {
  font-family: 'Roboto', sans-serif;
  color: #221f1f;
  font-size: 13px;
  line-height: 1.4rem;
}
html,
body {
  height: 100%;
}
body {
  overflow-y: scroll;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #f4f4f4;
}
h3 {
  margin-bottom: 0;
}
#home-background {
  height: 100vh;
  position: absolute;
  left: 18.46153846rem;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.portal:after {
  margin-right: 0.5em;
  float: left;
  font-family: 'FontAwesome';
  content: '\f100';
}
.page-20 main #main-header,
.page-128 main #main-header {
  background-position: center 90%;
}
.page-148 main #main-header,
.page-149 main #main-header,
.page-150 main #main-header,
.page-151 main #main-header {
  background-position: center 100%;
}
img {
  max-width: 100%;
}
h2 {
  margin: 0;
  color: #e30613;
  font-size: 1.23076923rem;
}
p,
ul,
ol,
table {
  margin: 0 0 20px 0;
  color: #221f1f;
  font-size: 1.23076923rem;
  font-weight: 300;
  line-height: 1.84615385rem;
}
table {
  width: 100%;
}
table tr td {
  padding: 0.38461538rem 0.76923077rem;
  vertical-align: top;
}
table tr td .pop-up {
  border: solid 1px #e4b07c;
  background: transparent;
  padding: 0 46px 0 15px;
  position: relative;
}
table tr td .pop-up:hover {
  background: #e4b07c;
}
table tr td .pop-up:after {
  content: "\f129";
  padding: 0 10px;
  font-family: 'FontAwesome';
  border-left: solid 1px #E4B07C;
  margin-left: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
table tr p {
  margin: 0;
  font-size: 1.15384615rem;
}
table .heading,
table thead {
  background-color: #c8000c;
}
table .heading td,
table thead td,
table .heading th,
table thead th {
  color: #fff;
  font-weight: 700;
  vertical-align: bottom;
}
table .heading td p,
table thead td p,
table .heading th p,
table thead th p {
  color: #fff !important;
  font-weight: 700;
}
table .footer,
table tfoot {
  background-color: #c8000c;
}
table .footer td,
table tfoot td {
  color: #fff;
  font-weight: 700;
}
table .footer td p,
table tfoot td p {
  color: #fff !important;
  font-weight: 700;
}
#intro {
  background: rgba(227, 6, 19, 0.8);
  position: absolute;
  bottom: 50px;
  right: 50px;
  padding: 35px 50px;
}
#intro h1 {
  color: #fff;
  font-size: 1.69230769rem;
  font-weight: 700;
  margin: 0;
}
#intro h2 {
  color: #fff;
  font-size: 1.53846154rem;
  font-weight: 400;
  margin: 0;
}
.content {
  padding: 2.30769231rem 0.76923077rem 2.30769231rem 0.76923077rem;
  float: left;
  width: 100%;
}
main {
  counter-reset: thema-sub;
  padding: 0.76923077rem 0.76923077rem 0.76923077rem 19.23076923rem;
  max-width: 92.30769231rem;
  width: 100%;
  min-height: 100%;
  background: #fff;
  float: left;
}
main #main-header {
  height: 23.07692308rem;
  position: relative;
  padding: 0 0.76923077rem;
}
main #main-header #title {
  background: rgba(29, 29, 27, 0.45);
  position: absolute;
  width: calc(100% - 20px);
  bottom: 10px;
  padding: 2.30769231rem;
}
main #main-header #title span {
  color: #fff;
  font-size: 1.07692308rem;
  font-weight: 300;
  text-transform: uppercase;
}
main #main-header #title h1 {
  color: #fff;
  margin: 5px 0 0 0;
  font-size: 2.30769231rem;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 29px;
}
main #breadcrumb {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 100%;
}
main #breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
main #breadcrumb ul li {
  float: left;
}
main #breadcrumb ul li a,
main #breadcrumb ul li span {
  text-decoration: none;
  color: #221f1f;
  display: block;
  line-height: 30px;
  padding: 0 5px 0 0;
  font-size: 0.92307692rem;
  font-weight: 300;
}
main #breadcrumb ul li a:after,
main #breadcrumb ul li span:after {
  content: "/";
  padding-left: 5px;
}
main #breadcrumb ul li:last-child a:after {
  content: "";
}
main #intro-content {
  padding: 2.30769231rem 0.76923077rem;
}
main #tabs {
  float: left;
  width: 100%;
}
main #tabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}
main #tabs ul li:first-child {
  border-left: solid 1px rgba(0, 0, 0, 0.2);
}
main #tabs ul li {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  background: #f4f4f4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 1%;
}
main #tabs ul li.active {
  color: #e30613;
  border-bottom: solid 1px #fff;
  background: #fff;
}
main #tabs ul li.active:hover {
  background: #fff;
}
main #tabs ul li:hover {
  color: #e30613;
  background: rgba(244, 244, 244, 0.5);
}
main #content {
  padding: 2.30769231rem 0.76923077rem 2.30769231rem 0.76923077rem;
  float: left;
  width: 100%;
}
main #content .container {
  float: left;
  width: 100%;
}
main #content .container .column {
  width: 60%;
  padding: 0 20px 0 0;
  float: left;
}
main #content .container .column:last-child {
  width: 40%;
  padding: 0 0 0 20px;
}
main #content .container .tab-content:first-of-type {
  display: block;
}
main #content .container .tab-content {
  display: none;
  margin: -2.30769231rem -0.76923077rem -2.30769231rem -0.76923077rem;
  padding: 2.30769231rem;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-top: 0;
}
#graph-container {
  border: solid 1px rgba(0, 0, 0, 0.2);
}
#graph-container .specs {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  border: 0;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  line-height: 50px;
  background: transparent;
  position: relative;
  padding: 0;
  text-align: left;
  padding: 0 66px 0 15px;
  font-size: 1.07692308rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#graph-container .specs:hover {
  background: #e30613;
  color: #fff;
}
#graph-container .specs:hover:after {
  color: #fff;
}
#graph-container .specs:after {
  content: "\f24d";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  width: 50px;
  text-align: center;
  color: #919191;
}
.collapse:first-of-type > h3 {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}
.collapse {
  counter-increment: thema-sub;
  overflow: hidden;
}
.collapse > h3 {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-top: 0;
  margin: 0;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  padding: 0 5.38461538rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.collapse > h3:before {
  content: counter(thema-sub);
  position: absolute;
  left: 0;
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  width: 50px;
  font-weight: 700;
  text-align: center;
}
.collapse > h3:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  color: #919191;
  width: 50px;
  text-align: center;
}
.collapse > h3:hover {
  background: #e30613;
  color: #fff;
}
.collapse > h3:hover:after {
  color: #fff;
}
.collapse > h3.active {
  background: #e30613;
  color: #fff;
}
.collapse > h3.active:after {
  content: "\f106";
  color: #fff;
}
.collapse .content {
  display: none;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-top: 0;
  float: left;
  width: 100%;
}
.collapse .content .tabs {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.collapse .content .tabs li:first-child {
  border-left: 0;
}
.collapse .content .tabs li {
  float: left;
  width: 100%;
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  line-height: 4.61538462rem;
  text-align: center;
}
.collapse .content .tabs button {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.collapse .content .tabs button:focus {
  outline: none;
}
.collapse .content .tabs li button:hover {
  background: rgba(244, 244, 244, 0.5);
  color: #e30613;
}
.collapse .content .tabs li button.active {
  background: #f4f4f4;
  border-bottom: solid 1px #f4f4f4;
  color: #e30613;
}
.collapse .content .tab-content:first-of-type {
  display: block;
}
.collapse .content .tab-content {
  display: none;
  background: #f4f4f4;
  margin: 0 !important;
  border: none !important;
}
.collapse .content .tab-content p + h4 {
  margin-top: 20px;
}
.collapse .content .tab-content h4,
.collapse .content .tab-content p,
.collapse .content .tab-content ol,
.collapse .content .tab-content ul {
  margin: 0 0 10px 0;
  color: #1d1d1b;
}
.collapse .content .tab-content a {
  color: #e30613;
}
.modal-bg {
  z-index: 99;
  display: none;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
}
.modal {
  display: none;
  position: fixed;
  max-width: 940px;
  width: 100%;
  background: #fff;
  top: 10vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 80vh;
  z-index: 100;
}
.modal header {
  position: relative;
  background-color: #fff;
  height: 70px;
  width: 100%;
}
.modal header h1 {
  color: #c8000c;
  margin: 0;
  line-height: 5.38461538rem;
  padding: 0 2.30769231rem;
}
.modal header .close {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 18px;
  cursor: pointer;
  background-color: transparent;
  border: solid 1px #e30613;
  color: #e30613;
  line-height: 30px;
  padding-right: 10px;
}
.modal header .close:hover {
  color: #fff;
  background: #e30613;
}
.modal header .close:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 1.38461538rem;
  margin: 0 10px;
}
.modal > section {
  display: none;
  position: relative;
  height: calc(100% -  5.38461538rem);
  padding: 0 2.30769231rem 2.30769231rem 2.30769231rem;
  overflow-y: scroll;
}
.modal > section p {
  font-size: 1.15384615rem;
  font-weight: 300;
}
.csAE115FB6 {
  margin-bottom: 0;
}
.cst28BFC575 {
  color: #c8000c;
}
.et194 table tr td:nth-child(n+2) {
  white-space: normal;
}
#ls-nav-toggle {
  display: none;
  width: 100%;
  height: 50px;
  text-align: left;
  background-color: #DA1A35;
  border: 0;
  position: relative;
  color: #fff;
  line-height: 50px;
  padding: 0 0 0 35px;
  z-index: 100;
}
#ls-nav-toggle::before {
  content: '';
  width: 21px;
  border-top: 2px solid #fff;
  height: 0;
  display: block;
  position: absolute;
  top: 16px;
  left: 6px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
#ls-nav-toggle::after {
  content: '';
  width: 21px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  position: absolute;
  top: 24px;
  left: 6px;
  height: 6px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
#ls-nav-toggle.active::before {
  transform: rotate(45deg);
  height: 0;
  top: 24px;
}
#ls-nav-toggle.active::after {
  border-top: 0;
  transform: rotate(-45deg);
  height: 0;
  top: 24px;
}
footer {
  position: relative;
  clear: both;
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
footer a {
  float: left;
  width: 50%;
  text-decoration: none;
}
footer a p {
  margin: 0;
}
footer a:before {
  font-family: 'FontAwesome';
}
footer a.prev {
  text-align: left;
  padding-left: 50px;
  border-right: solid 1px #eee;
}
footer a.prev:before {
  content: "\f104";
  position: absolute;
  left: 10px;
  line-height: 46px;
  font-size: 30px;
  color: #e30613;
}
footer a.next {
  text-align: right;
  padding-right: 50px;
}
footer a.next:before {
  content: "\f105";
  position: absolute;
  right: 10px;
  line-height: 46px;
  font-size: 30px;
  color: #e30613;
}
@media (max-width: 768px) {
  #ls-nav-toggle {
    display: block;
  }
  main {
    padding-left: 10px;
  }
  #ls-sidebar.active {
    display: block;
    padding-top: 15px;
  }
  #ls-sidebar.active #logo {
    display: none;
  }
  #main-nav .main-level-1 li:hover,
  #main-nav .main-level-1 li {
    position: static;
  }
  #main-nav .main-level-1 li:hover a,
  #main-nav .main-level-1 li a {
    position: relative;
  }
  #main-nav .main-level-1 li .main-level-2 {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 665px) {
  main #content .container .column {
    width: 100% !important;
    padding: 0 !important;
  }
  main #content .container .column:last-child {
    margin-bottom: 50px;
  }
  .collapse .content .tabs li {
    max-width: 100% !important;
  }
  footer a:before {
    line-height: 22px !important;
  }
  footer a p {
    display: none;
  }
}
.page-home #home-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../img/Homepage.JPG');
}
.page-berap #main-header {
  background-size: cover;
  background-position: center 28%;
  background-repeat: no-repeat;
  background-image: url('../img/Berap.JPG');
}
.page-eerste-marap #main-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../img/Eerste marap.JPG');
}
