@charset "UTF-8";
/* CSS Document */

/* Creates the feature area container and fixes some CSS issues */
.mhcontainer {
    margin:0;
    padding:0;
}
.mhcontainer .row {
    margin-left: 0px;
    margin-right: 0px;
}
.ftblock1 {
    padding:0px;
    overflow: hidden;
}
.ftblock2 {
    padding:0px;
    overflow: hidden;
}


/* block content CSS */

.cat-name {
    font-family: jd_sans_promedium;
    font-size: 12px;
    margin-bottom: 0;
}
.storydiscription {
    font-size: 14px;
    line-height: 130%;
}
.story-description {
    font-size: 14px;
    line-height: 130%;
}
.nesting .row {
  display: flex;
}

/* Top Hero Layout and Design */  

/* set the background image and height of the feature blocks */
.pubfeature1 {
    width:100%;
    height:700px;
    overflow: hidden;
    cursor: pointer;
}
.pubfeature2,
.pubfeature3 {
    width:100%;
    height:350px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.contentimg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    cursor: pointer;
}
.pubfeature1 .contentimg,
.pubfeature2 .contentimg,
.pubfeature3 .contentimg {
    /*This is a placeholder image. The actual paths need to be included in the HTML so this CSS can be reuseable. */
    background-image: url(/assets/images/region-4/publications/the-furrow/2020/modernfarmwives/Johnson__20052020_0553-1-1920x1280.jpg);
    transition: all 0.5s ease;
}
.pubfeature1:hover .contentimg,
.pubfeature2:hover .contentimg,
.pubfeature3:hover .contentimg {
    /*scale up on hover*/
    cursor: pointer;
    transform: scale(1.2);
}

/* Set the feature cover copy blocks */
.contentoverlay {
    width: 100%;
    z-index: 2;
    color:white;
    padding: 20px 40px;
    position:absolute;
    bottom:0;
    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
}
.contentoverlay2 {
    width: 50%;
    height: 350px;
    z-index: 2;
    color:white;
    padding:10px;
    position:absolute;
    right:0; 
    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
}
.categorytitle {
    font-size: 12px !important;
    font-family: jd_sans_promedium;
    font-weight:bold !important;
    margin: 10px 0 0 0;
}
.contentoverlay h2,
.contentoverlay2 h2 {
    margin-top: 5px;
}
.covercopy {
    margin: 5px 0px 20px 0px;
}
.coverlink {
    display: none;
}
.pub-issue-date {
    text-align: left;
    padding: 0 40px;
    background-color: #e5e6e6;
}
.pub-issue-date h2 {
    margin: 10px 0;
    font-size: 18px;
}
/* Set the feature cover copy blocks */
/* Small devices and tablets (mobile, 900px and below) */
@media only screen and (max-width: 900px) {
    /* set the background image and height of the feature blocks */
    .pubfeature1 {
        width:100%;
        height:400px;
    }
    .pubfeature2 {
        width:50%;
        height:300px;
    }
    .pubfeature3 {
        width:50%;
        height:300px;
    }
    /* Set the feature cover copy blocks */

    .ftblock2 {
        display: flex;
    }
    .contentoverlay,
    .contentoverlay2 {
        width: 100%;
        z-index: 2;
        color:white;
        padding:10px;
        position:absolute;
        bottom:0;
        background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .contentoverlay2 {
        height: auto;
    }
    .contentoverlay .categorytitle {
        font-size: 10px;
        font-weight:bold !important;
        font-family: jd_sans_promedium;
    }
    .contentoverlay2 .categorytitle {
        font-size: 10px;
        padding-top:20px;
    }
    .contentoverlay h2,
    .contentoverlay2 h2 {
        margin-top:0px;
        font-size: 26px;
    }
    .contentoverlay2 .covercopy {
        display: none;
    }
    .covercopy {
        margin: 0px;
        font-size: 16px;
        line-height: 140%;
    }
    .coverlink {
        color: white;
        display: block;
        text-decoration: none;
        font-weight: bold;
        font-family: jd_sans_promedium;
        padding: 10px 0;
    }
    .coverlink .icon-jd_carrot_right{
        position: absolute;
        bottom: 23px;
        margin-left: 6px;
    }
    .coverlink:hover {
        color: white;
        text-decoration: none;
    }
}

/* Category Links CSS */

#title-2552a23c-f465-9782-897b-bc1be22d89f7 h2 {
    margin-top:50px;
}
/* Desktop devices and tablets (landscape tablets, 2400px and below) */
@media only screen and (max-width: 2400px) {
    #nesting-a886be68-9de5-0bfe-3383-51aed52c6889 {
        margin-left: 70px;
    }
}
/* Small devices and tablets (mobile, 900px and below) */
@media only screen and (max-width: 900px) {
    #title-2552a23c-f465-9782-897b-bc1be22d89f7 h2 {
            margin-bottom:20px;
    }
    #nesting-a886be68-9de5-0bfe-3383-51aed52c6889 {
        margin-left: 0;
    }
    #nesting-a886be68-9de5-0bfe-3383-51aed52c6889 ul {
        margin-top: 0;
        margin-left: 30px;
    }
    #nesting-a886be68-9de5-0bfe-3383-51aed52c6889 div {
        margin-top: 0;
    }
}


/* Inside of the page feature story */

/* style the link */
/* unvisited link */
.insidecontentoverlay a {
color: white;
font-weight:bold;
text-decoration:none;
}

/* visited link */
.insidecontentoverlay a:visited {
color: gray;
text-decoration:none;
}

/* mouse over link */
.insidecontentoverlay a:hover {
color: #fdda01;
text-decoration:none;
}

/* selected link */
.insidecontentoverlay a:active {
color: white;
text-decoration:none;
}

/* Desktop devices and tablets (landscape tablets, 2400px and below) */
@media only screen and (max-width: 2400px) {
    .insidefeature {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width:100%;
    }
    .insidecontentoverlay {
        width: 40%;
        height: 100%;
        color:white;
        padding: 30px 20px;
        position: relative;;
        margin-left: auto;
        background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
        background: rgba(0, 0, 0, 0.7);
    }

}
/* Small devices and tablets (mobile, 900px and below) */
@media only screen and (max-width: 900px) {
.insidefeature {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width:100%;
        height: inherit;
    }
    .insidecontentoverlay {
        width: 100%;
        color:white;
        padding: 30px 20px;
        background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
        background: rgba(0, 0, 0, 0.6);
    }
}


/* CSS for the masthead across the top of page */


/* Desktop devices and tablets (landscape tablets, 2400px and below) */
@media only screen and (max-width: 2400px) {
    #furrowmasthead {
        background-color: black;
        display: flex;
        justify-content: space-between;
    }
    #furrowmasthead .pub-logo {
        padding: 10px 10px 10px 40px;
        width: 220px;
    }
    #furrowmasthead .pub-text {
        color: white;
        font-family: jd_sans_promedium;
        font-size: 14px;
        margin: 18px 28px 18px 18px;
        color: #949494;
        text-transform: uppercase;
    }
}

/* small devices (mobile devices, 768px and below) */
@media only screen and (max-width: 768px) {
    #furrowmasthead {
        height: 40px;
        background-color: black;
    }
    #furrowmasthead .pub-logo {
        padding: 0px;
        width: 100px;
    }
    #furrowmasthead .pub-logo img {
        padding: 10px;
    }
    #furrowmasthead .pub-text {
        margin: 0;
        padding: 7px;
    }
    .nesting .row {
		flex-direction: column;
    }
}

.panel-image {
    cursor: pointer;
}