
@charset "utf-8";
/* CSS Document */
#wb-main h2 {
	line-height:1em;!important
	margin-top:4px;!important
	padding-bottom:10px;!important
}
h2 {	
	margin-bottom:1.1em;!important
}
/* Constricts the institution title to force 2 lines for CNSC */
#gcwu-title-in {
	width:325px;
}
/* modification for social media links */
#gcwu-connect section ul li {
	float:left;
	padding-right:10px;
	display: inline-block;
}
/*div section h4*/
.cnsc-mega-h4 {
	text-decoration:none;!important
	color:#C6C;!important
	font-size:36px;!important
	background-color:#C3C;
	
}
#cnsc-priorities ul,
#cnsc-priorities ul li,
#cnsc-feature ul,
#cnsc-feature ul li
{
	margin-bottom:0px !important;
	margin-left:0px;
	margin-right:0px;
	list-style: none !important;	
}
#cnsc-decisions ul,
#cnsc-decisions ul li,
#cnsc-meetings ul,
#cnsc-meetings ul li
{
	margin-bottom:5px !important;
	margin-left:0px;
	margin-right:0px;
	list-style: none !important;
}
#gcwu-connect ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.linkish {
	padding:none;
	background:none!important;
	border:none; 
	padding:0!important;
	border-bottom:1px solid #33C;
}
.linkish:hover {
	color: #33C;
}
.linkish:active {
	color: #33C;
	border-bottom:1px solid #444;
}
.colorbox {
	border:1px solid #555;
	width:12px;
	height:12px;
	margin-right: 5px;
	float:left;
	display:block;/**/
}
.mb-mega section h4 a {
	text-decoration:none;!important
}
[class*="span-"] [class*="cnsc-image-200-150"] {
	width:200px;
	height:150px;	
}
.JobTableRow a strong {
		color: red;
}
caption {
	text-align: left;
	font-weight: 600;	
}
dl.margins-removed
{
	margin: 0;
	padding: 0;
}
.margins-removed dt
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.margins-removed dd
{
	margin: 0 0 1em 0;
	padding: 0;
}
/* vertical text for regulatory framework */
.text-vertical { 
	-webkit-transform: rotate(-90deg);	
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg); 
}
.small-text-vertical { 
	-webkit-transform: rotate(-90deg);	
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg); 
	font-size: smaller;
	line-height: 10px;
}
td.regdoc-green {
	background-color:#C1E8DA;
}
/* glossary bold definition list */
dl.cnsc-glossary dt {
margin: 0 5px 4px 0;
float: left;
font-weight: bold;
}
dl.cnsc-glossary dd {
margin: 0 0 4px 90px;
}
dl.cnsc-glossary dd:after {
content: '';
display: block;
clear: both;
}
dl.cnsc-glossary-style-2 dd {margin: 0 0 4px 250px;}
dl.glossary {margin-left:0px;}
dl.glossary dt {font-weight: bold;}
dl.glossary dt > em {font-weight:normal;}
dl.glossary  dd {
    margin: 0 0 10px 0;
    padding: 0 0 0.5em 0;
}
.figureBox {
    border: 1px solid #ccc;
    box-shadow: 1px 0px 1px 0px #777;
    background: #FAF7F7;
}
.figureBox > img {
    margin: 0px;
    padding: 5px;
    width: 98% !important;
}
figure > figcaption {
    padding: 2px 8px 8px;
    font-weight: 700;
    font-size: 90%;
}
.no-icon {
background-image: none !important;
padding-left: 0px; 
}
/* fix for IE two column list bullets display */
.col2fix {list-style-position: inside;}
/* regdoc table border fix */
.rgdc-border-left{border-style: none none none solid;}
.rgdc-border-right{border-style: none solid none solid;}
.rgdc-border-top{border-top-style: solid;}
.rgdc-reset-th{background-color: #FFF !important; text-shadow:none !important; color:#000 !important; font-weight:300 !important;}
.rgdc-border-bottom{border-bottom:1px solid #222;}
.rgdc-border-none{border-style:none none none none;}


/* SVG classes */
.svgInfographic {position: absolute; top: 0; left: 0; width: 100%; overflow:hidden;}
.svgCanvas {display: block; width: 100%; visibility: hidden;}
.svgContainer{position:relative; float:left;}

/* reg framework vertical text */
.vertical-regtext {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  width: 1.5em;
  height: 65px;
}
.vertical-regtext div {
     -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
       -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
  -ms-transform: rotate(-90deg);
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
         margin-left: -10em;
         margin-right: -10em;
}
/* ROR Classs */

/* table total border class */
.table-total {
	border-top: 2px solid #222;
}


.table-border-none td {
	border: none;
	padding: 0;
}

.table-no-spacing td {
	border-spacing: 0px;
}
