/* Styles form page blocks */

.banner-vascular	{
		position: relative;
		    width: 100%;
		    height: 200px;
		    overflow: hidden;
		}

.banner-vascular img	{
		width: 100%;
		    height: 200px;
		    object-fit: cover;
		}

.banner-vascular .display	{
		position: relative;
		     text-align: center;
		    margin-top: -200px;
		    color: #fff;
		    pointer-events: none;
		}

.banner-vascular .display h2	{
		font-size: 2.5em;
		}

@keyframes fadeIn	{
		from}

@keyframes fadeIn	{
		opacity: 0;
		 transform: translateY(10px);
		}

to	{
		opacity: 1;
		 transform: translateY(0);
		}

	{
		border-color: #3182ce;
		 outline: none;
		 box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
		}

.wbd_frm_cstm:hover	{
		background-color: #0066cc !important;
		        color: #ffffff !important;
		        box-shadow: 0 2px 5px rgba(0,102,204,0.3);
		}

/* END Styles form page blocks */

