/*** Header ***/

#tnt {
	min-width: 0 !important; 
	background: white;
	-webkit-font-smoothing: antialiased !important;
	font-family: 'Catamaran', Helvetica, Arial, Sans-serif;
	font-size: 13px;
	color: #2f3b6b;
}

#tnt .btn_navy, 
#tnt .blue, 
#tnt .orange, 
#tnt .yellow, 
#tnt .btn_yellow
{ /* Button rounder navy color */
	color: #fff !important;
	font-size: 18px;
	font-weight: 700;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 6px 24px;
	line-height: normal;
}

#tnt .btn_navy, 
#tnt .blue{
	background: #2f3b6b;
}

#tnt .btn_yellow, 
#tnt .yellow 
{
	color: #2f3b6b !important;
	background: #ead127;
}

#tnt .orange{
	background: #ea673d; 
}

#tnt .btn_navy:hover, 
#tnt .blue:hover, 
#tnt .orange:hover, 
#tnt .yellow:hover, 
#tnt .btn_yellow:hover
 {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

#tnt .btn_navy:hover, 
#tnt .blue:hover{
	background: #3c4b88;
}

#tnt .btn_yellow:hover, 
#tnt .yellow:hover {
	background-color: #f2e338;
}

#tnt .orange:hover{
	background: #ec7650; 
}

.btn_outline { /* Button outline white */
	color: #fff !important;
	font-size: 18px;
	background: transparent;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 4px 20px;
	line-height: 42px;
	border: 2px solid #fff;
	font-weight: 700;
}

.btn_outline_black, .btn_outline_blue { /* Button outline black/blue */
	color: #2f3b6b !important;
	font-size: 18px;
	background: transparent;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 4px 20px;
	line-height: 42px;
	border: 2px solid #2f3b6b;
	font-weight: 700;
}

.btn_outline:hover, .btn_outline_black:hover, .btn_outline_blue:hover {
	opacity: 0.7;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

/* Other buttons */

#tnt .btnlarge {
	font-size: 20px;
	border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}

#tnt .btnsmall, #tnt .btn-sm {
	font-size: 14px;
}

#tnt .load_more { /* load more for Blog */
	margin: 0 auto;
	width: 150px;
	display: block;
	background-size: 10%;
	padding: 0 0 0 20px;
	background: #ead127 url(//stg-assets.tntph.com/Assets/images/blog/load-more-arrow.png) no-repeat 115px 15px;
}

.#tnt .load_more:hover {
	background-color: #ead127;
	background-image: url(//stg-assets.tntph.com/Assets/images/blog/load-more-arrow.png) !important;
}

#tnt a {
	color: #ff8e28;
}

#tnt h1 {
	font-size: 40px;
	color: #2f3b6b;
	font-weight: 400;
	margin-bottom: 26px;
	line-height: 42px;
}

#tnt h2 {
	font-size: 32px;
	color: #2f3b6b;
	font-weight: 400;
	margin-bottom: 26px;
	line-height: 36px;
}

#tnt h3 {
	font-size: 24px;
	font-weight: 400;
	color: #2f3b6b;
	border-bottom: 0;
}

#tnt h4 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
}

#tnt h5 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

#tnt h6 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

#tnt p {
	font-size: 20px;
	line-height: 26px;
	color: #343434;
}

#tnt .p-large {
	font-size: 22px;
	line-height: 28px;
}

#main span {
	/*font-size: 20px;*/
}

#main li {
	font-size: 18px;
}

#tnt_navbar {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f6f1', endColorstr='#f7f6f1', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-radius: 0;
	-webkit-box-shadow:none;
	box-shadow: none;
	background-color: #f7f6f1;
	border-color: #f7f6f1;
	padding: 8px 0 7px;
}

#tnt_navbar a {
	color: #393939;
	font-size: 17px;
	line-height: 26px;
	font-weight: 700;
	margin: 0 10px;
	transition:color .2s ease-in;
	-webkit-transition:color .2s ease-in;
}

#tnt_navbar a:hover {
	color: #ff8e28;
}

.tnt_search {
	border: 1px solid #b7b7b7;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 10px 20px;
	background: #f7f6f1;
	
	display: none;
}

.ts_btn {
	position: relative;
	left: -44px;
	width: 25px;
	height: 25px;
	background: #f7f6f1 url(//stg-assets.tntph.com/Assets/images/main-search-ico.png) no-repeat 0px 0px !important;
	text-indent: -9999px;
	
	display: none;
}

