header.clean-top .header-top {
    background-color: #003366 !important;
    border-bottom: 1px solid #003366 !important;
}

.body > #footer .copyright {
	color:#ffffff !important;
}

body > #footer { padding-top: 0 !important; } .body > #footer .footer-copyright { padding-top: 10px !important; margin-top: 0 !important; }

h3, h5 {
    text-transform:capitalize !important;
}

/* anchor top space */
a.anchor{display: block; position: relative; top: -250px; visibility: hidden;}

/* Reduce Footer */
body > #footer { padding-top: 0; } .body > #footer .footer-copyright { padding-top: 10px; margin-top: 0; }

/* mobile/desktop visibility */
/* Mobile first - up to 768px wide */
 #lsdt {
 	visibility: hidden;
    display: none;
 }

 #lsmbl {
	visibility: visible;
    display: block;
 }

/* Tablet targetted size */
@media screen and (min-width:768px) and (max-width:900px) {
     #lsdt {
 	visibility: hidden;
    display: none;
 }

 #lsmbl {
	visibility: visible;
    display: block;
 }
}

/* Desktop size */
@media screen and (min-width:900px) {
    #lsdt {
 	visibility: visible;
    display: block;
 }

 #lsmbl {
	visibility: hidden;
    display: none;
 }

}

/*@media all and (min-width:768px)*/
.col-md-2b {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 19.98%;
}

.col-md-1b {
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.65%;
}
.content-grid .content-grid-item {
	padding: 10px !important;
}

.content-grid .content-grid-item::before {
    border-left: 0px solid #dadada !important;
}

.content-grid .content-grid-item::after {
    border-bottom: 0px solid #dadada !important;
}

/* DIV Vertical Alignment */
div .vert-al {
  position: absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
}



/* Event Frame */
.event-secondary, .event .timeline-balloon .balloon-time .time-dot::after {
    background-color: #ee2824;
}
.event-tertiary, .event .timeline-balloon .balloon-time .time-dot::after {
    background-color: #e5e5e5;
}











