@charset "utf-8";
/* ========================================================================== */
/*
 * Print CSS file - GKN
 * Media: Print
 *
 * Author: Lukasz Falkowski - Excite Communications
 *
 */
/* ========================================================================== */
@media print {
  @page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  .container {
    width: 1170px;
  }
}
#page {
	padding-top:0!important;
}
#page header.sticky {
    position: static;
	top:0!important;
}
form {
	display:none;
}
#top .buttons,
#top .links,
#topsearch,
header .navbar,
.large-bg,

.share-this-txt,
.social-media.share,
.stripe-title::after,
footer {
    display:none;
}

#middle > section {
    padding: 0 0 30px 0;
	border-bottom:1px solid #ccc;
}
#middle > section + section {
	margin-top:30px;
}
#middle > section.light-blue > h2, 
#middle > section.light-blue > h3, 
#middle > section.blue > h2, 
#middle > section.blue > h3, 
#middle > section.darker-blue > h2, 
#middle > section.darker-blue > h3, 
#middle > section.navy > h2, 
#middle > section.navy > h3 {
	color:#000;
}
#middle > section.light-blue, 
#middle > section.blue, 
#middle > section.darker-blue, 
#middle > section.navy {
	background-color:transparent;
}
section.transparent .stripe-title,
.stripe-title,
.stripe-title h1,
.stripe-title h2,
.stripe-title h3,
.stripe-title h4,
.stripe-title .meta span {
	background-color:transparent;
	color:#000 !important;
}

.card.type-1 .header img{
	display:none;
}
.card.type-1 .main {
	background-color:transparent;
}
.card.type-1 .cnt {
	color:#000;
	padding: 15px 0;
}