

@font-face {
    font-family: 'Alegreya-Bold';
    src: url('/fonts/Alegreya-Bold.eot');
    src: url('/fonts/Alegreya-Bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Alegreya-Bold.woff') format('woff'),
         url('/fonts/Alegreya-Bold.woff2') format('woff'),
         url('/fonts/Alegreya-Bold.ttf') format('truetype'),
         url('/fonts/Alegreya-Bold.svg#Alegreya-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('/fonts/Gotham-Book.eot');
    src: url('/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Gotham-Book.woff') format('woff'),
         url('/fonts/Gotham-Book.woff2') format('woff'),
         url('/fonts/Gotham-Book.ttf') format('truetype'),
         url('/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-BookItalic';
    src: url('/fonts/Gotham-BookItalic.eot');
    src: url('/fonts/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Gotham-BookItalic.woff') format('woff'),
         url('/fonts/Gotham-BookItalic.woff2') format('woff'),
         url('/fonts/Gotham-BookItalic.ttf') format('truetype'),
         url('/fonts/Gotham-BookItalic.svg#Gotham-BookItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-MediumItalic';
    src: url('/fonts/Gotham-MediumItalic.eot');
    src: url('/fonts/Gotham-MediumItalic.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Gotham-MediumItalic.woff') format('woff'),
         url('/fonts/Gotham-MediumItalic.woff2') format('woff'),
         url('/fonts/Gotham-MediumItalic.ttf') format('truetype'),
         url('/fonts/Gotham-MediumItalic.svg#Gotham-MediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('/fonts/Gotham-Medium.eot');
    src: url('/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Gotham-Medium.woff') format('woff'),
         url('/fonts/Gotham-Medium.woff2') format('woff'),
         url('/fonts/Gotham-Medium.ttf') format('truetype'),
         url('/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, /*blockquote,*/ pre,
a, abbr, acronym, address, big, cite, code,
del, dfn,  img, ins, kbd, q, s, samp,
small, strike, tt, var,
/*b, u, i,*/ center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, /*tbody, tfoot, thead, tr, th, td,*/
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;
}



sup, sub {
  vertical-align: baseline;
  position: relative;
}

sup {
	top: -0.65em;
	font-size: 55%;
	left: .1em;
}

sub { 
  top: 0.4em; 
}




/* 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;
}
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;
}
#content H1,
#content H3,
#content  H4,
#content  H5,
#content  H6 {
	font-family: 'martaregular', Arial, Helvetica, san-serif;
	margin: 0 0 25px;
	
	color: #6ab548;
	line-height: 100%;
}
#content H1{
	font-size: 30px;
}
#content H3{
	font-size: 26px;
}
#content  H4{
	font-size: 24px;
}
#content  H5{
	font-size: 22px;
}
#content  H6{
	font-size: 20px;
}

#content H2 {
	font: 19px/144% 'Alegreya-Bold', Arial, Helvetica, san-serif;
	color: #343434;
}
#content H2 A{
	font: 19px/144% 'Alegreya-Bold', Arial, Helvetica, san-serif;
	color: #343434;
}
#content H2 A:hover{
	color: #1abc9b;
}
#content  P ,
#content UL, 
#content PRE,
#content OL, 
#content  BLOCKQUOTE, 
#content  FORM, 
#content  INPUT, 
#content TEXTAREA,
#content SELECT, 
#content BUTTON,
#content TABLE,
#content TR,
#content TD,
#content TH {
	margin: 0 0 20px;
	font: 15px/144% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #343434;
}
#content   TH, #content  TD {
	padding: 10px;
}
#content A {
	font: 15px/144% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #004c97;
}
#content A:hover {
	text-decoration: none;
	color: #1abc9b;
}
#content .alignleft {
	float: left;
	margin: 0 10px 10px 0 ;
}
#content .alignright {
	float: right;
	margin: 0 0 10px 10px;
}
#content UL {
	list-style-type: disc;
	margin: 0 14px 10px;
}
#content OL {
	list-style-type: decimal ;
	margin: 0 18px 10px;
}
#content OL LI, #content UL LI {
	margin: 0 0 10px;
}
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;}
*/

img {
    vertical-align: middle;
}

LABEL { cursor: pointer; }
BUTTON SPAN {display: none;}
BUTTON { cursor: pointer;}
* {
    -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); */
}


.videoGallery .rsTmb {width: auto; padding: 0;}
.videoGallery .rsTmb a:link, #content .rsTmb a:visited {
	color:#ffffff !important;
	}
.videoGallery .rsTmb a {
	display: block; 
	padding: 20px 15px; 
	line-height: 15px !important;}

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

/* HEADER */
.tii_header {
	background: #004c97 url("../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;	
}

/* transforms the nav button into an X */
/*
.push-container .nav-btn {
	width: 24px;
	height: 24px;
	
}
.push-container .nav-btn span {
	background-color: transparent;
	position: absolute;
	width: 24px;
}




.push-container .nav-btn span:first-child {
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px;
}
.push-container .nav-btn span:last-child {
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
*/

/*
.push-container .nav-btn:hover span:first-child, .push-container .nav-btn:hover span:last-child {
	background: #1abc9b;
}
*/

.logo {
	float: left;
	max-width: 386px;
	width: 100%;
}
.logo A{
	display: block;
}
.logo IMG{
	max-width: 100%;
}
.help-box {
	float: right;
	max-width: 285px;
	width: 100%;
}
.help-box .row-box {
	font-size: 0;
	line-height: 0;
	text-align: right;
	text-align: justify; 
	width: 100%;  
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	margin: 7px 0 8px;
}
.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;
	/*font: 12px/100% 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("../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;
}
.social-box LI{
	float: left;
	margin: 0 0 0 9px;
}
.social-box A{
	display: block;
	width: 19px;
	height: 24px;
}

.social-box A:hover {
	text-decoration:none !important;
}

.social-box A:active{
	text-decoration:none !important;
}


.social-box .fb A{
	background: url("../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("../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("../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("../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("../images/icons/sprite.png") -5px -200px no-repeat;
}
/*.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-btn {
	width: 26px;
	height: 24px;
	background: #fff;
	border-radius: 6px;
	position: relative;
	cursor: pointer;
	display: none;
	float: right;
	margin: 40px 0 0;
}
.search-btn:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin: -8px 0 0 -8px;
	width: 16px;
	height: 16px;
	background: url("../images/icons/sprite.png") -5px -113px no-repeat;
}
.search-btn:hover:before {
	background-position: -5px -129px;
}
.search-form {
	position: relative;
	top:6px;
}
.search-form INPUT {
	/*display: block;*/
	
	width: 100%;
	/*height: 27px;*/
	box-sizing: border-box;
	margin: 0;
	border: none;
	border-radius: 3px;
	background: #fff;
	padding: 7px 35px 6px 12px;
	font: 14px Arial, 'Gotham-Book', Helvetica, san-serif;
	color: #000000;
	letter-spacing:.03em;

}


.search-form-magglass {
	position: absolute;
	border: none;
	
	top: 3px;
	left:3px;
	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%;
}


.youtube_embed_videowrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
}

.youtube_embed_videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/*
.search-form INPUT:-moz-placeholder {
	font: 14px/24px Arial, 'Gotham-Book', Helvetica, san-serif;
	color: #888888;
	opacity: 1;
}
.search-form INPUT::-moz-placeholder {
	font: 14px/24px Arial, 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #888888;
	opacity: 1;
}
.search-form INPUT:-ms-input-placeholder {
	font: 14px/100% Arial, 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #888888;
	opacity: 1;
}
.search-form INPUT::-webkit-input-placeholder {
	font: 14px/110% Arial, 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #888888;
	opacity: 1;
}

*/

#preload-01 { background: url(http://www.independent.org/images/social_networking2/mg_dark_gray6_340x340.png) no-repeat -9999px -9999px; }

.search-form BUTTON {
	position: absolute;
	border: none;
	
	top: 0px;
	right:0px;
	z-index: 10;
	width: 41px;
	height: 29px;
	/*background: url("../images/icons/sprite.png") -5px -113px no-repeat;*/
	/*background: #eeeeee url("http://www.independent.org/images/social_networking2/mg_light_gray6_340x340.png") no-repeat; */
	background: #eeeeee url("http://www.independent.org/images/social_networking2/mg_darker_gray9_340x340.png") no-repeat; 
	/*background: url("http://staging.independent.org/images/photos/tii_building_540x319.jpg") no-repeat; */
	background-size: 70%;
	border-radius: 0px 2px 2px 0px;
	background-position: 6px 1px;
	border-left: 1px solid #d1d1d1;
	
}
.search-form BUTTON:hover {
	/*background-position: -5px -129px;*/
	/*background: url("http://www.independent.org/images/social_networking2/mg_dark_gray6_340x340.png") no-repeat;*/
	
	/*background-size: 87%;*/
	background-color:#e4e4e4;
	
	background-image: url("http://www.independent.org/images/social_networking2/mg_dark_gray6_340x340.png") no-repeat;
	/*background-size: 73%;*/
	
}

/* 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;
}


/* 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;
}

/* old system.  turned light green 
.menu>:last-child >A:hover{
	background: #40a476;
	color:#ffffff; 
}
*/

.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;
}


