@charset "utf-8";

/* CSS Document for CSEG Website (csegrecorder.com) */
@page {
margin: 2cm;
size: letter portrait;
widows: 3;
}

@page :first {
	margin-top: 3cm;
  }

h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	break-after: avoid;
  }

table, figure {
	page-break-inside: avoid;
	break-inside: avoid;
  }

/* Elements to hide when Printing */
nav, #article-menu, #content-category, #content-tags, #footer-banner, #searchbox, #sidebar, #social-share, #toplinks, #application-menu, .property-nav, .mega-search {
	visibility: none;
	display:none;
}

/* START GLOBAL TAG DEFINITIONS */
body {
	background: #fff;
	font: normal 100% "Open Sans", sans-serif;
}

h1 {
	font-size: 20pt;
	font-weight: 400;
	color: #003E61;
}

h2 {
	font-size: 16pt;
	font-weight: 600;
	color: #003E61;
}

h3 {
	font-size: 14pt;
	font-weight: 400;
	color: #003E61;
}

a:link {
	color: #003F62;
	text-decoration:none;
}

a:visited { color: #003F62; }

a:hover { color: #DE0805; }

a:active { color: #DE0805; }

q { font-style: italic; }

aside {
	background: #F0FAFF;
	border: 1px solid #CCC;
	padding: 0.5em 2em;
	margin-bottom: 1em;
}

figure {
	margin: 1em 0;
	max-width: 100%;
	padding: 0.5em;
	text-align: center;
}

figure img { width: 70%; }

figure.border { border: 1px solid #000; }

figcaption {
	font-size: 80%;
	padding: 1.5em;
	font-weight: 600;
	color: #000;
	text-align:left;
	display: block;
}

/* END GLOBAL TAG DEFINITIONS */

#wrapper {
	width:100%;
	margin:0 auto;
}

/* START MASTHEAD STYLES */
#masthead {
	width: 93.75%;
	padding: 0em 3.125%;
}

#masthead #logo { width: 10em; }

/* END MASTHEAD STYLES */

header {
	background: #fff;
	width: 93.75%;
	padding-right: 3.125%; /* 30px / 960px */
	padding-left: 3.125%;
}

#author {
	font-weight: 600;
	font-size: 0.8em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#affiliation {
	font-weight: 600;
	font-size: 0.66em;
	text-transform: uppercase;
	color: #666;
}

#issue-info {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	line-height: 2.5em;
	margin-top: 1.875em;
	text-transform: uppercase;
	font-size: 0.75em;
}

#issue-info a:link { color: #666; }

/* This is deprecated in favour of the '.eq' class */
.formulaChar { font: 400 115% "Book Antiqua", "Times New Roman", Times, serif; }

.eq { font: 400 115% "Book Antiqua", "Times New Roman", Times, serif; }

/* Deprecated in favor of '.overline' class */
.lineabove { text-decoration: overline; }

.overline { text-decoration: overline; }

#content {
	background: #fff;
	width: 93.75%;
	padding-right: 3.125%; /* 30px / 960px */
	padding-left: 3.125%;
	padding-bottom: 1em;
}

.article-body {
	padding-top: 0.5em;
	width: 100%;
	text-align: justify;
	text-justify: inter-word;
}

.article-body p {
	line-height: 1.5;
	font-size: 10pt;
}

.article-body ul, .article-body ol { font-size: 10pt; }

.end-sign {
	width: 1.25em;
	height: 1.25em;
}

/* INTERVIEW SECTION STYLES */
.question {
	font-weight: 600;
	font-size: 115%;
	font-style: italic;
	color: #003056;
}

.answer { font-weight: 400; }

#contentImage {
	width: 100%;
	text-align: center;
}

#contentImage img { max-width: 70%; }

#interview-bio {
	font-weight: 600;
	color: #003056;
	font-size: 110%;
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #666;
}

/* END INTERVIEW SECTION STYLES */


#column-intro {
	font-weight: 600;
	color: #003056;
	font-size: 110%;
	line-height: 1.5em;
	margin-bottom: 1em;
}

/* START EDITIONS STYLES */

.issueCover {
	float:left;
	width:5em;
	height: 8em;
	margin: 1.5em 1em;
	font-size: 0.9em;
	text-align: center;
}

#editions {
	clear: both;
	margin-top: 1em;
	border-top: 1px solid #ccc;
}

#editions h3 {
	font-size: 1.25em;
	margin-top: 1em;
	font-weight:600;
}

#editions h4 {
	font-size: 1em;
	margin-top: 0.5em;
	font-weight:600;
}

#editions h5 {
	font-weight: 600;
	font-size: 80%;
	text-transform: uppercase;
	color: #666;
}

/* END EDITIONS STYLES */



/* TABLE STYLES */
table {
	width:98%;
	font-size: 0.75em;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	border-collapse:collapse;
	border: 1px solid #999;
}

table th {
	padding: 0.5em 0.33em;
	color: #fff;
	background: #036;
	font-size: 100%;
}

table tfoot {
	font-size: 90%;
	padding: 1.5em;
	font-weight: 600;
	background: #036;
	color: #fff;
}

