.olddiv{display:block}
a.md {
	text-decoration: none;
	display: block;
}

.md .root {
	width: 890px;
	height: 48px;
	display: flex;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #03336a;
	font-family: Arial, sans-serif;
	overflow: hidden;
	cursor: pointer;
}

.md .gfx {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.md .gfx > .olddiv {
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.12);
	width: 600px;
	height: 600px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -250px;
}

.md .gfx .olddiv:nth-child(1) {
	left: -490px;
}

.md .gfx .olddiv:nth-child(2) {
	left: -105px;
}

.md .data {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px;
}

.md .data > .olddiv {
	z-index: 2;
}

.md .data > .olddiv:nth-child(1) {
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.35);
	font-size: 24px;
	color: #fff4e8;
	margin: 0;
	padding: 0 10px;
	display: inline-block;
	line-height: 1em;
	font-weight: 400;
	text-transform: uppercase;
	width: 20%;
	text-align: center;;
}

.md .data > .olddiv:nth-child(2) {
	display: inline-block;
	margin-right: 28px;
}

.md .data > .olddiv:nth-child(2) .olddiv:nth-child(1) {
	font-size: 18px;
	color: #fff8f7;
	font-weight: 700;
}

.md .data > .olddiv:nth-child(2) .olddiv:nth-child(2) {
	font-size: 13px;
	color: #a4cdeb;
}

.md .cta {
	width: 30%;
}

.md .cta > .olddiv {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15);
}

.md .cta > .olddiv > .olddiv {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff8f7;
	padding: 6px 16px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	line-height: 1em;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	background-color: #067DB1;
	background-image: radial-gradient(ellipse farthest-corner at 50% 120%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(180deg, rgba(255, 255, 255, 0.15) 49%, rgba(255, 255, 255, 0) 50%);
	background-image: -moz-radial-gradient(ellipse farthest-corner at 50% 120%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.15) 49%, rgba(255, 255, 255, 0) 50%);
	background-image: -webkit-radial-gradient(ellipse farthest-corner at 50% 120%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.15) 49%, rgba(255, 255, 255, 0) 50%);
	background-image: -ms-radial-gradient(ellipse farthest-corner at 50% 120%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), -ms-linear-gradient(180deg, rgba(255, 255, 255, 0.15) 49%, rgba(255, 255, 255, 0) 50%);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 2px 0 0 #05516E;
}

.md .root:hover .cta > .olddiv > .olddiv {
	bottom: 1px;
	background-color: #069bd3;
	box-shadow: 0 3px 0 0 #05516E, inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 0 0 20px 4px rgba(9, 88, 118, 0.5);
	text-align: center;
}
.YFTpFbuVns
{
   color: white;
   background: blue;
   height: 47px;
   text-align: center;
}