/* 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%;*/
}

/* commented out so that sub-menus are not indented.
.menu > LI >UL LI>UL:last-child {
	padding: 0 0 0 15px;
}
*/

.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;
	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;*/
}

/* hides the search box and sn buttons in the mobile nav unless the window is narrow */
/*
.mobile {
	display: none;
}
*/

/* content */
#content {
	padding: 20px 0 0;
	background-color:#ffffff;
}
#content .list-link-area {
	list-style: none;
	margin: 0;
	padding: 0 0 20px;
	font-size:0;
}
#content .list-link-area LI {
	float: left;
	margin: 0 0.56% 1px 0;
	width: 16.2%;
}
#content .list-link-area LI:last-child {
	margin-right: 0 !important;
}


#content .list-link-area LI:nth-child(6n+6){
	margin-right: 0;
}
#content .list-link-area A{
	display: block;
	position: relative;
	/*max-width: 155px;*/
}
#content .list-link-area H3{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.68);
	font: 17px/100% 'Gotham-Book', Helvetica, Arial,  san-serif;
	
	letter-spacing: .5px;
	color: #fff;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 7px;
	z-index: 10;
	text-align: center;
}
#content .list-link-area IMG{
	max-width: 100%;
}

/* slider-area */
#content .slider-area {
	float: left;
	width: 65.6%;
	height: 275px;
	overflow: hidden;
	margin: 0 0 34px;
	font-family: 'Gotham-Book', Helvetica, Arial,  san-serif;
}
#content .img-slider {
	float: left;
	width: 68.8%;
	height: 100%;
}
#content .img-slider>div{
	min-height: 100%;
	height: 100%;
}
#content .nav-slider {
	float: left;
	width: 31.2%;
	background: #000;
	position: relative;
	height: 100%;
}
#content .wrap-nav-slider {
	overflow: hidden;
}
#content .wrap-nav-slider >DIV{
	border-bottom: 1px solid #c1c6c8;
	height: 64px;
	overflow: hidden;
	padding: 10px;
	cursor: pointer;
}
#content .wrap-nav-slider >DIV.active,
#content .wrap-nav-slider >DIV:hover{
	border-bottom: none;
	background: #1a8744;
}
#content .nav-slider H3{
	font: 13px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #fff;
	margin: 0;
	overflow: hidden;
}
#content .nav-slider .next{
	height: 19px;
	position: absolute;
	width: 100%;
	z-index: 10;
	left: 0;
	bottom: 0;
	cursor: pointer;
	background: #000;
}
#content .nav-slider .next:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3.5px 0 0 -4px;
	width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #fff;
}
#content .nav-slider .prev{
	height: 19px;
	position: absolute;
	width: 100%;
	z-index: 10;
	left: 0;
	top: 0;
	cursor: pointer;
	background: #000;
	display: none;
}
#content .nav-slider .prev:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3.5px 0 0 -4px;
	width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #fff;
}

