
/* Reset */


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6,  pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd,  ul, li,
fieldset, form, label, legend,
 caption, tfoot,  thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, .tii_header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}





/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, .tii_header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}
/*
ol, ul {
	list-style: none;
}
*/

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
/* End Reset */

/* Style tag */
.tii_header H1{
	font: 26px/120% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #343434;
}

TEXTAREA { 
	resize:none;
	overflow: auto;
 }
A:focus {
	outline: 0;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
}

A { text-decoration: none; }
A:HOVER { text-decoration: underline; }
/*IMG { border: none; display: block;}*/
LABEL { cursor: pointer; }
BUTTON SPAN {display: none;}

BUTTON { cursor: pointer;}

* {
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
.wrapper {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*/

button::-moz-focus-inner, 
input[type="reset"]::-moz-focus-inner, 
input[type="button"]::-moz-focus-inner, 
input[type="submit"]::-moz-focus-inner, 
input[type="file"] > input[type="button"]::-moz-focus-inner { 
	border: none; 
	padding:0;
	margin:0;
}
/*
input:focus{
	border: none;
	outline: none;
}
*/
/* End Style tag */
html {
	height: 100%;
}
BODY {
	background: #012c57;
	margin: 0;
	padding: 0;
	text-align: left;
	font: 15px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #343434;
	height: 100%;
	/* -webkit-transform: translateZ(0px); */
}



.container, .container2 {
	max-width: 1030px;
	margin: auto;
	padding: 0 15px;
}

.big-container{
	max-width: 1000px;
	margin: auto;
}



/* HEADER */
.tii_header {
	background: #004c97 url("http://www.independent.org/_design_responsive/images/bg/bg-header.png") no-repeat;
	background-size: cover;
	padding: 10px 0;
	position:relative;
	z-index:800;
}



.nav-btn-container {
	padding:10px;
	border:1px solid #888888;
	display: none;
	width: 40px;
	position: absolute;
	right: 18px;
	top: 8px;
	cursor: pointer;
	border-radius: 4px;
}

.nav-btn-container:hover {
	background-color:rgba(0, 0, 0, 0.09);
	border:1px solid rgba(180, 180, 180, .7);
}

/* nav-btn = the 3 lines button that transforms into the X */
.nav-btn {
	
	/*cursor: pointer;*/
	display: none;

	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.nav-btn SPAN{
	display: block;
	height: 2px;
	background: #fff;
	margin: 4px 0 0;
	transition: all .3s;
	
}
/*
.nav-btn:hover SPAN{
	background: #1abc9b;
	transition: all .3s;
}
*/
.nav-btn>:first-child{
	margin-top: 0;
}

.push-container {
	z-index:30;	
}



.logo {
	float: left;
	max-width: 386px;
	width: 100%;
}
.logo A{
	display: block;
}
.logo IMG{
	max-width: 100%;
	display:block;
}
.help-box {
	float: right;
	max-width: 285px;
	width: 100%;
}
.help-box .row-box {
	font-size: 0;
	line-height: 0;
	text-align: right;
	width: 100%;  
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	margin: 7px 0 0px;
}
.help-box .row-box:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size:0;
    line-height:0;
}
.language-box {
	display: inline-block;
	vertical-align: middle;
}
.language-box A{
	display: block;
	/*font: 12px/100%  Arial, Helvetica, san-serif;*/
	font: 12px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #fff;
	width: 70px;
	width: 100%;
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.language-box:hover A{
	text-decoration: underline;
	/*color: #1abc9b;*/
}
.cart-box {
	display: inline-block;
	vertical-align: middle;
}
.cart-box A{
	display: block;
	position: relative;
	padding: 0 0 0 22px;
	font: 13px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #fff;
}
.cart-box A SPAN{
	display: block;
	width: 32px;
	width: 100%;
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart-box A:before{
	content: "";
	position: absolute;
	left: 0;
	top: -4px;
	width: 20px;
	height: 18px;
	background: url("http://staging4.independent.org/_design_fixed/images/icons/sprite.png") -5px -67px no-repeat;
}
.cart-box:hover A:before{
	background-position: -5px -85px;
}
.cart-box:hover A{
	text-decoration: none;
	color: #1abc9b;
}
.social-box {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
}
.social-box LI{
	float: left;
	margin: 0 0 0 11px;
}
.social-box A{
	display: block;
	width: 19px;
	height: 24px;
}
.social-box .fb A{
	background: url("http://staging4.independent.org/_design_fixed/images/icons/sprite.png") -5px -5px no-repeat;
}
/*
.social-box .fb A:hover{
	text-decoration: none;
	background-position: -5px -31px;
}*/
.social-box .tw A{
	background: url("http://staging4.independent.org/_design_fixed/images/icons/sprite.png") -5px -428px no-repeat;
}
/*
.social-box .tw A:hover{
	text-decoration: none;
	background-position: -5px -454px;
}
*/
.social-box .rss A{
	background: url("http://staging4.independent.org/_design_fixed/images/icons/sprite.png") -5px -366px no-repeat;
}
/*
.social-box .rss A:hover{
	text-decoration: none;
	background-position: -5px -392px;
}
*/
.social-box .yt A{
	background: url("http://staging4.independent.org/_design_fixed/images/icons/sprite.png") -5px -490px no-repeat;
}
/*
.social-box .yt A:hover{
	text-decoration: none;
	background-position: -5px -516px;
}
*/
.social-box .in A{
	/*background: url("http://staging4.independent.org/_design_fixed/images/icons/sprite.png") -5px -200px no-repeat;*/
	margin: 0 2px 0 0;
}
/*
.social-box .in A:hover{
	text-decoration: none;
	background-position: -5px -226px;
}
*/
.help-box P {
	font: 16px/100% 'Gotham-BookItalic', Arial, Helvetica, san-serif;
	color: #fff;
	margin: 0 0 11px;
}
/*
.search-box {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:240px;
}
*/


.push-area .search-btn {
	width: 26px;
	height: 24px;
	background: #fff;
	border-radius: 6px;
	position: relative;
	cursor: pointer;
	display: none;
	float: right;
	margin: 40px 0 0;
}
.push-area .search-btn:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin: -8px 0 0 -8px;
	width: 16px;
	height: 16px;
	background: url("http://staging4.independent.org/_design_fixed/images/icons/sprite.png") -5px -113px no-repeat;
}
.push-area .search-btn:hover:before {
	background-position: -5px -129px;
}
.push-area .search-form {
	position: relative;
	top:6px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.push-area .search-form INPUT{
	display: block;
	width: 100%;
	height: 24px;
	margin: 0;
	border: none;
	border-radius: 3px;
	background: #fff;
	padding: 0 35px 0 8px;
	font: 12px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #000000;
}
.push-area .search-form INPUT:-moz-placeholder {
	font: 12px/24px 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #5b6770;
	opacity: 1;
}
.search-form INPUT::-moz-placeholder {
	font: 12px/24px 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #5b6770;
	opacity: 1;
}
.push-area .search-form INPUT:-ms-input-placeholder {
	font: 12px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #5b6770;
	opacity: 1;
}
.push-area .search-form INPUT::-webkit-input-placeholder {
	font: 12px/110% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #5b6770;
	opacity: 1;
}
.push-area .search-form BUTTON {
	position: absolute;
	border: none;
	right: -35px;
	top: 4px;
	z-index: 10;
	width: 16px;
	height: 16px;
	background: url("http://staging4.independent.org/_design_fixed/images/icons/sprite.png") -5px -113px no-repeat;
}
.push-area .search-form BUTTON:hover {
	background-position: -5px -129px;
}


.beaconlogo {
	display:block;
	position:relative;
	top:19px;
	/*left:-93px;*/
	/*margin-top:20px;*/
	/* width:378px; */
	width:330px;
	float:right;
}




/* nav */
.push-menu-left {
	display: none;
}
NAV {
	background: #5b6770;
}

.menu, .menu-mobile {
	list-style: none; /* this works */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu {
	display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
	width:100%;
}



.menu > LI, .menu-mobile > LI {
	/*float: left;*/
	text-align: center;
	font: 15px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #fff;
	position: relative;
	margin: 0;
}

.menu > LI {
	 flex: 1 1 auto;
}

/*
.menu>:last-child{
	margin-right: 0;
}
*/
.menu > LI.donate, .menu-mobile > LI.donate {
	/*width: 100px;*/
	padding: 0px 0px 0px;
}

.menu > LI > A, .menu-mobile > LI > A {
	display: block;
	font: 15px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #ffffff;
	padding-top: 11px;
	padding-bottom: 9px;
}
.menu > LI:hover > A, .menu-mobile > LI:hover > A {
	text-decoration: none;
	background: #f1f1f1; 
	color:#444444;
}
.menu > LI.activenav > A, .menu-mobile > LI.activenav > A{
	background: #7e8e9a; 
}

.menu > LI.activenav:hover > A, .menu-mobile > LI.activenav:hover > A {
	background: #f1f1f1;
	color:#444444;
}


/* red donate tab */
/*
.menu>:last-child >A{
	background: #c8102e;
}
.menu>:last-child >A:hover{
	background: #9b0d24;
	color:#ffffff;
}*/

/* green donate tab */
.menu > :last-child > A, .menu-mobile > :last-child > A{
	background: #02874a;
}

.menu>:last-child >A:hover, .menu-mobile>:last-child >A:hover {
	background: #f1f1f1;
	color:#444444;
}

.menu > LI:hover >UL, .menu-mobile > LI:hover >UL{
	display: block;
}
.push-menu-left .menu-mobile > LI:hover >UL{
	display: none;
}



.menu > LI >UL, .menu-mobile > LI >UL{
	display: none;
	position: absolute;
	width: 531px;
	left: -40px; /* left edge of dropdown menu */
	top: 100%;
	border: 1px solid #5b6770;
	border-top: none;
	background: #f1f1f1;
	padding-top:20px;
	padding-left: 28px;
	padding-right: 28px;
	padding-bottom:17px;
	z-index: 100;
	text-align: left;
}

.menu > LI.one-column-first >UL { /* about us dropdown */
	left: -1px;
	width: 293px;   /* width of single col dropdown */
}

.menu > LI.one-column-narrow >UL { /* narrower dropdown that has short things */
	width: 230px;   /* width of single col dropdown */
}

.menu > LI.one-column-last >UL { /* store dropdown, shifted to the left */
	left: -121px;
	width: 292px;   /* width of single col dropdown */
}

.menu > LI.one-column-last2 >UL { /* donate dropdown shifted to the left. */
	left: auto;
	right: -1px;
	width: 234px;   /* width of single col dropdown */
}

.menu > LI.one-column >UL {
	width: 293px;
}


/*
.menu > LI >UL:before{
	content: "";
	position: absolute;
	left: 58px;
	top: 0;
	z-index: 20;
	width: 10;
	height: 10;
	border-left: 106px solid transparent;
	border-right: 16px solid #004890;
	border-top: 12px solid #004890;
	border-bottom: 12px solid #004890;
}
*/

/* removes white ghost bullet points */
.menu > LI >UL {
	list-style: none; /* this works */
}

/* the large header text within the dropdown */
.menu > LI >UL H3{
	list-style: none;
	font: 26px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #004890;
	border-bottom: 2px solid #004890;
	padding: 0 0 14px;
	margin: 0 0 12px;
	
}

.menu > LI >UL H3>a{
	text-decoration:none;
	color: #004890;
	display:block;
}

.menu > LI >UL H3>a:hover{
	text-decoration:none;
	color: #0082da;
}

.menu > LI >UL UL{
	list-style: none;  /* this works */
	float: left;
	/*width: 50%;*/
}
.menu > LI >UL LI>UL:last-child {
	/*padding: 0 0 0 15px;*/
	padding: 0;
}
.menu > LI.one-column >UL UL, 
.menu > LI.one-column >UL LI>UL:last-child, 
.menu > LI.one-column-first >UL UL, 
.menu > LI.one-column-first >UL LI>UL:last-child, 
.menu > LI.one-column-last >UL UL, 
.menu > LI.one-column-last >UL LI>UL:last-child,
.menu > LI.one-column-last2 >UL UL, 
.menu > LI.one-column-last2 >UL LI>UL:last-child 
{
	width: auto;
	padding: 0;
}

.menu> LI >UL UL LI{
	/*margin: 0 0 15px;*/
	
	font: 14px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #004c97;
}
/* individual items in the dropdown */
.menu > LI >UL UL LI A{
	padding-top:8px;
	padding-bottom:7px;
	display: block;  /* makes the width extend to the width of the dropdown menu. */
	width:247px;
	/*display:inline;*/
	/*display: inline-block;*/
	font: 14px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #004c97;
}
.menu > LI >UL UL LI A:hover{
	/*text-decoration: underline;*/
	text-decoration: none;
	/*color: #1abc9b;*/
	/*color: #333333;*/
	color: #0082da;
	/*background-color: #ffffff;*/
}
/*
.mobile {
	display: none;
}
*/

/* esubscriptions-area */
.big-container.bottom {
    max-width: 980px;
}

/* brand-area */
.brand-area {
	background: #0162c1;
	text-align: center;
	padding-top:13px;
	padding-bottom:13px;
	/*padding: 28px 0 28px;*/
}
.brand-list li {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-right:25px;
	margin-left:25px;
	margin-top:15px;
	margin-bottom:15px;
}

.brand-list li:first-child {
	margin-right:25px;
	margin-left:5px;
}

.brand-list li:last-child {
	margin-right:5px;
	margin-left:25px;
}


@media (max-width: 1024px) {
	.brand-list li  {
		margin-right:17px;
		margin-left:17px;
	}
	.brand-list li:first-child {
		margin-right:17px;
		margin-left:5px;
	}
	
	.brand-list li:last-child {
		margin-right:5px;
		margin-left:17px;
	}
}


@media (max-width: 800px) {
	.brand-list li:first-child, .brand-list li:last-child {
		margin-right:17px;
		margin-left:17px;
	}
}

.brand-list A{
	display: block;
}
.brand-list img{
	width:142px;
	max-width: 100%;
}

/* FOOTER */
FOOTER {
	background: #004c97;
	padding: 35px 20px 10px 20px;
}

.footer2 {
	background-color:#003870;
	padding: 18px 20px 16px 20px;
	-webkit-text-size-adjust: 100%;
}

.footer2 a {
	color:#ffffff !important;	
}
.footer2 a:link {
	color:#ffffff !important;	
}

.footer2 a:hover {
	color:#ffffff !important;	
}


.logo-row {
	border-bottom: 3px solid rgba(255,255,255,0.25);
	padding: 0 0 20px;
	margin: 0 0 15px;
}
.logo-row A{
	display: inline-block;
	vertical-align: top;
}
.logo-row IMG{
	max-width: 100%;
}
.menu-footer {
	padding: 0 0 0px 0px;
}
.menu-footer LI{
	display: inline-block;
	vertical-align: top;
	font: 16px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #fff;
	margin: 0 37px 18px 0;
}
.menu-footer>:last-child{
	margin-right: 0;
}
.menu-footer LI A{
	font: 16px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #fff;
}
.copyright-box {
    text-align: justify; 
	font-size: 0;
	line-height: 0;
    width: 100%;  
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.copyright-box:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size:0;
    line-height:0;
}
.copyright {
	display: inline-block;
	vertical-align: middle;
	font: 12px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #fff;
}
.logo-img {
	display: inline-block;
	vertical-align: middle;
}
.logo-img A{
	display: inline-block;
	vertical-align: middle;
}



.push-menu-left {
	-webkit-text-size-adjust: 100%;
}

.push-menu-left .social-box {
		text-align: center;
		padding: 17px 0px 14px 20px;
}
.push-menu-left .social-box li {
	margin-right:7px;
}	
.push-menu-left .social-box>:first-child {
	margin-left: 0;
}
.push-menu-left .language-box {
	padding: 0 17px 0 20px;
	/*margin: 0 0 17px;*/
}

/* mobile search setup */
.push-menu-left .search-form {
		display: block;
		position: relative;
		padding: 5px 20px 12px;

	}
	.push-menu-left .search-form {
		top:-2px;
	}
	
	.push-menu-left .search-form INPUT {
		/*display: block;*/
		width: 100%;
		/*height: 28px;*/
		line-height:normal;
		
		margin: 0;
		border: none;
		border-radius: 2px;
		background: #fff;
		padding: 8px 1px 6px 28px;
		/*padding: 0px;*/
		font: 13px Arial, 'Gotham-Book',  Helvetica, san-serif;
		
		/*line-height:12px;*/
		color: #000000;
	}
	
	
	.push-menu-left .search-form INPUT:-moz-placeholder, .push-menu-left .search-form INPUT::-moz-placeholder {
		font: 13px Arial, 'Gotham-Book', Helvetica, san-serif;
		/*padding: 9px 1px 5px 8px !important;*/
		/*padding: 0px;*/
		/*line-height:22px;*/
		
	}
	
	.push-menu-left .search-form INPUT:-ms-input-placeholder, .push-menu-left .search-form INPUT::-webkit-input-placeholder {
		font: 13px Arial, 'Gotham-Book', Arial, Helvetica, san-serif;
		/*padding: 9px 1px 5px 8px !important;*/
		/*padding: 0px;*/
		/*line-height:22px;*/
		
	}


	.push-menu-left .search-form-magglass {
		position: absolute;
		border: none;
		
		top: 9px;
		left:22px;
		z-index: 10;
		width: 24px;
		height: 30px;
		/*background: url("../images/icons/sprite.png") -5px -113px no-repeat;*/
		background: url("http://www.independent.org/images/social_networking2/mg_light_gray6_340x340.png") no-repeat; 
		/*background: url("http://staging.independent.org/images/photos/tii_building_540x319.jpg") no-repeat; */
		background-size: 100%;
	}
	
	
	
	.push-menu-left .search-form BUTTON {
		top: 14px;
		right: 28px;
	}
	.push-menu-left .search-form BUTTON:hover {
		background-position: -5px -129px;
	}


/* mobile */
@media (max-width: 1014px) {
	#content .video-area {
		padding: 32px 15px;
	}
	#content .store-area {
		padding: 32px 15px;
	}
	#content .esubscriptions-area {
		background: #f1f1f1;
		padding: 20px 15px;
	}
	/* hides the mobile search box until the window is narrower */
	/*
	.push-menu-left .search-form {
		display: none;
	}
	*/
	
}
@media (max-width: 1014px) {

	.main-wrapper {
		position: relative;
		min-height: 100%;
	}
	
	
	
	
	/* scale horiontal nav menu at viewports less than 1014 */
	.menu > LI > A {
		display: block;
		font-size:1.5vw;
		font-family:'Gotham-Medium', Arial, Helvetica, san-serif;
		line-height:100%;
		color: #ffffff;
		padding-top: 11px;
		padding-bottom:9px;
	}
	
	
	.menu > LI.one-column-last >UL { /* shift store dropdown further to the left */
		left: -168px;
	}
}




@media (max-width: 830px) {
	
	/* switch to the small ii logo */
	.logo {
		max-width: 190px;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		margin: 0px auto 0px auto;
	}
	
	
	.container2 {
		padding:0px;
	}
	
	/* show mobile breadcrumb */
	
	.mobile_breadcrumb_container_l, .mobile_breadcrumb_container_nl  {
		display:block !important;	
		width:100%;
		background-color:#5b6770;
		text-align:center;
		position:relative;
		z-index:800;
		border-bottom: 1px solid #6c777f;
	}
	
	
	.mobile_breadcrumb_container_l:hover {
		background-color:#66727b;
		cursor: pointer;
	}

	
	.mobile_breadcrumb_container_l img, .mobile_breadcrumb_container_nl img { 
		width:170px;
		margin-top:12px;
		margin-bottom:0px;
	}
	
	/*
	.mobile_breadcrumb_link:hover {
		background-color:#66727b;	
	}
	*/
	/*
	.mobile_breadcrumb {
		width:100%;
	}
	*/
	
	
	/* show 3 lines nav btn */
	.nav-btn-container {
		display: block;
	}
		
	
	.nav-btn {
		display: block;
		/*top: 17px;*/
	}
	
	/* move the banner right content over to the left to make room */
	.help-box {
		margin-right: 50px;
	}
	
	
	/* hide desktop nav menu */
	.push-area NAV {
		display: none;
	}
	
	
	.menu-mobile>LI {
		font: 15px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	}
	.menu-mobile>LI >A{
		font: 15px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	}

	.push-menu-left {
		display: block;
		position: absolute;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		top: -480px;
		/*left: -100%;*/
		width: 100%;
		padding-top: 14px;
		padding-bottom:30px;
		z-index:500;
		/*border-top:1px solid #6c777f;*/
	}
	.push-container .push-menu-left {
		left: 0;
		top:116px;
	}
	.push-menu-left .menu-mobile > LI {
		float: none;
		text-align: left;
		width: 100%;
	}
	.push-menu-left .menu-mobile > LI > A {
		padding: 13px 50px 10px 20px;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}	
	
	/* style of top menu when sub-items are moused over. top menu reverts to normal color. */
	.push-menu-left .menu-mobile> LI:hover >A{
		text-decoration: none;
		/*background: #004890;*/
		/*background: #f1f1f1; */
		color:#ffffff;
		background: #5b6770;
		/*background: #0000ff;*/
	}
	
	/* style of the top menus when moused over */
	.push-menu-left .menu-mobile> LI >A:hover{
		text-decoration: none;
		background: #f1f1f1; 
		color:#444444;
	}
	
	/*donate tab behaves the same as other tabs when moused over */
	.push-menu-left .menu-mobile> LI:last-child >A:hover{
		background: #f1f1f1 !important; 
		color:#444444;
	}
	/*donate tab is green when its sub menus are moused over */
	.push-menu-left .menu-mobile> LI:last-child:hover >A{
		background: #02874a;
	}
	
	.push-menu-left .menu-mobile ul {
		position: relative;
		width: auto;
		left: auto;
		top: auto;
		border: none;
		background: rgba(255,255,255,.2);
		padding: 0;
	}
	
	.push-menu-left .menu-mobile ul li a {
		display: block;
		padding: 11px 25px 9px 30px;
		border-bottom: 1px solid rgba(255,255,255,.1);
		color: #fff;
		position: relative;
		font-size:13px;
	}
	.push-menu-left .menu-mobile {
		border-top: 1px solid rgba(255,255,255,.1);
	}
	
	/* styles the sub-items when moused over */
	.push-menu-left .menu-mobile ul li a:hover {
		text-decoration: none;
		background: rgba(255,255,255,.3);
	}

	/* Set clickable square for span */
	.push-menu-left .menu-mobile li a .nav-expand {
		/*width: 40px;*/
		width: 100%;
		height: 100%;
		max-height: 37px;
		position: absolute;
		right: 0;
		top: 0;
		background: transparent;
		/*border-left: 1px solid rgba(255,255,255,.2);*/
	}
	/* colors the vertical line to the left of the arrow on mousover of top menu OR submenu */
	/*.push-menu-left .menu li:hover a span {
		border-left: 1px solid rgba(0,0,0,.2);
		max-height: 38px;
	}*/
	/* colors the vertical line to the left of the arrow on mousover of top menu only */
	.push-menu-left .menu-mobile li a:hover .nav-expand {
		/*border-left: 1px solid rgba(0,0,0,.2);*/
		max-height: 38px;
	}

	/* Create down arrow for span */
	.push-menu-left .menu-mobile li a .nav-expand:before {
		content: " ";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 6px 0 6px;
		border-color: rgba(255,255,255,.6) transparent transparent transparent;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	/* colors the arrow on mouseover */
	.push-menu-left .menu-mobile li:hover a .nav-expand:before {
		border-color: rgba(0,0,0,.4) transparent transparent transparent;
	}

	/* Toggle to up arrow on click */
	.push-menu-left .menu-mobile li.nav-expanded a .nav-expand:before {
		border-width: 0 6px 8px 6px;
		border-color: transparent transparent rgba(255,255,255,.6) transparent;
	}
	/* colors the arrow on mouseover of top menu OR submenu */
	
	/* colors the arrow on mouseover of ust the top menu */
	.push-menu-left .menu-mobile li.nav-expanded a:hover .nav-expand:before {
		border-color: transparent transparent rgba(0,0,0,.4) transparent;
	}
	
	.tablet {
		display: none;
	}
	
	.search-btn {
		display: block; 
		position: absolute; 
		top: 0; 
		right: 15px;
	}
	/* hide the banner sn buttons, search box, etc at narrow window widths */
	.help-box {
		float: none;
		max-width: none;
		width: 100%;
		clear: both;
		padding: 17px 0 10px 0;
		display: none;
	}
	
	.push-menu-left .cart-box {
		padding: 0 17px 17px;
	}
 	
	
	.tii_header .container {
		position: relative;
	}

	.search-btn {
		display: none;
	}
}

@media (max-width: 479px) {
	
	.logo-row {
		text-align: center;
	}
	
	.menu-footer LI {
		margin: 0 0 18px 0;
		text-align: center;
		display: block;
	}
	.copyright {
		display: block;
		text-align: center;
		/*margin: 0 0 20px;*/
	}
	.logo-img {
		display: block;
		text-align: center;
	}
}
@media (max-width: 470px) {
	
	.tii_header .container {
		text-align: center;
	}
	.search-btn {
		margin: 22px 0 0;
		
	}
	
	
}

@media print {
  html, body {
    width: 1000px;
    height: auto;
  }
}





/* customized sharethis buttons to make them responsive */

.st_container {
	margin:0px 0 0 0;
}
.st_single {
	margin:3px 5px 3px 0;
	white-space: nowrap;
	display:inline-block;
}
	
.stButton .stButton_gradient {
	height:22px !important;
	padding:3px !important;	
	top:-1px;
}
	
	
.custom_print_button {
	display:inline-block;
	cursor:pointer;
	border:1px solid #cccccc;
	height:22px;
	border-radius: 4px;
	font-family:Verdana;
	font-size:10px;
	line-height:19px;
	padding-left:24px;
	padding-right:7px;
	text-decoration:none !important;
	text-align: center;
	vertical-align:top;
	margin:3px 0 0 0;
	color:#777777 !important;
	background: #ffffff url("/images/icons/printer_60x60.png") no-repeat;
	background-size:23%;
	background-position: 5px 4px;
	float:right;
}
	
.custom_print_button:hover {
	/* background-color:#19b33d; */
	/*background-color:#996810;*/
	background-color:#ffffff;
	text-decoration:none !important;
	color:#444444 !important;
}
	
	
.custom_print_button:active {
	color:#444444 !important;
}


.mobile_breadcrumb_container_l, .mobile_breadcrumb_container_nl {
	display:none;
}



/*
.mobile_breadcrumb:hover {
	background-color:#66727b;
	text-decoration:none !important;
}
.mobile_breadcrumb a:hover {
	color:#ffffff !important;
	text-decoration:none !important;	
}*/





@media (max-width: 875px) {
	/* shrink beacon logo */
	.beaconlogo {
		/*top:19px;
		left:-93px;*/
		width:330px;
	}
}



	
	