/*	MAIN.CSS - Stylesheet for the base layout */

body{
	background: #fff;
}
.section-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}
	@media screen and (max-width: 959px){
		.section-inner{ width: auto;}
	}
.w-w2{overflow: hidden;}

/* BUTTONS
--------------------------*/
.button{
	border: 1px solid #dcdcdc;
	color: #a1a9ad;

	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;

	padding: 13px 30px;
	display: inline-block;

	background-clip: padding-box;
	touch-action: manipulation;

	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
.button:focus,
.button:hover {
  background: #fff;
  color: #666;
}

#content .su-button{
	border: 1px solid #dcdcdc!important;
	color: #a1a9ad!important;

	font-family: 'Roboto Condensed', sans-serif!important;
	font-size: 16px!important;
	line-height: 1.2!important;
	font-weight: 700!important;
	text-transform: uppercase!important;

	padding: 13px 30px!important;
	display: inline-block!important;

	background-clip: padding-box!important;
	touch-action: manipulation!important;

	-webkit-transition: background-color 0.3s ease-out!important;
	transition: background-color 0.3s ease-out!important;

	background: none!important;
	color: #003698!important;
	border-color: #003698!important;
	text-shadow:none!important;
	border-radius: 0!important
}
	#content .su-button>span{
		color: #003698!important;
		padding: 0 !important;
		border-radius: 0!important;
		border: none!important;
		font-size: 16px!important;
		line-height: 1.2!important;
		font-weight: 700!important;
		background:none!important;
	}
	#content  .su-button:focus,
	#content  .su-button:hover{
		background:#003698!important;
		color: #fff!important;
		opacity: 1!important
	}
		#content  .su-button:focus>span,
		#content  .su-button:hover>span{
			color: #fff!important;
		}

	#content  .su-button.white{
		color: #fff!important;
		border-color: #fff!important;
	}
		#content  .su-button.white>span{
			color: #fff!important;
		}
		#content  .su-button.white:focus,
		#content  .su-button.white:hover{
			background:#fff!important;
		}
			#content  .su-button.white:focus>span,
			#content  .su-button.white:hover>span{
				color: #666!important;
				background:#fff!important;
			}

/*Alternate Buttons*/
.button.small{
	padding: 8px 16px;
	font-size: 14px;
}
.button.white{
	color: #fff;
	border-color: #fff;
}
	.button.white:focus,
	.button.white:hover{
		background:#fff;
		color: #666;
	}
.button.blue{
	color: #003698;
	border-color: #003698;
}
	.button.blue:focus,
	.button.blue:hover{
		background:#003698;
		color: #fff;
	}

/* WIDGETS
--------------------------*/

/*TWITTER WIDGET*/
#hometabs-id-tweets li{
	margin-top: 30px;
}
	#hometabs-id-tweets li:first-child{margin-top: 0;}

#content #hometabs-id-tweets p{
	margin:0;
	line-height: 1.3;
}
.tweet-details a{
	color: #999;
	font-size: 12px;
}
.twitter-hashtag{font-weight: 700;}

.id-tweets-more,
.id-youtube-more{
	float: right;
	clear: both;
	margin-top: 20px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 20px;
}
	.id-youtube-more{margin-right: 0;}

/* HEADER
--------------------------*/
#header{
	position: relative;
	height: 108px;
}

/*-header background*/
.headerbg{
	height: 450px;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
	.headerbg-img{
		/*min-width: 100%;
		height: auto;
		display: block;
		min-height: 450px;*/
		position: absolute;
		left: 50%;
		margin-left: -960px;
		top: 0;
	}
		@media (min-width: 1920px){
			.headerbg-img{
				position: static;
				left: auto;
				top: auto;
				margin-left: 0;
				min-width: 100%;
				height: auto;
				display: block;
				min-height: 450px;
			}
		}

/*-header title bar*/
.headerbg-title{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	background:#003698;
	background: rgba(0, 54, 152, 0.85);
	padding: 20px 0;
}

	.headerbg-title h1{
		color: #fff;
		line-height: 1.1;
		margin: 0;
	}

/* UTILITIES BAR*/
#topbar{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 29px;
	border-bottom: 1px solid #c0cfdd;
	background: #fff;
	background:rgba(255, 255, 255, 0.6);
	z-index: 999;
}
	#util{float: right;}
	#util>ul{display: table;}
	#util>ul>li{
		display: table-cell;
		vertical-align: middle;
		padding-left: 20px;
	}

/*-utilities bar links*/
#util>ul>li>a{
	font-size: 12px;
	color: #666666;
	font-family: 'TradeGothicLTPro-BdCn20', sans-serif;
	font-weight: normal;
	font-style: normal;
}
	.no-touch #util>ul>li>a:hover{color: #d31145;}

/*HEADERNAV*/
#bar{
	position: absolute;
	left: 0;
	top: 29px;
	width: 100%;
	z-index: 9999;
}
	/*on scroll sticky*/
	.no-touch .barsticky #bar{
		position: fixed;
		top: 0;
	}

/*-headernav w1*/
.h-w1{
	position: relative;
	top: 0;
	left: 0;
	height: 78px;
	width: 100%;
	background:rgba(255, 255, 255, 0.6);
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.17);
}
	/*--support*/
	.no-rgba .h-w1,
	.investors-is-on .h-w1{
		background: #fff;
	}
	.no-boxshadow .h-w1{border-bottom: 1px solid #f1f1f1;}
	/*stop transperancy*/
	.no-touch .sticky .h-w1{background:#fff;}

/*-headernav w2*/
.h-w2 {
	height:78px;
	position: static;
}
	#headerholder{
		display: table;
		width: 100%;
		height: 78px;
	}

/*LOGO*/
#logo {
	display: table-cell;
	vertical-align: middle;
	width: 14.893617021276595%; /*140/940*/
}
	#logo img{
		display: block;
		max-width: 100%;
	}

/* MAINAV
--------------------------*/
#mainnav{
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 20px;
}

/*FIRST LEVEL*/
#mainnav>.menu>ul{
	display: table;
	height: 78px;
	float: right;
}
	#mainnav>.menu>ul>li{
		display: table-cell;
		text-align: center;
		white-space: nowrap;
		line-height: 1.1;
		position: relative;
	}

/*-first level links*/
#mainnav>.menu>ul>li>a,
#mainnav>.menu>ul>li>div>a{
	font-family: 'TradeGothicLTPro-BdCn20', sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 0.01em;
	padding: 31px 25px 0 25px;
	height: 78px;
	display: block;
	border-bottom: 4px solid transparent;
	font-size: 16px;
}
	/*onhover*/
	.no-touch #mainnav>.menu>ul>li>a:hover,
	.no-touch #mainnav>.menu>ul>li>div>a:hover{
		color: #d31145;
	}
	.no-touch #mainnav>.menu>ul>li:hover>a,
	.no-touch #mainnav>.menu>ul>li:hover>div>a{
		border-color: transparent;
		color: #d31145;
		box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.17);
	}
	.no-touch #mainnav>.menu>ul>li:hover{
		background: #fff;
		background: rgba(255, 255, 255, 0.9);
	}

	/*active*/
	#mainnav>.menu>ul>li.current_page_item>a,
	body.pagename-investors #mainnav>.menu>ul>li.megamenu>a,
	#mainnav>.menu>ul>li.current-page-ancestor>a,
	body.investors #mainnav>.menu>ul>li.megamenu>a,
	body.parent-pagename-investors #mainnav>.menu>ul>li.megamenu>a,
	body.top-pageid-18 #mainnav>.menu>ul>li.megamenu>a,
	body.about-us #mainnav>.menu>ul>li.menu-item-472>a{
		color: #d31145;
		border-bottom-color: #d31145;
	}

	#menu-item-475>a,
	li.megamenu>a{
		color: #333!important;
		/*cursor: default;*/
	}

/*SECOND LEVEL*/
#mainnav>.menu>ul>li>.sub-menu{
	background: url(../images/skin/bg/subshadow.png) repeat-x left top #fff;
	background: rgba(255, 255, 255, 0.9);
	padding: 20px 0 10px 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	display: none;
	line-height: 1;
}
	/*on scroll sticky*/
	.rgba .sticky #mainnav>.menu>ul>li>.sub-menu{background: rgba(255, 255, 255, 0.9);}

	/*on hover*/
	#mainnav>.menu>ul>li:hover>.sub-menu{
		display: block;
		-webkit-animation: fadeIn 0.2s;
		animation: fadeIn 0.2s;
	}

/*-second level links*/
#mainnav>.menu>ul>li>.sub-menu>li>a{
	display: block;
	padding: 6px 0 7px 0;
	font-family: 'TradeGothicLTPro-BdCn20', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #666666;
}
	.no-touch #mainnav>.menu>ul>li>.sub-menu>li>a:hover{
		background: #00529b;
		color: #fff;
	}

/*SEARCH*/
#search{
	width: 191px;
	border-left:1px solid #d0d7de;
	border-right:1px solid #d0d7de;
}

/*-search field*/
.searchform{
	position: relative;
	width: 100%;
	height: 28px;
	box-shadow: none!important;
	border-radius: 0!important;
	margin:0!important;
}
	.searchform label{display: none;}
	.searchinput{
		width: 100%;
		border:0;
		height: 28px;
		padding: 0 28px 0 10px;
		font-size: 12px;
		background: rgba(241, 241, 241, 0.6);
		position: absolute;
		line-height: 26px;
		left: 0;
		top: 0;
	}
	.searchsubmit{
		position: absolute;
		right: 0;
		top: 0;
		width: 28px;
		height: 28px;
		background: transparent;
		text-indent: 100%;
		overflow: hidden;
		padding-top: 28px;
		border:0;
		background: url(../images/skin/bg/icon-search.png) no-repeat center center;
	}

/* MAINNAV -> MEGAMENU
--------------------------*/

