body {
    font-weight: 400
}

footer {
    background: URL(/site/templates/lib/img/Footer.jpg) no-repeat top center;
    font-family: "Open Sans", sans-serif;
    background-size: cover;
    display: flex;
    height: 201px;
    position: relative;
    color: #453e36;
    font-size: 1rem;
    line-height: 1.75em
}

footer .wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 2rem
}

.footer--link {
    margin-right: 1rem
}

.footer--img {
    margin-right: 5rem
}

@media screen and (max-width: 768px) {
    .footer--img {
        display: none
    }
}

.footer--end {
    align-self: flex-end
}

@media screen and (max-width: 768px) {
    footer .wrapper {
        flex-direction: row
    }
}

.Header, .Header--bg {
    display: flex;
    justify-content: space-between
}

.Header--bg {
    background: URL(/site/templates/lib/img/Header.jpg) no-repeat bottom center;
    background-size: cover;
    height: 357px;
    flex-direction: column;
    border-bottom: 2px solid #41973f
}

.Header--Img {
    margin: 2rem 0
}

.Header--Bubble {
    display: inline-flex;
    align-items: center;
    margin-right: 3rem
}

.Header--Bubble i {
    background: #6ab023;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    font-size: 1.25rem;
    margin: 0 10px 0 0
}

.Header__Social {
    background: #453e36;
    padding: .5rem 0;
    color: #fff
}

.Header__Social .wrapper {
    display: flex;
    justify-content: space-between
}

.Header__Social__Btn {
    background: #6ab023;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    font-size: 1.25rem;
    margin: 0 0 0 10px
}

.Header__Nav {
    background: #deeacb
}

.Header__Nav ul li a, .Header__Nav ul li a:hover {
    color: #000
}

.Header__Nav ul li {
    position: relative
}

.Header__Nav .subNav {
    position: absolute;
    width: auto;
    padding: 0
}

.Header__Nav .subNav ul {
    padding: 1rem
}

.Header__Nav .subNav li {
    width: 100%;
    border-bottom: 2px solid #41973f;
    padding: 0
}

.Header__Nav .subNav li:last-child {
    border-bottom: none
}

.Header__Nav .subNav li a {
    width: 100%;
    line-height: inherit;
    padding: 1rem 0
}

.Header__Nav ul li:hover .subNav {
    height: inherit
}

.Slider {
    background-size: cover;
    background-position: 50%
}

.Slider, .Slider .wrapper {
    display: flex;
    align-items: center
}

.Slider .wrapper {
    position: relative;
    height: 100%
}

.Slider--bg {
    background: #fff;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, 0) 50%);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.Slider__Body {
    width: 400px
}

.Slider__Body h1 {
    color: #f6310b;
    font-size: 3.125rem;
    line-height: 4rem;
    padding-bottom: 3rem
}

.Slider__Body p {
    font-size: 1.5rem;
    padding-bottom: 4rem;
    line-height: 2.125rem
}

.Slider__Btn {
    border: 1px solid #f6310b;
    padding: .5rem 1rem;
    font-size: 1.5rem;
    color: #f6310b
}

.Article h1, .Article h2 {
    font-size: 3rem;
    line-height: 130%;
    color: #41973f;
    font-weight: bolder;
    padding-bottom: 2rem
}

.Article h2 {
    font-size: 2rem;
    padding-bottom: 1rem
}

.Article p {
    color: #000
}

.Article b, .Article strong {
    font-weight: bolder;
}

@media screen and (min-width: 768px) {
    .Article--twoLine p {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 6rem;
        column-gap: 6rem
    }
}

.Article--textFields {
    display: flex;
    padding-bottom: 6rem;
    flex-direction: row
}

@media screen and (max-width: 768px) {
    .Article--textFields {
        flex-direction: column
    }
}

.Article--textFields:last-child {
    padding-bottom: 0
}

@media screen and (min-width: 768px) {
    .Article--textFields h2, .Article--textFields p {
        padding-right: 4rem;
        padding-left: 0
    }
}

.Article--textFields:nth-child(2n) {
    flex-direction: row-reverse
}

@media screen and (max-width: 768px) {
    .Article--textFields:nth-child(2n) {
        flex-direction: column
    }
}

@media screen and (min-width: 768px) {
    .Article--textFields:nth-child(2n) h2, .Article--textFields:nth-child(2n) p {
        padding-left: 4rem;
        padding-right: 0
    }
}

.Content {
    position: relative
}

.Content--green {
    background: #deeacb
}

.Content--bg {
    background: #fff;
    background: linear-gradient(-90deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, 0) 60%);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0
}

.Content--textFields .wrapper {
    display: flex;
    flex-direction: column
}

.Teaser p {
    color: #000;
    width: 320px
}

.Teaser b {
    text-transform: inherit;
    opacity: 1
}

.Teaser .chart, .Teaser b {
    color: #f6310b
}

.Teaser .chart i {
    color: #fff
}

.Content--success {
    background: URL(/site/templates/lib/img/success.png) no-repeat 50%;
    background-size: cover;
}

.BlogLine {
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media screen and (max-width: 768px) {
    .BlogLine {
        flex-direction: column
    }

    .BlogLine .Card {
        margin-bottom: 4rem
    }

    .BlogLine .Card:last-child {
        margin-bottom: 0
    }
}

.w-100 {
    width: 100%
}

.Card--blog {
    border: none;
    background: none;
}

.Card--blog:after {
    display: none
}

.Card--blog img {
    max-width: 100%
}

.Card--suggee {
    padding: 0;
    font-family: "Open Sans", sans-serif;
}

.marquee {
    width: 100vw;
   overflow: hidden;
    background: #453e36;
    padding: 1rem;
    font-size: 1.25rem;
}

.news {
    font-family: "Open Sans", sans-serif;
    height: 1.5rem;
    display: block;
}

.news marquee {
    height: 100%;
    min-height: 1.5rem;
}

blockquote p, q p {
    font-style: italic;
    border-left: 3px solid #53b0b5;
    padding: 0 0 0 2rem;
    margin: 0 0 20px 20px;
}