.tnt_hico {
	margin-left: -20px;
}

.tnt_hico ul, .tnt_hico li, .tnt_hico {
	display: inline-block;
}

.tnt_hico a {
	margin: 0 0 0 10px !important;
}

.tnt_hico a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; 
}

.tnt_hico2 {
	display: none;
}

.hico_img {
	width: 32px
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ff8e29 !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #transparent;
}

.navbar {
	margin-bottom: 0 !important;
}

#tnt .black {
	color: #343434;
}

/*subheader, footer*/
#Subheader .subheader-banner iframe{
    display: block;
    border: none;
    height: 256px;
    width: 100%;
    background: #f0e8d8;	
	width: 1px;
    min-width: 100%;
    *width: 100%;
}
#Subheader .subheader-slider iframe{
    display: block;
    border: none;
    height: 573px;
    width: 100%;
    background: #ff8e28	
	width: 1px;
    min-width: 100%;
    *width: 100%;
}
#Subfooter .subfooter-ads iframe{
    display: block;
    border: none;
    height: 200px;
    width: 100%;
	margin:50px 0;
	background: #2f3b6b;
	width: 1px;
    min-width: 100%;
    *width: 100%;
}

/*** End Header ***/

/*** Footer ***/

/*.row {
	margin: 0 !important;
}*/

#footer-section {
	font-size: 13px;
}

#sub_footer {
	background: #f7f6f1;
	padding: 30px 0;
}

.sf_title {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 10px !important;
	text-align: center !important;
}

.sf_contentl {
	text-align: center;
	color: #2f3b6b;
	width: 70%;
	padding: 0 0 0 20px;
}

.sf_contentr {
	text-align: center;
	color: #2f3b6b;
	width: 68%;
	padding: 0 0 0 20px;
}

.sf_contentl input {
	border: 1px solid #b7b7b7;
	border-radius: 20px !important;
	-webkit-border-radius: 20px;
	padding: 10px 20px;
	background: #fff;
	width: 100%;
}

#gtrspns_box .subscribe {
	display: block;
}

#gtrspns_box .form-control {
	height: 38px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.sf_img {
	max-width: 150px;
}

.sf_sn {
	width: 54.667% !important;
}

.sf_as {
	width: 45.333% !important;
}

#footer-section {
	background: #1b2535;
	color: #fff;
}

.fl {
	float: left;
}

.fl2 {
	float: left;
}

.f_pm {
	width: 56.667% !important;
	margin: 20px 0;
	padding: 10px 15px;
}

.f_ds {
	width: 42.333% !important;
	margin: 20px 0;
	padding: 10px 0;
	border-left: 1px solid #7f848b;
	padding-right: 15px;
	padding-left: 15px;
}

.f_ds img {
	margin-right: 10px;
}

.dlvr_srvc {
	margin-top: 10px;
}

.dlvr_srvc td {
	display: block;
}

.f_logo {
    width: 74px;
}

.edsha {
	padding-left: 14px;
}

.quick_links {
	border-top: 1px solid #293241;
	border-bottom: 1px solid #293241;
	padding: 40px 0 12px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.footer_ul {
	margin-bottom: 20px;
	width: 16%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.footer_ul li {
	line-height: 24px;
}

.f_title, .b_footer td {
	font-size: 18px;
	font-weight: 700;	
	margin-bottom: 12px;
	color: #fff;
}

.footer_ul a, .b_footer td a {
	color: #fff !important;
}

.footer_ul a:hover {
	text-decoration: underline !important;
	color: #fff !important;
}

.b_footer {
	padding: 30px 0 100px;
}

.b_footer table {
	float: left;
}

.b_footer td {
	margin-bottom: 0 !important;
	padding-right: 60px;
}

.social-footer {
    display: inline-block;
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 0 1px;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: .99;
    border-radius: 2px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    color: #fff !important;
	font-size: 24px !important;
}

.fa:hover {
    transform: scale(1.2);
}

.fa {
    transition: all .1s ease-in-out;
}

.fa_icons {
	width: 224px;
	float: right;
	text-align: right;
}

#footer-section .payment-container img {
	opacity: 0.6;
}

.wf-labelpos {
	height: 0;
}

#gtrspns_box .gr_submit {
	width: 168px;
	border: 0;
	height: 42px;
	line-height: 0;
	margin-top: 20px;
	font-weight: 700;
	font-family: 'Catamaran', Helvetica, Arial, Sans-serif;
	padding: 21px 24px !important;
}

