/* News Articles */
.articleImage {
    width:auto;
    max-width:460px !important;
    float: right;
    padding: 0 0 1rem 0;
}
@media only screen and (min-width: 40.0625em) {
 .articleImage {
    padding-left: 1rem;
  } 
}
  

.articleImage img {
    max-width:460px !important;
    max-height: 250px !important;
}


.publish-date {
    font-style: italic;
    margin-bottom: 1rem;
    font-weight: 300;
}

.articleImgCaption {
    font-style: italic;
  	font-size: .9rem;
  	font-weight: 300;
  	margin-top: .8rem;
}


















