/* Styles form page blocks */

.custom-vert-prod-card	{
		box-shadow: 0px 0px 40px 0px rgb(232, 233, 241);
		        margin: 15px 0;
		}

.custom-vert-prod-card a	{
		min-width: 40%;
		        margin-bottom: 15px;
		        font-size: 16px;
		}

.custom-vert-prod-card .btns-wrap	{
		display: -ms-flexbox;
		        display: flex;
		        -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		        justify-content: space-evenly;
		}

.custom-vert-prod-card .custom-vert-prod-card-title	{
		font-size: 16px!important;
		        min-height: 65px;
		        padding: 15px;
		        padding-bottom: 0;
		}

.custom-vert-prod-card-text	{
		box-shadow: 0px 0px 40px 0px rgb(232, 233, 241);
		}

.subscribe-btn	{
		background: transparent;
		            color: white;
		            border-color: white;
		}

.footer-wrap p, .footer-wrap span	{
		font-size: 13px!important;
		}

.cookie-policy-link	{
		color:White !important;
		                text-decoration: underline;
		}

.cookie-policy-link:hover	{
		color:lightgray !important;
		                text-decoration: none;
		}

.cookiecolor	{
		color:White !important;
		}

.cookiebg	{
		background-color: rgba(0, 0, 153,.6);
		}

.cookiemsg	{
		overflow: hidden;
		                 z-index:10000;
		                right:0;
		                position:fixed;
		}

/* END Styles form page blocks */