/*RESET*/
/*-reset our parents position*/
#mainnav>.menu>ul>li.megamenu{position: static;}

/*DROPDOWN CONTAINER*/
.megadrop{
	text-align: left;
	position: absolute;
	width: 100%;
	left: 0;
	background: #fff;
	background:rgba(255, 255, 255, 0.95);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	display: none;
}
	/*-add innershadow*/
	.megadrop>div{
		box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.17) inset;
		padding-top: 50px;
		height: 100%;
		width: 100%;
	}
	/*on hover*/
	#mainnav>.menu>ul>li.megamenu:hover .megadrop{
		display: block;
		-webkit-animation: fadeIn 0.3s;
		animation: fadeIn 0.3s;
	}

/*DROPDOWN NAV*/
.megadrop-links{padding: 0;}
.megadrop-divider>ul{
	display:table;
	table-layout: fixed;
	width: 100%;
}
.megadrop-divider>ul>li{
	display: table-cell;
	line-height: 1;
	padding: 0 10px;
	white-space: normal;
}
	/*.megadrop-divider>ul>li:first-child{padding-left: 0;}
	.megadrop-divider>ul>li:nth-child(3){width: 31%;}*/

/*-dropdown links on hover*/
.no-touch .megadrop-links a:hover{color: #d31145;}

/*-divider first level*/
.megadrop-links>ul>li>a{
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 25px;
}

/*-divider second level*/
.megadrop-links>ul>li>ul>li{margin-top: 25px;}
	.megadrop-links>ul>li>ul>li:first-child{margin-top: 0;}

/*-divider second level links*/
.megadrop-links>ul>li>ul>li>a{
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #666666;
}

/*MEGA ICONS*/
.megaicons{padding-top: 10px;}
.megaicons>.section-inner{padding: 0;}
.ship{
	height: 60px;
	width: 100%;
	position: relative;
}
	.ship>span{
		display: block;
		height: 60px;
		width: 100%;
	}
	.ship:before{
		position: absolute;
		left: 0;
		bottom: 0;
		content:"";
		display: block;
		height: 100%;
	}
	.ship:after{
		position: absolute;
		right: 0;
		bottom: 0;
		content:"";
		display: block;
		height: 100%;
	}

/*-mega icons Ship One*/
.ship.first{
	padding-left: 30px;
	padding-right: 116px;
}
	.ship.first>span{background: url(../images/skin/ships/shipone-c.png) repeat-x left bottom;}
	.ship.first:before{
		width: 30px;
		background: url(../images/skin/ships/shipone-l.png) no-repeat left bottom;
	}
	.ship.first:after{
		width: 116px;
		background: url(../images/skin/ships/shipone-r.png) no-repeat left bottom;
	}
/*-mega icons Second*/
.ship.second{
	padding-left: 48px;
	padding-right: 116px;
}
	.ship.second>span{background: url(../images/skin/ships/shiptwo-c.png) repeat-x left bottom;}
	.ship.second:before{
		width: 48px;
		background: url(../images/skin/ships/shiptwo-l.png) no-repeat left bottom;
	}
	.ship.second:after{
		width: 116px;
		background: url(../images/skin/ships/shiptwo-r.png) no-repeat left bottom;
	}
/*-mega icons hird*/
.ship.third{
	padding-left: 40px;
	padding-right: 102px;
}
	.ship.third>span{background: url(../images/skin/ships/shipthree-c.png) repeat-x left bottom;}
	.ship.third:before{
		width: 60px;
		background: url(../images/skin/ships/shipthree-l.png) no-repeat left bottom;
	}
	.ship.third:after{
		width: 102px;
		background: url(../images/skin/ships/shipthree-r.png) no-repeat left bottom;
	}
/*-mega icons Fourth*/
.ship.fourth{
	padding-left: 60px;
	padding-right: 102px;
}
	.ship.fourth>span{background: url(../images/skin/ships/shipfour-c.png) repeat-x left bottom;}
	.ship.fourth:before{
		width: 60px;
		background: url(../images/skin/ships/shipfour-l.png) no-repeat left bottom;
	}
	.ship.fourth:after{
		width: 102px;
		background: url(../images/skin/ships/shipfour-r.png) no-repeat left bottom;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 400;
	}

/*MEGA STOCKS*/
.megastocks{
	background: #E6E6E6;
	padding-top: 30px;
}
	.megastocks .section-inner{padding: 0;}
	.megastocks .stock_table{
		width: 100%!important;
		margin: 0 !important;
		height: auto!important;
		display: table!important;
		line-height: 1!important;
		table-layout: fixed;
	}

/*-mega stocks layout plugin style overwritting*/
.megastocks .stock_widget_row{
	width: auto!important;
	height: auto!important;
	border:none!important;
	position: static!important;
	display: table-cell!important;
	padding:0 10px;
	white-space: normal;
	vertical-align: bottom;
	width: 23%!important;
}
/*	.megastocks .stock_widget_row:nth-child(3){width: 31%!important;}
	.megastocks .stock_widget_row:first-child{padding-left: 0;}*/


/*-mega stocks element plugin style overwritting*/
.megastocks .stock_widget_element{
	position: static!important;
	text-align:left!important;
	width: auto!important;
	display:inline!important;
	position: static!important;
	float:none!important;
	font-family: 'Roboto Condensed', sans-serif!important;
	font-weight: 700!important;
	font-size: 16px!important;
	color: #333!important;
	padding-right: 2px;
}
	.megastocks .stock_widget_element:first-child{
		font-size: 24px!important;
		color: #003698!important;
		padding-right: 10px;
		display: block!important;
	}
		.megastocks .stock_widget_element:first-child:before{
			content:"NYSE: ";
			font-size: 24px;
			color: #003698;
			font-family: 'Roboto Condensed', sans-serif!important;
			font-weight: 700;
			display: inline-block;
		}
	.stock_widget_element div{
		display: inline!important;
	}

/*MEGA CONTENT*/
.megacontent{
	background: #e6e6e6;
	font-size: 11px;
	color: #666666;
	padding: 10px 0 40px 0;
	line-height: 1.45;
}
	.megacontent p,
	.megacontent .megadrop-divider>ul>li{
		line-height: 1.45;
	}


/* MAIN
--------------------------*/
#main{
	padding-bottom: 85px;
	margin-top: -108px; /*same height as header (utilities bar + header nav)*/
	min-height: 600px; /*to prevent footer from being short*/
}

/*.m-w2{
	max-width: 800px;
}*/

/*CONTENT*/
#content{
	width: 680px;
	float: left;
}

	/*unique case*/
	.single-normal #content{
		width: auto;
		float:none;
	}
	#content .entry-content{min-height: 1px;}

	.entry-content img{max-width: 100%;}

	.entry-content iframe{
		max-width: 100%!important;
	}

/*SUBNAV*/
#subnav{
	width: 260px;
	padding-left: 40px;
	float: left;
}

	/*unique case*/
	.single-normal #subnav{
		display: none;
		speak:none;
		visibility: hidden;
		font-weight: 700;
	}
	/*First Level*/
	#subnav .nav-links>li{
		margin-top: 25px;
		line-height: 1.1;
	}
		#subnav .nav-links>li:first-child{margin-top: 0;}
		#subnav .nav-links>li>a{
			font-size: 14px;
			font-weight: 700;
			color: #666666;
			font-family: 'Roboto Condensed', sans-serif;
		}
			#subnav .nav-links>li.current_page_ancestor>a,
			#subnav .nav-links>li.current_page_item>a,
			.no-touch #subnav .nav-links>li>a:hover{
				color: #d31145;
			}
			#subnav .nav-links>li.current_page_ancestor>ul,
			#subnav .nav-links>li.current_page_item>ul{
				display: block;
			}

	/*Second Level*/
	#subnav .nav-links>li>ul{
		display: none;
		margin: 25px 0 25px 20px;
	}
		#subnav .nav-links>li>ul>li{margin-top: 15px;}
			#subnav .nav-links>li>ul>li:first-child{margin-top: 0;}
			#subnav .nav-links>li>ul>li>a{
				font-size: 12px;
				color: #333;
			}
				#subnav .nav-links>li>ul>li.current_page_item>a,
				#subnav .nav-links>li>ul>li.current_page_ancestor>a,
				.no-touch #subnav .nav-links>li>ul>li>a:hover{color: #d31145}
			#subnav .nav-links>li>ul>li>ul{display: none;}

	/*Third Level*/
	#subnav .nav-links>li>ul>li.current_page_item>ul,
	#subnav .nav-links>li>ul>li.current_page_ancestor>ul{
		display: block;
		margin: 15px 0 15px 15px;
	}
		#subnav .nav-links>li>ul>li>ul>li{
			margin-top: 10px;
			position: relative;
			padding-left: 10px;
		}
			#subnav .nav-links>li>ul>li>ul>li:before{
				content:"- ";
				position: absolute;
				left: 0;
				top: 0;
			}
			#subnav .nav-links>li>ul>li>ul>li:first-child{margin-top: 0;}

			#subnav .nav-links>li>ul>li>ul>li>a{
				font-size: 11px;
				color: #333;
			}
				#subnav .nav-links>li>ul>li>ul>li.current_page_item>a,
				#subnav .nav-links>li>ul>li>ul>li>a:hover{color: #d31145;}

	/*Auto Select*/
	#subnav .autoselect-gas .page-item-4236 .children{display: block;}
		#subnav .autoselect-gas .page-item-4236 .children .page-item-241 a{color:#d31145;}

	#subnav .autoselect-tankers .page-item-229 .children{display: block;}
		#subnav .autoselect-tankers .page-item-229 .children .page-item-233 a{color:#d31145;}

	#subnav .autoselect-offshore .page-item-4232 .children{display: block;}
		#subnav .autoselect-offshore .page-item-4232 .children .page-item-3362 a{color:#d31145;}

	#subnav .autoselect-uncategorized .page-item-4222 .children,
	#subnav .autoselect-corporate .page-item-4222 .children{display: block;}
		#subnav .autoselect-uncategorized .page-item-4222 .children .page-item-195 a,
		#subnav .autoselect-corporate .page-item-4222 .children .page-item-195 a{color:#d31145;}

	#subnav .autoselect-gas .page-item-4236>a,
	#subnav .autoselect-tankers .page-item-229>a,
	#subnav .autoselect-offshore .page-item-4232>a,
	#subnav .autoselect-uncategorized .page-item-4222>a,
	#subnav .autoselect-corporate .page-item-4222>a{
		color: #d31145;
	}