#footer-section .dlvr_srvc a {
	color: #fff;
}

#footer-section .dlvr_srvc a:hover {
	text-decoration: underline;
}

/* End Footer */

.clr {
	clear: both;
	display: block;
	line-height:0;
	height: 0;
	overflow: hidden;
}

/*** Sub Nav ***/

.tnt_lg2, .tnt_nb2  {
	padding: 0 !important;
}
		
.dropbtn {
    /*padding: 15px;*/
    cursor: pointer;
    float: left;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    /*position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 9999;
	
	/*top: 74px;*/
	top: 75px;
	left: 0;
	padding: 0;
	height: auto;
	width: 100%;
	position: fixed;
	text-align: left;
	background-color: #f2f0e5;
}

.dropdown-content a {
    color: #83827e !important;
    text-decoration: none;
    float: left;
	font-weight: 500 !important;
}

.dropdown-content a:hover {color: #f4b26f !important}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.dropbtn a {
	padding: 23px 15px 24px;
    display: block;
}

.nf2 {
    margin-top: 16px !important;
}

.tnt-img{
	margin-top: 8px;
}

.dropdown-inside {
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 104px;
}

#tnt_nav_content2 {
	display: none;
}

#subnav_mobile {
	display: none;
}

.subnav-arrowL, .subnav-arrowR {
	display: none;
}

/*** End Sub Nav ***/




/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

@media screen and (max-width: 1199px) 
{
	
	#tnt_navbar a {
		margin: 0 10px;
		font-size: 13px;
	}
	
	.sf_img {
		max-width: 120px;
	}
	
	.dlvr_srvc td {
		font-size: 11px;
	}
	
	#tnt .katropa h3 {
		font-size: 32px !important;
		margin-bottom: 20px !important;		
	}
	
	#tnt .katropa {
		padding: 17px 24px;
		height: 400px;
	}
	
	#tnt .katropa img {
		max-width: 60% !important;
	}
	
	#vsliderboxs-inner {
		margin-top: -6px;
	}
	
	#tnt .vstitle {
		font-size: 38px;
		margin-bottom: 12px;
	}
	
	#tnt .vstitle2 {
		font-size: 24px;
		margin-bottom: 12px;
	}
	
	.tnt_search {
		width: 200px;
	}
	
	.dropdown-inside {
		max-width: 970px;
	}
	
}

@media screen and (max-width: 1009px){
	/*subheader fix*/
	#Subheader .subheader-banner iframe{
		height: 169.5px;
	}	
}


@media screen and (max-width: 992px) 
{

	.hico_img {
		width: 26px;
	}
	
	#tnt_navbar a {
		margin: 0 -5px;
	}
	
	.tnt_search {
		padding: 7px 14px;
		width: 170px;
	}
	
	.ts_btn {
		background-size: 80% !important;
	}
	
	.sf_as, .sf_sn {
		float: left;
	}
	
	.sf_img {
		max-width: 91px;
	}
	
	.dlvr_srvc td {
		display: block;
		padding-bottom: 10px;
	}
	
	.f_pm {
		float: left;
	}
	
	.f_ds {
		float: left;
		width: 35.333% !important;
	}    
	
	.f_logo {
		width: 126px;
	}
	
	.fa_icons {
		float: none;
		margin-top: 50px;
	}
	
	.b_footer {
		padding: 30px 25px;
	
	}
	
	#tnt .j1 {
		padding-right: 15px !important;
	}

	#tnt .j2 {
		padding-left: 15px !important;
	}
	
	#tnt  .katropa {
		border-radius: 0 0 0 0;
		-webkit-border-radius: 0 0 0 0;
		text-align: left;
		height: auto;
	}
	
	#tnt .carousel-inner {
		border-radius: 0 0 0 0;
		-webkit-border-radius: 0 0 0 0;
	}
	
	#tnt  .katropa img {
		max-width: 20% !important;
		float: left;
		margin-right: 14px;
	}
	
	#tnt .katropa h3 {
		margin-bottom: 10px !important;
		margin-top: -15px !important;
	}
	
	.mimg {
		display: none;
	}

	#vsliderboxs-inner {
		height: 426px;
	}
	
	#vslidernav {
		top: 142px;
		height: 130px
	}
	
	.vsliderboxes4 {
		height: 426px;
	}
	
	#vslider {
		padding: 0 0 !important;
	}
	
	.dropdown-inside {
		max-width: 750px;
		padding-left: 74px;
	}
	
	.dropdown-content a {
		padding-right: 40px;
		padding-top: 14px;
		padding-bottom: 14px;
	}
	
	.nf2 {
		margin-top: 19px !important;
	}
	
	.tnt-img {
		margin-top: 13px;
	}
	
	.prev_FredSel, .next_FredSel {
		margin-top: -21% !important;
	}
	
	#topnav .dropdown-inside {
		padding-left: 104px;
	}
	
	#sub_footer_wrap ul {
		padding: 0;
	}
	
	#footer-section .fa_icons {
		margin: 44px auto 0;
		width: 178px
	}
	
}

