./* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}
h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}

 .accordion dt, .accordion dd {
	 padding: 5px 10px 10px 10px;
}
.accordion dd {
    border-left: 4px dotted #afb2ba;
}
 
 .accordion dt a, .accordion dd a {
	 display: block;
	 font-weight: normal;
     color: #202020;
    text-indent: -50px;
}
 .accordion dd {
     margin-top: -5px;
     margin-left: 20px;
     padding-left: 20px;
     line-height: 24px;
	 font-size: 16px;
     color: #383838;
     font-family: "Libre Baskerville", serif;
}
 .accordion dd:last-of-type {
	 position: relative;
     border-left:0;
}

.source{
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    text-align: left;
}

.timage {
    float:right;
    margin: 10px;
    width: 200px;
}

 a {
	 text-decoration: none;
}

.readmore {
    padding-top: 10px;
    text-align: right;
    font-style: italic;
}


 body {
	 font-family: "Montserrat", sans-serif;
     font-size: 18px;
     color: #202020;
}

.time {
    font-family: "Montserrat", sans-serif;
     font-size: 18px;
    font-weight: bold;
}
.event {
    border-left: 4px dotted #afb2ba; 
    margin-left: 10px;
    padding-left: 20px;
    text-indent: 0px;
}

.eventlast {
    border-left: 0px; 
    margin-left: 10px;
    padding-left: 24px;
    text-indent: 0px;
}

.dot {
  height: 14px;
  width: 14px;
  margin-left: 55px;
  margin-right: 16px;
  background-color: #d8352a;
  border-radius: 50%;
  display: inline-block;
}
 
.logo {
    margin-left: auto;
    margin-right: auto;
    width:48px;
    display: block;
}

@media all and (max-width: 500px) {
    
    .timage, .source {
        display: none;
    }
    
    
    .dot {
  height: 12px;
  width: 12px;
  margin-left: 56px;
  margin-right: 16px;
  background-color: #d8352a;
  border-radius: 50%;
  display: inline-block;
    }
}