.blue_small {
	color: #FFFFFF;
	background-color: #233468;
	font-size: 16px;
	padding: 13px 60px;	
	display: inline-block;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	transition: all .5s;
	text-align: center;
	text-decoration: none;
}

.blue_small:hover {
	color: #FFFFFF;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.4);
}

.white_underline {
    font-size: 20px;
    color: #0D7CDB;
	padding: 15px 56px 12px 0;
	display: inline-block;
	box-sizing: border-box;
	border-bottom: 3px solid #0D7CDB;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	background: url(/app/themes/default/resources/assets/images/custom_widgets/generic-button/tail-right.svg) center right no-repeat;
	transition: all .5s;
	text-align: left;
	text-decoration: none;
}

.white_underline:hover {
	color: #233468;
	border-color: #233468;
	background: url(/app/themes/default/resources/assets/images/custom_widgets/generic-button/tail-right-hover.svg) center right no-repeat;
}

@media only screen and (max-width: 768px) {
	.white_underline {
		font-size: 18px;
		color: #0D7CDB;
		padding: 1vw 8vw 1vw 0;
	}
}