/* W3.CSS with additional CSS added by Systems Interface */


.w3-padding-siilogosmall{padding-top:125px!important}   /* 125PX */
.w3-padding-siilogosmall2{padding-top:125px!important}  /* 125px */
.w3-padding-siilogomedium{padding-top:145px!important}  /* 145px */
.w3-padding-siilogolarge{padding-top:300px!important}   /* 175px */

.w3-siinavcolor,.w3-hover-siinavcolor:hover{color:white!important;background-color:#114477!important}

.mainfooter {
	width: 100%;
	float: left;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-left: 0;
	background-color: #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	color: #FFF;	
}

.mainfooter p {
	width: 91%;
	margin: 2% auto;
	text-align: center;
}

.robotlist {
list-style-image: url('/images/favicon2.ico');
/* list-style-type: disc; */
list-style-position: inside;
line-height: 1.5em;
}

.normallist {
list-style-type: disc;
list-style-position: inside;
line-height: 1.5em;
}

.video {
max-width: 90%;
Height: auto;
}

/*  The following video instructions are to disable the download button */
video::-internal-media-controls-download-button {
    display:none;
}
 
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
 
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}