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

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


/* block content CSS */
.cat-name {
    font-family: jd_sans_promedium;
    font-size: 12px;
    margin-bottom: 0;
}
.story-headline {
    font-size: 22px;
}
.storydiscription {
    font-size: 14px;
    line-height: 130%;
} 
.storydescription {
    font-size: 14px;
    line-height: 130%;
}   

.block-content.secondary img, .block-content.secondary picture {
    width: 70% !important;
}

/* Subhead Syles */
.storysub {
  font-size: 1.5em !important;
  margin-top: -20px !important;
}
.storyauthor {
  font-weight: bold !important;
  font-size: .9em !important;
  margin-bottom: 20px !important;
}

/* Category Links CSS */

#title-2552a23c-f465-9782-897b-bc1be22d89f7 h2 {
   margin-top:50px;
}
.title-news {
    margin-top: 20px;
}
/* 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;
    }
}
  

/* CSS for the CTA at the bottom of the page */
@media only screen and (min-width: 600px) {
    .components-container {
        width: 50%;
        padding: 10px 50px;
        display: inline-block;
    }
}
.mediablockhero {
    height: 260px;
    text-align: center;
    background-size: 90%;
    background-repeat: no-repeat;
    padding-top: 45px;
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
}
.mediablockhero a {
    margin: 10px;
}
@media (min-width: 667px) {
    .mediablockhero h4 {
        padding-top: 0%;
        font-size: 48px;
        margin-bottom: 30px;
    }
    .mediablockhero a {
        margin: 10px;
    }
}
@media (min-width: 1120px) {
    .mediablockhero a {
        padding-top: 10px;
    }
}

/* 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;
    }
}