.alert-bar__secondary {
    background: #ff9999;
}

.wg-drop.wg-mouse-click>div:focus 
{ 
    outline: 3px solid #1CA6DF; 
}

.cmp-text {
	max-width: 100% !important;
}

/*Restrict form set to full-width to be contained within bounds of parent container*/
.guideContainerNode {
     max-width: 100%;
}

/* Navigation Bar*/
.header-navigation .cmp-header-navigation__dropdown--show .cmp-header-navigation__item-link 
{
    background: lightblue;
    color:black;
}

/*****************Calendar View*************************/
.calendar .fc-toolbar-chunk .fc-button-group .fc-button-primary{
    background: #545454;
}

.calendar .fc-toolbar-chunk .fc-today-button:disabled{
    background: #737373;
}

.services .cmp-services__card-image span{
    background-color: #6A4406;
}