/* Header Area */

.header
{
	width:980px;
    height: auto;
    border: solid blue 0px;
}

.header2
{
	width:980px;
    height: auto;
    border: solid blue 0px;
}
.nav-top{
    border: solid black 0px;
    height: 55px;
}
.headerArea
{
	height: 100px;
	padding-top:0px;
	text-align:left; 
	width:100%; 
	margin-right: 25px;
    border: solid rgba(51,153,204,0.5) 0px;
    background: rgba(51,153,204,0.00);
}
@media (max-width:767px) {
         .headerArea {
    width: 90%;
        }
}

#bannerHeader {
    margin-top: 5px;
    margin-bottom: 5px;
	margin-left: 5.5%;
	margin-right: auto;
	width: 400px;
	height: 89px;
    float: left;
    
}

.header-search-box
{

	color: grey;
    float: right;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
    margin-top: 2px;
    margin-right: 10px;
    
    height: 20px;
    width: 400px;
}
@media (max-width:767px) {
         .header-search-box {
    margin-right: 1px;
        }
}

@media (max-width:767px) {
         .header-search-box {
    width: 100%;
    margin-top: 10px;

        }
}

#established {
    width: 200px;
    text-align: left;
    font-size: 14px;
    color: grey;
    border: solid orange 0px;
    margin-left: 50px;
    float: left;
    height: 20px;
    margin-top: 4px;

}

#whoami {
    width: 250px;
    text-align: left;
    font-size: 14px;
    color: black;
    border: solid orange 0px;
    margin-left: 10px;
    float: left;
    height: 20px;
    margin-top: 4px;

}







/*----------DRGM POPUP---------------- */
/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 460px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 8px 8px;
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 50%;
    margin-left: -50px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color:  transparent transparent #555 transparent ;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
/*----------END DRGM POPUP---------------- */





