body, button, input, select, optgroup, textarea { line-height:initial !important; }
h2.recent-updates { margin:35px 0 20px 0; position:relative; z-index:1; }
.body{
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'Helvetica', sans-serif;
	margin: 0;
	padding: 0;
	background: #efefef;
	/* background: #c71f2c url(../img/bottom-flower.png) bottom left no-repeat;  */
	color: #636363;
}
.lightbox {
	display: none;
}
.modalContent {
	width: 600px;
	padding-top:30px;
	padding-bottom:15px;
}
.modalContent p { padding-left:15px; padding-right:15px; }
div{
	 zoom: 1 ;
}

h1{
	/* color: #AF1E2D; */
	color: #000;
	font-weight: 400;
	/* text-transform:capitalize; */
	font-size: 24px; 
}

h2{
	font-weight: 400;
	font-size: 24px;    color: #000;
}

h3{
	color: #000;
	font-weight: 800;  
	text-transform:uppercase;
	font-size: 14px; 
	margin:0;
}
 strong{
	font-weight:bold;
 }
p{
	font-size: 12px;
	color: #060606;
	/* line-height: 18px; */
}

a{
	font-size: 14px;
	text-decoration: none;
	color: #C5C5C5;
}
.emailForm {
    border: 0;
    outline: none;
    overflow: auto;
    width: 313px;
    height: 180px;
}
.lightbox a {
  font-size: 14px;
  color: #ddd;
  background-color: #fff;
  border: 2px solid #DDD;
  padding: 10px 15px;
  margin: 5px 100px;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
}
.lightbox p {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
a:hover{
	font-size: 14px;
	text-decoration: none;
	color: #C5C5C5;
	text-decoration: underline;
}
.lightbox a:hover {
  color: #747474;
  background-color: #ddd;
  cursor: pointer;
  text-decoration: none;
}
.filter-wrap a {
	text-decoration: none;
}
img {
    height: auto;
    max-width: 100%;
	border: none;
}

ul{
	list-style: none;
	margin: 0;	
	padding:0;
}

/* ul li a{
	text-transform: capitalize; 
	font-size: 14px;
} */

form input{
	border: none;
}

form input:focus{
	outline: none;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.black{
	color: #000;
}

.red{
	color: #AF1E2D;
}

.grey{
	color: #aaaaaa;
}

.white{
	color: #fff;
}

.orange{
	color: #b5b5b5 !important;
}

.light-black{
	color: #293842;
}

.no-margin{
	margin: 0;
}

.no-bold{
	font-weight: 400 !important; 
}

.text-fix{
	text-transform: none;
}
.theme-border-left { border-left:10px solid #e5e5e5; }
.theme-border-right { border-right:10px solid #e5e5e5 !important; }
.theme-border-right-last { border-right:15px solid #e5e5e5; }
.theme-border-bottom { border-bottom:10px solid #e5e5e5; }
.theme-border-top { border-top:10px solid #e5e5e5; }

.no-border-bottom { border-bottom:0 none !important; }

.no-padding-left { padding-left:0; }

.remove-margin { margin:0 !important; }

a.read-link{
	text-align: right;
	display: block;	
	font-weight: bold;
	color: #2C61A7;	
	text-transform: capitalize;
	margin-top: 15px;
}

.shadow{
	background: url(../img/shadow-bg.png) repeat-y;
    box-shadow:initial !important;
	width: 1296px;
	margin: 0 auto;
    padding-bottom:8px;
	position: relative;
	z-index: 100;
	overflow: hidden;
}

.main-container{
	width: 1280px;
	height: auto;
	margin:0 auto; 
	overflow: hidden;
	position: relative;
	z-index: 999; 
}

.header{
	background: #fff; 
}

img.logo{
	margin: 20px 0 20px 25px; 
}

ul.header-nav{  
	float: right; 
	margin-top: 30px;
	
}

ul.header-nav li{
	float: left;
}

ul.header-nav a{
	padding: 10px 20px; 
	background: #e5e5e5;
	color: #000;
	font-size: 14px;
}

ul.header-nav a:hover{
	background: #636363;
	color: #fff;
}

ul.nav{
	width: 100%; 
	background: #AF1E2D;  
	display: inline-block;
	margin-top: 10px;
	position: relative; 
}
ul.nav li{
	float: left;
	text-align: center;
}
ul.nav ul.IR li{
	width: 20%;
}
ul.nav ul.operations li{
	width: 14.285%;
	height: 49px;
	padding: 0;
	margin: 0;
	text-align: left;
}
ul.nav ul.tech li{
	width: 20%;
}
ul.nav li a{
	color: #fff;	
	padding: 15px 90px; 
	background: #AF1E2D;  	
	display: block;
	text-transform: capitalize;
}
 
ul.nav li a:hover, ul.nav li.hover a, ul.nav li a.nav-hover, ul.nav li a:hover > a {
	color: #393939;
	background: #e5e5e5;
}

ul.nav li.active a, ul.nav li.current-menu-item a {
	color: #393939;
	background: #e5e5e5;
}
ul.nav li:hover > ul { visibility:visible; }
ul.nav .sub-menu li.active a,
ul.nav li.current-menu-item .sub-menu a,
ul.nav li.current-menu-parent .sub-menu li.current-menu-item a {
	border-bottom:5px solid #c7c7c7;
	}

/* 
	LEVEL TWO
*/

/* IE 6 & 7 Needs Inline Block */
ul.nav ul li a{
	display: inline-block;
	height: 22px; 
}

ul.nav ul {
    background:#e5e5e5 url('../img/bg-nav.png') repeat-x left bottom;
    display:flex;
    height:58px;
    justify-content:space-around;
    left:0;
    margin-left:0;
    position:absolute;
    visibility:hidden;
    width:1022px;
    z-index:10;
    }
    ul.nav ul li { float:none; height:58px; }
        ul.nav ul li a { background:inherit; color:#aeaeae; font-size:12px; font-weight:bold; height:inherit; padding:15px 0 10px 0; text-transform:uppercase; }
            ul.nav ul li a:hover { color:#000; border-bottom:5px solid #002876 !important; }

 
.banner{
	margin: 6px 0 10px 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
.banner-right{
	width: 248px;
	height: 236px;
	float: right;
	position: relative;
}

.banner-right form{
	height: 35px;
	width: 100%;
	background: #fff;
	position: relative;
}

.banner-right input{
	color: #c2c2c2;
}

.banner-right input.search-button{
	background: url(../img/search-btn.png) no-repeat;
    border:0 none;
	bottom: 8px;
	cursor: pointer;
	height: 22px;
    padding:0;
	position: absolute;
	right: 10px;
	width: 22px;
}

.banner-right input.input-wrap{
	background: none;
    border:0 none;
	font-size: 15px;
	margin: 8px 10px 0 15px;
	padding:0 !important;
    width: 195px;
}

#home_carousel {
    float:left;
    width:calc(100% - 258px);
}
#home_carousel, #home_carousel .carousel-inner, #home_carousel .carousel-inner .carousel-item { height:236px; }
#home_carousel .carousel-item img { height:100%; }
.carousel-control-next, .carousel-control-prev { width:5%; }

/* .banner-right input.input-wrap:focus{
		outline: none;
}  */
.careerIMG {

    background-color: #417CB8;

    width: 100%;
    float: left;
}
.careerIMG img {
    width: 100%;
    position: relative;
    float: left;
}
.careerIMG h1 {
	margin: 10px 0 0 15px;
	z-index: 1;
	position: relative;
}
.careerIMG p {
	color: #fff;
	padding: 15px;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
}
.career-header {
	float: left;
	width: 96%;
	border-bottom: 10px solid #E5E5E5;
	padding: 20px;
	border-top: 10px solid #E5E5E5;
	background: #fff;
}
.career-post {
	border-bottom: 10px solid #E5E5E5;
	padding: 20px;
	background: #fff;
}
.career-post img {
	width: 100px;
}
.career-post .careerTitle {
	color: rgb(175, 30, 45);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
.career-post .careerLocation {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	padding: 2px 0 14px 0;
}
.career-post .careerPostDate {
	color: rgb(150, 150, 150);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	text-align: right;
}
.career-post .careerEndDate {
	color: rgb(150, 150, 150);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	text-align: right;
}
.stock-box{
	background: url(../img/stock-bg.png) no-repeat;
	width: 100%;
	height: 193px;
	position: absolute; 
	bottom: -2px;
	background-size: 100%;
}
.stock-box-home {
	background: url(../img/stock-bg.png) no-repeat;
	width: 100%;
	height: 195px;
	position: relative; 
	top: -15px;
	background-size: 100%;
	border-bottom: 10px solid #E5E5E5;
}
.stock-content{
	margin: 15px;
}
.right-nav .stock-content{
	padding-top: 10px;
}
.stock-content h1{
	margin-bottom: 0;
}

.stock-content table{
	margin-top: 20px;
}

.stock-content table th{
	text-align: left;
	color: #fff;
	font-size: 14px;
}

.stock-content table td{
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
}

/* .stock-content table .orange{
	font-size: 12px;
} */

.qmjsdataup{
	color: #81e500;
}

.qmjsdatadown{
	color: #cc0000;
}

.stock-content td.small-font{
	font-size: 12px;
}

.content-container{
	background: #E5E5E5;
    display:flex;
	overflow: hidden;
	border-bottom: 10px solid #e5e5e5;
}
 
.left-nav{
	width: 300px;
	background: #fff;
	float: left;
	padding: 0 40px 0;
	position: relative;
	/* min-height: 680px; */
	height: auto;
}
.home-nav {
	min-height: 620px;
    /*---max-height: 620px;--*/
}
.left-nav h1 {
	padding-top: 12px;
}
.right-nav{
	width: 328px;
	background: #427DB9;
	float: right;
	position: relative;
	height: 652px;
}
/*---left column style for main page---*/
img.left-file{
	position: absolute;
	top: 25px;
	right: 20px;
}

.left-file-box{
	margin-bottom: 20px;
}

.left-nav h3{
	margin: 2px 0;
}

.left-nav p{
	margin:8px 0 0;
	line-height: 16px;
}

.left-nav ul ul li{
	list-style-image: url(../img/dash.png);
	padding: 0;
	/* list-style-position:inside */
	margin-left: 18px;
}

/*---left column style for news-release page---*/
.left-nav ul a{
	text-transform: uppercase;
	color: #99a4aa;
	font-weight: bold;
	letter-spacing: 1px;
}

.left-nav ul a:hover{
	color: #69747b;
}

.left-nav ul li{
	margin: 15px 0;
}

ul.sub-nav{
	text-transform: none;
	/* list-style: disc inside; */
}

ul.sub-nav li{
	margin: 5px 0;
}

ul.sub-nav a{
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0px;
	text-transform: none;
}

ul.sub-nav a:hover{
	color: #69747b;
}

.left-nav  li.current >a{
	color: #000;
}
.homeMain {
	width: 970px;
	height: auto;
	overflow: hidden; 
	float: left;
	background: #e5e5e5;
}
.homeMain div h2 {
	font-size: 24px;
	color: #000;
}
.homeMain div p {
	font-size: 14px;
	line-height: 25px;
}
.home-block-top {
	padding: 30px;
	margin: 0 0 0 10px;
	background-color: #FFF;
	float: left;
	width: 94%;
}
.home-block {
	margin: 10px 0 0 10px;
	background-color: #FFF;
	float: left;
	width: 253px;
	height: 270px;
	padding: 30px;
}
.career-block {
	background:url('../img/careers.jpg') no-repeat 0 0;
}
.career-block .text-box { background-color:transparent; }
.career-block h2 { color:#fff; }
.career-block a { text-decoration:none; }
.homeMain .career-block h2, .career-block p {
	color: #fff;
}
.home-block p {
	height: 180px;
}
.main{
	width: 970px;
	height: auto;
	/* padding: 20px 10px 10px 25px; */
	overflow: hidden; 
	float: right;
	background: #e5e5e5;
	padding-left: 10px;
}

#files-container{
	min-height: 440px;
}

.text-main{
	width: 980px;
	height: auto;
	/* padding: 20px 10px 10px 25px; */
	overflow: hidden; 
	float: left;
	background: #fff;
	border-left: 10px solid #e5e5e5;
	border-right: 10px solid #e5e5e5;
}

ul.center-nav{
	background: #B5B5B5;
	width: 540px;
	float: left;
	padding-left: 25px;
	height: 40px;
	width: 100%;
}
ul.center-nav .first{
	margin:0;
	padding-left: 0;
}
ul.center-nav .first:before { content: none; }
ul.center-nav li {
	padding: 10px 2px;
	float: left;
}
ul.center-nav li:before{
	content: " > ";
	margin-right: 2px;
	color: #fff;
}
ul.center-nav li a{ color: #fff !important; }
ul.center-nav li.current a { color: #384751 !important; }

.text-container {
	/* border-right: 10px solid #e5e5e5; */
	background-color: #fff;
}

.intro-box {
	padding: 25px;
	background: #868686;
}
.intro-box h1 {
	margin-top:0;
}
.intro-box h3 {
	line-height: 20px;
	text-transform: none;
	font-weight: 100;
	text-align: justify;
}
.intro-box p {
    color:#fff;
	line-height: 20px;
    font-size:14px;
	font-weight: 100;
	text-align: justify;
}

.ir-main-container { display:flex; }
    .ir-video { width:66.66667%; }
    .ir-video-right { min-height:182px; width:33.33334%; }
    .ir-block { min-height:182px; width:33.33334%; }
        .ir-block:nth-child(3) { border-right:0; }
    
.category-block {
	/* float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	position: relative;
	width: 313px; */
    min-height:182px;
    }
    .category-block:hover { border-bottom:5px solid #002876; }
        .category-block:hover h2 { color:#000; }
    .category-news-releases { background:url('../img/investor-relations/news-release.png') no-repeat 0 0 / cover; }
    .category-presentations { background:url('../img/investor-relations/presentation.png') no-repeat 0 0 / cover; }
    .category-financials { background:url('../img/investor-relations/financial.png') no-repeat 0 0 / cover; }
    .category-shareholders { background:url('../img/investor-relations/shareholder.png') no-repeat 0 0 / cover; }
    .category-governance { background:url('../img/investor-relations/governance.png') no-repeat 0 0 / cover; }

/* .category-block.first{
	margin-left: 0;
}
 */
.category-block  .title{
	position: absolute;
	left: 20px;
	bottom: 15px;
}

.category-block a{
	display: block;
	border-bottom: 5px solid #e5e5e5;
}

.category-block a:hover h1{
	color: #000;
}

.category-block a:hover{
	border-bottom: 5px solid #002876;
}
.career-post .careerDetail {
    padding:  0;
    min-height: 120px;
}
.careerButton {
	float:right;
    font-size: 14px;
  	color: #ddd;
  	background-color: #fff;
  	border: 2px solid #DDD;
    display:block;
	padding: 10px;
    text-align:center;
  	text-transform: uppercase;
  	font-weight: bold;
	margin-top: 20px;
    width:220px;
}
.careerButton:hover {
	text-decoration: none;
}
#news-subscribe{
	top: 20px;
	margin: 0;
}

.category-block h3{
	text-transform: none;
}

#news-subscribe2{
	top: 55px;
	margin: 0 20px 0 0;
}

.email-submit-wrap{
	position: absolute;
	bottom:10px;
	left: 20px;
}

.email-submit-wrap input.alert-wrap{
	height: 30px;
	background: #efefef;
	color: #000;
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 15px;
}

.email-submit-wrap input.email-width{
	width: 274px;
}

.email-submit-wrap input.name-width{
	width: 180px;
}

.email-submit-wrap input.email-button{
	width: 90px;
	height: 32px;
	background: #AF1E2D;
	color: #fff;
	cursor: pointer;
}

.contact-box {
	width: 100%;
	padding: 25px 20px;
	position: relative;
	/* margin-top: 10px; */
	background: #B5B5B5;
	overflow: hidden;
}
    .contact-box .col-sm-4 { height:95px; }
        .contact-box .col-sm-4 .email { position:absolute; bottom:0; }

.contact-inner-left{
	margin-left: 25px;
	overflow: hidden;
}

.personal-info{
	float: left;
	margin-right: 100px;
}

.contact-box #center{
	margin-left: 40px;
}

.contact-inner-right{
	float: right;
	margin-right: 40px;
	text-align: right;
	/* margin-top: 20px; */
}

.contact-box  h2.black{
	margin-bottom: 5px;
}

.contact-inner-left  h2{
	margin-bottom: 10px;
}

.contact-box h3{
	font-weight: 400;
}

.contact-box  h3.white{
	margin-top: 10px;
	text-transform: uppercase;font-size:12px;
}
.contact-box  h3.whitegeneral{
	margin-top: 0px;
    color:#fff;
    font-size: 12px;
	text-transform: uppercase;font-size:12px;
}
.contact-block:nth-child(odd) { padding-left:0; }
.contact-block a { font-size:1rem; }
.corporateItem {
    display:flex;
    flex-direction:column;
	margin-right: 0px;
	padding: 10px;
	border-top: 10px solid #E5E5E5;
	border-right: 10px solid #E5E5E5;
	background: #fff;
}
.corporateItem:nth-child(4n) { border-right:0 none; }
.corporateItem:nth-child(5n) {
	margin-right: 0;
	border: 0;
	border-top: 10px solid #E5E5E5;
}
.corporateItem .corporateTitle {
	color: rgb(175, 30, 45);
	text-transform: uppercase;
	font-weight:bold;
	font-size: 14px;
	padding-bottom: 25px;
	width: 160px;
	height: 55px;
}
.corporateItem .corporateArrow {
	float: right;
	width: 25px;
	color: #ddd;
	font-size: 19px;
    position:absolute;
    top:7px;
    right:5px;
}
.corporateItem .corporateContent p {
	line-height: 24px;
  	font-size: 14px;
	height: 130px;
}
.corporateItem .corporateImage {
}
.corporateItem .corporateImage img {
	height:auto;
    max-height:211px;
    width: 100%;
}
.country-title-block h2 { font-size:16px; font-weight:bold; padding-left:45px; text-transform:uppercase; }
    .country-title-block h2.canada_flag { background:url('../img/canada.jpg') no-repeat 0px -3px / 35px 25px; }
    .country-title-block h2.usa_flag { background:url('../img/usa.jpg') no-repeat 0px -3px / 35px 25px; }
/*---news-release page main content style---*/

.filter-box{
	padding: 20px 40px 20px 25px;
	overflow: hidden;
	margin: 10px 12px 0 0;
	background: #fff;
}

.filter-title-wrap{
	float: left;
}

.filter-title-wrap h1{
	margin: 0;
}

table.filter-wrap{
	float: right;
}

.filter-year-wrap{
	float: right;
	/* margin-top: 5px; */
}

.filter-year-wrap a{
	display: block;
	text-align: center;
}

select.year-select{
	border: none;
	background: url(../img/select-bg.png) no-repeat;   
	width: 90px;
	height: 21px;
	outline:none; 
	overflow:hidden;
	-webkit-appearance: none;
	-moz-appearance: none; 
	text-indent: 0.01px;  
	text-overflow: ""; 
	/* text-align: right; 
    text-align:-webkit-right;  */ 
	padding-top: 1px;
	font-weight: bold;
	direction: rtl;  
	padding-right: 5px;  
}

select.year-select::-ms-expand {
	display: none;
}

.filter-box h3.view-all{
	color: #fff;
	background: #e5e5e5;
	padding: 3px 10px;
	margin-right: 10px;
	text-decoration: none;
}

.filter-box h3.view-all:hover{
	background: #AEAEAE;
	text-decoration: none;
}

.filter-box h3.active{
	background: #B5B5B5;
}

h3.file-year-box{
	padding: 10px 25px; 
	margin: 10px 12px 0 0;
	color: #fff;
	background: #B5B5B5;/*  #AF1E2D; */
}

.file-display-box{
	/* width: 210px;
	padding: 15px 0 0 25px;
	float: left;
	margin-left: 10px;
	background: #fff; */
	width: 207px;
	padding: 15px 0 0 25px;
	float: left;
	margin-right: 10px;
	background: #fff;
	margin-top: 10px;
}

.file-display-box.first{
	margin-left: 0;
}

.file-box-content{
	height: 95px;  
	overflow: hidden;
}

.file-box-content h3{
	text-transform: uppercase;
	padding-right: 20px;
}

.file-box-content p{
	padding-right: 20px;
	padding-top: 10px;
}

a.download-btn{
	text-align: right;
	display:block;
}

.placeholder{
	width: 232px;
	height: 140px;
	background: #fff;
	float: left; 
	margin-right: 10px; 
	margin-top: 10px;
}

/*----text only page style----*/
.text-box {
	overflow: hidden;
	background: #fff;
	/* border-top: 10px solid #e5e5e5;
	padding-bottom: 20px; */
	padding:25px;  
	overflow: hidden;
	/* border-bottom: 10px solid #e5e5e5; */
    width:100%;
}
.page-board-directors .text-box:last-child { border-bottom:0; }
.home .text-box { height:320px; }
.home .text-box.first-block { height:auto; }
.panel-layout #pg-2-0.panel-grid { border-bottom:0 none; padding:0; }
.text-box ul, .panel-grid ul {
	list-style:initial;
	margin-left: 35px
}

.set-relative { position:relative; }
.set-bottom-right { position:absolute; bottom:25px; right:25px; }
.set-inline { display:inline; }

.more-button {
	font-size: 14px;
	color: #ddd;
	background-color: #fff;
	border: 2px solid #DDD;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
}
.more-button:hover{
	color: #747474;
	background-color: #ddd;
	cursor: pointer;
	text-decoration: none;
}
/* 
.text-wrap{
	padding: 20px 25px;  
	overflow: hidden;
} */
 
.text-box h1 { margin:0 0 15px 0; }
.text-box h2 { clear:none; margin:0 0 15px 0; }
.text-box p {
	line-height: 22px;
	font-size: 14px;
	text-align: justify;
 }
 
.text-img{
	border-left: 10px solid #e5e5e5;
	border-bottom: 10px solid #e5e5e5;
	background: #e5e5e5;
	max-width: 357px;
	position: relative;
	top: -25px;
	right: -25px;
/* 	margin-left: 10px;
	margin-bottom: 10px; */
}

.text-img p{
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 16px;
}

/*---text and links style---*/

h3.links-title-bar{
	background: #ACACAC;
	color: #fff;
	padding: 10px 25px;
	/* border-top: 10px solid #e5e5e5; */
	border-bottom: 10px solid #e5e5e5;
	text-transform: capitalize;
}

.link-display-box{
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    border-right: 10px solid #e5e5e5;
    padding: 15px 0 0 25px;
    /* width: 207px; */
}
/* .link-display-box:nth-child(4n) { border-right:0 none; } */
/* .link-display-box:last-child { border-bottom:0 none; } */
.page-id-936 .link-display-box:last-child,
.quarterly_statements_group .link-display-box:last-child,
.quarterly_earnings_call_group .link-display-box:last-child {
    border-bottom:10px solid #e5e5e5;
    }

.border-line{
	border: 5px solid #e5e5e5;
}

.bio-wrap{
	 border-right: 10px solid #e5e5e5;
	 margin-top: -10px;
}

.right-border{
	border-right: 10px solid #e5e5e5;
}

a.arrow-bg{
	width: 33px;
	height: 33px;
	background: #e5e5e5;
	cursor: pointer;
    position:absolute; bottom:-1px; right:-1px;
}

a.arrow-bg:hover{
	background: #f3c409;
}
 
.empty-box{
	margin: 10px 12px 0 0;
	background: #fff;
}

#search-height h2{
	color: #636363;
}

#search-height p{
	color: #000;
}

/*---footer---*/

.footer{
	height: 45px;
	width: 100%;
	overflow: hidden;
}

p.copy-right{
	background: #868686;
	padding: 15px 45px;
	width: 301px;
	text-transform:capitalize;
	color: #fff;
	font-weight: bold;
	float: left;
	margin:0 0 0 8px;
	height: 45px;
}

.footer-nav-wrap{
	background: #868686;
	float: left;
	height: 100%;
    margin-left:8px;
	width: 970px;
}

ul.footer-nav{
	padding: 13px 40px;  
	float: right;   
}

ul.footer-nav li{
	float: left;
	color: #fff;  
}
 
ul.footer-nav li:before { 
	content: "|"; 
}  

ul.footer-nav li:first-child:before{
	color: transparent;
} 

ul.footer-nav a{
	padding: 0 5px; 
	color: #fff;
	font-size: 12px;  
	text-transform: capitalize;	
}

.bottom-shadow{
	background: url(../img/shadow-bottom.png) no-repeat;
	width: 1296px;/* 1300px; */
	height: 9px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}

.bottom-img-left{
	margin-top: -500px;
}

.bottom-img-right{
	margin-top: -400px;
}

/* search function */

ol li.search{
	list-style: decimal;
    margin-bottom: 20px;
}

span.highlighted {
    background-color: #EFFC7F;
}

/* search end */

@media screen and (-webkit-min-device-pixel-ratio:0)
{
   
 	::i-block-chrome,select.year-select{
		text-indent: 3.5em;
	}
}


/* dividend table */
div.dividend-clear{
	width:100%;
	height:10px;
	background-color:#e5e5e5;
}
div.dividend-bottom{
	width:100%;
	height:10px;
	background-color: #ADADAD;
}
div.tabbed ul.tabs {
	width:100%;
	background-color: #c7c7c7;
	margin:0;
}

div.tabbed ul.tabs li {
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
	width:75px;
	height:35px;
}

div.tabbed ul.tabs li a{
	padding:8px 20px;
	/* position:absolute; */
	font-size:16px;
	color:#ffffff;
	line-height:35px;
}

div.tabbed ul.tabs li.last{
	padding-right:25px;
}
div.tabbed ul.tabs li.first{
	padding-left:10px;
}
div.tabbed ul.tabs li a.current{
	background-color: #ADADAD;
}

div.tabbed ul.tabs li a:hover{
	background-color: #ABABAB;
    color:#fff;
	text-decoration: none;
}
    div.tabbed ul.tabs li.dividend-history-Archive a:hover { padding-right:14px; }
div.dividend-table{
	width:100%;
	color:#000000;
}
div.dividend-table-header{
	float:left;
	width:33%;
	height:40px;
	line-height:40px;
	text-transform: uppercase;
	font-weight: bold;
}

div.dividend-table-col{
	float:left;
	width:33%;
	height:25px;
	line-height:25px;
}
div.last{
	
	text-align:right;
}
div.dividend-table-row{
	clear:both;
    display:block;
	/* width:100%; */
	height:25px;
	padding:0 25px;
}
    div.dividend-table-row.odd { background-color:#e5e5e5; }
div.dividend-table-row-header{
	display:block;
	/* width:100%;
	height:40px;; */
	padding:5px 25px;
	background-color: #fff;
}
div.even{
	background: #fff;
	/* overflow:hidden; */
}

p.dividend-note{
	padding:0 25px;
}

div.archive  div.dividend-table-col{
	float:left;
	width:27%;
	height:25px;
	line-height:25px;
}
div.archive div.dividend-table-header{
	float:left;
	width:27%;
	height:40px;
	line-height:40px;
}

div.archive  div.last{
	float:left;
	width:20%;
}

h3.dividend-year-box{
	padding: 10px 25px; 
	margin: 0;
	color: #fff;
	background: #99a5ad;/*  #AF1E2D; */
}
.homeMain div a{
	font-size: 14px;
	color: #ddd;
	background-color: #fff;
	border: 2px solid #DDD;
	padding: 10px 15px;
	height: 15px;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
}
.homeMain div a:hover{
	color: #747474;
	background-color: #ddd;
	cursor: pointer;
	text-decoration: none;
}
.homeMain div a.noStyle, .homeMain div a.noStyle:hover{
    font-size: 14px;
    text-transform: none;
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: normal;
    float: none;
    height: initial;
    color: #AF1E2D;
    background-color: transparent;
}
.homeMain div a.noStyle:hover{
	text-decoration: underline;
}
.regularLogo, .short-logo {
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #fff;
}
.short-logo { height:138px; }
.regularLogo img, .lastLogo img {
    display: block;
	margin-left: auto;
	margin-right: auto;
}
.lastLogo {
  width: 230px;
  height: 200px;
  vertical-align: middle;
  display: table-cell;
  background: #fff;
}
.logoRow {
	border-top: 10px solid #E5E5E5;
	background-color: rgb(229, 229, 229);
}
.logo-row .col-sm-3:not(:nth-child(4n)) {
    border-right:10px solid #E5E5E5;
}
.logo-row .col-sm-3:not(:last-child) {
    border-bottom:10px solid #E5E5E5;
}
.drillingItem {
	float: left;
	width: 100%;
	border-top: 10px solid #E5E5E5;
	background: #fff;
	min-height: 40px;
}
.drillingItem p {
    padding: 15px 18px;
    margin: 2px 0px;
    line-height: 20px;
}
.drillingApplication, .drillingTitle, .drillingTitle a, .drillingFunctions {
	border-right: 10px solid #E5E5E5;
	float: left;
	color: #000000;
}
.drillingTitle {
	width: 180px;
	font-size: 12px;
	padding: 20px 0 0 20px;
	min-height: 34px;
}
.drillingTitle.drillingHead h2 {
	text-align: left;
}
.drillingHead {
	height: 40px;
	padding: 0;
	margin:0 auto;
	width: 200px;    font-size: 20px;
	border-right: 10px solid #E5E5E5;
	float: left;
}
.drillingHead h2 {
  color: rgb(175, 30, 45);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  float: left;
  margin: 12px 0 0 17px;
}
.drillingApplication {
	width: 300px;
}
.drillingApplication br {
	height: 10px;
}
.drillingImage {
	margin: 0 auto;
	padding: 30px 0;
	width: 60%;
}
.contactUnit {
	background-color: #fff;
	padding: 10px;
	margin-top: 10px;
	float: left;
	width: 100%;
}
.noBG {
	background-color: transparent;
}
.contactDivision {
	width: 45%;
	float: left;
	padding: 15px 10px;
	height: 115px;
}
.divisionName {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0;
}
.divisionLogo {
	width: 140px;
	float: right;
	padding: 0 30px;
	margin-top: -20px;
}
.contactUnitTitle {
	font-size: 20px;
	margin: 0 !important;
	color: #5E5E5E;
}
.divisionLoaction {
	width: 210px;
}
.drillingFunctions {
	border-right: none;
	width: 440px;
}
.corpHeader {
	width: 920px;
	float: left;
	border-bottom: 10px solid #E5E5E5;
	background-color: #fff;
	border-top: 10px solid #E5E5E5;
	padding: 10px 20px;
}
.logoCol {
	width: 232px;
	float: left;
	background-color: #fff;
	border-right: 10px solid #E5E5E5;
	min-height: 138px;
}
.logoCol.col1 img, .logoCol.col2 img, .logoCol.col3 img, .logoCol.col4 img {
	width: 35%;
	padding: 2px 5px 0 20px;
}
.crow1 .logoCol.col2 img, .crow1 .logoCol.col3 img, .crow1 .logoCol.col4 img {
	width: 35%;
	padding: 32px 5px 0 20px;
}
.crow2 .logoCol img {
	width: 55%;
	padding: 23px 0 0 55px;
}
.logoCol.col4 {
	border: none;
}
.notWhite {
	background-color: #E5E5E5;
}
table.drillingTable {
	width: 100%;
}
table.drillingTable .drillingHeader td {
	padding: 10px 20px;
	border-top: 10px solid #E5E5E5;
}
table.drillingTable .drillingHeader td h2 {
	color: rgb(175, 30, 45);
	font-size: 14px;
 	text-transform: uppercase;
 	font-weight: bold;
}
table.drillingTable tr {
	border-bottom: 10px solid #E5E5E5;
}
table.drillingTable td {
	padding: 10px 20px;
	vertical-align: top;
}
table.drillingTable td p {
	padding: 0;
	margin: 0;
}
table.drillingTable td.col1 {
	width: 175px;
}
table.drillingTable td.col2 {
	width: 250px;
}
table.drillingTable td.col1, table.drillingTable td.col2 {
	border-right: 10px solid #E5E5E5;
	font-size: 14px;
	color: #000;
}


.text-img-IR {
    border :0;
    margin-top:-5px;
    
}

.bg-overlay {
    background-color:#000;
    height:100%;
    left:0;
    opacity:0.6;
    position:fixed;
    top:0;
    width:100%;
    z-index:999;
    }
    .sedar-overlay-container, .overlay-container { display:flex; align-items:center; justify-content:center; }
        .sedar-overlay-content, .overlay-content {
            background-color:#fff;
            border:5px solid #999;
            border-radius:5px;
            max-width:700px;
            padding:20px 40px;
            position:fixed;
            top:20%;
            width:90%;
            z-index:999;
            }
			.sedar-overlay-content { top:30%; }
            .sedar-overlay-content h1, .overlay-content h1 { font-size:1em; font-weight:bold; }
            .sedar-overlay-content p, .overlay-content p { font-size:0.9em; }
            .sedar-overlay-content a, .overlay-content a { color:#AF1E2D; }
                .sedar-overlay-content a:hover, .overlay-content a:hover { color:#AF1E2D; }
			.sedar-overlay-content .btn-container { margin:0 auto; width:70%; }
            .sedar-overlay-content a.btn, .overlay-content a.btn { color:#333; cursor:pointer; font-size:14px; float:right; border:2px solid #666; padding:8px 20px; }
                .sedar-overlay-content a.btn:hover, .overlay-content a.btn:hover { background-color:#ddd; text-decoration:none; }
                

/* Sidebar */
ul#menu-sidebar-menu {}
    ul#menu-sidebar-menu li.current_page_item > a, ul#menu-sidebar-menu ul li.current_page_item a { color:#000; }
    ul#menu-sidebar-menu ul { margin-left:18px; }
        ul#menu-sidebar-menu ul li { list-style-image:url('../img/dash.png'); margin:4px 0; padding:0; }
            ul#menu-sidebar-menu ul li a { font-size:12px; font-weight:normal; letter-spacing:0; text-transform:none; }


/* Overrides */
.featherlight-image {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 90vh;
}

/* Common */
.view_all { background:#e5e5e5; color:#fff; cursor:pointer; font-size:0.9em; font-weight:bold; margin-right:5px; padding:4px 10px; text-transform:uppercase; }
    .view_all:hover { background:#aeaeae; }
.offset-bottom-20 { margin-bottom:20px; }
.offset-top-20 { margin-top:20px; }
.cursor-hand { cursor:pointer; }
.rotate { transform:rotate(180deg); }

.table { width:101%; }
    .table th { border-bottom:10px solid #e5e5e5 !important; border-right:10px solid #e5e5e5; color:rgb(175, 30, 45); font-size:14px; font-weight:bold; padding:10px 20px; text-transform:uppercase; }
    .table td { border-bottom:10px solid #e5e5e5; border-right:10px solid #e5e5e5; padding:10px 20px; }
        .table th:nth-child(3), .table td:nth-child(3) { border-right:0; }
		.table td a { font-size:inherit; }


/* Media Queries */
@media (max-width:1279px) {
    .shadow, .main-container, .bottom-shadow { width:auto; }
    .main-container { background-color:#e5e5e5; }
        ul.nav li a { padding:15px 66px; }
    p.copy-right { margin-right:8px; }
    .footer-nav-wrap { float:none; margin-right:8px; overflow:hidden; width:auto; }
}
@media (max-width:1024px) {
    .mob-menu-header-holder { width:auto !important; }
	.mobmenu-content li:focus, .mobmenu-content li:active { color:#333 !important; }
	.mobmenu-content li > .sub-menu li { padding-left:calc(10*1%) !important; }
		.mobmenu-content li.menu-item-has-children { background-color:#af1e2d !important; }
			.mobmenu-content li.menu-item-118 > a,
			.mobmenu-content li.menu-item-934 > a,
			.mobmenu-content li.menu-item-3192 > a {
				background-color:transparent !important;
				}
		.mobmenu-content .sub-menu li.menu-item-2235,
		.mobmenu-content .sub-menu li.menu-item-2264,
		.mobmenu-content .sub-menu li.menu-item-3133 {
			background-color:#666 !important;
			}
		.mobmenu-content ul ul ul { background-color:#333 !important; }
	.show-panel .mob-cancel-button { margin:10px 10px 0 0; }
}
@media (max-width:1023px) {
    #page > .main-container { background-color:#e5e5e5; }
        img.logo { margin:10px 0 10px 0px; }
        ul.header-nav { background-color:#e5e5e5; float:none; margin-top:10px; padding-top:15px; }
            ul.header-nav li { display:inline-block; float:none; }
        .menu-header-menu-container { display:none; }
    #home_carousel { display:none; }
    .banner { margin-top:0; }
        .banner-right { float:none; margin-left:10px; margin-top:15px; width:calc(100% - 20px); }
    .content-container { flex-direction:column; }
        .content-area { float:none; order:1; width:100%; }
            .home .text-box { height:auto; }
                .home .text-box .set-bottom-right { position:initial; }
        .left-nav { float:none; height:initial; order:2; margin-left:8px; margin-top:8px; min-height:inherit; width:calc(100% - 17px); }
        .home iframe { height:231px !important; }
        .career-block { background-size:cover; }
    .footer { height:auto; display:flex; flex-direction:column; width:auto; }
        .footer-nav-wrap, p.copy-right { float:none; width:calc(100% - 15px); }
            .footer-nav-wrap { order:1; }
                ul.footer-nav { float:none; padding-left:15px; padding-right:15px; text-align:center; }
                    ul.footer-nav li { display:inline-block; float:none; }
            p.copy-right { order:2; padding-top:8px; padding-bottom:8px; text-align:center; }
    .bottom-img-left, .bottom-img-right { display:none; }
}
@media (min-width:667px) and (max-width:1023px) {
    .file-box-content { height:150px; }
}
@media (max-width:767px) {
    .table { border-collapse:collapse; border-spacing:0; display:block; font-size:0.9em; }
        .table thead { display:none; }
        .table tbody, .table tr { display:block; }
            .table tr { border-bottom:5px solid #e5e5e5; }
        .table td {
            border:0;
            border-bottom:1px solid #ccc;
            display:block;
			min-height:37px;
            padding:10px;
            padding-left:40%;
            position:relative;
            white-space:normal;
            word-break:break-word;
            z-index:1;
            }
            .table td:before {
                color:#000;
                content:attr(data-title);
                padding-right:10px;
                position:absolute; top:11px; left:6px;
                white-space:nowrap;
                width:40%;
                }
	.contact-block { padding-left:0; }
		.contact-block .col-sm-4 { margin:20px 0; }
			.contact-block .col-sm-4 img { max-height:80px; max-width:150px; }
	.overlay-content { bottom:10%; overflow:scroll; }
		.sedar-overlay-content .btn-container { width:100%; }
		.overlay-content a.btn { margin-bottom:30px; }
    .career-post .careerPostDate, .career-post .careerEndDate { text-align:left; }
        .career-post .careerEndDate { margin-bottom:15px; }
    .career-post .col-sm-5.text-right { text-align:center !important; }
        .career-post .careerDetail { min-height:initial; }
        .careerButton { float:none; margin:20px auto 0 auto; }
}
@media (max-width:739px) {
    .logo-row .col-sm-3 { border-right:0 none !important; }
        .regularLogo, .short-logo { height:auto; min-height:200px; padding:5% 0; }
        .short-logo { min-height:138px; }
    .corporateItem { border-right:0 none; height:auto; }
        .corporateItem .corporateContent p { height:auto; }
        .corporateItem .corporateImage { float:none; height:auto; }
            .corporateItem .corporateImage img { max-height:auto; }
    .ir-main-container { display:block; }
        .ir-video, .ir-video-right, .ir-block { width:100%; }
            .ir-video, .ir-block { border-right:0; border-bottom:10px solid #e5e5e5; }
            .ir-main-container .category-block, .ir-block { min-height:120px; }
    .contact-box .row .row { display:block; }
    .contact-box .col-sm-4 { height:auto; margin-top:20px; }
        .contact-box .col-sm-4:first-child { margin-top:10px; }
        .contact-box .col-sm-4 .email { position:initial; }
    div.dividend-table-header { font-size:12px; height:auto; line-height:18px; margin-bottom:12px; padding-top:8px; }
    div.dividend-table-col { font-size:13px; }
}
@media (max-width:666px) {
    ul.header-nav { padding-left:2px; }
        ul.header-nav li a { padding:10px; }
    ul.center-nav .first { display:none; }
    .career-block { background-position:0px -70px; height:300px; }
    .text-img { float:none !important; max-width:100%; right:0; }
    .view-all-block { float:none !important; margin-top:15px; }
    .link-display-box { border-bottom:10px solid #e5e5e5 !important; border-right:0 none !important; float:none; }
        .link-display-box:last-child { border-bottom:0 !important; }
}