.article-images {
margin-bottom: 8px;
display: block;
max-width: 100%;
}

h2.events-headline {
color: #003f5b;
font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; 
font-size: 38px;
font-weight: bold;
margin-top: 0;
margin-bottom: 16px;
padding-top: 0;
line-height: 44px;
}

h3.events-subheadline {
color: #003f5b;
font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; 
font-size: 28px;
font-weight: normal;
margin-top: 0;
margin-bottom: 12px;
padding-top: 0;
}

article p {
margin: 6px 0 16px 0;
padding-top: 0;
font-size: 1.2em;
line-height: 1.3em;
}

article a:hover {
color: red;
}

#event-details ul {
font-size: 1.2em;
}


.vendor-link {
padding: 0;
}

.vendor-link a {
color: black;
padding: 0;
}

.vendor-link a:hover {
color: #d71920;
}


article li {
font-size: 1.2em;
line-height: 1.4em;
display: block;
margin-bottom: 6px;
padding-bottom: 12px;
}


#tickets {
font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: normal;
color: white;
text-align: center;
cursor: pointer;
border-radius: 5px;
display: none;
}


#tickets a {
font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: normal;
text-decoration: none;
color: white;
background-color: #d71920;
text-align: center;
padding: 10px 30px;
margin-bottom: 4px;
cursor: pointer;
border-radius: 5px;
visibility: visible;
display: none;
}

#tickets a:hover {
box-shadow: 5px 5px 5px LightSteelBlue;
border-left: 3px solid #d71920;
border-right: 3px solid #d71920;
}

#explain-button-tickets-events-page {
font-size: 1.0em;
line-height: 1.1em;
font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
color: black;
text-align: center;
padding: 8px 10px 36px 10px;
display: none;
}


