/* -------------------------------------------------------------------------
DATE:         2015
AUTHOR:       Thanh Vu
USAGE:        ARTC Internet / Print
------------------------------------------------------------------------- */

/* FONTS */
/* ---------------------------------------------------------------------- */
@font-face {
    font-family: 'replica-bold';
    src: url('../fonts/lineto-replica-pro-bold-c.eot');
    src: url('../fonts/lineto-replica-pro-bold-c.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lineto-replica-pro-bold-c.woff') format('woff'),
         url('../fonts/lineto-replica-pro-bold-c.ttf') format('truetype'),
         url('../fonts/lineto-replica-pro-bold-c.svg#replica-bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'replica-regular';
    src: url('../fonts/lineto-replica-pro-regular-c.eot');
    src: url('../fonts/lineto-replica-pro-regular-c.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lineto-replica-pro-regular-c.woff') format('woff'),
         url('../fonts/lineto-replica-pro-regular-c.ttf') format('truetype'),
         url('../fonts/lineto-replica-pro-regular-c.svg#replica-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'replica-light';
    src: url('../fonts/lineto-replica-pro-light-c.eot');
    src: url('../fonts/lineto-replica-pro-light-c.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lineto-replica-pro-light-c.woff') format('woff'),
         url('../fonts/lineto-replica-pro-light-c.ttf') format('truetype'),
         url('../fonts/lineto-replica-pro-light-c.svg#replica-light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'replica-light-italic';
    src: url('../fonts/lineto-replica-pro-lightitalic-c.eot');
    src: url('../fonts/lineto-replica-pro-lightitalic-c.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lineto-replica-pro-lightitalic-c.woff') format('woff'),
         url('../fonts/lineto-replica-pro-lightitalic-c.ttf') format('truetype'),
         url('../fonts/lineto-replica-pro-lightitalic-c.svg#replica-light-italic') format('svg');
    font-weight: normal;
    font-style: italic;
}
.screen-reader-text,
#bg,
#logo-screen,
.widget,
#footer ul {
	display: none;
}
.cover {
	background: #fff !important;
}
#logo-print {
	width: 200px;
	margin-bottom: 3em;
}
.breadcrumbs {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 1em 0;
	margin-bottom: 4em;
}
.breadcrumbs span:before {
	content: '>';
	margin-right: 1em;
}
.breadcrumbs a {
	text-decoration: none;
	margin-right: 1em;
}
.breadcrumbs span span:before {
	display: none;
}
.breadcrumbs span span {
	padding: 0;
}
#footer .last-updated {
	border-top: 1px solid #000;
	margin-top: 2em;
	padding-top: 1em;
}
body {
	margin: 10px 20px 0 20px;
	font-size: 12px;
	line-height: 14px;
}
body, td {
	font-family: 'replica-light', Helvetica, Arial, sans-serif;
}
body.home div.mod-printlogo-1 {
	margin-bottom: 0px;
}
table.article td,
#atlList_pnlarticlesOverview td,
#atlList_pnlArticlesRepeater td {
	padding: 0;
	margin: 0;
	border: none;
}
h2 a {
	text-decoration: none;
}
ul.documentcentre li {
	width: 100%;
}
ul.documentcentre a {
	width: 100%;
}
p.top, p.back {
	display: none;
}
div.collectionpager {
	width: 100%;
}
span.link-range {
	float: left;
	width: 530px;
}
h1 {
	font-family: 'replica-bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	padding-bottom: 20px;
	border-bottom: 5px solid #000;
	margin: 25px 0 50px 0;
	line-height: 30px;
}
h2 {
	font-family: 'replica-bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #000;
	border-bottom: 1px solid #000;
	padding: 12px 0 12px 0;
	margin-bottom: 20px;
}
h3 {
	font-family: 'replica-regular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #000;
	padding: 8px 0 0 0;
}
select, input, textarea, label,
p, td, th {
	text-align: left;
}
strong, b, p.intro, th {
	font-family: 'replica-bold', Arial, Helvetica, sans-serif;
}
em, i {
	font-family: 'replica-light-italic', Arial, Helvetica, sans-serif;
}
th {
	white-space: nowrap;
}
th,
td {
	text-align: left;
	border-bottom: 1pt solid #ccc;
	padding: 10px 10px 9px 0;
	vertical-align: top;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
table {
	width: 100%;
	border-collapse: collapse;
}
th.col-1 {
	width: 12%;	
}
th.col-3,
th.col-4 {
	width: 18%;	
}
th.col-2{
	width: auto;	
}
table a {
	text-decoration: none;
	border: none;
}
img {
	width: 100%;
}
li {
	line-height: 1.4em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
li li {
	font-size: 100%; /*Setting to 100% fixes inheritance of nested lists*/
}
hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
a {
	color: #000;
}