/* Source Ontario Print CSS
   Date: January 2023 
   Dependencies: /themes/OFB/css/print.css (December 2022)
   Developed by: Digital Marketing Operations Unit 
   Lead: Oliver Scherer
   Team: Ian Beckford, Linda Lum, Salina Lee
   Approver: Emmanuel Gunaratnam */

/* *** Hide/Change Source Elements on Print *** */
#topnav-container {
   position: static;
}

/* Change sector icon colour from white to grey, to allow 
   for visibilty when background images turned off - 2023-01-13 */
.sector-icon img {
	filter: invert(40%);
   max-width: 300px;
}

.img-fluid {
   max-width: 200px!important;
   height: auto;
}

#block-sfo-breadcrumbs, #find-an-event, #trade-calendar-form, #print_form, #print_form2, #pdf-download, #block-sfo-breadcrumbs {
	display: none!important;
}

/* Remove border around contact card, to allow 
   full display of email address  - 2023-01-13 */
.card {
   border: none;
}

.card-body a {
	color: black !important;
}

.contact-details .list-unstyled div:nth-last-child(2) a {
   overflow: visible !important;
   color: black !important;
}