@media screen and (max-width: 784px){
	/*subheader*/
	#Subheader .subheader-slider iframe{
		height: 858px;
	}		
}

@media screen and (max-width: 767px) {
	
	.navbar-toggle {
		float: left !important;
		margin-left: 15px !important;
	}
	
	.tnt_logo {
		display: block;
		width: 69px;
		margin: 0 auto !important;
	}
	
	.navbar-default .navbar-collapse {
		margin-top: 8px;
	}
	
	.tnt_hico2 {
		display: block;
		width: 107px;
		float: right;
		margin-top: -44px;
		margin-right: 6px;
	}	
	
	.tnt_hico2 ul, .tnt_hico2 li {
		display: inline-block;
	}
	
	.tnt_hico {
		display: none;
	}
	
	.ts_btn {
		left: -12px;
		float: right;
		top: -29px;
	}
	
	.tnt_search {
		width: 100%;
	}
	
	.navbar-form .form-group {
		margin-bottom: 0px !important;
	}
	
	.navbar-default .navbar-form {
		border-color: transparent !important;
	}
	
	.tnt_hico2 a {
		margin: 0 0 0 14px !important;
		display: block;
	}
	
	.tnt_hico2 {
		width: 90px;
	}
	
	#tnt_navbar a {
		margin: 0 0;
	}
	
	.fl {
		float: none;
		text-align: center;
	}
	
	.sf_contentl, .sf_contentr {
		margin: 0 auto;
		width: 100%;
		padding: 0;
	}
	
	.p_logo_section td {
		display: block;
	}
	
	.f_logo {
		width: 74px;
		margin-bottom: 20px;
	}
	
	.f_pm {
		float: none;
		width: 100% !important;
		text-align: center;
	}
	
	.f_ds {
		float: none;
		border-left: 0;
		width: 100% !important;
		text-align: center;
	}
	
	.dlvr_srvc td {
		display: table-cell;
		text-align: left;
	}
	
	.edsha {
		padding-left: 0;
	}
	
	.footer_ul {
		width: 33%;
		min-height: 206px;
	}
	
	.b_footer td {
		padding-right: 40px;
	}
	
	.masasa img {
		margin-bottom: 16px;
	}
	
	#tnt .vstitle {
		line-height: 28px;
		font-size: 28px;
	}
	
	#tnt .vstitle2 {
		font-size: 22px;
		line-height: 30px;
	}
	
	.carousel-caption {
		padding: 0 40px 20px 40px !important;
	}
	
	.carousel-indicators {
		bottom: -8px !important;
	}
	
	.tnt-img {
		margin-top: 0;
	}
	
	.dropbtn {
		float: none;
	}
	
	.dropdown {
		display: block;
	}
	
	.dropbtn a {
		padding: 12px 0px;
	}
	
	.tnt_nb2 {
		padding: 8px 0 7px !important;
	}
	
	#tnt_nav_content2 {
		display: block;
	}
	
	#tnt_nav_content1 {
		display: none;
	}
	
	#tnt_navbar a {
		font-weight: 500;
		font-size: 13px;
		color: #83827e;
	}
	
	#tnt_navbar a:hover {
		color: #f4b26f;
	}
	
	.fa-lg {
		float: right;
	}
	
	.nav > li > a {
		padding: 10px 26px !important;
	}
	
	.navbar-nav .open .dropdown-menu > li > a {
		padding: 5px 15px 5px 40px !important;
	}
	
	.dropdown-toggle {
		background-color: none !important;
		background-image: none !important;
		box-shadow: none !important;
	}
	
