/* Univeral edit currently forces mav into mobile menu?!
* {
    font-family: 'stevie-sans', 'helvetica neue', 'helvetica', arial, sans-serif !important;
}
*/
.hero-new {
    background-blend-mode: multiply, normal;
    height: calc(100vh - 78px) !important;
    background-attachment: fixed;
}
.hero-new h1 {
    font-size: 3.5rem !important;
    line-height: 3.75rem !important;
    letter-spacing: -.02em;
}

@media only screen and (max-width: 639px) {
    .hero-new {
        background-attachment: scroll !important;
    }
    .hero-new h1 {
        font-size: 2.5rem !important;
        line-height: 2.75rem !important;
    }
}

.hero-new h5 {
    color: #ffffff !important;
    letter-spacing: 0.1em;
} 
h3 {
    font-size: 1.5rem;
    margin-top: 1.5rem !important;
}
h3.first {
    margin-top: 0 !important;
}
h4 {margin-top: 1.5rem !important;}
.hero-new:after {
    display: none;
}
.text-intro {
    font-size: 1.25rem;
    font-weight: 400;
}
.text-article {
    font-size: 1.125rem;
}
.img-caption {
    font-size: .875rem;
    font-weight: 500;
}
p a {
    color: #E32E00;
    font-weight: 500;
}
ul.article-list li {
    font-weight: 300 !important;
    margin-bottom: .25rem;
}

ul.article-list li::marker {
    color: #E32E00;
}

em {
    font-weight: 500 !important;
}
img.in-body-img {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    padding-bottom: 0 !important;
}
.cta-box {
    background: #FEECE8;
    border-radius: 4px 0 0 4px;
    padding: 2rem;
    min-height: 240px;
    align-content: center;
}
.cta-box-content {
    padding: 0 1rem;
}
.cta-box p {
    font-size: 1.125rem;
    margin-bottom: 0;
}
.cta-img {
    padding: 0 !important;
    min-height: 400px;
    padding-bottom: 0 !important;
    border-radius: 0 4px 4px 0;
}

@media only screen and (max-width: 639px) {
    .cta-box {
        border-radius: 4px 4px 0 0 !important;
    }
    .cta-img {
        border-radius: 0 0 4px 4px !important;
    }
}

#read-more .cell {
    display: flex;
    align-items: center;
}
.button-wrapper {
    margin-top: 2rem;
}
ul.share-icons {
    list-style-type: none;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 2.5rem;
    padding: .75rem 1.25rem .5rem 1.25rem;
    display: table;
    background: #EBEBEB;
    border-radius: 4px;
}
ul.share-icons h6 {
    display: table-cell;
    vertical-align: middle;
    margin: 0 !important;
    line-height: 1 !important;
}
ul.share-icons li {
    display: inline;
    font-size: 1.75rem;
    line-height: 1;
    padding-right: .75rem;
}
ul.share-icons li:last-of-type {
    padding-right: 0;
}
ul.share-icons a {
    color: #313131 !important;
}

ul.share-icons a:hover {
    color: #fd4000 !important;
}/* CSS Document */

