<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* shrinks padding so language icons fit in Maiden Re's version of IE 11 */
#global_menu ul li a {padding:0 11px 0 11px;}



/* css */
/* FlightCare */
#flightcare,.flightcare {
  background-image: url(../images/products_flightcare.jpg);
  background-size: contain;
	}
.flightcare:hover {
  transition: background .5s ease-out;
	}
.flightcare .product_content {
  background-color: rgba(34,47,55,.2);
	}
.flightcare .product_content:hover {
  background-color: rgba(223,227,224,.9);
	}
.flightcaree .product_type {
	background-image: url(../images/i_flightcare-w.png);
}

.h_flightcare {
  background-image: url(../images/h_products_flightcare.jpg);
	}
.bb_flightcare {
  	background-image: url(../images/b_flightcare.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	}
.other_lifestyle &gt; div.product_type {background-image: url(../images/i_flightcare-w.png)}
.other_lifestyle:hover &gt; div.product_type {background-image: url(../images/i_flightcare.png)}
.flightcare .product_type {background-image: url(../images/i_flightcare-w.png);}
.flightcare:hover .product_type {background-image: url(../images/i_flightcare.png);}</pre></body></html>