/* news-area */
#content .news-area {
	float: right;
	width: 31%;
}
#content .border-title {
	font: 26px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #343434;
	/*margin: 0 0 25px;*/
	margin: 0 0 19px;
	padding: 0 0 10px;
	border-bottom: 3px solid #c1c6c8;
}
#content .border-title .subh4{
	font: 17px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	/*color: #343434;*/
	display: inline-block;
	vertical-align: baseline;
}

/*
#content .border-title .subh4 a:hover{
	color: #cc6600;
}
#content .border-title .subh4 a:active{
	color: #9b0d24;
}
*/

#content .border-title A{
	/*font: 14px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #1abc9b;*/
	font: 26px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #343434;
	display: inline-block;
	vertical-align: baseline;
}

#content .border-title A:hover{
	color: #cc6600;
}

#content .border-title A:active{
	color: #9b0d24;
}

#content .news-list {
	list-style: none;
	margin: 0;
}
#content .news-list LI{
	margin: 0 0 23px;
}
#content .news-list .img-box .text-box {
	float: left;
	width: 72%;
	padding: 0 10px 0 0;
}
#content .news-list .img-box .wrap-img {
	float: right;
	width: 22%;
	text-align: right;
}
#content .news-list .wrap-img A{
	display: inline-block;
	vertical-align: top;
	max-width: 80px;
	width: 100%;
}
#content .news-list IMG{
	max-width: 100%;
}
#content .news-list H3{
	font: 13px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #343434;
	margin: 0 0 1px;
}

#content .news-list H3 a{
	font: 13px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #343434;
	margin: 0 0 1px;
}

#content .news-list H3 a:link{
	color: #343434;
}

#content .news-list H3 a:visited{
	color: #343434;
}