/* FOOTER
--------------------------*/
#footer{
	font-size: 12px;
	color: #666666;
}
	.footercta{
		height: 150px;
		background: url(../images/skin/bg/cta-bg.jpg) no-repeat left top #1c4896;
	}
		.f-w2 {
			padding: 30px 0 30px 60px;
			background: url(../images/logo-icon.png) no-repeat left 30px;
			position: relative;
		}

		.f-w2 a,
		.f-w2 a:visited{color: #666666;}

			#finalfoot{
				padding-right: 170px;
			}

	.no-touch #footer a:hover{color: #d31145;}

/*CTAS*/
#ctas{
	/*display: table;
	table-layout: fixed;*/
	width: 100%;
	height: 150px;
}
	#ctas>li{
		/*display: table-cell;*/
		float: left;
		margin-left: 2.127659574468085%;
		width: 31.914893617021278%;
	}
		#ctas>li:first-child{margin-left: 0;}
		#ctas>li>a{
			display:table;
			width: 100%;
			height: 150px;
		}
			#ctas>li>a>div{
				display: table-cell;
				vertical-align: middle;
				text-align: center;
			}

	#ctas>li>a span{
		display: inline-block;
		overflow: hidden;
	}

	/*Email*/
	.cta-email{
		background: url(../images/skin/bg/cta-email.png) no-repeat 100% 200px;
	}
	.cta-email span{
		background: url(../images/skin/bg/cta-email-txt.png) no-repeat;
		width: 179px;
		height: 46px;
		padding-top:46px;
	}
		.no-touch .cta-email:hover span{background-position: 0 -46px;}
		.no-touch .cta-email:hover{background-position: 100% center;}

	/*Connect*/
	.cta-connect{
		background: url(../images/skin/bg/cta-connect.png) no-repeat 100% 200px;
	}
	.cta-connect span{
		background: url(../images/skin/bg/cta-connect-txt.png) no-repeat;
		width: 153px;
		height: 46px;
		padding-top:46px;
	}
		.no-touch .cta-connect:hover span{background-position: 0 -46px;}
		.no-touch .cta-connect:hover{background-position: 100% center;}

	/*Join*/
	.cta-join{background: url(../images/skin/bg/cta-join.png) no-repeat 100% 200px;}
	.cta-join span{
		background: url(../images/skin/bg/cta-join-txt.png) no-repeat;
		width: 85px;
		height: 46px;
		padding-top:46px;
	}
		.no-touch .cta-join:hover span{background-position: 0 -47px;}
		.no-touch .cta-join:hover{background-position: 100% center;}

/*Copyright*/
#copyright{ display: inline; }

/*Bottomlinks*/
#bottomlinks,
#bottomlinks ul{
	display: inline;
}
	#bottomlinks li{
		display: inline-block;
		padding-left: 8px;
		margin-left: 8px;
		border-left: 1px solid #8c8c8c;
		line-height: 1;
	}
		#bottomlinks li:first-child{border-left: 0;}

/*CREDIT*/
#credit, #credit a{
	color: #999;
	color: rgba(0, 0, 0, 0.4);
}

/*FOOTER SOCIAL*/
.footer-social{
	position: absolute;
	top: 30px;
	right: 0;
	width: 150px;
}
	.footer-social li{
		display: inline-block;
		margin-left: 10px;
	}
		.footer-social li:first-child{margin-left: 0;}

	/*Footer social links*/
	.footer-social a{
		position: relative;
		display: block;
		height: 16px;
		width: 16px;
		padding-top: 16px;
		overflow: hidden;
		background: url(../images/skin/bg/social.png) no-repeat;
	}
		.no-touch .footer-social a:hover{
			top:-3px;
		}

		.footer-social a.social-twitter{background-position: 0 0;}
			/*.no-touch .footer-social a.social-twitter:hover{background-position: 0 -16px;}*/

		.footer-social a.social-facebook{background-position: -16px 0;}
			/*.no-touch .footer-social a.social-facebook:hover{background-position: -16px -16px;}*/

		.footer-social a.social-youtube{background-position: -32px 0;}
			/*.no-touch .footer-social a.social-youtube:hover{background-position: -32px -16px;}*/

		.footer-social a.social-linkedin{background-position: -48px 0;}
			/*.no-touch .footer-social a.social-linkedin:hover{background-position: -48px -16px;}*/

		.footer-social a.social-instagram{background-position: -64px 0;}
			/*.no-touch .footer-social a.social-instagram:hover{background-position: -64px -16px;}*/

		.footer-social a.social-flickr{background-position: -80px 0;}
			/*.no-touch .footer-social a.social-flickr:hover{background-position: -80px -16px;}*/

/*FOOTER SITEMAP*/
.footersitemap{
	background: #eaeaea;
	padding: 40px 0;
}
	/*Grid*/
	.collections >li{
		float: left;
		width: 18%; /*140*/
		padding-right: 20px;
	}
		.collections >li.fs-1{width: 23%; /*240*/}
		.collections >li.fs-2{width: 23%; /*240*/}

	/*First level*/
	.collections .menu>li>a,
	.collections  .heading{
		display: block;
		clear: both;
		margin-bottom: 10px;
		color: #818181;
		font-size: 18px;
		text-transform: uppercase;
		font-family: 'TradeGothicLTPro-BdCn20', sans-serif;
		font-weight: normal;
		font-style: normal;
		line-height: 1;
	}
		.collections .menu>li{margin-top: 40px;}
			.collections .menu>li:first-child{margin-top: 0;}

	/*Second level*/
	.collections .menu>li>ul>li>a{
		color: #818181;
	}

/*COLLECTIONS*/
.collections .stock_table{
	width: 100%!important;
	margin: 0 !important;
	height: auto!important;
}
	.collections .stock_widget_element{
		position: static!important;
		text-align:left!important;
		width: auto!important;
		display:inline!important;
		position: static!important;
		color: #818181!important;
		padding-right: 2px;
		white-space: normal;
		font-family: "Istok Web",sans-serif!important;
		font-size: 11px!important;
		font-weight: 400!important;
		float:none!important;
	}
		.collections .stock_widget_row:before{
			content:"NYSE: ";
			font-family: "Istok Web",sans-serif;
			font-size: 11px;
			font-weight: 400;
		}
		.collections .stock_widget_element:first-child{
			font-size: 11px!important;
			color: #818181!important;
			padding-right: 10px;
		}
		.collections .stock_widget_element div{
			display: inline!important;
		}


/* BLOG
--------------------------*/

/*HEADER CHANGES*/
body.single #header,
html body.single #header{
	background:none;
}
body.single #header{}
	html body.single .h-w1{/*background: #fff!important;*/}