/*	.prev, .next {
		margin-top: -21% !important;
		background-size: 50% !important;
	}*/

	#sticky_header_treats {
		display: none;
	}
	
	#subnav_mobile {
		display: block;
		white-space: nowrap; 
		overflow: hidden; 
		overflow-x: auto;
		background-color: #f7f6f1;
		border-top: solid 1px #e7e7e7;
		padding: 10px 50px 8px;
	}
	
	#subnav_mobile a {
		color: #83827e;
		padding-right: 30px;
	}
	
	#subnav_mobile a:hover {
		color: #f4b26f;
		transition: color .2s ease-in;
		-webkit-transition: color .2s;
	}
	
	#subnav_mobile td {
		display: inline-block;
	}
	
	.hide_scroll {
		height: 38px;
		overflow-y:hidden;
	}
	
	.subnav-arrowL {
		display: block;
		position: relative;
		left: 15px;
		top: -25px;
		width: 38px;
		height: 38px;
		background-image: url(//stg-assets.tntph.com/Assets/images/submenu-bg-left2) no-repeat;
	}
	
	.subnav-arrowR {
		display: block;
		position: relative;
		right: 13px;
		top: -37px;
		float: right;
		background-image: url(//stg-assets.tntph.com/Assets/images/submenu-bg-right2) no-repeat;
	}
	
	/*hiding login icon - to be deleted*/
	.tnt_hico2 a {
		margin-left: 40px !important;
	}

}

@media screen and (max-width: 731px) {

	.dlvr_srvc td {
			width: 50%;
		    display: inline-block;
	}

}

@media screen and (max-width: 600px) {

	.tnt_hico2 {
		margin-right: 0px;
	}
	
	.b_footer td {
		padding-right: 20px;
		font-size: 16px;
	}
	
	#tnt .carousel_h3 {
		font-size: 24px !important;  
	}
	
	#tnt .carousel_date {
		font-size: 16px;
	}
	
	#tnt .c_span {
		font-size: 16px;
	}
	
	#tnt .katropa img {
		float: none;
		margin-right: 0;
		max-width: 26% !important;
	}
	
	#tnt .katropa {
		text-align: center;
	}
	
	#tnt .katropa h3 {
		margin-top: 0 !important;
		font-size: 24px !important;
	}
	
	#tnt .katropa p {
		font-size: 14px !important; 
	}
	
	.dlvr_srvc td {
		display: block;
		width: 100%;
	}
	
}

/* for 480px or less */
@media screen and (max-width: 480px) {
	
	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	
	.hico2 {
		margin-right: -6px;
	}
	
	.sf_as, .sf_sn {
		width: 100% !important;
	}
	
	.sf_sn {
		margin-bottom: 60px;
	}
	
	.f_ds {
		text-align: left;
	}
	
	.footer_ul {
		width: 50%;
		min-height: 182px;
	}
	
	.b_footer td {
		font-size: 18px;
	}
	
	.b_footer table {
		float: none;
	}
	
	.b_footer td {
		display: block;
		padding-bottom: 10px;
	}
	
	.fa_icons {
		margin-top: 10px;
	}
	
	#tnt .carousel-inner {
		border-radius: 0;
	}
	
	#tnt .carousel-caption {
		padding: 0 10px 26px 10px;
	}
	
	#tnt .carousel_h3 {
		font-size: 16px !important;
	}
	
	#tnt .carousel_date, #tnt .c_span {
		font-size: 13px;
	}
	
	#tnt .vstitle2 {
		font-weight: 100;
		font-size: 24px;
		line-height: 26px;
	}
	
	#vsliderboxs-inner, .vsliderboxes4 {
		height: 474px;
	}
	
	#dates {
		display: none;
	}
	
	.tl_history {
		font-size: 40px;
	}
	
	#timeline, .tl_blue, .tl_orange {
		background-image: none !important;
	}
	
	#issues {
		padding-left: 5% !important;
	}
	
	.tl_blue, .tl_orange {
		padding-top: 0 !important;
	}
	
	#prev { display: block !important; }
	
	.prev_FredSel, .next_FredSel {
		margin-top: -40%;
	}
	
	#tnt h1 {
		font-size: 35px;
	}
	
	#tnt h2 {
		font-size: 28px;
	}
	
	.carousel-indicators {
		width: 64% !important;
		bottom: 0 !important;
	}
	
	.footer_ul {
		min-height: 210px;
	}
	
	#tnt .whatsnew-link, #tnt .contactus-link {
		min-height: auto !important;
	}



}