#content .news-list H3 a:hover{
	
	color: #666666;
	
}

#content .news-list H3 a:active{
	color: #9b0d24;
}



#content .news-list H4{
	font: 19px/100% 'Alegreya-Bold', 'Gotham-Book', 'EB Garamond', Arial, Helvetica, san-serif;

	color: #343434;
	margin: 0 0 5px;
	letter-spacing: .8px;
}
#content .news-list H4 A{
	font: 19px/100% 'Alegreya-Bold', 'Gotham-Book', 'EB Garamond', Arial, Helvetica, san-serif;
	/*font-weight:bold;*/
	color: #343434;
	letter-spacing: .8px;
}
#content .news-list H4 A:link  {
	color: #343434;
}
#content .news-list H4 A:visited  {
	/*color: #d3d3d3;*/
	color: #616161;
}
#content .news-list H4 A:hover {
	color: #cc6600;
	text-decoration: underline;
}
#content .news-list H4 A:active {
	color: #9b0d24;
}
#content .news-list H5{
	font: 14px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #343434;
	margin: 0;
	line-height:17px;
	/*margin: 10px 0 0 0;*/
	margin-top: -2px;
}
/*
#content .news-list H5 SPAN{
	font: 14px/100% 'Gotham-BookItalic', Arial, Helvetica, san-serif;
	color: #343434;
}*/

#content .news-list H5 .inthenewsauthor{
	font: 14px/100% 'Gotham-BookItalic', Arial, Helvetica, san-serif;
	color: #343434;
}


#content .btn {
	display: block;
	max-width: 200px;
	width: 100%;
	background: #1abc9b;
	text-align: center;
	border-radius: 6px;
	font: 12px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #fff;
	padding: 10px 5px 8px 5px;
	text-transform: uppercase;
	margin: 0 auto 10px;
}
#content .btn:hover {
	text-decoration: none;
	color: #fff;
	background: #039376;
}

/* announcements-area */
#content .announcements-area {
	float: left;
	width: 65.6%;
}
#content .announcements-list {
	list-style: none;
	margin: 0;
}
#content .announcements-list LI{
	margin: 0 0 20px;
}
#content .announcements-list .wrap-img{
	float: left;
	max-width: 126px;
	width: 100%;
	margin: 0 15px 10px 0;
}
#content .announcements-list .wrap-img A{
	display: block;
}
#content .announcements-list .wrap-img IMG{
	max-width: 100%;
}
#content .announcements-list H3{
	font: 19px/100% 'Alegreya-Bold', Arial, Helvetica, san-serif;
	color: #343434;
	margin: 0 0 4px;
}
#content .announcements-list H3 A{
	font: 19px/100% 'Alegreya-Bold', Arial, Helvetica, san-serif;
	color: #343434;
}
#content .announcements-list H3 A:link  {
	color: #343434;
}
#content .announcements-list H3 A:visited  {
	/*color: #d3d3d3;*/
	color: #616161;
}
#content .announcements-list H3 A:hover {
	color: #cc6600;
	text-decoration: underline;
}
#content .announcements-list H3 A:active {
	color: #9b0d24;
}
#content .announcements-list H4{
	font: 15px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #343434;
	line-height:20px;
	margin: 0 0 0px;
}
#content .announcements-list H5{
	font: 14px/100% 'Gotham-BookItalic', Arial, Helvetica, san-serif;
	color: #343434;
	margin: 0 0 6px;
}
#content .announcements-list P{
	font: 15px/144% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #343434;
	margin: 0 0 6px;
}

/* video-area */
#content .video-area {
	background: #f1f1f1;
	
	/*padding: 32px;*/
	padding: 22px 32px 18px 32px;
	
	margin: 0 0 40px;
}
#content .wrap-video-box {
	overflow: hidden;
}
#content .video {
	float: left;
	width: 31%;
	margin: 0 3.5% 20px 0;
}
#content .video-box .video:nth-child(3n+3) {
	margin-right: 0;
}
#content .video-box .wrap-box {
	position: relative;
	margin: 0 0 15px;
}
#content .video-box VIDEO {
	max-width: 100%;
	display: block;
}
#content .play-btn {
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#content .play-btn:hover:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	/*background: rgba(0,0,0,0.4);*/
	z-index: 10;
}
#content .play-btn:before{
	content: "";
	position: absolute;
	z-index: 20; 
	width: 47px;
	height: 47px;
	left: 50%;
	top: 50%;
	margin: -23.5px 0 0 -23.5px;
	background: url("../images/icons/sprite.png") -5px -262px no-repeat;
}
#content .play-btn:hover:before {
	background-position: -5px -309px;
}
#content .video-box H3 {
	font: 19px/100% 'Alegreya-Bold', Arial, Helvetica, san-serif;
	color: #343434;
	margin: 0 0 10px;
}
#content .video-box H3 A{
	font: 19px/100% 'Alegreya-Bold', Arial, Helvetica, san-serif;
	color: #343434;
}
#content .video-box H3 A:link  {
	color: #343434;
}
#content .video-box H3 A:visited  {
	/*color: #d3d3d3;*/
	color: #616161;
}
#content .video-box H3 A:hover {
	color: #cc6600;
	text-decoration: underline;
}
#content .video-box H3 A:active {
	color: #9b0d24;
}
#content .video-box P {
	margin: 0;
}