body.single .searchform{border-color:#eee;}

/*CONTENT CHANGES*/
body.single .m-w2{
}

.qmnews_footer{
	display: none;
	visibility: hidden;
	speak:none;
}
body.single .entry-content{margin:auto;}

/*MASTHEAD*/
.masthead{
	width: 100%;
	max-height: 450px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
	background: #a1a9ad;
}

	.masthead.noimage{

	}

	.masthead.noimage{
		height: auto;
		background: rgba(0, 54, 152, 0.85);
		margin-top: 107px;
	}
	.masthead img{
		min-width: 100%;
		height: auto;
		display: block;
		min-height: 450px;
	}

	.masthead-title{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 20;
		background: rgba(0, 54, 152, 0.85);
		color: #fff;
		padding: 20px 0;
		box-sizing: border-box;
	}
		.masthead.noimage .masthead-title{
			position: static;
			background: none;
			padding: 20px 0;
		}
		.no-rgba .masthead-title{background: #003698;}

		.masthead-title h1{
			color: #fff;
			line-height: 1.1;
			margin: 0;
		}
			.masthead.noimage .masthead-title h1{margin: 0;}
/*MAIN*/
body.single #main{padding-top: 0;}
/*POSTED BY*/
.entry-meta{margin-bottom: 30px;}
	.entry-meta,
	.entry-meta a{
		color: #999;
		font-weight: 700;
		font-size: 12px;
		line-height: 1;
	}
	.meta-prep-author{
		display: none;
		visibility: hidden;
		speak:none;
	}
	.entry-meta .meta-sep{
		border-left: 1px solid #ddd;
		padding-left: 10px;
		margin-left: 10px;
	}

.single-tagged{
	font-family: "Roboto Condensed",sans-serif;
	margin: 1em 0;
	clear:both;
}
.c-w1 .single-tagged ul{
	margin: 0;
	display: inline;
	margin-left: 10px;
}
	.single-tagged .title{color: #9b9b9b;}
	.c-w1 .single-tagged ul li{
		list-style: none;
		padding: 0;
		display: inline-block;
		color: #9b9b9b;

	}
		.c-w1 .single-tagged ul li:before{
			content:" , ";
			margin: 0 4px 0 2px;

			display: inline-block;
		}
			.c-w1 .single-tagged ul li:first-child:before{display: none;}

		.single-tagged a,
		.single-tagged a:visited{
			color: #9b9b9b;
		}
			.single-tagged a:hover{color: #d31145;}

/*AUTHOR*/
.author.vcard{display: none; speak:none;}


/* ARCHIVE
--------------------------*/

/*CONTENT CHANGES*/
body.category .m-w2{
	width: 100%;
	padding: 0;
}
body.category #content{
	width: 100%;
	float: none;
	margin:  0;
}

/* STORIES
--------------------------*/
.stories{clear: both; margin-top: 3em;}

	body.category .stories-title{display: none;}

.stories-title{
	font-family: 'TradeGothicLTPro-BdCn20', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	color: #666666;
	line-height: 1;
	padding-bottom: 18px;
}

/*TABS*/
.tk-tabs{
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	padding: 25px 30px;
	line-height: 1.1;
	position: relative;
}
	.tk-tabs .heading{
		font-size: 14px;
		font-style: italic;
		display: inline-block;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
		color: #666666;
	}

	.keys{display: inline;}
		.keys li{
			display: inline-block;
			margin-left: 35px;
		}
			.keys li:first-child{margin-left: 0;}
			.keys a,
			.keys a:focus{
				color: #999;
				font-size: 14px;
				text-transform: capitalize;
				padding: 2px;
				font-family: 'Roboto Condensed', sans-serif;
				font-weight: 400;
			}
				.keys a:visited{
					color: #999;
				}
					.no-touch .keys a:hover:after{
						background-position: 0 -12px;
					}

				.keys a:after{
					content:"";
					display: inline-block;
					height: 6px;
					width: 9px;
					background: url(../images/skin/bg/drop-triangle.png) no-repeat;
					position: relative;
					left: 6px;
					bottom: 2px;
				}


				/*.keys a.filter-is-on{
					color: #333;
				}
					.keys a.filter-is-on:after{
						background-position: 0 -6px;
					}*/

				.keys a.active,
				.keys a.filter-is-on{
					color: #d31145;
					border-bottom: 2px solid #c1042b;
				}
					.keys a.active:after,
					.keys a.filter-is-on:after{
						background-position: 0 -12px;
					}

	.reset{
		position: absolute;
		text-align: right;
		top: 17px;
		right: 30px;
		color: #666666;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 12px;
		cursor: pointer;
		height: 22px;
	}
		.no-touch .reset:hover{color:#c1042b; }
		.reset span{
			display: inline-block;
			height: 22px;
			width: 22px;
			position: relative;
			left: 0;
			bottom: -4px;
			margin-right: 9px;
			background: url(../images/skin/bg/reset.png) no-repeat;
			-webkit-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
		}
			.no-touch .reset:hover span{
				-ms-transform: rotate(-25deg); /* IE 9 */
			    -webkit-transform: rotate(-25deg); /* Chrome, Safari, Opera */
			    transform: rotate(-25deg);
			}

/*TABS DROPDOWN*/
.tk-sub{
	display: none;
	border-bottom:1px solid #cfcfcf;
	border-top: 0;
	padding: 20px 30px;
}
	/*#post-category{display: none;}*/

	#post-category{
		padding:0;
		border-bottom: 0;
	}
		#post-category>ul{
			padding: 20px 30px;
			border-bottom:1px solid #cfcfcf;
			border-top: 0;
		}

	.tk-sub.show{
		display: block;
		-webkit-animation: fadeIn 0.6s;
		animation: fadeIn 0.6s;
	}
	#posts-categories-wrapper{
		background: #fff;
		margin-bottom: 30px;
	}

	.tk-sub>ul>li{
		display: inline-block;
		margin:2px;
	}
		.tk-sub li.hidden{
			display: none;
			visibility: hidden;
			speak:none;
		}
		.tk-sub a{
			padding: 2px;
			text-align: center;
			text-transform: capitalize;
			font-size: 14px;
			cursor: pointer;
			display: block;
			color: #999;
			margin-right: 10px;
			font-family: 'Roboto Condensed', sans-serif;
			font-weight: 400;
		}
			.tk-sub a:visited{color: #999; }
			.no-touch .tk-sub a:hover{
				color: #003698;
			}
			.tk-sub li.active>a {
				color: #c1042b;
			}

			.tk-sub a.hidden{
				visibility: hidden;
				display: none;
				speak:none;
			}
	/*Post Category*/

	.tk-sub .haschildren>ul{
		display: none;
		border:1px solid #cfcfcf;
		padding: 5px 6px;
		position: relative;
		top: -1px;
		z-index: 5;
	}
		.tk-sub .haschildren.active>ul{display: block;}
		.tk-sub .haschildren>ul>li{
			display: inline-block;
			margin:2px;
		}


	/*Postcards level*/
	.c-w1 .tk-sub ul,
	.c-w1 .keys{margin: 0;}
	.c-w1 .tk-sub ul li{list-style: none;}

	#post-category>.post-category-thirdlevel{display: none;}
		#post-category>.post-category-thirdlevel.on{display: block;}
	.tk-sub .post-category-thirdlevel>div{
		display: none;
		width: 100%;
		border-bottom:1px solid #cfcfcf;
		border-top: 0;
		padding: 20px 30px;
	}
		.tk-sub .post-category-thirdlevel>div.on{display: block;}

		.tk-sub .post-category-thirdlevel>div li{
			display: inline-block;
			margin: 2px;
		}


	.tk-sub .haschildren.active>a{
		color: #c1042b;
		border-bottom: 2px solid #c1042b;
	}

/*STORY ARTICLES*/
#loaded-posts {overflow: hidden;}
.post-article{
	width: 220px;
	height: 300px;
	position: relative;
	float: left;
	overflow: hidden;
	border:1px solid #e2e2e2;
	margin: 0 0 20px 20px;
	-webkit-animation: fadeIn 0.4s;
	animation: fadeIn 0.4s;
}
	#loaded-posts>div:first-child,
	.post-article.break{
		margin-left: 0;
		clear: left;
	}

	.post-article.featured{
		width: 460px;
		height: 620px;
	}

/*CARD STYLES*/
.tkcard{
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	background: #a1a9ad;
}
	.tkcard-thumbnail{
		display: block;
		/*position: absolute;
		right: 0;
		top: 0;*/
		min-height: 200px;
		max-height: 200px;
		z-index: 10;
	}

		.no-touch .tkcard:hover .tkcard-thumbnail{
			min-height: 190px;
			max-height: 190px;
		}

		.post-article.featured .tkcard-thumbnail{
			/*min-height: 640px;
			max-height: 640px;*/
			/*height: 382px;
			width: 468px;*/
			width: 103%;
			max-height: none;
		}
			.no-touch .post-article.featured .tkcard:hover .tkcard-thumbnail{
				width: 100%;
				max-height: none;
			}

	/*Card Info*/
	.tkcard-info{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 15px 20px;
		color: #fff;
		background: #fff;
		z-index: 20;
		height: 120px;
		overflow: hidden;
	}
		.post-article.featured .tkcard-info{
			height: 244px;
			padding: 30px 20px;
		}
		.no-touch .tkcard:hover .tkcard-info{bottom:0;}
		.tkcard-info .post-article-title{
			color: #003698;
			font-size: 18px;
			font-family: 'Roboto Condensed', sans-serif;
			font-weight: 700;
			margin-bottom: 0;
			height: 60px;
			overflow: hidden;
			line-height: 21px;
		}
			.post-article.featured .tkcard-info .post-article-title{
				height: 145px;
				font-size: 34px;
				line-height: 1.1;
			}
			.tkcard-info .post-article-title:before{
				content:"";
				float: left;
				width: 5px;
				height: 70px;
			}
				.post-article.featured .tkcard-info .post-article-title:before{height: 142px;}

			.tkcard-info .post-article-title > *:first-child {
				float: right;
				width: 100%;
				margin-left: -5px;
			}

			.tkcard-info .post-article-title:after{
				content: "\02026";
				box-sizing: content-box;
				-webkit-box-sizing: content-box;
				-moz-box-sizing: content-box;
				float: right; position: relative;
				top: -31px;
				left: 100%;
				width: 3em;
				margin-left: -3em;
				padding-right: 5px;
				text-align: right;
				background: -webkit-gradient(linear, left top, right top,
					from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
				background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
				background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
				background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
				background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
			}

		.tkcard-info .article-date{
			font-size: 12px;
			color: #333;
			font-family: 'Roboto Condensed', sans-serif;
			font-weight: 700;
			margin-top: 10px;
			display: block;
		}
			.post-article.featured .tkcard-info .article-date{
				position: absolute;
				left: 15px;
				bottom: 15px;
			}
		.tkcard-info .article-desc{
			color: #666666;
			line-height: 1.5;
			font-size: 12px;
			max-height: 0;
			overflow: hidden;
			-webkit-transition: all 0.6s ease-out;
			transition: all 0.6s ease-out;
		}

	.tkcard-tags{
		position: absolute;
		right: 0;
		bottom: 0;
		background: #fff;
		color: #333;
		z-index: 15;
		line-height: 1;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
		font-size: 10px;
		text-transform: uppercase;
		color: #e98734;
		z-index: 40;
	}
		.tkcard-tags>div{
			padding: 0 20px 20px 0;
			display: none;
		}
			.tkcard-tags>div:first-child{display: block;}
			.tagging-newsrelease{color: #e98734;}
			.tagging-presentation{color: #8657a5;}
			.tagging-blog{color: #62bb46;}
			.tagging-video{color: #6d27d7; }


/*LOAD MORE*/
#load-more{
	clear: both;
	text-align: center;
	padding-top: 20px;
}
/*	#load-more>a{
		background: #fff;
		border:1px solid #dcdcdc;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 14px;
		color: #a1a9ad;
		display: inline-block;
		line-height: 1;
		padding: 12px 30px;
	}
		.no-touch #load-more>a:hover{
			color:#d31145;
		}*/


/* MODULAR TEMPLATE
--------------------------*/
.page-template-modular-php #header{ height: auto; background: none;}
.page-template-modular-php .breadcrumb{display: none;}
.page-template-modular-php #main{padding-top: 0; margin-top: -78px; margin-top: 0;}
.page-template-modular-php .m-w2{ width: auto; max-width: none; padding: 0;}
.page-template-modular-php #content{width: 100%; float:none;}

/*MODULAR SECTION*/
#modular{
	width: 100%;
	position: relative;
}
	.regular-content{
		position: relative;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.regular-content.slick-slide{overflow: hidden;}
.ms-content{
/*	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding-top: 100px;*/
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 50;
	height: 100%;
}
	.video-content .ms-content{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding-top: 100px;
	}
	.ms-content>.section-inner{height: 100%;}

	.ms-content h1,
	.ms-content h2,
	.ms-content h3,
	.ms-content h4,
	.ms-content h5{
		font-family: 'TradeGothicLTPro-BdCn20', sans-serif;
		font-weight: normal;
		font-style: normal;
		line-height: 1.1;
	}


.ms-bg{
	/*width: auto;
	display: block;*/
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
	@media screen and (min-width: 1920px){
		.ms-bg{
			min-width: 100%;
			left: auto;
			margin-left: 0;
		}
		/*.ms-bg{
			min-width: 100%;
			height: auto!important;
			display: block;
		}*/
	}


/*Modular Table*/
.ms-table{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	display: table;
}
	.ms-cell{
		vertical-align: top;
		display: table-cell;
	}

		.ms-row{text-align: center;}

/*Grid Table*/
.grid-table{
	display: table;
	width: 100%;
	table-layout: fixed;
	text-align: left;
}
	.grid-cell{
		display: table-cell;
		vertical-align: top;
		font-size: 16px;
	}
		.grid-cell iframe{
			margin: auto;
			display: block;
			max-width: 100%;
		}
		.grid-cell img{max-width: 100%;}
		.col-2 .grid-cell{
			padding-right: 1.3em;
		}
			.col-2 .grid-cell.even{padding: 0 0 0 1.3em;}

		.col-3 .grid-cell{
			padding-left: 1.975em;
		}
			.col-3 .grid-cell.even{padding: 0 0.625em;}
			.col-3 .grid-cell:first-child{padding: 0 0 0 1.975em;}

		.col-4 .grid-cell{
			padding-right: 0.625em;
		}
			.col-4 .grid-cell.even{padding: 0 0 0 0.625em;}

/*Spacer*/
.ms-spacer>div{display: none;}
	.ms-spacer>.ms-spacer-mobile{display: block;}
	@media screen and (min-width:760px){
		.ms-spacer>.ms-spacer-mobile{display: none;}
		.ms-spacer>.ms-spacer-tablet{display: block;}
	}
	@media screen and (min-width:960px){
		.ms-spacer>.ms-spacer-tablet{display: none;}
		.ms-spacer>.ms-spacer-desktop{display: block;}
	}

/*Title*/
.ms-title{
	font-size: 60px;
	text-transform: uppercase;
}
.ms-title>span{
	display: block;
	font-size: 125%;
}

/*Subtitle*/
.ms-subtitle{
	font-size: 32px;
}

/*Button*/
/*.ms-button{
	display: inline-block;
	padding: 13px 30px;
	line-height: 1.2;
	border: 1px solid #fff;
	border-radius: 2px;
	background-clip: padding-box;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}
	.ms-button:visited{color: #fff;}
	.ms-button.invert{
		color: #003698;
		border-color: #003698;
	}
	.no-touch .ms-button:hover {
	    background: none repeat scroll 0 0 #fff;
	    border-radius: 8px;
	    color: #666;
	    opacity: 1 !important;
	}
		.no-touch .ms-button.invert:hover {
		    background: #003698;
		    color: #fff;
		}*/
/*SLider*/
.ms-single{
	padding: 100px 0;
}
.ms-single.slideshare{
	max-width: 960px;
	padding: 0;
}
.ms-single-content{
	text-align: center;
	padding: 40px 0;
}
	.ms-single-content .ms-title{margin-bottom: 40px;}
	.ms-single.slideshare .ms-single-content:first-child{padding-top: 0;}

.ms-slide-table{
	display: table;
	width: 100%;
}
	.ms-slide-table>div{
		display: table-cell;
		vertical-align: top;
	}
		.ms-slide-emebed{
			float: left;
			width: 60%;
			/*height: 550px;*/
		}
			.ms-slide-emebed>div{display: none;}
			.ms-slide-emebed iframe{
				width: 100%!important;
				/*height: 100%!important;*/
			}

		.ms-slide-sidebar{
			padding: 0 4%;
			width: 40%;
			float: right;
			text-align: center;
		}

		.superstock .stock_table{
			margin: 0!important;
			height: auto!important;
			width: auto!important;
		}

		.superstock .stock_widget_row{
			display: none;
			speak:none;
			visibility: hidden;
			height: auto!important;
			background:none!important;
			width: auto!important;
		}
			.widget_horizontal_dash{
				display: none!important;
			}
			.superstock .stock_widget_stockid-tk .stock_widget_row:nth-child(1),
			.teekay-corporation .superstock .stock_widget_row:nth-child(1),
			.page-template-modular-php.services .slideshare-content .stock_widget_row:nth-child(1),
			.superstock .stock_widget_stockid-tgp .stock_widget_row:nth-child(2),
			.teekay-lng-partners-l-p .superstock .stock_widget_row:nth-child(2),
			.page-template-modular-php.gas .slideshare-content .stock_widget_row:nth-child(2),
			.superstock .stock_widget_stockid-too .stock_widget_row:nth-child(3),
			.teekay-offshore-partners-l-p .superstock .stock_widget_row:nth-child(3),
			.page-template-modular-php.offshore .slideshare-content .stock_widget_row:nth-child(3),
			.superstock .stock_widget_stockid-tnk .stock_widget_row:nth-child(4),
			.teekay-tankers-ltd .superstock .stock_widget_row:nth-child(4),
			.page-template-modular-php.tankers .slideshare-content .stock_widget_row:nth-child(4){
				display: block;
				visibility: visible;
				speak:auto;
				text-align: center;
			}
				.superstock .stock_widget_row>.stock_widget_element{
					float:none;
					margin-bottom: 8px;
					width: auto!important;
				}

				.superstock .stock_widget_row>.stock_widget_element,
				.superstock .stock_widget_row>.stock_widget_element>code{
					font-size: 30px!important;
					text-transform: uppercase!important;
					line-height: 1!important;
					font-family: 'Roboto Condensed', sans-serif!important;
					font-weight: 700!important;
				}

				.superstock .stock_widget_row>.stock_widget_element:first-child,
				.superstock .stock_widget_row>.stock_widget_element:first-child>code,
				.superstock .stock_widget_row>.stock_widget_element:first-child:before{
					color: #666666!important;
				}
					.superstock .stock_widget_row>.stock_widget_element:first-child:before{
						content:"NYSE: ";
					}

				.superstock .stock_widget_row>.stock_widget_element:nth-child(2),
				.superstock .stock_widget_row>.stock_widget_element:nth-child(2)>code{
					font-size: 72px!important;
					color: #333!important;
					padding-bottom: 10px!important;
				}
					.superstock .stock_widget_row>.stock_widget_element:nth-child(2):before{content:"$";}

				.superstock .stock_widget_row>.stock_widget_element:nth-child(3),
				.superstock .stock_widget_row>.stock_widget_element:nth-child(4){
					display: inline-block;
				}
					.superstock .stock_widget_row>.stock_widget_element:nth-child(3){margin-right: 5px;}

					.superstock .stock_widget_row>.stock_widget_element:nth-child(3),
					.superstock .stock_widget_row>.stock_widget_element:nth-child(4),
					.superstock .stock_widget_row>.stock_widget_element:nth-child(3)>code,
					.superstock .stock_widget_row>.stock_widget_element:nth-child(4)>code{
						font-size: 22px;
						color: #40b4e5!important;
					}
						.superstock .stock_widget_row>.stock_widget_element:nth-child(4)>code:before{content:" (";}
						.superstock .stock_widget_row>.stock_widget_element:nth-child(4)>code:after{content:") ";}


/*Download*/
.sidebar-download{
    margin-top:50px;
}
    .sectionheading{
        font-size: 18px;
        color: #003698;
        font-family: 'TradeGothicLTPro-BdCn20', sans-serif;
        font-weight: normal;
        font-style: normal;
        text-transform: uppercase;
        margin-bottom: 25px;
        line-height: 1;
    }
.c-w1 .sidebar-download ul{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: visible;
}
.c-w1 .sidebar-download ul li{
    padding: 0;
    margin-top: 20px;
    position: relative;
    min-height: 40px;
    list-style: none;
}
    .sidebar-download a{
    	text-decoration: none;
    	display: block;
    	line-height: 1;
    	position: relative;
    }
    .sidebar-download li:first-child{margin-top: 0;}
    .download-title{
        display: block;
        color: #333;
        font-size: 16px;
        font-weight: 700;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: capitalize;
    }
    	.sidebar-download a:hover .download-title{color: #d31145;}
    .download-type{
        font-size: 12px;
        color: #666666;
        display: block;
        font-family: Helvetica, Arial, sans-serif;
    }
    .type-Presentation .download-type {
        display: none;
    }

    .download-size{
        position: absolute;
        top: 0;
        right: 0;
        height: 38px;
        padding-top: 25px;
        font-size: 10px;
        color: #666666;
        white-space: nowrap;
        font-family: Helvetica, Arial, sans-serif;
    }
        .presentationdownload{
            background: url(../images/skin/bg/download-type1.png) no-repeat center top;
        }

/*Video Content*/
.video-content{
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 640px;
}
	.video-content .ms-content{
		z-index: 60;
		padding-top: 0;
	}
		.video-content .ms-cell{
			text-align: center;
		}
			.video-content .ms-title{
				color: #fff;
			}
				.video-trigger{
					display: inline-block;
					width: 65px;
					padding-top: 47px;
					height: 0;
					overflow: hidden;
					background: url(../images/skin/bg/play.png) no-repeat 0 -47px;
					margin-top: 0.625em;
				}
					.no-touch .video-trigger:hover{background-position: 0 -1px;}

	.page-template-modular-php .video-content iframe{
		height: 100%!important;
		width: 100%!important;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 50;
	}
		.video-content.active iframe{z-index: 70;}
	/*.page-template-modular-php .video-content img{
		display: block;
		width: 100%;
		height: auto;
		z-index: 40;
	}*/

/*Carousels*/
.carousel-content{
	position: relative;
}
	.carousel-content-wrap {margin-bottom: 0 !important;}
	.cc-button{
		display: block;
		position: absolute;
		white-space: nowrap;
		text-indent: 100%;
		overflow: hidden;
		top: 50%;
		margin-top: -22px;
		background: url(../images/skin/bg/homeslider-arrows.png) no-repeat #fff;
		height: 45px;
		width: 45px;
		z-index: 9999;
	}
		.cc-button.prev{left: 0; background-position: -4px 0;}
			.cc-button.prev:hover{ background-position: -4px -45px;}
		.cc-button.next{right: 0; background-position: -43px 0;}
			.cc-button.next:hover{ background-position:-43px -45px;}

	.carousel-content .ms-content>.section-inner{padding: 0 100px;}
	@media screen and (min-width: 980px){
		.carousel-content .ms-content>.section-inner{padding: 0 10px;}
	}


/* NEWS RELEASES
--------------------------*/

.c-w1 #news-releases ul{margin: 0;}
.c-w1 #news-releases ul li{list-style: none; padding: 0;}

#year-releases{
/*	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;*/
}
/*	#year-releases>a{
		display: inline-block;
		margin-right: 20px;
	}
	#yr-more{
		display: inline-block;
		position: relative;
	}
		#yr-more>.title{cursor: pointer;}
		#yr-more>ul{
			display: none;
			position: absolute;
			top: 100%;
			right:50%;
			padding: 10px 0;
			margin-right: -30px!important;
			background:#fff;
			width: 60px;
			box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.17);
			border-radius: 4px;
			background-clip:padding-box;
			border:1px solid #eee;
			text-align: center;
		}
			#yr-more:hover>ul{display: block;}

			.c-w1 #news-releases #yr-more>ul li{
				padding-top: 5px;
			}
				.c-w1 #news-releases #yr-more>ul li:first-child{padding-top: 0;}*/

#nr-list{
	margin: 0;
	display: table;
	width: 100%;
}
	#nr-list li{
		display:table-row;
		list-style: none;

		padding: 0;
	}
		#nr-list li>div{
			display: table-cell;
			vertical-align: middle;
			padding: 15px;
			line-height: 1.2;
			border-bottom: 1px solid #e7e7e7;
			font-size: 14px;
		}
			#nr-list li>div.nr-date{
				padding-right: 30px;
				white-space: nowrap;
				color: #999;
			}
				.no-touch #nr-list li:hover>div.nr-date{color: #003698;}
			#nr-list li>div.nr-link a{
				color: #333;
			}
				.no-touch #nr-list li>div.nr-link a:hover{
					color: #c1042b;
				}



/* HR MODULE
--------------------------*/
.PSOFOShop{
	width: 100%;
}


/* FINANCIAL
--------------------------*/
.financial-block{
	background: #f6f6f6;
	margin-bottom: 80px;
}
	.financial-block-inner{
		padding: 20px;
	}
	.financial-block .heading{
		padding-bottom: 15px;
		margin-bottom: 30px;
		border-bottom: 1px solid #ccc;
	}

	.financial-block .quarter-title{
		font-family: 'TradeGothicLTPro-BdCn20', sans-serif;
		font-weight: normal;
		font-size: 18px;
		color:#003698;
		text-transform: uppercase;
		display: inline-block;
		margin-right: 5px;
		line-height: 1;
		margin-bottom: 0;
	}
		.quarter-title-alt{
			font-family: 'TradeGothicLTPro-BdCn20', sans-serif;
			font-weight: normal;
			font-size: 14px;
			text-transform: uppercase;
			color: #333;
			margin-top: 50px;
		}
		.financial-block .heading span{
			font-size: 12px;
			position: relative;
			top:-2px;
		}

.f-embed{
	margin-bottom: 30px;
}
	.f-embed iframe{
		width: 100%!important;
	}

.quater-block{
	margin-top: 20px;
}
	.quater-block:first-child{margin-top: 0;}
	.quater-heading{
		text-transform: uppercase;
		font-family: 'TradeGothicLTPro-BdCn20', sans-serif;
		font-weight: normal;
		font-size: 14px;
		color: #333;
		line-height: 1.1;
		padding-bottom: 8px;
		border-bottom: 1px solid #ccc;
	}
	.quater-content{
		font-size: 12px;
		padding: 10px 0;
		color: #666666;
	}



.c-w1 .quater-downloads{
	margin: 8px 0 0 0;
}
	.c-w1 .quater-downloads li{
		padding: 0;
		margin: 0 35px 10px 0 ;
		list-style: none;
		display: inline-block;
	}

.dfile{
	display: inline-block;
	text-align: center;
	padding-top: 10px;
}
	.download-icon{
		display: inline-block;
		width: 22px;
		height: 32px;
		position: relative;
		background: url(../images/skin/bg/download-trigger.png) no-repeat center bottom;
	}
		.download-icon.webcast{width: 25px;}
		.download-icon:before{
			content:"";
			display: block;
			position: absolute;
			left: 0;
			bottom: 0;
			height: 27px;
			width: 100%;
			background: url(../images/skin/bg/downloads-icons-v2.png) no-repeat;
			-webkit-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
		}
			.dfile:hover .download-icon:before{bottom: 14px;}
			.download-icon.presentation,
			.download-icon.presentationi,
			.download-icon.webcast{
				width: 29px;
				width: 27px;
			}

		.download-icon.document:before{background-position: 0 0;}
		.download-icon.spreadsheet:before,
			.download-icon.xls:before{background-position: -22px 0;}
		.download-icon.pdf:before{background-position: -44px 0;}
		.download-icon.rtf:before{background-position: -66px 0;}
		.download-icon.presentation:before,
		.download-icon.presentationi:before{
			background-position: -110px 0;
			width: 29px;
		}
		.download-icon.webcast:before{background-position: -139px 0;}
		.download-icon.link{width: 25px;}
			.download-icon.link:before{background-position: -166px 0;}

		.download-icon.xbrl:before{background-position: -191px 0;}



	.quater-filesize{
		color: #666666;
		font-size: 10px;
		line-height: 1;
	}
	.quater-type-download{
		color: #333;
		text-transform: capitalize;
	}

/*financial nav*/
.financial-nav{
	border-bottom: 4px solid #ccc;
	padding: 0 20px;
	height: 54px;
}
	.financial-nav a{
		display: block;
	}
	.financial-nav>ul>li{
		display: inline-block;
		float: left;

	}
		.financial-nav>ul>li>a{
			-webkit-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
		}
		.financial-nav>ul>li>a,
		.financial-nav>ul>li>span{
			height: 50px;
			line-height: 50px;
			font-size: 16px;
			font-weight: 700;
			color: #333;
			padding: 0 20px;
			border-bottom: 4px solid transparent;
			position: relative;
			bottom: -4px;
			display: inline-block;
		}
			.financial-nav>ul>li>a:hover,
			.financial-nav>ul>li.active>a,
			#yr-more.on>span.title{
				border-bottom-color: #d31145;
				color: #d31145;
			}

			.financial-nav>ul>li>span:after{
				content:"";
				display: inline-block;
				width: 9px;
				height: 8px;
				background: url(../images/skin/bg/triangle-drop.png) no-repeat -9px 0;
				margin-left: 5px;
			}
	.financial-nav>ul>li>ul{
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 5000;
		padding-bottom: 10px;
	}

	/*Level2*/
	.fb-drop{
		position: relative;
	}
	.fb-drop:hover{
		background: #fff;
		box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	}
		.financial-nav>ul>li.fb-drop:hover>span,
		#financial-presentation-archive .fb-drop.on>span{
			color: #d31145;
		}
			.financial-nav>ul>li.fb-drop:hover>span:after,
			#yr-more.on>span.title:after,
			#financial-presentation-archive .fb-drop.on>span{
				background-position: 0 0;
			}

		.financial-nav>ul>li.fb-drop:hover>ul{
			display: block;
			background: #fff;
			box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);

		}
			.financial-nav>ul>li>ul>li>a{
				display: block;
				font-weight: 700;
				font-size: 14px;
				color: #666666;
				text-align: center;
				line-height: 1;
				padding: 9px 0 8px 0;
				-webkit-transition: all 0.3s ease-out;
				transition: all 0.3s ease-out;
			}
				.financial-nav>ul>li>ul>li.active>a,
				.financial-nav>ul>li>ul>li>a:hover{
					background: #003698;
					color: #fff;
				}



