/*--------------------------------------------------------------
# Front Page
--------------------------------------------------------------*/

/* Hero Section */

#hero {
    background-color: #f8f8f8;
    border-bottom: 3px solid #000;
}
/* .hero-content {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    height: 400px;
    position: relative;
} */
.hero-headline-content {
    /* max-width: 700px; */
    text-align: center;
}
.home-section {
    background: -webkit-linear-gradient(#fff,#b7cdd9);
    background: -o-linear-gradient(#fff,#b7cdd9);
    background: linear-gradient(#fff,#b7cdd9);
    position: relative;
    padding: 4rem 0 0;
}

/* Insight of the Day */

/* .insight-section {
    background-color: #f79c31;
    background: url(../img/orange-halftone-bg@2x.png) center center / cover no-repeat;
    border-bottom: 10px solid #000;
    border-top: 10px solid #000;
    padding: 0 20px;
    z-index: 9;
}
.insight-section-content {
    margin: 0 auto;
    max-width: 1000px;
    min-height: 290px;
    padding: 100px 0 0 430px;
    position: relative;
    width: 100%;
}
.insight-img {
    height: 390px;
    left: 0;
    position: absolute;
    top: -57px;
}
.insight-text {
    font-family:"Jack Armstrong W00 Regular";
    font-size: 1.125em;
    position: relative;
    z-index: 5;
}
footer.site-footer {
    padding-top: 20px;
} */

/* Home Responsive */

@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 640px) {}
