#whitebg{
background-color:#FCF8EF;
}
#logowhite{
background-color:#001328;
}
.eventimage{
width:250px;
height:175px;
}
.eventtime{
margin-top:0px;
margin-bottom:10px;
}
.elistingcont, .elistingcont2{
display:flex;
}
.elistingtxt, .elistingtxt2{
padding-bottom:10px;
flex-basis:100%;
}
.elistingtxt2{
margin-left:10px;
margin-right:10px;
}
#eventcontainer > li:last-of-type{
border-bottom:0px !important;
}
.eventcontent ul li::before{
margin-left:0px;
}
.greybg{
background-color:#FCF8EF !important;
}
.greybg h3{
padding-left:0px;
}
.widgetlargethumb{
margin-right:0px;
}
.widgetevent li a{
background-color:#E8F4FD;
border-bottom:10px solid #FCF8EF;
}
.fulllisting{
clear:left;
padding-top:10px;
}
.widgetevent .date{
margin:0px 0px 5px 0px;
}
.widgetevent .main{
margin:0px;
}
.widgetevent li ul li::before{
	content: "\f45c";  
    font-family: "Font Awesome 5 Pro";  
  color: #1769A0; 
  display: inline-block; 
  margin-right:5px;
font-weight:900;
font-size:0.7em;
  margin-left: 20px; /* Also needed for space (tweak if needed) */
}
.larger{
font-size:1.2em;
}


@media only screen and ( max-width: 900px )
                {
                .elistingpic{
                display:none;
                }
                .elistingcont2{
                flex-wrap:wrap;
                }
                .widgetevent .main{
                margin-top:10px;
                }
                .elistingpic2 .widgetlargethumb{
                width:calc(100% - 20px) !important;
                float:none;
                }
                }
                
@media only screen and ( max-width: 600px )
                {
                .elistingpic{
                display:block;
                }
                .elistingpic{
                flex-basis:30%;
                margin-right:10px;
                }
                .elistingtxt{
                flex-basis:70%;
                }
                .eventimage{
                width:100%;
                height:125px;
                }
                .logoleft{
                margin-left:10px;
                margin-right:10px;
                }
                }
                