@media screen and (max-width: 370px) {
	
	.footer_ul {
		width: 100%;
	}
	
	#tnt .katropa h3 {
		font-size: 18px !important;
	}
	
	.date_head span {
		font-size: 18p !important;
	}
	
	.fa-2x {
		font-size: 1.5em;
	}
	
	#sidebar-btn {
		background-size: 50% !important;
	}
	
	#next, #prev {
		right: 30% !important;
	}
	
	.tl_history {
		font-size: 36px !important;
	}
	
	.tl_year {
		font-size: 32px !important;
	}
	
	#issues li p {
		font-size: 24px !important;
	}
	
	#issues {
		padding-left: 0 !important;
	}
	
	#issues li {
		width: 304px !important;
	}
	
	.prev_FredSel, .next_FredSel {
		margin-top: -43% !important;
	}
	
}

@media screen and (max-width: 360px) {

	.footer_ul {
		min-height: auto;
		margin-bottom: 30px;
	}
	
	#issues li {
		width: 360px !important;
	}

}

@media screen and (max-width: 320px) {

	#issues li p {
		padding: 25px 20px !important;
	}
	
	#issues li {
		width: 320px !important;
	}

}



/*** TNT Fixes ***/
/*

TNT CORE CSS FIXES
Version : 1.0
Date : Oct 28, 2014;

*/


/**/
#tnt a.button{
	color:#fff;
}

#tnt .p-large {
	
}
.pull-center {
	text-align:center;
}
.clear {
    clear: both;
}
/*btns*/
.btnlarge {
	font-size: 26px;
	border:none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}
#tnt .blue, #tnt .magenta{
	line-height:normal;
}
/*classes*/
.form .pane, .form .rpane {
    width: 45%;
    margin-right: 14px;
}
.pane {
    float: left;
}
.extrabold{
	font-weight:800;
}

/*inputs*/
.btn{
    border-radius: 50px;
    -webkit-border-radius: 50px;	
}
.form-control-fix {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fcf9f9;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input.input-validation-error {
    border: 1px solid red;
    background-color: #ffeeee;
}

span.field-validation-error, .validation-summary-errors {
    color: red;
    font-size: 13px;
    margin: 10px 10px 20px 7px;
    display: block !important;
    /*background-color: #FFDFDF;*/
    text-align: center;
    line-height: 2;
    font-weight: 400;
	margin-bottom:10px;	
}

/*modal*/
#tnt.modal-open {
	padding:0 !important;
}

/* Modifications to Modal */
#tnt .modal {
  text-align: center;
  padding: 0!important;
}

#tnt .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#tnt .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#tnt .modal-content {
	border-top:8px solid #CC602A;
    -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

#tnt .modal-content:before {
    content:'';
    position:absolute;
    width:100%;
    height:8px;
    background: #CC602A;
    top:-8px;
    left:0;
}
#tnt .modal .modal-content h4 {
    margin: 8px 0;
}


/*Content fix*/
/*#tnt h1, #tnt h2, #tnt h3, #tnt h4, #tnt h5, #tnt h6{
	margin:0;
}*/
#tnt a{
    text-decoration: none;	
}

/*header fix*/
#topnav .right-nav ul, 
#topnav .right-mobile-nav ul
{
    padding: 0;
}
#topnav .logo {
	margin: 0 10px;
}
#topnav .logo img{
    margin-top: 8px;
}
#topnav .topbar-menu-links{
	padding:0;
}
#topnav #core-nav a {
    font-size: 18px;
}
#topnav #core-nav ul{
	margin:0;
}


/*footer fix*/
#footer-section .payment-container img {
    width: 100%;
}
#footer-section .quick_links li {
    list-style-type: none;
}
#footer-section .quick_links ul.footer_ul {
    padding-left: 10px;
}


