/*.role-model
{
    background-color:#222a49;
    color:#fff;
    margin-bottom:1em;
   
}
.role-model h3
{
background-color:#222a49 !important;
}
.role-model img
{
    max-width:100%;
    min-width:100%;
}
.role-model-inner
{
    padding:1em;
}
.rm-name
{
  
    padding:10px;
}

.role-model-inner h4{
    margin-top:-2em;
    margin-bottom:1em;
}
*/
.pullquote
{
    font-style:italic;
    font-weight:bolder;
}
.pullquote:before
{
    font-family: 'FontAwesome';
	content: '\f10d';
	position: relative;
	margin-right: 15px;
	font-size: 200%;
}
.pullquote:after
{
    font-family: 'FontAwesome';
	content: '\f10e';
	position: relative;
	margin-left: 15px;
	font-size: 200%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.relcontainer
{
    position: relative;
 text-align: center;
  color: white;
}
.bottom-right
{
    position: absolute;
  bottom: 5px;
  right: 5px;
 
}
.top-right
{
    position: absolute;
  top: 5px;
  right: 5px;
 
}
.bottom-left
{
    position: relative;
    /*bottom: 5px;*/
    
}
.top-left
{
    position: absolute;
    top: 0px;
    
}
.relcontainer-outer
{
    position: relative;
}
.dcg-blue-trans
{
    background-color:rgba(17,40,74,0.95);
    color: #fff;
    text-align:left;
}
.dcg-blue-trans p
{
    margin-bottom:0px;
}
.eventCardimage img
{
    border-radius:100%;
}
.inner-event
{
display:flex;
padding:1rem;
}
.event-box-text
{
    padding-left:1rem;
    padding-right:1rem;
}




@media (min-width: 992px) {

    .bottom-left
    {
    position: absolute;
    bottom: 5px;
    }
}
@media only screen and (max-width: 576px) {
    .event-box-information
    {
        text-align:center;
    }
  }



