.t-Header-logo{
	position: relative;
   margin-left: 6%;
   flex-grow:inherit;
   width:20%;
}
/* .t-Header-logo img{
    padding: 1%;
    width: 61%;
    height: 100%;
    position: relative;
} */
.t-Header-branding{
	position:relative;
    margin-top: 0.5% !important;
    background-color: #182f62 !important;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2) !important;
    height: 80px !important;
}
.t-Header-text{
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
}
.t-Header-text ul{
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    list-style-type: none;
    width: 100%;
    height: 100%;
}
.t-Header-text ul li{
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}
.t-Header-text ul li a{
    color: #000;
    font-size: 20px;
    text-shadow: 1px 1px #00000078;
}
.t-Header-text ul li:hover{
	background-color:#9c9ba5;
}

@media only screen and (max-width: 768px) {
	.t-Header-logo {
		margin-left: 0%;
		width: 100%;
}
	.t-Header-logo img{
		width: 85%;
		MARGIN-LEFT: 0%;
}

}