 @keyframes uplift {
 	from {
 		transform: translate(0, 20%) scale(1);
 	}
 	to {
 		transform: translate(0, 0) scale(1.1);
 	}
 }
 
 @keyframes levitate {
 	0% {
 		transform: translate(0, 0);
 	}
 	50% {
 		transform: translate(0, 4px);
 	}
 	100% {
 		transform: translate(0, 0);
 	}
 }
 
 #header.uplift {
 	position: relative;
 	height: 18rem;
 	text-align: center;
 	background: url(/assets/themes/eet/images/UPLIFT-Web-Banner2.jpg) no-repeat 50% 72%;
 	background-size: 130%;
 }
 
 #header.uplift .center_content {
 	display: inline-block;
 	width: 100%;
 	max-width: 1260px;
    margin: auto;
    padding: 0 30px;
 }
 
 #header.uplift .logo {
 	display: block;
 	padding: 36px 0 7px;
 	transform: translate(0, 20%);
 	animation: uplift 1s ease-in-out 1.3s 1 normal;
 	animation-fill-mode: forwards;
 	will-change: transform;
 	width: initial;
 	height: initial;
 }
 
 #header.uplift .logo img {
 	animation: levitate 1.7s ease-in-out 2.3s infinite normal;
 	will-change: transform;
 }
 
 header.uplift .social {
 	position: relative;
 	top: -23px;
 	float: right;
 	list-style: none;
 }
 
 header.uplift .social a {
 	display: block;
 	height: 30px;
 }
 
 header.uplift .social .twitter {
 	display: inline-block;
 	width: 52px;
 	height: 30px;
 	margin-right: -4px;
 	background: url(/assets/themes/eet/images/FB-TWTc.svg) 14px 0 no-repeat;
 	background-size: 130%;
 }
 
 header.uplift .social .facebook {
 	display: inline-block;
 	width: 52px;
 	height: 30px;
 	margin-right: -20px;
 	background: url(/assets/themes/eet/images/FB-TWTc.svg) -37px 0 no-repeat;
 	background-size: 130%;
 }
 
 header.uplift .border {
 	width: 100%;
 	border-top: 1px solid #0059bb;
 	margin-bottom: 4px;
 }
 
 header.uplift .menu_item {
	 display: inline-block;
	 padding-top: 1px;
	 margin-top: -5px;
	 text-align: center;
	 font-weight: 400;
	 font-family: 'Roboto', sans-serif;
 }
 
 header.uplift .menu_item a {
 	margin-right: 49px;
 	color: #0059bb !important;
 	text-transform: capitalize;
 	display: inline-block;
 	font-size: 1.1em;
 }
 
 header.uplift .menu_item a:last-child {
 	margin-right: 0;
 }
 
 #footer {
 	margin-top: 65px;
 	background-color: #eee;
 	background: -webkit-linear-gradient(top, #fff, #eee);
 	background: -o-linear-gradient(bottom, #fff, #eee);
 	background: -moz-linear-gradient(bottom, #fff, #eee);
 	background: linear-gradient(to bottom, #fff, #eee);
 }
 
 #footer .center_content {
 	max-width: 960px;
 	display: flex;
 	justify-content: space-between;
 	margin: auto;
 	padding: 30px 0;
 }
 
 #footer .center_content a {
 	font-size: 12px;
 	line-height: 20px;
	 font-family: 'Roboto', sans-serif;
 	color: #000;
 	padding-top: 36px;
 }
 
 #footer .center_content a:hover {
 	color: #000 !important;
 }
 
 #footer .center_content .left_col {
 	width: 33%;
 	text-align: right;
 }
 
 #footer .center_content .right_col {
 	width: 33%;
 }
 
 #footer .center_content .left_col a, #footer .center_content .right_col a {
 	display: block;
 	width: 100%;
 	white-space: nowrap;
 }
 
 #footer .center_content .mid_col {
 	width: 20%;
 	text-align: center;
 }
 
 #footer .copyright {
 	max-width: 960px;
 	margin: auto;
 	text-align: center;
 	padding-bottom: 50px;
 }
