﻿
#articleImage{
	margin-top: 7px;
    padding: 13px 0;
}

#articleImage .imageTop{
	background-color: #f7f7f7;

}
#articleImage .imageBottom {
	background-color: #f7f7f7;
	 padding: 15px;

}


.webPartZone9 #articleImage img {
   height:auto!important;
}

h5.articleImageHeader{
font-size: 25px;
margin-top: 3px;
font-weight:600;
letter-spacing: -1.5px;
}

#articleImage p {
		font-size:1em;
	font-weight:200;

}

#articleImage img {
	object-fit: scale-down;
	height: 360px;
	width:100%;
	
}

a.readMore {
	font-size:12px;
	color:#025788 !important;
	margin-left:15px;

	
}

a.readMore:hover {
	text-decoration: none;

	
}


a.readMore i{
	margin-left: 6px;
}

.readMoreLink {
	/*width: 106px;*/
	height:28px;
    border-radius: 25px;
    float:right;
   /* padding: 5px 14px;*/
    margin-right: 20px;
}

#imageTop {
	html body,h1,h2,h3,h4,h5,h6,p 
    font-family: 'Arquette', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    letter-spacing: -.25px;
    
}
#filterOptions select {
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  font-family: Arquette;
  padding: 12px;
}

#resultBtns .btn {
  padding: 0.85rem 2rem;
}

.day {
  font-size: 1.8rem;
  font-weight: 400;
}

.newCards .pkImg {
  max-height: 150px;
  width: 100%;
  object-fit: cover;
}

h5.eventTitle {
	color:#5e5e5e!important;
margin-top: -4x;
font-weight:500;
letter-spacing: -.8px;
transition: 0.3s;

}
h5.eventTitle:hover {
  text-decoration: underline;
  color: #025788 !important;
}

#newCards .newCards p {
	color: 	#808080;
	font-size: 1em;
	font-weight:200;
}

/*Mobile CSS*/
@media only screen and (max-width: 768px) {
h5.articleImageHeader{margin-top:17px;}
}


    

