/** Changed in theme-red.css
.nav-container.nav-container--sidebar + .main-container {
  width: calc(100vw - 21.428571428571463em);
  float: right;
}
**/

.white-lead {
    font-weight: 400 !important;
    color: #ffffff !important;
}

span a {
    text-decoration: none;
}

section.space--xxxs,
footer.space--xxxs {
    padding-top: 30px;
    padding-bottom: 0px;
}

ol li:not(:last-child) {
    margin-bottom: 0px;
}

[data-gradient-full] > canvas {
    position: fixed;
}

#canvas-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../jpg/fp-bg.jpg");
    background-position-x: 50%;
    background-size: cover;
}

.logo-bottom {
    max-height: 24px;
    padding-bottom: 8px;
}

.part, .part2 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.4;
}

p a,
span a,
label a {
  text-decoration: none;
}

.hr-bar {
    border-top: 1px solid #333333;
    margin-bottom: 5px;
    margin-top: 5px;
}

.menu-sub-header {
    color: #f74b47;
    font-weight: bold;
}