/* store-area */
#content .store-area {
	background: url("../images/bg/bg-store_1050x900.jpg") repeat;
	padding: 26px 32px 22px 38px;
	/*padding: 32px;*/
	margin: 0 0 45px;
}
#content .border-title.color-1 {
    border-bottom: 3px solid #fff;
    color: #fff;
}
#content .store-list {
	list-style: none;
	margin: 0;
	padding: 0 0 24px;
}
#content .store-list LI{
	margin: 0;
	width: 20.0%;
	float: left;
	background: #fff;
	padding: 3px;
	margin: 0 6.3% 25px 0;
}
#content .store-list LI:nth-child(4n) {
	margin-right: 0;
}
#content .store-list A{
	display: block;
	margin: 0 0 10px;
	max-width: 198px;
	max-height: 297px;
	width: 100%;
	height: 100%;
}
#content .store-list A:hover{
	opacity: 0.8;
}
#content .store-list IMG{
	max-width: 100%;
}
#content .store-list H6{
	font: 14px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #343434;
	margin: 0;
	text-align: center
}
#content .store-list H6 SPAN{
	font: 14px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #343434;
	margin: 0 3px 3px 0;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
#content .store-list H6 SPAN:before{
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 100%;
	height: 1px;
	background: #343434;
	z-index: 10;
    transform: rotate(171deg) ;
    -webkit-transform: rotate(171deg) ;
    -moz-transform: rotate(171deg) ;
    -o-transform: rotate(171deg) ;
    -ms-transform: rotate(171deg) ;
}
#content .store-list H6 STRONG{
	font: 18px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #fd0000;
	margin: 0 0 3px;
	display: inline-block;
	vertical-align: middle;
}

/* review-area */
#content .review-area {
	padding: 0 0 20px;
}
#content .review-box .wrap-img {
	float: left;
	width: 23%;
}
#content .review-box .wrap-img A{
	display: block;
	max-width: 210px;
	width: 100%;
}
#content .review-box .wrap-img IMG{
	max-width: 100%;
}
#content .review-box .text-box {
	float: right;
	width: 73%;
}
#content .review-box .text-box H3{
	font: 20px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #343434;
	margin: 0 0 15px;
}

#content .review-box .text-box H3 a:link{
	font: 20px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #343434;
}

#content .review-box .text-box H3 a:visited{
	color: #343434;
}

#content .review-box .text-box H3 a:hover{
	color: #cc6600;
	text-decoration: underline;
}

#content .review-box .text-box H3 a:active{
	color: #9b0d24;
}


#content .review-box .text-box H6{
	font: 19px/100% 'Alegreya-Bold', Arial, Helvetica, san-serif;
	color: #343434;
	margin: 0;
}
#content .review-box .text-box H6 A{
	font: 19px/100% 'Alegreya-Bold', Arial, Helvetica, san-serif;
	color: #343434;
}
#content .review-box .text-box H6 A:visited{
	color: #616161;
}

#content .review-box .text-box H6 A:hover{
	text-decoration:underline;
	color: #cc6600;
}

#content .review-box .text-box H6 A:active{
	text-decoration:underline;
	color: #9b0d24;
}



#content .issue-list {
	list-style: none;
	margin: 0;
}
#content .issue-list LI{
	margin: 0 0 10px;
	border-bottom: 1px solid #c1c6c8;
}
#content .issue-list H4{
	font: 19px/100% 'Alegreya-Bold', Arial, Helvetica, san-serif;
	color: #343434;
	margin: 0 0 6px;
}
#content .issue-list H4 A{
	font: 19px/100% 'Alegreya-Bold', Arial, Helvetica, san-serif;
	color: #343434;
}
#content .issue-list H4 A:link  {
	color: #343434;
}
#content .issue-list H4 A:visited  {
	/*color: #d3d3d3;*/
	color: #616161;
}
#content .issue-list H4 A:hover {
	color: #cc6600;
	text-decoration: underline;
}
#content .issue-list H4 A:active {
	color: #9b0d24;
}
#content .issue-list H5{
	font: 14px/100% 'Gotham-BookItalic', Arial, Helvetica, san-serif;
	color: #343434;
	margin: 0 0 9px;
}