/* Accordions
-------------------------------------------------*/
#tnt .accordion-group .panel-heading {
	padding: 0;
}
#tnt .accordion-group .panel-default > .panel-heading {
    background-color: #fff;
    background: none;
}
#tnt .accordion-group .panel-group .panel-heading + .panel-collapse > .panel-body {
	border: 0;
}
#tnt .accordion-group #accordion .panel {
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#tnt .accordion-group #accordion .panel-default {
	border-bottom: 1px solid #d2d2d2;
}
#tnt .accordion-group .panel-group .panel + .panel, #tnt .accordion-group .panel-group .panel {
	margin: 0;
}
#tnt .accordion-group #accordion .panel-body {
    padding: 20px 30px 30px;
}
#tnt .accordion-group #accordion .panel .panel-heading a {
	display: block;
	color: #2f3b6b;
	padding: 20px 20px 20px 30px;
}
#tnt .accordion-group #accordion a:hover {
	text-decoration: none;
}
#tnt .accordion-group #accordion h4 {
	margin: 0 !important;
	color: #2f3b6b;
	border: 0;
	background: url(//stg-assets.tntph.com/Assets/images/acc-plus.png) no-repeat 0px 25px;
    background-position: 96% 50%;	
}
#tnt .accordion-group #accordion .actives{
    background: #fff url(//stg-assets.tntph.com/Assets/images/acc-minus.png) no-repeat 0px 25px;
	background-position: 96% 50%;	
}


/* Tables
-------------------------------------------------*/
#tnt #main table, #tnt #main table.corporate
{
    margin-bottom: 12px;
    border-collapse: collapse;
    font-size: 18px;
}

#tnt .table-responsive {overflow-y: hidden\0/;}

#tnt #main table.prepaid thead tr td, #tnt #main table.prepaid thead tr th,
#tnt #main table.postpaid thead tr td, #tnt #main table.postpaid thead tr th,
#tnt #main table.bro thead tr td, #tnt #main table.bro thead tr th,
#tnt #main table.money thead tr td, #tnt #main table.money thead tr th,
#tnt #main table.about thead tr td, #tnt #main table.about thead tr th,
#tnt #main table.corporate thead tr td, #tnt #main table.corporate thead tr th,
#tnt #main table.campaigns thead tr td, #tnt #main table.campaigns thead tr th,
#tnt #main table.international thead tr td, #tnt #main table.international thead tr th,
#tnt #main table.support thead tr td, #tnt #main table.support thead tr th,
#tnt #main table.corporate thead tr td, #tnt #main table.corporate thead tr th
{
	background: #ecb530;
	border-top:1px solid #FFF;
    border-right:1px solid #FFF;
    border-left:1px solid #FFF;
	border-bottom: none;
    padding:10px 12px;
    /*font-weight: 400;*/
	font-weight: bold;
	color: #FFF;
}
#tnt #main table.corporate thead tr.table-header td, #tnt #main table.corporate thead tr.table-header th
{
	background: #e28c39; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyOGMzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzYwMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #e28c39 0%, #cc602a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e28c39 0%,#cc602a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e28c39 0%,#cc602a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e28c39', endColorstr='#cc602a',GradientType=1 ); /* IE6-8 */
	border-bottom: 1px solid #FFF;
	border-top: none;
	/*font-weight: 700;*/
	text-align: center;
	color: #FFF;
}
#tnt #main table.prepaid tbody tr th, #tnt #main table.prepaid tbody tr td,
#tnt #main table.postpaid tbody tr th, #tnt #main table.postpaid tbody tr td,
#tnt #main table.bro tbody tr th, #tnt #main table.bro tbody tr td,
#tnt #main table.money tbody tr th, #tnt #main table.money tbody tr td,
#tnt #main table.about tbody tr th, #tnt #main table.about tbody tr td,
#tnt #main table.corporate tbody tr th, #tnt #main table.corporate tbody tr td,
#tnt #main table.campaigns tbody tr th, #tnt #main table.campaigns tbody tr td,
#tnt #main table.international tbody tr th, #tnt #main table.international tbody tr td,
#tnt #main table.support tbody tr th, #tnt #main table.support tbody tr td
{
    border:1px solid #DDD;
    padding:10px 12px;
}
#tnt #main table.prepaid tbody tr th, 
#tnt #main table.postpaid tbody tr th,
#tnt #main table.bro tbody tr th, 
#tnt #main table.money tbody tr th, 
#tnt #main table.about tbody tr th, 
#tnt #main table.corporate tbody tr th, 
#tnt #main table.campaigns tbody tr th,
#tnt #main table.international tbody tr th, 
#tnt #main table.support tbody tr th
{
    font-weight:400;
}
#tnt #main table.prepaid tbody tr.alt th, #tnt #main table.prepaid tbody tr.alt td,
#tnt #main table.postpaid tbody tr.alt th, #tnt #main table.postpaid tbody tr.alt td,
#tnt #main table.bro tbody tr.alt th, #tnt #main table.bro tbody tr.alt td,
#tnt #main table.money tbody tr.alt th, #tnt #main table.money tbody tr.alt td,
#tnt #main table.about tbody tr.alt th, #tnt #main table.about tbody tr.alt td,
#tnt #main table.corporate tbody tr.alt th, #tnt #main table.corporate tbody tr.alt td,
#tnt #main table.campaigns tbody tr.alt th, #tnt #main table.campaigns tbody tr.alt td,
#tnt #main table.international tbody tr.alt th, #tnt #main table.international tbody tr.alt td,
#tnt #main table.support tbody tr.alt th, #tnt #main table.support tbody tr.alt td
{
    background-color:#FFF;
}

