footer .footer-menu-flex ul {
    display: flex;
    flex-wrap: wrap;
	padding-left: 0px;
}

footer .footer-menu-flex ul li {
    width: 50%;
	list-style: none;
	padding-bottom: 8px;
	letter-spacing: 1px;
}

footer .footer-menu-flex ul li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

footer .footer-menu-flex ul li a:hover,
footer .footer-menu-flex ul li a:focus {
	color: #919C00;
}

footer .menu-social {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
	padding-left: 0px;
}

footer .menu-social li {
	padding-right: 15px;
}

footer .menu-social li a:hover .social_icon:before {
	color: #919C00;
	background: #fff;
}

footer .footer-copyright .et_pb_text_inner * {
	color: #7482A8;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
}


footer .footer-copyright .et_pb_text_inner a {
	text-decoration: underline;
}


footer .footer-copyright .et_pb_text_inner a:hover,
footer .footer-copyright .et_pb_text_inner a:focus {
	color: #fff;
	font-weight: 700;
}

/* START Ticker */
footer .footer-ticker .et_pb_code_inner {
	box-shadow: 0 10px 40px 0 rgba(0,0,0,0.45);
}

footer .ticker {
    background-color: #fff;
    padding: 30px;
}

footer .ticker .ticker-company {
	font-size: 18px;
	font-weight: 800;
	color: #000;
}

footer .ticker .ticker-symbol {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	letter-spacing: 1px;
}

footer .ticker .ticker-symbol .ticker-exchange {
	color: #858585;
}

footer .ticker .stock-ticker-wrapper ul.stock_ticker .sqitem:before {
	display: none;
}

footer .ticker .ticker-price {
	font-size: 30px;
	font-weight: 800;
	color: #000;
	padding-top: 15px;
    padding-bottom: 20px;
	display: block;
}

footer .ticker .ticker-price .ticker-currency {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #858585;
}

footer .ticker .ticker-price .ticker-change {
	font-size: 14px;
	color: green;
	letter-spacing: 0.22px;
	font-weight: 500;
}

footer .ticker .stock-ticker-wrapper ul.stock_ticker .minus .ticker-price .ticker-change {
	color: #E02020;
}

footer .ticker .ticker-date {
	display: block;
    font-family: 'Manrope', sans-serif;
	font-size: 14px;
    color: #858585;
    line-height: 20px;
}

footer .ticker .ticker-details {
	font-size: 14px;
	color: #858585;
	line-height: 20px;
}

footer .ticker-button {
	background-color: #003478;
	box-shadow: inset 0 0 0 0 #003478;
	-webkit-transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}

footer .ticker-button:hover {
	box-shadow: inset 400px 0 0 0 #919C00
;
}

footer .ticker-button a {
	padding: 30px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	display: block;
	position: relative;
}

footer .ticker-button a:before,
footer .ticker-button a:after {
    margin: auto;
    top: 0;
    bottom: 0;
}

.ticker-button a:before {
	background-color: #fff;
	left: 210px;
}

.ticker-button a:after {
	border-color: #fff;
	left: 255px;
}

@media (max-width: 767px) {
	.ticker-button a:before {
		left: 232px;
	}
	
	.ticker-button a:after {
		left: 277px;
	}
}

@media (max-width: 400px) {
	footer .ticker-button a:before,
	footer .ticker-button a:after {
		display: none;
	}
}

/* END Ticker */