.c-w1 .financial-nav ul{
	margin: 0;
	overflow: visible;
}
	.c-w1 .financial-nav li{
		padding: 0;
		margin: 0;
		list-style: none;
	}

.c-w1 .quater-downloads-alt{
	margin: 0 0 50px 0;
}
	.c-w1 .quater-downloads-alt li{
		display: table;
		width: 100%;
		border-bottom: 1px solid #ccc;
		height: 50px;
		padding: 0;
		margin: 0;
	}
		.c-w1 .quater-downloads-alt li:first-child{
			border-top: 0;
			margin-top: 0;
		}
		.quater-block-alt-title{
			display: table-cell;
			vertical-align: bottom;
			width: 75%;
		}
			.quater-block-alt-title span{
				position: relative;
				top:-8px;
				display: block;
			}

		.quater-block-alt-download-box{
			vertical-align: bottom;
			display: table-cell;
			width: 15%;
		}
		.dfile.alt{

			width: 80px;

			text-align: right;
			padding-top: 0;
		}
			.dfile.alt .quater-filesize{
				display: inline-block;
				position: relative;
				top:-10px;
			}
			.dfile.alt .download-icon{display: inline-block;}

			.sec-downloads .dfile.alt{
				width: auto;
				margin: 0 2px;
			}