/*Error*/ 
#tnt404 { 
	padding: 200px 20px 50px; 
	text-align:center; 
} 

#tnt404 h1 { 
	font-size: 160px; 
	color: #f2591f; 
	line-height: 35px; 
	font-weight: bold; 
	margin-bottom: 80px;  

} 

#tnt404 h3 { 
	font-size: 50px; 
	color: #343434; 
	border: 0; 
	margin-bottom: 20px; 
} 

#tnt404 p { 
	font-size: 20px; 
} 

#tnt404.offline h1 {
    font-size: 119px;
}

/*fix*/
@media (min-width: 768px) and (max-width: 1199px) 
{
	#topnav #core-nav a {
		margin: 0 -5px;
	}
	#topnav .rn-icon {
		width: 26px;
	}
}

/* Medium Devices, Desktops */
@media screen and (max-width: 991px)
{
	/*topnav fix*/
	#topnav #core-nav a {
		margin: 0;
		padding-left: 0px;
		padding-right: 17px;
		font-size: 15px;
	}	
}

/* Small Devices, Tablets */
@media screen and (max-width: 767px)
{
	#topnav .logo img {
		margin-top: 0;
	}
	
	/*Error*/ 
	#tnt404.offline h1 {
		font-size: 78px;
		margin-bottom: 38px;
	}
}


/* Extra Small Devices, Phones */ 
@media screen and (max-width: 480px)
{
	/*Error*/ 
	#tnt404.offline h1 {
		font-size: 48px;
		margin-bottom: 19px;
	}
}
/*** End TNT Fixes ***/



@media (max-width: 480px) 
{ 
	#tnt404 h1 { 
		font-size: 100px; 
		margin-bottom: 50px; 
	} 
	#tnt404 h3 { 
		font-size: 30px; 
	} 
	#tnt404 p { 
		font-size: 16px; 
	} 
}

@media screen and (max-width: 440px){
	/*subheader*/
	#Subheader .subheader-slider iframe{
		height: 800px;
	}		
}

@media screen and (max-width: 360px){
	/*subheader*/
	#Subheader .subheader-slider iframe{
		height: 752px;
	}		
}

/*** Universal Header ***/
#topnav .dropdown-content{
	top: 105px;
}
#tnt header .is-sticky .tab_container div.subnav .inside {top: 66px !important;}
#tnt header .tab_container div.subnav .inside {top: 91px !important;}
#tnt #header .is-sticky #tnt header .tab_container div.subnav .inside {
    top: 66px !important;border:1px solid #000;
}

#tnt #universal_header ul { margin: 0 auto; width: 470px; padding: 0; }
#tnt #universal_header {
    height: 30px;
    background-color: #222222;
}

#tnt #universal_header li {
	float: left;
	list-style: none !important;
}

#tnt #universal_header .active_white {
	background-color: #f7f6f1;
}

#tnt #universal_header {
	overflow-y: hidden;
	display: block;
	width: 100%;
	position: relative;
    z-index: 4;
}

#tnt #universal_header #uh_content {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
}

#tnt #universal_header #uh_content a {
	display: block;
	padding: 4px 16px;
	text-align: center;
}

#tnt #universal_header #uh_content a:hover {
	background: #3a3737;
}

#tnt #universal_header #universal_header {
	width: 100%;
}

#tnt #universal_header #uh_content .active_white:hover {
	background: #f7f6f1;
}

#tnt #universal_header img {
	/*width: 75%;*/
	text-align: center;
	margin: 0 auto 4px;
}
	
#tnt #universal_header .tnt_logo a {
	padding: 4px 18px !important;
}

/*fix*/
#tnt #universal_header #uh_content li:last-child {
    display: none;
}
#tnt #universal_header #uh_content ul {
    width: 370px;
}

@media screen and (max-width: 600px) {
	
	#tnt #universal_header ul { margin: 0; }
	
}

/*** END HEADER ***/