
@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/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-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,  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 {
	-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: #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); */
}



.main-wrapper {
	
	width:100%;
	min-width:1040px;
	
}

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

.container_outer {
	min-width:1030px;
	padding-left:15px;
	padding-right:15px;
	/*background-color:#887722;*/
}

.container{
	width: 1030px;
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
	/*margin: 0 15px;
	padding: 0 0px;*/
	-moz-box-sizing: border-box;  /*this works */
	box-sizing: border-box;
}
.big-container{
	max-width: 1000px;
	margin: auto;
}




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

.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 {
	background: #5b6770;
}

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



.menu>LI {
	float: left;
	text-align: center;
	font: 15px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #fff;
	position: relative;
	margin: 0;
	display:inline-block;
}
/*
.menu>:last-child{
	margin-right: 0;
}
*/
.menu>LI.donate {
	padding: 0px 0px 0px;
}
.menu>LI >A{
	display: block;
	font: 15px/100% 'Gotham-Medium', Arial, Helvetica, san-serif;
	color: #fff;
	padding: 11px 18.49px 10px;
}
.menu>LI:hover >A{
	text-decoration: none;
	/*background: #004890;*/
	background: #f1f1f1;
	color:#444444;
}
.menu>LI.activenav >A{
	/*background: #373e44;*/  /* darker*/
	/*background: #8696a1;*/  /* lighter*/
	background: #7e8e9a; /* lighter*/
	/*background: #888888;*/
	/*background: #A9A9A9;*/
	/*background: #ff0000;*/
}
.menu>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{
	background: #02874a;
}
.menu>:last-child >A:hover{
	background: #40a476;
	color:#ffffff; 
}


.menu > LI:hover >UL{
	display: block;
}


.menu > 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: 235px;   /* width of single col dropdown */
}

.menu > LI.one-column-last >UL { /* about us dropdown */
	left: -123px;
	width: 235px;   /* width of single col dropdown */
}


.menu > LI.one-column >UL {
	width: 235px;   /* width of single col dropdown */
}
/*
.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;
}
.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 
{
	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: 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;
}
.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 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;
}