/* esubscriptions-area */
.big-container.bottom {
    max-width: 980px;
}
#content .esubscriptions-area {
	background: #ffffff;
	padding: 20px;
	margin: 0 0 55px;
}
#content .esubscriptions-area .left-box {
	float: left;
	width: 64%;
}
#content .esubscriptions-area .right-box {
	float: right;
	width: 30%;
	text-align: right;
}
#content .esubscriptions-area H3 {
	font: 20px/100% 'Gotham-MediumItalic', Arial, Helvetica, san-serif;
	color: #343434;
	margin: 0;
}
#content .esubscriptions-area P {
	font-size: 16px;
	margin: 0;
}
#content .esubscriptions-area .right-box A{
	display: inline-block;
	vertical-align: middle;
	margin: 15px 14px 15px 0;
}
#content .esubscriptions-area .right-box IMG{
	max-width: 100%;
}

/* group-section */
#content .group-section .left-section {
	float: left;
	width: 48%;
	margin: 0 0 50px;
}
#content .tweets-list {
	list-style: none;
	margin: 0;
}
#content .tweets-list LI{
	margin: 0;
	position: relative;
	padding: 0 0 0 59px;
	margin: 0 0 20px;
	overflow: hidden;
}
#content .tweets-list LI:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 35px;
	background: url("../images/icons/sprite.png") -5px -155px no-repeat;
}
#content .tweets-list .small-box {
	border-bottom: 1px solid #eaeaea;
}
#content .tweets-list>:last-child >.small-box {
	border-bottom: none;
}
#content .tweets-list H3 {
	font: 14px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #343434;
	margin: 0 0 5px;
}
#content .tweets-list H3 SPAN {
	float: left;
}
#content .tweets-list H3 STRONG {
	float: right;
	text-align: right;
	font: 14px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #5d5d5d;
}
#content .group-section .right-section {	
	float: right;
	width: 48%;
	margin: 0 0 50px;
}
#content .banner-box {
	background: url("../images/pictures/hand_app_932x456.jpg") no-repeat;
	/*background-size: cover;*/
	background-size:466px 228px;
	/*min-height: 213px;*/
	padding: 20px;
	margin: 0 0 20px;
}
#content .banner-box P{
	font: 24px/140% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #fff;
	max-width: 152px;
	width: 100%;
}
#content .lighthouse-area {
	background: #004c97;
	padding: 20px;
}
#content .lighthouse-area H3{
	font: 20px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #fff;
	margin: 0 0 0px;
}

#content .lighthouse-area H3 a{
	color: #fff;
	font-size: 20px;
	font-family: 'Gotham-Medium', Arial, Helvetica, san-serif;
	margin: 0 0 0px;
	
}

#content .lighthouse-area H3 a:hover{
	text-decoration:underline;
}



#content .lighthouse-area H4{
	font: 15px/100% 'Gotham-BookItalic', Arial, Helvetica, san-serif;
	color: #fff;
	margin: 0 0 12px;
}
#content .lighthouse-area P{
	color: #fff;
}
#content .subscribe-form {
	margin: 0;
}
#content .subscribe-form INPUT{
	margin: 0;
	font: 14px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #000000;
	float: left;
	width: 55%;
	display: block;
	background: #fff;
	border: none;
	border-radius: 6px;
	height: 30px;
	padding: 0 14px;
}
#content .subscribe-form INPUT:-moz-placeholder {
	font: 14px/30px 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #0069aa;
	opacity: 1;
}
#content .subscribe-form INPUT::-moz-placeholder {
	font: 14px/30px 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #0069aa;
	opacity: 1;
}
#content .subscribe-form INPUT:-ms-input-placeholder {
	font: 14px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #0069aa;
	opacity: 1;
}
#content .subscribe-form INPUT::-webkit-input-placeholder {
	font: 14px/110% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #0069aa;
	opacity: 1;
}
#content .subscribe-form BUTTON{
	margin: 0;
	font: 12px/30px 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #fff;
	text-transform: uppercase;
	float: right;
	width: 40%;
	display: block;
	background: #1abc9b;
	border: none;
	border-radius: 6px;
	height: 30px;
	padding: 0 5px;
	text-align: center;
}
#content .subscribe-form BUTTON:hover{
	background: #039376;
}


/* brand-area */
.brand-area {
	background: #0162c1;
	text-align: center;
	padding: 30px 0 2px;
}
.brand-list LI {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin: 0 35px 28px;
}
.brand-list A{
	display: block;
}
.brand-list IMG{
	max-width: 100%;
}

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

