
/* Reset */


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6,  pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, 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, 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;
}


/*
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, 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, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*line-height: 1;
	min-width:1000px;*/
}
/*
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 */
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 {
	display:none;
}


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: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font: 15px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #343434;
	height: 100%;
	/* -webkit-transform: translateZ(0px); */
}
.container{
	max-width: 1000px;
	margin: auto;
	padding: 0 15px;
	-moz-box-sizing: border-box; /* this works */
	box-sizing: border-box;
}
.big-container{
	max-width: 1000px;
	margin: auto;
}

/* HEADER */
HEADER {
	background: #004c97 url("http://staging4.independent.org/_design_fixed/images/bg/bg-header.png") no-repeat;
	background-size: cover;
	padding: 10px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-btn {
	width: 24px;
	cursor: pointer;
	display: none;
}
.nav-btn SPAN{
	display: block;
	height: 2px;
	background: #fff;
	margin: 6px 0 0;
}
.nav-btn:hover SPAN{
	background: #1abc9b;
}
.nav-btn>:first-child{
	margin-top: 0;
}
.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 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% '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: none;
	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;
}
.social-box LI{
	float: left;
	margin: 0 0 0 5px;
}
.social-box A{
	display: block;
	width: 26px;
	height: 26px;
}
.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;
}
/*
.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;
}

.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("http://staging4.independent.org/_design_fixed/images/icons/sprite.png") -5px -113px no-repeat;
}
.search-btn:hover:before {
	background-position: -5px -129px;
}
.search-form {
	position: relative;
	top:6px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.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;
}
.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;
}
.search-form INPUT:-ms-input-placeholder {
	font: 12px/100% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #5b6770;
	opacity: 1;
}
.search-form INPUT::-webkit-input-placeholder {
	font: 12px/110% 'Gotham-Book', Arial, Helvetica, san-serif;
	color: #5b6770;
	opacity: 1;
}
.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;
}
.search-form BUTTON:hover {
	background-position: -5px -129px;
}


.beaconlogo {
	display:block;
	position:relative;
	top:19px;
	left:-91px;
}


/* nav */
.push-menu-left {
	display: none;
}
NAV {
	display:none;
}

.menu {
	display:none;
}



.mobile {
	display: none;
}

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

/* brand-area */
.brand-area {
	display:none;
}
.brand-list {
	display:none;
}


/* FOOTER */
FOOTER {
	display:none;
}
.logo-row {
	display:none;
}

.menu-footer {
	padding: 0 0 30px;
}
.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;
}
