@import url(https://content.onlinexperiences.com/customvts/VXP/Reflow/Global/css/Search.css);
@import url(https://content.onlinexperiences.com/customvts/VXP/Reflow/Global/css/ResponsiveDesignGlobalOverrides.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700,900); body
{
  font-family: 'Roboto', sans-serif;
}

.ReflowBgColor
{ 
  background-color: #ef7e22;
}

.ReflowFontColor
{ 
  color: #ffffff;
}

.marqueeBackground
{ 
  background-color: #ef7e22;
}

.MarqueeFontColor
{ 
  color: #ffffff;
}

#ToolbarLeftImg{background-image:url(https://files.onlinexperiences.com/FileLibrary/6330/24/az-logo-platform.png);}

.ReflowFillColor
{ 
  fill: #ffffff;
}


/***Remove date and time from sessions - Stacie Davies 10-09-21***/
.PageContent.Grid .EventRowItem.DateCol .ItemDate {
display: none !important;
}
/***END***/


/***Attempt to remove add to calendar button - Stacie Davies 10-09-21***/
.add-calendar-button {
display: none;
}
/***END***/


/***Remove archiving button - Stacie Davies - 10-09-21***/
.agenda-button.archiving {
display: none;
}
/***END***/


/***remove search Stacie Davies - 10-09-21***/
#SearchIcon {
width: 20px;
display: none;
}
/***END***/

/*Attempt to show full session name - Stacie Davies - 10-11-21*/
.PageContent.Grid .EventRowItem.InfoCol .ItemTitle {
max-height: 55px;
}
/*END*/


.PageContent.Reflow100 {
    display: inline !important;
}