.footer2 {
	background-color:#003870;
	padding: 18px 0px 16px 0px;
	-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 'Gotham-Medium', Arial, Helvetica, san-serif;
	line-height:16px;
	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) {

/*
	.logo {
		max-width: 348px;
	}
	*/
	
	
	.main-wrapper {
		position: relative;
		min-height: 100%;
	}
	.wrapper{
		/*overflow-x: hidden;*/
	}

	

	#content .esubscriptions-area .left-box {
		width: 50%;
	}
	#content .esubscriptions-area .right-box {
		width: 50%;
	}
	.brand-list LI {
		margin: 0 17px 28px;
	}
	#content .nav-slider H3 {
		height: 27px;
	}
	
	/* 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 { /* shuft store dropdown further to the left */
		left: -168px;
	}
}
@media (max-width: 768px) {
	
	
	/* reflow home page body content */
	#content .slider-area {
		float: none;
		height: 356px;
		width: 100%;
	}
	#content .wrap-nav-slider > DIV {
		height: 56px;
	}
	#content .img-slider {
		width: 79%;
	}
	#content .nav-slider {
		width: 21%;
	}
	#content .news-area {
		width: 38%;
	}
	#content .announcements-area {
		width: 55%;
	}
}
@media (max-width: 750px) {
	/* reflow home page body content */
	#content .store-list {
		max-width: 290px;
		margin: auto;
	}
	#content .store-list LI {
		margin: 0 2% 20px 0;
		width: 49%;
	}
	#content .store-list LI:nth-child(4n+4) {
		margin-right: 2%;
	}
	#content .store-list LI:nth-child(2n+2) {
		margin-right: 0;
	}
}




@media (max-width: 775px) {
	
	/* switch to the small ii logo */
	.logo {
		max-width: 190px;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		margin: 0px auto 0px auto;
	}
	
	
	
	
	/* 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;
	}
	.push-container .push-menu-left {
		left: 0;
		top:70px;
	}
	.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: #004890;*/
		background: #f1f1f1; 
		color:#444444;
		/*background: #f10000;*/
	}
	
	/*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 */
	/*
	.push-menu-left .menu li.nav-expanded:hover a span:before {
		border-color: transparent transparent rgba(0,0,0,.4) transparent;
	}
	*/
	/* 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;
	}
	
	
	
	/*
	.mobile {
		display: block;
	}
	*/
	.tablet {
		display: none;
		
	}
	/*
	.nav-btn {
		top: calc(50% - 9px);
	}
	*/
	
	
	.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;
	}
 	#content .list-link-area {
		/*max-width: 458px;*/
		margin: auto;
	} 
	#content .list-link-area LI {
		margin: 0 1.2% 5px 0;
		width: 32.5%;
	}
	#content .list-link-area LI:nth-child(6n+6){
		margin-right: 1.2%;
	}	
	#content .list-link-area LI:nth-child(3n+3){
		margin-right: 0;
	}
	.tii_header .container {
		position: relative;
		}

	.search-btn {
		display: none;
		}

	
	
}
@media (max-width: 599px) {
	#content .slider-area {
		height: 230px;
	}
	#content .wrap-nav-slider > DIV {
		height: 105px;
	}
	#content .nav-slider H3 {
		height: 79px;
	}
	#content .img-slider {
		width: 64%;
	}
	#content .nav-slider {
		width: 36%;
	}
	#content .news-area {
		width: 100%;
		float: none;
	}
	#content .announcements-area {
		width: 100%;
		float: none;
	}
	#content .wrap-video-box {
		width: 220px;
		margin: auto;
	}
	#content .video-box {
		margin: auto;
		width: 840px;
	}
	#content .video {
		margin: 0 0 35px 0;
		width: 220px;
	}
	#content .review-box .wrap-img {
		display: none;
	}
	#content .review-box .text-box {
		float: none;
		width: 100%;
	}
	#content .esubscriptions-area .left-box {
		width: 100%;
		float: none;
	}
	#content .esubscriptions-area .right-box {
		width: 100%;
		float: none;
		text-align: left;
	}
	#content .group-section {
		display: none;
	}
}
@media (max-width: 479px) {
	.brand-list LI {
		margin: 0 9% 28px 0;
		width: 44%;
	}	
	.brand-list LI:nth-child(2n+2) {
		margin-right: 0;
	}
	.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) {
	/*iphone size */
	/*.logo {
		max-width: 190px;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		margin: 7px auto;
	}
	*/
	.tii_header .container {
		text-align: center;
	}
	.search-btn {
		margin: 22px 0 0;
		
	}
	/*
	.nav-btn {
		top: 10px;
	}
	*/
	
	#content .list-link-area {
		/*max-width: 290px;*/
	}
	#content .list-link-area LI {
		margin: 0 2% 5px 0;
		width: 49%;
	}
	#content .list-link-area LI:nth-child(6n+6){
		margin-right: 2%;
	}	
	#content .list-link-area LI:nth-child(3n+3){
		margin-right: 2%;
	}	
	#content .list-link-area LI:nth-child(2n+2){
		margin-right: 0;
	}
}