.quarter-table{
	width: 100%;
	margin-top: 50px;
}
	.quarter-table:first-child{margin-top: 0;}
	.quarter-table-heading{
		text-align: center;
	}
		.quarter-table-heading>th:first-child{text-align: left;}

	.quarter-table th{
		vertical-align: middle;
		padding-bottom:10px;
	}
	.quarter-table td{
		border-top: 1px solid #ccc;
		height: 66px;
		padding-top: 6px;
		width: 15%;
	}
		.quarter-table.withtext td{
			text-align: center;
			font-size: 12px;
			width: 15%;
		}
			.quarter-table td:first-child{width: 30%;}
			.quarter-table.withtext td:first-child{
				text-align: left;
				font-size: 14px;
				width: 30%
			}
		.quarter-table .quater-filesize{padding-left: 5px;}


.financial-nav-content{
	display: none;
}
	.financial-nav-content.active{
		display: block;
	}

.sec-table{
	width: 100%;
}
	.sec-table td{
		height: 50px;
		vertical-align: middle;;
		border-top: 1px solid #ccc;
		padding: 7px 0 4px 0;
	}
		.sec-table tr:first-child td{
			border-top: 0;
		}
	.sec-table .sec-heading{
		vertical-align: top;
		padding: 15px 10px 10px 0;
		width: 75%;
	}
	.sec-downloads{
		/*width: 100px;
		text-align: right;
*/		width: 15%;
		text-align: center;
	}
		.c-w1 .sec-downloads-files{
			margin: 0;
			padding: 0;
		}
			.c-w1 .sec-downloads-files li{
				margin: 0;
				list-style: none;
				display: inline-block;
				margin-left: 10px;
				padding:0;
			}

			.sec-date{
				margin-right: 10px;
			}

	.financial-nav-sec-content{
		display: none;
	}
		.financial-nav-sec-content.active{display: block;}

