/* 
 * ==|== fonts ==========================================================
 */



@font-face {
    font-family: 'Bliss2Light';
    src: url('fonts/bliss2l-webfont.eot');
    src: url('fonts/bliss2l-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bliss2l-webfont.woff') format('woff'),
         url('fonts/bliss2l-webfont.ttf') format('truetype'),
         url('fonts/bliss2l-webfont.svg#Bliss2Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Bliss2Medium';
    src: url('fonts/bliss2m-webfont.eot');
    src: url('fonts/bliss2m-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bliss2m-webfont.woff') format('woff'),
         url('fonts/bliss2m-webfont.ttf') format('truetype'),
         url('fonts/bliss2m-webfont.svg#Bliss2Medium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BebasRegular';
    src: url('fonts/bebas__-webfont.eot');
    src: url('fonts/bebas__-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebas__-webfont.woff') format('woff'),
         url('fonts/bebas__-webfont.ttf') format('truetype'),
         url('fonts/bebas__-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* 
 * ==|== Rounding corner IE FIX ==========================================================
 */

.round { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; behavior: url(./PIE.htc); }
.round5 { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(./PIE.htc); }
.roundBottom { border-radius: 0px 0px 10px 10px; -moz-border-radius: 0px 0px 10px 10px; -webkit-border-radius: 0px 0px 10px 10px; behavior: url(./PIE.htc); }
.roundTop { border-radius: 10px 10px 0px 0px; -moz-border-radius: 10px 10px 0px 0px; -webkit-border-radius: 10px 10px 0px 0px; behavior: url(./PIE.htc); }
.roundRight { border-radius: 0px 5px 5px 0px; -moz-border-radius: 0px 5px 5px 0px; -webkit-border-radius: 0px 5px 5px 0px; behavior: url(./PIE.htc); }
.roundTopLeft { border-radius: 5px 0px 0px 0px; -moz-border-radius: 5px 0px 0px 0px; -webkit-border-radius: 5px 0px 0px 0px; behavior: url(./PIE.htc); }

.ie7 .round, .ie8 .round { behavior: url(./PIE.htc); }
.ie7 .round5, .ie8 .round5 { behavior: url(./PIE.htc); }
.ie7 .roundBottom, .ie8 .roundBottom { behavior: url(./PIE.htc); }
.ie7 .round., .ie8 .roundTop { behavior: url(./PIE.htc); }
.ie7 .roundRight., .ie8 .roundRight { behavior: url(./PIE.htc); }
.ie7 .roundTopLeft, .ie8 .roundTopLeft { behavior: url(./PIE.htc); }




/* 
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 2; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;  }
body { margin: 0; font-size: 12px; line-height: 1.231; overflow-x: hidden; }
body, button, input, select, textarea { font-family: 'Bliss2Light', Arial, Sans-Serif; line-height: 18px; color: #232323; }

::-moz-selection { background: #ffcc00; color: #232323; text-shadow: none; }
::selection { background: #ffcc00; color: #232323; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* Generic Styles */
.siteWrap { width: 950px; margin: 0 auto;  }
.siteWrap a { color: #232323; text-decoration: none;   }
.main { margin: 25px 0 25px 0; }


/* Main Button */
a.yellowBtn { padding: 5px 10px 5px 20px; display: block; background: url(../../images/rightArrow.png) no-repeat 15% 50% #ffcc00; color: #232323; text-decoration: none; float: left; }
a.yellowBtn:hover { background: url(../../images/rightArrowH.png) no-repeat 15% 50% #232323; color: #fff; }


/* Header */
header { height: 120px; position: relative; z-index: 999999999; }
header a.vcaLogo { width: 197px; height: 100px; display: block; background: url(../../images/vcaLogo.png) no-repeat center; position: absolute; top: 10px; left: 0; }


/* Slogan */
ul.slogan { list-style: none; margin: 0; padding: 0; position: absolute; top: 220px; left: 0; z-index: 222222; width: 270px; }
ul.slogan li { padding: 20px; font-family: 'BebasNeueRegular', Arial, Sans-Serif; font-size: 20px; font-weight: normal; float: left; }
ul.slogan li.yellow, ul.slogan li.yellowOne { background: #ffcc00; color: #232323; width: 202px; display: none; }
ul.slogan li.grey, ul.slogan li.greyOne { background: #232323; color: #fff; width: 277px; display: none; }


/* Navigation  */
nav { position: absolute; bottom: 0px; left: 226px; z-index: 333333; }
nav ul.mainMenuRoots { list-style: none; padding: 0; margin: 0; }
nav ul.mainMenuRoots li { float: left; position: relative !important; }
nav ul.mainMenuRoots li a { padding: 10px; font-family: 'Bliss2Medium', Arial, Sans-Serif; font-size: 15px; color: #232323; text-decoration: none; display: block; }
nav ul.mainMenuRoots li a:hover { background: #ffcc00; color: #232323; }
nav ul.mainMenuRoots .selected { background: #ffcc00; color: #232323; }


/* Second */
nav ul.mainMenuRoots li ul.mainMenuChildren, nav ul.mainMenuRoots li ul.mainMenuChildrenOpen  { position:absolute; top: 38px; left: 0; width: 270px; background: #232323; display: none;  z-index: 1; }
nav ul.mainMenuRoots li ul.mainMenuChildren li, nav ul.mainMenuRoots li ul.mainMenuChildrenOpen li { float: left !important; width: 100%; }
nav ul.mainMenuRoots li ul.mainMenuChildren li a:hover, nav ul.mainMenuRoots li ul.mainMenuChildrenOpen li a:hover { background: #ffcc00; color: #232323 !important; }
nav ul.mainMenuRoots li ul.mainMenuChildren li.selected, nav ul.mainMenuRoots li ul.mainMenuChildrenOpen li.selected { background: none; }
nav ul.mainMenuRoots li ul.mainMenuChildren li a, nav ul.mainMenuRoots li ul.mainMenuChildrenOpen li a { padding: 8px 8px; font-family: 'Bliss2Light', Arial, Sans-Serif; color: #fff; font-size: 12px; }


/* Third */
nav ul.mainMenuRoots li ul.mainMenuChildren li ul { display: block !important; }
nav ul.mainMenuRoots li ul.mainMenuChildren li ul li { float: left; }
nav ul.mainMenuRoots li ul.mainMenuChildren li ul li a { padding: 2px 5px 2px 25px !important; background: url(../../images/arrow.png) no-repeat 4% 50%; color: #ffcc00 !important }


/* Top Search */
section.searchWrap { width: 210px; height: 80px; position: absolute; right: 0; top: 10px; }
section.searchWrap ul { list-style: none; margin: 0; padding: 0; float: left; }
section.searchWrap ul li { float: left; }
section.searchWrap ul li .spacing { margin: 8px 0 0 20px; }
section.searchWrap ul li a { width: 16px; height: 21px; display: block; padding: 8px; margin: 0 10px 10px 0; }
section.searchWrap ul li a.tw { background: url(../../images/tw.png) no-repeat center; }
section.searchWrap ul li a.tw:hover { background: url(../../images/twH.png) no-repeat center #ffcc00; }
section.searchWrap ul li a.fb { background: url(../../images/fb.png) no-repeat center; }
section.searchWrap ul li a.fb:hover { background: url(../../images/fbH.png) no-repeat center #ffcc00;; }
section.searchWrap ul.topSearch input[type="text"] { background: #e6e6e6; width: 160px; border: 0; padding: 8px 5px; color: #404040; }
section.searchWrap ul.topSearch .searchButton { background: url(../../images/rightArrow.png) no-repeat center center #ffcc00; padding: 8px 5px; border: 0; width: 27px; }
section.searchWrap ul.topSearch .searchButton:hover { background: url(../../images/rightArrowH.png) no-repeat center center #232323; }
.ie7 section.searchWrap ul.topSearch .searchButton { padding-bottom: 6px; }
.ie8 section.searchWrap ul.topSearch .searchButton { padding: 15px 5px; }


/* Main Banner */
section.mainBanner { height: 297px; background: #57585a; }
section.mainBanner img { position: relative; }
section.mainBanner .mainBannerInside { width: 1275px; margin: 0 auto; position: relative; }
section.mainBanner.aboutus { background: url(../../images/banner-2.jpg) no-repeat 50% 00%  #57585a; }
section.mainBanner.contactus { background: url(../../images/banner-3.jpg) no-repeat 50% 00%  #57585a; }
.invisibleWrap { background: red; z-index: 99999999; position: relative; }


/* Homepage Boxes */
.boxWrap { margin: 0 0 25px 0; }
.newsWrap h2, .contactDetails h2 { margin: 0; padding: 0; font-size: 20px; font-weight: normal; }
.column { width: 220px; float: left; margin: 0 0 0 10px; min-height: 305px; }
.column:hover { cursor: pointer; }
.column .iconHolder { width: 40px; height: 40px; display: block; float: left; }
.column .iconHolder.services { background: url(../../images/servicesIcon.png)  no-repeat left center; }
.column .iconHolder.careers { background: url(../../images/careersIcon.png) no-repeat left center; }
.column .iconHolder.malta { background: url(../../images/maltaIcon.png)  no-repeat left center; }
.column p.desc { color: #6e6e6e; min-height: 120px; }
.column p.subTitle { margin: 3px 0 10px 0; }
.column h3 { color: #232323; font-size: 19px; font-weight: normal; margin: 0; padding: 0; }
.border { border: 5px solid white; }
.effect { background: #f4f4f4; cursor: default; border: 5px solid #ffcc00; }


/* Main Content */
section.homeMainContent { background: #e6e6e6; padding: 25px; color: #232323; }
section.homeMainContent h1 { font-size: 20px; font-weight: normal; margin: 0; padding: 0; }
section.homeMainContent .imageRight { float: right; margin: 0 0 0 20px; }


/* Homepage Partners */
ul.homePartners, aside.left ul.newsList, .formStyle { list-style: none; margin: 0; padding: 0; }
ul.homePartners li { float: left; margin: 0 0 0 53px; }
ul.homePartners li a { width: 100px; height: 45px; display: block; margin: 45px 0; }
ul.homePartners li a.mfsa { background: url(../../images/mfsa.jpg) no-repeat; }
ul.homePartners li a.mfsa:hover { background: url(../../images/mfsaH.jpg) no-repeat; }
ul.homePartners li a.ma { background: url(../../images/ma.jpg) no-repeat; }
ul.homePartners li a.ma:hover { background: url(../../images/maH.jpg) no-repeat; }
ul.homePartners li a.lga { background: url(../../images/lga.jpg) no-repeat; }
ul.homePartners li a.lga:hover { background: url(../../images/lgaH.jpg) no-repeat; }
ul.homePartners li a.nso { background: url(../../images/nso.jpg) no-repeat; }
ul.homePartners li a.nso:hover { background: url(../../images/nsoH.jpg) no-repeat; }
ul.homePartners li a.tm { background: url(../../images/tm.jpg) no-repeat; }
ul.homePartners li a.tm:hover { background: url(../../images/tmH.jpg) no-repeat; }
ul.homePartners li a.mjh { background: url(../../images/mjh.jpg) no-repeat; }
ul.homePartners li a.mjh:hover { background: url(../../images/mjhH.jpg) no-repeat; }


/* About us */
aside.left { width: 260px; float: left; }
.newsWrap { width: 220px; background: #ffcc00; float: left; padding: 20px; min-height: 315px; position: relative; }
.newsWrap.home { min-height: 299px; }
.newsWrap .viewAllBtn { position: absolute; bottom: 20px; left: 20px; }
.newsArea { height: 230px; position: relative; overflow: hidden; margin: 15px 0 0 0; }
.newsArea ul.newsItems { list-style-type: none;  position: absolute; top: 0; left: 0; margin: 0;  }
.newsArea ul.newsItems li.newsItem { height: 69px; margin: 0 0 10px 0; white-space: nowrap; border-bottom: 1px dotted #393939;  }
.newsItems { margin: 10px 0; border-bottom: 1px dotted #393939; padding: 15px 0; }
.newsItems p { margin: 0; padding: 0; }
.newsItems p.title { font-size: 14px; text-decoration: none; color: #232323; font-family: 'Bliss2Medium', Arial, Sans-Serif;  }
.newsItems p.desc { width: 220px; overflow: hidden; }
.newsItems p.date { color: #545454; }


/* Buttons */
a.greyBtn { padding: 5px 10px 5px 20px;  text-decoration: none; background: url(../../images/rightArrowH.png) no-repeat 15% 50% #232323; color: #fff; position: absolute; bottom: 20px; left: 20px; }
a.greyBtn:hover { background: url(../../images/rightArrow.png) no-repeat 15% 50% #ffcc00; color: #232323; }

/* Careers Banner */
aside.left section.careersBanner { background: url(../../images/careerPhoto.jpg) no-repeat left #000; float: left; width: 140px; padding: 0 0 0 120px; margin: 10px 0 0 0; color: #fff; min-height: 130px; }
aside.left section.careersBanner p.desc { padding: 0; margin: 0; line-height: 14px; width: 120px; }
aside.left section.careersBanner h5 { font-size: 14px; margin: 0; padding: 30px 0 0 0; font-weight: normal; font-weight: normal; color: #ffcc00;  }


/* Main Content */
section.insideMainContent { width: 670px; float: right; padding: 10px 0 30px 20px; }
section.insideMainContent h2, section.insideFullWidth h2 { margin: 0 0 20px 0; padding: 0  0 20px 0; background: url(../../images/strippedLine.jpg) repeat-x bottom; font-family: 'BebasNeueRegular', Arial, Sans-Serif; font-size: 20px; font-weight: normal; }
section.insideMainContent h3 { margin: 0 0 20px 0; padding: 0  0 20px 0; background: url(../../images/strippedLine.jpg) repeat-x bottom; font-family: 'Bliss2Medium', Arial, Sans-Serif; font-size: 16px; font-weight: normal; }
section.insideMainContent hr { margin: 0 0 20px 0; padding: 0; background: url(../../images/strippedLine.jpg) repeat-x bottom; height: 4px; border: 0px; }
section.insideMainContent div.imagePlaceHolder { padding: 35px 0; border-top: 1px dotted #b6b6b6; margin: 30px 0; position: relative; height: 170px; background: #ccc; }
section.insideMainContent div.imagePlaceHolder span { position: absolute; bottom: 0; left: 0; color: #fff; background: url(../../images/transparent.png); height: 50px; z-index: 999999; display: block; padding: 10px 10px 0 10px; }
section.insideMainContent a { text-decoration: underline; font-weight: bold; }
section.insideMainContent a:hover { color: #ffcc00; }


/* Full Width Container */
section.insideFullWidth { width: 950px; margin: 25px 0 25px 0; }


/* Careers Form */
section.insideFullWidth.careers label { width: 150px; display: block; float: left; }
section.insideFullWidth.careers input[type="text"] { width: 315px; padding: 10px 0; background: url(../../images/textfieldShadow.png) repeat-x; border: 1px solid #d5d5d5; }
section.insideFullWidth.careers .textarea { width: 316px; height: 60px; padding: 10px 0; background: url(../../images/textfieldShadow.png) repeat-x; border: 1px solid #d5d5d5; }
section.insideFullWidth.careers .Button { background: #232323; color: #fff; font-family: 'BebasNeueRegular', Arial, Sans-Serif; font-size: 20px; font-weight: normal; padding: 10px 30px; border: 0; }
section.insideFullWidth.careers .Button:hover { background: #ffcc00; color: #232323; }


/* Contact us */
.contactDetails { width: 230px; background: #ffcc00; padding: 30px 15px; float: left; min-height: 245px; }
.contactDetails p.tel, .contactDetails p.fax, .contactDetails p.email { padding: 0 0 0 25px; margin: 0 0 5px 0; }
.contactDetails p.tel {  background: url(../../images/tel.png) no-repeat left; margin: 30px 0 0 0; }
.contactDetails p.fax { background: url(../../images/fax.png) no-repeat left; }
.contactDetails p.email { background: url(../../images/email.png) no-repeat left; }
.contactDetails a { color: #232323; }
section.insideMainContent .contactMap { padding: 0 0 30px 0; margin: 0 0 20px 0; border-bottom: 1px dotted #b6b6b6; }


/* Breadcrumbs */
.breadcrumbs { float: right; width: 670px; }
.breadcrumbs ul { list-style: none; }
.breadcrumbs ul li { float: left; margin-right: 10px; }
ul.navigationMenu { float: right; margin: 0; padding: 0; }


/* News Listing */
article.newsListingWrap { margin: 25px 0 0 0; }
article.newsListingWrap p, h3 { margin: 0; padding: 0; }
article.newsListingWrap h3 {  }
article.newsListingWrap .newsLeadImage { margin: 0 20px 0 0; float: left; width: 100px; height: 100px;  }


/* Pager */
.pager { margin: 20px 0; padding: 10px; background: #f2f2f2;  }


/* Careers */
.applyButton { display: block; background: #ffcc00; color: #232323; padding: 10px; font-size: 14px; float: left;  }
.applyButton:hover { background: #232323; color: #fff; }


/* Watermark */
.watermarkForm p { position:relative; margin: 0; padding: 0; }
.watermarkForm label { position:absolute; z-index:1; cursor:text; top:6px; left:12px; color: #3F3F38; font-size: 12px; }


/* Form Styling */
.formStyle li { float: left; }
.formStyle li.right { padding: 0 0 0 36px; }
.formStyle label { display: block; width: 315px; margin: 15px 0 0 0; }
.formStyle input[type='text'] { width: 315px; padding: 10px 0; background: url(../../images/textfieldShadow.png) repeat-x; border: 1px solid #d5d5d5; float: left; }
.formStyle .Button { background: #232323; color: #fff; font-family: 'BebasNeueRegular', Arial, Sans-Serif; font-size: 20px; font-weight: normal; padding: 10px 30px; border: 0; }
.formStyle .Button:hover { background: #ffcc00; color: #232323; }
.formStyle label.fullWidth { width: 668px; }
.formStyle .textarea { width: 668px; height: 120px; padding: 10px 0; background: url(../../images/textfieldShadow.png) repeat-x; border: 1px solid #d5d5d5; }


/* Footer */
footer { height: 270px; padding: 25px 0 0 0; border-top: 3px solid #ffcc00; }
footer h4 { margin:  0 0 20px 0; padding: 0; font-size: 20px; font-weight: normal; }
footer .footerOne { width: 260px; float: left; }
footer .footerOne p { margin: 0; padding: 0; }
footer .footerOne p.address { margin: 0 0 30px 0; }
footer .footerOne p.tel { float: left; margin: 0 10px 0 0; }
footer .footerOne p a { color: #232323; }
footer .footerOne p a:hover, footer ul.footerThree li p.links a:hover { color: #ffcc00; text-decoration: underline; }

footer ul.socialMedia { list-style: none; margin: 0 0 0 50px; padding: 0; float: left; width: 240px; }
footer ul.socialMedia a { display: block; padding: 0 0 0 30px; color: #232323; text-decoration: none; margin: 0 0 10px 0; }
footer ul.socialMedia a:hover { color: #ffcc00; text-decoration: underline; }
footer ul.socialMedia a.fb { background: url(../../images/fb.jpg) no-repeat left; }
footer ul.socialMedia a.fl { background: url(../../images/flickr.jpg) no-repeat left; }
footer ul.socialMedia a.tw { background: url(../../images/tw.jpg) no-repeat left; }

footer ul.footerThree { list-style: none; margin: 0 0 0 15px; padding: 0; float: right; width: 380px; }
footer ul.footerThree span { background: #ffcc00; color: #232323; padding: 10px; font-size: 26px; font-weight: normal; float: right; }
footer ul.footerThree li { text-align: right; float: right; }
footer ul.footerThree li p { margin: 0; padding: 0; float: right;}
footer ul.footerThree li p.links { margin: 40px 0 0 0; }
footer ul.footerThree li p.links a { color: #232323; text-decoration: none; }
footer ul.footerThree li p.credits a { color: #6a6a6a; }


@media only screen and (min-width: 35em) { }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}