.foxycartcart {
	font: 12px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
}

.foxycartcart a {
	color:#ffffff;
	font-style: normal;
	font-size:11px;
}
	
.foxycartcart p {
	font: 12px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
}
	
.foxycartnumerical, .foxycartnumerical-mobile {
	position:relative;
	font-family:  Arial, san-serif;
	font-weight:400;
	color:#ffffff;
	font-style: normal;
	font-size:15px;
	text-decoration:none;
	text-align:right;
}
	
.foxycartnumerical {
	top:-20px;
	left:4px; 
}
	
.foxycartnumerical-mobile {
	top:-26px;
	left:9px; 
}

	
.foxycartnumerical a, .foxycartnumerical-mobile a {
	text-decoration:none;	
}

.foxycartnumerical a:link, .foxycartnumerical-mobile a:link {
	text-decoration:none;	
}


.foxycartnumerical a:hover, .foxycartnumerical-mobile a:hover {
	text-decoration:none !important;	
}
	
.foxycartnumerical a:active, .foxycartnumerical-mobile a:active {
	text-decoration:none !important;	
}


/* 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;
}


*/	

/* cancels upward movement of inline buttons on mouseover */

.sharethis-inline-share-buttons .st-btn {
	position: unset !important;
}

	
@media (max-width: 1024px) {

	/*On mobile, hide total count. */
	.st-total {
		display:none !important;	
	}
	
	/* hide inline buttons on commentaries at mobile widths */
	.st_container {
		display:none;
	}
	
	.lightgrayhr2 {
		display:none;
	}
	
	/* reduce the height of the buttons on the bottom. */
	.st-btn {
		height:42px !important;
		padding:9px !important;
	}
}


/* hide the show/hide button */
.st-toggle {
	display:none !important;
}


@media (min-width: 1024px) {
	/* move the floating side buttons down a bit. */
	 #st-2.st-left, #st-4.st-left {
		top:184px;
	} 
	
	
}

@media (max-width: 1024px) {
	/* hide the print button on mobile view */
	#st-4 .st-btn[data-network="print"], #st-2 .st-btn[data-network="print"] {
		display:none !important;
	}
}

@media (min-width: 1189px) {
	/* move the floating side buttons toward the middle of the page at wide window widths. */
	 #st-2.st-left, #st-4.st-left {
		left: calc(50% - 580px) !important;
	}

}



/* change print button to a lightner shade of gray */
.st-btn[data-network="print"] {
    background-color: #444 !important;
}

	
	
.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;
		position:relative;
		top:-32px;
	}
	
	.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;
	}
	
	@media (max-width: 850px) {
		.custom_print_button {
			float:none;
		}
	}




.mobile_breadcrumb {
	display:none;	
}
.mobile_breadcrumb:hover {
	background-color:#66727b;
	text-decoration:none !important;
}
.mobile_breadcrumb a:hover {
	color:#ffffff !important;
	text-decoration:none !important;	
}
.mobile_breadcrumb_link {
	text-decoration:none !important;	
}
.mobile_breadcrumb_link:hover {
	text-decoration:none !important;	
}
	
	
@media (max-width: 760px) {
	.mobile_breadcrumb {
		display:block;	
		width:100%;
		color:#ffffff;
		text-decoration:none !important;
		background-color:#5b6770;
		font-size:13px;
		padding:8px 5px 6px 15px;
		text-align:left;
		font-family:'Gotham-Medium', Arial, Helvetica, san-serif;
	}
}


.right_article_details_container  {
	float:right;
	width:202px;
	/*border:1px solid #aaaaaa;*/
	margin-left:40px;
	margin-bottom:20px;
		
}
	
.right_article_gray_box  {
	border-radius: 8px;
	-moz-border-radius: 8px;
	padding-left:14px;
	padding-right:14px;
	padding-top:10px;
	padding-bottom:15px;
	border: 1px solid #d5d1e0;
	background-color: #eeeeee;
	width:100%;
	float:left;
	margin-left:0px;
	margin-bottom:5px;
	margin-top:4px;
	font-size:12px;
	line-height:17px;
}
	
@media (max-width: 400px) {
	.right_article_details_container {
		width:100%;
		float:none;	
		margin-left:0px;
	}
}