@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,600italic);
@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.65);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  display: none;
}
#ls-search-modal {
  padding: 0;
  top: 15vh;
  max-width: 45.625rem;
  height: 70vh;
  border-left: solid 10px #ae2a2e;
}
#ls-search-modal header {
  height: 5.625rem;
  padding: 1.875rem 0;
  margin: 0 1.875rem;
  border-bottom: 1px solid #ae2a2e;
}
#ls-search-modal header form {
  width: 85%;
  float: left;
  height: 100%;
  min-height: 1.375rem;
}
#ls-search-modal header form input[type="search"] {
  border: solid 1px #ae2a2e;
  background-color: transparent;
  color: #000000;
  width: 88%;
  height: 100%;
  padding: 0 0.625rem;
  line-height: 1.875rem;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#ls-search-modal header form button[type="submit"] {
  float: right;
  width: 12%;
  height: 100%;
  background-color: #ae2a2e;
  border: none;
  text-align: center;
  margin: 0;
}
#ls-search-modal header form button[type="submit"]:hover {
  background-color: #83060a;
}
#ls-search-modal header form button[type="submit"]::before {
  font-family: 'FontAwesome';
  content: "\f002";
  color: #ffffff;
  font-size: 1.25rem;
}
#ls-search-modal header form ul {
  width: 88%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #ae2a2e;
  box-shadow: 0 0 5px rgba(174, 42, 46, 0.5);
  list-style: none;
  display: none;
}
#ls-search-modal header form ul li {
  padding: .5em;
  white-space: nowrap;
  overflow: hidden;
}
#ls-search-modal header button {
  float: left;
  position: static;
  width: 10%;
  height: 100%;
  border: 0 none;
  background-color: #ae2a2e;
  color: #ffffff;
  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: #83060a;
}
#ls-search-modal header button::before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 1.25rem;
}
#search-result {
  height: calc(100% - 5.625rem);
  width: 100%;
  overflow: auto;
}
#search-result > p {
  padding: 1.25rem 1.875rem;
  font-size: 0.9375rem;
}
#search-result article {
  padding: 1.25rem 1.875rem;
  font-size: 0.9375rem;
  -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(174, 42, 46, 0.05);
}
#search-result article a {
  text-decoration: none;
}
#search-result article h1 {
  font-size: 0.9375rem;
  color: #ae2a2e;
  margin: 0 0 3px 0;
}
#search-result article .result-link {
  color: #d8db21;
  margin-bottom: 3px;
}
#search-result article p {
  color: #000000;
  margin: 0;
}
.side-nav {
  position: fixed;
  right: -11.875rem;
  top: calc(50% -  5rem);
  transition: all .2s linear;
  font-size: 0.875rem;
}
.side-nav a {
  height: 2.5rem;
  line-height: 2.5rem;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  width: 14.375rem;
}
.side-nav a::before {
  float: left;
  text-align: center;
  width: 2.5rem;
  margin-right: 0.9375rem;
}
.side-nav .toggle {
  color: #ffffff;
  background-color: #ae2a2e;
}
.side-nav .toggle::before {
  font-family: 'FontAwesome';
  content: '\f053';
}
.side-nav.open {
  right: 0;
}
.side-nav.open .toggle::before {
  content: '\f00d';
}
.side-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.side-nav ul a {
  color: #ae2a2e;
  background-color: rgba(238, 238, 238, 0.93);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side-nav ul a::before {
  font-family: 'FontAwesome';
  content: '\f10c';
  color: #818282;
}
.side-nav ul a:hover,
.side-nav ul a.active {
  background-color: #d8db21;
  color: #ffffff;
}
.side-nav ul a:hover::before,
.side-nav ul a.active::before {
  color: #ffffff;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  color: #ffffff;
}
:-moz-placeholder {
  color: #ffffff;
}
::-moz-placeholder {
  color: #ffffff;
}
:-ms-input-placeholder {
  color: #ffffff;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}
/* IE 10+ */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
html {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.4rem;
}
html,
body {
  height: 100%;
}
body {
  overflow-y: scroll;
}
body > article {
  height: 100%;
}
.content h1,
.modal h1,
#table-header h1 {
  color: #ae2a2e;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 3.125rem;
  text-transform: uppercase;
  line-height: 1.2em;
}
.content h2,
.modal h2,
#table-header h2 {
  color: #ae2a2e;
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0 0 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #ae2a2e;
  text-transform: uppercase;
}
.content h2.subtitle,
.modal h2.subtitle,
#table-header h2.subtitle {
  text-transform: none;
  padding: 0.9375rem 0 1.875rem;
}
.content h3,
.modal h3,
#table-header h3 {
  color: #ae2a2e;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0;
}
.content img,
.modal img,
#table-header img {
  display: block;
  margin: 0 auto;
}
.content a,
.modal a,
#table-header a {
  color: #2a26e9;
}
.content a:hover,
.modal a:hover,
#table-header a:hover {
  color: #ae2a2e;
}
.content a em,
.modal a em,
#table-header a em {
  text-decoration: none;
}
.content p,
.modal p,
#table-header p {
  line-height: 2.125rem;
  margin: 0 0 2.125rem;
}
.content p + ul,
.modal p + ul,
#table-header p + ul {
  margin-top: -2.125rem;
}
.content ul,
.modal ul,
#table-header ul {
  line-height: 2rem;
  padding-left: 1.25rem;
  margin: 0 0 2.125rem;
}
.content ul li,
.modal ul li,
#table-header ul li {
  padding-left: 0.625rem;
}
.content table,
.modal table,
#table-header table {
  width: 100%;
  margin-bottom: 2.125rem;
}
.content table tr,
.modal table tr,
#table-header table tr {
  border-bottom: 1px solid #f2f0f0;
}
.content table tr:not(.sub-header):not(.sub-footer):hover,
.modal table tr:not(.sub-header):not(.sub-footer):hover,
#table-header table tr:not(.sub-header):not(.sub-footer):hover {
  background-color: rgba(174, 42, 46, 0.1);
}
.content table tr:not(.sub-header):not(.sub-footer):hover td[rowspan],
.modal table tr:not(.sub-header):not(.sub-footer):hover td[rowspan],
#table-header table tr:not(.sub-header):not(.sub-footer):hover td[rowspan] {
  background-color: #ffffff;
}
.content table .sub-header,
.modal table .sub-header,
#table-header table .sub-header {
  font-weight: 600;
  color: #ae2a2e;
}
.content table .sub-footer,
.modal table .sub-footer,
#table-header table .sub-footer {
  font-weight: 600;
  color: #ae2a2e;
  background-color: #f2f0f0;
}
.content table th,
.modal table th,
#table-header table th {
  font-weight: 600;
  color: #ffffff;
  background-color: #ae2a2e;
  font-size: 1rem;
  padding: 0.9375rem;
  text-transform: uppercase;
}
.content table th:not(.lcRight):not(.lcCenter),
.modal table th:not(.lcRight):not(.lcCenter),
#table-header table th:not(.lcRight):not(.lcCenter) {
  text-align: left;
}
.content table td,
.modal table td,
#table-header table td {
  padding: 0.9375rem;
  vertical-align: top;
}
.content table td ul,
.modal table td ul,
#table-header table td ul {
  margin-bottom: 0;
}
.content table td li:not(:last-child),
.modal table td li:not(:last-child),
#table-header table td li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.content table td .lcRight,
.modal table td .lcRight,
#table-header table td .lcRight,
.content table th .lcRight,
.modal table th .lcRight,
#table-header table th .lcRight {
  white-space: nowrap;
}
.content table p,
.modal table p,
#table-header table p {
  margin: 0;
}
.content table p + ul,
.modal table p + ul,
#table-header table p + ul {
  margin-top: 0rem;
}
.content .button,
.modal .button,
#table-header .button {
  border: 1px solid #ae2a2e;
  padding: 0.625rem;
  font-size: 0.875rem;
  line-height: 1rem;
  width: 9.375rem;
  float: right;
  margin-top: -0.9375rem;
  color: #ae2a2e;
  text-decoration: none;
  font-weight: 400;
}
.content .button.open-modal,
.modal .button.open-modal,
#table-header .button.open-modal {
  position: relative;
  padding-right: 2rem;
  width: 10.25rem;
}
.content .button.open-modal::after,
.modal .button.open-modal::after,
#table-header .button.open-modal::after {
  font-family: 'FontAwesome';
  content: '\f24d';
  position: absolute;
  right: 0.625rem;
  top: calc(50% -  0.5rem);
  line-height: 1em;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.overlay.nav {
  z-index: 1;
}
.overlay.mod {
  z-index: 3;
}
.site-nav {
  position: fixed;
  z-index: 1;
  bottom: -26.875rem;
  width: 100%;
}
.site-nav a {
  text-decoration: none;
  color: #ffffff;
}
.site-nav .nav-header {
  height: 3.125rem;
  padding: 0.4375rem 2.1875rem;
  text-align: right;
  background: #ae2a2e url(../img/logo_menu.png) no-repeat left bottom;
}
.site-nav .nav-header > * {
  display: inline-block;
}
.site-nav .nav-content {
  height: 26.875rem;
  background-color: #520002;
  padding: 1.875rem 2.1875rem;
  position: relative;
  z-index: -1;
}
.site-nav .nav-content .logo {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.site-nav .nav-content ul {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav .nav-content ul li a {
  display: block;
  padding: 7px 0;
  line-height: 1.375rem;
}
.site-nav .nav-content ul li:hover > a,
.site-nav .nav-content ul li.active > a {
  color: #55acee;
}
.site-nav .nav-content ul li.selected > a {
  color: #d8db21;
}
.site-nav .nav-content ul li.selected > div {
  display: block;
}
.site-nav .nav-content ul li a.arrow::after {
  font-family: 'FontAwesome';
  content: '\f105';
  padding-left: 0.625rem;
}
.site-nav .nav-content .main-nav {
  width: 33%;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.site-nav .nav-content .main-nav > li {
  padding: 0 1.875rem 0 0.3125rem;
}
.site-nav .nav-content .main-nav > li div {
  width: 200%;
  position: absolute;
  left: 100%;
  top: 0;
  overflow: hidden;
  display: none;
  height: 100%;
}
.site-nav .nav-content .main-nav > li div div {
  left: 50%;
}
.site-nav .nav-content .sub-nav {
  margin-left: -50%;
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.site-nav .nav-content .sub-nav li {
  padding: 0 1.875rem;
}
.site-nav .nav-content .sub-nav .sub-nav {
  border-right: none;
  margin-left: -25%;
}
.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  font-size: 0.8125rem;
  text-transform: uppercase;
  line-height: 2.25rem;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:not(:last-child)::after {
  color: #ffffff;
  content: ' /';
}
.breadcrumbs li:last-child {
  font-weight: 700;
}
.breadcrumbs li a,
.breadcrumbs li span {
  color: #ffffff;
}
.open-search {
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  border: 0;
  background-color: transparent;
  font-size: 1.25rem;
  color: #ffffff;
}
.open-search::after {
  font-family: 'FontAwesome';
  content: '\f002';
}
.open-search:hover {
  background-color: #520002;
}
.quick-nav a,
.quick-nav input,
.quick-nav form {
  text-align: center;
  display: inline-block;
  height: 2.25rem;
  line-height: 2.25rem;
}
.quick-nav a {
  font-family: 'FontAwesome';
  text-decoration: none;
  color: #ffffff;
  font-size: 1.25rem;
  width: 1.875rem;
}
.quick-nav a:hover {
  background-color: #520002;
}
.quick-nav a.prev::before {
  content: '\f104';
}
.quick-nav a.next::before {
  content: '\f105';
}
.quick-nav input {
  border: 0;
  background-color: #83060a;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  width: 2.5rem;
  margin: 0 0.3125rem;
}
.nav-toggler {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2.25rem;
  width: 6.25rem;
  position: relative;
  padding-right: 1.875rem;
}
.nav-toggler span,
.nav-toggler span::before,
.nav-toggler span::after {
  position: absolute;
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 1.3125rem;
  background: #fff;
  display: block;
  content: '';
  top: 0.9375rem;
  right: 0;
}
.nav-toggler span::before {
  top: -8px;
}
.nav-toggler span::after {
  top: 8px;
}
.nav-toggler.active span {
  background-color: transparent;
}
.nav-toggler.active span::before,
.nav-toggler.active span::after {
  top: 0;
}
.nav-toggler.active span::before {
  transform: rotate(45deg);
}
.nav-toggler.active span::after {
  transform: rotate(-45deg);
}
.logo {
  display: block;
  padding: 0 0 2.1875rem 2.5rem;
  border: 0;
}
.container {
  width: 100%;
  height: 100%;
  background: url(../img/background.jpg) 50% 50% / cover;
  position: relative;
  overflow: hidden;
}
.container.page-3 {
  background-image: url(../img/program_1.jpg);
}
.container.page-9 {
  background-image: url(../img/program_2.jpg);
}
.container.page-12 {
  background-image: url(../img/program_3.jpg);
}
.container.page-15 {
  background-image: url(../img/program_4.jpg);
}
.intro-logo {
  width: 100%;
  text-align: center;
  padding: 1.5625rem;
  font-size: 1.75rem;
  color: #ffffff;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 10%;
  text-transform: uppercase;
}
.intro-logo img {
  display: block;
  margin: 0 auto 0.625rem;
}
.intro {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.125rem;
  margin: 0 auto;
  width: 76%;
  max-width: 56.25rem;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #e5e5e5;
}
.intro .program-description {
  width: 62%;
  float: left;
  border-right: 1px solid #e5e5e5;
  padding: 3.125rem;
}
.intro .program-description .program-line-link {
  display: block;
  margin: -3.125rem -3.125rem 0;
  color: #ae2a2e;
  font-weight: 600;
  padding-left: 3.125rem;
  position: relative;
  height: 3.75rem;
  line-height: 3.75rem;
  text-decoration: none;
  border-bottom: 1px solid #e5e5e5;
}
.intro .program-description .program-line-link::before {
  font-family: 'FontAwesome';
  content: '\f104';
  position: absolute;
  left: 1.5625rem;
}
.intro .program-description hgroup {
  border-bottom: 1px solid rgba(174, 42, 46, 0.6);
  padding-bottom: 0.8125rem;
  margin: 4.375rem 0 0.625rem;
}
.intro .program-description hgroup h2 {
  font-size: 1.5rem;
  color: #ae2a2e;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0.9375rem 0;
}
.intro .program-description hgroup h1 {
  margin: 0;
}
.intro .program-description hgroup + p {
  font-weight: 700;
  margin: 0;
  color: #565656;
  text-transform: uppercase;
}
.intro .program-description h1 {
  color: #ae2a2e;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 1.875rem;
  text-transform: uppercase;
}
.intro .program-description p {
  margin: 0 0 1.25rem;
}
.intro .program-data {
  padding-top: 50px;
  width: calc(38% + 1px);
  float: left;
  margin-left: -1px;
  border-left: 1px solid #e5e5e5;
}
.intro .program-data.program-line {
  padding-bottom: 4.5rem;
}
.intro .program-data .graph {
  height: 15rem;
  position: relative;
}
.intro .program-data .graph .graph-percentage {
  position: absolute;
  font-size: 1.5rem;
  font-weight: 700;
  color: #d8db21;
  width: 3.125rem;
  text-align: center;
  left: calc(50% -  1.5625rem);
  height: 1.875rem;
  line-height: 1.875rem;
  top: 7.1875rem;
}
.intro .program-data p {
  height: 5rem;
  line-height: 5rem;
  padding: 0 1.875rem;
  margin: -3.125rem 0 0;
  color: #ae2a2e;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
}
.intro .program-data .button {
  display: block;
  line-height: 1em;
  padding: 1.25rem 1.875rem;
  border-bottom: 1px solid #e5e5e5;
  color: #ae2a2e;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.intro .program-data .button::after {
  font-family: 'FontAwesome';
  content: '\f105';
  position: absolute;
  right: 1.875rem;
  top: calc(50% -  0.5rem);
}
.intro .program-data .button.open-modal {
  padding: 0.8125rem 1.875rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 0 none;
}
.intro .program-data .button.open-modal::after {
  content: '\f24d';
}
.intro .program-data .button.open-modal.pull-bottom {
  padding: 1.25rem 1.875rem;
  bottom: 0;
  position: absolute;
}
#table-header {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  padding-top: 1.25rem;
  height: 1.25rem;
  background-color: #ffffff;
  overflow: hidden;
}
#table-header tbody,
#table-header tfoot {
  visibility: hidden;
}
.modal-table-header {
  position: absolute;
  left: 1.875rem;
  top: 3.75rem;
  overflow: hidden;
}
.modal-table-header tbody,
.modal-table-header tfoot {
  visibility: hidden;
}
.content {
  margin: 5.3125rem auto;
  width: 76%;
  max-width: 64rem;
}
.content section {
  margin-bottom: 1.875rem;
}
.modal {
  position: fixed;
  top: 10vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95%;
  max-width: 59.375rem;
  background-color: #ffffff;
  padding: 3.75rem 0 1.875rem;
  overflow: hidden;
  display: none;
  z-index: 5;
}
.modal .modal-content {
  overflow-y: auto;
  height: auto;
  max-height: calc(80vh - 5.625rem);
  padding: 0 1.875rem;
}
.modal .modal-content section > *:last-child {
  margin-bottom: 0;
}
.modal .close-modal {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  color: #ae2a2e;
  text-decoration: none;
}
.modal .close-modal::before {
  font-family: 'FontAwesome';
  content: '\f00d';
  font-size: 1.5625rem;
}
.modal > h1 {
  position: absolute;
  top: 1.25rem;
  left: 1.875rem;
  margin: 0;
  font-size: 1.625rem;
}
.cstC262D70E,
.cst5571B64D,
.cst6B0947A3,
.cst08003360,
.cstB2FD50D1,
.cst5AE0ECF9 {
  background-color: transparent;
}
.et5 table td,
.et5 table th {
  width: 50%;
}
.et186 table tr th:first-child,
.et187 table tr th:first-child,
.et188 table tr th:first-child,
.et186 table tr td:first-child,
.et187 table tr td:first-child,
.et188 table tr td:first-child {
  width: 18.75rem;
  min-width: 18.75rem;
}
#block164 table tr td:nth-child(n + 2) {
  white-space: nowrap;
}
