/* TR Wrapper --------------------------------------------------------------------- */

/* Generic Styles */
body {
	margin: 0;
	padding: 0;
	min-width: 320px;
	width: 100%;
	height: 100%;
	background: #b5b5b5 no-repeat;
	background: -webkit-linear-gradient(#b5b5b5, #ffffff) no-repeat;
	background: -moz-linear-g;
	background: -ms-linear-gradient(#b5b5b5, #ffffff) no-repeat;
	background: linear-gradient(#b5b5b5, #ffffff) no-repeat;
	color: #505050;
	font-size: 16px;
	font-family: Arial,sans-serif;
	line-height: 1.375;
	-webkit-font-smoothing: antialiased;
}

	/* jquery @media Helpers */
	body:after { content: 'screen-phone'; display: none; }
	@media (min-width: 768px) {
		body:after { content: 'screen-tablet'; }
	}
	@media (min-width: 992px) {
		body:after { content: 'screen-desktop'; }
	}
	@media (min-width: 1230px) {
		body:after { content: 'screen-lg-desktop'; }
	}

a,
a:hover,
a:focus { text-decoration: none; outline: none; }

/* Bootstrap Grid Tweaks */
.wrapper { margin: 0 auto; background-color: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,0.05) }
.container { padding-left: 10px; padding-right: 10px; position: relative; width: auto }
.row { margin-left: -10px; margin-right: -10px }
.row .col-xs-1, .row .col-xs-2, .row .col-xs-3, .row .col-xs-4, .row .col-xs-5, .row .col-xs-6, .row .col-xs-7, .row .col-xs-8, .row .col-xs-9, .row .col-xs-10, .row .col-xs-11, .row .col-xs-12, .row .col-sm-1, .row .col-sm-2, .row .col-sm-3, .row .col-sm-4, .row .col-sm-5, .row .col-sm-6, .row .col-sm-7, .row .col-sm-8, .row .col-sm-9, .row .col-sm-10, .row .col-sm-11, .row .col-sm-12, .row .col-md-1, .row .col-md-2, .row .col-md-3, .row .col-md-4, .row .col-md-5, .row .col-md-6, .row .col-md-7, .row .col-md-8, .row .col-md-9, .row .col-md-10, .row .col-md-11, .row .col-md-12, .row .col-lg-1, .row .col-lg-2, .row .col-lg-3, .row .col-lg-4, .row .col-lg-5, .row .col-lg-6, .row .col-lg-7, .row .col-lg-8, .row .col-lg-9, .row .col-lg-10, .row .col-lg-11, .row .col-lg-12 { padding-left: 10px; padding-right: 10px }
@media (min-width: 768px) {
	.wrapper { max-width: 768px }
	.container { width: 768px; padding-left: 22px; padding-right: 22px }
	.row { margin-left: -10px; margin-right: -10px }
	.row .col-xs-1, .row .col-xs-2, .row .col-xs-3, .row .col-xs-4, .row .col-xs-5, .row .col-xs-6, .row .col-xs-7, .row .col-xs-8, .row .col-xs-9, .row .col-xs-10, .row .col-xs-11, .row .col-xs-12, .row .col-sm-1, .row .col-sm-2, .row .col-sm-3, .row .col-sm-4, .row .col-sm-5, .row .col-sm-6, .row .col-sm-7, .row .col-sm-8, .row .col-sm-9, .row .col-sm-10, .row .col-sm-11, .row .col-sm-12, .row .col-md-1, .row .col-md-2, .row .col-md-3, .row .col-md-4, .row .col-md-5, .row .col-md-6, .row .col-md-7, .row .col-md-8, .row .col-md-9, .row .col-md-10, .row .col-md-11, .row .col-md-12, .row .col-lg-1, .row .col-lg-2, .row .col-lg-3, .row .col-lg-4, .row .col-lg-5, .row .col-lg-6, .row .col-lg-7, .row .col-lg-8, .row .col-lg-9, .row .col-lg-10, .row .col-lg-11, .row .col-lg-12 { padding-left: 10px; padding-right: 10px }
}
@media (min-width: 992px) {
	.wrapper { max-width: 992px }
	.container { width: 992px; padding-left: 26px; padding-right: 26px }
}
@media (min-width: 1024px) {
	.wrapper { max-width: 1024px }
	.container { width: 1024px; padding-left: 28px; padding-right: 28px }
}
@media (min-width: 1230px) {
	.wrapper { max-width: 1230px }
	.container { width: 1230px; padding-left: 30px; padding-right: 30px }
	.row { margin-left: -15px; margin-right: -15px }
	.row .col-xs-1, .row .col-xs-2, .row .col-xs-3, .row .col-xs-4, .row .col-xs-5, .row .col-xs-6, .row .col-xs-7, .row .col-xs-8, .row .col-xs-9, .row .col-xs-10, .row .col-xs-11, .row .col-xs-12, .row .col-sm-1, .row .col-sm-2, .row .col-sm-3, .row .col-sm-4, .row .col-sm-5, .row .col-sm-6, .row .col-sm-7, .row .col-sm-8, .row .col-sm-9, .row .col-sm-10, .row .col-sm-11, .row .col-sm-12, .row .col-md-1, .row .col-md-2, .row .col-md-3, .row .col-md-4, .row .col-md-5, .row .col-md-6, .row .col-md-7, .row .col-md-8, .row .col-md-9, .row .col-md-10, .row .col-md-11, .row .col-md-12, .row .col-lg-1, .row .col-lg-2, .row .col-lg-3, .row .col-lg-4, .row .col-lg-5, .row .col-lg-6, .row .col-lg-7, .row .col-lg-8, .row .col-lg-9, .row .col-lg-10, .row .col-lg-11, .row .col-lg-12 { padding-left: 15px; padding-right: 15px }
}

/* Global Sprites */
.tr-sprite,
.tr-icon,
.tr-icon-social,
.global-footer-logo,
.global-footer-search .search-submit {
	background-image: url("../images/tr-sprite.svg");
	background-image: url("../images/tr-sprite.png");
	background-repeat: no-repeat;
	background-size: 400px 35px;
}

/* Global Header */
.global-header { display: none; }

@media (min-width: 768px) {
	.global-header {
		display: block;
		background-color: #333;
		color: #b9b9b9;
		font-size: 11px;
		line-height: 32px;
	}

		.chev:after {
			content: '';
			display: inline-block;
			vertical-align: middle;
			margin-left: 6px;
			margin-bottom: 2px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 4px 3px 0 3px;
			border-color: #666 transparent transparent transparent;
		}

			.chev:hover:after,
			.chev:focus:after {
				border-top-color: #505050;
			}

			.nav > li a.toggled.chev:after {
				border-width: 0 3px 4px 3px;
				border-color: transparent transparent #fff transparent;
			}

	.global-header .nav {
		display: block;
		text-align: right;
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.global-header .nav > li {
			float: none;
			display: inline-block;
			margin: 0 15px;
			text-align: left;
		}
		
		/* New style added by PRT */
		.global-header .nav > li.border-right {	
			margin-right:0px;
		}
		.global-header .nav > li.border-right :after {	
			margin-left:15px;
			content: "|";	
		}

			.global-header .nav > li:first-child {
				float: left;
				margin-left: 0;
			}

			.global-header .nav > li:last-child {
				margin-right: 0;
			}

				.global-header .nav > li a {
					color: #b9b9b9;
					display: inline-block;
					text-transform: uppercase;
					text-decoration: none;
					padding: 0;
				}

					.global-header .nav > li a:hover,
					.global-header .nav > li a:focus,
					.global-header .nav > li a.toggled {
						color: #fff;
						background-color: #333;
					}

					.global-header .nav > li a > span {
						font-weight: 600;
					}

	.tr-icon {
		height: 15px;
		width: 15px;
		vertical-align: middle;
		margin-bottom: 3px;
		background-repeat: no-repeat;
		margin-left: 2px;
		margin-right: 2px;
		display: inline-block;
	}

		.tr-icon.globe {
			background-position: -240px 0;
		}

		.tr-icon.newtab {
			background-position: -260px 0;
		}

			a:hover .tr-icon.globe {
				background-position: -240px -20px;
			}

			a:hover .tr-icon.newtab {
				background-position: -260px -20px;
			}

.global-header-menu {
	display: none;
	background-color: #333;
	font-size: 14px;
}

	.global-header-menu a {
		color: #fff;
	}

		.global-header-menu a:hover,
		.global-header-menu a:focus {
			color: #ff8000;
		}

	.global-header-menu h3 {
		margin-top: 43px;
		font-size: 14px;
		font-weight: 700;
		line-height: 30px;
		border-bottom: 2px solid #555;
		color: #fff;
		margin-bottom: 0;
	}

	.large {
		font-family: "knowledge-n4", Knowledge, sans-serif;
		font-weight: 400;
		font-size: 20px;
	}

		.large li {
			margin-bottom: 6px;
		}

	.global-header-menu ul {
		margin: 0;
		padding: 0;
		margin-top: 20px;
		margin-bottom: 40px;
		list-style: none;
	}

		.global-header-menu ul > li { }

			.global-header-menu ul > li:first-child {
				margin-top: -9px;
			}

			.global-header-menu ul > li:last-child {
				margin-bottom: 0;
			}

			.global-header-menu ul > li.active { }

				.global-header-menu ul > li.active a {
					color: #ff8000;
				}

	.global-header-menu-discover-social-links { }

		.global-header-menu-discover-social-links > li {
			margin-bottom: 2px;
		 }

			.global-header-menu-discover-social-links > li:first-child {
				margin-top: -9px;
			}

		.global-header-menu-discover-social-links a {
			line-height: 24px;
			display: inline-block;
		}

			.global-header-menu-discover-social-links a span,
			.global-header-menu-discover-social-links .tr-social-icon {
				vertical-align: top;
			}

		.global-header-menu-discover-social-links .tr-icon-social {
			margin-right: 8px;
			vertical-align: top;
		}

		.tr-icon-social {
			width: 24px;
			height: 24px;
			display: inline-block;
		}

			.tr-icon-social.facebook {
				background-color: #3b5999;
				background-position: -285px 0;
			}

			.tr-icon-social.twitter {
				background-color: #67add1;
				background-position: -315px 0;
			}

			.tr-icon-social.linkedin {
				background-color: #1385c3;
				background-position: -345px 0;
			}

			.tr-icon-social.googleplus {
				background-color: #ce3a19;
				background-position: -375px 0;
			}
}

/* Global Footer */
.global-footer {
	background-color: #333;
	color: #808080;
	padding: 16px 0;
}

	.global-footer-logo-wrapper {
		float: left;
	}

	.global-footer-logo {
		display: block;
		text-indent: -100%;
		overflow: hidden;
		background-position: 0 0;
		width: 207px;
		height: 28px;
	}

		.global-footer-logo:focus { opacity: .5; }

	.global-footer-nav-toggle {
		display: block;
		float: right;
		height: 36px;
		width: 36px;
		position: relative;
		margin-top: -4px;
		margin-bottom: -4px;
		margin-right: -10px;
		transition: all .15s ease-in-out;
	}

		.global-footer-nav-toggle:before,
		.global-footer-nav-toggle:after {
			content: '';
			display: block;
			background-color: #666666;
			position: absolute;
		}

		.global-footer-nav-toggle:before {
			height: 3px;
			width: 17px;
			top: 16px;
			left: 3px;
		}

		.global-footer-nav-toggle:after {
			height: 17px;
			width: 3px;
			top: 9px;
			left: 10px;
		}

		.global-footer-nav-toggle.toggled:before {
			background-color: #fff;
		}

		.global-footer-nav-toggle.toggled:after {
			display: none;
		}

	.global-footer-nav {
		display: none;
		clear: both;
		padding-top: 18px;
	}

		.global-footer-nav .nav {
			display: block;
			margin: 0;
			margin-bottom: 19px;
			padding: 0;
			list-style: none;
			font-size: 14px;
			line-height: 32px;
			float:left;
		}

			.global-footer-nav .nav > li {
				float: none;
				display: block;
			}

				.global-footer-nav .nav > li > a {
					display: block;
					color: #808080;
					padding:0;
				}

		.global-footer-search { }

			.global-footer-search .search-wrapper {
				position: relative;
				border: 1px solid #444;
				background-color: #333;
			}

				.global-footer-search .search-input {
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					margin: 0;
					padding: 16px 30px 16px 8px;
					max-height: 48px;
					width: 100%;
					outline: none;
					border: 0;
					border-radius: 0;
					background-color: transparent;
					color: #fff;
					font-size: 14px;
					line-height: normal;
					-webkit-appearance: none;
					-moz-appearance: none;
					-ms-appearance: none;
					-o-appearance: none;
					appearance: none;
					-webkit-font-smoothing: antialiased;
				}

					.global-footer-search .search-input::-webkit-input-placeholder {
						color: #fff;
						line-height: normal;
					}

					.global-footer-search .search-input:focus {
						background-color: #fff;
						color: #333;
					}

						.global-footer-search .search-input:focus + .search-submit {
							background-position: -220px -20px;
						}

				.global-footer-search .search-submit {
					position: absolute;
					top: 50%;
					right: 13px;
					overflow: hidden;
					margin: 0;
					margin-top: -7px;
					width: 14px;
					height: 14px;
					outline: none;
					border: 0;
					background-color: transparent;
					background-position: -220px 0;
					text-indent: 100%;
					white-space: nowrap;
					font-size: 0;
					-webkit-appearance: none;
					-moz-appearance: none;
					-ms-appearance: none;
					-o-appearance: none;
					appearance: none;
				}

@media (min-width: 768px) {
	.global-footer {
		padding: 20px 0;
	}

		.global-footer-nav-toggle {
			display: none;
		}

		.global-footer-nav {
			display: block;
			position: relative;
		}

			.global-footer-nav .nav {
				clear: both;
				font-size: 12px;
				line-height: 20px;
				margin-top: 14px;
				margin-bottom: 0;
			}

				.global-footer-nav .nav > li {
					float: left;
					margin-right: 30px;
				}

					.global-footer-nav .nav > li:last-child {
						margin-right: 0;
					}

					.global-footer-nav .nav > li > a {
						display: inline-block;
						
					}

						.global-footer-nav .nav > li > a:hover,
						.global-footer-nav .nav > li > a:focus {
							color: #fff;
							background:#333;
						}

			.global-footer-search {
				position: absolute;
				right: 0;
				bottom: 100%;
				margin-bottom: -4px;
			}

				.global-footer-search .search-input {
					width: 158px;
					max-height: 30px;
					padding: 8px 30px 8px 8px;
					font-size: 12px;
				}

				.global-footer-search  .search-submit { right: 7px; }
}

@media (min-width: 992px) {
	.global-footer-nav .nav > li { margin-right: 70px; }
}

@media (min-width: 1230px) {
	.global-footer {
		padding: 16px 0;
	}

		.global-footer-logo {
			margin-right: 75px;
			margin-right: ~"65px\9";
		}

		.global-footer-nav {
			clear: none !important;
			padding-top: 0;
		}

			.global-footer-nav .nav {
				clear: none;
				width: auto;
				font-size: 12px;
				line-height: 28px;
				margin-top: 0;
			}

				.global-footer-nav .nav > li {
					margin-right: 26px;
				}

			.global-footer-search {
				float: right;
				position: relative;
				right: auto;
				bottom: auto;
				margin-bottom: -2px;
				margin-top: -2px;
			}

				.global-footer-search .search-input { width: 170px; }
}

@media (max-width: 767px) {
	.global-footer-nav .nav {float:none;}
	}