/* IR PAGE
--------------------------*/

/*.page-template-irpage-php  .m-w2{max-width: 940px;}*/
.page-template-irpage-php #content{
	float: none;
	width: auto;
}

.intro-heading{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
	.intro-heading-table{
		width: 100%;
		margin-top: 107px;
		height: 343px;
		display: table;
	}
		.intro-heading-cell{
			display: table-cell;
			vertical-align: middle;
			text-align: center;
		}
			.intro-heading-cell h1{
				color: #fff;
				font-size: 48px;
				text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.8);
			}
			.intro-heading-content{
				color: #fff;
				font-size: 16px;
				text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.8);
			}

			.btn.blue{
				margin-top: 15px;
				display: inline-block;
				text-transform: uppercase;
				color: #fff;
				background: #003698;
				line-height: 1.1;
				padding: 15px 30px 10px 30px;
				border-bottom: 5px solid #00205b;
			}

.irpage-content .button{
	margin-top: 25px;
}

.irpage-block{
	display: table;
	width: 100%;
	margin-top: 25px;
}
	.irpage-block:first-child{margin-top: 0;}
	.irpage-block>div{
		display: table-cell;
		vertical-align: top;
	}
		.irpage-side{
			width: 220px;
			padding-left: 60px;
		}
			.c-w1 .irpage-block  ul{margin: 0;}
			.c-w1 .irpage-block li{
				list-style:none;
				margin: 0;
				padding: 0;
			}

.irpage-heading-latest-news{
	border-bottom: 1px solid #ccc;
	line-height: 1.1;
	color: #003696;
	padding:0 20px 10px 20px;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 0;
}
	.irpage-heading-latest-news:before{
		content:"";
		display: inline-block;
		width: 14px;
		height: 14px;
		margin-right: 8px;
		background: url(../images/skin/bg/ir-icons.png);
	}
		.irpage-name-news:before{background-position: -28px 0;}
		.irpage-name-stock:before{background-position: -42px 0;}
	    .irpage-name-presentations:before{background-position: -14px 0;}
	    .irpage-name-extra:before{background-position: 0 0;}



.irpage-content{
	padding: 45px 40px 0 40px;
}
	.c-w1 .irpage-content li{
		margin-top: 25px;
	}
		.c-w1 .irpage-content li:first-child{margin-top: 0;}

.irpage-newslink-title{
	color: #333;
}
	.irpage-newslink:hover .irpage-newslink-title{color: #033596;}
.irpage-newslink-date{
	color: #666666;
	font-size: 12px;
	line-height: 1;
}

.irpage-stock-table{
	text-align: center;
}
	.irpage-stock-table>div{
		display: inline-block;
	}
		.stockside{
			width: 260px;
		}

		.stockgraph{
			background: #ccc;
		}


.irpage-presentations-table{
	display: table;
	width: 100%;
}
	.irpage-presentations-table>div{
		display: table-cell;
		vertical-align: top;
	}
		.irpage-presentations-side{
			width: 380px;
			padding-left: 60px;
		}


.c-w1 .irpage-content .irpage-presentations-side li{
	margin-top: 10px;
}

.irpage-presentations-side h3{
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'TradeGothicLTPro-BdCn20', sans-serif;
	font-weight: normal;
	margin-bottom: 0;
}
.c-w1 .irpage-block .irpage-presentations-side ul{
	margin-bottom: 20px;
}
.flat-dfile{
	display: table;
	width: 100%;
}
	.flat-dfile>div{
		display: table-cell;
		vertical-align: top;
	}

	.flat-dfile .name-type-download{
		padding-top: 7px;
		color: #333;
		line-height: 1.1;
		padding-right: 10px;
	}
	.flat-dfile .dfile.alt{width: 70px;}

		.flat-dfile .quater-filesize{
			width: 40px;
		}

.irpage-ctas-item{
	width: 280px;
	padding: 0 10px;
	width: 33.33%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
}
	.irpage-ctas-item:nth-child(4n){
		clear: left;
	}
	.irpage-ctas-item-title{
		text-transform: uppercase;
		color: #666666;
		font-family: 'TradeGothicLTPro-BdCn20', sans-serif;
		font-weight: normal;
		font-size: 20px;
	}

.irpage-ctas-item a{
	display: block;
	position: relative;
	padding-bottom: 20px;
}
	.irpage-ctas-item a:after{
		content:"click to view";
		margin-top: 15px;
		display: inline-block;
		line-height: 1;
		padding: 7px 10px 8px 10px;
		border:1px solid #656565;
		text-transform: uppercase;
		font-size: 10px;
		color: #666;
		opacity: 0;
	}
		.irpage-ctas-item a:hover:after{
			opacity: 1;
		}

/* HOMEPAGE
--------------------------*/
.page-template-homepage-php .stories>.section-inner{padding: 0; width: auto;}
.page-template-homepage-php .stories-title{display: none;}
.page-template-homepage-php .home-sections{margin-top: 70px;}

.page-template-homepage-php #content{
	width: 100%;
	padding-top: 30px;
	float: none;
}
.page-template-homepage-php #subnav{
	display: none;
	speak:none;
	visibility: hidden;
}
.widefig{
	height: 450px;
	overflow: hidden;
}
	.wideslide{
		height: 450px;
		padding-top: 108px;
	}
		.wideslider .slick-prev,
		.wideslider .slick-next{
			background: url(../images/skin/bg/homeslider-arrows.png) no-repeat #fff;
			height: 45px;
			width: 45px;
			top: 55%;
			margin-top: 0;
			z-index: 9999;
		}
			.wideslider .slick-prev:before,
			.wideslider .slick-next:before{
				display: none;
			}

		.wideslider .slick-prev{
			left: 0;
			background-position: -4px 0;
		}
			.wideslider .slick-prev:hover{
				background-position: -4px -45px;
			}
		.wideslider .slick-next{
			right: 0;
			background-position: -43px 0;
		}
			.wideslider .slick-next:hover{
				background-position: -43px -45px;
			}

.wideslide-home-wrap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 500;
	padding-top: 108px;
}
.slick-dots{bottom: 10px !important;}
.slick-dots li{height: 12px !important; width: 12px !important;}
.slick-dots button{
	height: 12px!important;
	width: 12px!important;
	background: #fff!important;
	border-radius: 50%;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.17);
}
	.slick-dots button:before{display: none;}
	.slick-dots .slick-active button{
		background: #003698!important;
	}
.wideslider .section-inner{
	height: 100%;
	z-index: 20;
}
	.ms-cell.va{
		vertical-align: middle;
	}
		.wideslider .primary .ms-cell{
			text-align: center;
		}
		.wideslider .primary h1{
			line-height: 1;
			font-size: 52px;
		}
		.primary-intro-content{
			color: #000;
		}

.wideslide{
	position: relative;
	overflow: hidden;
}
	.wideslide-bg{
		position: absolute;
		left: 50%;
		margin-left: -960px;
		top: 108px;
		display: block;
		min-height: 450px;
		min-width: 100%;
	}
		@media (min-width: 1920px){
			.wideslide-bg{
				position: static;
				left: auto;
				top: auto;
				margin-left: 0;
				min-width: 100%;
			}
		}

.wideslide-video-content{height: 100%;}

