
/* home page specific */
main p {
    text-align: left;
    font-weight: 400;
}


.articles h2,
.articles p,
.focus-insight h4,
.focus-insight p {
    line-height: 1.5em;
}

.articles h2,
.focus-insight h4 {
    color: #1A1C1D;
}

/* copy over from avada theme custom css, customers wish */
/* .home h2 { line-height: 2em } */
.home h1 { margin-bottom: 0.625em }


.hero {
    background-image: url("../img/hero-securelink.jpg");
    opacity: 0.8;
    margin-bottom: 0;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: -1;
}
.home-featured,
.home-featured-fusion-builder-content {
    /*position: relative;
    top: 17em;*/
    width: 90%;
    margin: auto;
    min-height: 20px;
    /*padding: 1.2em 1.3em;*/
    padding-bottom: 12em;
    padding-top: 17em;
}
.home-featured h1 {
    color: white !important;
    text-transform: uppercase;
}
.home-featured h4 {
    display: block;
    color: white;
    font-weight: lighter;
}

.home-featured-pullup {
    position: relative;
    z-index: 1;
}

.home-focusinsight  {
    background-color: white;
    padding: 2em 1.3em;
}

.home-focusinsight p {
    text-align: left;
}

.focus-posts h4 {
    margin-bottom: 0;
}

.home-focusinsight-category {
    margin-top: 0.6em;
    margin-bottom: 0.3em;
    display:block;
}

.focus-insight hr {
    display: block;
    border: 0;
    border-top: 1px solid #707070;
    margin: 0;
    padding-top: 1.5em;
}

.focus .row:not(:first-child) {
    padding-top: 1em;
}

.focus-article {
    width: 100%;
    padding-right: 25px;
}

.focus .title-line,
.insight .title-line {
    margin-bottom: 0;
}

.focus hr {
    display: none;
}

.home-article-even-row {
    display: flex;
    flex-direction: column-reverse;
}

.home-article .row {
    padding: 2em 1.3em;

    width: 100%;
}
.home-article-text {
    padding-top: 1em;
}
.home-article {
    background-color: white;
}

.home-article .col-s-4 {
    flex: 0.5;
}

.home-article .col-s-8 {
    flex: 1;
}

.home-article .image-wrapper {
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.focus-posts {
    display: inline-block;
    padding-bottom: 0.7em;
}

.focus-posts .col-s-6 {
    flex: 1;
}

.focus-posts .image-wrapper {
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.insight-posts {
    margin-bottom: 1.5em;
}

.insight-posts-image img {
    width: 100%;
}

.fa-arrow-right {
    color: #4EA7E8;
}

@media only screen and (min-width: 650px) {
    .hero {
        height: 55em;
        opacity: 0.9;
    }
    .home-featured,
    .home-featured-fusion-builder-content {
        top: 8em;
        position: relative;
        padding: 1.2em 1.3em;
    }
    .focus-posts {
        display: flex;
        width: 100%;
        padding-bottom: 1.1em;
    }

}

@media only screen and (min-width: 1000px) {
    .hero {
        height: 67em;
    }
    .home-featured,
    .home-featured-fusion-builder-content {
        position: relative;
        top: 9em;
        width: 90%;
        max-width: 85em;
        margin: auto;
        min-height: 20px;
        padding: 1.2em 1.8em;
    }
    .home-featured-pullup {
        margin-top: -250px;
    }
    .home-featured p {
        width: 30%;
    }
    .home-featured-box {
        width: 55%;
    }
    .home-article .row {
        display: flex;
    }
    .home-article-text {
        padding-top: 0;
    }
    .home-article .home-article-text {
        padding-right: 3em;;
    }
    .home-article-odd .home-article-text {
        padding-left: 3em;
    }
    .home-article-even-row {
        flex-direction: row;
    }
    .home-focusinsight  {
        padding: 1.2em 1.8em;
    }
    .home-article .row {
        padding: 1.2em 1.8em;
    }
    .focus .row:not(:first-child) {
        padding-top: 0;
    }
    .focus hr {
        display: block;
        border: 0;
        border-top: 1px solid #e8e8e8;
        margin: 0;
        padding-top: 1.5em;
    }
}

@media only screen and (min-width: 1200px) {
    .home-featured-box {
        width: 38%;
    }
}



/* grid layout row/col */

.focus-insight {
    width: 90%;
    max-width: 85em;
    margin: -28em auto 0 auto;
    z-index: 2;
}

.home-article {
    width: 100%;
}

.wrap {
    /*width: 90%;
    max-width: 85em;*/
    margin: 0 auto;
}

.wrap .fusion-fullwidth .fusion-builder-row.fusion-row {
    max-width: 85em;
    padding: 0 1.8em;
}

.articles article:nth-child(even) {
    background-color: #F4F4F4;
}


@media only screen and (max-width: 1000px) {
    .focus-insight {
        margin: -13em auto 0 auto;
    }
}
