.footer {
	width: 100%;
	background-color:#E1E1EE;
	border-top-color: 000066;
	margin-top: 30px;

}
.footInfo {
	float: right;
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 10px;
	line-height:16px;
	font-size:12px;
	
	text-align:left;
	font-weight:normal;
	position:relative;
}

.USAOffice {
	width: 48%;
	padding:  5px;
	float: left;
}

.CROffice {
	width: 50%;
	padding:  5px;
	float: left;
	border-right: navy thin solid;
}

.awards {   /* sets up the container for the 6 awards */
	float: left;
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 10px;
	display:table;

	line-height:12px;
	font-size:10px;
	text-align:center;
	font-weight:600;
	position:relative;
	padding-bottom: 10px;
	}
	

.awardImage {
		display:block;
		visibility: visible;
	    margin: auto;
	    padding: 3px;
	}	
	
.tooltip img {
	width: 100%;
}
	
.tooltip {
    position: relative;
    display: inline-block;
	opacity: 1;

}
.SerenName {

}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 260px;
    height:45px;
	font-size:12px;
	line-height:100%;
    background-color: red;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    display: -webkit-flex;
    display: flex;

     
    -webkit-align-items: center;
    align-items: center;
        
    -webkit-justify-content: center;
    justify-content: center;
}

.positionNatgeo {
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top:-20px;
    left: 0%;
}

.positionForbes {
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -100%;
}

.positionCNN {
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -200%;
}

.positionDiscovery {
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -300%;
}

.positionT-L {
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -400%;
}

.positionOutside {
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -500%;
}
.positionLeft {
    /* Position the tooltip */
    position: relative;
    z-index: 1;
    top: -35px;
    left: 5px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


.center {
    position: relative;
    border: none;
	width:16%;
	height:148px;
	float:left;
}

.center img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
p.centered {
	text-align: center;
}