.wideslide-video-content iframe{
	height: 100%!important;
	width: 100%!important;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
	.wideslide-video-content.active iframe{z-index: 30;}

.wideslide-title,
.wideslide-subtitle{
	font-size: 52px;
	line-height: 1.1;
	color: #003698;
	font-family: "TradeGothicLTPro-BdCn20",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}
	.wideslide-title{font-size: 40px;}
	.wideslide-subtitle{font-size: 21px;}


/*grid*/
.home-sections{
	display: table;
	width: 100%;
	table-layout: fixed;
}
	.home-sections>div{
		display: table-cell;
		vertical-align: top;
		padding-right: 10px;
	}
		.home-sections>div+div{
			padding-right: 0;
			padding-left: 10px;
		}

.c-w1 ul.nolist-style li{
	list-style: none;
	padding: 0;
}

.c-w1 ul.nolist-style{
	margin: 0;
}


.border-bottom-nav{
	border-bottom: 1px solid #d7d7d7;
	padding: 0 30px;
}
	.border-bottom-nav .heading{
		font-size: 18px;
		text-transform: uppercase;
		line-height: 1.1;
		color: #003698;
		font-family: "TradeGothicLTPro-BdCn20",sans-serif;
		font-style: normal;
		font-weight: 400;
		padding: 8px 0;
		display: block;
	}

	.c-w1 .white-tabs.nolist-style{margin-bottom: -1px;}
	.c-w1 .white-tabs li{
		display: inline-block;
		margin-left: 15px;
	}
		.c-w1 .white-tabs li:first-child{margin-left: 0;}

		.white-tabs a{
			border:1px solid #ddd;
			padding: 8px 20px;
			line-height: 1.1;
			font-size: 18px;
			text-transform: uppercase;
			font-family: "TradeGothicLTPro-BdCn20",sans-serif;
			font-style: normal;
			display: block;
			color: #999;
		}
			.white-tabs a:visited{color: #999;}
			.white-tabs .active a{color: #003698; }

			.hometabs .white-tabs a:before,
			.latest-videos .heading:before{
				content:"";
				display: inline-block;
				width: 14px;
				background: url(../images/skin/bg/hometabs-icons.png);
				height: 12px;
				margin-right: 7px;
			}
				.hometabs .white-tabs .hometabs-news a:before{
					background-position: 0 -12px;
				}
					.hometabs .white-tabs .hometabs-news.active a:before{
						background-position: 0 0;
					}

				.hometabs .white-tabs .hometabs-twitter a:before{
					background-position: -14px -12px;
				}
					.hometabs .white-tabs .hometabs-twitter.active a:before{
						background-position: -14px 0;
					}

				.latest-videos .heading:before{
					background-position: -28px 0;
				}


.hometabs-content-wrapper{
	padding:30px;
}
.hometabs-content{
	display: none;
}
	.hometabs-content.active{
		display: block;
	}

	.hometabs-content-wrapper iframe{
		width: 100%!important;
		height: 300px!important;
	}

#home-latest li{
	position: relative;
	padding: 5px 0 0 130px;
	min-height: 80px;
	margin-top: 30px;
}
	#home-latest li:first-child{margin-top: 0;}
	.home-latest-title{
		color: #333;
		line-height: 1.3;
	}
	.home-latest-date{
		font-size: 12px;
		color: #999;
	}
	.home-latest-thumb{
		width: 110px;
		height: 80px;
		background: #ddd;
		position: absolute;
		left: 0;
		top: 0;
		overflow: hidden;
	}
		.home-latest-thumb img{max-width: 100%; display: block; height:auto !important; max-height:150px;}

/* Full Width Template
--------------------------*/
.page-template-fullwidth-php #content,
.page-template-connect-php #content{
	float: none;
	width: auto;
}

/* Large Social
--------------------------*/
.c-w1 .social-large{
	margin: 0 auto;
	text-align: center;
	margin-bottom: 2em;
}
.c-w1 .social-large li{
	padding: 0;
	list-style: none;
	display: inline-block;
	margin-left: 40px;
}
	.c-w1 .social-large li:first-child{margin-left: 0;}

	.social-large a{
		display: block;
		padding-top: 46px;
		width: 36px;
		height: 1px;
		overflow: hidden;
		background: url(../images/skin/bg/social-large.png);
	}

	.social-large a.social-facebook {background-position: 0 0;}
		.no-touch .social-large a.social-facebook:hover{background-position: 0 -5px;}
	.social-large a.social-twitter {background-position: -36px 0;}
		.no-touch .social-large a.social-twitter:hover {background-position: -36px -5px;}

	.social-large a.social-linkedin {background-position: -72px 0;}
		.no-touch .social-large a.social-linkedin:hover {background-position: -72px -5px;}

	.social-large a.social-youtube {background-position: -108px 0;}
		.no-touch .social-large a.social-youtube:hover {background-position: -108px -5px;}

	.social-large a.social-flickr {background-position: -144px 0;}
		.no-touch .social-large a.social-flickr:hover{background-position: -144px -5px;}
	.social-large a.social-instagram {background-position: -180px 0;}
		.no-touch .social-large a.social-instagram:hover{background-position: -180px -5px;}
/*
Slideshare*/
.slideshare-content{
	background-image: url(../images/skin/bg/slideshare-bg.jpg);
	background-size: cover;
	background-repeat: none;
	background-position: center top;
	background-repeat: no-repeat;
}

/* Forms
--------------------------*/
.wysija-input,
#wysija-subscriptions input[type="text"],
#wysija-subscriptions input[type="email"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.wysija-paragraph{
	margin-bottom: 2em;
}

.wysija-checkbox-paragraph{margin-bottom: 0.5em;}

.wysija-paragraph label,
.wysija-checkbox-label{
	font-weight: 700;
}

#wysija-subscriptions td{
	padding: 5px 0;
}
#content .wysija-submit,
#wysija-subscriptions input[type="submit"],
.wpcf7-form input[type="submit"] {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #003698;
	color: #003698;
	display: inline-block;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 12px 30px;
	text-transform: uppercase;
	margin-top: 20px;
}
	#content .wysija-submit:hover,
	#content .wpcf7-submit:hover {
		color: #d31145;
	}


#content .formError .formErrorContent{
	background: #d31145;
}

#content .updated {
  background: none repeat scroll 0 0 #e5ebf4;
  border-color: #99afd6;
  border-radius: 2px;
  color: #003698;
  font-family: "Istok Web",sans-serif;
  font-weight: 700;
  padding: 15px;
}

/* STOCK CHARTS
--------------------------*/
.qmmt_main { border:none; }
.qmmt_text_up { color: #00cc00; font: 11px 'Istok Web', sans-serif; float: right; }
.qmmt_text_down { color: #cc0000; font: 11px 'Istok Web', sans-serif; float: right; }
.qmmt_text { color: #333333; font: 11px 'Istok Web', sans-serif; float: right; }
#jsVarsMultiQuotes { font: 11px 'Istok Web', sans-serif; color: #333333; }
.symbol  { color: #035E97; font: bold 11px 'Istok Web', sans-serif; }

.qmmt_header_bar { display:none; }
.qmmt_tabactive { color: #333333; font: 11px 'Istok Web', sans-serif; border: 0 none; background: #e6f0f9; text-align: center; padding: 2px !important; font-weight: bold !important; }
.qmmt_tab { color: #333333; font: 11px 'Istok Web', sans-serif; border: 0 none; background: #f7f7f7; text-align: center; padding: 2px !important; }

/* Social
--------------------------*/
.ssba{clear: both;}
.ssba a{
	background: #a1a9ad!important;
	display: inline-block;
	width: 42px;
	height: 42px;
	border: 1px solid #ccc;
	margin-right: -1px;
}
	.ssba a:hover{background: #d31145!important;}

	.ssba a img{
		margin:0;
	}

/* COMMON STYLES
--------------------------*/

/*Transitions*/

#ctas>li,
#ctas>li>a span,
#footer a,
.post-edit-link,
.h-w1:before,
.breadcrumb,
#s,
.tkcard-thumbnail,
.tkcard-tags,
.ms-button{
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/*Edit link*/
.entry-utility{clear: both;}
.post-edit-link{
	display: inline-block;
	padding: 5px 25px;
	border:1px solid #ccc;
	background: #fff;
	color: #a1a9ad;
	text-transform: uppercase;
	border-radius: 4px;
	background-clip:padding-box;
	font-size: 14px;
	margin: 1em 0;
}
	.no-touch .post-edit-link:hover{color:#d31145; }


.desktop-h{
	display: none;
	visibility: hidden;
	speak:none;
}
/*Vertically Alignment*/
.middle{
	display: table;
	table-layout:fixed;
	height: 100%;
	width: 100%;
}
	.middle>div{
		display: table-cell;
		vertical-align: middle;
	}


/*Fade In Animation*/
@-webkit-keyframes fadeIn {
  0%{ opacity: 0.0; }
  	50%{ opacity: 0.5; }
  		100%{ opacity: 1.0; }
}
@keyframes fadeIn {
  0%{ opacity: 0.0; }
  	50%{ opacity: 0.5; }
  		100%{ opacity: 1.0; }
}


/* TABLET SCREENS
--------------------------*/
@media screen and (max-width: 959px){

	/*STORY ARTICLES*/
	.post-article{
		width: 24.25%;
		margin: 0 0 1% 1%;
	}
		.post-article.featured{
			width: 49.5%;
			height: 608px;
		}

	/*FOOTER*/
	.f-w2{background-position: 10px 30px;}
	.footer-social{right: 10px;}
	#bottomlinks{display: block;}
		#bottomlinks>ul>li:first-child{
			margin-left: 0;
			padding-left: 0;
		}



	/* MODULAR TEMPLATE
	--------------------------*/




}


/* HIDDING FOR BLENDER FORM SUBSCRIBE
--------------------------*/
.wysija-row-status,
.wysija-row-casl,
#wysija-subscriptions tr:nth-child(4),
#wysija-subscriptions tr:nth-child(6),
#ipq{
	visibility: hidden;
	display: none;
	speak:none;
}

/* Bad tables forcing images to be out of screen fix.
--------------------------*/
.badtable{
	table-layout: fixed;
	width: 100%!important;
}
.badtable td{
	padding: 0 0.625em;
	vertical-align: top;
}
.badtable td div{
	margin:0!important;
	width: 100%!important;
}
	.badtable td img{
		height: auto;
	}