table td { padding: 0.25em; }

table tr { border-bottom: 1px solid #ccc; }

table.simple { border-top: 1px solid #ccc; }

table.simple tr { border-bottom: 1px solid #ccc; }

table.simple tr :last-child { border: none; }

table.leftjust { text-align: left; }

table.noborders { border:none; }

table.noborders tr { border:none; }

section#home-articles, section#home-interviews { }

.home-body {
	padding-top: 2em;
	width: 100%;
}

.home-body h2 {
	font-size: 2em;
	font-weight: 400;
	line-height: 1.25em;
	color: #003E61;
	margin-bottom: 1em;
}

.home-entry-summary {
	width: 100%;
	float: left;
	margin-bottom: 1.25em;
}

.hmImage {
	width: 26.875%;
	float:left;
	margin-right: 3.125%;
}

.hmImage img {
	border: 1px solid #CCC;
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.hmTitle {
	float: right;
	width: 70%;
}

.home-entry-bar {
	background: #f1f1f1;
	height: 1.625em;
	line-height: 1.625em;
	float: left;
	width: 98%;
	padding-right: 2%;
	margin-bottom: 0.5em;
	font-size: 80%;
	text-transform: uppercase;
}

.home-entry-date {
	background: #003F62;
	line-height: 1.625em;
	color: #fff;
	float: left;
	padding: 0 0.5em;
}

.home-entry-summary h3 {
	color: #069;
	font-weight: 400;
	font-size: 1.25em;
}

.hm-article-total {
	width: 96%;
	background: #f1f1f1;
	float: left;
	padding: 0.5em 2%;
	margin-bottom: 3em;
}

.hm-article-total .hilight {
	font-weight: 700;
	color: #FDB813;
}

.hm-article-total .button {
	background: #003F62;
	float: left;
	padding: 0.5em;
	line-height: 1em;
}

.hm-article-total .button a {
	background: #003F62;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.hm-article-total .total {
	float: right;
	color: #666;
	font-size: 1.33em;
}

blockquote.simplequote {
	font-style: italic;
	padding: 0px;
	margin-left: 1em;
}

blockquote.simplequote p {
	padding: 0px;
	margin: 1em 0px 0px;
}

blockquote.simplequote footer {
	font-weight: 700;
	margin-top: 0.33em;
	font-style: normal;
	font-size: 85%;
}

blockquote.excerpt {
	font-style: italic;
	border-left: 2px solid #069;
	margin-left: 1em;
	padding-left: 1em;
}

.indentedtext {
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.uCanDo {
	background: #ecf2f8 url(/assets/images/common/bg-uCanDo-arrow.png) no-repeat left top;
	color: #003f68;
	padding: 1.25em 1em 1em 3em;
	margin-bottom: 1em;
	margin-top: 1em;
}

.uCanDo h3 {
	margin: 0;
	color: #003f68;
	font-weight: 600;
}

.ContentHighlight {
	background: #F0FAFF;
	border: 1px solid #ccc;
	padding: 1em;
}

.ContentHighlight p {
	margin: 0 0 1em;
	padding: 0;
}

.ContentHighlight p:last-child { margin: 0; }

/* Split content into 2 columns until break point */
div.columns:after {
	content:'';
	display:block;
	clear: left;
}

div.column50 {
	float: left;
	width: 47%;
	margin-right: 3%;
}

/* PAGINATION STYLES */
.pagination {
	clear:both;
	margin:30px 0 30px 0;
	font-size: 13px;
}

.pagination a, .pagination span {
	line-height:20px;
	padding: 9px;
	margin-right:5px;
	background-color: #eaeaea;
	border:1px solid #CECCC1;
}

.pagination .current {
	border:solid 1px #b05142;
	background-color: #eaeaea;
	color: #fff;
}

.pagination a {
	color:#555;
	text-decoration:none;
}

.pagination a:hover, .pagination .this-page {
	border:solid 1px #086F9F;
	background-color: #086f9f;
	color: #fff;
}

/* END PAGINATION STYLES */


.contacts {
	color: #fff;
	background: #003E60;
	padding: 0.5em;
	float: left;
	width: 13.25em;
	margin: 1.5em 0.75em;
	font-size: 1em;
	height: 20.5em;
}

.contacts p {
	margin: 0;
	line-height:1.33em;
}

.contacts figure.portrait {
	margin: 0;
	padding: 0;
}

.contacts .role {
	margin: 0.5em 0px 0em;
	padding: 0px;
	font-weight: 600;
	text-transform: uppercase;
}

.contacts .name {
	margin: 0.5em 0px 0em;
	padding: 0px;
	font-weight: 700;
}

.contacts .details {
	padding: 0px;
	margin: 0.5em 0px 0em;
}

.contacts .details p { font-size: 0.8em; }

.contacts a { color: #fff; }

#upcoming-recorder {
	clear: left;
	background: #d9e5f0;
	width: 96%;
	padding: 1em 2%;
	margin-top: 1em;
	margin-bottom: 1em;
}
