:root {
    --footer-bg-color: #f04d46;
}

.section-title-wrap .section-title {
    color: #f04d46;
    font-family: var(--sub-font-family);
    margin-top: 0;
    margin-bottom: 16px
}

.acm-features.style-4 .quote {
    position: absolute;
    bottom: -96px;
    right: -96px;
    max-width: 400px;
    text-align: center;
    font-family: var(--heading-font-family);
    line-height: var(--heading-line-height);
    color: #f04d46;
    font-size: var(--h2-font-size)
}
.acm-hero.style-3 .hero-inner .hero-background {
    bottom: 160px;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
}
.acm-hero .hero-title {
    background: var(--color-secondary);
    box-shadow: -32px 0 0 var(--color-secondary), 32px 0 0 var(--color-secondary);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
    display: inline;
    margin-top: 0;
    margin-bottom: 32px;
    margin-left: 32px;
    padding: 2px 0;
    text-transform: uppercase;
    font-size: 64px;
    line-height: 1.4;
}

.acm-hero .description {
    margin-top: 32px;
    max-width: 480px;
    opacity: 1;
}

.acm-hero .hero-content-inner {
    max-width: auto;
}

.ja-masthead .ja-masthead-detail {
    color: #fff;
    padding: 40px 0;
    max-width: 980px;
    position: relative;
    text-align: center;
    z-index: 5;
    margin: 0 auto;
}

:root {
    --color-primary: #f04d46;
    --color-secondary: #f04d46;
    --color-success: #28a745;
    --color-info: #17a2b8;
    --color-warning: #ffc107;
    --color-danger: #dc3545;
    --color-light: #f8f9fa;
    --color-dark: #212529;
    --color-white: #ffffff;
    --color-black: #000000;
    --body-bg-color: #ffffff;
    --body-text-color: #616161;
    --body-link-color: #d23a26;
    --body-link-hover-color: #c91e08;
    --mainnav-text-color: #212121;
    --mainnav-link-color: #212121;
    --mainnav-link-hover-color: #d23a26;
    --mainnav-link-active-color: #d82811;
    --footer-bg-color: #f7f8f9;
    --footer-text-color: #616161;
    --footer-link-color: #616161;
    --footer-link-hover-color: #d23a26;
}

.view-all {
    margin-top: 48px;
    margin-bottom: 20px;
}

/* Remove dash */
body .btn.btn-primary::after {
  display: none;
}